/*
--------------------------------------------
Overstock Drug Store V2
Author:   Patrick Bennett of Modern Blue
CSS Version:  1.0 November 2008
Id: $Id$
-------------------------------------------- 
*/


/*=============================================
	General Styles
==============================================*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	background:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

a img {
	border:none;
}

#Container {
	background:url(../images/wrapBg.png) repeat-y;
	width:1000px;
	margin:5px auto 10px auto;
	overflow:auto;
}

#wrapTop {
	background:url(../images/wrapTopBg.png);
	width:inherit;
	height:5px;
}

#wrapBottom {
	background:url(../images/wrapBottomBg.png);
	width:inherit;
	height:5px;
}

#content {
	width:990px;
	overflow:auto;
	margin:0 auto;
}

/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	clear: both;
}

#Wrapper {
	clear: both;
	position: relative;
	width:968px;
	z-index: 0; /* To enable  menu dropdowns over a relatively positioned element */
	padding: 0;
	margin: 7px 11px 0 11px;
	overflow:hidden;
}

/*=============================================
	Header Styles and elements
==============================================*/

#header {
	background:url(../images/headerBg.jpg);
	width:inherit;
	height:93px;
	overflow:hidden;
}

#logo {
	padding-left:18px;
	width:396px;
	height:87px;
	float:left;
}

#family {
	/*background:url(../images/headerFamily.jpg);*/
	width:211px;
	height:87px;
	float:left;
}

#headerLinks {
	background:url(../images/headerLinksBg.jpg);
	width:365px;
	height:87px;
	float:left;
	text-align:right;
}

#headerLinks ul {
	margin:0 5px 0 0;
	padding:0;
	list-style:none;
}

#headerLinks li {
	font-size:11px;
	display:inline;
	color:#293038;
border-right:1px solid #777;
	padding:0 5px 0 2px;
	margin:0;
}

#headerLinks li.noBorder {
	border-right:none;
}

#headerLinks li a {
	color:#293038;
	text-decoration:none;
}

#headerLinks li a:hover {
	color:#111;
	text-decoration:underline;
}

#search {
	background:url(../images/searchBg.png) repeat-x;
	width:inherit;
	height:32px;
}

#search form {
	padding:5px 0;
	margin:0;
	display:block;
	float:left;
	width:415px;
}

#search form label {
	font-family:"Myriad Pro", "Trebuchet MS", Arial, sans-serif;
	font-size:16px;
	color:#fff;
	padding:0 10px 0 0;
}	

#search form .input {
	width:290px;
	float:left;
}

#search form.withoutMenu {
	margin-left:200px;
}

#search form.withMenu {
	margin-left:10px;	
}

#search form .sButton {
	background:url(../images/buttonSearch.png);
	border:none;
	width:72px;
	height:20px;
	cursor:pointer;
	float:left;
	margin-left:5px;
}

#searchLinks {
	float:left;
	font-size:11px;
	color:#fff;
	padding:9px 0 0 0;
}

#searchLinks a {
	color:#fff;
	text-decoration:none;
}

#searchLinks a:hover {
	text-decoration:underline;
}

#footerLinks {
	background:url(../images/footerBg.png) repeat-x;
	width:inherit;
	height:32px;
	text-align:center;
}

#footerLinks ul {
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
}

#footerLinks li {
	font-size:11px;
	display:inline;
	color:#fff;
	border-right:1px solid #fff;
	padding:0 7px 0 3px;
	margin:0;
}

#footerLinks li.noBorder {
	border-right:none;
}

#footerLinks li a {
	color:#fff;
	text-decoration:none;
}

#footerLinks li a:hover {
	color:#fff;
	text-decoration:underline;
}

#footerText {
	width:700px;
	overflow:hidden;
	margin:0 auto;
	color:#777;
	font-size:10px;
	text-align:center;
}

#footerText a{
	color:#777;
}

#footerText a:hover {
	text-decoration:none;
}



p {
	line-height: 1.3;
	margin-bottom: 12px;
}

a {
	font-weight: normal;
	text-decoration: underline;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 6px;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
}

img, img a {
	border: 0;
}

ul, ol {
	margin: 0 0 10px 30px;
}

li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}

blockquote {
	margin-left: 28px;
}

select option {
	padding: 0 10px;
}

hr {
	margin: 10px 0;
	padding: 0;
	height: 1px;
	border:0;
}
#custSupport {
	width: 100%;
	height: 60px;
	position: relative; 
}
#custSupport div {
	position:absolute;	
}

/*=============================================
	Forms
==============================================*/
.HorizontalFormContainer dl, .VerticalFormContainer dl {
	margin: 0;
}
.HorizontalFormContainer dt {
	width: 130px;
	float: left;
	margin-bottom: 8px;
	clear: left;
	text-align:right;
	padding:2px 0 0 0;
}

.HorizontalFormContainer dd {
	margin-left: 140px;
	margin-bottom: 8px;
}

.NarrowFormContainer dt {
	width: 110px;
}

.NarrowFormContainer dd {
	margin-left: 120px;
}

.HorizontalFormContainer p.Submit {
	margin-left: 170px;
}

.NarrowFormContainer p.Submit {
	margin-left: 120px;
}

.VerticalFormContainer dt {
	margin-bottom: 6px;
}

.VerticalFormContainer dd {
	margin-bottom: 6px;
	margin-left: 10px;
}

.Forgot dt {
	width:275px; 
	text-align:right; 
	padding:0 10px 0 0;
}

.Forgot .Textbox {
	width:250px;
}

/*=============================================
	Left Column styles and elements
==============================================*/

.Left {
	position: absolute;
	left: 0;
	/*top:-38px;*/
	width: 180px;
	min-height: 500px;
	font-size: 0.85em;
	padding:0;
}
.Left .Block {
	background:url(../images/sideBoxBg.png) no-repeat;
	padding:7px 0; 
	margin:5px 0 5px 0;
}
.Left .CategoryList {
	margin-top:5px;	
}
#search .CategoryList {
	width:180px;
	float:left;
	margin-top:4px;
}
.Left .CategoryList .SideCatTop{
	background:url(../images/sideCatTop.jpg) no-repeat;
	height:38px;
}
#search .CategoryList .SideCatTopSearch{
	background:url(../images/sideCatTopSearch.jpg) no-repeat;	
	height:23px;
}
.CategoryList h2 {
	font-size:20px;
	text-transform:none;
}
#search .CategoryList .BlockContent{
	/*background:url(../images/sideBoxBgCat.png) no-repeat;*/
	background-color:#e2edf7;
	margin-bottom:12px;
	z-index:1;
}
#search #SearchCatMenu {
	float:left;
	width:180px;
	position:relative;
	margin-left:11px;
	z-index:1;
}
.Left .CategoryList .BlockContent{
	background:url(../images/sideBoxBgCat.png) no-repeat;
	margin-bottom:12px;
}

.CategoryList ul{
	margin:0;
	padding:0;
}
.Left .SideFilterList{
	/*background:url(../images/sideBoxBgCat.png) no-repeat;	*/
	border:1px solid #327ead;
	margin:5px 0;
	float:left;
}	
.Left h2 {
	font-size: 14px;
	margin: 0px 5px 0 0;
	padding:0 0 2px 10px;
	position: relative;
	text-transform:uppercase;
	color:#222;
	font-weight:bold;
}

.Left .NewsletterSubscription h2 {
	margin:2px 0 0;
	padding-bottom:0;
}

.Left ul {
	margin: 0;
	padding: 0;
}
.CategoryList li {
	font-size:11px;
	display:block;
	list-style: none;
	margin: 0;
	padding:0;
}

.CategoryList.Affiliate li {
	font-size:12px;
}

.CategoryList li img {
	float:left;
	margin:2px 5px 0 5px;
}

.CategoryList li a {
	padding: 4px 0 4px 10px;
	display:block;
	text-decoration: none;
	font-weight:bold;
	width:170px;
	border-bottom:1px solid #97c3de;
	height:14px;
	background:url(../images/flyMoreArrow.png) no-repeat 158px 5px;
}
.CategoryList li a.catActive {
	background-image:none;	
}
.CategoryList li.orange a {
	color:#e87404;
}

.CategoryList li a:hover.catActive {
	color:#FFFFFF;
}

/* Newsletter Subscription Form */
.NewsletterSubscription {
	clear: both;
}

.NewsletterSubscription p {
	margin:5px 10px 10px;
	font-size:11px;
	color:#333;
}

.NewsletterSubscription .BlockContent {
	margin:10px 10px 0 10px;
}

.NewsletterSubscription label {
	clear: both;
	float: left;
	font-size:11px;
	color:#333;
}

.NewsletterSubscription input {
	width: 139px;
	font-size: 0.8em;
	padding: 3px;
	margin-bottom: 5px;
}

.NewsletterSubscription input.Button {
	width: 77px;
	height: 23px;
	border: 0;
	margin:2px 0 0;
	vertical-align: middle;
}

/* New products */
.Left .NewProducts h2 {
	margin:5px 0 0 0;
}

/* Product Listings */

.Left .ProductList {
	list-style: none;
	margin: 5px 13px;
	padding: 0;
}

.Left .ProductList li, .Right .ProductList li {
	font-size: 0.8em;
	border-bottom:1px solid #d0ccd3;
	padding:3px 0;
}

.ProductList a {
	text-decoration: none;
}

.ProductList .ProductImage {
	float: left;
	margin: 5px 0 5px 6px;
	display: block;
	width: 120px;
	height: 80px;
	text-align: center;
	overflow: hidden;
}

.ProductList .ProductDetails {
	margin: 5px;
}

.ProductList strong, .ProductList strong a {
}

.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: bold;
}

.Left .ProductDetails em {
	color:#e52502;
}

.Right .ProductDetails em {
	color:#ea6315;
}

.Right li .ProductDetails .strike {
	padding-top:10px;
	width:100%;
	display:block;
	clear:both;
}

.Right .ProductDetails strong {
	clear:both;
}

.ProductList .Rating {
	font-size: 0.9em;
	font-weight: bold;
}

.ProductList .Rating, .ProductList em {
	display: block;
	margin-top: 3px;
}

.ProductList li .ProductCompareButton {
	margin-top: 3px;
	text-align: center;
}

.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
	display: none;
}

/* Promotion instant savings */
.Left .PromotionBox, .Right .PromotionBox {
	line-height:16px;
	margin-top:15px;
}

