/* Global Reset */
* {
	margin: 0;
	padding: 0;
}
/* General */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #303030;
	background: #f3f3f3 url(../images/mainbg.png) 0 0 repeat-x;
}
/* IE MENU Z-Index FIX */
#Container { }
#Container #headerFix {
	position: relative;
	z-index: 100;
}
#Container #headerFix2 { z-index: 1; }
.fix-z-index { }
#Container #Wrapper, .BrandBar, .sc_menu, .sc_menu ul, .sc_menu ul li, .sc_menu ul li a {  *z-index: -1; /*IE Z-INDEX HACK*/
}
/******/
strike {
	font-size: 11px;
	color: #999;
}
em.VariationProductPrice strike { font-size: 	16px; }
#field_10 { display: none; }
/*Menu*/
.ddsmoothmenu {
	font: bold 11px Verdana;
	width: 1000px;
	top: 136px;
	clear: both;
	margin-left: 10px;
	margin-top: 1px;
}
.ddsmoothmenu ul {
	position: relative;
	z-index: 50;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	z-index: 100;
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block; /*background of menu items (default state)*/
	padding: 7px 10px;
	color: #586869;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/ display: inline-block; }
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { color: #586869; }
.ddsmoothmenu ul ul li a:link, .ddsmoothmenu ul ul li a:visited { color: #fff; }
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-color: #49a3b2;
	color: #fff;
}
.ddsmoothmenu ul li a:hover {
	/*background-color: #53a7b6; /*background of menu items during onmouseover (hover state)*/
	background-color: #49a3b2;
	color: white;
}
.ddsmoothmenu ul li ul { background-color: #49a3b2; color: #fff; }
.ddsmoothmenu ul li.HasSubMenu img { margin-top: -4px; }
.ddsmoothmenu ul li li a:hover {
	background-color: #388f9e;  /*background of menu items during onmouseover (hover state)*/
	color: #fff;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul { top: 0; }
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font: normal 11px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid white;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu { height: 1%; } /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	position: absolute;
	top: 14px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 14px;
	right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: none;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/ display: none; }
a {
	color: #303030;
	font-weight: normal;
	text-decoration: underline;
}
a:hover { color: #084283; }
h3 { color: #3da0b7; }
hr {
	background: #d7f2f6;
	color: #d7f2f6;
}
.ProductsListTop { height: 200px; }
#CartHeader { }
#CartContent .BlockContent p { margin: 10px 0; }
.KeepShopping { margin: 15px 10px 0 0; }
#CheckOutAccount {
	height: 220px;
	position: relative;
}
#LoginForm {
	color: #717171;
	height: 240px;
	padding-left: 80px;
}
#LoginForm input, #LoginForm .AccountLogin input.Textbox {
	border: none;
	background: url(../images/form_input.png) 0 0 no-repeat;
	width: 200px;
	height: 20px;
	color: #717171;
}
input.TextBox { background: url(../images/form_input.png) 0 0 no-repeat; }
#LoginForm .FormContainer, .CreateAccount div { margin: 10px 0 0 10px; }
.CreateAccount div { }
.LoginForm #LoginButton, #LoginForm #LoginButton {
	width: 89px;
	height: 25px;
	position: relative;
	top: 2px;
	background: url(../images/login_button.gif) 0 0 no-repeat;
}
.LoginForm #LoginButton:hover { cursor: pointer; }
.LoginForm a { color: #717171; }
.LoginForm a:hover { color: #000000; }
.PrimaryProductDetails { padding: 10px; }
div#TopBox {
	width: 710px;
	display: none;
}
ul#TopBoxMid {
	list-style: none;
	float: left;
	width: 450px;
}
ul#TopBoxMid li {
	float: left;
	height: 74px;
	background: url(../images/top_box_middle.png) 0 0 repeat-x;
}
.TopBoxLeft {
	height: 74px;
	width: 7px;
	background: url(../images/top_box_left.png) 0 0 no-repeat;
	float: left;
}
.TopBoxMiddle {
	height: 74px;
	background: url(../images/top_box_middle.png) 0 0 repeat-x;
	float: left;
}
.TopBoxRight {
	height: 74px;
	width: 7px;
	background: url(../images/top_box_right.png) 0 0 no-repeat;
	float: left;
}
#FamilySites {
	width: 170px;
	float: left;
}
#FamilySites ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0 4px;
}
#FamilySitesTitle {
	font-size: 10px;
	margin:5px 0 0 28px;
	color: #84a0a6;
	font-family:Tahoma, Geneva, sans-serif;
}
#FamilySites a:link, #FamilySites a:visited {
	padding: 2px 0 2px 25px;
	color: #276773;
	font-size: bold;
	font-size: 11px;
	height: 19px;
	width: 19px;
}
#FamilySites a.LinkMobilGuider:link, #FamilySites a.LinkMobilGuider:visited { background: url(../images/icon_guide.jpg) top left no-repeat; }
#FamilySites a.LinkGadgetGirl:link, #FamilySites a.LinkGadgetGirl:visited { background: url(../images/icon_gadget.jpg) top left no-repeat; }
#FamilySites a:hover {
	text-decoration: underline;
	color: #000;
}
#Outer { }
#Wrapper {
	position: relative;
	margin-top: -5px;
}
#Logo h1 { color: #093F7F; }
#Logo h1 a { color: #093F7F; }
/* Primary Content Area */

.Content {
	float: left;
	width: 633px;
	margin: 0 0 0 6px;
	font-size: 0.95em;
}
.Content .Block {
	background: url(../images/box-wide-bg.jpg) top right repeat-y;
	clear: none;
	margin:0 0 0 0;
	color: #757575;
	z-index: 1;
}
.Content .BlockContent {
	padding: 10px;
	z-index: 1;
}
.Content .BlockBottom {
	background: url(../images/bbox-bottom.jpg) bottom left no-repeat;
	width: 100%;
	height: 7px;
}
.Content .Blocktop {
	background:  url(../images/bbox-top.jpg) right top no-repeat;
	width: 100%;
	height: 7px;
}
.Content .boxheader {
	background:  url(../images/bbox-header.jpg) left top no-repeat;
	height: 27px;
	padding: 6px 0 0 16px;
	margin: 0;
	color: #fff;
}
h1 {
	font-family: arial, sans-serif;
	padding: 10px 0 0 0;
	margin: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #3da0b7;
}
.Content .boxheader h1 {
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	border: none;
	margin: 0;
	padding: 0;
}
.CategoryDescription p {
	font-size: 14px;
	padding: 10px;	
}
.Content h1 {
	color: #3da0b7;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #a9cfcc;
	padding-bottom: 3px;
}
.TitleHeading {
	font-size: 1.6em;
	font-weight: bold;
	color: #034285;
	margin: 10px 0;
}
/* Right Content Area */
.Left, .Right {
	width: 180px;
	margin: 0;
	padding: 0;
	color: #717171;
	font-size: 11px;
}
.Right {
	float: right;
	margin-top: -13px;
}
.Left .Block, .Right .Block {
	background: url(../images/box-content.jpg) top right repeat-y;
	width: 100%;
	margin: 10px 0;
}
.Left h1, .Right h1 {
	background:  url(../images/box-header.jpg) left top no-repeat;
	width: 100%;
	min-height: 21px;
	padding: 6px 0 0 16px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}
