#module-product {
	width: 600px;
	font-size: 11px;
	color: #000000;
	margin: 0 auto;
}

#module-product h3 {
	background: url(images/feaproduct_title_bg.jpg) no-repeat left top;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 31px;
	line-height: 29px;
	padding-left: 12px;
	margin-bottom: 1px;
}

#module-product .sort {
	/*background: url(images/table_bg.jpg) no-repeat left top;*/
	border: 1px solid #d3d3d3;
	width: 578px;
	height: 25px;
	padding: 7px 10px 0px 10px;
	margin-bottom: 6px;
}

#module-product .sort.last {
	margin-bottom: 0px;
}

#module-product .sort table tr td .label {
	font-size:12px;
	font-weight: bold;
	color:#000;
	float: left;
}

#module-product .sort table tr td .select {
	width: 128px;
	border: 1px solid #9a9a9a;
	height: 18px;
	float: left;
	margin-left: 8px;
	font-size: 12px;
}

#module-product .sort table tr td ul {
	float: right;
} 

#module-product .sort table tr td ul li {
	float: left;
	background: url(images/table_li_bg.jpg) no-repeat left top;
	width: 15px;
	height: 16px;
	line-height: 16px;
	margin-left: 5px;
}

#module-product .sort table tr td ul li a:link, 
#module-product .sort table tr td ul li a:active, 
#module-product .sort table tr td ul li a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
}

#module-product .sort table tr td ul li.active a:link, 
#module-product .sort table tr td ul li.active a:active, 
#module-product .sort table tr td ul li.active a:visited,
#module-product .sort table tr td ul li a:hover {
	background: url(images/table_hover_bg.jpg) no-repeat left top;
	display: block;
	color: #000;
}

#module-product .sort table tr td ul li.next {
	background: url(images/table_next_bg.jpg) no-repeat left top;
	display: block;
	width: 38px;
	padding-right: 5px;
}

#module-product .sort table tr td ul li.last {
	background: url(images/table_last_bg.jpg) no-repeat left top;
	display: block;
	width: 38px;
	padding-right: 10px;
}

#module-product .sort table tr td ul li.last a:link, 
#module-product .sort table tr td ul li.last a:active, 
#module-product .sort table tr td ul li.last a:visited,
#module-product .sort table tr td ul li.next a:link, 
#module-product .sort table tr td ul li.next a:active, 
#module-product .sort table tr td ul li.next a:visited {
	padding-right:5px; 
	display: block;
	text-align: center;
}

#module-product .sort table tr td ul li.last a:hover,
#module-product .sort table tr td ul li.next a:hover {
	background:none;
	display: block;
	color: #fff; 
}

#module-product .productitem {
	width: 580px;
	border: 1px solid #d3d3d3;
	padding: 10px 14px 10px 4px;
	margin-bottom: 5px;
}

#module-product .productitem .productimage {
	width: 112px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

#module-product .productitem .productimage img {
	margin-bottom: 5px;
}

#module-product .productitem .productimage .checkbox {
	vertical-align: middle;
}

#module-product .productitem .productimage .item {
	margin-bottom: 2px;
}

#module-product .productitem .productdes {
	float: right;
	width: 430px;
	line-height: 18px;
}

#module-product .productitem .productdes h4 a {
	font-size:12px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}

#module-product .productitem .productdes .prize {
	float: left;
	width:105px;
	font-size:18px;
	font-weight: bold;
	color:#2E2E2E; 
	margin: 0 12px 0 0px;
}

#module-product .productitem .productdes .qty {
	width: 67px;
	float: left;
	margin: 0 12px 0 0px;
}

#module-product .productitem .productdes .qty label {
	float: left;
	width: 25px;
}

#module-product .productitem .productdes .qty .inputbox {
	float: right;
	width: 36px;
	border: 1px solid #c41b22;
	margin: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#module-product .productitem .productdes .cart {
	background: url(images/cart_bg.jpg) no-repeat left top;
	float: left;
	width: 96px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	line-height: 19px;
	padding: 0 15px 10px 0;
}

