/* Getting the new tags to behave */
article, product, details, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video
{ display: block; }
mark, rp, rt, ruby, summary, time, price 
{ display: inline; }

/*
  ___ _       _           _                                   _   _           
  / _ \ | ___ | |__   __ _| |  _ __  _ __ ___  _ __   ___ _ __| |_(_) ___  ___ 
 / /_\/ |/ _ \| '_ \ / _` | | | '_ \| '__/ _ \| '_ \ / _ \ '__| __| |/ _ \/ __|
/ /_\\| | (_) | |_) | (_| | | | |_) | | | (_) | |_) |  __/ |  | |_| |  __/\__ \
\____/|_|\___/|_.__/ \__,_|_| | .__/|_|  \___/| .__/ \___|_|   \__|_|\___||___/
                              |_|             |_|                              
*/

/* CHROME WORKS   src: url('futura.otf') !important;*/
.cantSelect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div 
{
    /*outline: 1px solid red;*/
}

*
{
    margin: 0px;
    border: 0px;
    padding: 0px;
    font-family: 'Tahoma', sans-serif;
    text-decoration: none;
}

p
{
    font-size: 14px;
    color:#514f4f;
}

html
{
    background:#ececec;
    width: 100%;
    height: 100% !important;
}

body 
{
    width: 100% !important;
    font-size: 14px;
    color:#393939;
}

.logo_position_fix
{
    margin-left: 35px;
    margin-top: 15px;
}



.error /* JQUERY VALIDATE STYLES... ERROR CLASS IS EMBBED IN <label> */
{
    color: #FF0000;
    
    float: none;
    font-size: 12px;
    font-style: italic;
   
    z-index: 10003;
}

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

a:hover
{
    text-decoration: underline;
}

.roundIt
{
    /* RountIt */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.superRoundIt
{
    /* RountIt */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.rotateIt
{
    /* Rotations */
    -webkit-transform: rotate(90deg);	
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=1);  /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; /* IE8 */
}

#wrapper /* CONTAINER DE TUDO */
{
    width: 100% !important;
}

.content-center /* FICA DENTRO DO WRAPPER. NAO PODE TER "float" */
{
    position: relative;
    width: 980px;
    margin: 0 auto; /* Centrar */
}

#content-center-fix /* FICA DENTRO DO content center fix ao centrar */
{
    margin-left:13px;
    margin-top: 1px;
    /*background: url( '../imagens/background_middle.jpg' ) repeat-y top center;*/
}

.pointer
{
    cursor: pointer;
}

/*
 _____          _                                     _   _           
/__   \_____  _| |_   _ __  _ __ ___  _ __   ___ _ __| |_(_) ___  ___  
  / /\/ _ \ \/ / __| | '_ \| '__/ _ \| '_ \ / _ \ '__| __| |/ _ \/ __|          
 / / |  __/>  <| |_  | |_) | | | (_) | |_) |  __/ |  | |_| |  __/\__ \           
 \/   \___/_/\_\\__| | .__/|_|  \___/| .__/ \___|_|   \__|_|\___||___/           
                     |_|             |_|                              
*/

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-weight: bold;
    display: inline;
}

h1
{
    font-size:24px;
    color:#333333;
    font-weight: normal;
    display: block;
}

h2
{
    font-size:36px;
    font-weight: 300;
    color:#333333;
}

h3
{
    
    font-size:20px;
    color:#fff;
    font-weight:600;
}

h4
{
    font-size:15px;
    color:#cc2a27;
    font-weight:bold; 
}

h5
{
    font-size:12px;
    color:#191919;
    font-weight: 700;
    
}

h6
{
    font-size:12px;
    color:#625548;
    font-weight: 400;
}

.alignLeft
{
    text-align: left;
}

.alignRight
{
    text-align: right;
}

.alignCenter
{
    text-align: center;
}

.alignJust
{
    text-align: justify;
}

.damnHigh
{
    text-transform: uppercase;
}

.textShadow
{
    -moz-text-shadow: 1px 1px 0px  #FFF;
    -webkit-text-shadow: 1px 1px 0px #FFF;
    text-shadow: 1px 1px 0px #FFF;
}

.blackText 
{
    color: #000;
}

.whiteText 
{
    color: #FFF;
}

.greyText
{
    color: #3a3333;
}

.blueText
{
    color: #50c3c6;
}

.redText
{
    color: #e30000;
}

.fontSize10
{
    font-size: 10px;
}

.fontSize12
{
    font-size: 12px;
}

.fontSize14
{
    font-size: 14px;
}

.fontSize16
{
    font-size: 16px;
}

