/******** new ad stream styles */
.categoryNameList li {
	margin: 10px 0 10px;
	}
.categoryNameList.containsProducts {
	margin: 0 0 0px 0;
	padding: 0;
}
.categoryNameList.containsProducts li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	float: left;
}
.categoryNameList.containsProducts li a {
	background-color: #eee;
	padding: 4px 7px;
	margin: 0 10px 10px 0;
	}
.categoryNameList.containsProducts li a:hover {
	background-color: #900;
	color: #FFF;
}
.vendorName {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
.clear {
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
a {
	color: #265BAA;
}


/************ Structure ******/
#header {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height: 81px;
	position: relative;
	background: url(/images/bg_header.jpg) 100% 0 no-repeat;
	line-height: 20px;
}
#header img {
	border: none;
}
#logo {
	margin: 0;
	padding: 5px 0 0 5px;
}
#logo span {
	display: none;
}
.top-links {
	position: absolute;
	top: 0;
	right: 11px;
	width: 275px;
	height: 25px;
	padding: 1px 0 0 15px;  
	background: url(/images/bg_top-links.png) 0 0 no-repeat;
	font-size: 11px;
}
.top-links a {
	color: #2558A4;
	font-size: 11px;
}
.top-links ul, .header-banners ul {
	margin: 0;
	padding: 0;
}
.top-links ul li {
	padding-right: 8px;
	background: url(../images/bg_top-links_li.jpg) 100% 60% no-repeat;
	margin-right: 8px;
}
.top-links ul li.last {
	margin: 0;
	padding: 0;
	background: none;
}
.top-links ul li, .header-banners ul li {
	list-style: none;
	float: left;
}
.header-banners {
	position: absolute;
	top: 12px;
	left: 232px;
}
.header-banners ul li {
	margin-right: 10px;
}
.top-phone {
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 3px;
	right: 315px;
}

/***************** Nav ***************/
.header-nav {
	text-align: left;
	background: url(/images/bg_header-nav.jpg) 0 0 repeat-x;
	width: 960px;
	margin: 0 auto 25px auto;
	height: 29px;
	position: relative;
	z-index: 999;
}
.header-nav ul {
	margin: 0;
	padding: 0 0 0 6px;
}
.header-nav ul li {
	float: left;
	list-style: none;
}
.header-nav ul li a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding: 8px 7px 9px 6px;
	background: url(/images/bg_header-nav_li.jpg) 100% 0 no-repeat;
}
.header-nav ul li ul {
	position: absolute;
	background: #265BAA;
	display: none;
	padding: 0;
	width: 170px;
	border: 1px solid #ccc;
	border-bottom: none;
	border-top: none;
}
.header-nav ul li:hover ul {
	display: block;
}
.header-nav ul li ul li {
	float: none;
	border-bottom: 1px solid #ccc;
}
.header-nav ul li ul li a {
	padding: 2px 8px 3px 7px;
	background: none;
	font-weight: normal;
}
.header-nav ul li ul li ul {
	margin: -25px 0 0 150px;
	display: none !important;
	border: 1px solid #ccc;
	border-bottom: none;
}
.header-nav ul li ul li:hover ul {
	display: block !important;
}

/******************** Middle **************/
.middle {
	width: 960px;
	margin: 0 auto;
}
.left-col {
	float: left;
	width: 200px;
}
.col-main {
	float: left;
	width: 554px;
	padding: 0 15px;
}
.right-col {
	float: right;
	width: 175px;
}

/************** Footer *************/
.footer {
	background: url(/images/bg_footer.jpg) 0 0 no-repeat;
	width: 950px;
	height: 65px;
	margin: 20px auto;
	padding: 5px 0 0 10px;
}
.footer ul {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 30px;
}
.footer ul li {
	list-style: none;
}
.footer ul li a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.footer ul li a:hover {
	text-decoration: none;
}
.copyright {
	font-size: 11px;
	color: #ccc;
	float: right;
	margin: 45px 10px 0 0;
}


