#module-product {
	width: 723px;
}

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

#module-product .sort {
	background: url(images/table_bg.jpg) no-repeat left top;
	width: 703px;
	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: 703px;
	border: 1px solid #d4d4d4;
	padding: 10px 14px 10px 4px;
	margin-bottom: 5px;
	/*background-color: #f9f6f9;*/
}

#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: 500px;
	line-height: 20px;
}

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

#module-product .productitem .productdes .prize {
	float: left;
	width:105px;
	font-size:18px;
	font-weight: bold; 
	color:#110863;
	margin: 0 25px 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;
	color:#110863;
}

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

#module-product .productitem .productdes .cart {
/*	background: url(images/buynow_bg.jpg) no-repeat left top;
	float: left;
	width: 86px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	line-height: 18px;
	padding: 0 5px 5px 0;
	*/
	background: url(images/buynow_bg.jpg) no-repeat scroll left top;
border:0 none;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
font-family:"Trebuchet MS";
font-size:13px;
font-weight:bold;
height:18px;
padding-left:18px;
text-align:center;
text-decoration:none;
width:86px;
}

#module-product .productitem .productdes a:link,
#module-product .productitem .productdes a:active,
#module-product .productitem .productdes a:visited {
	font-size: 13px;
	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 {
	font-weight: bold;
	text-decoration: underline;
	float: right;
	margin-bottom: 10px;
	background: url(images/arrow.jpg) no-repeat left center;
	color:#110863;
	font-size:12px;
	padding-left: 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 {
	color:#000000;
	cursor:pointer;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:30px;
	line-height:32px;
	padding-left:10px;
	text-decoration:none;
	width:96%;
	background-color: #F3EAFF;
	border: 1px dotted #D7D7D7;
}
.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;
}

.detailspsmodel {
	float:right;
	margin-top:5px;
	text-align:left;
	width:455px;
	padding-top: 10px;
	line-height: 20px;
}

.detailspsmodel a.linkup2:link,
.detailspsmodel a.linkup2:active,
.detailspsmodel a.linkup2:visited {
	color: #156dd7;
}

.detailspsmodel select {
	margin-left: 5px;
	margin-bottom: 3px;
}

.detailspsmodel .price {
	color:#110863;
font-size:20px;
padding: 10px 0;
}

.detailspsmodel .details .pmodel {
	color:#110863;
	padding-bottom: 5px;
}

.pimage {
	background-color: #f3eaff;
	padding: 2px;
}

.pimage .imagebororange {
	padding: 0px;
}
ul#sublevel2 {
color:#000000;
font-size:12px;
line-height:22px;
text-decoration:none;
}
 ul#categories ul#sublevel1 span a {
	margin-left: 10px;
	color:#110863;
}