.fontSize18
{
    font-size: 18px;
}


/*
    ___ _                                         _   _           
   /   (_)_   __  _ __  _ __ ___  _ __   ___ _ __| |_(_) ___  ___ 
  / /\ / \ \ / / | '_ \| '__/ _ \| '_ \ / _ \ '__| __| |/ _ \/ __|
 / /_//| |\ V /  | |_) | | | (_) | |_) |  __/ |  | |_| |  __/\__ \
/___,' |_| \_/   | .__/|_|  \___/| .__/ \___|_|   \__|_|\___||___/
                 |_|             |_|                              
*/

.clearAll
{
    position: relative;
    float: left;
    width: 100%;
}

.clear05
{
    width: 3%;
    margin: 1px;
}

.clear10
{
    width: 10%;
}

.clear15
{
    width: 15%;
}

.clear20
{
    width: 20%;
}

.clear22
{
    width: 22%;
}

.clear25
{
    width:25%;
}

.clear30
{
    width: 30%;
}

.clear33
{
    width: 33.333%;
}

.clear35
{
    width:35%;
}

.clear40
{
    width: 40%;
}

.clear45
{
    width: 41.5%;
    margin-right: 0.5%;
}

.clear47
{
    width: 47%;
}

.clear50
{
    width: 50%;
    
}

.clear55
{
    width:55%;
}

.clear50_50
{
    width: 48%;
    margin-left: 2%;
}

.clear60
{
    width:60%;
}
.clear65
{
    width:64%;
    margin-right: 1%;
}
.clear70
{
    width: 70%;
}

.clear75
{
    width:75%;
}

.clear80
{
    width: 78%;
    margin: 1%;
}

.clear78
{
    width: 77%;
}

.clear90
{
    width:90%;
}

.clear92
{
    width:92%
}

.clear95
{
    width:95%;
}

.clear99
{
    width:98.7%;
}

.marginSafe
{
    width: 96%;
    margin: 2%;
}

.minMarginSafe
{
    width: 98%;
    margin: 1%;
}

.floatRight
{
    float: right;
}

.floatLeft
{
    float: left;
}

.divShadow
{
    -moz-box-shadow: 0 0px 9px 0px #AAAAAA;
    -webkit-box-shadow: 0 0px 9px 0px #AAAAAA;
    box-shadow: 0 0px 9px 0px #AAAAAA;
    outline: none;
}

.marginBottom20
{
    margin-bottom: 20px;
}


.marginTop25
{
    margin-top: 25px;
}

.marginTop11
{
    margin-top: 11px;
}


.marginRightLeft5
{
    margin-left: 6%;
    margin-right: 4%;
}

.marginTopNeg40
{
    margin-top: -40px;
}

.marginTop5
{
    margin-top: 5px;
}


.superMarginSafe
{
    width:90%;
    margin:5%;
}


.marginTop30
{
    margin-top: 30px;
}

.marginTop20
{
    margin-top: 20px;
}


.marginLeft20
{
    margin-left: 20px;
}


.marginLeft10
{
    margin-left: 10px;
}


.whiteBg
{
    background:#fff;
}

/*
        _          
  /\/\ (_)___  ___ 
 /    \| / __|/ __|
/ /\/\ \ \__ \ (__ 
\/    \/_|___/\___|
                   
*/

/* Menu */
.imagePosition
{
    margin-left: 20px;
    margin-top: 35px;
    margin-bottom: 9px;
}



.loginInputz
{
    background:url('../imagens/login_input.png') no-repeat center top;
    padding-left: 35px;
    height:29px;
    width:165px;
    font-size:14px;
    color:#202020;
}

.passwordInputz
{
    background:url('../imagens/password_input.png') no-repeat center top;
    padding-left: 35px;
    height:29px;
    width:165px;
    font-size:14px;
    color:#202020;
}

#formLogIn
{
    margin-left:11px;
    margin-top: 11px;
    width:404px;
}

.redBtnBg
{
    -moz-box-shadow:inset 0px 29px 0px -5px #dc7275;
    -webkit-box-shadow:inset 0px 29px 0px -5px #dc7275;
    box-shadow:inset 0px 29px 0px -5px #dc7275;
    background-color:#cb2a27;
    -moz-border-radius:3px 3px 0px 0px;
    -webkit-border-radius:3px 3px 0px 0px;
    border-radius:3px 3px 0px 0px;
    display:inline-block;
    color:#ffffff;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
    height:48px;
}

.redBtnBg span
{
    color:#ffffff;
}