.Left .PromotionBox div, .Right .PromotionBox div {
	margin:5px 10px;
}

.Left .PromotionBox strong, .Right .PromotionBox strong {
	color:#023362;
	font-size:12px;
}

.Left .FreeBalm, .Right .FreeBalm {
	margin:10px 10px 10px 0;
}

.Left .PromotionBox em, .Right .PromotionBox em {
	font-size:11px;
	color:#444;
}

.Left .PromotionBox a, .Right .PromotionBox a {
	color:#e8840c;
}

.Left .PromotionBox a:hover, .Right .PromotionBox a:hover {
	color:#222;
}

/* Shopy by Brand */
.Left .BrandMenuBox {
	background:url(../images/BrandMenuBg.png) no-repeat;
	height:65px;
	overflow:hidden;
	padding:0;
}

.Left .BrandMenuBox h2 {
	margin:10px 0 0 0;	
}

.Left .BrandMenuBox .BlockContent {
	padding:2px 0 0 10px;
}

.Left .BrandMenuBox select {
	font-size:10px;
}


/*=============================================
	Content (center portion) specific styles
==============================================*/

.Content ul.ProductList {
	margin:0px 0;
}

.Content .ProductList li {
	list-style: none;
	float: left;
	width: 145px;
	height:250px;
	font-size: 0.85em;
	text-align: center;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.Content .ProductList li.last {
	margin-right:0;
}

.Content .ProductList li em {
	color:#EA6315;
}

.Content .ProductList li em strike {
	color:#777;
}

.Content .ProductList .ProductActionAdd a {
	color:#EA6315;
}

.Content .ProductList .ProductActionAdd a:hover {
	color:#222;
}

.Content .ProductList .ProductImage {
	height:75px;
	display:block;
	clear:both;
}

.Content .ProductList .ProductDetails {
	display:block;
	height:65px;
	overflow:hidden;
	clear:both;
}

.Content .ProductList .ProductPrice {
	display:block;
	height:57px;
	clear:both;
}

.Content .ProductList .ProductActionAdd {
	display:block;
	height:15px;
	clear:both;
	padding-top:3px;
}

.ProductPrice .strike, .CompareCenter .strike {
	color:#555;
	font-size:11px;
	display:block;
	height:11px;
	font-weight:normal;
}

.ProductPrice .ourPrice, .CompareCenter .ourPrice {
	font-size:14px;
	display:block;
	color:#EA6315;
}

.ProductPrice .youSave, CompareCenter .youSave {
	font-size:11px;
	font-style:italic;
	display:block;
	height:11px;
	color:#777;
}


/* Primary Content Area */
.Content {
	min-height: 900px;
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 0.85em;
	margin: 0 189px 0 190px;
	color:#333;
}

.Content .Block {
	clear: both;
	margin-bottom: 10px;
}
.Content h2 {
	padding: 3px 5px 3px 5px;
	margin: 5px 0 5px 0;
	font-size:22px;
	color:#006999;
	border-bottom:1px solid #ccc;
	font-weight:normal;
}
.Content a:hover {
	text-decoration: underline;
}

/* Primary Content Area (column span of 2) */
.Content.Wide {
	margin: 0 195px 0 20px;
}

.Content.Wide.WideWithLeft {
	margin: 0 20px 0 195px;
}

/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
	margin: 0 20px 0 20px;
}

/*=============================================
	Static footer
==============================================*/
#staticBottom h4 {
	color:#555;
	font-weight:normal;
	font-size:15px;
	margin-bottom:10px;
}

#staticBottom h4 strong {
	color:#333;
	font-size:17px;
}

#staticBottom a {
	padding:0 1px;
}

#BottomDealBox {
	width:588px;
	height:105px;
	background:url(../images/staticDealbg.png) no-repeat;
	overflow:hidden;
	font-family:"Myriad Pro", "Trebuchet MS", Arial, sans-serif;
	margin:5px 0 0 0;
}

#BottomDealBox h2 {
	font-size:16px;
	margin:10px 0 0 15px;
	text-transform:uppercase;
	color:#222;
	padding:0;
}

#BottomDealBox p {
	font-size:11px;
	color:#333;
	margin:5px 15px;
	width:150px;
	float:left;
}

#BottomDealBox .BlockContent {
	float:left;
	width:400px;
}

#BottomDealBox #DealFormLeft, #BottomDealBox #DealFormRight {
	float:left;
	width:150px;
}

#BottomDealBox label {
	clear:both;
	font-size:11px;
}

#BottomDealBox input.Textbox {
	width:130px;
}

#BottomDealBox .Button {
	padding:10px 0 0 10px;
}


/*=============================================
	Richt col specific styles
==============================================*/
.Right {
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
	min-height: 500px;
	font-size: 0.85em;
}
.Right .Block {
	background:url(../images/sideBoxBg.png) no-repeat;
	padding:7px 0; 
	margin:5px 0 5px 0;
}

.Right h2 {
	font-size: 14px;
	margin: 0px 5px 0 0;
	padding:0 0 2px 12px;
	position: relative;
	text-transform:uppercase;
	color:#222;
	font-weight:bold;
}

.Right ul {
	margin: 0;
	padding: 0;
}
.Right li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}
.Right li {
}
.Right li a {
	text-decoration: none;
}
.Right li a:hover {
	text-decoration: underline;
}


.Right .ProductList li {
	clear: both;
	width: 150px;
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding: 3px 0 5px 0;
	color: #000000;
}

.Right .SideCart p
{
	color: #000000;
}


/* Top Seller Block Specific */

.Right .TopSellers {
	clear: both;
	padding: 10px 0 10px 0;
}

.Right .TopSellers .BlockContent {
	margin:10px 10px 0 12px;
}

.Right .TopSellers ul {
	margin: 0;
	padding: 0;
}

.Right .TopSellers li {
	clear: both;
	margin: 0 0 5px 0;
}

.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	float: left;
	width: 14px;
	font-size: 1.6em;
	padding: 0 0 2px 4px;
}

.Right .TopSellers .ProductDetails { /* Contains the details of the item */
	margin: 0;
	margin-left: 29px;
	padding-top:2px;
}

.Right .TopSellers li.TopSeller1 { /* No1 seller box */
	clear: both;
	float: left;
	width: 153px;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	display: inline;
}

.Right .TopSellers li.TopSeller1 img {
	text-align: center;
	overflow: hidden;
}

.Right .TopSellers li.TopSeller1 .TopSellerNumber {
	position: relative;
	z-index: 1;
	width: 38px;
	height: 34px;
	color: #fff;
	font-weight: bold;
	padding-top: 4px;
}

.Right .TopSellers li.TopSeller1 .ProductDetails {
	clear: both;
	float: left;
	width: 130px;
	font-size: 1.1em;
	margin: 0;
	padding: 0 5px 0 10px;
}

.Right .TopSellers li.TopSeller1 .ProductImage {
	clear: both;
	float: left;
	width: 148px;
	display: inline;
	text-align: center;
	overflow: visible;
	margin: -20px 0 0 0;
	border: 0;
}

.Right .TopSellers li .TopSellerNumber {
}

.Right .TopSellers li {
	background-image: none;
}
.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	color: #fe8e01;
}
.Right .TopSellers li.TopSeller1 .ProductImage { /* No1 seller box */
}
.Right .TopSellers li.TopSeller1 {
	background: #fff url(../images/No1SellerBg.gif) 0 100% repeat-x;
	border: 1px solid #dadada;
}
.Right .TopSellers li.TopSeller1 .ProductDetails { /* No1 seller box */
}
.Right .TopSellers li.TopSeller1 .TopSellerNumber {
	color: #fff;
	background: url(../images/No1SellerNumberBg.gif) 0 0 no-repeat;
}
.Right .TopSellers li.TopSeller1 .Rating {
}

.Right .TopSellers em {
	font-size:14px;
}

.Right .TopSellers .strike {
	color:#555;
}

/* Manage your account */
.Right .AccountMenu h2 {
	margin:5px 0 0 5px;
}

.Right .AccountMenu li {
	margin:0 0 0 15px;
	font-size:12px;
}

/** Coupon Code **/
.Right #SideCouponCodeBox h2 {
	margin:0 0 0 5px;
}

.Right #SideCouponCodeBox .CouponCode {
	font-size:12px;
	color:#333;
	margin:0 0 0 15px;
}

/* Gift Certificate */
.Right #SideGiftCertificateCodeBox h2 {
	margin:0 0 0 5px;
}

.Right .GiftCertificateCode {
	font-size:12px;
	color:#333;
	margin:0 0 0 15px;
}

/* Add to wishlist */
.AddToWishlist  h2 {
	margin:5px 0 0 0;
}

.AddToWishlist p {
	margin:5px 10px 10px;
	font-size:11px;
	color:#333;
}

/* Product Recently Viewed */
.SideRecentlyViewed h2 {
	margin:5px 0 0 0;
}

.SideRecentlyViewed .ProductList li {
	margin-left: 0;
}

.SideRecentlyViewed .ProductDetails {
	margin-left: 12px;
}

/* Mini Cart */
.MiniCart h2 {
	margin:5px 0 0 0;
}

.MiniCart .BlockContent {
	margin:10px 0 0 0;
}

.MiniCart .BlockContent p {
	font-size:11px;
	margin:10px 15px;
	text-align:center;
	color:#EA6315;
}

.MiniCart .SubTotal strong {
	font-size:13px;
	color:#EA6315;
}

.MiniCart .SubTotal {
	text-align: center;
	font-size: 115%;
	border-bottom:1px solid #ccc;
	margin:0 15px;
	padding-bottom:5px;
}

.MiniCart .BlockContent p.miniFreeShipping {
	color:#023362;
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #D0CCD3;
}

.MiniCart .ViewCartLink {
	background: url('../images/Cart.gif') no-repeat 5px 0;
}

