/* Category flyout styles (theme) */

/* Child menu items, does not include the always-showing root level */
#SideCategoryList .sf-menu li ul li {
}

/* Root menu item when expanded */
#SideCategoryList .sf-menu .sfHover a,
/* Child menu item links */
#SideCategoryList .sf-menu li ul a {
	background-color: #F9F;
	color: #FFF;
}

/* Parent menu items of a child being hovered (not including root-level items) */
#SideCategoryList .sf-menu li ul li:hover > a,
/* Child menu item while hovering */
#SideCategoryList .sf-menu li ul a:focus,
#SideCategoryList .sf-menu li ul a:hover,
#SideCategoryList .sf-menu li ul a:active {
	background-color: #FCF;	
}

/* End: category flyout styles */

.FloatRight { float:right}

.SortBox { margin-top:-26px; padding:0 20px; font-size:12px;}

/* Color: Maroon */

body {
	
	color: #222;
}
a {
	color: #222;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #AE1935;
}
h2 {
	color: #ae1935;
}
h3 {
	color: #222;
}
hr {
	background: #EFD1D7;
	color: #EFD1D7;
}
.TitleZ { font-size:16px; color:#333}
.ShipperName { font-weight:bold;  font-size:12px;}


#Container {
}


#TopMenu {
	
}
#TopMenu li{
	
}
#TopMenu li a, #TopMenu li span {
	color: #222;
}
#TopMenu li span a {
}
#TopMenu li a:hover {
}


#Menu {
}
#Menu li {
}
#Menu li a {
	color: #fff;
	
}
#Menu li a:hover {
	
}
#Menu li ul li a {
	background: #222;
}
#Menu li ul li a:hover {
	color: #f8d5e0;
}


#Outer {
}
#Wrapper {
}
#Header {
	background-position: 0 100%;
	background-repeat: no-repeat;
}


#Logo h1 {
	color: #ae1935;
}
#Logo h1 a {
	color: #ae1935;
}


#SearchForm {
	
}
#SearchForm label {
	display: none;
}
#SearchForm input {

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



.Left {
	background: #FFF;
}

.Left li a:hover {
	color: #AE1935;
}



.Content h2 {
	color: #222222;
}


.Right {
	background: #fff;
}

.Right a:hover, .Right a:hover strong {
	color: #AE1935;
}
.Right hr {
	background: transparent;
	color: #fff;
}



.NewsletterSubscription input {
	border: 1px solid #efd1d7;
}


.ProductList .ProductImage {
	
	
	padding: 15px;
}
.Content .ProductList strong, .Content .ProductList strong a {
	color: #000;
}

.Content .ProductList strong a:hover {
	color: #AE1935;
}

.ProductPrice, .ProductList em {
	color: #AE1935;
}
.ProductList .Rating {
	color: #6A6A6A;
}


.Content .FeaturedProducts .ProductList li {
}
.Content .FeaturedProducts .ProductList .ProductImage {
}
.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
}






.Breadcrumb {

}


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


table.CartContents,table.General {

border:1px solid #c7d7db;

}



.CartContents thead tr th,table.General thead tr th {

background: #900;
color: #fff;

text-align:center;
font-weight:bold;

border-bottom:1px solid #c7d7db;

}



.CartContents tbody .SubTotal td {

border-top:1px solid #c7d7db;

color:#7c7d7e;

}

table.CartContents2,table.General {

border:1px solid #c7d7db;

}



.CartContents2 thead tr th,table.General thead tr th {

background: #900;
color: #fff;

text-align:center;
font-weight:bold;

border-bottom:1px solid #c7d7db;

}



.CartContents2 tbody .SubTotal td {

border-top:1px solid #c7d7db;

color:#7c7d7e;

}

.MiniCart .SubTotal {

color:#14334d;

}

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

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

.CategoryPagination {
	color: #222;
	background: #fff;
	border: 1px solid #E4B3BC;
}

