@charset "utf-8";

body  {
/*	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 {
	clear:both;
	width: 758px;
	margin: 5px;
}
#navthumbs img {
	padding: 2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
}
#item_img_left {
	float : left;
	margin: 5px;
	width: 350px;
}
#item_img_left img {
	padding: 2px;
	border:1px solid #CCCCCC;
}
#collection_container {
	margin-left: auto ;
  	margin-right: auto ;
	width: 768px;
}
.collection_imgbox{
	float: left;
	margin: 2px;
	padding: 4px;
	width: 100px; 
	height: 190px;
	border:1px solid #CCCCCC; 
	text-align: left;
	line-height: 100%;
}
.collection_imgbox p, .collection_imgbox a, .collection_imgbox a:link, .collection_imgbox a:visited {
	font-size: 11px;
	color: #330000;
	text-decoration: none;
	padding-top: 4px;
}
.collection_imgbox a:hover		{ 
	color : #663300;
	text-decoration: none;   
}
.collection_imgbox p		{ 
	margin : 0px;
	color : #663300; 
}
#desc_container {
	margin-left: 380px;
	font-size:small;
}
#buy_container {
	margin: 20px 5px 5px 5px;
	padding: 2px;
	/*border: 1px solid #CCCCCC;*/
}
#buy_container form {
	margin: 0px auto;
	padding: 4px;
}
#buy_container select {
	margin: 5px auto;
	padding: 4px;
}
.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;
}