.JustAddedProduct {
	width: 128px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

.JustAddedProduct strong, .JustAddedProduct a {
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	margin-bottom: 3px;
}

.MiniCart .SubTotal {
	color: #fe8e01;
}

.JustAddedProduct {
	border: 1px solid #dadada;
	background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
	color: #EA6315;
}

.MiniCart em.ProductPrice {
	font-size:0.9em;
}

.MiniCart em.ProductPrice, .MiniCart .ProductList em {
	color: #E52502;
}

.ProductPrice {
	color: #EA6315;
}

.MiniCart .ProductList {
	margin:0 0 0 15px;
}

.MiniCart strong.saved {
	color:#777;
	font-size:12px;
}

/* Page Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Breadcrumb {
	font-size: 0.9em;
	padding-bottom: 4px;
	border-bottom: 1px solid #b7b7b7;
}

.Breadcrumb li {
	padding-left: 6px;
	display: inline;
}

.Breadcrumb li a {
	padding-right: 10px;
	background: url('../images/BreadcrumbSep.gif') no-repeat right;
}

.FindByCategory ul, .FindByCategory li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.FindByCategory li {
	padding-left: 12px;
	background: url('../images/BreadcrumbSep.gif') no-repeat 3px 5px;
	padding-right: 8px;
	display: inline;
}

/*=============================================
	Product Page Styles and elements
==============================================*/

.PrimaryProductDetails h2 {
	background:url(../images/productTitleBg.png) no-repeat;
	color:#222;
	font-size:18px;
	margin:0;
	font-weight:normal;
	padding:1px 0 0 15px;
}

.ProductBox {
	border:1px solid #d9d7dc;
	border-top:none;
}

.ProductTopContent {
	padding:10px;
	margin:0 0 20px 0;
}

.ProductBox .ProductTable {
	border-collapse:collapse;
	width:100%;
	margin:5px 0 0 0;
}

.ProductTable h3  {
	color:#d5640a;
	font-size:14px;
	margin:2px 0 0 15px;
	font-weight:bold;
	text-decoration:underline;
}

.ProductTable h3 span {
	cursor:pointer;
}

.ProductTable .altRow {
	background:#f0f0f0;
}

.ProductBox thead {
	background:#145388;
}

.ProductBox th {
	font-size:11px;
	color:#fff;
	padding:2px;
}

.ProductBox th a {
	color:#fff;
	font-weight:bold;
}

.ProductBox th a:hover {
	text-decoration:none;
}

.ProductBox .Breadcrumb {
	color:#0b264c;
	font-size:12px;
	border:none;
}

.ProductBox .Breadcrumb a {
	color:#186b79;
}

#ProductBreadcrumb {
	background:url(../images/BreadCrumbBg.png) no-repeat;
	height:21px;
	font-size:13px;
	padding:7px 0 0 5px;
}

#ProductBreadcrumb.Breadcrumb {
	border:none;
}

#ProductBreadcrumb a {
	color:#555;
}

.productBanner {
	margin-bottom:8px;
}

.ProductBox .ZoomButton {
	margin-top:5px;
}

.ProductBox .ProductThumb {
	float: left;
	width: 100px;
	text-align: center;
	margin:15px 0 0 0;
}

.ProductBox .ProductName {
	padding:25px 0 0 0;
}

.ProductBox .ProductName h1 {
	color:#033c89;
	font-size:14px;
}

.ProductBox .AddToCart .fsa {
	float:left;
	margin-left:400px;
}

.ProductRating {
	font-size:11px;
	color:#777;
}

.ProductRating a {
	text-decoration:none;
}

.ProductRating a:hover {
	text-decoration:underline;
}

.ProductTable .Compare {
	padding:0 10px;
	text-align:center;
	font-size:13px;
	color:#888;
}

.ProductTable .Compare span {
	text-decoration:line-through;
}

.ProductTable .Compare small {
	text-decoration:none;
	text-align:center;
	font-size:11px;
}	

.ProductTable .Stock {
	text-align:center;
	font-size:14px;
	color:#555;
}

.ProductTable .Stock span.SoldOut {
	color:#990000;
	font-size:12px;
	font-weight:bold;
}

.ProductTable td {
	height:30px;
}

.ProductTable .Price, .ProductTable .Savings {
	color:#f46601;
	padding:0 10px;
	font-weight:bold;
	text-align:center;
	font-size:13px;
}

.ProductTable .Qty {
	padding:0 10px;
	text-align:center;
}

.ProductTable .Qty input {
	width:25px;
}

.ProductTable .HeadingProduct {
	text-align:left;
	padding-left:10px;
	width:260px;
}

.ProductTable .HeadingCompare, .ProductTable .HeadingPrice, .ProductTable .HeadingSavings, .ProductTable .HeadingQty, .ProductTable .HeadingStock { 
	border-left:1px solid #fff;
	text-align:center;
	padding:0 3px;
}

.ProductTable .AddToCart {
	text-align:right;
	padding-right:10px;
}

.ProductBox .selectQty {
	text-align:right;
	float:right;
	margin:10px 5px 15px;
	font-size:12px;
}

.ProductBox .outofstock p {
	color:#333;
	font-size:13px;
	font-family:"Myriad Pro", "Trebuchet MS", Arial, sans-serif;
	margin:0; padding:0;
}

.ProductBox .outofstock h5 {
	font-size:14px;
	text-transform:uppercase;
	color:#222;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	cursor:pointer;
}

#tooltip h3, #tooltip div { margin: 0; }

#tooltip.bubble {
	width:292px;
	margin-top:15px;
}

#tooltip.bubble {
	font-weight:normal;
	color:#444;
}

#tooltip.bubble div h3 {
	font-size:13px;
	color:#333;
	margin:0 0 0 75px;
	padding-top:10px;
}	

#tooltip.bubble div.bg {
	width:292px;
	background-image:url(../images/BubbleBlemish.png);
}

#tooltip.bubble div.body {
	margin:5px 0 0 75px;
	font-size:11px;
	width:192px;
}

#tooltip.bubble div.url {
	width:292px;
	height:12px;
	background:url(../images/BubbleBlemishBottom.png) no-repeat;
	display:block;
	margin:0;
}

#tooltip.reverse div.body {
	margin:5px 0 0 15px;
}

#tooltip.reverse div h3 {
	margin:0 0 0 15px;
}

#tooltip.reverse div.bg {
	background-image:url(../images/BubbleBlemishReverse.png);
}

#tooltip.reverse div.url {
	background:url(../images/BubbleBlemishBottomReverse.png) no-repeat;
}

#tooltip ul {
	margin:0 0 0 20px;
	padding:0;
}


/* Miscellaneous Definitions */

.Meta {
	color: #444;
	font-size: 0.93em;
}

.Left .FeedLink, .Right .FeedLink {
	float: left;
	margin: 1px 6px 0 0;
}

.Content .FeedLink {
	float: left;
	margin: 0 6px 0 0;
}

.FloatRight {
	float: right;
}

.FloatLeft {
	float: left;
}

.ClearRight {
	clear: right;
}

.ClearLeft {
	clear: left;
}

.SortBox {
	font-size: 0.95em;
	color: #444;
	margin: 4px 4px 0 0;
}

.CompareButton {
	clear: both;
	text-align: right;
	margin-top: 12px;
	padding: 4px;
}

.Clear {
	clear: both;
}

.Field45 {
	width: 45px;
}

.Field100 {
	width: 100px;
}

.Field150 {
	width: 150px;
}

.Field200 {
	width: 200px;
}

.Field225 {
	width: 225px;
}

.Field250 {
	width: 250px;
}

.Field300 {
	width: 300px;
}

.Field350 {
	width: 350px;
}

.Field400 {
	width: 400px;
}

.MB10 { margin-bottom:10px; }
.MT0 { margin-top:0px; }
.LH140 { line-height:140%; }
.PLRB5 { padding:0px 5px 5px 5px; }
.PLR10 { padding:0px 10px 0px 10px; }
.PL20 { padding:0px 0px 0px 20px; }
.PL40 { padding:0px 0px 0px 40px; }
.ML20 { margin:0px 0px 0px 20px; }
.MT10 { margin-top:10px; }
.PL10 { padding-left:10px; }
.PB2 { padding-bottom:2px; }
.NoMarginBottom { margin-bottom: 0; }

.Required {
	color: red;
	font-weight: bold;
}

.InfoMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}

.SuccessMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;

}

.ErrorMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}


/************* Page Specific: Create Account / Login Page *************/
.CreateAccount {
	float: left;
	width: 45%;
	padding-left: 5%;
}

.CreateAccount h5 {
	font-size:24px;
	color:#444;
	margin-bottom:15px;
}

.AccountLogin {
	float: left;
	width: 45%
}

.AccountLogin h5 {
	font-size:24px;
	color:#444;
	margin-bottom:15px;
}

.ExpressCheckoutContent .AccountLogin {
	float: left;
	width: 45%;
	padding-left: 5%;
}

#CheckoutStepPaymentDetails {
	padding-bottom:10px;
}

.ExpressCheckoutContent .CreateAccount {
	float: left;
	width: 45%;
	border-right: 1px solid #ccc;
	padding:0;
}

.CheckoutOrderComments {
	float:right;
}

ul.ShippingAddressList, ul.ShippingAddressList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ShippingAddressList li {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}



.PrimaryProductDetails .ProductMain {
	width: 350px;
	float: left;
}
.PrimaryProductDetails dl {
	font-size: 0.90em;
}

.PrimaryProductDetails dt {
	font-weight: bold;
	width: 80px;
	clear: left;
}

.PrimaryProductDetails dd {
	margin-left: 90px;
}

.Right hr {
	margin: 5px 0 0;
}

.Content h3 {
	margin-bottom: 5px;
}

.ComparisonCheckbox {
	float: left;
}



/* Product Comparisons */
.ComparisonTable { width: 100%; }
.ComparisonTable td { vertical-align:top; font-size: 11px }
.CompareFieldName { width:95px; padding:8px 10px 8px 15px; }
.CompareFieldTop { padding:5px; text-align:center; }
.CompareFieldTop a { text-decoration:none; font-size:10px; }
.CompareFieldTop a:hover { text-decoration:underline; }
.CompareLeft { padding:5px 10px 5px 10px; }
.CompareCenter { text-align:center; padding:5px; }
.CompareRating { text-align:center; padding-top:8px; vertical-align:middle; }
.CompareProductOption { margin-left:20px; padding-left:5px; }

.Availability { color:gray; }
.LittleNote { color:gray; font-size: 0.85em; }

.ViewCartLink {
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 8px;
}

/* General Tables */
table.General,
table.CartContents, table.General {
	width: 100%;
	margin: 10px 0;
}

table.General thead tr th,
table.CartContents thead tr th {
	padding: 6px 10px;
	text-align: left;
}

table.General tbody td,
table.CartContents tbody td {
	padding: 6px 10px;
	vertical-align: top;
}

table.General tbody tr.First td {
	border-top: 0;
}

/* Cart Contents Table */