.redBtn {
	-moz-box-shadow:inset 0px 29px 0px -15px #dc7275;
	-webkit-box-shadow:inset 0px 29px 0px -15px #dc7275;
	box-shadow:inset 0px 29px 0px -15px #dc7275;
	background-color:#cb2a27;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	font-weight:600;
	padding:5px 10px;
	text-decoration:none;
}
.redBtn:hover {
	background-color:#eb675e;
}
.redBtn:active {
	position:relative;
	top:1px;
}


.greyBtn {
	
	background-color:#c7c7c7;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	font-weight:600;
	padding:6px 10px;
	text-decoration:none;
}
.greyBtn:hover {
	background-color:#959595;
        text-decoration:none;
}
.greyBtn:active {
	position:relative;
	top:1px;
}

.marginRight2
{
    margin-right: 2px;
}

.marginRight1
{
    margin-right: 1%;
}

.loginLinkz
{
    margin-top:6px;
    font-size:12px;
    color: #d3d3d3;
    display:inline-block;
}

.loginLinkz:hover
{
    text-decoration: none;
    margin-top:6px;
    font-size:12px;
    color: #d3d3d3;
    display:inline-block;
}

.DividerloginLinkz
{
    margin-left: 6px;
    margin-right: 6px;
    margin-top:12px;
    font-size:12px;
    color: #575654;
    display:inline-block;
}

.menuBg
{
    background:url('../imagens/menu_bg.png') no-repeat center top;
    height:51px;
    width: 980px;
}

.menuPosition
{
    margin-top: 11px;
    width: 900px;
    margin-left: 40px;
}

.menuPosition a
{
    color:#fff;
    font-size:14px;
    font-size:16px;
    display:inline-block;
    padding-right: 30px;
    padding-left: 30px;
    background: url('../imagens/linkdivider.png') no-repeat right top;
}

.leftHolder
{
    background: url('../imagens/cat_holder.png') no-repeat center top;
    width: 230px;
    min-height: 200px;
}

.marginTop8
{
    margin-top: 8px;
}

.catTitles a
{
    font-size:15px;
    color:#625548;
    margin-left: 30px;
    display: block;
    margin-top: 6px;
    text-decoration: none;
    font-weight:bold;
}

.catTitles
{
    width: 98%;
    margin-left: 2%;
    height:35px;
    border-top: 1px solid #dddddd;   
}

.subTitles
{
    width: 95%;
    margin-left: 5%;
    
    
}

.subTitles a
{
    font-weight:bold;
    font-size:14px;
    color:#625548;
    margin-left: 40px;
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
    
}

.subTitles a:hover
{
    color:#cc2a27;
    text-decoration:none;
}

.catHover
{
    background:url('../imagens/cat_hover.png') repeat-y left top, #eae8e6 repeat-x;
}

.catHover a
{
    text-decoration: none;
    color:#000;
}

.contentHolder
{
    margin-right: 20px;
    width: 695px;
    float:right;
}

.boderBottom
{
    border-bottom: 2px solid #e6e6e6;
}

.productsHolder
{
    width:216px;
    background:#fff;
    border:1px solid #e6e6e6;
    margin-bottom: 20px;
}

.giItmarginRight:nth-child(3n+2)
{
    margin-right: 20px;
    margin-left: 20px;
}

.productsTitle
{
    font-size:16px;
    color:#000;
    margin-top: 6px;
    display: block;
}

.productDescription
{
    font-size:12px;
    color:#000;
    margin-top: 6px;
    display: block;
}

.height50
{
    height:50px;
}

.giveItOutline
{
    outline:1px solid #e6e6e6;
}

.height60
{
    height:60px;
}

.price
{
    font-size:20px;
    color:#333333;
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
}

.clear48
{
    width: 48%;
}

.marginBottom10
{
    margin-bottom: 10px;
}

.newsletterTitle
{
    font-size:11px;
    color:#555555;
}

.newsletterInputz
{
    background:#f1f1f1;
    border:1px solid #cccccc;
    padding:3px;
    color:#000;
    height:22px;
}

.closeFooter
{
    background:url('../imagens/footer_bg.png') no-repeat center top, #ececec;
    min-height: 100px;
}

.width150Px
{
    width:150px;
}

.footerLinkz a
{
    display: block;
    color:#625548;
    font-size:13px;
    margin-bottom: 4px;
}

.width270Px
{
    width:270px;
}

.width185Px
{
    width: 185px;
}

.holderItems
{
    position: absolute;
    right: 22px;
    top:1px;
    width:223px;
}

.cartHolderBox
{
    background:url('../imagens/cart_holder.png') no-repeat center top;
    height: 34px;
    width:223px;
}