#module-product .productitem .productdes a:link,
#module-product .productitem .productdes a:active,
#module-product .productitem .productdes a:visited {
	color: #A20F15;
	font-size: 11px;
	text-decoration: underline;
}

#module-product .productitem .productdes a:hover {
	text-decoration: none;
}

#module-product .productitem .productdes a.readon:link,
#module-product .productitem .productdes a.readon:active,
#module-product .productitem .productdes a.readon:visited {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	float: right;
	margin-bottom: 10px;
}

#module-product .productitem .productdes a.readon:hover {
	text-decoration: none;
}

#module-product .productitem .productdes .rating {
	float: right;
	width: 168px;
}

#module-product .productitem .productdes .rating img {
	margin:2px 0 0 3px;
}

#module-product .productitem .productdes .rating label {
	float: left;
	width: 80px;
}
#module-product .productitem p {
	margin-bottom: 10px;
}
#module-product .sort table tr td select.inputbox {
	border:1px solid #9A9A9A;
	float:left;
	font-size:12px;
	height:18px;
	margin-left:8px;
	width:128px;
	padding: 0px;
	margin-top: 0px;
}
ul#categories ul#sublevel1 span {
background:url(images/tabs_bg.jpg) no-repeat left top;
/*background-position:left center;
background-repeat:repeat-x;
border-bottom:1px solid #b80000;
border-left:1px solid #b80000;
border-right:1px solid #b80000;*/
color:#fff;
cursor:pointer;
display:block;
font-size:12px;
font-weight:bold;
height:33px;
line-height:33px;
padding-left:10px;
text-decoration:none;
width:588px;
}

ul#categories ul#sublevel1 span a:link,
ul#categories ul#sublevel1 span a:active,
ul#categories ul#sublevel1 span a:visited {
	color: #fff;
}
.module-product .price .msrp_name,.module-product .price .msrp_price ,.module-product .price .map_name, .module-product .price .map_price {
	display: none;
}
#module-product .productitem .productdes .prize .msrp_name, #module-product .productitem .productdes .prize .msrp_price, #module-product .productitem .productdes .prize .map_name, #module-product .productitem .productdes .prize .map_price {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 12px;
}
.module-product .productWrap .price .ourprice_name {
	display: none;
}
.module-product .productWrap .price .our_price_price a {
	color: #666666;
}#module-product .productitem .productdes .prize .ourprice_name {
	text-decoration: none;
	display: none;
}
.details h4 {
	font-weight: bold;
	margin-top: 5px;
}
.cat_image_wrap {
	padding-right: 5px;
 }
ul.also_listed li {
	display: inline;
	margin-right: 5px;
}
ul.also_listed {
	margin-bottom: 5px;
}
ul#reviews {
 	display: block;
	width: 100%;
}
ul#reviews  li {
	display: inline;
	padding: 5px;
}
tr.infoBoxContents td.main b {
	display: block;
	margin-top: 10px;
 }
.moduleRowSelected {
	background-color: #cccccc;
	color: #000;
	font-weight: bold;
}
.moduleRowOver {
	background-color: #cccccc;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}td.checkoutBarCurrent {
	background-color: #CCCCCC;
	padding: 5px;
	border: 1px solid #999999;
}
a.checkoutBarFrom {
	font-weight: bold;
 	text-decoration: underline;
}
#avalibilitycal td {
	padding: 3px;
}

.pdesc {
	border: 1px solid #d2d2d2;
	padding: 8px;
}

.pdesc tr {
	border: 1px solid #d2d2d2;
	padding-left: 4px;
}

.pdesc table {
	margin-top: 15px;
}

.pdesc .dataTableHeading, .pdesc .dataTableContentUp, .pdesc .dataTableContentLow {
	padding-left: 8px;
}

.pdesc .product_title {
	font-family: "Myriad Pro";
	font-weight: bold;
	font-size: 18px;
}
