/* CSS Document */
* {
padding:0;
margin:0;
border:0;
}

a{
color:#BE9E98;
text-decoration:none;
}

a:hover{
color:#BE9E98;
text-decoration:underline;
}

table, td, tr, thead, tfoot, tbody, th, tf {
border-collapse: collapse;
margin: 0px;
padding: 0px; }

#sample-container {
	width: 675px;
	/*min-height: 800px;
	height: auto !important;
	height: 800px;*/
	margin-top: 0px;
	margin-left: 0px;
	overflow-y: auto;
	}

#product-sample {
	width: 317px;
	height: 200px;
	/*min-height: 200px;
	height: auto !important;
	height: 200px;*/
	margin-left: 10px;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CFBD9B;
	float:left;
	}
	
#product-sample p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #51261E;
	}
	
#product-sample h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #F2E0C6;
	background-color: #BE9E98;
	padding-left: 10px;
	}
	
#product-sample .itemnumber p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #51261E;
	height: 18px;
	font-weight: bold;
	}
	
#product-sample .itemdesc {
	height: 36px;
	text-align: left;
	vertical-align: top;
	}
	
#product-sample h2 {
	color: #BE9E98;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	background-image: url(../images/item-type-h2-bullet.gif);
	padding-left: 10px;
	background-repeat: no-repeat;
	}
	
#product-sample tr td .itemtype h2 {
	color: #BE9E98;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	background-image: url(../images/item-type-h2-bullet.gif);
	padding-left: 10px;
	background-repeat: no-repeat;
	height: 16px;
	vertical-align: top;
	display: block;
	}

#product-sample img {
	margin: 5px 0px 5px 0px;
	vertical-align: top;
	}
	
#product-sample tr td .thumb img {
	width: 165px;
	height: 160px;
	/*margin: 5px 0px 5px 0px;*/
	vertical-align: top;
	}
	