.Left .topdiv, .Right .topdiv {
	background:  url(../images/box-top.jpg) left top no-repeat;
	width: 100%;
	height: 7px;
	padding: 0;
	margin: 0;
}
.Left .sideCategory {
	background: url(../images/box-bottom.jpg) bottom left no-repeat;
	padding: 0 3px 10px;
	margin: 0;
	min-height: 7px;
	width: 174px;
}
.Left #SideCategoryList li ul { border-top: 1px solid #c5dde9; }
.Left #SideCategoryList li.LastChild { border-bottom: 0 !important; }
.Left #SideCategoryList li { padding: 3px 0 0 0; }
.Left #SideCategoryList li ul { padding-left: 15px; }
.Left .BlockContent, .Right .BlockContent {
	background: url(../images/box-bottom.jpg) left bottom no-repeat;
	padding: 0 9px;
	margin: 0;
	width: 162px;
	min-height: 7px;
}
.Right li { border-bottom: 1px solid #cedfea; }
.Right li a { color: #084283; }
.Right a:hover, .Right a:hover strong { color: #012c5c; }
.Right hr {
	background: #d7f2f6;
	color: #d7f2f6;
}
.TwitterFollow .TwitterIcon {
	margin-left: 5px;
	height: 22px;
	width: 100px;
	background: url(../images/twitter.png) 0 0 no-repeat;
	padding: 7px 0 0px 30px;
}
.TwitterFollow a:visited, .TwitterFollow a:link {
	color: #089192;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#CategoryContent ul.ProductList { margin-left: 11px; }
#SearchForm {
	background: url(../images/box_search.png) 0 0 no-repeat;
	width: 100%;
	height: 55px;
	bottom: 50px;
}
#SearchForm input {
	border: none;
	background: url(../images/form_input_magnify.png) 0 0 no-repeat;
	width: 100px;
	height: 16px;
	margin: 10px 0 0 9px;
	padding: 3px 0 3px 25px;
	color: #717171;
	position: absolute;
}
#SearchForm .Button {
	width: 30px;
	height: 22px;
	padding: 0;
	margin: 10px 0 0 139px;
	position: absolute;
}
#SearchForm p {
	font-size: 10px;
	color: #919191;
	position: absolute;
	margin: 45px 0 0 10px;
}
#SearchForm a {
	color: #919191;
	text-decoration: none;
}
#SearchForm a:hover { text-decoration: underline; }
/* Left Content Area */
#Footer p { }
#Footer a { }
#Footer #FooterMenu {
	padding-top: 5px;
	padding-bottom: 4px;
	font-family: arial;
	text-align: left;
	height: 87px;
}
#Footer #FooterMenu a {
	color: #ffffff;
	text-decoration: none;
}
#Footer #FooterMenu a:visited {
	color: #ffffff;
	text-decoration: none;
}
#Footer #FooterMenu a:hover {
	color: #2d2d2d;
	text-decoration: none;
}
#Footer #FooterMenu a:hover {
	color: #2d2d2d;
	text-decoration: none;
}
#Footer #FooterMenu ul {
	list-style-position: outside;
	list-style-image: url(../images/list_bullet_white.png);
	list-style-type: square;
}
#Footer #FooterNote { margin-top: -7px; }
#Footer #FooterNote a {
	color: #13a0bd;
	text-decoration: none;
}
#Footer #FooterNote a:visited {
	color: #13a0bd;
	text-decoration: none;
}
#Footer #FooterNote a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}
#Footer #BottomMenu {
	text-align: center;
	width: 100%;
	color: #439daf;
}
#Footer #BottomMenu a {
	color: #8a8a8a;
	text-decoration: none;
}
#Footer #BottomMenu a:visited {
	color: #8a8a8a;
	text-decoration: none;
}
#Footer #BottomMenu a:hover {
	color: #8a8a8a;
	font-weight: bold;
	text-decoration: underline;
}
#Footer #BottomMenu #MenuColumn {
	text-align: left;
	float: left;
}
#Footer #BottomMenu ul {
	color: #8a8a8a;
	list-style-position: outside;
	list-style-type: square;
}
/* Newsletter Subscription Form */
.NewsletterSubscription { clear: both; }
.NewsletterSubscription label {
	clear: both;
	float: left;
}
div.NewsletterSubscription input {
	border: none;
	background: url(../images/form_input.png) 0 0 no-repeat;
	margin: 0 0 5px 0;
	color: #717171;
	width: 156px;
	height: 15px;
	font-size: 0.9em;
	padding: 3px;
}
#subscribe_form .Button {
	width: 77px;
	height: 22px;
	padding: 0;
	margin: 2px 0 10px 0px;
}
.ProductAddToCart dd.AddCartButton input {
	margin-top: 4px;
	width: 38px;
	height: 20px;
	border: 0px;
	background: url(../images/form_input_30_17.png) 0 0 no-repeat;
}
.ProductList strong, .ProductList strong a { color: #0a4272; }
.ProductPrice, .ProductList em {
	padding-top: 3px;
	font-size: 11.67px;
	color: #d10707;
	font-weight: bold;
}
.ProductList .Rating { color: #6a6a6a; }
.Right .ProductList li { }
.Right .ProductList { }
.Content .FeaturedProducts .ProductList a {
	color: #717171;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}
.Content .FeaturedProducts .ProductList li { }
.Content .FeaturedProducts .ProductList .ProductImage { }
.Content .FeaturedProducts .ProductList .ProductDetails { }
.Content .FeaturedProducts .ProductList .ProductDetails { }
.ProductDetails a {
	display: block;
}
.MoreInfoButton, a.moreinfo {
	width: 68px;
	height: 22px;
	background: url(../images/button_more_info.png) left top no-repeat;
	display: inline-block;
	float: left;
}
.BuyButton, a.BuyButton {
	width: 57px;
	height: 22px;
	display: inline-block;
	background: url(../images/button_buy.png) left top no-repeat;
	margin-left: -3px;
}
a.MoreInfoButton:hover, a.moreinfo:hover { background: url(../images/button_more_info.png) left bottom no-repeat; }
a.BuyButton:hover { background: url(../images/button_buy.png) left bottom no-repeat; }
.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over { }
.BrandCloud { padding: 10px; }
.CompareItem {
	width:200px;
	border-left: solid 1px #d7f2f6;
}
.CompareFieldName {
	font-weight:bold;
	border-bottom: 1px solid #d7f2f6;
}
.CompareFieldTop { border-bottom:solid 1px #d7f2f6; }
.CompareFieldTop a:hover { color:#e02e15; }
.CompareCenter {
	border-left:solid 1px #d7f2f6;
	border-bottom:solid 1px #d7f2f6;
}
.CompareLeft {
	border-left:solid 1px #d7f2f6;
	border-bottom:solid 1px #d7f2f6;
}
.ViewCartLink { background: url('../images/Cart.gif') no-repeat 8px 0; }
table.CartContents, table.General { border: 1px solid #d7f2f6; }
table.CartContents thead tr th, table.General thead tr th {
	background: #f0fafc;
	color: #0a4272;
	border-bottom: 1px solid #d7f2f6;
}
.CartContents tbody .SubTotal td {
	border-top: 1px solid #d7f2f6;
	color: #0a4272;
}
.MiniCart .SubTotal { color: #0a4272; }
.JustAddedProduct {
	border: 1px solid #d7f2f6;
	background: #fff;
}
.JustAddedProduct strong, .JustAddedProduct a { color: #0a4272; }
.CategoryPagination {
	color: #0A4272;
	background: #d9f1f6;
	border: 1px solid #abcad0;
	margin: 0 8px;
}
.CheckoutRedeemCoupon {
	background: #f0fafc;
	padding: 10px;
	width: 300px;
	border: 1px solid #d7f2f6;
	margin-bottom: 10px;
}
.InfoMessage {
	background: #f0fafc 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: #f0fafc; }
.QuickSearch {
	background: #fff;
	border: 1px solid #d7f2f6;
	z-index: 250;
}
.QuickSearchHover td { background: #f0fafc; }
.QuickSearchAllResults a { background: url('../images/QuickSearchAllResultsButton.gif') no-repeat right; }
.CreateAccount { border-right: 1px solid #d7f2f6; }
/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	border: 1px solid #d7f2f6;
	background: #f0fafc;
}
/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #dcf0f5;
	border: 1px solid #bce0e8;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #f0f0f0;
	border: 1px solid #ddd;
	color: #555;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent { color: #888; }
.AdvancedSearch form h3 { color: #089997; }
/* General Tables */
table.General tbody tr td { border-top: 1px solid #efefef; }
#ProductDescription {
	position: relative;
	padding: 8px;
	padding-top: 20px;
}
select, textarea {
	border: none;
	font-size: 11px;
	background: url(../images/form_input.png) 0 0 no-repeat;
	color: #717171;
	padding: 3px;
	width: 250px;
}
input.Field250, input.Textbox, input.captcha {
	border: none;
	background: url(../images/form_input.png) 0 0 no-repeat;
	margin: 0 0 5px 0;
	color: #717171;
	width: 250px;
	font-size: 11px;
	padding: 3px;
}
p.Submit input { padding: 2px 20px; }
p {
	line-height: 1.3;
	margin-bottom: 3px;
}

a {
	font-weight: normal;
	text-decoration: underline;
}
.TitleHeading {
	font-size: 1.3em;
	font-weight: bold;
	margin: 6px 0 6px 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; }
hr { display: none; }
/* Forms */
.HorizontalFormContainer dl, .VerticalFormContainer dl { margin: 0; }
.HorizontalFormContainer dt {
	width: 160px;
	float: left;
	margin-bottom: 6px;
	clear: left;
}
.HorizontalFormContainer dd {
	margin-left: 170px;
	margin-bottom: 6px;
}
.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;
}
a span.freeshipping {
	color: red;
	font-size: 6px;
	margin: 14px 0 0 -150px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
}
ul li a:visited, ul li a:link, .BrandCloud a:link, .BrandCloud a:visited {
	color: #07a39f;
	text-decoration: none;
}
ul li a:hover, .BrandCloud a:hover { color: #222; }
.BrandCloud { font-size: 12px; }
.BrandList ul li, .AccountMenu ul li {
	padding: 3px 0;
	display: block;
	width: 100%;
}
/* End */
/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	clear: both;
	width: 1008px;
}
#Wrapper { clear: both; }
/* Header */

#Header {
	height: 246px;
	width: 100%;
	clear: both;
	margin-top: 0;
	background: url(../images/topbanner.png) -2px 0 no-repeat;
}
#HeaderContainer {
	margin: 25px 0 0 395px;
	position: absolute;
	width: 650px;
}
/* Left Content Area */

.Left {
	float: left;
	min-height: 500px;
	width: 180px;
	font-size: 0.85em;
	margin-right: 2px;
 *margin-right: 8px;
}
.Left a { color: #000; }
.Left input.Textbox, .Right input.Textbox { width: 155px; }
.Left li a:hover { text-decoration: underline; }
.Left .BlockContent { }
.Left ul {
	margin: 0;
	padding: 0;
}
.Left li {
	clear: both;
	list-style: none;
	/*margin: 0;
	padding: 3px 0;*/
	border-bottom: 1px solid #c5dde9;
}
.Left .BlockContent { }
.Left li { }
.Left li a { text-decoration: none; }
.Left li a:hover { text-decoration: underline; }
/* Page Container */
#Container {
	width: 1008px;
	margin: 0 auto;
}
/* Primary Content Area (column span of 2) */
.Content.Wide {
	width: 820px;
	padding: 0;
	margin:0;
	float: right;
}

.Content.Wide .CategoryPagination { margin: 0 7px; width:734px;}
#SearchPage { padding-left: 29px; }
.Content .btop { background: url(../images/box-wide-top.jpg) top right no-repeat; }
.Content .btop div {
	background: url(../images/topcorner.jpg) top left no-repeat;
	height: 7px;
}
.bbottom {
	background: url(../images/box-wide-bottom.jpg) bottom right no-repeat;
	margin-bottom: 15px;
}
.bbottom div {
	background: url(../images/bottomcorner.jpg) top left no-repeat;
	height: 9px;
}
/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
	width: 1006px;
	margin: 0;
	padding: 0;
}
.Content.WideLeft {
	width: 820px;
	padding: 0;
	margin:0;
	float: Left;
}
.Content.Widest .Block, .Content.WideLeft .Block{ padding: 10px; }
/**/
.Right a { color: #000; }
.Right li a:hover { text-decoration: underline; }
.Right ul {
	margin: 0;
	padding: 0;
}
.Right .BlockContent { }
.Right li a { text-decoration: none; }
.Right li a:hover { text-decoration: underline; }
/* Page Footer */

#Footer {
	background: url(../images/footer.jpg) top right no-repeat;
	height: 136px;
	width: 100%;
	clear: both;
	font-size: 0.85em;
	text-align: center;
	margin: -20px 0 0 0;
	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;
}
/* Product Listings */

.ProductList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Content .ProductList li, .promptContent .ProductList li {
	list-style: none;
	float: left;
	width: 122px;
	font-size: 0.95em;
	margin: 6px;
	padding: 8px;
	overflow: hidden;
	min-height: 19em;
}
.ProductList a { text-decoration: none; }
.ProductList .ProductImage {
	margin: 0 0 5px 0;
	display: block;
	width: 120px;
	height: 120px;
	text-align: center;
	overflow: hidden;
}
.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
	margin: 0 0 5px 0;
	display: inline;
	width: 120px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	height: auto;
}
.Left .ProductList .ProductDetails, .Right .ProductList .ProductDetails { clear: right; }
.Left .ProductList .ProductActionAdd, .Right .ProductList .ProductActionAdd { }
.Left .ProductList li, .Right .ProductList li {
	clear: both;
	width: 140px;
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding: 3px 0 5px 0;
	color: #000000;
}
.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
	width: 50px;
	margin-right: 7px;
	float: left;
}
.ProductList p { margin: 5px 0 5px 5px; }
.ProductList strong, .ProductList strong a { color: #075899; }
.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: bold;
}
.ProductList .Rating {
	font-size: 0.9em;
	font-weight: bold;
}
.ProductList li .ProductCompareButton {
	margin-top: 3px;
	text-align: center;
}
.Left li .ProductImage, .Right li .ProductImage {
	width: 130px;
	display: inline;
	text-align: center;
	overflow: hidden;
}
.ProductList p { margin: 5px 0 5px 5px; }
.ProductList strong, .ProductList strong a { color: #075899; }
.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: bold;
}
.ProductList .Rating {
	font-size: 0.9em;
	font-weight: bold;
}
.ProductList li .ProductCompareButton {
	margin-top: 3px;
	text-align: center;
}
.Content .ProductList li, .promptContent .ProductList li { border: 1px solid #cddee2; }
.Content .ProductList li:hover, .Content .ProductList li.Over { background: #DFF2F7; }
.ProductList .ProductImage { background: #fff; }
.ProductList strong, .ProductList strong a { color: #075899; }
.ProductPrice, .ProductList em { color: #800000; }
.ProductList .Rating { color: #797979; }
.Right .ProductList li { border-bottom: 1px solid #c0dae7; }
.Content .FeaturedProducts .ProductList li { background: #dff2f7; }
.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over { background: #D2E8EE; }
.Left .ProductList li, .Right .ProductList li {
	clear: both;
	width: 162px;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 3px 0 5px 0;
	color: #000000;
}
.Right .SideCart p { color: #000000; }
dl.CurrencyList { padding-bottom: 10px; }
/* Top Seller Block Specific */

.Left .TopSellers li .ProductImage, .Right .TopSellers li .ProductImage {
	width: 130px;
	display: inline;
	text-align: center;
	overflow: hidden;
	float: none;
}
.Left .TopSellers li strong, .Right .TopSellers li strong { display: block; }
.Left .TopSellers .ProductDetails, .Right .TopSellers .ProductDetails { /* Contains the details of the item */ }
.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
	/*border: 1px solid #c0dae7;*/
	background: #fff;
}
.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */ padding: 5px 0 5px 2px; }
.Left .TopSellers li, .Right .TopSellers li { /* No1 seller box */
	padding: 5px 0 5px 2px;
	width: 156px;
}
.Left .TopSellers li.TopSeller1 img, .Right .TopSellers li.TopSeller1 img {
	text-align: center;
	overflow: hidden;
	height: auto;
	margin: 0;
	padding: 0;
}
.Left .TopSellers li.TopSeller1 .ProductActionAdd, .Right .TopSellers li.TopSeller1 .ProductActionAdd, .Left .TopSellers li.TopSeller1 .ProductDetails, .Right .TopSellers li.TopSeller1 .ProductDetails { padding-left: 2px; }
.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber { float: none; }
.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	width: 32px;
	font-size: 14px;
	padding: 0 0 6px 0;
	margin: 0;
	text-align: center;
	display: Block;
	background: url(../images/top_seller_number.png) top left no-repeat;
	color: #fff;
	float: left;
}
.Left .TopSellers li.TopSeller1 .ProductActionAdd, .Right .TopSellers li.TopSeller1 .ProductActionAdd, {
 margin-left:15px;
}
.Left li span.Rating, .Right li span.Rating { margin: 0px 0 8px 0; }
.Left .TopSellers li .ProductDetails, .Right .TopSellers li .ProductDetails { margin-left: 0; }
.AddToWishlist #frmWishList { padding-bottom: 5px; }
/* Page Breadcrumbs */
#PageBreadcrumb { }
.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Breadcrumb { font-size: 0.9em; }
.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;
}
/* Miscellaneous Definitions */

.Meta {
	color: #444;
	font-size: 0.93em;
}
.Left .FeedLink, .Right .FeedLink { padding-right: 25px; }
.Content .FeedLink { margin: 0 9px 0 0; }
.FloatRight { float: right; }
.FloatLeft { float: left; }
.ClearRight { clear: right; }
.ClearLeft { clear: left; }
.SortBox {
	font-size: 0.95em;
	color: #444;
	margin: 12px 10px 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; }
.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;
	visibility: visible;
}
.InfoMessage {
	padding: 8px 6px 8px 28px;
	margin: 0 10px;
}
.SuccessMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
	margin: 0 10px;
}
.ErrorMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
	margin: 0 10px;
}
/*
.CartContent .SuccessMessage, .CartContent .InfoMessage, .CartContent .ErrorMessage{
	margin: 0 10px;	
}
*/
/************* Page Specific: Create Account / Login Page *************/
.CreateAccount {
	float: left;
	width: 335px;
	border-right: 1px solid #ccc;
	padding-right: 20px;
}
.AccountLogin {
	float: left;
	padding-left: 20px;
	width: 400px;
}
.AccountLogin. InfoMessage {
 padding: 8px 6px 8px 28px;
 margin: 0 0 10px 0;
}
.AccountLogin .SuccessMessage {
	padding: 8px 6px 8px 28px;
	margin: 0 0 10px 0;
}
.AccountLogin .ErrorMessage {
	padding: 8px 6px 8px 28px;
	margin: 0 0 10px 0;
}
ul.ShippingAddressList {
	display: inline;
	width: 100%;
}
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;
}
#ProductDetails { }

input.TextBox {
	background: url(../images/form_input.png) 0 0 no-repeat;
	float: left;
	width: 115px;
	margin-right: 4px;
}
a#buttonnotify, a#buttoncheaper, a#buttonnotify:visited, a#buttoncheaper:visited {
	color: #09C;
	text-decoration: none;
	display: block;
	margin: 1px 0;
	padding: 0 0 0 20px;
}
a#buttonnotify { background: url(../images/mail_plus.png) top left no-repeat; }
a#buttoncheaper { background: url(../images/tip.gif) top left no-repeat; }
.ProductActions label {

}
#ProductDetails .ProductActions a#buttoncheaper:hover, #ProductDetails .ProductActions a#buttonnotify:hover { cursor: pointer; }
#message h1 {
	font-size: 14px;
	background: url(../images/tick.png) top left no-repeat;
	padding: 0 0 0 20px;
}
#MissingProducts #message h1 { color: #090; }
#message p { padding: 0 0 0 10px; }
input.cheaper, input.notify { width: 124px; }
.notifyform p {
	padding: 20px 0;	
}
.notifyform div, cheaperform div { margin: 5px 0 5px 0; }
#ProductDetails h1 { border: none; margin-top: -15px; padding: 10px 10px 3px 0; }
#ProductDetails .ProductImages {
	margin: 0 0 0 -12px;
	padding: 0;
	text-align: center;
}
.ProductMain .StockLevel span {
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
}
.ProductMain .StockLevel {
	margin: 0;
}
#ProductDetails .ProductImages .ImageWarp { }
#ProductDetails .ProductImages .ProductThumb {
	width:215px;
}
#ProductDetails .ProductImages .ProductThumb .minimgtamanho {
	height: 42px;
	padding: 5px 2px 4px 5px;
	*padding: 5px 2px 4px 5px;
}
#ProductDetails .discontinuedURL {
	margin-top: 40px;
	background: #eee url(../images/alert.png) left center no-repeat;
	color: #666;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 40px;	
}
#ProductDetails .discontinuedURL a {
	color: #069;
	font-weight: bold;
	text-decoration: none;	
}
#ProductDetails .discontinuedURL a:hover {
	text-decoration:underline;	
}
#ProductDetails .ProductImages .ProductThumb ul {
	list-style:none;
	position:relative;
}
#ProductDetails .ProductImages .ProductThumb .tr { padding: 0; }
#ProductDetails .ProductImages .ProductThumb li {
	float:left;
	position:relative;
	
}/* ie needs position:relative here*/
.bl { background: #eee url(../images/barrinha_bl.gif) 0 100% no-repeat }
.br { background: url(../images/barrinha_br.gif) 100% 100% no-repeat }
.tl { background: url(../images/barrinha_tl.gif) 0 0 no-repeat }
.tr {
	background: url(../images/barrinha_tr.gif) 100% 0 no-repeat;
	padding: 4px 2px 4px 4px;
*padding: 4px 2px 0 4px;
}
#ProductDetails .ProductImages .ImageWarp {
	margin-left: -20px;	
}
#ProductDetails .ProductImages .ImageWarp img {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0 4px 0 1px;
	background-color:#fff;
}
#ProductDetails .ProductImages .ImageWarp img:hover { border: 1px solid #099; }
.productDeatailsTable {
	margin-bottom: -44px;
}
.productDeatailsTable td {
	
}
.productDeatailsTable td.ProductDetailTD {
	width: 300px;
}
.productDeatailsTable td.ProductActionsTD {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 300px;
	
}
#ProductDetails .ProductActionsTop { padding: 10px 0 10px 10px; }
#ProductDetails .ProductActionsBottom {
	padding: 10px 0 10px 10px;
	margin-right: 10px;
}
#ProductDetails .ProductActions .ProductPrice em {
	font-size: 25px;
	display: block;
	color: #930;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -2px;
}
#ProductDetails .ProductActions dd.AddCartButton2 { margin-top: 10px; }
.button_ok { margin-top: -2px; }
#ProductDetails .ProductActions dd.AddCartButton2 input { margin: -2px 0 0 3px; }
#ProductDetails .ProductActions .ProductPrice .taxes {
	font-size: 10px;
	color: #aab;
}
#ProductDetails .ProductActions .ProductPrice { }
.bigImage { margin-bottom: 40px; }
.StockLevel { margin-top: 10px; }
.SoldOut {
	color: #d85245;
	background: url(../images/exclamation.png) left top no-repeat;
	font-weight: bold;
}
.SoldIn {
	color: #070;
	background: url(../images/checked.png) left top no-repeat;
	padding: 0 0 0 20px;
}
.PrimaryProductDetails .ProductMain {
	width: 320px;
	margin-bottom: 30px;
}
.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; }
.SideRecentlyViewed .CompareButton { padding: 0; }
.SideRecentlyViewed .ProductList li { margin-left: 0; }
.SideRecentlyViewed .ProductDetails { }
/* 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: 30px;
	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-weight: bold; }
.CartContents tbody .SubTotal td {
	text-align: right;
	font-weight: bold;
}
.ProceedToCheckout { text-align: right; }
.Content .ProceedToCheckout {
	width: 200px;
	float: right;
}
.ProceedToCheckout a { padding-top: 5px; }
.ProductOptionList, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ProductOptionList { margin-bottom: 10px; }
.ProductOptionList li {
	margin-bottom: 3px;
	margin-left: 2px;
}
.ProductOptionList input { vertical-align: middle; }
.AllBrandsLink { padding: 10px 0; }
input#shippingZoneStateName, input#shippingZoneZip { width: 195px; }
.MiniCart { }
.wrap {
	width: 100%;
	background: url(../images/box-wide-bg.jpg) top right repeat-y;
}
.MiniCart h1 { padding-bottom: 10px; }
.MiniCart .SubTotal {
	text-align: center;
	font-size: 115%;
	color: #075899;
}
.MiniCart .CartProductOptionList { display: block; }
.JustAddedProduct {
	width: 128px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
.JustAddedProduct strong, .JustAddedProduct a {
	font-weight: bold;
	font-size: 1.02em;
	display: block;
	margin-bottom: 3px;
}
.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.CategoryPagination .PagingList .ActivePage {
	padding: 0 8px;
	font-weight: bold;
	margin: 0 10px;
}
.CategoryPagination .PagingList li a:visited, .CategoryPagination .PagingList li a, a.pagingPrevious:visited, a.pagingPrevious:link, a.pagingNext:visited, a.pagingNext:link {
	color: #fff;
	padding: 6px 0 8px 11px;
	background: url(../images/paginas.jpg) left 0 no-repeat;
	text-decoration: none;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.CategoryPagination .PagingList li a:visited span, .CategoryPagination .PagingList li a span, a.pagingPrevious:link span, a.pagingPrevious:visited span, a.pagingNext:link span, a.pagingNext:visited span {
	padding: 6px 11px 8px 0;
	background: url(../images/paginas.jpg) right 0 no-repeat;
}
.CategoryPagination .PagingList li a:hover, a.pagingPrevious:hover, a.pagingNext:hover { background: url(../images/paginas.jpg) left -31px no-repeat; }
.CategoryPagination .PagingList li a:hover span, a.pagingPrevious:hover span, a.pagingNext:hover span { background: url(../images/paginas.jpg) right -31px no-repeat; }
.CategoryPagination {
	padding: 5px;
	text-align: center;
	width: 584px;
	margin-left: 17px;
}
.CategoryPagination .PagingList li {
	display: inline;
	padding: 0 2px;
}/* Quick Search */
.QuickSearch {
	margin: 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 { background: #E8F4F8; }
.QuickSearchHover a {
	text-decoration: underline;
	font-weight:bold;
}
.QuickSearchAllResults { text-indent: -7000px; }
.QuickSearchAllResults a {
	text-decoration: underline;
	height: 25px;
	display: block;
	background: url('../images/QuickSearchAllResultsButton.gif') no-repeat right;
}
.QuickSearchAllResults a:active, .QuickSearchAllResults a {
	outline: none;
	-moz-outline-style: none;
}
/* Brand Tag Clouds */
.BrandCloud .smallest, .SearchCloud .smallest { font-size:12px; }
.BrandCloud .small, .SearchCloud .small { font-size:15px; }
.BrandCloud .medium, .SearchCloud .medium { font-size:18px; }
.BrandCloud .large, .SearchCloud .large { font-size:20px; }
.BrandCloud .largest, .SearchCloud .largest { font-size:26px; }
.BrandCloud a, .SearchCloud 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;
}
#ProductBreadcrumb {
	border-bottom: 1px solid #ddd;
	padding: 4px 5px 7px 5px;	
}
#ProductDetails h1 {
	margin-left: 0;
	clear: both;
}
.ProductDetailsGrid dt {
	width: 140px;
	margin-bottom: 6px;
	float: left;
	font-weight: bold;
}
.ProductDetailsGrid dd {
	margin-left: 145px;
	margin-bottom: 6px;
}
.ProductDetailsGrid {
	margin-top: 20px;
	float: left;
	width:360px;
}
.DetailRow { clear:both; }
.DetailRow.BrandImg { height: 33px; }
.DetailRow.BrandImg .Value {

}
.ProductDetailsGrid {
	font-size: 13px;	
}
.ProductDetailsGrid .Label {
	float: left;
	margin-right: 3px;
	color: #666;
	font-weight: bold;
}
.ProductDetailsGrid .value { }
.SubCategoryList { padding: 4px; }
.SubCategoryList ul, .SubCategoryList li {
	list-style: none;
	margin-left: 0;
}
.SubCategoryList li, .SubCategoryListGrid li {
	margin-bottom: 4px;
	padding-left: 25px;/*background: url('../images/SubCategory.gif') no-repeat 3px 1px;*/
}
.SearchTips .Examples {
	background: #d5efed;
	padding: 8px;
	border: 1px solid #aaa;
	color: #555;
	margin-left: 30px;
	margin-bottom: 10px;
}
.PrimaryProductDetails .ProductThumb p {
	margin-top: 10px;
	font-size: 0.9em;
}
.ProductReviewList { clear: both; }
.SortBox select { }
.SortBox option { color: #444; }
.YourAccount li { margin-bottom: 8px; }
.RemoveFromWishlistForm { margin: 5px; }
.ShippingProviderList, #SideAccountMenu ul li, #AccountOrderLinks ul li { list-style: none; }
small {
	font-size: 11px;
	color: gray;
}
.HowToPay { margin-bottom: 10px; }
.ProductList em, .ProductList .Rating { display: block; }
.ProductOptionList { display: block; }
.GoogleCheckout p, .PayPalExpressCheckout p, .AlternativeCheckout p {
	margin: 0;
	font-size: 90%;
}
.GoogleCheckout, .PayPalExpressCheckout, .AlternativeCheckout {
	text-align: center;
	margin-bottom: 10px;
}
.KeepShopping {
	width: 180px;
	clear: both;
	text-align: right;
}
#HomeRecentBlogs {
	padding: 0;
	margin: 0;
}
#HomeRecentBlogs ul {
	padding-bottom: 15px;
	margin-bottom: -13px;
}
#HomeRecentBlogs ul li { padding: 4px 0; }

