@charset "utf-8";
/* CSS Document */
html, body {
	background: #f9f9f9 url(../img/bg_all.png) repeat-x left top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 22px;
	margin: 0px 0px 15px 0px;
	font-weight: normal; 
}
h1 span {
	color: #CC0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 16px;
	margin: 30px 0px 15px 0px;
	font-weight: bold;
	color: #CC0000; 
}
ul, li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.list li {
	color: #FFFFFF;

}
a:link, a:visited {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a img {
	border: 0px;
}
input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #676767;
	margin-left: 10px;
	padding: 2px 4px;
}
input.btn {
	font-size: 10px;
	border: 1px solid #ffffff;
	background: #9c0000 url(../img/btn_bg.png) repeat-x left top;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
div.main {
	width: 974px;
	position: relative;
	margin: 0px auto;
	background: url(../img/body_bg.png) repeat-y center top;
	min-height: 100%;
}
* html div.main {
	height: 100%;
}
div.top-left {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/top_left.png) no-repeat right top;
	width: 8px;
	height: 661px;
}
div.top-right {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../img/top_right.png) no-repeat left top;
	width: 8px;
	height: 661px;
}
div.header {
	position: relative;
	width: 100%;
	height: 126px;
	background: url(../img/header_bg.png) no-repeat center top;
}
div.logo {
	position: absolute;
	width: 262px;
	height: 95px;
	left: 22px;
	top: 14px;
}
div.header div.list {
	position: absolute;
	left: 330px;
	top: 13px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
}
div.header div.list img {
	float: none;
	clear: both;
	display: block
}
div.header div.list ul li a:link, div.header div.list ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.header div.list ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
div.header ul {
	float: left;
	margin-right: 45px;
	margin-top: auto;
}
div.header ul li {
	padding-left: 30px;
	background: url(../img/li_top.png) no-repeat left center;
}
div.menu {
	width: 100%;
	height: 27px;
	padding-top: 13px;
	background: url(../img/menu_bg.png) no-repeat center top;
}
div.menu a:link, div.menu a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 0px 0px 40px;
}
div.menu a:hover {
	text-decoration: underline;
}
div.content {
	width: 930px;
	background: url(../img/content_bg.png) repeat-x left top;
	padding: 0px 14px 20px 14px;
	margin: 0px 8px;
}
div.search {
	position: relative;
	width: 100%;
	background: url(../img/search_bg.png) repeat-x left top;
	height: 20px;
	padding: 5px 0px;
}
div.cart {
	position: absolute;
	top: 6px;
	right: 10px;
}
div.cart span {
	margin-right: 20px;
}
div.left-col {
	width: 220px;
	float: left;
}
div.left-col h2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url(../img/left_box_top_bg.png) no-repeat center top;
	padding: 10px 15px;
	margin: 20px 0px 0px 0px;
}
div.center-col {
	float:left;
	width: 470px;
	padding: 20px;
}
div.right-col {
	width: 200px;
	float: left;
	padding-top: 20px;
}
div.right-col h2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url(../img/right_box_top_bg.png) no-repeat center top;
	padding: 10px 15px 9px 15px;
	margin: 0px;
}
div.center-col2 {
	width: 450px;
	padding-top: 20px;
	
}
div.center-col2 h2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url(../img/right_box_top_bg_center.png) no-repeat left top;
	padding: 10px 15px 9px 15px;
	margin: 0px;
}
div.left-box {
	background: url(../img/left_box_all_bg.png) repeat-y center top;
	margin-bottom: 20px;
}
div.left-box div {
	background: url(../img/left_box_body_bg.png) no-repeat center top;
	padding: 15px;
}
div.left-box ul li {
	padding: 3px 0px 3px 15px;
	background: url(../img/li.png) no-repeat left 7px;
}
div.left-box ul li.secondcat {
	margin-left:20px;
	padding: 3px 0px 3px 15px;
	background: url(../img/li.png) no-repeat left 7px ;
}
div.left-box ul li a.activelink {
	font-weight:bold;
}
div.left-box ul li a:link, div.left-box ul li a:visited {
	color: #333333; 
	text-decoration: none;
}
div.left-box ul li a:hover {
	color: #333333; 
	text-decoration: underline;
}
div.right-box {
	background: url(../img/right_box_all_bg.png) repeat-y center top;
	margin-bottom: 20px;
}
div.right-box div {
	background: url(../img/right_box_body_bg.png) no-repeat center top;
	padding: 0px;
	text-align: center;
}
div.center-box div {
	background: url(../img/right_box_body_bg_center.png) no-repeat left top;
	padding: 5px 0px;
	text-align: center;
}

div.vendors {
	margin: 15px;
	padding-top: 10px;
	background-color: #ffffff !important;
	background-image: none !important;
	border: 1px solid #cccccc;
	text-align: center;
}
div.vendors a:link, div.vendors a:visited {
	margin-bottom: 10px;
	display: block;
	width: auto;
}
div.item {
	border: 1px solid #cccccc;
	background: #ffffff;
	float: left;
	padding: 5px;
	width: 210px;
	margin: 0px 4px 5px 0px;
	height:140px;
}
div.item img {
	float: left;
	margin: 0px 10px 20px 0px;
        max-height:130px;
}
div.item p {
	margin-top: 0px;
}
div.item a {
	color:#000000;
	text-decoration:none;
}
div.item a:hover {
	color: #cc0000;
}
div.item span {
	font-size: 18px;
	color: #cc0000;
}
div.item input {
	margin: 0px;
}
div.footer {
	position: relative;
	width: 974px;
	height: 95px;
	margin-top: -95px;
	background: url(../img/footer_bg.png) no-repeat center top;
	color: #ffffff;
}
div.copyright {
	position: absolute;
	top: 17px;
	left: 37px;
	text-align: left;
}
div.submenu {
	position: absolute;
	top: 25px;
	right: 22px;
	text-align: left;
}
div.submenu a:link, div.submenu a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.submenu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
div.empty {
	height: 95px;
}
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

dd {
	margin-top:5px;
}

.productListing {
	padding:5px;
	border:1px #333 dashed;
}

.productListing .productListing-heading {
	font-weight:bold;
	border-bottom:1px #333 dashed;
	padding-bottom:10px;
	margin-bottom:10px;
}

.productListing-data {
	padding-top:10px;
}
