@charset "utf-8";
body  {
	font-family: "Arial", "Tahoma";
	font-size: 12px;
	line-height: 120%;
	padding-right: 10px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a, a:link, a:visited { 
	color : #000066;
}
a:hover		{ 
	color : #009900;
	text-decoration: none;   
}	
p {
	font-family: "Arial", "Tahoma";
	font-size: 12px;
	line-height: 120%;
	padding-right: 15px;
}
h1, h2, h3 {
	font-family: "Arial", "Tahoma";
	font-size: 16px;
	color: #009900;
	padding-top: 10px;
}
img {
	border: none;
}

#navthumbs {
	margin: 0px auto;
}
#navthumbs img {
	margin: 2px auto;
	padding: 2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
}
#collection_container {
	margin-left: auto ;
  	margin-right: auto ;
	width: 780px;
}
.collection_imgholder{
	float: left;
	margin: 5px;
	padding: 4px;
	width: 120px; 
	height: 170px;
	border:1px solid #CCCCCC; 
	text-align: left;
}
.collection_imgholder2{
	border:1px solid #CCCCCC; 
}
.collection_imgholder a { 
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	color : #0099CC; 
	font-family :  Arial, sans-serif; font-size : 16px;  font-weight : bolder; 
}
.collection_imgholder a, .collection_imgholder a:link, .collection_imgholder a:visited {  
	color : #0099CC;
	text-decoration: none; 
}
.collection_imgholder a:hover		{ 
	color : #CE72E8;
	text-decoration: none;   
}
.collection_imgbox {
	float: left;
	margin: 5px;
	padding: 4px;
	width: 150px; 
	height: 200px; 
	border:1px solid #CCCCCC;
	text-align: left;
}
.collection_imgbox p {
	margin: 0px auto;
	line-height: 120%; 
	color: #999999;
}
.collection_imgbox img {
	border: none;
}
.collection_imgbox a, .collection_imgbox a:link, .collection_imgbox a:visited { 
	font-size: 12px;
	color : #000066;
	text-decoration: none; 
}
.collection_imgbox a:hover		{ 
	color : #CE72E8;
	text-decoration: none;   
}
#desc_container {
	margin-left: 460px;
}
#buy_container {
	/*background-color: #CCCCCC;*/
	margin: 2px;
	padding: 5px;
	border:1px solid #CE72E8;
}
.imgbox {
	padding: 2px;
	border:1px solid #CCCCCC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