/** 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: 320px;
	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 { text-align: left; }
.EstimatedShippingMethods table {
	width: 100%;
	border-collapse: collapse;
}
.EstimatedShippingMethods .VendorShipping {
	margin-left: 20px;
	margin-bottom: 10px;
}
.EstimatedShippingMethods .Submit { text-align: right; }
.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td { text-align: left; }
.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td.Price { text-align: right; }
.SharePublicWishList {
	background-color:lightyellow;
	padding:5px;
	border:1px solid #CDDEE2;
	clear: both;
	margin: 0 15px;
}

/* Express Checkout */
.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; }
a.ChangeLink {
	position: absolute;
	right: 15px;
}
.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; }
#TopMenu li.HeaderLiveChat div { border-left: 0; }
.HeaderLiveChat img { vertical-align: middle; }
#ProductOtherDetails .ProductDetailsGrid { margin-left: 25px; }
.SubCategoryListGrid { padding: 0; }
.SubCategoryListGrid ul, .SubCategoryListGrid ul {
	margin-left: 0;
	list-style: none;
	margin-top: 25px;
 *margin-top: 10px;
}
.SubCategoryListGrid li {
	margin-bottom: 0;
	padding: 10px;
	background: #fff;
	float: left;
	text-align: center;
}
.SubCategoryListGrid li a:link, .SubCategoryListGrid li a:visited {
	background: transparent url(../images/botao-category.jpg) top left no-repeat;
	color: #54786f;
	display: block;
	padding: 2px 0px 1px 0;
	width: 186px;
	margin-top: -17px;
	margin-right: -5px;
}
.SubCategoryListGrid li a:hover {
	background: transparent url(../images/botao-category.jpg) 0 -24px no-repeat;
	color: #fff;
}
.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, .BrandList 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: 0;
	padding: 0 0 5px;
}
.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required { margin-left: -10px; }
.ProductAddToCart dd {
	margin: 0;
	padding: 0 0 5px;
	width: 200px;
	float: left;
}
.ProductAddToCart input.Textbox, #CartEditProductFieldsForm input.Textbox { width:181px; }
.ProductAddToCart textarea, #CartEditProductFieldsForm textarea {
	width:183px;
	height: 50px;
}
.ProductFields dd {
	margin-bottom: 4px;
	float:left;
	margin-left:20px;
}
.ProductFields { margin-bottom: 15px; }
.ProductFields input.Textbox { width:100%; }
.ProductFields TextArea { width:100%; }
#CartContent {
	padding-bottom: 120px;
	margin: 0;
}
.CartContents .CartProductFieldsLink {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('../images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
}
.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;
}
.ToggleSearchFormLink { margin: 12px 10px 0 10px; }
.ProductActionAdd { clear: both; }
.ProductActionAdd a, .ProductActionAdd strong a { text-decoration: underline; }
.TagList {
	margin-top: 20px;
	font-size: 10px;
}
.CartThumb {
	text-align: center;
	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;
	font-size:11px;
}
.TabNav {
	border-bottom: 1px solid #bcc0c0;
	padding: 10px 10px 0 10px;
	height: 25px;
}
#ProductTabs { margin: 0 20px; }
.TabNav li {
	display: inline-block;
	height: 25px;
	background: url(../images/tab-l.jpg) top left no-repeat;
	float: left;
	margin-right: 2px;
}
.TabNav li a {
	font-weight: bold;
	background: url(../images/tab-r.jpg) top right no-repeat;
	height: 20px;
	float: left;
	padding: 5px 12px 0 12px;
}
.TabNav li a:hover { text-decoration: none; }
.TabNav li.Active {
	background: url(../images/tab-active-l.jpg) top left no-repeat;
	outline: none;
}
.TabNav li.Active a {
	font-weight: bold;
	background: url(../images/tab-active-r.jpg) top right no-repeat;
	border-bottom: 1px solid #fff;
}
.TabNav li.Active a:hover { background-color: none; }
/*s*/
a.listtoogle, a.listtoogle2 { cursor: pointer; }
.inactive { display: none; }
#CategoryHeading .SortBox select { width: 150px; }
div.optionslisting { }
div.optionslisting a {
	float: right;
	margin-left: 5px;
	margin-top: 2px;
}
a.listtoogle {
	height: 16px;
	width: 16px;
	background: url(../images/ico_lista01_on.gif) top left no-repeat;
}
a.listtoogle2 {
	height: 16px;
	width: 16px;
	display: block;
	background: url(../images/ico_lista03_on.gif) top left no-repeat;
}
.description p { font-size: 14px; }
#SideCurrencySelector p, #SideProductAddToWishList p { font-size: 12px; }
#ProductByCategory, #ProductReviews, #ProductQuestions, #ProductWarranty, #ProductPriceGrabber { padding: 20px; }
#ProductDescription {
	margin: 0;
	padding: 0;
}
#ProductDescription h3, #ProductDescription .ProductDescriptionContainer, #ProductDescription #SimilarProductsByTag div {
	padding: 5px 20px;	
}
#SimilarProductsByTag {
	border-top: 1px solid #ddd;
	border-right: none;
	word-wrap: break-word;
}
#SimilarProductsByTag .BrandCloud{
	padding:0;
}
#SimilarProductsByTag .BrandCloud a {
	color: #333;
	font-weight: bold;	
}
#SimilarProductsByTag .BrandCloud a:hover {
	color: #099;
}
a.vote_up, a.vote_down, a.vote_up2, a.vote_down2, span.voted_up, span.voted_down {
	display:inline-block;
	background-repeat:none;
	background-position:center;
	height:16px;
	width:16px;
	margin: 2px 2px 0 0;
	text-indent:-900%;
}
.votes_count div, .votes_countr div {
	font-weight: bold;
	margin-right: 8px;
	float: left;
	margin-top: 3px;
}
.votes_count.red { color: red; }
.votes_count.green { color: green; }
#ProductQuestions .votes, #ProductReviews .votes { float: right; }
#ProductQuestions h4.QuestionTitle, #ProductReviews h4.ReviewTitle { border-top: 1px solid #eee; }
a.vote_up:hover, a.vote_down:hover, a.vote_up2:hover, a.vote_down2:hover { cursor: pointer; }
a.vote_up, a.vote_up2 { background:url(../images/thumb_up.png) bottom left no-repeat; }
a.vote_down, a.vote_down2 { background:url(../images/thumb_down.png) bottom left no-repeat; }
span.voted_up { background:url(../images/voted_up.png) bottom left no-repeat; }
span.voted_down { background:url(../images/voted_down.png) bottom left no-repeat; }
.ProductDescriptionContainer ul li { float: none; }
.ProductDescriptionContainer { font-size: 12px; !important}
#ProductTabs .Block { padding: 20px; }
.ProductAddToCart dd.AddCartButton div.BulkDiscount {
	display: inline-block;
	float:left;
	width: 100px;
}
.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink { padding-left: 4px; }
/*Product List Table*/
table.ProductList {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-collapse: collapse;
	text-align: center;
	width: 97%;
	margin: 10px;
	font-size: 11px;
	font-family: tahoma;
}
table .SoldOut, table .SoldIn { padding: 1px 0 2px 0; }
table.ProductList td {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}
table.ProductList tr.tableheader {
	background: #089192 url(../images/headerbg.jpg) top left repeat-x;
	color: #fff;
}
table.ProductList tr.tableheader td { border-bottom: 1px solid #069; }
table.ProductList tr.tableheader:hover { background-color: #0CC; }
table.ProductList tr:hover { background-color: #F3FAFE; }
#buttonHome {
	width: 240px;
	height: 100px;
	display: block;
	position: absolute;
	margin: 20px 0 0 20px;
}
#VendorLogo .BlockContent, #VendorPhoto .BlockContent {
	margin: 0;
	text-align: center;
}
.TransitTime {
	font-weight: normal;
	color: gray;
}
.Content .ProductList.List li {
	margin: 6px 10px 0 5px;
	display: block;
	width: auto;
	float: none;
	padding: 6px;
	min-height: 0;
	height: 132px;
	background-image: none;
}
.Content .ProductList.List .ProductImage {
	margin: 0 !important;
	padding: 0px;
	margin-right: 15px;
	float: left;
	background-image: none;
	width: 120px;
	height: 120px;
}
.Content .ProductList.List .ProductDetails {
	height: auto;
	display: block;
	clear: none;
	padding: 10pxpx;
	padding-left: 5px;
	margin: 0px;
	margin-left: 135px;
	text-align: left;
	background-image: none;
}
.Content .ProductList.List .ProductQty { margin-left: 10px; }
.Content .ProductList.List .ProductDescription {
	font-style: italic;
	margin-top: 5px;
}
.Content .ProductList .ProductRightCol { float: right; }
.Content .ProductList.List li .ProductCompareButton {
	text-align: left;
	margin-top: 10px;
}
.OrderItemMessage {
	background-color:#fff1a8;
	padding:7px;
	margin:10px 0px 10px 0px;
}
/* Custom Fields - Start */

.LittleNotePassword {
	color:gray;
	font-size: 0.85em;
	padding:2px 0px 2px 0px;
}
.RequiredClear { visibility: hidden; }
#SideCouponCodeBox input.Textbox, #SideGiftCertificateCodeBox input.Textbox {
	float: left;
	width: 114px;
	margin-right: 5px;
}
#SideCouponCodeBox .BlockContent, #SideGiftCertificateCodeBox .BlockContent { padding-bottom: 10px; }
/* Form Fields */
em.error {
	background:url("../images/exclamation.png") no-repeat 0 0;
	padding-left: 20px;
	margin-left: 5px;
	color: #D00;
}
.erroricon, .error2 {
	background:url("../images/exclamation.png") no-repeat 0 2px;
	padding-left: 20px;
}
.error3 {
	background:url("../images/exclamation.png") no-repeat 0 1px;
	padding: 3px 0 3px 20px;
	color: #D00;
}
.success3 {
	background:url("../images/checked.png") no-repeat 0 1px;
	padding: 3px 0 3px 20px;
	color: #090;
}
em.error.success {
	background:url("../images/checked.png") no-repeat 0 0;
	padding-left: 20px;
	color: #090;
}
#CategoryHeading h1 { }
#warning {
	display: none;
	margin: 5px;
}
/*Sitemap*/

