/* BASE STYLES
----------------------------------------------- */
* {
margin:0;
padding:0;
}
H1, .h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:black;
	font-weight:bold;
	margin-top:10px
}

H2, .h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:black;
	font-weight:bold
}

TABLE {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black
}

.red_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CC0000
}

.black_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000
}
.bold_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black;
	font-weight:bold
}
.border_r {
	border-right:1px solid #cccccc;
	padding:2px
}
.border_l {
	border-left:1px solid #cccccc;
	padding:2px
}	
.border_t {
	border-top:1px solid #cccccc;
	padding:2px
}
.border_b {
	border-bottom:1px solid #cccccc;
	padding:2px
}
.border {
	border:1px solid #cccccc;
	padding:2px
}
.bg_dddddd {
	background-color:#dddddd;
	color:#333333
}
.hr {
	border-bottom:1px solid #cccccc;
	margin:0px 0px 8px 0px
}

/* BUTTONS
----------------------------------------------- */
/******* ACTION BUTTON *******/

/* Both browsers apply these styles to the action button */
.actn_button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.actn_button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#CCE6F9')
	}
/* FireFox uses a background color and white gradient image for the blend */
html>body .actn_button_color {
	background: #A5D6FA url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR ACTION BUTTON *******/
.actn_button_color.actn_button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top
}	
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* REGULAR BUTTON *******/
/* Both browsers apply these styles to the regular button */
.button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#EDF3F7')
}
/* FireFox uses the background-color and white gradient image for the blend */
html>body .button_color {
	background: #C7E5FB url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR REGULAR BUTTON *******/
.button_color.button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* SPECIAL BUTTON STYLES*******/
.btn_small_update, .btn_small_change {
	font-size:9px
}		
.btn_update {
	font-size:9px
}	
.btn_continue {
	width:170px;
	padding:4px
}
.btn_add_to_cart{
	width:80px;
	* height:23px;
	font-size:11px;
	margin-top:5px;
	* padding:1px 0px 0px 0px
}
html>body .btn_add_to_cart {
	height:15px;
	padding:1px 0px 0px 0px
}
.btn_buy_it_now {
	width:80px;
	font-size:11px;
	margin:5px 0px 0px 5px;
	padding:0px
}
.btn_proceed_to_checkout {
  padding:2px 2px 2px 25px;
  width:190px;
  height:32px
}	
.btn_ordering_info {
 font-size:11px;
 width:150px
}
/******* END SPECIAL BUTTON STYLES*******/

/* box around product detail quantity and add to cart button
----------------------------------------------- */
.quantity {
	border:1px solid #CCCCCC; 
	width:250px; 
	white-space:nowrap;
	padding:10px
}

/* ADDED TO CART home page, product list and product detail pages
----------------------------------------------- */
.added_to_cart {
	background-color:#FFFAF4;
	border:1px solid #E2A269;
	margin:5px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333
	}
.added_to_cart A:link, .added_to_cart A:visited, .added_to_cart A:hover, .added_to_cart A:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333
	}

/* PRICE 
product list and some home pages
----------------------------------------------- */
.small_price {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold
}

/* product detail page */
.large_price {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold
}
.totalsavings {	
	font-weight:bold;
	border:1px solid #cccccc;
	padding:10px;
	text-align:center;
	width:185px;
	color:black
}
.opc-totalsavings {	
	font-weight:bold;
	font-size:13px;
	padding:2px 1px;
	color:black;
	text-align:right
}
/* TABS 
product detail page
----------------------------------------------- */
.tabcontainer {
	width:100%;
	position:relative;
	color:#ffffff
}
.tab_on {
	color:black;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#e5e5e5;
	padding:3px;
	width:165px;
	float:left;
	display:inline;
	white-space:nowrap
	}
.tab_off {
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#F5F5F5;
	padding:3px;
	width:165px;
	float:left;
	cursor:pointer;
	display:inline;
	white-space:nowrap
	}
.descriptioncontainer {
	width:100%;
	position:relative
}
.detaildesc {
	border-top:4px solid #e5e5e5;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
	border-bottom:2px solid #e5e5e5;
	padding:5px;
	margin-bottom:10px;
	width:99%;
	text-align:left
}