.cartItemList
{
     width:225px;
     display:none;
     position:absolute;
     z-index:1337;
}

.cartTop
{
    background:url('../imagens/top_minicart.png') no-repeat center top;
    height:19px;
}

.middleCart
{
    background:url('../imagens/minicart_middle.png') repeat-y center top;
    min-height:25px;
}

.bottomCart
{
    background:url('../imagens/minicart_bottom.png') no-repeat center top;
    height:13px;
}

.serachHolderBox
{
    background:url('../imagens/search_holder.png') no-repeat center top;
    height: 34px;
    width:223px;
}

.topCarrinhoTxt
{
    margin-top: 7px;
    font-size:14px;
    color:#6b6b6b;
    display:inline-block;
}

.topPriceTag
{
    float: right;
    font-size:14px;
    color:#ca2a28;
    display:inline-block;
    margin-top: 8px;
    margin-right: 10px;
    font-weight: 600;
}

.serarchField
{
    font-size:14px;
    color:#6b6b6b;
    padding:3px;
    background: transparent;
    margin-left: 38px;
    margin-top: 4px;
}

.height120
{
    height:120px;
}

.bigPriceTag
{
    font-size:18px;
    color:#cc2a27;
    font-weight: 600;
}

.extraImages
{
    width:190px;
    margin-bottom: 20px;
}

.extraImages:nth-child(2n+1)
{
    margin-right: 20px;
}

.displayNone
{
    display:none;
}

.middleContainner
{
    width: 855px;
    position: relative;
    float:none;
    margin:0px auto;
}

.middleContainnerCriarConta
{
    width: 410px;
    position: relative;
    float:none;
    margin:0px auto;
}

.middleContainnerCarrinho
{
    width: 800px;
    position: relative;
    float:none;
    margin:0px auto;
}

.carrinhoAllHolder
{
    width: 800px;
    background: #fff;
    border:1px solid #e6e6e6;
}

.logInHolder
{
    width: 418px;
    background: #fff;
    border:1px solid #e6e6e6;
}

.criarlogInHolder
{
    width: 408px;
    background: #fff;
    border:1px solid #e6e6e6;
}

.greyTxt
{
    font-size:12px; 
    color:#737373;
}

.borderBottomGrey
{
    padding-bottom: 6px;
    border-bottom: 1px solid #e1e1e1;
}


.borderBottomGrey2
{
    padding-bottom: 2px;
    border-bottom: 1px solid #e1e1e1;
}


.marginTop6
{
    margin-top: 6px;
}

.loginPageLabels
{
    font-size:12px;
    color:#4e4e4e;
}

.logInPageInputz
{
    font-size:12px;
    padding:3px;
    color:#4e4e4e;
    background: #fff;
    border:1px solid #c7c7c7;
    width: 180px;
}

.logInPageInputzMin
{
    font-size:12px;
    padding:3px;
    color:#4e4e4e;
    background: #fff;
    border:1px solid #c7c7c7;
    width: 170px;
}

.logInPageGreyBg
{
    background:#f9f9f9;
}

.allHolder
{
    background:url('../imagens/bg_top.png') no-repeat center top, url('../imagens/middle_bg.png') repeat-y  center top;
}

.fixmarginSafe
{
    width: 93%;
    margin-left: 5%;
    margin-right: 3%;
}

.marginTopBottom10
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.miniCartTitle
{
    font-size:12px;
    color:#625548;
    font-weight: 400;
}


.miniCartPriceTag
{
    font-size:12px;
    color:#ca2a28;
    font-weight: 600;
}

.xStyle
{
    font-size:12px;
    color:#a9a9a9;
}

.borderRed4px
{
    border-bottom:4px solid #ca2a28;
}

.minmarginSafe
{
    width: 99%;
    margin:0.5%;
}

.cartTitlesFases
{
    text-transform: uppercase;
    font-size:12px;
    color: #c7c7c7;
    font-weight: 600;
}

.demTable
{
    width: 99%;
}

.height25
{
    height:25px;
}

.height50
{
    height:50px;
}

.borderTopRed
{
    border-top:2px solid #cc2a27;
}

.marginRight10
{
    margin-right: 10px;
}

.hoverMtd:hover
{
    background:#ececec;
}

.contactLabel
{
    font-size:17px;
    color:#717171;
}

.contactInput
{
    margin-top: 4px;
    padding:3px;
    width: 97%;
    font-size:14px;
    color:#717171;
    border:1px solid #c7c7c7;
}

.hiddenMenu
{
    display:none;
    position: absolute;
    width: 200px;
    top:182px;
    left:258px;
    z-index: 1337;
    background:#fff;
}