table.footersitemap {
	margin-top: -10px;
	width: 100%;
}
table.footersitemap tr {
	vertical-align: top;
	font-size: 11px;
}
table.footersitemap tr td { padding: 0 5px; }
table.footersitemap a {
	text-decoration:none;
	font-weight: bold;
	color: #439daf;
}
table.footersitemap a:hover { text-decoration: underline; }
ul.subfootersitemap {
	list-style:none;
	margin: 0;
	padding: 0;
}
ul.subfootersitemap li a { color: #8a8a8a; }
.loading {
	height: 16px;
	width: 16px;
	background: url(../images/Loading.gif) top left no-repeat;
}
ul.subfootersitemap a:hover, ul.subfootersitemap a:focus, ul.subfootersitemap a:active { text-decoration: underline; }
.BrandBar {
	display: block;
	height: 50px;
	margin: -23px 2px 6px 0;
}
.BrandBar a.Brandprev {
	float: left;
	background: url(../images/brand-button-l.jpg) top left no-repeat;
	width: 28px;
	height: 28px;
	margin: 10px 4px 0 0;
}
.BrandBar a.Brandnext {
	float: right;
	background: url(../images/brand-button-r.jpg) top left no-repeat;
	width: 28px;
	height: 28px;
	margin: 10px 0 0 4px;
}
.BrandsImages { float: left;  width 960px;
}
.BrandsImages ul li { margin-left: 2px; }
/* Custom Fields - End */
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 50px;
	width: 996px;
	overflow: auto;
	float: left;
	margin-left: 5px;
	margin-bottom: -8px;
}
ul.sc_menu {
	display: block;
	height: 50px;
	/* max width here, for users without javascript */	
	width: 1800px;
	overflow: hidden;
	/* removing default styling */
	margin: 10px 0 0 0;
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;
	padding: 0 1px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: none;
	margin-top: 3px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.sc_menu a:hover span { display: block; }
.sc_menu img { /*border: 3px #fff solid;*/	
  /*  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;*/
}
.sc_menu a:hover img { }
/*****/
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul {
	margin-top: 4px;
	left: -5px;
}
.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li { padding: 2px 0 2px 16px; }
.treeview li a:link, .treeview li a:visited {
	color: #08a09d;
	display: block;
}
.treeview li { border-bottom: 0; }
.treeview a.selected { /*background-color: #eee;*/
	font-weight: bold; }
#treecontrol {
	margin: 1em 0;
	display: none;
}
.treeview .hover { cursor: pointer; }
.treeview li { }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview li.collapsable { background-color: #ccf0ed; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.last { background-position: 0 -1766px; }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background: url(images/treeview-default.gif) -64px -25px no-repeat; }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
/**/
/* ISSelectReplacement Styles */
.ISSelect input { width: 20px; }
.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; }
table#tellaFriend .title {
	font-weight: bold;
	font-size: 14px;
}
table#tellaFriend tr td { vertical-align: middle; }
table#tellaFriend { margin-left: 20px; }
table#tellaFriend #error1 span, table#tellaFriend #error2 span, table#tellaFriend #error3 span {
	background: url('../images/ErrorMessage.gif') no-repeat 0 0;
	color: #555;
	padding-left: 20px;
}
a#tellafriendNoTksButton {
	display: block;
	height: 26px;
	width: 109px;
	background: #fff url(../images/nejtack.gif) top left no-repeat;
}
a#survey {
	display: block;
	height: 26px;
	width: 157px;
	background: #fff url(../images/survey.gif) top left no-repeat;
}
#sideShare .BlockContent { }
#sideShare .tryit { padding: 3px 0 10px 0; }
.tryit a {
	color: #09C;
	text-decoration: none;
}
.productShare { padding: 0 10px; }
#MissingProducts { padding-bottom: 5px; }
.MissingProductsTitle {
	font-size: 12px;
	color: red;
}
.MissingProductsContent { display: none; }
#MissingProducts input.Textbox {
	float: left;
	width: 117px;
	margin-right: 2px;
}
a#MissingProductsButton {
	background: transparent url(../images/missingproducts.png) top left no-repeat;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #630;
}
a#foundcheaperProductsButton {
	background: transparent url(../images/cheaper.png) top left no-repeat;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #630;
}
#MissingProductsMessageClose a, #MissingProductsMessageClose a:visited {
	color: #630;
	text-decoration: none;
}
#MissingProductsMessageClose a:hover { color: #060; }
.ItemsLeftforFreeShipping a {
	width: 27px;
	height: 26px;
	background: transparent url(../images/itemsleft.png) top left no-repeat;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: absolute;
	margin: -8px 0 0 175px;
	text-decoration: none;
	cursor: help;
}
#ItemsLeftforFreeShippingHelp {
	width: 135px;
	height: 43px;
	background: transparent url(../images/itemsleftinfo.png) top left no-repeat;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: absolute;
	margin: 0 0 0 195px;
	text-decoration: none;
	padding:2px 5px 5px 15px;
	left: 0;
	display: none;
	line-height: 13px;
}
.stocklevel { }
.Left .ProductList .ProductActionAdd, .Right .ProductList .ProductActionAdd { clear: both; }
.Left .stocklevel, .Right .stocklevel { height: 22px; }
a.restock-button:link, a.restock-button:visited {
	height: 35px;
	width: 130px;
	background: transparent url(../images/restock-icon.png) 105px 10px no-repeat;
	display: block;
	outline: none;
}
a.restock-button:hover {
	background: transparent url(../images/restock-icon.png) 105px -21px no-repeat;
	text-decoration: none;
}
.closeLetters {
	letter-spacing: 0;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top: 1px solid #ddd;
	color: #afaaaa;
}
span.OutOfStock {
	font-size: 11px;
	color: #473737;
	display: block;
	font-weight: normal;
}
span.SideOutOfStock {
	color: #473737;
	/*background: url(../images/exclamation.png) left top no-repeat;*/
	font-weight: normal;
	width: 139px;
	display: block;
	border-right: 1px solid #ddd;
	color: #473737;
}
.restock-left {
	border-right: 1px solid #ddd;
	display: block;
	width: 100px;
}
.Left .restock-left, .Right .restock-left {
	clear: both;
	border: none;
}
.Left a.restock-button:link, .Left a.restock-button:visited, .Right a.restock-button:link, .Right a.restock-button:visited {
	height: 22px;
	width: 165px;
	background: transparent url(../images/restock-icon.png) 145px 6px no-repeat;
	display: block;
	outline: none;
}
.Left a.restock-button:hover, .Right a.restock-button:hover {
	background: transparent url(../images/restock-icon.png) 145px -25px no-repeat;
	text-decoration: none;
}
.promptRestock input.notify { width: 280px; }
/*Prompt*/