.CheckoutRedeemCoupon { background: #fff; padding: 10px; width: 300px; border: 1px solid #E4B3BC; margin-bottom: 10px; }

.QuickSearch {border: 1px solid #E4B3BC;  }
.QuickSearchHover td{ background: #fceaef; }

.SubCategoryList, .SubBrandList {
	background: #fff;
	border: 1px solid #E4B3BC;
width: 705px;
}

.InfoMessage {
	background: #fff url('../../img/InfoMessage.gif') no-repeat 1px 1px;
	border: 1px solid #E4B3BC;
	color: #555;
}

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

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

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

.SearchTips .Examples {
	background: #fff;
	border: 1px solid #E4B3BC;
}


/* Express Checkout */
.ExpressCheckoutTitle a { color:#FFF}
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background-image:url(../img/express_title_on.gif);
	color:#FFF;
	font-size:14px;
	padding:10px;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background-image:url(../img/express_title_off.gif);
	color:#fff;
	padding:10px;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #888;
}

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

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

.TabNav li a {
	border: 1px solid #e4b3bc;
	background: #fff;
}

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

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

/* Product Videos */

#VideoContainer {
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.currentVideo {
	background-color: #ddf0f6;
}

.videoRow:hover {
	background-color: #efefef;
}
.Left #SideCategoryList li a{
background-color:#900;
color:#FFF;
display:block;
font-size:12px;
font-weight:700;
line-height:32px;
text-transform:uppercase;
margin-top:7px;
border-bottom:none;
padding:0 0 0 10px;
}
.Left #SideCategoryList li ul li a{
background-color:#E5E5E5;
color:#444;
border-bottom:1px solid #D8D8D8;
display:block;
font-size:10px;
font-weight:700;
line-height:25px;
padding-left:10px;
text-decoration:none;
text-transform:uppercase;
margin:0;
}
.Left #SideCategoryList li ul li a:hover{
background-color:#731213;
color:#FFF;
border-bottom:1px solid #D8D8D8;
display:block;
font-size:10px;
font-weight:700;
line-height:25px;
padding-left:10px;
text-decoration:none;
text-transform:uppercase;
margin:0;
}
.BoxHome{
 float: left;
    margin: 0;

    padding: 0;
    width: 750px;	
	
}
.BoxHome h2, .TitleHeading {
    background: url("../../img/oferta.jpg") no-repeat scroll left center transparent;
    color: #616452;
    font-size: 14px;
    font-weight: 700;
	text-indent:-9999px;
     margin: 0 0 10px;
    padding: 10px 21px;
    text-transform: uppercase;
}
.BoxHome .ProdutoList li {
    border: 1px solid #B6B3B6;
	 height: 300px;
    float: left;
    list-style: none outside none;
    margin: 0;
    min-height: 17em;
    overflow: hidden;
    padding: 0 35px 50px;
    width: 170px !important;
	border-left:0px;
}
.BlocoNewsTopo{ border:1px solid #dedede; padding:10px; width:732px; 

border-radius:0px; 

-moz-border-radius:0px;

-webkit-border-radius:0px; 

 margin-bottom: 20px;

 margin-top:5px;



}
.NewsletterSubscription {

    color: #5E5E5E;

    font-size: 11px;

    font-weight: 700;

    padding-bottom: 5px;

	width:580px;

	padding-left:10px;

}
.newshome h2, .TitleHeading {

    color: #900;

    font-size: 14px;

    font-weight: 700;



     margin: 0 0 10px;

  

    text-transform: uppercase;

}
.newshome .NewsletterSubscription  {width:730px;}

.newshome .NewsletterSubscription input{border-radius:0px; 

-moz-border-radius:0px;

-webkit-border-radius:0px;

color:#676767;

}
.newshome .NewsletterSubscription input.Textbox{ width:290px}

.BlocoNewsTopopop{ border:1px solid #dedede; padding:10px; width:490px; 

border-radius:0px; 

-moz-border-radius:0px;

-webkit-border-radius:0px; 

 margin-bottom: 20px;

 margin-top:5px;
margin-left:5px;
margin-right:5px;



}


.newshomepop h2, .TitleHeading {

    color: #1a679f;

    font-size: 14px;

    font-weight: 700;



     margin: 0 0 10px;

  

    text-transform: uppercase;

}
.newshomepop .NewsletterSubscription  {width:480px;}

.newshomepop .NewsletterSubscription input{border-radius:0px; 

-moz-border-radius:0px;

-webkit-border-radius:0px;

color:#676767;

}
.newshomepop .NewsletterSubscription input.Textbox{ width:170px}


.bannertopo a {
	    

	font-size: 1.7em !important;
	font-weight: normal;
	     color: #666681 !important;
}
.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	background: url(../../img/TopSellerNumberBg.gif) 0 4px no-repeat;
	color: #FFF;
}

.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
	background: url(../../img/No1SellerNumberBg.gif) 0 0 no-repeat;
	color: #FFF;
}