.CartContents tbody td {
	border-bottom: 0;
}
.CartContents .ProductName a {
	font-size:12px;
}

.CartContents tbody .SubTotal td {
	text-align: right;
	font-weight: bold;
}

.ProceedToCheckout {
	text-align: right;
}

.ProceedToCheckout a {
	padding-top: 5px;
}

.ProductOptionList, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ProductOptionList {
	margin-top: 5px;
}
.ProductOptionList li {
	margin-bottom: 3px;
	margin-left: 2px;
}

.ProductOptionList input {
	vertical-align: middle;

}



.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.CategoryPagination {
	padding: 5px;
	text-align: center;
}

.CategoryPagination .PagingList li {
	display: inline;
	padding: 0 5px;
}


/* Quick Search */
.QuickSearch { z-index: 10; margin: 2px 0 0 0; padding: 0; text-align: left; border-collapse: collapse; background: #fff; border: 1px solid #BFBFBF;  }
.QuickSearchTitle td, .QuickSearchAllResults td { font-weight: bold; padding: 4px; font-size: 11px; }
.QuickSearchResult td { font-size: 11px; padding:8px 0px 8px 8px; cursor: pointer; }
.QuickSearchResultImage { margin-left: 4px; margin-right: 10px; text-align: center; }
.QuickSearchResultNoImage { padding-top: 10px; color: #777; }
.QuickSearchResultName { font-weight: bold; text-decoration: none; display: block;  padding-bottom: 5px; }
.QuickSearchResult .Price { font-size: 11px; }
.QuickSearchHover td{ }
.QuickSearchHover a { text-decoration: underline; font-weight:bold; }
.QuickSearchAllResults { text-indent: -7000px; }
.QuickSearchAllResults a { text-decoration: underline; height: 25px; display: block; }
.QuickSearchAllResults a:active, .QuickSearchAllResults a { outline: none; -moz-outline-style: none; }
.RatingIMG {
	padding-left: 8px;
	padding-top: 2px;
}

/* Brand Tag Clouds */
.BrandCloud .smallest { font-size:12px; }
.BrandCloud .small { font-size:15px; }
.BrandCloud .medium { font-size:18px; }
.BrandCloud .large { font-size:20px; }
.BrandCloud .largest { font-size:26px; }
.BrandCloud a { padding-right: 5px; }
.DownloadExpires { padding-top: 3px; font-style: italic; color: gray; }
.DownloadExpiresToday { color: red; }

.CheckoutRedeemCoupon h4 { margin-top: 0; }
.CheckoutRedeemCoupon p { margin-top: 10px; margin-bottom: 0;}

.BillingDetails {
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 15px;
}

.ShippingDetails {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}


.ProductDetailsGrid dt {
	width: 140px;
	margin-bottom: 6px;
	float: left;
	font-weight: bold;
}

.ProductDetailsGrid dd {
	margin-left: 140px;
	margin-bottom: 6px;
}

.SubCategoryList {
	padding: 4px;
}

.SubCategoryList ul, .SubCategoryList li {
	list-style: none;
	margin-left: 0;
}

.SubCategoryList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('../images/SubCategory.gif') no-repeat 3px 1px;
}

.SearchTips .Examples {
	padding: 8px;
	margin-left: 30px;
	margin-bottom: 10px;
}

.ProductDetails .ProductThumb p {
	margin-top: 10px;
	font-size: 0.9em;
}

.ProductReviewList {
	clear: both;
}

.SortBox select {
	font-size: 0.9em;
}

 .SortBox option {
	color: #444;
}

.YourAccount li {
	margin-bottom: 8px;
}

.SoldOut {
	color: #999;
}

.RemoveFromWishlistForm {
	margin: 5px;
}

.Content .WishlistProductList li {
	height: 24em;
}

.ShippingProviderList {
	list-style: none;
	margin:0;
	padding:0;
}

#WrapperBanner {
	position: absolute;
	top: 20px;
	left: 30px;
}

#WrapperBanner p {
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 26px;
}

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
	margin: 0;
	font-size: 90%;
}

.GoogleCheckout,
.PayPalExpressCheckout,
.AlternativeCheckout {
	text-align: center;
	margin-bottom: 10px;
	width: 200px;
}

.KeepShopping {
	width: 180px;
	clear: both;
	text-align: right;
}

/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
	float: right;
}

#TopMenu li.Flag div {
	border: 0;
}

#TopMenu li.Flag img {
	margin: 3px;
}

#TopMenu li.Flag img.Last {
	margin-right: 0px;
}

#TopMenu li.Flag img.Selected {
	border: 2px solid #ffffaa;
	margin: 1px 3px;
}

/** Currency Selector **/
.CurrencyList dl {
	margin: 0;
	padding: 0;
}

.CurrencyList dd {
	padding: 0px;
	margin: 0px;
	border: 1px solid #EDECEC;
	background-color: #F9F9F9;
	clear: both;
}

.CurrencyList a {
	padding: 0 3px 0 5px;
	display: block;
	line-height: 1.8;
	text-decoration: none;
	font-size: 11px;
}

.CurrencyList a.Sel {
	background-color: #FFFFAA;
}

.CurrencyList a:hover .Text {
	text-decoration: underline;
}

.CurrencyList a .Flag {
	margin-top: 4px;
	display: block;
	float: left;
	width: 24px;
	padding-right: 2px;
	vertical-align: middle;
}

.CurrencyList a .Text {
	display: block;
	padding-left: 24px;
}

.PrimaryProductDetails .YouSave {
	font-weight: bold;
	margin-top: 3px;
	display: block;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
	width: 550px;
	padding: 7px;
	float: right;
}

.EstimateShipping dt {
	width: 100px;
	float: left;
	margin-bottom: 8px;
	clear: left;
}

.EstimateShipping dd {
	margin-bottom: 8px;
	font-weight: normal;
	text-align: left;
	margin-left: 114px;
}

.EstimateShipping p.Submit {
	margin-top: 10px;
	margin-bottom: 3px;
}

.EstimateShipping label {
	display: block;
	margin-bottom: 5px;
}

.EstimatedShippingMethods table {
	width: 100%;
	border-collapse: collapse;
}

.EstimateShipping .TransitTime {
	color:#555;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td {
	text-align: left;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td.Price {
	text-align: right;
}

.SharePublicWishList {
	background-color:seashell;
	padding:5px;
	border:1px solid lightgray;
}

/* Express Checkout */

div.exphelp {
	font-size:16px;
	color:#006699;
	padding:10px 0 5px 0;
}

.expicons {
	overflow:auto;
}

.expfloat {
	background:#f4f4f4;
	width:33%;
	float:left;
	border-right: 2px solid #fff;
	height:65px;
}

.expfloat img {
	float:left;
	padding:15px 0 0 15px;
}

.expfloat p {
	float:left;
	font-size:12px;
	padding:15px;
}

dl.authFloat {
	width:575px;
	float:left;
}

.expInfoFloat {
	float:left;
	width:250px;
	padding:15px;
	background:#f5f5f5;
}

.expInfoFloat em {
	font-size:14px;
}

#CVV2Input small a {
	color:#006699;
	font-size:10px;
}

.expInfoFloat ul {
	margin:10px 0 15px 12px;
	padding:0;
	font-size:13px;
}

.expInfoFloat a {
	color:#006699;
}

.expInfoFloat a:hover {
	color:#222;
}


.ExpressCheckoutBlock .ExpressCheckoutTitle {
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
}

.ExpressCheckoutBlock h3 a {
	font-size: 12px;
}

.ExpressCheckoutBlock {
	padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
	display: none;
}

.ExpressCheckoutBlock a.ChangeLink {
	display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline;
}

.ExpressCheckoutCompletedContent {
	position: absolute;
	left: 250px;
}

.LoadingIndicator {
	margin-left: 10px;
}

.LoadingIndicator img {
	vertical-align: middle;
	margin-right: 10px;
}

#TopMenu li.HeaderLiveChat {
	float: right;
}

.HeaderLiveChat img {
	vertical-align: middle;
}

#ProductOtherDetails .ProductDetailsGrid {
	margin-left: 25px;
}


.SubCategoryListGrid {
	padding: 4px;
}

.SubCategoryListGrid ul, .SubCategoryListGrid li {
	list-style: none;
	margin-left: 0;
}

.SubCategoryListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}

.SubCategoryListGrid ol {
	clear: both;
}
.SubBrandList {
	padding: 4px;
}

.SubBrandList ul, .SubBrandList li {
	list-style: none;
	margin-left: 0;
}

.SubBrandList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('../images/SubBrand.gif') no-repeat 3px 1px;
}

.SubBrandListGrid {
	padding: 4px;
}

.SubBrandListGrid ul, .SubBrandListGrid li {
	list-style: none;
	margin-left: 0;
}

.SubBrandListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}

.SubBrandListGrid ol {
	clear: both;
}

.ProductAddToCart dt {
	float: left;
	font-weight: bold;
	width: 140px;
	margin-bottom: 4px;
}

.ProductAddToCart dd {
	margin-left: 140px;
	margin-bottom: 4px;
}



.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required{
	width: 8px;
}

.ProductAddToCart input.Textbox, #CartEditProductFieldsForm input.Textbox{ 
	width:181px;
}

.ProductAddToCart textarea, #CartEditProductFieldsForm textarea{
	width:183px;
	height: 50px;
}