.addtocartStylefade, .restockStylefade, .PriceGrabberStylefade {
	position: absolute;
	background-color: #aaaaaa;
}
div.addtocartStyle, div.restockStyle, div.PriceGrabberStyle {
	width: 672px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background: transparent url(../images/prompt-top.png) top left no-repeat;
	font-size: 11px;
	text-align: left;
	/* -moz-border-radius: 10px;
      -webkit-border-radius: 10px;*/
      padding: 14px 0 0 0;
	margin-bottom: 30px;
}
div.addtocartStyle .addtocartStylecontainer, div.restockStyle .restockStylecontainer, div.PriceGrabberStyle .PriceGrabberStylecontainer { font-weight: bold; }
div.addtocartStyle .addtocartStyleclose, div.restockStyle .restockStyleclose, div.PriceGrabberStyle .PriceGrabberStyleclose {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 18px;
	cursor: default;
	color: #d8d8d8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	background: red url(../images/botao-fechar.jpg) 0 -34px no-repeat;
	width: 26px;
	height: 26px;
	display: block;
	text-align: center;
}
div.promptseparator {
	background: transparent url(../images/prompt-separator.png) top left no-repeat;
	margin: 0;
	height: 21px;
	margin-left: -22px;
	margin-right: -23px;
}
div.addtocartStyle .addtocartStyleclose:hover, div.restockStyle .restockStyleclose:hover, div.PriceGrabberStyle .PriceGrabberStyleclose:hover {
	background: transparent url(../images/botao-fechar.jpg) 0 0 no-repeat;
	color: #a6a3a3;
	cursor: pointer;
}
div.addtocartStyle .addtocartStylemessage, div.restockStyle .restockStylemessage, div.PriceGrabberStyle .PriceGrabberStylemessage {
	padding: 10px 30px;
	line-height: 20px;
	color: #444444;
	background: transparent url(../images/prompt-bg.png) top left repeat-y;
}
div.addtocartStyle .addtocartStylebuttons, div.restockStyle .restockStylebuttons, div.PriceGrabberStyle .PriceGrabberStylebuttons {
	text-align: right;
	background: transparent url(../images/prompt-bg.png) top left repeat-y;
	margin: 0;
}
div.addtocartStyle .addtocartStyle_footer, div.restockStyle .restockStyle_footer, div.PriceGrabberStyle .PriceGrabberStyle_footer {
	background: transparent url(../images/prompt-footer.png) top left no-repeat;
	height: 16px;
	clear: both;
}
div.restockStyle button, div.PriceGrabberStyle button {
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #2F6073;
	border: solid 1px #f4f4f4;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
div.addtocartStyle button, #restockStyle_state1_buttonClose { display: none; }
div.restockStyle button#restockStyle_state0_buttonsend {
	background: transparent url(../images/button_send.png) top left no-repeat;
	font-size: 0;
	line-height: 0;
	width: 84px;
	height: 25px;
	margin-top: -32px;
	margin-left: 435px;
	float: left;
	border: none;
}
div.PriceGrabberStyle button#PriceGrabberStyle_state0_buttonsend {
	background: transparent url(../images/button_send.png) top left no-repeat;
	font-size: 0;
	line-height: 0;
	width: 84px;
	height: 25px;
	margin-right: 120px;
	position: relative;
}
button::-moz-focus-inner {
border: 0 solid transparent;
}
button:focus::-moz-focus-inner {
border: none
}
:focus, a:focus {
	-moz-outline-style: none;
	-moz-outline: none;
	outline: none;
}
div.addtocartStyle button:hover, div.restockStyle button:hover, div.PriceGrabberStyle button:hover {
	background-color: #728A8C;
	cursor: pointer;
}
div.addtocartStyle button.addtocartStyledefaultbutton, div.restockStyle button.restockStyledefaultbutton { background-color: #BF5E26; }
.addtocartStylewarning .addtocartStyle .addtocartStylebuttons, .restockStylewarning .restockStyle .restockbuttons, .PriceGrabberStylewarning .PriceGrabberStyle .PriceGrabberbuttons { background-color: red; }
#PriceGrabberStyle_state1_buttonClose, #PriceGrabberStyle_state0_buttonOk { display: none; }
.promptRestock .loading, .promptmissingProduct .loading {
	float: left;
	margin-left: 35px;
	display: none;
}
.promptRestock .button_ok { float: left; }
.promptRestock .error_append {
	float: left;
	margin-left: 325px;
	margin-top: -6px;
	position: absolute;
	width: 200px;
}
.promptRestock .restockMessage {
	clear: both;
	padding-top: 15px;
	font-weight: normal;
}
.loading_message {
	height: 20px;
	background: url(../images/loading_message.gif) left 2px no-repeat;
	padding-left: 22px;
	padding-bottom: 4px;
	color: #646B6C;
	font-weight: normal;
}
.prompt-priceGraber { }
.pricegrabberForm { height: 120px; }
.pricegrabberForm label {
	float: left;
	width: 100px;
}
.pricegrabberForm input#pricegrabberurl { width: 420px; }
.pricegrabberForm textarea#pricegrabbernotes {
	width: 417px;
	height: 60px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.prompt-product-box .loading_message, .prompt-productPack-box .loading_message { padding-top: 3px; }
.pricegrabberForm .loading, .pricegrabberForm .error_append {
	margin: 0;
	padding: 0;
	position: relative;
	margin-left: 100px;
	width: 500px;
}
.prompt-continueshopping {
	display: block;
	height: 23px;
	width: 158px;
	background: url(../images/prompt-continueshopping.jpg) left top no-repeat;
	float: left;
}
.prompt-shoppingcart {
	display: block;
	height: 23px;
	width: 138px;
	background: url(../images/prompt-shoppingcart.png) left top no-repeat;
	float: left;
	margin-left: 5px;
}
.prompt-checkout {
	display: block;
	height: 23px;
	width: 107px;
	background: url(../images/prompt-checkout.png) left top no-repeat;
	float: left;
	margin-left: 5px;
}
.prompt-thumb-img { float: left; }
.prompt-details {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #afb5b5;
	font-family: Verdana, Geneva, sans-serif;
	width: 450px;
}
.prompt-buttons-actions {
	height: 23px;
	padding: 8px 10px 8px 20px;
	border-top: 1px solid #afb5b5;
	border-bottom: 1px solid #afb5b5;
	margin-top: 30px;
}
.prompt-product-box { height: 140px; }
.prompt-productPack-box { height: 230px; }
.prompt-product-box-restock { height: 120px; }
.prompt-pname {
	font-size: 16px;
	color: #6c7d81;
	font-weight: normal;
	text-align: justify;
}
.prompt-smessage {
	color: #646B6C;
	font-weight: normal;
}
.prompt-pRating { margin-left: 10px; }
.prompt-pprice {
	color: #881111;
	font-weight: bold;
}
.prompt-little-details { margin-top: 10px; }
.prompt-SoldOut {
	color: #e66455;
	padding: 2px 0 2px 20px;
	background: url(../images/exclamation.png) left top no-repeat;
	font-weight: normal;
	font-size: 11px;
	margin-right: 10px;
}
.prompt-received-message {
	margin-top: 20px;
	font-weight: normal;
	background: url(../images/Info.png) left top no-repeat;
	padding-left: 80px;
	height: 64px;
}
.prompt-received-message-error {
	margin-top: 20px;
	font-weight: normal;
	background: url(../images/info-error.png) left top no-repeat;
	padding-left: 80px;
	height: 64px;
}
.promptmissingProduct { height: 120px; }
.ProductList-remote { min-height: 265px; }
#CartFreeShipping_remote .InfoMessage {
	margin-left: 0;
	margin-right: 0;
	font-weight: normal;
}
h6 {
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	color: #3da0b7;
}
p.prompt-suggestive-intro {
	font-weight: normal;
	color: #909090;
}
a.mini-botoes:link, a.mini-botoes:visited {
	color: #999;
	padding: 3px 0 5px 15px;
	background: url(../images/mini-botoes.jpg) left 0 no-repeat;
	text-decoration: none;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
}
a.mini-botoes:link span, a.mini-botoes:visited span {
	padding: 3px 15px 5px 0;
	background: url(../images/mini-botoes.jpg) right 0 no-repeat;
}
a.mini-botoes:hover {
	background: url(../images/mini-botoes.jpg) left -23px no-repeat;
	color: #fff;
}
a.mini-botoes:hover span { background: url(../images/mini-botoes.jpg) right -23px no-repeat; }
.ProductMain table#TableProductPacks {
	border-collapse:collapse;
	margin-top: 10px;
}
.ProductMain table#TableProductPacks td {
	/*border-bottom: 1px solid #093F7F;
	border-top: 1px solid #3da0b7;*/
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.ProductMain table#TableProductPacks td strike { font-size: 12px; }
.ProductMain table#TableProductPacks thead td {
	border-top: none;
	font-weight: bold;
}
.ProductMain table#TableProductPacks tr.GridRowOver:hover { background-color: #eee; }
span.somar-icon {
	background: url(../images/plusPack.png) left top no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	margin: 0 5px;
}
.ProductPackItems a, .ProductPackItems a:visited {
	text-decoration: none;
	color: #666;
}
.ProductPackItems a:hover { color: #069; }
table.tableProductPacksItems tr td.tdimages { border: none; }
#ProductPacks h1, .ProductMain table#TableProductPacks thead td {
	font-size: 12px;
	margin: 0;
	color: #3da0b7;
	border: none;
}
span.OverTheAcessories { }
/*Product SLIDER */
.Featured-Slider { height: 300px;}
.infiniteCarousel { width: 294px;  }
.infiniteCarousel .wrapper {
	width: 291px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	height: 300px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 496px;
	}