/****** MULTIPLE IMAGES ****** product detail page */
.click {cursor:pointer}
.imagesmallcontainer {
	background-color:#ffffff;
	border:2px solid #CCCCCC;
	float:left;
	height:65px;
	margin:8px 4px 2px 0px;
	overflow:hidden;
	width:65px
}
.hoverover {
	clear:both;
	float:left;
	font-size:11px;
	padding-bottom:2px;
	padding-top:2px;
	width:300px
}
.notavailable {
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#666666;
	padding:10px;
	text-align:center
}
/* ALL CATEGORIES PAGE
----------------------------------------------- */
.category_outline {
	width:99%;
	border:1px solid #dddddd;
	text-align:center;
	margin:5px;
	padding:0px
}
.chain {
	text-align:left;
	margin-left:5px;
	font-size:13px;
	padding:4px;
	font-weight:bold;
	color:#666666
	}
.chain A:link, .chain A:visited, .chain A:active, .chain A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:13px;
	}
.all_categories {
	width:220px
}
.all_categories A:link, .all_categories A:visited, .all_categories A:active, .all_categories A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:13px;
	font-weight:normal
	}
.parent {
	margin-top:3px;
	margin-bottom:3px
}
.parent A:link, .parent A:visited, .parent A:active, .parent A:hover {
	font-weight:bold
	}
.parent_more {
	font-weight:bold;
	margin-top:5px;
	color:black
}
.parent_more A:link, .parent_more A:visited, .parent_more A:hover, .parent_more A:active {
	font-weight:bold;
	color:black
	}		
.sub_category {
	margin-top:5px;
	margin-bottom:5px
	}
.sub_category_more {	
	font-weight:bold;
	color:black
	}	
.sub_category_more A:link, .sub_category_more A:visited, .sub_category_more A:hover, .sub_category_more A:active {
	margin-left:1px;
	font-size:11px;
	font-weight:bold;
	color:black
	}	

.viewAllCategories {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:4px solid black;
	font-weight:100;
}

.viewAllCategories a:link, .viewAllCategories a:visited {
	color:black;
	text-decoration:none;
	font-weight:bold
}

.viewAllCategories a:hover {
	text-decoration:underline;
	background-color:#edecec
}	
/* CHECKOUT BREADCRUMB
----------------------------------------------- */
.breadcrumb_on {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	padding-right:3px;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle
}
.breadcrumb_off {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	padding-right:3px;
	font-size:13px;
	white-space:nowrap; 
	vertical-align:middle
}
.clear {
	clear:both
	}
.floatRight {
	float:right
	}
.floatLeft {
	float:left
	}
.note {
 	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px
	}	

/* General */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
	min-width: 630px;
	background: #fff url(/images/5PlusFeaturedProducts/BodyBg.gif) 0 0 repeat-x;
	color: #282828;
	text-align: left;
	padding: 0px 180px;
}

input, select {
	font-size: 11px;
}

input {
	padding: 2px;
}

p {
	line-height: 1.3;
	margin-bottom: 15px;
}

a {
	font-weight: normal;
	text-decoration: underline;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 8px 0;
}

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;
}




a {
	color: #282828;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #185b9f;
}
h2 {
	color: #282828;
}
h3 {
	color: #fe8e01;
}
hr {
	background: #dadada;
	color: #dadada;
}

/* Page Container */

/* Top Navigational Menu */
#TopMenu {
	height: 25px;
	margin: 0px -180px;
}

#TopMenu ul {
	list-style: none;
	padding: 0;
	margin: 0 15px 0 0;
	float: right;
}

#TopMenu li {
	list-style: none;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	background: url(/images/5PlusFeaturedProducts/PagesMenuBg.gif) 0 10px no-repeat;
}

#TopMenu li.First {
	background-image: none;
}
#TopMenu li.First a {
}

#TopMenu li span, #TopMenu li a, #TopMenu li div {
	display: block;
	text-decoration: none;
	font-size: .85em;
	padding: 0 0 0 10px;
	margin: 8px 10px 0 0;
}
#TopMenu li a, #TopMenu li div {

}

