@charset "utf-8";

#FeaturedProducts {
	width: 630px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*Content Products*/

.ProductList{
	list-style:none;
	margin:0;
	padding:10px;
	float:left;
	width:630px;
	text-align:center;
}

.SideProductList p{
	margin:5px 0 0px 0;
	padding:0;
}

.SideProductList li{
	list-style:none;
	margin:0px;
	padding:10px;
}

.SideProductList li.AlignLeft{
}

.RateImage{
	margin:2px 0 5px 0;
}

.ProductList li{
	list-style:none;
	margin-right:9px;
	margin-left:9px;
	margin-bottom:21px;
	padding:5px;
	float:left;
	width:180px;
}

.ProductImage{
	width:180px;
	height:180px;
	margin:0 auto;
}

.ProductName a{
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
	color: #909;
}

.ProductName{
	padding:10px 0 3px 0;
}

.ProductPrice{
	font-size:1.2em;
	font-weight:bold;
}

.ProductPrice strike{
	margin-right:3px;
}

.ProductAdd a, .ProductAdd a:hover{
	display:block;
	text-align:center;
	text-decoration:none;
	float:right;
	width:34px;
	font-size:0.7em;
	padding:2px 0 2px 0;
}

/*Products, The product lists, images and titles.*/

.ProductList li {
	border: 1px solid #BEA4E6;
	background:#FFF;
}

.ProductList li:hover, .ProductList li.Over {
	border: 1px solid #C748FD;
	background-color: #EFDEF1;
}

.ProductList .ProductImage {
	background: #fff;
}

.ProductPrice{
	color:#CB0A3F;
}

.ProductPrice strike{
	color:#666;
	margin-right:3px;
}

.ProductAdd a, .ProductAdd a:hover{
	background:url(../images/blue/Add.gif) no-repeat;
	color:#FFFFFF;
}
#FeaturedProducts .ProductList li .ProductImage a img {
	border: 0 none;
}
#FeaturedProducts h2 {
	font-size: 18px;
	color: #CE065B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#FeaturedProducts strong {
	font-size: 14px;
}
#FeaturedProducts .detail {
	text-align: left;
	padding: 10px;
	border: 3px dotted #96C;
}
#FeaturedProducts #print {
	display: block;
	float: right;
}
#FeaturedProducts .detail .info {
	color: #D50000;
}

#box-table-b{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:12px;
	width:400px;
	text-align:left;
	border-collapse:collapse;
	margin:0 auto;
	border:4px solid #DFABFE;
}

#box-table-b caption,#box-table-b th{
	text-align:center;
}

#box-table-b th{
	font-size:13px;
	font-weight:normal;
	border-bottom:1px solid #E8ABFE;
	border-right:1px solid #E8ABFE;
	color:#75269B;
	padding:8px;
	background-color: #DFBAFE;
}

#box-table-b td{
	color:#96629D;
	padding:8px;
	background-color: #F5E6FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8ABFE;
	border-bottom-color: #E8ABFE;
}
#box-table-b td strong{
	color:#333;
	font-weight:bold;
}

#box-table-b tr:hover td{
	color:#339;
	background-color: #FFF4E6;
}
#pagedetail #box-table-a thead tr th strong {
	font-weight: bold;
}