.product-slider-collum a {
	border: 1px solid #fff;
	height: 92px;
	width: 92px;
	display: block;
}
.infiniteCarousel ul li {
	display:block;
	float:left;
	padding: 1px;
	width: 95px;
}
.product-slider-collum a:hover, .product-slider-collum a:focus, .product-slider-collum a.current { border: 1px solid #59a9b6; }
.infiniteCarousel ul li a img {
	border: none;
	margin-top: 8px;
}
.infiniteCarousel .wrapper ul {
	width: 9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
}

.infiniteCarousel .arrow {
	display: block;
	height: 20px;
	width: 16px;
	text-indent: -999px;
	position: absolute;
	cursor: pointer;
	left: 800px;
}
.infiniteCarousel .forward {
	background: #fff url(../images/control-right.png) 0 0 no-repeat;
	top: 125px;
}
.infiniteCarousel .back {
	background: #fff url(../images/control-left.png) 0 0 no-repeat;
	top: 155px;
}
.infiniteCarousel .forward:hover { background-position: 0 -22px; }
.infiniteCarousel .back:hover { background-position: 0 -22px; }
/**/
.Featured-Slider .img-loader {
	width: 310px;
	height: 285px;
}
.Featured-Slider h2 {
	color: #59a9b6;
	font-weight: normal;
	font-size: 16px;
	font-family: helvetica, verdana;
	text-align: center;
	margin-bottom: 20px;
}
.Featured-Slider .slider-product-price-warpper {
	width: 100%;
	display: block;
	text-align: right;
	margin-top: 50px;
}
.Featured-Slider .slider-product-price {
	float: right;
	text-align: right;
	margin-left: auto;
	color: #930;
	font-size: 18px;
}
.Featured-Slider .slider-price-buynow {

	display: block;
	height: 30px;
}
.Featured-Slider .slider-product-price strike {
	color: #555;
	font-size: 13px;
}
.slider-product-buynow a.BuyButtonbig {
	float: right;
	right: 0;
}
.slider-product-buynow a.BuyButtonbig span.buynowbig {
	font-family: helvetica, Verdana;
	background:  url(../images/button_buy2.png) 0 0 no-repeat;
	height: 25px;
	width: 77px;
	display: block;
	margin-left: 5px;
}
.slider-product-buynow a.BuyButtonbig:hover span.buynowbig {
	
}
#slideShow {
	width: 270px;
	height:  285px;
	position: relative;
	margin: 0 auto 15px;

}
#slideShow .wrapper {
	width: 260px;
	overflow: auto;
	height: 385px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
