/* CSS Document */

#Shop{
	float:left;
	width:100%;
	margin-top:20px;
	line-height:16px;
}
.backBtnSearch{
	width:17px;
	height:17px;
	float:left;
	display:block;
	border:none;
}
#Shop .ShopProducts {
	display:inline;
}
#Shop .ShopProducts img{
	padding-bottom:5px;
	
}

#Shop .Product {
	background-image:none;
	margin-bottom:5px;
	background-color:#ffffff;
	text-align:center;
	display:inline;
	width:160px;
	float:left;
	padding:10px;
	border: 1px #dddddd solid;
	margin-right:8px;
	height:82px;
	*height:97px;
	font-size:8pt;
	line-height:16px;
}
#SeeAll {
	font-weight:bold;
	margin:15px 0 0 0;
	padding:0px;
}
#dottedHR {
	width:100%;
	float:left;
	display:block;
	line-height:1px;
	margin:0px;
	padding:0px;
}
#dottedHR hr{
	border: none;
	width:800px;
	height: 1px;
	background: transparent url(images/shop/dothr.gif);
	width:100%;
	line-height:1px;
	margin-top:5px;
	margin-bottom:10px;
	
	}
.productsummary {
	background-color:#ffffff;
	display:block;
	float:left;
	width:746px;
	padding:6px;
	border: 1px #dddddd solid;
	font-size:9pt;
	margin-bottom:7px;
}
.productsummary_home {
border:none;
}
.productsummary a{
	display:block;
	margin:0px;
	padding:6px 0 0 0px;
}
.productsummary .prodbody a{
	padding-bottom:5px;
	font-weight:bold;
	
}
.productsummary div{
	display:inline;
	float:left;
	margin-right:10px;
}
.productsummary .prodbody {
	display:inline;
	float:left;
	width:330px;
	font-size:9pt;
}
.productsummary .prodbody .gap{
	margin-bottom:9px;
}
.productsummary .prodright {
	background-image:url(images/shop/dotvr.gif);
	display:inline;
	float:left;
	height:181px;
	margin-left:5px;
	margin-right:15px;
	margin-top:7px;
	width:1px;
}

.faqShop{
	width:100%;
	float:left;
	text-align:right;
	margin-top:-12px;
	font-size:12px;
}
.faqShop span{
	padding:0 10px;
}
.faqCenter{
	float:left;
	width:100%;
	text-align:center;
	margin-top:6px;
}