.CartContents .CartProductFieldsLink {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('../images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
}

.ProductFields dd {
	margin-bottom: 4px;
}

.ProductFields {
	margin-bottom: 15px;
}

.ProductFields input.Textbox {
	width:100%;
}

.ProductFields TextArea {
	width:100%;
}

.CartContents .CartProductFieldsRow {
	border-top: 0;
}

.CartContents .CartProductFieldsRow dl {
	margin-top:15px;
}

p.QuantityInput, p.AddCartButton {
	text-align: center;
}

.ProductAddToCart dt.QuantityInput {
	margin-top: 4px;
}

.ProductAddToCart dd.AddCartButton span {
	margin-top: 4px;
	padding-right: 5px;
}
.ProductActionAdd {
	display: block;
}

.ProductActionAdd a, .ProductActionAdd strong a {
	text-decoration: underline;
}

.TagList {
	margin-top: 20px;
}

.CartThumb {
	width: 1px;
}

.WrappingOptions {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('../images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
	line-height: 1.6;
}

.ViewAllLink a {
	padding-top: 10px;
	display: block;
}

.SelectGiftWrapMultiple {
	max-height: 400px;
}

/* Tabbed Navigation */
.TabNav, .TabNav li {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.TabNav {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 6px 4px 6px 4px;
}

.TabNav li {
	display: inline;
}

.TabNav li a {
	position: relative;
	top: 2px;
	font-size: 12px;
	padding: 4px 8px;
	margin-right: 6px;
	margin-top: 3px;
	text-decoration: none;
}

.TabNav li a:hover {
	text-decoration: none;
}

.TabNav li.Active a {
	margin-top: 0px;
	padding-top: 7px;
	font-weight: bold;
}


.ProductAddToCart dd.AddCartButton div.BulkDiscount {
	display: inline-block;
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
	padding-left: 4px;
}

#VendorLogo .BlockContent, #VendorPhoto .BlockContent {
	margin: 0;
	text-align: center;
}

/*=============================================
	Left in from the software blue styles
==============================================*/
a {
	color: #282828;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #185b9f;
}

h3 {
	color: #fe8e01;
}
hr {
	background: #dadada;
	color: #dadada;
}

#SearchForm {
	background: url(../images/SearchBg.gif) 0 6px no-repeat;
}
#SearchForm form {
}
#SearchForm label {
	display: none;
}
#SearchForm input {

}
#SearchForm .Button {
	border: 0;
}
#SearchForm a {
	color: #939393;
}
#SearchForm p {
	color: #939393;
}

/* Page Footer */

#Footer {
	border-top: 1px solid #dadada;
}

#Footer {
	clear: both;
	position: relative;
	font-size: 0.85em;
	text-align: center;
	margin: 30px 205px 0 205px;
	padding: 20px 0 0 0;
}

#Footer ul {
	list-style: none;
	margin: 0 0 30px 115px;
	padding: 0;
}

#Footer li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Footer li a {
	text-decoration: none;
	padding: 0 10px 0 10px;
}


.Content .ProductList li {
	border: 1px solid #dadada;
}
.Content .ProductList li:hover, .Content .ProductList li.Over {
	background: #f7f7f7;
}
.ProductList a {
}
.ProductList a:hover {
}
.ProductList .ProductImage {
	background: #fff;
	padding: 2px;
}
.ProductList .ProductImageFSA{
	width: 135px;
	padding-right:0;
	margin-right:2px;	
}
.ProductList .ProductImageFSA img{
	float:right;	
}
.Content .ProductList strong, .Content .ProductList strong a {
}

.ProductList .Rating {
	color: #6a6a6a;
}
.Content .FeaturedProducts .ProductList li {
	background: url(../images/FeaturedProductsBg.gif) 0 100% repeat-x;
}
.Content .FeaturedProducts .ProductList .ProductImage {
}
.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
	background: #f7f7f7;
}

.ProductList .outOfStock {
	color:#777;
	font-size:11px;
}




.Breadcrumb {
	border-bottom: 1px solid #dadada;
}


.CompareItem { width:200px; border-left: solid 1px #dadada; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #dadada; }
.CompareFieldTop { border-bottom:solid 1px #dadada; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #dadada; border-bottom:solid 1px #dadada; }
.CompareLeft { border-left:solid 1px #dadada; border-bottom:solid 1px #dadada; }

.ViewCartLink {
	background: url('../images/Cart.gif') no-repeat 3px 0;
}

table.CartContents, table.General {
	border: 1px solid #dadada;
}

table.CartContents thead tr th, table.General thead tr th {
	background: #F7F7F7;
	color: #424748;
	border-bottom: 1px solid #dadada;
}

.CartContents tbody .SubTotal td {
	border-top: 1px solid #dadada;
	color: #fe8e01;
}

.CategoryPagination {
	color: #282828;
	background: #F7F7F7;
	border: 1px solid #dadada;
}

.CheckoutRedeemCoupon {
	background: #F7F7F7;
	padding: 10px; 
	width: 385px; 
	border: 1px solid #dadada; 
	margin-bottom: 10px; 
}

.SubCategoryList {
	background: #f7f7f7;
}

.InfoMessage {
	background: #F7F7F7 url('../images/InfoMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.SuccessMessage {
	background: #E8FFDF url('../images/SuccessMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.ErrorMessage {
	background: #FFECEC url('../images/ErrorMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
	background: #F7F7F7;
}

.QuickSearchHover td{ background: #F7F7F7; }

.QuickSearchAllResults a { background: url('../images/QuickSearchAllResultsButton.gif') no-repeat right; }

.SearchTips .Examples {
	background: #F7F7F7;
	border: 1px solid #dadada;
	color: #555;
}

#SearchPageHeader .FloatRight a {
	float: left;
	padding: 7px 0 0 0;
}
#SearchPageHeader .FloatRight a img {
	padding: 5px;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #fe8e01;
	color: #fff;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #f7f7f7;
	color: #555;
}

.ExpressCheckoutBlock small {
	font-size:10px;
}

.checkoutExpressPage .Content {
	min-height:0;
}

/* General Tables */
table.General tbody tr td {
	border-top: 1px solid #efefef;
}

/* Tabbed Navigation */
.TabNav {
	border-bottom: 1px solid #383939;
}

.TabNav li a {
	border: 1px solid #383939;
	background: #f0f0f0;
}

.TabNav li a:hover {
	background-color: #e7e7e7;
}

.TabNav li.Active a {
	border-bottom: 1px solid #fff;
	background: #fff;
}

#CartFreeShipping {
	height:20px;
	width:425px;
	padding:10px 0 0 0;
	float:left;
}

#CartFreeShipping p {
	font-family:"Myriad Pro", "Trebuchet MS", Arial, sans-serif;
	color:#165491;
	font-size:15px;
	font-weight:normal;
	float:left;
	text-align:left;
}

#CartFreeShipping img {
	float:left;
	margin-right:10px;
}

.EstimateShippingLink {
	float:right;
	display:block;
	width:120px;
	margin-top:12px;
}

/*=============================================
	Email Campaign Page
==============================================*/

.EmailCampaign .pBox {
	width:131px;
	border:1px solid #dadada;
	margin:16px 8px 0px 6px;
	text-align:center;
	float:left;
}

.EmailCampaign .pBox img {
	margin:10px 0;
}	

.EmailCampaign .pBox .img {
	width:80px;
	height:80px;
}

.EmailCampaign .pBox p {
	color:#111;
	font-size:11px;
	margin-bottom:0;
	line-height:13px;
}

.EmailCampaign .pBox a:hover p {
	color:#006699;
	text-decoration:underline;
}

/*===============================================
	Bulk Product Detail changes
================================================*/

#blkProduct {
	font-family:"Myriad Pro", "Trebuchet MS", Arial, sans-serif;
}

#blkProduct .bar {
	background:#145388;
	margin:10px 0 15px 0;
}

#blkProduct .bar span {
	display:block;
	color:#fff;
	font-size:11px;
	padding:3px 0 3px 10px;
	font-weight:bold;
}

#blkProduct .product .pimg {
	width:175px;
	float:left;
	margin-right:15px;
	position:relative;
}

#blkProduct .product .pinfo {
	float:left;
	width:375px;
}

#blkProduct .product .pinfo h1 {
	color:#033c89;
	font-size:15px;
	margin-bottom:2px;
}

#blkProduct .product .pinfo .varItem {
	height:51px;
	background:url(../images/blkVarBgRepeat.png) repeat-x;
	border-left:1px solid #d5d5d7;
	border-right:1px solid #d5d5d7;
	clear:both;
}

#blkProduct .varItem .varName {
	width:220px;
	float:left;
	padding:8px 0 0 5px;
}

#blkProduct .varItem .varName .varPrice {
	color:#222;
	font-size:16px;
}

#blkProduct .varItem .varName .varPrice .img {
	padding-left:1px;
	position:relative;
	top:2px;
}

#blkProduct .varItem .varName .varPrice.red, #blkProduct .varItem .varSave.red {
	color:#dc1813;
}

#blkProduct .varItem .varName .varCompare {
	color:#0066FF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

#blkProduct .varItem .varSave {
	float:left;
	text-align:center;
	width:70px;
	color:#333;
	font-size:15px;
	padding:18px 0 0 0;
	line-height:16px;
}

#blkProduct .varItem .varQty {
	float:right;
	color:#333;
	padding:15px 2px 0 0;
	font-size:10px;
}

.varQty select {
	font-size:11px;
	width:45px;
}

#blkProduct .zoomIcon {
	margin-bottom:15px;
	padding-left:10px;
}

#blkProduct .varItem .addItem {
	text-align:right;
	margin-right:5px;
	padding:13px 0 0 0;
}

#blkProduct .varItem .gleam {
	float:left;
	padding-top:5px;
}

#blkProduct .pinfo .pmoreinfo {
	padding-top:5px;
	height:30px;
}

#blkProduct .pinfo .productrating {
	width:150px;
	float:left;
	margin-bottom:5px;
}

#blkProduct .pinfo .productrating a, #blkProduct .pinfo .pmoreinfo .fullDetails a {
	color:#033c89;
}

#blkProduct .pinfo .productrating a:hover {
	color:#222;
}

#blkProduct .pinfo .pmoreinfo .fsa {
	float:right;
	width:44px;
}

#blkProduct .product .pinfo .varItem.Out, #blkProduct .product .pinfo .varItem.Out .varPrice, #blkProduct .product .pinfo .varItem.Out .varCompare {
	color:#888;
}

#blkProduct .product .pinfo .varOut {
	font-size:16px;
	padding-top:15px;
}

#blkProduct .product .pinfo .varItem.Out.Dark, #blkProduct .product .pinfo .varItem.Out.Dark .varPrice, #blkProduct .product .pinfo .varItem.Out.Dark .varCompare {
	color:#444;
}

.blkcart {
	color:#FF6600;
	font-weight:bold;
	text-decoration:underline;
}

#blkProduct .varItem .similar {
	font-size:15px;
	float:left;
}

#blkProduct .varItem .similar span {
	display:block;
	padding:15px 0 0 10px;
	color:red;
}

#blkProduct .varItem .similar.manufact span {
	padding-top:8px;
}	

#blkProduct .varItem .similar span a {
	color:red;
}

/* Related products */
#RelatedProducts {
	width:588px;
	margin:10px auto;	
}

#RelatedProducts .RelatedBar {
	background:url(../images/RelatedProductsHeader.png) no-repeat;
	height:38px;
	clear:both;
}