/**************** Side Boxes ************/
.mini-login .head {
	background: url(/images/bg_login_header.jpg) 0 0 no-repeat;
	height: 29px;
}
.base-mini .head h3 {
	display: none;
}
.base-mini {
	border-bottom: 4px solid #92ADD4;
	margin-bottom: 20px;
}
.base-mini .content a {
	font-size: 11px;
	color: #265BAA;
	text-decoration: underline;
	font-weight: bold;
}
.base-mini .content img {
	border: none;
}
.base-mini .content input {
	border: 1px solid #7F9DB9;
	background: #fff;
	padding: 2px 4px;
}
.base-mini .content input.inputImage {
	padding: 0;
	border: 0;
	background: none;
}
.base-mini .content a:hover {
	text-decoration: none;
}
.base-mini .content {
	background: #DCDFE4;
	padding: 10px;
	font-size: 14px;
}
.base-mini .content p {
	margin: 0 0 10px 0;
	padding: 0;
}
.base-mini .content h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	color: #333;
}
.mini-cart .head {
	background: url(/images/bg_cart_header.jpg) 0 0 no-repeat;
	height: 29px;
}
.mini-cart .content table {
	margin-top: 10px;
}
.mini-search .head {
	background: url(/images/bg_search_header.jpg) 0 0 no-repeat;
	height: 29px;
}
.mini-newsletter .head {
	background: url(/images/bg_newsletter_header.jpg) 0 0 no-repeat;
	height: 29px;
}
.left-nav .head {
	background: url(/images/bg_left-nav_header.jpg) 0 0 no-repeat;
	height: 29px;
}
.mini-search table td {
	padding: 4px 0;
}
#txtSearch {
	width: 120px;
}
#cboSearchBy {
	width: 100%;
}


/***************** Content ***************/
.tableBody .descrLink, .PageTitle a, .PageTitle {
	color: #23549C;
}
.tableBody .descrLink:hover {
	color: #23549C;
}
.categoryNameList.containsProducts li a:hover, .tableHead {
	background: #23549C;
}
.formArea {
	background: #fff;
}
.fsFormatEmail {
	width: 170px;
	margin-bottom: 10px;
}
.fsTable {
	width: 170px;
}
.fsError {
	border: 1px dashed #ff0000;
	padding: 4px;
	margin-bottom: 5px;
	background: #FEE0DE;
}
.home-featured-products, .home-sale-products {
	margin: 25px 0 50px 0;
	background: url(/images/bg_featured_products.jpg) 0 0 no-repeat;
	height: 200px;
	padding-left: 52px;
}
.home-sale-products {
	margin: 0;
	background: url(/images/bg_sale_products.jpg) 0 0 no-repeat;
}
.home-featured-products .head, .home-sale-products .head {
	display: none;
}
.home-featured-products ul, .home-sale-products ul {
	margin: 0;
	padding: 8px 0 0 0;
}
.home-featured-products ul li, .home-sale-products ul li {
	list-style: none;
	float: left;
	width: 152px;
	height: 188px;
	margin-right: 15px;
	font-size: 11px;
	font-weight: bold;
	background: url(/images/bg_home_products.png) 0 0 no-repeat;
	padding-top: 12px;
}
.home-featured-products ul li p.product-image, .home-sale-products ul li p.product-image {
	display: block;
	height: 120px;
	width: 120px;
	overflow: hidden;
	margin: 0 auto 4px auto;
	text-align: center;
}
.home-featured-products ul li h5, .home-sale-products ul li h5 {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 135px;
}
.home-featured-products ul li h5 a, .home-sale-products ul li h5 a {
	font-size: 11px;
}
.home-page .col-main {
	padding: 0 0 0 15px;
	width: 745px;
}
.home-right-col {
	float: right;
	width: 175px;
}
.home-banners {
	margin: 25px 0 45px 0;
}
.home-banners img {
	border: none;
}
.home-banners .left {
	float: left;
}
.home-banners .middle {
	float: left;
	width: auto;
	margin-left: 25px;
	padding-top: 18px;
}
.home-banners .right {
	float: right;
	margin-right: 35px;
	padding-top: 23px;
}
.home-price {
	text-align: center;
	color: #990000;
	font-size: 11px;
	font-weight: bold;
}

/*************** Grid View *****************/
.product-grid {
	margin: 0;
	padding: 10px 0;
}
.product-grid ul {
	margin: 0;
	padding: 0;
	height: 325px;
}
.product-grid ul li {
	list-style: none;
	margin: 0;
	padding: 0 7px;
	width: 170px;
	float: left;
	text-align: center;
	height: 300px;
}
.product-grid ul li .product-image {
	margin-bottom: 10px;
}
.product-grid ul li .product-image p {
	width: 150px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.product-grid ul li h5 {
	margin: 0 0 10px 0;
	padding: 0;
}
.product-grid ul li h5 a, .product-grid ul li h5 a:hover {
	color: #23549C;
}
.product-grid ul li .itemNumber {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
.product-grid ul li .gridPrice {
	color:#990000;
	font-size:11px;
	font-weight:bold;
	margin-bottom: 10px;
}
.grid-switcher {
	font-size: 11px;
}
.grid-switcher a {
	font-size: 11px;
}
.breadcrumbs {
	font-size: 11px !important;
	color: #666;
}
.breadcrumbs a {
	font-size: 11px !important;
}
.breadcrumbs strong {
	text-transform: capitalize;
}