/* Width below is max for Opera */
#slideShow .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
#slideShow ul li {
	text-align: center;
	display: block;
	float: left;
	padding: 0;
	height: 48px;
	width: 260px;
	margin: 0;
}
#slideShow .arrow, #start-stop {
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;
	display: block;
}
#slideShow .forward {
	height: 20px;
	width: 20px;
	background: #fff url(../images/control-right.png) 0 0 no-repeat;
	bottom: -5px;
	left: 30px;
}
#slideShow .back {
	height: 20px;
	width: 20px;
	background: #fff url(../images/control-left.png) 0 0 no-repeat;
	bottom: -5px;
	left: 5px;
}
#slideShow .forward:hover { background-position: 0 -22px; }
#slideShow .back:hover { background-position: 0 -22px; }
#thumbNav { display: none; }
#start-stop {
	height: 20px;
	width: 20px;
	background: #fff url(../images/control-pause.png) 0 0 no-repeat;
	bottom: 5px;
	left: 35px;
	display: none;
}
#start-stop.playing { background: #fff url(../images/control-play.png) 0 0 no-repeat; }
#start-stop:hover { background-position: 0 -22px; }

/*
  Prevents
*/
#slideShow .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
#slideShow .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
/*kampyle*/
.k_float {
	z-index:9999999;
	position:fixed !important;
	position:absolute;
	cursor:hand;
	cursor:pointer;
}
#kampylink img { border:0; }
.k_top { top:0px; _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop :document.body.scrollTop);
}
.k_bottom { bottom:0px; _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 1 :document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 1);
}
.k_right { right:0px; }
.k_left { left:0px; }
#k_close_button {
	color:gray;
	border:1px solid gray;
	display: none;
	width:11px;
	height:16px;
	font-size:12px;
	text-align:center;
}
.kc_top { top:80px; _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + 80 :document.body.scrollTop + 80);
}
.kc_bottom { bottom:80px; _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 80 :document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 80);
}
.kc_right { right:10px; }
.kc_left { left:10px; }
/* Top Sellers Top*/
.TopSellers a.prev {
	display: block;
	height: 17px;
	width: 17px;
	background: url(../images/slider-vertical-arrow.jpg) left 3px no-repeat;
	float: left;
	margin-right: 4px;
}
.TopSellers a.next {
	display: block;
	height: 17px;
	width: 17px;
	background: url(../images/slider-vertical-arrow.jpg) right 3px no-repeat;
	float: left;
	
}
        