#RelatedProducts .RelatedBar span {
	display:block;
	padding:5px 0 0 10px;
	color:#003c5e;
	font-size:14px;
}

.seodot {
	font-weight:bold;
}

.seodot.man {
	color:blue;
}

.seodot.auto {
	color:red;
}

/*=======================================
	Summer Banner
*=======================================*/
#sumban {
	width:588px;
	height:261px;
	background:url(../images/summerbanner.jpg) no-repeat;
}

#sumbanlinks {
	float:right;
	width:172px;
	height:227px;
}

#sumbanlinks ul, #sumbanbuts ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sumbanlinks li {
	margin:0;
	padding:0;
}

#sumbanlinks a {
	display:block;
	width:172px;
}

#sumbanbuts {
	clear:both;
}

#sumbanbuts a {
	display:block;
	height:34px;
}

#sumbanlinks a span, #sumbanbuts a span  {
	display:none;
}

#sumbanbuts li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}

a img {
	margin:0;
	padding:0;
	border:none;
}

#sumban img {
	border:none;
	margin:0;
	padding:0;
}

/*=================================
	Sitemap
*==================================*/

ul.smaplist {
	margin:15px 0 0 15px;
}

ul.smaplist li a {
	color:#006699;
}

ul.smaplist li a:hover {
	color:#333;
}

#alphaMap {
	padding:10px;
	background:#f1f1f1;
}

#alphaMap a {
	padding:1px 5px;
}

#alphaMap a.active {
	background:#fff;
	text-decoration:none;
	color:#FF6600;
	font-weight:bold;
}

h1.browse {
	color:#FF9900;
	font-size:26px;
	font-weight:normal;
	border-bottom:2px #eee solid;
	margin-bottom:15px;
}
.SearchSuggest {
	margin-bottom:10px;	
}
.SearchSuggest strong {
	color:#FF0000;
}

/*===================================
	Multi-page Checkout
*===================================*/

#checkoutStatus {
	background:url(../images/checkoutStatusBarBg.png) repeat-x;
	height:56px;
	margin:0 auto;
	text-align:center;
}

#CheckoutPage {
	width:900px;
	margin:5px auto;
	overflow:auto;
	font-family:"Myriad","Trebuchet MS", Arial, sans-serif;
}

#CheckoutPage .rqd {
	
}

#CheckoutPage .Textbox, .lBoxAdressForm .Textbox {
	height:18px;
	font-size:12px;
}

#CheckoutPage span.FormFieldLabel {
	padding-top:2px;
}

#checkoutReturnLogin {
	height:126px;
	background:url(../images/checkoutReturnLogin.png) no-repeat;
}

#checkoutReturnLogin form fieldset {
	margin:0;
	padding:0;
	border:none;
}

#checkoutReturnLogin label {
	font-weight:bold;
	color:#444;
}

#returnEmail {
	width:330px;
	float:left;
	margin:70px 0 0 75px;
}

#returnPassword {
	width:310px;
	float:left;
	margin:70px 0 0 20px;
}

#returnContinue {
	margin:70px 0 0 0;
	float:left;
}

#checkoutReturnLogin em {
	font-size:11px;
	color:#555;
	display:block;
}

#checkoutReturnLogin em a {
	text-decoration:none;
	color:#555;
}

#checkoutReturnLogin em a:hover {
	color:#222;
	text-decoration:underline;
}

#checkoutReturnLogin .input {
	width:215px;
}

#newCustTitle {
	background:url(../images/checkoutNewCustTitle.png);
	width:269px;
	height:42px;
	margin:20px 0 5px 0;
	float:left;
}

#checkoutHelpBox {
	background:url(../images/checkoutHelpBox.jpg);
	width:289px;
	height:48px;
	margin:17px 0 5px 0;
	float:right;
}

#checkoutOBarBillShip {
	background:url(../images/checkoutOBarBillShip.png);
	height:34px;
	margin:5px 0;
}

#checkoutNewCustShipping {
	width:420px;
	float:left;
	margin:10px 0 0 15px;
}

#checkoutNewCustBilling {
	width:420px;
	float:right;
	margin:10px 15px 0 0;
}

#checkoutNewCustShipping dd strong {
	color:#222;
}

#CheckoutPage .submitLarge {
	width:258px;
	height:54px;
	margin:0 0 0 120px;
}

#checkoutOBarShipMethod {
	background:url(../images/checkoutOBarShipMethod.png);
	height:34px;
	margin:20px 0;
}

#CheckoutPage #errorBox {
	border:2px solid #960202;
	background:url(../images/jsErrorTri.png) 15px 5px no-repeat #f1f7fc;
	width:800px;
	margin:10px auto;
}

#CheckoutPage #errorBox p {
	margin:15px 50px 10px 60px;
}

#CheckoutPage #checkoutPayBillBar {
	background:url(../images/checkoutPayBillBar.png);
	height:91px;
}

#CheckoutPage #checkoutShipNotesBar {
	background:url(../images/checkoutShipNotesBar.png);
	height:34px;
	margin:20px 0 0 0;
}

#authNetForm.HorizontalFormContainer dt {
	width: 140px;
	float: left;
	margin-bottom: 8px;
	clear: left;
	text-align:right;
	padding:2px 0 0 0;
}

#authNetForm.HorizontalFormContainer dd {
	margin-left: 150px;
	margin-bottom: 8px;
}

#CheckoutPage #paymentInfo {
	width:460px;
	float:left;
}

#CheckoutPage #billingAddress {
	background:#f4f9fd;
	border:1px solid #cce0ef;
	padding:10px;
	width:195px;
	float:left;
	margin:10px 0 0 0;
}

#CheckoutPage #shippingAddress {
	padding:10px;
	width:200px;
	float:right;
	margin:10px 0 0 0;
}

#CheckoutPage #billingAddress a, #CheckoutPage #shippingAddress a {
	color:#1b83b7;
	font-size:11px;
}

#CheckoutPage #billingAddress a:hover, #CheckoutPage #shippingAddress a:hover {
	color:#222;
}		

#CheckoutPage #checkoutShipProvider {
	width:400px;
	float:left;
	margin:10px 0 0 15px;
}

#CheckoutPage .CheckoutOrderComments {
	width:450px;
	float:right;
	margin:10px 0 0 0;
}

#CheckoutPage .CheckoutOrderComments p {
	font-size:12px;
	margin-left:15px;
}

#CheckoutPage #checkoutPassBar {
	height:34px;
	background:url(../images/checkoutPassBar.png);
	margin:20px 0 0 0;
}

#CheckoutPage #checkoutChoosePass {
	margin:10px 15px;
}

#CheckoutPage #checkoutChoosePass p {
	font-size:12px;
}

#CheckoutPage #checkoutChoosePass input {
	font-size:13px;
	height:18px;
	width:250px;
}

#CheckoutPage #checkoutSummaryBar {
	margin:25px 0 0 0;
	height:34px;
	background:url(../images/checkoutSummaryBar.png);
}

#CheckoutPage .ErrorMessage, #CheckoutPage .SuccessMessage {
	margin-top:10px;
}

#CheckoutPage h1.welcome {
	text-transform:uppercase;
	color:#ff8a00;
	font:Arial, Helvetica, sans-serif;
	margin-bottom:0;
	font-size:24px;
}

#CheckoutPage .savedShipAddressPad {
	paddin-left:10px;
	display:inline-block;
}

#CheckoutPage .savedShipAddressRadio {
	display:inline-block;
	float:left;
	margin-right:5px;
}

#CheckoutPage hr.savedShippingSeparator {
	color:#cde0ef;
}

#CheckoutPage .ErrorBox {
	border:2px solid #960202;
	background:#f1f7fc;
	padding:10px;
	margin-bottom:15px;
}

.paymentProviderBox {
	padding:5px;
	margin:10px 0 0 10px;
}

.CheckoutEditBoxHead {
	text-align:center;
	background:url(../images/checkoutLBoxEditAddBg.png) repeat-x;
	height:44px;
	width:100%;
	margin-bottom:10px;
}

.lBoxSubmit {
	width:113px;
	height:25px;
	margin:0 auto;
	display:block;
}

#lBoxClose {
	width:69px;
	float:right;
	margin:0 10px 10px 0;
}

/* Affiliate pages */
.Left .Affiliate h2, .Right .Affiliate h2 {
	color:#ff8400;
	text-transform:none;
	font-size:17px;
	font-weight:bold;
	margin:10px 0 0 0;
	border:none;
}

.Right .Affiliate h2.large {
	text-transform:uppercase;
	font-size:30px;
	margin:5px 0 0 0;
}

.Left .Affiliate p, .Right .Affiliate p {
	margin:5px 10px 10px;
	color:#333;
	font-size:13px;
	font-family:"Myriad Pro", "Trebuchet MS", Arial, sans;
}

.Left .Affiliate a img {
	margin:5px 0 0 5px;
}

.Right .Affiliate a img {
	display:block;
	margin:0 auto;
}

#LayoutColumn2.Affiliates h1 {
	font-size:22px;
	color:#0f74ba;
	border-bottom:1px solid #0f74ba;
	margin-bottom:15px;
}

#LayoutColumn2.Affiliates h3 {
	font-size:14px;
	color:#333;
	margin-top:20px;
}

/*====================================
	New home page styles
====================================*/

#dealofday {
	background:url(../images/sideDealDayBg.png) no-repeat;
	width:180px;
	height:275px;
	overflow:auto;
}

#dealofdaycontent {
	margin:75px auto 0 auto;
	width:160px;
	text-align:center;
	height:160px;
	position:relative;
}

#dealofdaycontent img.dodsoldout {
	position:absolute; 
	z-index:1000; 
	top:0;
	left:40px;
}

#dealofdaycontent img {
	margin-bottom:5px;
}

#dealofdaycontent span {
	font-size:13px;
}

#dealofdaycontent .ProductPrice {
	margin:3px 0 3px 0;
}

#dealofdaycontent .ourPrice {
	font-size:15px;
}

#dealofdaycontent .strike {
	font-size:11px;
}

#dealofdaycontent .youSave {
	font-size:11px;
}

#dealofdaycontent a#moredeals {
	display:block;
	color:#2b83b6;
	font-size:12px;
	margin:6px 0 0 0;
}

#dealofdaycontent a:hover#moredeals {
	color:#222;
}

#SideDealsList {
	width:180px;
	height:170px;
	background:url(../images/sideAllDealsBg.png) no-repeat;
}