#TopMenu li div, #TopMenu li div a {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 1em;
}

#TopMenu li a:hover {
	text-decoration: underline;
}


/* Outer Content Wrapper (Surrounds header & content) */

#Wrapper {
	clear: both;
	position: relative;
	width: 100%;
	z-index: 0; /* To enable  menu dropdowns over a relatively positioned element */
	padding: 80px 0 0 0;
}
#WrapperBanner {
	height: 55px;
	margin: 0px -180px;
padding: 20px 0px 0px 40px;
}

#WrapperBanner p {
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 26px;
}

/* Header */

#Header {
        min-width: 990px;
	height: 78px;
	margin: 0px -180px;
}

/* Logo */

#Logo {
	float: left;
	height: 58px;
	display: inline;
	padding: 0 0 0 30px;
}

#Logo h1 {
}

#Logo h1 a {
	text-decoration: none;
}

/* Top Badges */
#BadgesTop {
	float: left;
	height: 58px;
	display: inline;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 140px;
}

/* Top Search Form */
#SearchForm {
	float: right;
	height: 48px;
	display: inline;
	overflow: hidden;
	padding: 10px 30px 0 40px;
        margin: 0px 0px 0px 0px;
}

#SearchForm form {
}

#SearchForm label {
	font-size: 1.6em;
}

#SearchForm input {
	width: 140px;
	height: 15px;
	font-size: 0.9em;
	padding: 2px;
	margin: 0;
}

#SearchForm .Button {
	width: 60px;
	height: 21px;
	padding: 0;
	background: transparent;
	vertical-align: middle;
}

#SearchForm p {
	float: left;
	font-size: 0.85em;
	margin: 3px 0 0 0;
}

#SearchForm a {
	text-decoration: none;
}

#SearchForm a:hover {
	text-decoration: underline;
}

#Outer {
}
#Wrapper {
	background: url(/images/5PlusFeaturedProducts/WrapperBg.gif) 0 0 no-repeat;
}
#Logo h1 {
	color: #fff;
}
#Logo h1 a {
	color: #FE8E01;
}


#SearchForm {
	background: url(/images/5PlusFeaturedProducts/SearchBg.gif) 0 6px no-repeat;
}
#SearchForm label {
	display: none;
}
#SearchForm input {
	background: #fff;
	border: 1px solid #d9d9d9;
}
#SearchForm .Button {
	border: 0;
}
#SearchForm a {
	color: #939393;
}
#SearchForm p {
	color: #939393;
}
/* Pages Menu */
#Menu {
	height: 34px;
	position: relative;
	z-index: 1;
	margin: 0px -180px;
}

#Menu ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0 2px 0 0;
	padding: 0;
}

#Menu li.First {
}

#Menu li a {
	display: block;
	font-size: 1.1em;
	text-decoration: none;
	padding: 8px 15px 6px 15px;
	height: 20px;
}

#Menu li a:hover	{
	text-decoration: underline;
}

#Menu li ul {
	width: auto;
	position: absolute;
	clear: left;
	top: 33px;
	left: -15px;
	display: none;
	text-align: left;
	font-size: 0.85em;
	background: transparent;
	z-index: 10;
}

#Menu li ul li {
	clear: both;
	text-align: left;
	background: transparent;
}

#Menu li ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 1em;
	text-align: left;
	margin: 0;
	width: 120px;
	height: auto;
}

#Menu li a:hover{
	text-decoration: underline;
}

#Menu li.over a {
	text-decoration: none;
}

#Menu li ul li a, #Menu li.over li a {
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}

#Menu li ul li a:hover {
	text-decoration: underline;
}

/* Holly Hack. IE Requirement \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */

#Menu {
	border-bottom: 1px solid #fff;
}
#Menu li {
	background: url(/images/5PlusFeaturedProducts/MenuBgRight.gif) top right no-repeat;
}
#Menu li a {
	color: #fff;
	background: url(/images/5PlusFeaturedProducts/MenuBgLeft.gif) top left no-repeat;
}
#Menu li a:hover {
	color: #fff;
}
#Menu li ul li a {
	color: #fff;
	background: #fe8e01;
}
#Menu li ul li a:hover {
	color: #185b9f;
}