.TopSellers a.prev:hover {
	background-position: bottom left;	
}
.TopSellers a.next:hover {
	background-position: bottom right;	
}
.horizontal .next {
	display: block;
	height: 20px;
	width: 20px;
	background: #fff url(../images/control-right.png) 0 0 no-repeat;
	float:left;
}
.horizontal .prev {
	float:left;
	display: block;
	height: 20px;
	width: 20px;
	background: #fff url(../images/control-left.png) 0 0 no-repeat;
}
.horizontal .next:hover { background-position: 0 -22px; }
.horizontal .prev:hover { background-position: 0 -22px; }
/*shop in shop*/
.shopinshopmenu {
	width: 1001px;
	background: #fff;
	height: 36px;
	margin-left: 0;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #c3c7c8;
	padding-top: 1px;
}
#HeaderBotoom {
	margin-top: -129px;		
}
.shopinshopmenu ul {
	height: 35px;
	margin: 0;
	height: 36px;
	background-color: #efefef;
	width: 1000px; 
}
.shopinshopmenu ul li{
	display: inline-block;	
	float: left;
	margin: 0;
}

.shopinshopmenu ul li a  {
	background-color: #efefef;
	border-top: 1px solid #c3c7c8;
	border-left: 1px solid #fff;
	border-right: 1px solid #e3e3e3;
	display: block;
	height: 35px;
	padding: 0 10px;	
}
.shopinshopmenu ul li a div.shopinshopimg {
	background-position: left -47px; 	
}
.shopinshopmenu ul li a:hover span div, .shopinshopmenu ul li a.currentItem span div.shopinshopimg {
	background-position: left -4px; 
}
.shopinshopmenu ul li a:hover img, .shopinshopmenu ul li .currentItem img {
	height: 35px;
}
.shopinshopmenu ul li a:hover {
	background-color: #fff;
	
}
.shopinshopmenu ul li a.currentItem {
	background: url(../images/shopLeft-current.png) top left no-repeat;
	height: 40px;
	margin-top: -8px;
	border: none;
	padding: 5px 0 0 10px;
	margin-right: 8px;
}
.shopinshopmenu ul li a.currentItem span {
	background: url(../images/shopRight-current.png) top right no-repeat;
	padding: 5px 10px 0 0;
	display: block;
	height: 40px;
	margin-top: -5px;
	margin-right:-8px;
}
.shopinshopmenu ul li a.currentItem:hover {
	cursor: default;	
}
/* Hot Stuff */
/* Top Mini Cart */
#TopMenu li.CartLink .topMiniCart {
	width: 400px;
	background: #fff;	
	padding: 0;
	margin: 0;
}
#TopMenu li.CartLink .minicartFooter {
	background: #f0fafc;
	margin: 0;
	margin-top: -9px;
}
#TopMenu .TopMiniCartSubtotal {
	color: #4c5555;
}
#TopMenu li.CartLink table td.TopAddTD {
	border-bottom: 1px solid #eee; 
}
#TopMenu li.CartLink table td.TopNoTD {
	border-bottom: none; 
}
#TopMenu li.CartLink .topminicartbuttons {
	clear: both;
	padding: 20px 0;
	text-align: center;	
}
#TopMenu li.CartLink .topminicartbuttons a:hover {
	background: none;	
}
#TopMiniCartMoreItems {
	background: #e4e6e6;
	padding: 15px 0;
	margin: 0;	
	color: #2f2f2f;
	text-align: center;
	border-top: 1px solid #d3d2d2;
	border-bottom: 1px solid #d3d2d2;
}
#TopMenu  li.CartLink #TopMiniCartMoreItems a{
	color: #2f2f2f;
	text-decoration: underline;
	background: none;
}
#TopMenu  li.CartLink #TopMiniCartMoreItems a:hover{
	color: #099;
	text-decoration: none;
}
.TopSubtotalMSG {
	color: #b3b3b3;
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	margin-bottom: 10px;
}
#TopMenu li.CartLink .topMiniCart .MiniSubTotal {
	font-weight: bold;
	color: #069;
	font-size: 18px;
	text-align: center;
	clear: both;	
	padding-top: 15px;
	border-bottom: 1px solid #cdd8da;
	min-height: 50px;
}
#TopMenu li.CartLink .topMiniCart .ProductList {
	clear: both;	
}
#TopMenu li.CartLink .TopCartProductList {
	text-align: left;	
	display: block;
	padding: 20px 0 0 0;
	text-decoration: none;
	clear: both;
}

#TopMenu li.CartLink .TopCartProductList a {
	padding: 5px 5px;
	text-decoration: none;
	font-size: 12px;
	background: none;
	color: #4c5555;
}
#TopMenu li.CartLink .TopCartProductList td strong {
	color: #099;	
	
}
#TopMenu li.CartLink .TopCartProductList a:hover {
	text-decoration: underline;
}

.TopCartProductList em {
 	color: #800000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
/* Top Navigational Menu */
#TopMenu {
	padding: 0;
	text-align: right;
	margin: -20px 0 18px auto;
}
#TopMenu li {
	margin-top: 4px;	
}
#CartErrorMessage p.ErrorMessage { margin: 10px 10px 0 10px; }

#TopMenu li.CartLink  {
	background: url(../images/shopping_cart_icon.png) 5px 13px no-repeat;
	padding: 5px 0 3px 17px;
	margin: -4px 40px 0 20px;
}
#TopMenu li.CartLink:hover {
	background: #fff url(../images/shopping_cart_icon.png) 5px 13px no-repeat;
}
#TopMenu li.CartLink li a {
	background: none;
}
#jsddm li ul
		{	margin: 0;
			padding: 0;
			margin-left:-17px;
			margin-top: -5px;
			position: absolute;
			visibility: hidden;
			border-bottom: 3px solid #4da6b4;
			z-index: 90000;
			
		}
		#jsddm li ul li
		{	float: none;
			display: inline;
			background: none;
			}
		
		#jsddm li ul li a
		{	width: auto;
			background: #9F1B1B}
		
		#jsddm li ul li a:hover
		{	background: #7F1616}
#TopMenu ul {
	list-style: none;
	padding: 0;
	margin: 0 35px 0 20px;
	text-align: right;
}
#TopMenu li {
	list-style: none;
	float: left;
	margin: 2px 0 0 0;
	background: url(../images/top_separator.png) 0 0 no-repeat;
	height: 28px;
	
}

#TopMenu li.CheckoutLink a:visited, #TopMenu li.CheckoutLink a:link { margin-top: 4px; }
pMenu li.First a { border-left: 0; }
#TopMenu li a {
	color: #717171;
	font-weight: bold;
}
#TopMenu li a, #TopMenu li div {
	display: block;
	text-decoration: none;
	font-size: 0.85em;
	padding: 0 10px 0 10px;
	margin: 8px 0 0 0;
	font-size: 12px;
}
#TopMenu li div.TopMiniCart {
	padding: 0;
}
#TopMenu li div a {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 1em;
}
#TopMenu li { }
#TopMenu li.First { background-image: none; }
#TopMenu li a { }
#TopMenu li div { }
#TopMenu li a:hover { text-decoration: underline; }
/** 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 #5eb5bb;
	margin: 1px 3px;
}
/*Bulks*/
#ProductDetailsBulkDiscountBox {
	width: 250px;	
	margin-top: 25px;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}
#ProductDetailsBulkDiscountBox table {
	width: 250px;
	border-collapse:collapse;
}
#ProductDetailsBulkDiscountBox table td {
	border: 1px solid #ddd;	
	padding: 1px 6px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
#ProductDetailsBulkDiscountBox .BulkQuantity {
	width: 40%;	
	
	color: #5b5b5b;
}
#ProductDetailsBulkDiscountBox .BulkUnitPrice {
	width: 30%;	
	color: #d10707;
}
#ProductDetailsBulkDiscountBox .BulkYouSave {
	width 25%;
	color: #5da149;
}
#ProductDetailsBulkDiscountBox .BulkHeader {
	background: url(../images/bulk-header.jpg) top left repeat-x;
}
#ProductDetailsBulkDiscountBox .BulkHeader td {
	padding: 3px 6px;	
	font-weight: bold;
	color: #5b5b5b;
}
#box-m3 {
	background: url(../images/box-m3.jpg) top left no-repeat;
	height: 292px;
	width: 184px;
	display: block;
}
#sideFoundCheaper {
	text-align: center;
}
#sideFoundCheaper a {
	padding: 10px 0;	
}