#SideDealsList ul {
	margin:45px 0 0 25px;
	list-style:url(../images/dealStar.png);
	list-style-position:inside;
}

#SideDealsList li {
	line-height:12px;
	height:18px;
}

#SideDealsList li a {
	color:#80934d;
	text-decoration:none;
}

#SideDealsList li a:hover {
	color:#222;
}

#heroBanner {
	width:589px;
	height:303px;
}

#heroNav {
	width:589px;
	height:38px;
}

#heroNav strong {
	display:none;
}

#heroNav span {
	display:block;
	height:38px;
	background:url(../images/homeHeroLinksBlue.png) no-repeat;
	float:left;
	cursor:pointer;
}

#heroNav #moreSavings {
	width:197px;
}

#heroNav #moreSavings.active {
	background:url(../images/homeHeroLinksOrange.png) no-repeat;	
}

#heroNav #moreSelection {
	width:196px;
	background-position:-197px 0;
}

#heroNav #moreSelection.active {
	background-image:url(../images/homeHeroLinksOrange.png);
}

#heroNav #moreService {
	width:196px;
	background-position:-393px 0;
}

#heroRotate div {
	position:relative;
	width:589;
	height:213px;
}

#heroRotate #moreSavingsImg {
	background:url(../images/homeHeroMoreSavingsImg.jpg);
}

#heroRotate #moreSelectionImg {
	background:url(../images/homeHeroMoreSelectionImg.jpg);
}

#heroRotate #moreServiceImg {
	background:url(../images/homeHeroMoreServiceImg.jpg);
}

#heroRotate div {
	overflow:auto;
}

#heroRotate #savingsTag {
	position:absolute;
	background:url(../images/saveOverlay.png);
	width:81px;
	height:141px;
	z-index:1000;
	left:145px;
}

#heroRotate #savingsTag strong {
	display:block;
	padding:90px 0 0 8px;
	text-align:center;
	font-size:28px;
	color:#dc2200;
}

#heroRotate #sample1 {
	width:150px;
	height:200px;
	position:absolute;
	z-index:500px;
	top:10px;
	left:15px;
	text-align:center;
}

#heroRotate #sample1 span {
	color:#d90400;
	font-family:"Myriad Pro", "Trebuchet MS", Arial, sans;
	font-size:16px;
	display:block;
	margin:0; padding:0;
}

#heroRotate #sample2 {
	width:180px;
	height:200px;
	position:absolute;
	z-index:500px;
	left:212px;
	top:10px;
	text-align:center;
}

#heroRotate #sample2 span {
	color:#3f92ba;
	font-family:"Myriad Pro", "Trebuchet MS", Arial, sans;
	font-size:16px;
	display:block;
	margin:0; padding:0;	
}

#heroNav #moreService.active {
	background-image:url(../images/homeHeroLinksOrange.png);
}

#heroBanner #line {
	height:7px;
	background:#ffa100;
	clear:both;
}

#heroSearchDeals {
	width:589px;
	height:38px;
	background-image:url(../images/homeHeroSearchDeals.png);
}

#heroSearchDeals span {
	display:none;
}

#heroSearchDeals a {
	float:left;
	display:block;
	height:38px;
}

#heroSearchDeals #searchAllDeals {
	width:248px;
}

#heroSearchDeals #searchClearance {
	width:114px;
}

#heroSearchDeals #searchOnsale {
	width:100px;
}

#heroSearchDeals #searchMultiPack {
	width:124px;
}

#heroSearchDeals #searchCoupons {
	width:197px;
}

#homePromoBoxes {
	width:589px;
	margin:10px 0 0 0;
}

#homePromoBoxes .homePromoBox {
	overflow:auto;
	margin-bottom:3px;
}

#homePromoBoxes .promoBoxTitle {
	height:44px;
	background:url(../images/homeExpandBlueBg.png) no-repeat;
	overflow:auto;
}

#homePromoBoxes .promoBoxTitle.opened {
	height:41px;
}

#homePromoBoxes .promoBoxTitle span {
	display:block;
	width:320px;
	height:23px;
	font-size:19px;
	color:#333;
	margin:10px 0 0 15px;
	background:url(../images/iconExpandContract.png) 0px 1px no-repeat;
	padding:1px 0 0 27px;
	float:left;
}

#homePromoBoxes .neverMiss {
	width:180px;
	float:right;
	margin:15px 15px 0 0;
	text-align:right;
	padding-right:5px;
}

#homePromoBoxes .neverMiss small {
	font-size:10px;
	display:block;
	padding:0;
	float:left;
	text-align:right;	
}

#homePromoBoxes .neverMiss div {
	float:left;
	margin:-2px 0 0 5px;
	width:85px;
	text-align:left;
}

#homePromoBoxes .neverMiss a {
	display:inline-block;
	background:url(../images/homeNeverMissIcons.png);
	width:16px;
	height:16px;
}

#homePromoBoxes .neverMiss a#rss {
	background-position:0;
}

#homePromoBoxes .neverMiss a#email {
	background-position:-20px 0;
}

#homePromoBoxes .neverMiss a#twitter {
	background-position:-38px 0;
}

#homePromoBoxes .neverMiss a#facebook {
	background-position:-58px 0;
}

#homePromoBoxes .homePromoBox span.contract {
	background:url(../images/iconExpandContract.png) 0px -23px no-repeat;
	cursor:pointer;	
}

#homePromoBoxes .promoBoxContent {
	height:171px;
	background:url(../images/homePromoBoxDivBg.png) repeat-x;
}

#homePromoBoxes .promoBoxContent p {
	height:40px;
	overflow:hidden;
}

#homePromoBoxes .promoBoxContent img {
	height:80px;
	width:80px;
}

#homePromoBoxes .promoBoxBottom {
	height:30px;
	background:url(../images/promoBoxBottomBg.png) no-repeat;
}

#homePromoBoxes .promoBoxBottom .promoBoxBottomShare {
	width:350px;
	float:left;
	font-style:italic;
	font-size:12px;
	color:#222;
}

#homePromoBoxes .promoBoxBottom .promoBoxBottomShare span {
	display:block;
	padding:8px 0 0 15px;
	float:left;
}

#homePromoBoxes .promoBoxBottom .promoBoxBottomShare div {
	width:160px;
	float:left;
	margin:5px 0 0 10px;
}

#homePromoBoxes .promoBoxBottom .promoBoxBottomShare div a {
	background:url(../images/homeShareIcons.png) no-repeat;
	display:inline-block;
	width:16px;
	height:16px;
}

#homePromoBoxes .promoBoxBottom .promoBoxBottomShare div a {
	background:url(../images/homeShareIcons.png) no-repeat;
}

#homePromoBoxes .promoBoxBottom .promoBoxBottomShare div a#email {
	background-position:0;
}

#homePromoBoxes .promoBoxBottom .promoBoxBottomShare div a#twitter {
	background-position:-16px 0;
}

#homePromoBoxes .promoBoxBottom .promoBoxBottomShare div a#facebook {
	background-position:-32px 0;
}

#homePromoBoxes .promoBoxBottom .promoBoxBottomShare div a#digg {
	background-position:-48px 0;
}	

#homePromoBoxes .promoBoxBottom .promoBoxBottomShare div a#delicious {
	background-position:-64px 0;
}

#homePromoBoxes .promoBoxBottom .promoBoxBottomShare div a#stumble {
	background-position:-80px 0;
}

#homePromoBoxes .promoBoxBottom .promoBoxBottomShare div a#myspace {
	background-position:-96px 0;
}

#homePromoBoxes .promoBoxBottom .promoBoxBottomShare div a#google {
	background-position:-112px 0;
}

#homePromoBoxes .promoBoxBottom .promoBoxBottomMoreWays {
	width:200px;
	float:right;
	font-size:11px;
	padding-top:10px;
}

#homePromoBoxes .promoBoxBottom .promoBoxBottomMoreWays a {
	text-decoration:none;
}

.newsletterFormContent {
	padding:25px;
}

.newsletterFormContent .newsBoxSubmit {
	float:left;
}

.cartSuggestBox {
	width:589px;
	margin:10px 0 0 0;
	overflow:auto;
}

.cartSuggestBox .suggestBoxTitle {
	height:41px;
	background:url(../images/cartSuggestBoxTop.png) no-repeat;
	overflow:auto;
}

.cartSuggestBox .suggestBoxContent {
	height:171px;
	background:url(../images/homePromoBoxDivBg.png) repeat-x;
}

.cartSuggestBox .suggestBoxBottom {
	height:30px;
	background:url(../images/cartSuggestBoxBottom.png) no-repeat;
}
.cartSuggestBox .suggestBoxContent p {
	height:40px;
	overflow:hidden;
}

.cartSuggestBox .suggestBoxContent img {
	height:80px;
	width:80px;
}
.discInStock {
	position:absolute;
	top:65px;
	right:25px;
}
.RecommendedHeader {
	background:url(../images/ProductReplacementHeader.png) no-repeat;
	height:34px;
}
.RecommendedText {
	height:28px;
	clear:both;
	display:block;
	padding:5px 0 0 10px;
	color:#FFFFFF;
	font-size:22px;
}

/*==============================
	[mb] added for fsa cards
===============================*/

#fsaPaymentInfo {
	margin:10px 0;
	padding:5px;
	background:#FFFF66;
	border:1px solid #ccc;
	width:85%;
}

/* ISSelectReplacement Styles */

.ISSelect { float:left; border: 1px solid #7F9DB9; background: #fff; width: 300px; overflow: auto; height: 200px; }
.ISSelect ul, .ISSelect li { list-style: none; padding: 0; margin: 0; }
.ISSelect li { cursor: pointer; padding-left: 4px; padding-top: 2px; padding-bottom: 2px; border-top: 1px solid #fff; cursor: default; border-bottom: 1px solid #fff; }
.ISSelect li.ISSelectGroup { padding-left: 0; }
.ISSelect input { margin-right: 5px;}
.ISSelectGroup li{ padding-left: 20px; }
.ISSelect .ISSelectOptionHover { background: #efefef; }
.ISSelectGroup div { font-weight: bold; font-style: italic; padding-left: 4px; }
.ISSelect li.ISSelectGroup { background: transparent; border-top: 0; border-bottom: 0; padding-bottom: 0; }
.ISSelect .SelectedRow { background: #316AC5; border-top: 1px solid #316AC5; border-bottom: 1px solid #316AC5; color: #fff; }

.RTL .ISSelect { float:right; }/*================================================
	Category, Brand, Search buttons
	Patrick Bennett styling
=================================================*/

#resultBar {
	width:588px;
	height:27px;
	background:url(../images/ResultBarBg.png);
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
}

#resultBar #resultDeals {
	width:346px;
	float:left;
}

#resultBar ul {
	list-style:none;
	margin:0;
	padding:2px 0 0 7px;
	height:27px;
	display:inherit
}

#resultBar li {
	color:#003d66;
	font-size:12px;
	display:inline;
	padding:0px;
}