/* Left Content Area */
#LayoutWrapper {
	padding-left: 180px;
	padding-right: 180px;
}
#LayoutColumn1, #LayoutColumn2, #LayoutColumn3 {
	position: relative;
	float: left;
}
#LayoutColumn2 {
	width: 100%;
}
.Left {
	width: 175px;          /* LC width */
	right: 175px;          /* LC width */
	margin-left: -100%;
	min-height: 500px;
	/*font-size: 0.85em;*/
	padding: 10px 0 10px 0;
}
.Left .Block {
	width: 155px;
	padding-bottom: 5px;
	margin: 0 10px 10px 10px;
}
.Left .BlockContent {
}
.Left h2 {
	font-size: 1.5em;
	margin: 5px 5px 5px 0;
	position: relative;
}
.Left ul {
	margin: 0;
	padding: 0;
}
.Left li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}
.Left li {
}
.Left li a {
	text-decoration: none;
}
.Left li a:hover {
	text-decoration: underline;
}

.Left #SideCategoryList li{
	padding: 3px 0 0 15px;
}

.Left #SideCategoryList li .LastChild {
	border:0;
}
.Left {
	background: url(/images/5PlusFeaturedProducts/SideBg.gif) 0 0 repeat-x;
}
.Left li {
	border-bottom: 1px solid #d9d9d9;
}
.Left .CategoryList li, .Right .CategoryList li {
	background: url(/images/5PlusFeaturedProducts/BlockArrow.gif) no-repeat left center;
	padding-left:8px;
}
.Left .BrandList li, .Right .BrandList li {
	background: url(/images/5PlusFeaturedProducts/BlockArrow.gif) no-repeat left center;
	padding-left:8px;
}

.Left .TopSellers li, .Right .TopSellers li {
	background-image: none;
}
.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	color: #fe8e01;
}
.Right .TopSellers li.TopSeller1 .ProductImage { /* No1 seller box */
}
.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 {
	background: #fff url(/images/5PlusFeaturedProducts//No1SellerBg.gif) 0 100% repeat-x;
	border: 1px solid #dadada;
}
.Right .TopSellers li.TopSeller1 .ProductDetails { /* No1 seller box */
}
.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
	color: #fff;
	background: url(/images/5PlusFeaturedProducts/No1SellerNumberBg.gif) 0 0 no-repeat;
}
.Right .TopSellers li.TopSeller1 .Rating {
}

.Breadcrumb {
	border-bottom: 1px solid #dadada;
}

/* Primary Content Area */
.Content {
	min-height: 500px;
	margin: 5px 15px 10px 15px;
        /* min-width: 635px; */
        /* width: 635px; */
	font-size: 0.95em;
	/*margin: 0 195px 0 195px;*/
}
.Content .Block {
	clear: both;
	margin-bottom: 10px;
}

.Content p {
	font-size: 1.1em;
}
.Content h2 {
	padding: 3px 5px 3px 5px;
	margin: 5px 0 5px 0;
}
.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;
}
.NewsletterSubscription input {
	border: 1px solid #dadada;
}


.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;
}
.Content .ProductList strong, .Content .ProductList strong a {
}
.ProductPrice, .ProductList em {
	color: #ec1c4d;
}
.ProductList .Rating {
	color: #6a6a6a;
}
.Content .FeaturedProducts .ProductList li {
	background: url(/images/5PlusFeaturedProducts/FeaturedProductsBg.gif) 0 100% repeat-x;
}
.Content .FeaturedProducts .ProductList .ProductImage {
}
.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
	background: #f7f7f7;
}
/* Newsletter Subscription Form */
.NewsletterSubscription {
	clear: both;
}

.NewsletterSubscription label {
	clear: both;
	float: left;
}

.NewsletterSubscription input {
	width: 139px;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 5px;
}

.NewsletterSubscription .Button {
	width: 97px;
	height: 23px;
	border: 0;
	margin-top: 2px;
	vertical-align: middle;
}

/* Right Content Area */

