/* All the styling and layout for the pictures*/

.collectionmainpic{
	position: absolute;
	top: 10px;
	left: 10px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	}

img .collectionthumbnails {
	margin: 100px;
	border-color: black;
    border-style: solid;
    border-width: 1px;    
	}

.collectionthumbnails{
	position: absolute;
	left: 10px;
	bottom: 9px;
	width: 400px;
	font-size: 1px;
	text-align: justify;
	word-spacing: 5px;
	}


img .collectionthumbnails {
    border-color: black;
    border-style: solid;
    border-width: 1px;    }

	
.collectionlogopic{
	position: absolute;
	left: 420px;
	bottom: 9px;
	font-size: 9px;
	width: 380px;
	text-align: justify;
	}
	
	

/* All the styling and layout for the text*/


.collectiontitle{
	position: absolute;
	top: 10px;
	left: 420px;
	margin-right: 10px;
	width: 380px;
	font-weight: normal;
	font-size: 28px;
	color: #333333;
	}

	
.collectionsubtitle{
	position: relative;
	top: 45px;
	left: 420px;
	margin-right: 10px;
	width: 380px;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	}
	
	
.collectiondescription{
	position: relative;
	top: 65px;
	left: 420px;
	margin-right: 10px;
	width: 380px;
	font-size: 11px;
	}


.collectionitemslist{
	position: absolute;
	bottom: 94px;
	left: 420px;
	margin-right: 10px;
	width: 380px;
	}


.item{
	vertical-align: bottom;
	padding-top: 5px;
	padding-bottom: 0px;
	position: relative;
	font-size: 11px;
	color: #333333;
	}
	
	
	
.collectiontable{
	position: absolute;
	top: 10px;
	left: 0px;
	margin-right: 0px;
	width: 400px;
	
	}

	
/* These are all spans to be used for the items*/


.itemname{		position: relative; 	left: 0em;	font-weight: bold;	}
.itemdetail{		position: absolute;	right: 9em;	}
.itemprice{		position: absolute;	right: 5.7em;	}
.itembuy{		position: absolute;	vertical-align: text-top; right: 0em;	}