#resultBar li strong {
	display:block;
	float:left;
	margin:0;
	padding:6px 15px 0 0;
	height:21px;
	font-size:11px;
}

#resultBar #resultDeals li.spaceoff strong {
	background:url(../images/ResultBarDealsArrowOff.png) 45px -2px no-repeat;
}
#resultBar #resultDeals li.spaceon strong {
	background:url(../images/ResultBarDealsArrowOn.png) 46px -2px no-repeat;
}

#resultBar #resultSort li.spaceoff strong {
	background:url(../images/ResultBarDealsArrowOff.png) 63px -2px no-repeat;
}
#resultBar #resultSort li.spaceon strong {
	background:url(../images/ResultBarDealsArrowON.png) 63px -2px no-repeat;
}

#resultBar li a {
	color:#005387;
	text-decoration:none;
	display:block;
	float:left;
	padding:5px 8px 1px 8px;
	margin:0;
	height:19px;
	background:url(../images/ResultBarSpacer.png) right no-repeat;
}

#resultBar li.active a {
	color:#FF6600;
	background:#fff;
}

#resultBar li.last a {
	background:none;
}

#resultBar li.last.active a {
	color:#FF6600;
	background:#fff;
}

#resultBar li a:hover {
	color:#222;
}

#resultBar #resultSort {
	width:242px;
	float:left; 
}


#sortBar {
	background:url(../images/SearchResultBar.png) no-repeat;
	float:left;
	width:588px;
	height:29px;
	border-bottom:solid 1px #97c3de;
}

#sortBar .searchForm {
	float:right;
	font-size:12px;
	margin:6px 6px 0 0;
}

#sortBar .searchForm select {
	width:115px;	
}

#sortBar .searchForm #perPage {
	width:140px;	
}

#sortBar h2 {
	font-size:16px;
	color:#fff;
	margin:0 0 0 10px;
	padding:3px 0 0 0;
	border-bottom:none;
	width:320px;
	float:left;
}

#sortBar span {
	color:#2c80b4;
	font-size:12px;
	padding:6px 0 0 10px;
	display:block;
	float:left;
}

#sortBar span strong {
	font-size:16px;
}

#sortBar .searchFilter {
	float:left;
	text-align:center;
	font-size:12px;
	color:#fff;
	margin:6px 0 0 0;
}
#filterBar, .mainFilterBar {
	float:left;
	width:588px;
	padding-bottom:5px;
	color:#2c80b4;
	margin-top:-3px;
}
#filterBar span, .mainFilterBar span {
	float:left;
	padding-left:5px;	
	font-size:16px;
}
#filterBar ul {
	float:left;
	width:475px;
	display:inline;
	list-style-type:none;
	margin:0;	
}
#filterBar li {
	float:left;
	padding-left:15px;
}

#paginateBar {
	width:586px;
	float:left;
	border:1px solid #ddd;
	background:#f9f9f9;
	height:25px;
	margin:10px 0 0 0;
}

#paginateBar .page {
	color:#222;
	font-size:13px;
	width:100px;
	float:left;
	padding:6px 0 0 5px;
}

#paginateBar .pages {
	text-align:center;
	width:375px;
	float:left;
}

#paginateBar .pages span.pageButton img {
	padding:3px 10px 0 10px;
	
}

#paginateBar .pages div.pageLinks {
	display:inline;
	position:relative;
	top:-5px;
}

#paginateBar .pages div.pageLinks a {
	color:#0057bf;
	text-decoration:none;
}

#paginateBar .pages div.pageLinks a:hover {
	text-decoration:underline;
}

#paginateBar .pages div.pageLinks a.ActivePage {
	color:#222;
}

#paginateBar .jump {
	width:120px;
	float:right;
	font-size:11px;
	padding:2px 0 0 0;
}

#paginateBar .jump .box {
	width:15px;
	font-size:11px;
}

#paginateBar select {
	float:right;
	margin-top:3px;
	margin-right:5px;
}

/**** Category Listings Box ***/
#sCategoryBox, #sBrandBox, #sDealsBox {
	z-index:5000;
	position:absolute;
	display:none;
	background:#ebf3fc;
	padding:10px;
	border:1px solid #ccc;
	border-top:none;
	min-width:150px;
}

#sBrandBox, #sCategoryBox {
	width:auto;
	max-height:300px;
	overflow:auto;
}

#sCategoryBox div.col, #sBrandBox div.col {
	float:left;
	width:33%;
}

#sCategoryBox div.single, #sBrandBox div.single {
	width:100%;
}


#sCategoryBox ul, #sBrandBox ul, #sDealsBox ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:13px;
}

#sCategoryBox li a, #sBrandBox li a, #sDealsBox li a {
	padding:2px 0 0 0;
	color:#006699;
	text-decoration:none;
	display:block;
	font-size:11px;
	margin:0 5px;
}

#sCategoryBox li a:hover, #sBrandBox li a:hover, #sDealsBox li a:hover {
	color:#333;
	text-decoration:underline;
	background:#fff;
}/*=============================================
	Category Menu Flyouts
	Patrick Bennett (Modern Blue)
==============================================*/

.fly a.catActive {
	background-color:#3d96c2;
	border-top:#0b719d 1px solid;
	color:#ffffff;
}
.fly a.lightCatActive {
	background-color:#FFFFFF;
	color:#3d96c2;
	opacity:0.7;
}

.fly {
	/*background:url(../images/flyMorePlus.png) no-repeat 150px 1px;*/
	width:180px;
}

.flyOutTop {
	width:inherit;
	padding:5px 0;
}
.flyOutCatName {
	padding-left:-2px;
	color:#ffffff;
	font-size:17px;
}

.flyOutLinks {
	float:left;
	padding:0 0 0 15px;	
	border:#0b719d 1px solid;
	border-left:none;
	width:210px;
	overflow:hidden;	
}

.flyOutLinks ul {
	margin:0; padding:0;
	list-style:none;
}
.flyOutChild {
	padding:3px 0 2px 15px;
	
}
.flyOutTop img{
	float:right;	
}
.flyOutLinks li a, .flyOutTop a {
	text-decoration:none;
	color:#3d96c2;
	display:block;
}
.flyOutLinks .flyOutParent a {
	color:#000;
}
.flyOutLinks li a:hover, .flyOutTop a:hover {
	color:#000;
}
.flyOutParent {
	font-size:16px;
	padding:5px 0 4px;
}
.flyOutLinks .flyOutParent a:hover {
	color:#3d96c2;	
}
 
.flyOutSkyBlueBack {
	background-color:#e0ecf6;	
}
.flyOutGrayBack {
	background-color:#ecf4fa;
}

/*=============================================
	Set specific width and positioning
	of flyouts
==============================================*/

.flyOut {
	clear:both;
	position:absolute;
	z-index:5000;
	top:5px;
	left:180px;
	font-size:12px;
	padding:0 6px 15px 8px;
	display:none;
	background-color:#3d96c2;
	border:#0b719d 2px solid;
	border-left:none;
}

.flyOut.active, #HiddenFlyout.active{
	display:block;
}

#HiddenFlyout {
	position:absolute;
	display:none;	
}
.flyOutContent a {
	padding-bottom:1px;
}
.flyOutContent a:hover{
	padding-bottom:0px;
	border-bottom:1px solid;
}/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
	border-bottom:7px solid #4690bb;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 0px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 2px;
    background: url(../images/YellowBlueTabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 0 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #333;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    margin-top: 0;
    color: #111;
}
.ui-tabs-nav a span {
    width: 84px; /* IE 6 treats width as min-width */
    min-width: 84px;
    height: 27px; /* IE 6 treats height as min-height */
    min-height: 27px;
    padding-top: 12px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -171px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -171px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 25% 0;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 25% -42px;
}
.ui-tabs-nav .ui-tabs-rc a, .ui-tabs-rc a:hover, .ui-tabs-rc a:focus, .ui-tabs-rc a:active {
	padding-right:0px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.pFragment {
	color:#444;
	padding:10px 15px;
}/*=============================================
	Category Menu Flyouts
	Patrick Bennett (Modern Blue)
==============================================*/

#SearchFilters #tabs {
  float:left;
  width:100%;
  font-size:13px;
  line-height:normal;
  margin-bottom:3px;
}

#SearchFilters #tabs ul {
  margin:0;
  padding:10px 10px 0 0;
  list-style:none;
}

#SearchFilters #tabs li {
  display:inline;
  margin:0 2px;
  padding:0;
}

#SearchFilters #tabs a {
  float:left;
  background:url(../images/tableft.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}

#SearchFilters #tabs a span {
  float:left;
  display:block;
  background:url(../images/tabright.gif) no-repeat right top;
  padding:5px 12px 4px 6px;
  color:#042b5d;
  text-align:center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#SearchFilters #tabs a span {float:none;}
/* End IE5-Mac hack */

#SearchFilters #tabs a:hover span {
  color:#FF9834;
}

#SearchFilters #tabs a:hover, #SearchFilters #tabs a.active {
  background-position:0% -42px;
  cursor:pointer;
}

#SearchFilters #tabs a:hover span, #SearchFilters #tabs a.active span {
  background-position:100% -42px;
  color:#FF9834;
  cursor:pointer;
}

#SearchFilters #resultBar {
	background:url(../images/SearchResultBar.png) no-repeat;
	width:588px;
	height:26px;
	clear:both;
}

#SearchFilters #resultBar h2 {
	font-size:16px;
	color:#fff;
	margin:0 0 0 10px;
	padding:3px 0 0 0;
	border-bottom:none;
	width:320px;
	float:left;
}

#SearchFilters .searchFilter {
	float:right;
	width:220px;
	text-align:right;
	font-size:12px;
	color:#fff;
	margin:3px 5px 0 0;
}



.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	/*background: white url('indicator.gif') right center no-repeat;*/
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #005fa3;
	color: white;
}