.Right {
	width: 175px;          /* RC width */
	margin-right: -175px;  /* RC width */
	min-height: 500px;
	font-size: 0.85em;
	padding: 10px 0 10px 0;
}

.Right .Block  {
	/*float: left*/
	width: 155px;
	padding-bottom: 5px;
	margin: 0 10px 10px 10px;
}
.Right .BlockContent {
}
.Right h2 {
	font-size: 1.5em;
	margin: 5px 5px 5px 0;
	position: relative;
}
.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 {
	background: url(/images/5PlusFeaturedProducts/SideBg.gif) 0 0 repeat-x;
}
.Right li {
	border-bottom: 1px solid #d9d9d9;
}
.Right hr {
	background: #dadada;
	color: #dadada;
}

/* Product Listings */

.ProductList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Content .ProductList li {
	padding: 5px 0 5px 6px;
	list-style: none;
	float: left;
	width: 130px;
	font-size: 0.95em;
	text-align: center;
	margin: 6px 11px 10px 0;
	overflow: hidden;
	height: auto;
}

.ProductList a {
	text-decoration: none;
}

.Content .ProductList .ProductImage {
	display: table-cell;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}

.Content .ProductList .ProductImage {
	vertical-align: middle;
}

.ProductList .ProductDetails {
	padding: 5px;
	min-height: 0;
}

.ProductList strong, .ProductList strong a {
}

.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: bold;
}

.ProductList .Rating {
	font-size: 0.9em;
	font-weight: bold;
}

.ProductList .Rating img {
	height: 12px;
	margin-top: 3px;
}

.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; */
}

.Right .ProductList li {
	clear: both;
	width: 150px;
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding: 3px 0 5px 0;
	color: #000000;
	height: auto;
}

.Right .SideCart p
{
	color: #000000;
}


/* Top Seller Block Specific */

.Left .TopSellers, .Right .TopSellers {
	clear: both;
	padding: 0 0 10px 0;
}

.Left .TopSellers ul, .Right .TopSellers ul {
	margin: 0;
	padding: 0;
}

.Left .TopSellers li, .Right .TopSellers li {
	clear: both;
	margin: 0 0 5px 0;
}

.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	float: left;
	width: 14px;
	font-size: 1.6em;
	padding: 0 0 2px 4px;
}

.Left .TopSellers li .TopSellerNumber {
}

.Left .TopSellers .ProductDetails, .Right .TopSellers .ProductDetails { /* Contains the details of the item */
	margin: 0;
	margin-left: 24px;
}

.Left .TopSellers li.TopSeller1, .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;
}

.Left .TopSellers li.TopSeller1 img, .Right .TopSellers li.TopSeller1 img {
	text-align: center;
	overflow: hidden;
	max-width:130px;
}

.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
	position: relative;
	z-index: 1;
	width: 38px;
	height: 34px;
	color: #fff;
	font-weight: bold;
	padding-top: 4px;
}

.Left .TopSellers li.TopSeller1 .ProductDetails, .Right .TopSellers li.TopSeller1 .ProductDetails {
	clear: both;
	float: left;
	width: 130px;
	font-size: 1.1em;
	margin: 0;
	padding: 0 5px 0 10px;
}

.Left .TopSellers li.TopSeller1 .ProductImage, .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 {
}

/* 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/5PlusFeaturedProducts/BreadcrumbSep.gif') no-repeat right;
}

.FindByCategory ul, .FindByCategory li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.FindByCategory li {
	padding-left: 12px;
	background: url('/images/5PlusFeaturedProducts/BreadcrumbSep.gif') no-repeat 3px 5px;
	padding-right: 8px;
	display: inline;
}

/* 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;
}

/* Page Footer */

#Footer {
	clear: both;
	position: relative;
	font-size: 0.85em;
	text-align: center;
	/*margin: 30px 205px 0 205px;*/
	padding: 20px 0 0 0;
	border-top: 1px solid #dadada;
	margin: 0px -180px;
}

#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;
}

/* Footer Badges */
#BadgesFooter {
	/* float: right; */
	height: 48px;
	display: inline;
	overflow: hidden;
	padding: 10px 30px 0 40px;
        margin: 0px 0px 0px 0px;
}
					
