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

#module-product h3 {
	font-size: 18px;
	font-weight: bold;
	color: #320033;
	height: 32px;
	line-height: 29px;
 	margin-bottom: 1px;
	font-family: "Times New Roman", Times, serif;
}

#module-product .sort {
 	width: 733px;
	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: 720px;
	border: 1px solid #CCCCCC;
	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: 605px;
	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:115px;
	font-size:18px;
	font-weight: bold;
	color:#320033; 
	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 #ccc;
	margin: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#module-product .productitem .productdes .cart {
	background: url(images/add_to_cart.gif) no-repeat left top;
	float: left;
	width: 118px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	line-height: 27px;
	height: 39px;
	padding-top: 6px;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
	top: -8px;
}

#module-product .productitem .productdes a:link,
#module-product .productitem .productdes a:active,
#module-product .productitem .productdes a:visited {
	color: #320033;
	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-attachment:scroll;
background-image:url(/includes/sts_templates/default/images/tabs_bg.jpg);
background-position:left center;
background-repeat:repeat-x;
border-bottom:1px solid #D7D7D7;
border-left:1px solid #D7D7D7;
border-right:1px solid #D7D7D7;
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%;
}
.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;
 }
.breadcrumbs {
	margin-bottom: 7px;
	display: block;
}
ul#categories ul#sublevel1 span {
	color:#000000;
	cursor:pointer;
	display:block;
	font-size:12px;
	line-height:32px;
	text-decoration:none;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left center;
	width: 96%;
	background-image: url(/static/images/tabs_bg.jpg);
	height: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
	font-weight: bold;
	padding-left: 10px;
 }
ul#sublevel2 {
	float: left;
	color:#000000;
	font-size:12px;
	padding:0 0 0 10px;
	text-decoration:none;
 background:transparent url(/includes/sts_templates/default/images/module_li_li_bg.jpg) no-repeat scroll left 8px;
margin-left:16px;
	 
	line-height:22px;
	padding-left:20px;
}
ul#sublevel1 {
	clear: both;
}
ul#sublevel1 li img {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.cat_desc .cat_image_wrap {
	float: left;
}
ul#categories ul#sublevel1 {
	width: 100%;
}
ul#categories ul#sublevel1 span img {
	margin-top: 12px;
}