/************************* Start CSS *********************/

/*** => Grid ***/
body{
    min-width: 1008px;
}
#layoutx {
	margin:0 auto;
    width: 1008px;
}
#sitex {
	float:left;
	background-image:url(../images/fundo.png);	
}
	
.container_12{
	margin:0 auto;
    width: 1008px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
    display: inline;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
}
    .container_12 .grids_1{
        width: 5.73%;
    }
    .container_12 .grids_2{
        width: 14.06%;
    }
    .container_12 .grids_3{
        width: 22.39%;
    }
    .container_12 .grids_4{
        width: 30.72%;
    }
    .container_12 .grids_5{
        width: 39.06%;
    }
    .container_12 .grids_6{
        width: 47.4%;
    }
    .container_12 .grids_7{
        width: 55.72%;
    }
    .container_12 .grids_8{
        width: 64.06%;
    }
    .container_12 .grids_9{
        width: 72.35%;
    }
    .container_12 .grids_10{
        width: 80.72%;
    }
    .container_12 .grids_11{
        width: 89.06%;
    }
    .container_12 .grids_12{
        width: 97.4%;
        position: relative;
    }

.content_p{
	font-size:12px;
	color:#000;
	line-height:18px;
}

.negative-grid{
    margin-left: -12px;
    margin-right: -12px;
    zoom: 1;
}

.container_12 .grid_1{
    width: 60px;
}

.container_12 .grid_2{
    width: 144px;
}

.container_12 .grid_3{
    width: 228px;
}

.container_12 .grid_4{
    width: 312px;
}

.container_12 .grid_5{
    width: 396px;
}

.container_12 .grid_6{
    width: 480px;
}

.container_12 .grid_7{
    width: 564px;
}

.container_12 .grid_8{
    width: 648px;
}

.container_12 .grid_9{
    width: 732px;
}

.container_12 .grid_10{
    width: 816px;
}

.container_12 .grid_11{
    width: 900px;
}

.container_12 .grid_12{
    width: 984px;
    position: relative;
}

/*** Grid < 1007 ***/
@media only all and (min-width: 748px) and (max-width: 1007px) {
    body{
        min-width: 748px;
    }
    .container_12{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        display: inline;
        float: left;
        margin-left: 1.3%;
        margin-right: 1.3%;
    }
    .negative-grid{
        margin-left: -1.3%;
        margin-right: -1.3%;
    }
    .container_12 .grid_1{
        width: 5.73%;
    }
    .container_12 .grid_2{
        width: 14.06%;
    }
    .container_12 .grid_3{
        width: 22.39%;
    }
    .container_12 .grid_4{
        width: 30.72%;
    }
    .container_12 .grid_5{
        width: 39.06%;
    }
    .container_12 .grid_6{
        width: 47.4%;
    }
    .container_12 .grid_7{
        width: 55.72%;
    }
    .container_12 .grid_8{
        width: 64.06%;
    }
    .container_12 .grid_9{
        width: 72.35%;
    }
    .container_12 .grid_10{
        width: 80.72%;
    }
    .container_12 .grid_11{
        width: 89.06%;
    }
    .container_12 .grid_12{
        width: 97.4%;
        position: relative;
    }
}
/*** Grid < 768 ***/
@media only all and (max-width: 747px) {
    body{
        min-width: 310px;
    }
    .container_12{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12{
        display: inline;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
    .negative-grid{
        margin-left: -10px;
        margin-right: -10px;
    }
    .container_12 .grid_1{
        width: 60px;
    }
    .container_12 .grid_2{
        width: 144px;
    }
    .container_12 .grid_3{
        width: 228px;
    }
    .container_12 .grid_4{
        width: 312px;
    }
    .container_12 .grid_12{
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        margin: 0;
        padding: 0 10px;
        width: 100%;
        position: relative;
    }
}
/*** Grid < 410 ***/
@media only all and (max-width: 410px) {
    .container_12 .grid_1, 
    .container_12 .grid_2, 
    .container_12 .grid_3, 
    .container_12 .grid_4, 
    .container_12 .grid_5, 
    .container_12 .grid_6, 
    .container_12 .grid_7, 
    .container_12 .grid_8, 
    .container_12 .grid_9, 
    .container_12 .grid_10, 
    .container_12 .grid_11,
    .container_12 .grid_12{
         box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        margin: 0;
        padding-left: 1%;
        padding-right: 1%;
        width: 100%;
     }
     .negative-grid{
        margin-left: -1%;
        margin-right: -1%;
    }
}

.alpha{
    margin-left: 0;
}

#omega{
    margin-right: 0;
	width:720px;
}

.clear{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after{
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after{
    clear: both;
}

.clearfix{
    zoom: 1;
}

/*********
* Fonts *
*********/
@font-face{
    font-family: Bitter;
    src: url(../fonts/Bitter.eot)
}
@font-face{
    font-family: Bitter;
    src: url(../fonts/Bitter.ttf);
}
@font-face{
    font-family: Bitter-Bold;
    src: url(../fonts/Bitter-Bold.eot)
}
@font-face{
    font-family: Bitter-Bold;
    src: url(../fonts/Bitter-Bold.ttf);
}
@font-face{
    font-family: Bitter-Italic;
    src: url(../fonts/Bitter-Italic.eot)
}
@font-face{
    font-family: Bitter-Italic;
    src: url(../fonts/Bitter-Italic.ttf);
}
@font-face{
    font-family: Segoeui;
    src: url(../fonts/Segoeui.eot)
}
@font-face{
    font-family: Segoeui;
    src: url(../fonts/Segoeui.ttf);
}
@font-face{
    font-family: Segoeui-Bold;
    src: url(../fonts/Segoeui-Bold.eot)
}
@font-face{
    font-family: Segoeui-Bold;
    src: url(../fonts/Segoeui-Bold.ttf);
}
@font-face{
    font-family: Segoeui-Italic;
    src: url(../fonts/Segoeui-Italic.eot)
}
@font-face{
    font-family: Segoeui-Italic;
    src: url(../fonts/Segoeui-Italic.ttf);
}

*{
    padding:0;
    margin:0; 
    border:0 none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, 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{
    display:inline;
}
ul{
    list-style: none;
}
a{
    text-decoration:underline;
    color: #e77c1c;
}
a:hover,a:active {
    text-decoration:none;
}
nav a{
    text-decoration: none;
}
b,strong{
    font-family: Segoeui-Bold, Arial, Verdana, serif;
}
p, b, li, strong{
    font-size:13px; line-height: 20px;
}
hr{
    background: #e0e0e0;
    height: 1px;
    width: 100%;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Bitter, Myriad Pro, Verdana, serif;
    font-weight: normal;
    color: #444;
    padding-bottom: 23px;
}
h1{
    font-size: 32px;
}
h2{
    font-size: 27px;
}
h3{
    font-size: 23px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 17px;
}
h6{
    font-size: 14px;
}

/*********
* Forms *
*********/

/*** checkbox ***/
.niceCheck{
    width: 16px;
    height: 17px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    background: url(../image/check-bg.png) left top no-repeat;
}

.niceChecked{
    background-position: left bottom;
}

.niceCheck input{
    margin-left: -20px!important;
}

/*** radio ***/
.niceRadio{
    width: 16px;
    height: 17px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    background: url(../image/radio-bg.png) left top no-repeat;
}

.radioChecked{
    background-position: left bottom;
}

.niceRadio input{
    margin-left: -20px;
}

/*** select ***/
select,
.selectBox{
    display: inline-block;
    position: relative;
    height: 33px;
    font: normal 12px/33px Segoeui, Arial, Verdana, serif;
    color: #444;
    text-decoration: none!important;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
}

.selectBox{
    padding-left: 10px;
}

.selectBox:hover{
    color: #000;
    text-decoration: none;
}

.selectBox-label{
    padding: 0 35px 0 0px;
}

.selectBox-arrow{
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    width: 32px;
    height: 33px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/select-button.png) 50% 50% no-repeat #f5f7f9;
}

.selectBox-arrow:hover{
    background: url(../images/select-button.png) 50% 50% no-repeat #eff7ff;
}

.selectBox-dropdown-menu{
    position: absolute;
    list-style: none;
    font:normal 12px/33px Segoeui, Arial, Verdana, serif;
    color: #777;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    z-index: 999;
}

.selectBox-dropdown-menu li{
    display: block;
}

.selectBox-dropdown-menu li a{
    display: block;
    padding: 0 2px 0 10px;
    margin: 0;
    color: #777;
    text-decoration: none;
    cursor: pointer;
}

.selectBox-dropdown-menu li+li a{
    border-top: 1px solid #e0e0e0;
}

.selectBox-dropdown-menu li a:hover{
    color: #444;
    text-decoration: none;
    background: #eff7ff;
}

/*** button ***/
.button,
button,
input[type="submit"]{
    height: 35px;
    background:#df0091;
    color:#000;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    cursor: pointer;
    padding: 0 20px;
    text-decoration: none;
}
a.button{
    line-height: 33px;
    width: 100px;
}
a.button.back{
    width: 60px;
}

.button:hover,
button:hover,
input[type="submit"]:hover{
}

.button:active,
button:active,
input[type="submit"]:active{
    background: #2baab9;
    box-shadow: inset 0px 0px 10px #1d8d9b;
    -moz-box-shadow: inset 0px 0px 10px #1d8d9b;
    -webkit-box-shadow: inset 0px 0px 10px #1d8d9b;
}
a.close{
    width: 11px;
    height: 11px;
    display: block;
    background: url(../image/close.png) no-repeat 0 0;
    text-indent: -9999px;
}
a.edit{
    padding: 0 0 0 16px;
    background: url(../image/edit.png) left center no-repeat;
    color: #777;
    cursor: pointer;
    text-decoration: none;
    font: normal 13px/13px Segoeui, Arial, Verdana, serif;
}
a.edit:hover,
a.close:hover{
    opacity: .8;
}

.buttons .left{
    float: left;
}

.buttons .right{
    float: right;
}

.content{
   overflow: hidden;
}

.content .left{
    float: left;
    width: 49%;
}

.content .right{
    float: right;
    width: 49%;
}

/*** Input **/
input[type="password"],
input[type="email"],
input[type="text"],
textarea{
    height: 33px;
    padding: 0 10px;
	background:#FFF;
    border: 1px solid #65636b;
    color:#0987eb;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -khtml-border-radius: 1px;
    behavior: url(PIE.htc);
	font-size:12px;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus{
    outline:none;
    border: 1px solid #504e60;
	color:#0987eb;
}

/*** textarea **/
textarea{
    height: 83px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    color:#0987eb;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
}

/*** message **/
.error{
    color: #c3293a;
    font-weight: normal;
    font-family: Segoeui, Arial, Verdana, serif;
}

.required {
    color: #c3293a;
    font-weight: normal;
    font-family: Segoeui, Arial, Verdana, serif;
    margin: 0 2px;
}

.warning{
    border: 1px solid #E0E0E0;
    color: #c3293a;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

.success{
    border: 1px solid #E0E0E0;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

/*** Block Quotes **/
.blockquote{
    padding: 0 0 0 59px;
    background: url(../image/bg_blockquote.png) no-repeat 8px 4px;
}
blockquote{
    border-left: 1px solid #e0e0e0;
    padding: 0 0 0 25px;
    font:italic 16px/25px Bitter-Italic, Myriad Pro, Verdana, serif;
}

/*** IMG ***/
img.close{
    margin: 0 5px;
    cursor: pointer;
}

.alignleft,
.alignright{
    border: 1px solid #e0e0e0;
    margin: 0 25px 25px 0;
    float: left;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
}

.alignright{
    margin: 0 0 25px 25px;
    float: right;
}

.aligncenter{
    display: block;
    text-align: center;
    margin: 0 auto;
}

.alignleft img,
.alignright img{
    padding: 8px 8px 4px;
}

.img_description{
    font:italic 12px/17px Bitter-Italic, Myriad Pro, Verdana, serif;
    color: #777;
    width: 206px;
    padding: 5px 10px;
    text-align: center;
    border-top:1px solid #e0e0e0;
}

/*** Table ***/
table{
    width: 100%;
    margin: 20px 0;
    text-align: center;
    border-collapse: collapse;
    border-top: 1px solid #e0e0e0;
    font:normal 12px Segoeui, Arial, Verdana, serif;
}
td{
    height: 39px;
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0;
    border-collapse: collapse;
    padding-top: 5px;
    padding-bottom: 5px;
}
th{
    height: 49px;
    vertical-align: middle;
    border-bottom: 1px solid #a8dade;
    font:normal 13px Bitter, Myriad Pro, Verdana, serif;
}
td:nth-child(even),
th:nth-child(even){
    background: #f7f7f7;
}
table.account input[type="text"],
table.account input[type="email"],
table.account input[type="password"]{
    padding: 0 2%;
    width: 65%;
}
table.account select{
    width: 70%;
}

/*************
* Structure *
*************/
.global-site-notice.demo-notice{
    display: none;
}
body{
    background: none repeat scroll 0 0 #0188e1;
    color:#000;
    font: 13px/20px Segoeui,Arial,Verdana,serif;
    margin: 0 auto;
	background-image:url(../images/fundo1.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.surely{
    color: #c3293a;
    margin: 0 3px;
    vertical-align: top;
}

/*******
* MRC *
*******/


/* CONTEUDO INTERNO */

/* SITE*/
.bem_vindo{
	height:40;
	padding-top:8px;
}

.bem_vindo span{
	color:#c8e223;
	font-size:11px;
}

.bem_vindo a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

.bem_vindo a:hover{
	color:#fff;
	text-decoration:underline;
}

.televendas{
	background:url(../images/sprite.png) 0 -162px no-repeat;
    float: left;
    height: 40px;
    margin: 9px 0;
    position: relative;
    width: 276px;
}

.televendas:hover{
	background:url(../images/sprite.png) 0 -202px no-repeat;
}

.faq{
	background:url(../images/sprite.png) 0 -242px no-repeat;
    float: left;
    height: 40px;
    margin: 9px 0;
    position: relative;
    width: 317px;
}

.faq:hover{
	background:url(../images/sprite.png) 0 -282px no-repeat;
}

/*** ------------------------------------------ ***/
.busque_produtos{
	margin-top:35px;
}

.busque_produtos input{
	width:200px;
}

.busque_produtos .button{
    background: none repeat scroll 0 0 #65636b;
    border-radius: 0;
    color:#000;
    cursor: pointer;
    height: 34px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
	font: 12px/34px Segoeui,Arial,Verdana,serif;
	width:80px;
}

.busque_produtos select, .busque_produtos  .selectBox{
    background: none repeat scroll 0 0 #65636b;
    border-radius: 0;
    color: #B8D210;
    display: inline-block;
    font: 12px/34px Segoeui,Arial,Verdana,serif;
    height: 33px;
    position: relative;
    text-decoration: none !important;
	width:150px;
}

#car{
	padding:30px 0;
}

.carrinho{
	background:url(../images/sprite.png) -317px -242px no-repeat;
	float:left;
	height:40px;
	position:relative;
	width:40px;
}

#carrinho{
	float:left;
	margin-left:10px;
	position:relative;
}

#carrinho h4{
	color:#000;
	font-size:18px;
	padding:0;
	margin:0px;
}

#carrinho p{
	color:#000;
	font-size:11px;
	padding:0px;
	margin:0px;
}

.banner{
	width:100%;
	height:510px;
}

#banner{
}

#bg_slider{
	position:absolute;
	width:1080px;
	height:445px;
	left:50%;
	margin-left:-540px
}

.search_news{
	padding-left:80px;
	padding-top:15px;
}

.search_news input{
	background:#546003;
	border:0;
	width:250px;
}

.search_news input[type="password"]:focus, .search_news input[type="email"]:focus, .search_news input[type="text"]:focus{
	background:#fff;
	border:0;
	width:250px;
	color:#575757;
}

.search_news .button{
	width:100px;
	height:30px;
	border:0px;
	background: #454545;
}

.pagamento{
	height:100px;
	padding-top:20px;
}

.pagamento h5{
	border-bottom: thin solid #9BB00C;
	margin:0;
	margin-bottom:10px;
	padding:0;
	padding-bottom:3px;
}

#nossas_unidades{
	margin-bottom:15px;
}

.uni_img{
	width:45%;
	float:left;
	margin-right:10%;
}

.uni_text{
	width:45%;
	float:right;
}

.uni_text h5{
	padding:0;
	margin:0;
	color:#aec60d;
	text-transform:uppercase;
	font-weight:bold;
}

.uni_text p{
	padding:0;
	margin:0;
	color:#575757;
	line-height:16px;
	font-size:11px;
}

.uni_text .veja_mapa{
	background:#65636b;
	padding:5px 10px;
	width:80px;
	margin-top:10px;
}

.veja_mapa a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

.search_footer{
	width:100%;
	height:60px;
	background:#474747;
}

input.search-footer{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #c8c8c8;
    box-shadow: 0px 0px 4px #dfdeda;
    -moz-box-shadow: 0px 0px 4px #dfdeda;
    -webkit-box-shadow: 0px 0px 4px #dfdeda;
	border-radius: 2px 2px 2px 2px;
	color: #000000;
	font: 10px Segoeui,Arial,Verdana,serif;
	height: 30px;
	padding: 6px 16px;
	text-transform: uppercase;
	width: 685px;
}

input.search-footer:focus{
	color:fff;
    outline: none;
    border: 1px solid #a1a1a1;
    box-shadow: 0px 0px 4px #b6b6b6;
    -moz-box-shadow: 0px 0px 4px #b6b6b6;
    -webkit-box-shadow: 0px 0px 4px #b6b6b6;
}

input#searchSubmit {
    background: url(../images/sprite.png) -507px -202px no-repeat;
	border: 0 none;
    cursor: pointer;
    height: 44px;
    margin-left: -100px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 101px;
    z-index: 5;
}

#produtos{
	margin-left:0;
}

#sidebar{

}

#sidebar h2{
    color: #AEC60D;
    font-size: 24px;
    font-weight: lighter;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #E0E0E0;
	padding-bottom:10px;
}

.contact-form_home{
	margin-top:17px;
}

.contact-form_home .name{
    margin-bottom: 5px;
}

.contact-form_home .email{
    margin-bottom: 5px;
}

.contact-form_home .telefone{
    margin-bottom: 5px;
}

.contact-form_home .assunto{
    margin-bottom: 10px;
}

.contact-form_home .anexo{
	width:100%;
}

/** -- input file -- **/

.contact-form_home .selInputFile{
	width:227px;
	display:block;
}

.contact-form_home .selInputFile .realupload {
	position:relative;
	float:right;
	height:24px;
	top:-27px;
	right:4px;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	width:215px;
}

.contact-form_home .selInputFile .fakeupload {
	margin-top:4px;
	width:200px;
	background: url("../images/btn-selecione.png") no-repeat right top 1px;
	cursor: default;
	padding:3px 10px;
}

.contact-form_home .selInputFile input{
	border:none;
	letter-spacing:1px;
	font-size:12px;
	padding:5px 0 5px 5px;
	margin-left:5px;
	height:15px;
	vertical-align:middle;
}

.contact-form_home .selInputFile .boxImpFil{
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #65636B;
    border-radius: 1px 1px 1px 1px;
    color: #B8D210;
	width:225px;
	height:32px;
	padding-top:2px;
}

.contact-form_home .erro .selInputFile .boxImpFil{
	border:1px solid #ff0000;
}

/** -- input file -- **/

.contact-form_home .comment{
}

.contact-form_home input[type="text"],
.contact-form_home input[type="email"]{
    width: 205px;
    margin: 5px 0 0 0;
}

.contact-form_home textarea{
    width: 207px;
    height: 80px;
    margin: -5px 0 0 0;
	color:#B8D210;
	border:0;
	border-radius:0;
}

.contact-form_home img{
    margin: 5px 0 0 0;
    vertical-align: top;
}

.contact-form_home .buttons {
    margin: 8px 0 0 0;
    height: 35px;
    color: #C3293A;
    font: normal 12px/35px Segoeui, Arial, Verdana, serif;
    text-align: right;
}

.contact-form_home input[type="submit"]{
    width: 227px;
    margin: 0px 0 0px 0;
    float: left;
    font: bold 14px/35px Segoeui-Bold, Arial, Verdana, serif;
	border:0;
	border-radius:0;
	background:#9bb00c;
}

.publicidade{
	margin:20px 0;
	border-bottom:thin solid #FFF;
	border-bottom:0px;
}

.publicidade h6{
	border-bottom:thin solid #FFF;
	color:#000;
	padding-bottom:0px;
	margin-bottom:5px;
}

.publicidade img{
	margin:5px 0;
}

.cart{
	background:#fec92f;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto;
    text-transform: uppercase;
}

.cart a{
	text-decoration:none;
	font-weight:bold;
	color:#0987eb;
}

.cart:hover{
	text-decoration:none;
	background:#df0091;
	color:#FFF;
}

.cart .comprar{
	color:#0987eb;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
.cart .comprar:hover{
	color:#FFF;
}


.prod_novo{
    background: url("../images/novo.png") no-repeat scroll 50% 50% transparent;
    height: 54px;
    left: 0;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 0;
    width: 54px;
    z-index: 999;
}

.prod_promocao{
    background: url("../images/promocao.png") no-repeat scroll 50% 50% transparent;
    height: 54px;
    left: 0;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 0;
    width: 54px;
    z-index: 999;
}

.list_product .name{
}

.list_product .name span{
	display:block;
	font-size:14px;
	color:#000;
}

.list_product img{
	border:thin solid #CCC;
}

#conteudo{
	margin-left:0;
}

#widget{
	margin-right:0;
}

.post h4 a, .post span a{
	color:#000;
	text-decoration:none;
}

.post h4 a:hover, .post span a:hover{
	color:#8A9D07;
}

.post span{
	display:block;
	font-size:12px;
}

.post hr{
	margin-bottom:25px;
}

#paginacao{
	margin-top:20px;
}

.description .price{
    height: 62px;
	margin: 5px 10px;
    font: normal 20px/21px Bitter, Myriad Pro, Verdana, serif;
    color:#777;
	text-align:center;
	font-weight:bold;
}

.description .price span{
	display:block;
	font-size:12px;
	padding:0;
	margin:0;
}

.cart_in{
	background:none;
}

.cart_in:hover{
	background:none;
}

.product_page .block-cart .cart_in {
    color: #777777;
    float: right;
    font: 12px/20px Segoeui,Arial,Verdana,serif;
    margin-left: 10px;
}

.product_page .block-cart .cart_in .add-cart {
    background: none repeat scroll 0 0 #59B7C2;
    border-radius: 2px 2px 2px 2px;
    color: #FEFEFE;
    display: block;
    float: right;
    font: bold 13px/35px Segoeui-Bold,Arial,Verdana,serif;
    height: 35px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 120px;
    z-index: 2;
}

.product_page .block-cart .cart_in .number {
    border-radius: 2px 0 0 2px;
    border-right: 0 none;
    float: right;
    margin: 0 -1px 0 0;
    position: relative;
    text-decoration: none;
    width: 27px;
    z-index: 1;
}

.product_page .block-cart .cart_in span {
    color: #707070;
    float: right;
    line-height: 35px;
    margin: 0 5px 0 0;
}































/*******
* Top *
*******/
.topo{
	width:100%;
}
#top{
}

.phone_top{
    padding: 0 0 0 24px;
    margin: 9px 0 0 0;
    background: url('../image/bg_phone_top.png') no-repeat left center;
    font: normal 11px/36px Segoeui, Arial, Verdana, serif;
}

.welcome{
    margin: 9px 0 0 0;
    color: #777;
    font:normal 12px/36px Bitter, Myriad Pro, Verdana, serif;
}

.welcome a{
    text-decoration: none;
}

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

.valuta, .lang{
    float: right;
}

.valuta ul, .lang ul{
    list-style: none;
}

.valuta ul li, .lang ul li{
    float: left;
}

.valuta ul li a,
.lang ul li a{
    margin: 9px 0 0 1px;
    width: 27px;
    height: 36px;
    background: #e6e9ed;
    color: #444;
    display: block;
    text-align: center;
    float: left;
    line-height: 36px;
    text-decoration: none;
    text-transform: uppercase;
}

.valuta ul li.current a,
.lang ul li.current a{
    margin: 0px 0 0 1px;
    padding: 9px 0 0 0;
    background: #e77c1c!important;
    color: #fff;
    text-decoration: none;
    font: bold 11px/36px Segoeui-Bold, Arial, Verdana, serif;
    float: left;
}

.lang{
    margin: 0 23px 0 0;
}

.lang ul li a{
    width: 36px;
    font: normal 11px/36px Segoeui, Arial, Verdana, serif;
}

.lang ul li a:hover,
.valuta ul li a:hover{
    background:#d5e4f1;
    text-decoration: none;
}

.valuta ul li.current a{
    font: bold 13px/36px Bitter-Bold, Arial, Verdana, serif;
}

.valuta ul li a{
    font: normal 13px/36px Bitter, Arial, Verdana, serif;
}

/**********
* Header *
**********/
header#header{
    width: 100%;
	background-position:top right;
	background-repeat:no-repeat;
}
header#header .grid_6{
    height: 100px;
    position: relative;
    z-index: 3;
}
#site_logo{
	position:relative;
	width:230px;
	height:176px;
	background-image:url(../images/logo.png);
}
#site_description{
    font: italic 11px/16px Bitter-Italic, Myriad Pro, Verdana, serif;
    color: #aaa;
    padding: 0;
}
header#header #search{
    float: left;
}
input.search-header{
    width: 84%;
    height: 33px;
    margin: 16px 0 0 0;
    padding: 0 12% 0 3%;
    color: #777;
    background: url(../images/bg_search.png) no-repeat 96% 50%;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    font: normal 12px Segoeui, Arial, Verdana, serif;
}
input.search-header:hover{
    border: 1px solid #afafaf;
    background: url(../images/bg_search_h.png) no-repeat 96% 50%;
}
input.search-header:focus{
    outline: none;
    border: 1px solid #e77c1c;
    box-shadow: 0px 0px 4px #e77c1c;
    -moz-box-shadow: 0px 0px 4px #e77c1c;
    -webkit-box-shadow: 0px 0px 4px #e77c1c;
}
#cart_nav{
    float: right;
    //width: 63px;
}
#cart_nav #cart{
    position: relative;
}
#cart_nav .cart_li{
    display: block;
    padding: 0 5px 0 33px;
    margin: 16px 0 0 2px;
    //width: 63px;
    min-width: 63px;
    height: 35px;
    color: #444;
    text-align: center;
    text-decoration: none;
    font: normal 11px/35px Segoeui, Arial, Verdana, serif;
    background: url(../image/bg_cart_nav.png) no-repeat 10px 50% #f1f3f5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
}
#cart_nav .cart_li #cart-total .count{
    display: none;
}
#cart_nav :hover.cart_li,
#cart_nav #cart:hover .cart_li{
    color: #fefefe;
    text-align: center;
    text-decoration: none;
    background: url(../image/bg_cart_nav_h.png) no-repeat 10px 50% #e77c1c;
}

.cart_li + .cart_cont{
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 4px #e0e0e0;
    -moz-box-shadow: 0px 0px 4px #e0e0e0;
    -webkit-box-shadow: 0px 0px 4px #e0e0e0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    width: 270px;
    z-index: 1001;
}
#cart:hover .cart_cont{
    display: block;
}

.cart_li + .cart_cont table{
    background: none;
    border: 0 none;
    margin: 0;
}

.cart_li + .cart_cont table td{
    background: none;
    height: auto;
    padding: 10px 0;
    text-align: left;
    vertical-align: top;
}

.cart_li + .cart_cont table tr:last-child td{
    border: 0 none;
}

.cart_li + .cart_cont .empty{
    font: normal 13px/24px Bitter, Myriad Pro, Verdana, serif;
}

.cart_cont table td.image{
    width: 68px;
    height: 58px;
}

.cart_cont table td.image .prev{
    width: 56px;
    height: 56px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
}

.cart_cont table td.image .prev a{
    line-height: 0;
}

.cart_cont table td.image .prev img{
    max-width: 56px;
    max-height: 56px;
}

.cart_cont .name{
    font: normal 12px/17px Bitter, Arial, Verdana, serif;
}

.cart_cont .name h4{
    color: #777;
    font: normal 12px/17px Segoeui, Arial, Verdana, serif;
    padding: 0;
}

.cart_cont .name h4 a{
    color: #777;
    font: normal 12px/17px Segoeui, Arial, Verdana, serif;
    padding: 0;
    text-decoration: none;
}

.cart_cont .name h4 a:hover{
    color: #e77c1c;
}

.cart_cont .name .price{
    color: #444;
    margin: 10px 0 0 0;
    font: normal 12px/17px Bitter, Arial, Verdana, serif;
}

.cart_cont .remove{
    width: 11px;
}

.cart_cont .remove img{
    cursor: pointer;
}

.checkout-box a{
    float: left;
    width: 120px;
    height: 34px;
    display: block;
    background: #59B7C2;
    color: #fff;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font: normal 11px/34px Segoeui, Myriad Pro, Verdana, serif;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    cursor: pointer;
}

.checkout-box a.checkout{
    background: #444;
    margin: 0 0 0 10px;
}

.checkout-box a:hover{
    box-shadow: 0px 0px 2px #59B7C2;
    -moz-box-shadow: 0px 0px 2px #59B7C2;
    -webkit-box-shadow: 0px 0px 2px #59B7C2;
}

.checkout-box a.checkout:hover{
    background: #444;
    box-shadow: 0px 0px 2px #444;
    -moz-box-shadow: 0px 0px 2px #444;
    -webkit-box-shadow: 0px 0px 2px #444;
}

nav.private{
    float: right;
    margin: 16px 0 0 0;
    font: normal 12px Segoeui, Arial, Verdana, serif;
}
nav.private ul{
    list-style: none;
}
nav.private ul li{
    float: left;
    height: 35px;
}
nav.private ul li+li:before{
    color: #e0e0e0;
    font-size: 14px;
    line-height: 35px;
    margin: 0 1px;
    float: left;
    display: inline-block;
    content: "|";
}
nav.private ul li a{
    position: relative;
    float: left;
    height: 35px;
    padding: 0 10px;
    margin: 0;
    line-height: 35px;
    color: #777;
}
nav.private ul li a:hover{
    position: relative;
    color: #fefefe;
    background: #e77c1c;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
}

/***************
 * Nav primary *
 ***************/
#block_nav_primary{
    width: 100%;
    height: 65px;
	background:url(../images/bg_menu.png) top center repeat-x;;
}
#block_nav_primary .grid_12{
    position: relative;
    z-index: 2;
}

.primary .menu-select{
    display: none;
}
@media only all and (min-width: 1008px) {
    .primary { margin-left:10px;}
    .primary ul li{
        float: left;
        position: relative;
    }

    .primary ul li a{
		color:#FFF;
		float: left;
		font: 14px/16px Bitter,Myriad Pro,Verdana,serif;
		height: auto;
		margin: 37px 0;
		padding: 6px 12px;
		text-align: center;
		text-transform: uppercase;
		background:#ea7c1e;
		border-radius: 16px;
		margin:0px;
		margin-left:5px; 
		margin-right:5px;
    }

    .primary ul li a:hover, .primary ul li:hover a, .primary ul li a:active, .primary ul li:active a{
		background:#008ae5;
    }

    .primary ul li span:hover, .primary ul li:hover span, .primary ul li span:active, .primary ul li:active span{
        color: #bdd80b;
    }
	
    .primary ul ul.sub{
        display: none;
    }
    .primary ul li:hover > ul.sub, 
    .primary ul li:active > ul.sub{
        display: block;
    }
    .primary ul ul.sub{
        position: absolute;
        top: 48px;
        left: 0;
        z-index: 999;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -khtml-border-radius: 2px;
        behavior: url(PIE.htc);
        box-shadow: 0px 0px 2px #e0e0e0;
        -moz-box-shadow: 0px 0px 2px #e0e0e0;
        -webkit-box-shadow: 0px 0px 2px #e0e0e0;
    }
    .primary ul ul.sub li a{
        border: 0 none;
        width: 210px;
        height: 39px;
        color: #777;
        text-transform: capitalize;
        font: normal 13px/39px Bitter, Myriad Pro, Verdana, serif;
        background: #fff;
    }
    .primary ul ul.sub li+li a{
        border-top: 1px solid #e0e0e0;
    }
    .primary ul ul.sub li a:hover{
        background: #f5f7f9;
    }
}


/**********
 * Slider *
 **********/
.slider-box{
    position: relative;
}
#slider .slide {
    float: left;
    position: relative;
	margin-top:27px;
}	
#slider .slide img {
    width: 100%;
    height: 100%;
}

.slid_text{
    position: absolute;
    top: 70px;
    left: 495px;
    color: #131313;
}

.slid_text .slid_title{
    line-height: 1.5;
    margin: 0 0 18px 0;
    padding: 5px 0;
}

.slid_text .slid_title span{
    padding: 5px 10px;
    font-size: 36px;
    background: #fff;
    opacity: 0.7;
    color: #222;
}

.slid_text p{
    padding: 5px 0;
    margin: 0 0 2px 0;}

.slid_text p span{
    padding: 5px 10px;
    font-size: 16px;
    background: #fff;
    opacity: 0.7;
    color: #222;
}

.slidprev,
.slidnext{
    position: absolute;
    height: 68px;
    width: 42px;
    cursor: pointer;
    z-index: 9;
    margin: 190px 10px 0;
    text-align: center;
    font: bold 15px/42px Arial, Verdana, serif;
    opacity: 0.85;
    color: #444;
}

.slidprev span, .slidnext span{
    background: url(../images/sprite.png) 0 -322px no-repeat;
    display: block;
    height: 68px;
    text-indent: -9999px;
    width: 42px;
}

.slidnext span{
    background: url(../images/sprite.png) -42px -322px no-repeat;
}

.slidprev:hover span{
    background: url(../images/sprite.png) no-repeat 0 -390px;
}

.slidnext:hover span{
    background: url(../images/bg_arows.png) no-repeat -42px -390px;
}

.slidprev:hover,
.slidnext:hover{
}

.slidnext{
    margin: 190px 10px 0;
    right: 0;
}
#myController{
    margin: -40px 0 0 0;
    position: absolute;
    right: 20px;
}
#myController a{
    width: 20px;
    height: 20px;
    margin: 0 0 0 5px;
    background: #fff;
    float: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    behavior: url(PIE.htc);
    cursor: pointer;
    opacity: 0.6;
}
#myController a span{
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 0 0 5px;
    background: #222;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(PIE.htc);
    opacity: 0.6;
    text-indent: -9999px;
}
#myController a.selected{
    background: #4b5454;
}
#myController a.selected span{
    background: #d1dcde;
}
#myController a:hover,
#myController a:hover span{
    opacity: 1;
}

/***************
 * breadcrumb *
 ***************/
.breadcrumb-block {
    display: block;
    float: none;
}

.breadcrumb{
    clear: both;
    color: #777;
    height: 20px;
    font-size: 0;
}

.breadcrumb a{
    font: normal 11px/20px Segoeui, Arial, Verdana, serif;
    color: #777;
    text-decoration: none;
}

.breadcrumb a + a:before{
    color: #777;
    font-size: 18px;
    line-height: 10px;
    margin: 0 5px;
    display: inline-block;
}

.breadcrumb a:hover{
    color: #444;
    text-decoration: underline;
}

.breadcrumb a:last-child{
    font: normal 11px/20px Segoeui, Arial, Verdana, serif;
    color: #999;
    margin: 0;
}

/********
* Main *
********/
#main{
    margin: 50px 0 60px 0;
}
#main.home{
    margin: 24px 0 0 0;
}
#main.entire_width{
    margin-top: 30px;
    margin-bottom: 70px;
}
#content .box{
    margin-bottom: 70px;
}
#content .box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

/***********
* Sidebar *
***********/
#sidebar{
    display: inline;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    width: 228px;
}
#sidebar .negative-grid{
    margin-left: 0;
    margin-right: 0;
}
#sidebar .grid_3,
#sidebar .grid_4, 
#sidebar .grid_5,
#sidebar .grid_6, 
#sidebar .grid_7, 
#sidebar .grid_8, 
#sidebar .grid_9, 
#sidebar .grid_10,
#sidebar .grid_11,
#sidebar .grid_12{
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}
#sidebar .box{
    margin: 0 0 45px 0;
}
#sidebar .carousel .c_header,
.box-heading{
    margin: 6px 0 15px;
    min-height: 18px;
    height: auto;
    padding: 0 0 17px 0;
    border-bottom: 1px solid #e0e0e0;
    color: #444;
    font: normal 18px/18px Bitter, Myriad Pro, Verdana, serif;
}
#sidebar .carousel .c_header h2,
.box-heading h2{
    font: normal 18px/18px Bitter, Myriad Pro, Verdana, serif;
    padding-bottom: 0;
}
#sidebar .carousel .c_header .grid_10{
    float: none;
    margin: 0;
    width: auto;
}
#sidebar .carousel .c_header .grid_2{
    display: none;
}

/*** left_menu ***/
.left_menu ul li{
    margin: 0;
}

.left_menu ul li a{
    border: 0 none;
    border-bottom: 1px solid #eee;
    display: block;
    color: #444;
    height: 39px;
    font: normal 13px/40px Segoeui, Arial, Verdana, serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.left_menu ul li a:hover{
    height: 39px;
    background: #f5f7f9;
    margin: 0 -6px;
    padding: 0 6px;
    line-height: 40px;
}

.left_menu ul li a.active{
    background: #7ac5ce;
    border: 1px solid #71b9c1;
    color: #fff;
    height: 38px;
    margin: 0 -6px;
    padding: 0 6px;
}

.left_menu ul li ul{
    margin: 0;
}

.left_menu ul ul a{
    background: url(../image/bg_sidebar_menu.png) no-repeat 0 50%;
    padding-left: 18px;
}

.left_menu ul ul a:hover, 
.left_menu ul ul a.active{
    padding-left: 24px;
}


/*** Category ***/
.box-category > li{
    margin: 0 0 10px 0;
}

.box-category li a, 
.category-list a{
    color: #444;
    font: normal 13px/20px Segoeui, Arial, Verdana, serif;
}

.box-category li ul{
    margin-left: 10px;
}

/*** what_new ***/
#what_new div{
    text-align: center;
    padding: 0 10px;
}
#what_new img{
    display: block;
    margin: 0 auto 15px;
}
#what_new a{
    text-decoration: none;
    color: #444;
    font: normal 12px/18px Segoeui, Arial, Verdana, serif;
}
#what_new .prise{
    padding: 2px 0 0 0;
    color: #2E8F9A;
    font: normal 12px/18px Bitter, Arial, Verdana, serif;
}
#what_new a:hover{
    text-decoration: underline;
}
/*** shop_by ***/
.currently_shopping{
    padding: 15px 0;
}

.currently_shopping p{
    color: #444;
    font: normal 13px/13px Segoeui, Arial, Verdana, serif;
    margin: 0 0 26px 0;
}

.currently_shopping li {
    margin: 0px 0 8px 0;
    font: bold 12px/11px Segoeui, Arial, Verdana, serif;
    color: #e77c1c;
}

.currently_shopping ul{
    padding: 0px 0 5px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #eee;
}

.currently_shopping li span{
    margin: 0px 0 0px 0;
    font-weight: normal;
    color: #444;
}

.currently_shopping li .close{
    float: left;
    width: 11px;
    height: 11px;
    margin: 1px 8px 0 1px;
    display: block;
    background: url(../image/close.png) no-repeat 0 0;
}

.currently_shopping .clear_all{
    float: right;
    font: normal 12px/12px Segoeui, Arial, Verdana, serif;
    color: #777;
    text-decoration: none;
}

.currently_shopping .clear_all:hover{
    opacity: 0.8;
}
#shop_by form.check_opt{
    padding: 0 0 12px 0;
}
#shop_by form.check_opt p{
    color: #777;
    font:normal 12px Segoeui, Arial, Verdana, serif;
    margin: 0 0 6px 0;
    min-height: 14px;
}
#shop_by form.check_opt span.niceCheck{
    margin: 0px 5px 0px 0;
}

/*** Specials ***/
#sidebar .carousel .negative-grid{
    margin: 0;
}
#sidebar .carousel .list_carousel li{
    height: auto;
    padding: 10px 0;
    width: 100%;
}
#sidebar .carousel .list_carousel li+li{
    border-top: 1px solid #e0e0e0;
}
#sidebar .carousel .list_carousel li .product{
    width: 100%!important;
    height: auto;
    border: 0 none;
    border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    behavior: url(PIE.htc);
    margin: 0;
    padding: 0;
}
#sidebar .carousel .list_carousel li .product:hover {
    border: 0 none;
    box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0 0 0 #fff;
}
#sidebar .carousel .list_carousel li .product .prev{
    float: left;
    width: 66px;
    height: 66px;
    margin: 0 10px 5px 0;
    padding: 2px;
    text-align: center;
    line-height: 0;
    background: #f3f3f3;
}
#sidebar .carousel .list_carousel li .product .prev .sale-label{
    display: none;
    //display: block;
    //height: 0;
}
#sidebar .carousel .list_carousel li .product .prev a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
}
#sidebar .carousel .list_carousel li .product .prev img{
    max-width: 66px;
    max-height: 66px;
}
#sidebar .carousel .list_carousel li .name{
    border: 0 none;
    color: #444;
    font: normal 12px/18px Segoeui, Arial, Verdana, serif;
    height: auto;
    padding: 0 10px 0 0;
}
#sidebar .carousel .list_carousel li .name a{
    font: normal 12px/18px Segoeui, Arial, Verdana, serif;
    color: #444;
    text-decoration: none;
}
#sidebar .carousel .list_carousel li .name a:hover{
    color: #4ba6b1;
}
#sidebar .carousel .list_carousel li .price{
    float: none;
    height: auto;
    width: auto;
    padding: 5px 0 0 0;
    margin: 0px;
    font: normal 12px/18px Bitter, Arial, Verdana, serif;
    color: #2e8f9a;
}
#sidebar .carousel .list_carousel li .price .vert{
    height: auto;
    display: block;
}
#sidebar .carousel .list_carousel li .price .price_new{
    float: left;
    padding: 0 10px 0 0;
}
#sidebar .carousel .list_carousel li .price .price-old{
    color: #777;
    text-decoration: line-through;
}
#sidebar .carousel .list_carousel li .bay{
    width: auto;
    display: block;
    float: none;
    height: auto;
    margin: 1px 0 0 0;
    border-left: 0 none;
    text-indent: 0;
}
#sidebar .carousel .list_carousel li .bay input.add-cart{
    background: url(../image/bg_bay.png) no-repeat 0 50%;
    color: #777;
    cursor: pointer;
    display: inline;
    font: normal 12px/15px Segoeui, Arial, Verdana, serif;
    height: 15px;
    padding: 0 0 0 20px;
    text-decoration: none;
    text-indent: 0;
    width: auto;
}
#sidebar .carousel .list_carousel li .bay input.add-cart:hover{
    opacity: .8;
}
#sidebar .carousel .list_carousel li .compare, 
#sidebar .carousel .list_carousel li .wishlist{
    display: none;
}
#sidebar .carousel .list_carousel li .rating{
    display: block;
}
input.vote{
    margin: 16px 0 0 0;
    width: 104px;
    font: bold 14px/35px Segoeui-Bold, Arial, Verdana, serif;
}
#community_poll h4{
    border: 0 none;
}
#community_poll li{
    height: 39px;
    color: #777;
    line-height: 39px;
}
#community_poll li+li{
    border-top:1px solid #eee;
}
#community_poll li .niceRadio{
    vertical-align: middle;
    margin: 0 8px 0 0;
}

/*** compare_products ***/
#compare_products ul{
    margin: 0 0 15px 0;
}
#compare_products li{
    padding: 10px 0 10px 25px;
    color: #777;
}
#compare_products li+li{
    border-top: 1px solid #eee;
}
#compare_products .close{
    position: absolute;
    width: 11px;
    height: 11px;
    margin: 5px 0px 0 -25px;
    display: block;
    background: url(../image/close.png) no-repeat 0 0;
}
#compare_products button{
    float: left;
    margin: 0px 22px 0 0;
    width: 128px;
    font: bold 14px/35px Segoeui-Bold, Arial, Verdana, serif;
}
#compare_products a.clear_all{
    float: left;
    font: normal 12px/35px Segoeui, Arial, Verdana, serif;
    color: #777;
    text-decoration: none;
}
/*** newsletter_signup ***/
#newsletter_signup p{
    font: normal 13px/20px Segoeui, Arial, Verdana, serif;
}
#newsletter_signup .newsletter{
    padding: 30px 0 0 0;
}
#newsletter_signup .newsletter .your_email{
    width: 206px;
    height: 33px;
    margin: 0 0 28px 0;
    border: 1px solid #ccc;
    color: #777;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
}
#newsletter_signup .newsletter #submit{
    width: 135px;
    height: 35px;
    font: bold 14px/35px Segoeui-Bold, Arial, Verdana, serif;
}

/*** Carousel ***/
#banners .arows{
    width: 29px;
    height: 29px;
    margin: -4px 0 5px 6px;
    line-height: 29px;
}
#banners .arows span{
    margin: 7px 0 0 10px;
}
#banners #list_banners{
    overflow: hidden;
}
#banners .banner{
    float: left;
    width: 228px;
    margin: 0;
    text-align: center;
}
#banners .banner a{
    display: block;
    list-style: 0;
    text-decoration: none;
}
#banners .banner img{
    max-width: 100%;
}
/*** Banners ***/
#sidebar .top-bannets{
    margin: 0 0 45px 0;
}
#sidebar .top-bannets .grid_4{
    margin: 0 0 10px 0;
}

/*** tags ***/
#tags a{
    color: #777;
    font: normal 13px/26px Segoeui, Arial, Verdana, serif;
    text-decoration: none
}
#tags a:hover{
    color: #444;
}
#tags a.t1{
    font-size: 18px;
}
#tags a.t2{
    font-size: 13px;
}
#tags a.t3{
    font-size: 20px;
}
#tags a.t4{
    font-size: 11px;
}
#tags a.t5{
    font-size: 12px;
}
#tags a.t6{
    font-size: 22px;
}
#tags a.t7{
    font-size: 12px;
}
#tags a.t8{
    font-size: 17px;
}
#tags a.t9{
    font-size: 13px;
}
#tags a.t10{
    font-size: 20px;
}
#tags a.t11{
    font-size: 12px;
}
#tags a.t12{
    font-size: 20px;
}
#tags a.t13{
    font-size: 15px;
}
#tags a.t14{
    font-size: 13px;
}
#tags a.t15{
    font-size: 16px;
}
#tags a.t16{
    font-size: 13px;
}
#tags a.t17{
    font-size: 27px;
}

/****************
* Sidebar right*
****************/
#sidebar_right{
    float: right;
}
#checkout_progress{
    margin: 57px 0 0 0;
}
#checkout_progress ul{
    list-style: none!important;
    padding: 0!important;
}
#checkout_progress ul li{
    height: 39px;
    border-bottom: 1px solid #eee;
    color: #444;
    line-height: 39px;
}
#checkout_progress ul li a {
    float: right;
    padding: 0 0 0 16px;
    background: url(../image/edit.png) left center no-repeat;
    color: #777;
    text-decoration: none;
}
#checkout_progress ul li a:hover{
    opacity: 0.8;
}

/***********
* Content *
***********/
#content.grid_9{
    float: right;
}
#content ol,
#content ul{
    padding: 0 0 0 50px;
    margin: 0 0 20px 0;
}
#content p{
    margin: 0 0 20px 0;
}
#content ul{
    list-style: disc;
}

.page_title{
    margin: 0 0 23px 0;
    padding: 0 0 9px 0;
    border-bottom: 1px solid #FFF;
	color:#fec92f;
}
h1.post_title{
    padding: 0 0 9px 0;
    margin: 0 0 23px 0;
    border-bottom: 1px solid #FFF;
}

.category_title{
    padding: 0 0 9px 0;
    border-bottom: 1px solid #FFF;
	color:#000;
}

.category-info{
    border-bottom: 1px solid #FFF;
    clear: both;
    margin-top: 20px;
    overflow: hidden;
}

.category-info .image{
    margin: 0 0 20px 0;
}

.options{
    height: 59px;
    border: 1px solid #e0e0e0;
    border-top: 0 none;
}

.options.search-options{
    border-top: 1px solid #e0e0e0;
}

.options .display{
    height: 59px;
    float: left;
}

.options .display .grid,
.options .display .list{
    display: block;
    height: 59px;
    width: 59px;
    float: left;
    border-right: 1px solid #e0e0e0;
    cursor: pointer;
}

.options .display .grid:hover,
.options .display .list:hover{
    background: #eff7ff;
}

.options .display div.grid,
.options .display div.list{
    background: #f5f7f9;
}

.options .display .grid span,
.options .display .list span{
    margin: 21.5px 0 0 21.5px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/grid_list.png);
    opacity: .25;
    text-indent: -9999px;
}

.options .display .list span{
    background-position: right center;
}

.options .display div.grid span,
.options .display div.list span{
    opacity: 1;
}

.options .product-compare{
    border-left: 1px solid #e0e0e0;
    float: right;
    margin-left: 10px;
}

.options .product-compare a{
    background: url(../image/bg_obn.png) no-repeat 50% 50% #f5f7f9;
    color: #777;
    display: block;
    display: block;
    height: 59px;
    text-indent: -9999px;
    width: 59px;
}

.options .product-compare.empty a{
    background: url(../image/bg_obn.png) no-repeat 50% 50% transparent;
}

.options .product-compare a:hover{
    background: url(../image/bg_obn.png) no-repeat 50% 50% #eff7ff;
}

.show,
.sort{
    float: right;
    height: 35px;
    margin-top: 12px;
}

.show{
    padding: 0 12px;
    border-left: 1px solid #e0e0e0;
}

.show .selectBox{
    width: 66px;
    padding-left: 10px;
    margin: 0 5px;
}

.sort{
    padding: 0 8px 0 0;
}

.sort .selectBox{
    width: 106px;
    padding-left: 10px;
    margin: 0 5px;
    overflow: hidden;
}

.sort .sort-by{
    line-height: 35px;
    vertical-align: top;
}

.product-grid{
    margin: 42px -12px 10px;
    zoom: 1;
}

.product-grid .product{
    margin-bottom: 32px;
    position: relative;
}

.product-list{
    margin: 20px -1px 10px;
}

.product-list .product_li{
    float: left;
    margin-bottom: 32px;
    border:1px solid #e0e0e0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    min-width: 99.5%;
}

.product-list .product_li .grid_3{
    margin-left: 0;
    min-height: 224px;
}

.product-list .product_li .grid_2{
    margin-right: 0;
}

.product-list .product_li .grid_4{
    //margin-left: 0;
}

.grid_12 .product-list .product_li .grid_4{
    width: 564px;
}

.product-list .product_li .prev{
    min-height: 210px;
    padding: 8px;
    border-right: 1px solid #e0e0e0;
    position: relative;
}

.product-list .product_li .prev a{
    height: 210px;
    width: 210px;
    line-height: 0;
    padding: 0;
    border: 0 none;
    background: #f5f5f5;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    //display: block;
    //height: auto;
    //margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
}

.product-list .product_li .prev img{
    max-height: 210px;
    max-width: 100%;
}

.product-list .product_li .entry_content{
    padding: 20px 5px 0 0;
    height: 206px;
    border-right: 1px solid #e0e0e0;
}

.product-list .product_li .entry_content .name{
    text-decoration: none;
    overflow: hidden;
    padding: 0 0 15px 0;
}

.product-list .product_li .entry_content .name a{
    text-decoration: none;
    font: normal 13px/13px Bitter, Arial, Verdana, serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444;
}

.product-list .product_li .entry_content .name a:hover{
    color: #4ba6b1;
}

.product-list .product_li .entry_content .rating{
    height: 14px;
    margin: 0 0 20px 0;
    color: #777;
    font: normal 11px/16px Segoeui, Arial, Verdana, serif;
}

.product-list .product_li .entry_content .review a{
    display: block;
    float: left;
    height: 14px;
    width: 14px;
    margin: 0 2px 0 0;
    background: url(../image/review.png) no-repeat 0 0 ;
}

.product-list .product_li .entry_content .review a.plus,
.product-list .product_li .entry_content .review a:hover{
    background-position: 100% 0;
}

.product-list .product_li .entry_content .review span{
    margin: 0 0 0 6px ;
}

.product-list .product_li .entry_content p{
    color: #444;
    font:normal 12px/18px Segoeui, Arial, Verdana, serif;
    margin: 0 0 13px 0!important;
    max-height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
}
a.more{
    text-decoration: none;
}
a.more:hover{
    text-decoration: underline!important;
}

.product-list .product_li .cart .price{
    padding: 20px 0 0 0;
    color: #2e8f9a;
    font: normal 18px/18px Bitter, Myriad Pro, Verdana, serif;
    margin: 0 0 20px 0;
}

.product-list .product_li .cart .price .price_old{
    padding: 5px 0 0 0;
    color: #777;
    font: normal 13px/13px Segoeui, Arial, Verdana, serif;
    margin: 0;
    text-decoration: line-through;
}

.product-list .product_li .cart .price .price-tax{
    padding: 5px 0 0 0;
    margin: 0;
}

.product-list .product_li .cart .price .price-tax span{
    color: #777;
    font: normal 12px/12px Segoeui, Arial, Verdana, serif;
}

.product-list .product_li .cart .bay{
    margin: 0 0 28px 0;
}

.product-list .product_li .cart .bay input{
    display: block;
    width: 120px;
    height: 35px;
    color: #fefefe;
    text-align: center;
    text-decoration: none;
    font: bold 13px/35px Segoeui-Bold, Arial, Verdana, serif;
    background: #e77c1c;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    cursor: pointer;
}

.product-list .product_li .cart .bay input:hover{
    background: #2AB4C4;
    box-shadow: 0px 0px 2px #2AB4C4;
    -moz-box-shadow: 0px 0px 2px #2ab4c4;
    -webkit-box-shadow: 0px 0px 2px #2AB4C4;
}

.product-list .product_li .cart .wishlist a,
.product-list .product_li .cart .compare a{
    cursor: pointer;
    display: block;
    float: left;
    width: 52px;
    height: 41px;
    text-indent: -9999px;
    text-decoration: none;
    margin: 0 0 0px 7px;
    border-right: 1px solid #e0e0e0;
    background: url(../image/bg_obn.png) no-repeat 50% 50%;
}

.product-list .product_li .cart .wishlist a{
    margin: 0;
    border: 0 none;
    background: url(../image/bg_like.png) no-repeat 50% 50%;
}

.product-list .product_li .cart .wishlist a:hover,
.product-list .product_li .cart .compare a:hover{
    background-color: #EFF7FF;
}

.pagination .links{
    height: 39px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.pagination .links b,
.pagination .links a{
    border-right: 1px solid #e0e0e0;
    display: inline-block;
    height: 39px;
    padding: 0 15px;
    margin: 0 0 0 -4px;
    color:#000;
    font: normal 13px/39px Segoeui, Arial, Verdana, serif;
    text-decoration: none;
    //display: block;
    //float: left;
}

.pagination a.next,
.pagination a:last-child, 
.pagination b:last-child{
    border: 0 none;
}

.pagination a:hover{
    background: #fec92f;
    text-decoration: none;
}

.pagination .links b{
    background: #f5f7f9;
    color: #444;
    font-weight: bold;
    text-decoration: none;
}

.pagination a span.prev,
.pagination a span.next{
    font: normal 20px/32px Segoeui, Arial, Verdana, serif;
    color: #444;
}

.pagination .results{
    margin: 15px  0!important;
    color: #fec92f;
    text-align: center;
    font: italic 11px/11px Segoeui-Italic, Arial, Verdana, serif;
}

/****************
* Product page *
****************/
.product_page{
    margin: 0 -12px;
    padding: 18px 0 0;
    width: 756px;
}

.product_page .img_slid{
    margin-bottom: 20px;
}

.product_page .img_slid .sale {
    margin: -3px 0 0 -3px;
}

.product_page .img_slid .preview{
    margin: 0 0 12px 0;
    width: 294px;
    padding: 8px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    position: relative;
}

.product_page .img_slid .prev_bg{
    margin: 0;
    width: 294px;
    background: #f3f3f3;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    //display: block;
    //height: auto;
    //margin-top: expression((147-parseInt(offsetHeight)/2)  <0 ? "0" : 147-(parseInt(offsetHeight)/2) +'px') ;
}

.product_page .img_slid .prev_bg a.jqzoom{
    line-height: 0;
}

.product_page .img_slid .prev_bg .zoomPad > img{
    max-width: 294px;
}

.zoomWindow{
    position: absolute;
    top: 0;
    background: #FFF;
    height: auto;
    width: auto;
    z-index: 110;
    margin: -4px 0 0;
}

.product_page .img_slid .caroufredsel_wrapper{
    width: 314px!important;
    height: 70px!important;
}

.product_page .img_slid .pagination{
    list-style: none!important;
    padding: 0 0 0 1px!important;
    height: 70px!important;
    margin: 0!important;
    border:0 none!important;
}

.product_page .img_slid .pagination li{
    float: left;
    margin: 0 12px 0 0;
    padding: 0 0 1px 0;
    border: 0 none;
    width: 68px;
    height: 68px;
}

.product_page .img_slid .pagination li a{
    border: 1px solid #e0e0e0;
    padding: 2px;
    float: left;
    width: 64px;
    height: 64px;
    text-align: center;
    background: #fff;
}

.product_page .img_slid .pagination li a.zoomThumbActive{
    border: 1px solid #ccc;
}

.product_page .img_slid .pagination li a:hover{
    background: none;
}

.product_page .img_slid .pagination li img{
    max-width: 64px;
    height: 64px;
    text-align: center;
}

.product_page .img_slid .next_prev{
    float: left;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    margin: 12px 0 0 0;
}

.product_page .img_slid .next_prev .arows{
    float: left;
    width: 29px;
    height: 29px;
    margin: 12px 6px 0 0;
    line-height: 29px;
}

.product_page .img_slid .next_prev .arows span{
    margin: 7px 0 0 10px;
}

.product_page .img_slid .next_prev #img_next.arows span{
    background: url(../images/bg_arows.png) no-repeat right top;
}

.product_page .img_slid .next_prev #img_next.arows:hover span{
    background: url(../images/bg_arows.png) no-repeat right bottom;
}

.product_page .description .review{
    height: 29px;
    margin: 0 0 15px 0;
    color: #777;
    font: normal 11px/29px Segoeui, Arial, Verdana, serif;
}

.product_page .description .review img{
    display: block;
    float: left;
    margin: 6px 0 0 0;
    vertical-align: middle;
}

.product_page .description .review .number-review{
    color: #777;
    cursor: pointer;
    display: block;
    float: left;
    font: normal 11px/29px Segoeui, Arial, Verdana, serif;
    margin: 0 0 0 8px;
    text-decoration: none;
    text-transform: uppercase;
}

.product_page .description .review a.add_review{
    display: block;
    float: left;
    height: 29px;
    width: 118px;
    margin: 0 0 0 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #444;
    cursor: pointer;
    font: normal 11px/29px Segoeui, Arial, Verdana, serif;
    background: #f1f3f5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
}

.product_page .description .review a.add_review:hover{
    background: #59B7C2;
    box-shadow: 0px 0px 2px #59B7C2;
    -moz-box-shadow: 0px 0px 2px #59B7C2;
    -webkit-box-shadow: 0px 0px 2px #59B7C2;
    color: #FEFEFE;
}

.product_page .price-block{
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    min-height: 40px;
}

.product_page .price-block .availability_sku{
    float: left;
    font: normal 12px/16px Segoeui, Arial, Verdana, serif;
    color: #777;
}

.product_page .price-block .availability span{
    color: #277127;
    padding: 0 0 0 15px;
    background: url(../image/gal.png) no-repeat 2px 50%;
}

.product_page .price-block .sku span{
    color: #444;
}

.product_page .price-block .price{
    float: right;
    font: normal 18px/20px Bitter, Myriad Pro, Verdana, serif;
    color: #2e8f9a;
    text-align: right;
}

.product_page .price-block .price .price-text{
    color: #777;
    font: normal 13px/13px Segoeui, Arial, Verdana, serif;
}

.product_page .price-block .price .price_old{
    font: normal 13px/20px Segoeui, Arial, Verdana, serif;
    color: #777;
    text-decoration: line-through;
}

.product_page .reward-block{
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

.product_page .reward-block .share{
    float: right;
}

.product_page .available-options{
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

.product_page .available-options b{
    line-height: 30px;
}

.product_page .available-options .option{
    margin-top: 0px;
}

.product_page .available-options input[type="text"]{
    width: 50%;
}

.product_page .available-options .selectBox{
    width: 51%;
}

.product_page .available-options textarea{
    width: 95%;
}

.product_page .available-options .niceRadio,
.product_page .available-options .niceCheck{
    margin-bottom: 10px;
}

.ui-widget-header{
    background: #e1e1e1!important;
    border: 1px solid #ccc!important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
    color: #777!important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight, 
.ui-state-hover, .ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover, .ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus{
    background: #e77c1c!important;
    border: 1px solid #e77c1c!important;
    color: #fff!important;
}

.product_page .block-cart{
    font: normal 13px/20px Segoeui, Arial, Verdana, serif;
    color: #777;
    padding: 20px 0 0 0;
}

.product_page .available-options + .block-cart{
    width: 732px;
}

.product_page .block-cart .links{
    float: left;
    font: normal 12px/20px Segoeui, Arial, Verdana, serif;
    color: #777;
    margin-right: 10px;
}

.product_page .block-cart .links a{
    display: block;
    float: left;
    margin: 4px 5px 0 0;
    width: auto;
    height: 12px;
    padding: 0 0 0 17px;
    background: url(../image/bg_obn.png)  no-repeat 0 50%;
    font: normal 12px/12px Segoeui, Arial, Verdana, serif;
    color: #777;
    cursor: pointer;
    text-decoration: none;
}

.product_page .block-cart .links a.wishlist{
    background: url(../image/bg_like.png)  no-repeat 0 50%;
}

.product_page .block-cart .links a:hover{
    opacity: 0.8
}

.product_page .block-cart .cart{
    float: right;
    font: normal 12px/20px Segoeui, Arial, Verdana, serif;
    color: #777;
    margin-left: 10px;
}

.product_page .block-cart .cart .number{
    float: right;
    width: 27px;
    margin: 0 -1px 0 0;
    border-right: 0 none;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -khtml-border-radius: 2px 0 0 2px;
    behavior: url(PIE.htc);
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.product_page .block-cart .cart .add-cart{
    float: right;
    display: block;
    width: 120px;
    height: 35px;
    color: #fefefe;
    text-align: center;
    text-decoration: none;
    font: bold 13px/35px Segoeui-Bold, Arial, Verdana, serif;
    background: #e77c1c;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    position: relative;
    z-index: 2;
}

.product_page .block-cart .cart a.bay:hover{
    background: #2AB4C4;
    box-shadow: 0px 0px 2px #2AB4C4;
    -moz-box-shadow: 0px 0px 2px #2ab4c4;
    -webkit-box-shadow: 0px 0px 2px #2AB4C4;
}

.product_page .block-cart .cart span{
    float: right;
    color: #707070;
    line-height: 35px;
    margin: 0 5px 0 0;
}

.product_page .block-cart .minimum{
    text-align: center;
}

/*** Tab ***/
#wrapper_tab{
    margin: 39px 0 50px 0;
    clear: both;
}
#wrapper_tab #tabs{
    clear: both;
    overflow: hidden;
}
#wrapper_tab a.tab_link{
    position: relative;
    z-index: 1;
    display: block;
    float: left;
    margin: 0 4px 0 0;
    padding: 0 20px;
    height: 33px;
    color: #777;
    font: normal 13px/34px Bitter, Myriad Pro, Verdana, serif;
    text-decoration: none;
    border: 1px solid #f1f3f5;
    background: #f1f3f5;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;

    -khtml-border-radius: 2px 2px 0 0;
    behavior: url(PIE.htc);
}
#wrapper_tab a.tab_link:hover{
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
}
#wrapper_tab a.selected, 
#wrapper_tab a.selected:hover{
    cursor: default;
    color: #444;
    font: normal 13px/34px Bitter, Myriad Pro, Verdana, serif;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    border-bottom: 1px solid #fff;
    background: #fff;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -khtml-border-radius: 2px 2px 0 0;
    behavior: url(PIE.htc);
    position: relative;
    z-index: 3;
}
#wrapper_tab .tab-content{
    display:block;
    position: relative;
    z-index: 2;
    border-top: 1px solid #e0e0e0;
    margin: -1px 0 0 0;
    padding: 20px 0 0 0;
}
#wrapper_tab .tab-content td{
    padding-left: 5px;
    padding-right: 5px;
    white-space: pre-line;
}

/*** Comments ***/
#review{
    margin: 0;
    padding: 0;
}
#review .review-list .autor{
    float: left;
    color: #444;
    font: normal 14px/21px Bitter, Myriad Pro, Verdana, serif;
    margin-right: 3px;
}
#review .review-list time{
    color: #777;
    font: normal 12px/20px Segoeui, Arial, Verdana, serif;
}

.evaluation{
    clear: both;
    padding: 15px 0;
}

.evaluation .quality{
    height: 14px;
    color: #777;
    font-size: 12px;
    line-height: 14px;
}

.evaluation .quality strong{
    float: left;
    color: #777;
    font-size: 12px;
    line-height: 14px;
    margin: 0 5px 0 0;
}

.evaluation .quality a,
.evaluation .price a {
    display: block;
    float: left;
    height: 14px;
    width: 14px;
    margin: 0px 2px 0 0;
    background: url(../image/review.png) no-repeat 0 0;
}

.evaluation .quality a.plus,
.evaluation .price a.plus {
    background-position: 100% 0;
}

.evaluation .quality a.plus_minus,
.evaluation .price a.plus_minus {
    background-position: 50% 0;
}
#review .review-list + .review-list{
    padding: 20px 0 0px 0;
    border-top: 1px solid #e0e0e0;
}

.add_comments .evaluation{
    height: 50px;
}

.add_comments .evaluation .quality{
    height: 17px;
    margin: 0;
    color: #777;
    font-size: 12px;
    line-height: 14px;
}

.add_comments .evaluation .quality strong{
    margin: 0;
    line-height: 17px;
}

.evaluation .quality .eva_num{
    position: absolute;
    color: #999;
    font: normal 11px/11px Segoeui, Arial, Verdana, serif;
    margin: 21px 0 0 -11px;
}

.add_comments strong{
    color: #707070;
}

.add_comments input[type="text"],
.add_comments input[type="email"],
.add_comments textarea{
    margin: 10px 0 0 0;
}

.add_comments .nickname{
    float: left;
}

.add_comments .your_review{
    float: right;
}

.add_comments .nickname input,
.add_comments .your_review input{
    width: 314px;
}

.add_comments .text_review{
    margin: 30px 0 0 0;
}

.add_comments .text_review textarea{
    height: 113px;
    width: 710px;
    margin: 10px 0 5px 0;
}

.add_comments .text_review i{
    color: #777;
    font-size: 12px;
}

.add_comments .captcha{
     margin: 30px 0 0 0;
}

.add_comments .captcha input{
     width: 150px;
}

.add_comments .captcha img{
     margin: 10px 0 0 0;
     vertical-align: top;
}

.add_comments .buttons{
    margin: 30px 0 0 0;
}

.add_comments .buttons a{
    display: block;
    background: #e77c1c;
    color: #fefefe;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    cursor: pointer;
    width: 172px;
    font: bold 14px/35px Segoeui-Bold, Arial, Verdana, serif;
}

.add_comments .buttons a:hover{
    background: #2ab4c4;
    box-shadow: 0px 0px 2px #2ab4c4;
    -moz-box-shadow: 0px 0px 2px #2ab4c4;
    -webkit-box-shadow: 0px 0px 2px #2ab4c4;
}

/*** Related Products ***/
.related{
    margin: 0 -12px;
}

.related .c_header {
    height: 50px;
    margin: 0 12px 42px;
    border-bottom: 1px solid #E0E0E0;
}

.related .c_header .grid_7{
    margin-left: 0;
}

.related .c_header .grid_2{
    margin-right: 0;
}

.related .c_header h2{
    line-height: 50px;
}

.related ul.list_product{
    margin: 0;
    padding: 2px 0!important;
    list-style: none!important;
}

/**************
* Login page *
**************/
.new_customers{
    margin-left: 0;
    margin-top: 42px;
}

.new_customers p{
    margin-bottom: 30px!important;
}

.new_customers .button{
    width: 152px;
    font: bold 14px/35px Segoeui-Bold, Myriad Pro, Verdana, serif;
}

.returning-customer{
    margin-right: 0;
}

.registed{
    margin-right: 0;
    margin-top: 22px;
    padding: 19px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
}
form.registed strong{
    color: #707070;
    font: bold 13px/13px Segoeui-Bold, Myriad Pro, Verdana, serif;
}
form.registed input[type="text"],
form.registed input[type="password"],
form.registed input[type="email"]{
    width: 255px;
    margin: 5px 0 13px 0;
}
form.registed a.forgot{
    font-size: 12px;
    color: #777;
    margin: 0 0 0 15px;
    line-height: 35px;
}
form.registed .remember .niceCheck{
    vertical-align: middle;
}
form.registed .remember span.rem{
    font-size: 12px;
    color: #777;
    font: normal 12px/17px Segoeui, Arial, Verdana, serif;
}
form.registed .submit {
    margin: 30px 60px 0 0;
    height: 35px;
    color: #c3293a;
    font: normal 12px/35px Segoeui, Arial, Verdana, serif;
    text-align: right;
}
form.registed .submit input[type="submit"]{
    float: left;
    margin:0;
    width: 108px;
    font: bold 14px/35px Segoeui-Bold, Arial, Verdana, serif;
}

.register-new{
    padding: 19px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
}

.register-new h2{
    border-bottom: 1px solid #e0e0e0;
}

.register-new .content{
    float: left;
    width: 49%;
}

.register-new .content.right{
    float: right;
}

.register-new table{
    border: 0 none;
    margin: 10px 0 30px 0;
}

.register-new td{
    background: none;
    border: 0 none;
    padding: 5px 0;
    text-align: left;
}

.register-new .name{
    padding-right: 2%; 
    text-align: right;
    width: 33%;
}

.register-new input[type="password"],
.register-new input[type="text"]{
    margin: 5px 0;
    padding: 0 3%;
    width: 92%;
}

.register-new select{
    margin: 5px 0;
    width: 99%;
}

.register-new input[type="submit"]{
    font-weight: bold;
}

.forgot-pass .content{
    width: 50%;
}

.forgot-pass table{
    border: 0 none;
}

.forgot-pass td{
    background: none;
    border: 0 none;
    padding: 5px 0;
    text-align: left;
}

.forgot-pass .name{
    padding-right: 2%; 
    text-align: right;
    width: 33%;
}

.forgot-pass input[type="text"]{
    padding: 0 3%;
    width: 92%;
}

.forgot-pass .buttons{
    width: 50%;
}

.forgot-pass .buttons .left{
    float: left;
}

.forgot-pass .buttons .left a{
    width: 60px;
}

.forgot-pass .buttons .right{
    float: right;
}

/*****************
* Shopping Cart *
*****************/
.cart_product{
    margin: 39px 0;
    color: #777;
}

.cart_product :nth-child(even){
    color: #444;
}

.cart_product th{
    height: 49px;
    padding: 0;
}

.cart_product td{
    height: auto;
    vertical-align: top;
    padding: 30px 0 0 0;
}

.cart_product .image{
    width: 130px;
}

.cart_product .name{
    width: auto;
    text-align: left;
    padding: 0 20px;
}

.cart_product .price{
    width: 115px;
}

.cart_product .quantity{
    min-width: 90px;
}

.cart_product .total{
    width: 110px;
}

.cart_product .close{
    width: 50px;
}

.cart_product .close a{
    margin: 0 auto;
    width: 11px;
    height: 11px;
    display: block;
    background: url(../image/close.png) no-repeat 0 0;
}

.cart_product .close a:hover{
    opacity: .8;
}

.cart_product td.image{
    padding: 20px 20px 20px 0;
    vertical-align: middle;
    text-align: center;
    width: 110px;
}

.cart_product td.image a{
    line-height: 0;
}

.cart_product td.image img{
    max-height: 110px;
    max-width: 110px;
}

.cart_product td.name{
    line-height: 20px;
    text-align: left;
    padding: 30px 20px;
}

.cart_product td.quantity{
    padding: 20px 0 0 0;
}

.cart_product td.quantity input[type="text"]{
    width: 30px;
    font-size: 12px;
}

.cart_product td.quantity input[type="image"]{
    margin: 12px 0 0 8px;
    vertical-align: top;
}

.cart_product td.cart_but{
    padding: 9px 0 10px 0;
    height: 29px;
}
table.cart_product td.cart_but button.continue,
table.cart_product td.cart_but button.update{
    float: left;
    padding: 0 20px;
    height: 29px;
    background: #f1f3f5;
    border: 0 none;
    color: #444;
}
table.cart_product td.cart_but button.update{
    float: right;
}
table.cart_product td.cart_but button.continue:hover,
table.cart_product td.cart_but button.update:hover{
    background: #59B7C2;
    border: 0 none;
    color: #fff;
}
table.cart_product td.cart_but button.continue span{
    float: left;
    margin: 1px 5px 0 0;
    height: 11px;
    width: 5px;
    background: url(../image/button_cart.png) left center no-repeat;
    text-indent: -9999px;
}
table.cart_product td.cart_but button.update span{
    float: left;
    margin: 1px 5px 0 0;
    height: 11px;
    width: 9px;
    background: url(../image/button_cart.png) right center no-repeat;
    text-indent: -9999px;
}

.shopping_box .bottom_block{
    min-height: 100px;
    padding: 20px;
}

.shopping_box .block-radio{
    margin-left: 0;
}

.shopping_box .block-radio table{
    text-align: left;
    margin-bottom: 0;
}

.shopping_box .total-block{
    margin-right: 0;
}

.shopping_box input[type="button"],
.shopping_box input[type="submit"]{
    font: bold 14px/35px Segoeui-Bold, Arial, Verdana, serif;
    width: auto;
}

.shopping_box select{
    width: 100%;
    margin: 5px 0 0 0;
}

.shopping_box input[type="text"]{
    width: 95%;
    margin: 5px 0 0 0;
    padding: 0 2%;
}

.shopping_box .total-block .bottom_block{
    min-height: 195px;
}

.shopping_box .total-block{
    text-align: right;
}

.shopping_box .total-block #total{
    width: 100%;
    margin: 0;
    text-align: right;
    border-collapse: collapse;
    border: 0 none;
    font: normal 13px/17px Segoeui, Arial, Verdana, serif;
    color: #777;
}

.shopping_box .total-block #total td{
    background: none;
    height: 27px;
    vertical-align: top;
    border-bottom: 0 none;
    border-collapse: collapse;
}

.shopping_box .total-block #total tr + tr{
    font: normal 18px/18px Bitter, Myriad Pro, Verdana, serif;
    color: #444;
}

.shopping_box .total-block #total td.price{
    width: 105px;
    color: #2e8f9a;
}

.shopping_box .total-block a{
    float: right;
    width: auto;
}

.shopping_box .total-block .checkout{
    margin: 20px 0;
    padding: 0 5px 0 0;
    float: right;
    width: 255px;
    height: 55px;
    font: bold 14px/55px Segoeui-Bold, Arial, Verdana, serif;
    background-image: url(../image/bg_chackout.png);
    background-position: 225px 48%;
    background-repeat: no-repeat;
    text-transform: uppercase;
}
#cboxLoadedContent h2{
    font-size: 22px!important;
}
#cboxContent #cboxClose{
    width: 11px;
    height: 11px;
    display: block;
    background: url(../image/close.png) no-repeat 0 0;
}
#cboxContent #cboxClose:hover{
    width: 11px;
    height: 11px;
    display: block;
    background: url(../image/close.png) no-repeat 0 0;
    opacity: .8;
}

/**************
* Contact Us *
**************/
.adress{
    margin-left: 0;
    color:#000;
}

.adress h3{
    padding: 25px 0 20px 0;
    font-size: 18px;
    color:#000;
}

.adress p{
    margin: 0px 0 23px 0!important;
    font-size: 12px;
    color:#000;
}

.adress p span{
    color:#000;
}

.contact-form-box{
    margin-right: 0;
}

.contact-form{
    padding: 19px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
}

.contact-form .name{
    float: left;
    margin-bottom: 20px;
}

.contact-form .email{
    float: right;
    margin-bottom: 20px;
}

.contact-form .telefone{
    float: left;
    margin-bottom: 20px;
}

.contact-form .assunto{
    float: right;
    margin-bottom: 20px;
}

.contact-form .anexo{
	float:left;
    margin-bottom: 20px;
	width:100%;
}

/** -- input file -- **/

.contact-form .selInputFile{
	width:270px;
	display:block;
	padding-bottom:6px;
}

.contact-form .selInputFile .realupload {
	position:relative;
	float:right;
	height:24px;
	top:-27px;
	right:4px;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
}

.contact-form .selInputFile .fakeupload {
	margin-top:2px;
	width:284px;
	background: url("../images/btn-selecione.png") no-repeat right top 1px;
	cursor: default;
}

.contact-form .selInputFile input{
	border:none;
	letter-spacing:1px;
	font-size:12px;
	padding:5px 0 5px 5px;
	margin-left:5px;
	height:15px;
	vertical-align:middle;
}

.contact-form .selInputFile .boxImpFil{
    background: none repeat scroll 0 0 #65636B;
    border: 1px solid #65636B;
    border-radius: 1px 1px 1px 1px;
    color: #B8D210;
	width:290px;
	height:32px;
	padding-top:2px;
}

.contact-form .erro .selInputFile .boxImpFil{
	border:1px solid #ff0000;
}

/** -- input file -- **/

.contact-form .comment{
    margin-bottom: 35px;
}

.contact-form input[type="text"],
.contact-form input[type="email"]{
    width: 270px;
    margin: 5px 0 0 0;
}

.contact-form textarea{
    width: 585px;
    height: 103px;
    margin: 5px 0 0 0;
}

.contact-form img{
    margin: 5px 0 0 0;
    vertical-align: top;
}

.contact-form .buttons {
    margin: 20px 0 0 0;
    height: 35px;
    color: #C3293A;
    font: normal 12px/35px Segoeui, Arial, Verdana, serif;
    text-align: right;
}

.contact-form input[type="submit"]{
    width: 115px;
    margin: 0px 0 0px 0;
    float: left;
    font: bold 14px/35px Segoeui-Bold, Arial, Verdana, serif;
}

/********************
* Compare Products *
********************/
table.compare-info{
    text-align: center;
    border-top: 0 none;
    line-height: 20px;
}
table.compare-info td{
    text-align: center;
    padding: 15px 20px;
    height: auto;
    color: #444;
}
table.compare-info tr .compare-product,
table.compare-info tr .compare-attribute{
    color: #444!important;
    font: bold 14px/14px Bitter-Bold, Myriad Pro, Verdana, serif!important;
}
table.compare-info tr .desc{
    padding: 15px 0 020px;
    width: 160px;
    color: #444!important;
    font: bold 14px/14px Bitter-Bold, Myriad Pro, Verdana, serif!important;
    text-align: left;
    vertical-align: top;
}
table.compare-info tr.close_top td{
    background: none;
    padding: 14px 0 6px;
}
table.compare-info tr.close_top a.close {
    margin: 0 auto;
    width: 11px;
    height: 11px;
    display: block;
    background: url(../image/close.png) no-repeat 0 0;
    text-indent: -9999px;
}
table.compare-info .name a{
    color: #444;
    font: normal 13px Bitter, Myriad Pro, Verdana, serif;
    text-decoration: none;
}
table.compare-info .name a:hover{
    color: #e77c1c;
}
table.compare-info tr.images a{
    display: block;
    width: 110px;
    height: 110px;
    padding: 4px;
    margin: 0 auto 0;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
}
table.compare-info tr.images a div{
    display: block;
    width: 110px;
    height: 110px;
    background: #f3f3f3;
}
table.compare-info tr.images img{
    max-width: 110px;
    max-height: 110px;
}
table.compare-info tr.prise td{
    color: #2e8f9a;
    font: normal 18px/18px Bitter, Myriad Pro, Verdana, serif;
}
table.compare-info tr.prise td .price_old{
    color: #777;
    font: normal 14px/20px Segoeui, Arial, Verdana, serif;
    text-decoration: line-through;
}
table.compare-info tr.availbility td{
    color: #277127;
}
table.compare-info tr.description td{
    text-align: left;
    font-size: 12px;
}
table.compare-info tr.add_cart td input{
    margin: 0 auto;
    min-width: 120px;
    font: bold 12px/35px Segoeui-Bold, Arial, Verdana, serif;
}
table.compare-info tr.close_botttom td{
    background: none;
    padding: 6px 0 49px;
    border: 0 none;
}
table.compare-info tr.close_botttom a.close {
    margin: 0 auto;
    width: 11px;
    height: 11px;
    display: block;
    background: url(../image/close.png) no-repeat 0 0;
    text-indent: -9999px;
}

/************
* Page-404 *
************/
.left_404{
    text-align: center;
}

.left_404 h1.text_404{
    font: bold 100px/70px Bitter-Bold, Myriad Pro, Verdana, serif;
    color: #e77c1c;
}

.left_404 h6{color: #999;}

/************
* Checkout *
************/
.checkout{
    padding-top: 19px;
}

.checkout .checkout-step{
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    margin: 0 0 10px 0;
}

.checkout .checkout-step .checkout-heading{
    display: block;
    height: 49px;
    padding: 0 20px;
    margin: 0;
    color: #999;
    font: normal 18px/49px Bitter, Myriad Pro, Verdana, serif;
    background: #f5f7f9;
    text-decoration: none;
}

.checkout .checkout-step .checkout-heading a{
    margin: 18px 0 0 0;
    padding: 0 0 0 16px;
    background: url(../image/edit.png) left center no-repeat;
    color: #777;
    cursor: pointer;
    text-decoration: none;
    font: normal 13px/13px Segoeui, Arial, Verdana, serif;
    float: right;
}

.checkout .checkout-step .checkout-heading a:hover{
    opacity: .8;
}

.checkout .checkout-step .checkout-content{
    display: block;
    overflow: hidden;
    padding: 0 20px;
    color: #444;
    font: normal 12px/20px Segoeui, Arial, Verdana, serif;
}

.checkout .checkout-step .checkout-content .warning{
    margin: 20px 0 0 0;
}

.checkout .checkout-step .checkout-content .left{
    float: left;
    margin-top: 20px; 
    width: 49%;
}

.checkout .checkout-step .checkout-content .right{
    float: right;
    margin-top: 20px;
    width: 49%;
}

.checkout .checkout-step .checkout-content h2{
    font: normal 16px/16px Bitter, Myriad Pro, Verdana, serif;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.checkout .checkout-step input[type="button"]{
    font: bold 14px/35px Segoeui-Bold, Arial, Verdana, serif;
}

.checkout .checkout-step b,
.checkout .checkout-step strong{
    color: #707070;
    font: bold 13px/13px Segoeui-Bold, Myriad Pro, Verdana, serif;
}

.checkout .checkout-step input[type="text"],
.checkout .checkout-step input[type="password"],
.checkout .checkout-step input[type="email"]{
    width: 95%;
    margin: 5px 0 0 0;
    padding: 0 2%;
}

.checkout .checkout-step select{
    width: 100%;
    margin: 5px 0 0 0;
}

.checkout .checkout-step .register-label{
    padding: 0 0 0 30px;
}

.checkout .checkout-step #login a.forgot{
    font-size: 12px;
    color: #777;
}

.checkout .checkout-step #login .submit{
    margin: 0;
    padding: 0 20px 20px 0;
    height: 35px;
    color: #c3293a;
    font: normal 12px/35px Segoeui, Arial, Verdana, serif;
    text-align: right;
}

.checkout .checkout-step #login input[type="button"]{
    float: left;
    width: 108px;
}

.checkout .checkout-step .input-box{
    margin-bottom: 10px;
}

.checkout .checkout-step .delivery-billing{
    padding: 15px 0 0 0;
}

.checkout .checkout-step .buttons{
    padding: 15px 0 0 0;
}

.checkout .checkout-step .buttons a.colorbox{
    color: #707070;
}

.checkout .checkout-step #shipping-existing,
.checkout .checkout-step #payment-existing{
    width: 50%;
}

.checkout .checkout-step #shipping-new td,
.checkout .checkout-step #payment-new td{
    width: 33%;
}

.checkout .checkout-step #shipping-new select,
.checkout .checkout-step #shipping-new input,
.checkout .checkout-step #payment-new select,
.checkout .checkout-step #payment-new input{
    margin-bottom: 5px;
}

.checkout .checkout-step #shipping-new td.name,
.checkout .checkout-step #payment-new td.name{
    padding-right: 1%;
    text-align: right;
    width: 16%
}

.methods{
    width: 50%;
}

.checkout .checkout-step textarea{
    margin: 5px 0;
    padding: 0 1%;
    width: 97.5%;
}
#confirm .buttons .right{
    float: none;
    padding: 0 0 20px 0;
}

/*************
* My Account *
**************/
.my-account-page h2{
    padding-bottom: 10px;
}

.my-account-page .content{
    margin: 0 0 20px 0;
}

.my-account-page ul{
    list-style: none!important;
    padding: 0!important;
}

.my-account-page li{
    line-height: 25px;
}

.address-book table{
    margin-top: 0;
    width: 100%;
}

.address-book table td{
    padding: 10px;
    text-align: left;
}
	
.address-book table td.edit-close{
    width: 80px;
}

.address-book table td.edit-close a{
    float: left;
}

.address-book table a.close{
    margin: 2px 0 0 5px;
}

.wishlist-info td{
    min-width: 35px;
    padding: 20px 10px;
    vertical-align: top;
}

.wishlist-info .image{
    padding: 10px 0;
    width: 130px;
}

.wishlist-info .image a{
    display: block;
    width: 110px;
    height: 110px;
    padding: 4px;
    margin: 0;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
}

.wishlist-info .image img{
    max-height: 110px;
    max-width: 110px;
}

.wishlist-info .name a{
    color: #444;
    font: normal 13px Bitter, Myriad Pro, Verdana, serif;
    text-decoration: none;
}

.wishlist-info .name a:hover{
    color: #e77c1c;
}

.wishlist-info td.price{
    color: #2e8f9a;
    font: normal 18px/18px Bitter, Myriad Pro, Verdana, serif;
}

.wishlist-info td.price .price_old{
    color: #777;
    font: normal 14px/20px Segoeui, Arial, Verdana, serif;
    text-decoration: line-through;
}

.product-returns h2{
    margin: 10px 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #FFF;
}

.product-returns input[type="text"]{
    padding: 0 2%;
    width: 95%;
}

.product-returns textarea{
    padding: 0 1%;
    width: 97.5%;
}

.product-returns .return-product input{
    padding: 0 1%;
    width: 46.5%;
}

.product-returns .return-reason table{
    border: 0 none;
    margin: 0;
}

.product-returns .return-reason td{
    background: none;
    border: 0 none;
    height: 15px;
    text-align: left;
}

.product-returns .return-reason input{
    margin-right: 5px;
}

.product-returns .return-captcha input{
    float: left;
    margin-right: 10px;
    padding: 0 1%;
    width: 46.5%;
}
#content .sitemap-info ul{
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
#content .sitemap-info li{
    line-height: 25px;
}

/*************
* Blog Post *
*************/
article.post{
    padding: 0 0 26px 0;
}
article.post+article.post{
    border-top: 1px solid #e0e0e0;
}
article.post h2.title_article{
    margin-top:23px;
}
article.post h2 a{
    color: #444;
    text-decoration: none;
    font: normal 20px/20px Bitter, Myriad Pro, Verdana, serif;
}
article.post .footer_article{
    padding: 0px 0 0 0;
    height: 25px;
    color: #777;
    font: italic 12px/25px Segoeui-Italic, Arial, Verdana, serif;
}
article.post .footer_article .number_c{
    float: right;
    width: 26px;
    height: 25px;
    text-align: center;
    color: #777;
    font: normal 13px/20px Segoeui, Arial, Verdana, serif;
    background: url(../image/n_com.png) left top no-repeat;
}
article.view_post{
    border-bottom: 1px solid #e0e0e0;
}

/*****************
* Comments blog *
*****************/
.comments_blog{
    margin: 38px 0 38px 0;
}

.comments_blog .comments li{
    min-height: 85px;
    border-top: 0 none!important;
    border-bottom: 1px solid #e0e0e0;
}

.comments_blog .comments .avatar{
    float: left;
    height: 85px;
    width: 85px;
    margin: 0 22px 21px 0;
}

.comments_blog .comments p{
    margin-top: 5px!important;
}

/**************
* Top button *
**************/
.top-bannets{
    margin-top: 24px;
    margin-bottom: 65px;
}

.top-bannets .grid_4 a{
    display: block;
    height: auto;
    padding: 0;
    color: #777;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    line-height: 0;
    padding: 1px 0;
    text-decoration: none;
}

.top-bannets .grid_4 img{
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    max-width: 100%;
}

.top-bannets .grid_4 a:hover{
    border: 1px solid #ccc;
    text-decoration: none
}

/************
* Carousel *
************/
.carousel{
    margin: 0 0 70px;
}

.carousel .c_header{
    height: 50px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e0e0e0;
}

.carousel .c_header .grid_10{
    margin-left:0;
}
#content.grid_9 .carousel .c_header .grid_10{
    width: auto;
}

.carousel .c_header .grid_2{
    float: right;
    margin-right:0; 
}

.carousel .c_header h2{
    margin: 20px 0 0 0;
    font-size: 24px;
	color:#aec60d;
	text-transform:uppercase;
	padding:0;
	font-weight:lighter;
}

.arows{
    display: block;
    float: right;
    width: 41px;
    height: 41px;
    text-align: center;
    text-decoration: none;
    margin: 0px 0 0 8px;
    color: #444;
    font: bold 15px/41px Arial, Verdana, serif;
    opacity: 0.85;
}

.arows.prev{
    margin: 0;
}
a:hover.arows{
    color: #fff;
    text-decoration: none
}

.arows span{
    display: block;
    width: 32px;
    height: 57px;
    background: url(../images/bg_arows.png) no-repeat left top;
    text-indent: -9999px;
}

.arows.next span{
    background: url(../images/bg_arows.png) no-repeat right top;
}

.arows:hover span{
    background: url(../images/bg_arows.png) no-repeat left bottom;
}

.arows.next:hover span{
    background: url(../images/bg_arows.png) no-repeat right bottom;
}

#content .list_product{
    list-style: none;
    padding: 2px 0 2px 0!important;
}

.list_product li{
    position: relative;
    height: 410px;
    float: left;
	margin:5px 0;
}

.product:hover{

}

.product{
    margin: 22px;
    position: relative;
    text-align: center;
    width: 200px !important;
	background-image:url(../images/borda.png);
	background-position:top;
	background-repeat:no-repeat;
}

.sale-label{
    background: url(../image/sale.png) no-repeat 50% 50%;
    position: absolute;
    height: 54px;
    left: 0;
    margin: -4px 0 0 -4px;
    top: 0;
    width: 54px;
    z-index: 999;
}

.product .prev{
    display: block!important;
    width: 200px;
    height:225px;
    margin: 0 auto;
    text-align: center;
	margin-top:10px;
}

.product .prev a{
    width: 200px;
    height: 200px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.product .prev img{
    max-width: 200px;
    max-height: 200px;
	border:5px solid #FFF;
}

.product .prev img:hover{
    max-width: 200px;
    max-height: 200px;
}


.product .name{
/*	height: 42px;	*/
	margin: 5px 10px;
	text-align:center;
	padding-bottom:5px;
	min-height:55px;
	line-height:16px;
	color:#000;
}

.product .name a{
    color:#000;
    text-decoration: none;
	font-weight:bold;
}

.product .name a:hover{
    color: #0089e1;
    text-decoration: none;
}

.product .name span{
	display:block;
	font-size:12px;
	padding:0;
	margin:0;
}

.product .description, 
.product .cart .rating,
.product .rating, 
.product .cart .price .price-tax{
    display: none;
}

.product .price{
    height: 62px;
	margin: 5px 10px;
    font: normal 20px/21px Bitter, Myriad Pro, Verdana, serif;
    color:#000;
	text-align:center;
	font-weight:bold;
}

.product .price span{
	display:block;
	font-size:12px;
	padding:0;
	margin:0;
}

.product .cart .price{
    float: left;
    height: 40px;
    width: 81px;
    padding: 1px 8px 0;
    margin: 0px;
    font: normal 12px/18px Bitter, Myriad Pro, Verdana, serif;
    color:#2e8f9a;
}

.product .cart .price .vert{
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    //display: block;
    //height: auto;
    //margin-top: expression((20-parseInt(offsetHeight)/2)  <0 ? "0" : 20-(parseInt(offsetHeight)/2) +'px') ;
}

.product .cart .price .price_old{
    color:#777;
    font: normal 11px/18px Segoeui, Arial, Verdana, serif;
    text-decoration: line-through;
    margin: 0px 0 0 0;
}

.product .cart .compare,
.product .cart .wishlist,
.product .cart .bay{
    width: 42px;
    display: block;
    float: right;
    height: 41px;
    margin: 0;
    border-left: 1px solid #e0e0e0;
    text-indent: -9999px;
}

.product .cart .compare a,
.product .cart .wishlist a,
.product .cart .bay .add-cart{
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 41px;
    text-indent: -9999px;
    width: 42px;
}

.product .cart .compare a{
    background: url(../image/bg_obn.png) no-repeat 50% 50%;
}

.product .cart .wishlist a{
    background: url(../image/bg_like.png) no-repeat 50% 50%;
}

.product .cart .bay .add-cart{
    background: url(../image/bg_bay.png) no-repeat 50% 50% #f5f7f9;
}

.product .cart .compare a:hover,
.product .cart .wishlist a:hover,
.product .cart .bay .add-cart:hover{
    background-color: #eff7ff;
}

/******************
* Content bottom *
******************/
#content_bottom{
    margin-bottom: 70px;
}

.bottom_block{
    padding: 15px 20px 5px;
    min-height: 280px;
    line-height: 18px;
    background: #f5f7f9;
    text-align: left;
}

.bottom_block h3{
    margin: 0;
    font: normal 18px/18px Bitter, Myriad Pro, Verdana, serif;
}

.bottom_block p{
    margin:0 0 20px;
    font: normal 11px/17px Segoeui, Arial, Verdana, serif;
}
#content .news ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.news ul li{
    list-style: none;
    margin: 0 0 20px 0;
    font: normal 11px/17px Segoeui, Arial, Verdana, serif;
}

.news ul li a{
    text-decoration: none;
}

.news ul li a:hover{
    text-decoration: underline
        ;}

.news ul time{
    clear: both;
    display: block;
    font: italic 11px/17px Segoeui-Italic, Arial, Verdana, serif;
}
form.letter_form{
    clear: both;
    min-height: 35px;
}
form.letter_form .l_form{
    float: left;
    width: 203px;
    height: 33px;
    padding: 0 5px 0 8px;
    border-right: 0 none;
    color: #777;
    background: #fff;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -khtml-border-radius: 2px 0 0 2px;
    behavior: url(PIE.htc);
}
form.letter_form .l_form:focus{
    box-shadow: 0 0px 2px #e77c1c;
    -moz-box-shadow: 0 0px 2px #e77c1c;
    -webkit-box-shadow: 0 0px 2px #e77c1c;
}
form.letter_form .l_form:focus + #submit{
    outline: none;
    border: 1px solid #e77c1c;
    box-shadow: 1px 0px 2px #e77c1c;
    -moz-box-shadow: 1px 0px 2px #e77c1c;
    -webkit-box-shadow: 1px 0px 2px #e77c1c;
    border-left: 0 none;
}
form.letter_form #submit{
    float: left;
    width: 25px;
    height: 35px;
    padding: 0;
    border: 1px solid #ccc;
    border-left: 0 none;
    color: #777;
    background: url(../image/bg_newsletter.png) no-repeat center center #fff;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -khtml-border-radius: 0 2px 2px 0;
    behavior: url(PIE.htc);
    cursor: pointer;
}
form.letter_form #submit:hover{
    opacity: 0.8;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.lettel_description{
    padding: 0px 15px 0 55px;
    margin: 23px 0 0 0;
    min-height: 45px;
    background: url(../image/let_d.png) no-repeat left top;
    font: italic 11px/17px Bitter-Italic, Myriad Pro, Verdana, serif;
}

.bottom_block iframe .plugin{
    border: 0 none!important;
}

/**********
 * footer *
 **********/
.f_navigation{
    min-height: 190px;
    padding: 20px 0;
    border-bottom: 1px solid #bab7c1;
    background: url(../image/bg_footer.png) repeat left top;
}

.f_navigation h3{
    overflow: hidden;
    padding: 0 0 10px 0;
    margin: 0 0 23px 0;
    font: normal 18px/18px Bitter, Myriad Pro, Verdana, serif;
    border-bottom: 1px solid #e0e0e0;
}

ul.f_contact li{
    list-style: none;
    margin: 0 0 7px 0;
    padding: 0 0 0 25px;
    background: url(../image/li_adr.png) no-repeat 1px 50%;
    font: 12px/22px Segoeui, Arial, Verdana, serif;
}

ul.f_contact li+li{
    background: url(../image/li_phone.png) no-repeat 0px 50%;
}

ul.f_contact li+li+li{
    background: url(../image/li_let.png) no-repeat 0px 50%;
}

.f_navigation nav.f_menu ul{
    list-style: none;
}

.f_navigation nav.f_menu ul a{
    color: #777;
    font: 12px/22px Segoeui, Arial, Verdana, serif;
}

.f_navigation nav.f_menu ul a:hover{
    text-decoration: underline;
    color: #444;
}

.f_info{
    height: 50px;
    background: #eceded;
	border-top:thin solid #d2d2d2
}

.f_info p.copyright{
    color: #aaaaaa;
    font: 12px/50px Segoeui, Arial, Verdana, serif;
}

.f_info p.desenvolvimento{
	background:url(../images/sprite.png) -1347px -162px no-repeat;
	float:right;
	height:15px;
	margin:18px 0;
	width:114px
}

@media only all and (max-width: 1007px) {
     /***************
      * Nav primary *
      ***************/
    .primary .menu-select{
        background: url(../image/bg-primary-menu.png) no-repeat 20px 49%, url(../image/primary-plus.png) no-repeat 97% 49%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #444;
	display: block;
        font:normal 14px/50px Bitter, Myriad Pro, Verdana, serif;
        height: 50px;
        padding: 0 0 0 55px;
        text-transform: uppercase;
        width: 100%;
    }
    .primary .menu-select.minus{
        background: url(../image/bg-primary-menu.png) no-repeat 20px 49%, url(../image/primary-minus.png) no-repeat 97% 49%;
    }
    .primary > ul{
        background: #fff;
        border: 1px solid #e0e0e0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	behavior: url(PIE.htc);
	box-shadow: 0px 0px 2px #e0e0e0;
	-moz-box-shadow: 0px 0px 2px #e0e0e0;
	-webkit-box-shadow: 0px 0px 2px #e0e0e0;
	display: none;
        left: 0;
        position: absolute;
        top: 54px;
	width: 99.7%;
	z-index: 1000;
    }
    .primary > ul li{
        float: none;
    }
    .primary > ul li a{
	border: 0 none;
        display: block;
	height: 39px;
        float: none;
	color: #777;
        padding: 0 0 0 2.5%;
	text-transform: capitalize;
	font:normal 13px/39px Bitter, Myriad Pro, Verdana, serif;
	background-color: #fff;
    }
    .primary > ul li+li a{
        border-top: 1px solid #e0e0e0;
    }
    .primary > ul li a:hover{
        background-color: #f5f7f9;
    }
    .primary > ul li.plus a{
	background-image: url(../image/primary-parent-plus.png);
        background-repeat: no-repeat;
        background-position: 97% 49%;
    }
    .primary > ul li.plus.minus a{
	background-image: url(../image/primary-parent-minus.png);
        background-repeat: no-repeat;
        background-position: 97% 49%;
    }
    .primary ul li:hover > ul.sub,
    .primary > ul ul.sub{
	display: none;
    }
    .primary > ul ul.sub a{
        background-image: none!important;
        padding: 0 0 0 5%;
    }
    
    /**********
     * Slider *
     **********/
    .slid_text{
	top: 9.1%;
	left: 50%;
    }
    .slidprev, .slidnext {
        margin: -21px 0 0 0;
        top: 50%;
    }
}

@media only all and (min-width: 748px) and (max-width: 1007px) {
    /*******
     * Top *
     *******/
    #top .grid_6{
        margin-right: 0;
        width: 41%;
    }
    #top .grid_3~.grid_3{
        width: 29.5%;
    }
    
    /**********
     * Header *
     **********/
    form.search .entry_form{
        background: url(../image/bg_search.png) no-repeat 95% 50%;
	width: 94%;
	padding: 0 3% 0 3%;
    }
    form.search input.entry_form:hover{
	background: url(../image/bg_search_h.png) no-repeat 95% 50%;
    }
    #cart_nav{
        right: 1.3%;
        margin: 40px 0 0 0;
	position: absolute;
    }
    #cart:hover .cart_cont{
        display: none;
    }
    nav.private ul li a{
        padding: 0 7px;
    }
    
    /******************
     * Content bottom *
     ******************/
    form.letter_form .l_form{
	width: 88%;
	padding: 0 0.65% 0 1.35%;
    }
    form.letter_form #submit{
	width: 9%;
    }
    
    /************
     * Carousel *
     ************/
    .carousel .c_header .grid_10{
        margin-left: 0;
        width: 80%;
    }
    .carousel .c_header .grid_2{
        margin-right: 0;
        width: 17.4%
    }
    #featured-carousel {
        margin: 0 -1.3%;
    }
    .carousel .caroufredsel_wrapper {
        margin: 0 auto!important;
    }
    .product{
	margin-left: 10px;
        margin-right: 10px;
    }
    
    /***********
     * Sidebar *
     ***********/
    #sidebar{
        display: inline;
        float: left;
        margin-left: 1.3%;
        margin-right: 1.3%;
        width: 22.39%;
    }
    /*** newsletter_signup ***/
    #newsletter_signup .newsletter .your_email{
        padding: 0 2%;
	width: 96%;
    }
    /*** banners ***/
    #banners .caroufredsel_wrapper{
        margin: 0 auto!important;
    }
    #banners .banner{
        width: 170px;
        height: 170px;
    }
    
    /***********
     * Content *
     ***********/
    .product-grid{
	margin: 42px auto 10px;
	width: 496px;
    }
    .grid_12 .product-grid{
	width: 744px;
    }
    .product-list{
	margin: 42px -1px 10px;
	width: 100%;
    }
    .product-list .product_li .grid_2{
	width: 20%;
    }
    .product-list .product_li .grid_3{
	width: 31%;
    }
    .product-list .product_li .grid_4{
	width: 43.8%;
    }
    .grid_12 .product-list .product_li .grid_2{
	width: 15%;
    }
    .grid_12 .product-list .product_li .grid_3{
	width: 24%;
    }
    .grid_12 .product-list .product_li .grid_4{
	width: 55%;
    }
    .product-list .product_li .cart .bay input{
        width: 85%;
    }
    .product-list .product_li .cart .wishlist a,
    .product-list .product_li .cart .compare a{
        margin: 0 0 0 2%;
        width: 40%;
    }
    .product-list .product_li .cart .wishlist a{
        margin: 0;
    }
    
    /****************
     * Product page *
     ****************/
    .product_page{
	margin: 41px -1.3% 0;
	width: 102.6%;
    }
    .product_page .grid_4{
	width: 41.8%;
    }
    .product_page .grid_5{
	width: 53%;
    }
    .product_page .grid_9{
	width: 97.4%;
    }
    .product_page .img_slid .preview{
	width: 96%;
	height: auto;
	padding: 2%;
    }
    .product_page .img_slid .prev_bg{
	width: 100%;
	height: auto;
	//margin-top: 0;
    }
    .zoomPad {
        height: auto!important;
    }
    .product_page .img_slid .prev_bg .zoomPad > img{
	max-width: 100%;
    }
    .product_page .img_slid .caroufredsel_wrapper {
        height: 70px!important;
        margin: 0 auto!important;
        width: 230px!important;
    }
    .product_page .entry_content .block-cart .cart a.bay{
	width: auto;
        padding: 0 5px;
    }
    /*** Comments ***/
    .add_comments .nickname, 
    .add_comments .your_review{
        width: 46%;
    }
    .add_comments .nickname input,
    .add_comments .your_review input{
        padding-left: 1.5%;
        padding-right: 1.5%;
        width: 97%;
    }
    .add_comments .text_review textarea{
        padding-left: 1.5%;
        padding-right: 1.5%;
        width: 97%;
    }
    /*** Related Products ***/
    .related .c_header {
        margin: 0 1.3% 42px;
    }
    .related .c_header .grid_7{
        width: 79%;
    }
    .related .c_header .grid_2{
        width: 18.4%;
    }
    .related .caroufredsel_wrapper{
        margin: 0 auto!important;
    }
    
    /************
     * Checkout *
     ************/
    ul.checkout_list li.active .list_body form{
        width: 48%;
    }
    ul.checkout_list li.active .list_body form.login input[type="text"],
    ul.checkout_list li.active .list_body form.login input[type="email"]{
        padding-left: 1.5%;
        padding-right: 1.5%;
	width: 97%;
    }
    ul.checkout_list li.active .list_body form.login .submit input[type="submit"]{
	margin:0;
    }
    ul.checkout_list li.active .list_body form.login .submit{
        text-align: right;
    }
    /**************
     * Contact Us *
     **************/
    .contact-form .name,
    .contact-form .email, 
    .contact-form .phone{
        width: 46%;
    }
    .contact-form input[type="text"],
    .contact-form input[type="email"]{
	padding-left: 1.5%;
        padding-right: 1.5%;
	width: 97%;
    }
    .contact-form textarea{
	padding-left: 1.5%;
        padding-right: 1.5%;
	width: 97%;
    }
    /**************
     * Login page *
     **************/
    form.registed a.forgot{
        line-height: 12px;
        display: inline-block;
        margin: 0px 0 10px 20px;
    }
    
    /*****************
     * Shopping Cart *
     *****************/
    .bottom_block.estimate .selectBox{
        width: 95%;
    }
    .bottom_block.estimate input[type="text"]{
        padding-left: 1.5%;
        padding-right: 1.5%;
        width: 97%;
    }
    .bottom_block.discount input[type="text"]{
        padding-left: 1.5%;
        padding-right: 1.5%;
        width: 97%;
    }
    .shopping_box .total-block .checkout{
	padding: 0 0.65% 0 0;
	width: 100%;
	background-position: 98% 48%;
    }

    /**************
     * form_style *
     **************/
    .form_style{
        margin: 0;
    }
    .form_style .grid_2{
        margin: 0;
        width: 33%;
    }
    .form_style .grid_3{
        margin: 0;
        width: 50%;
    }
    .form_style .grid_9{
        margin: 0;
        width: 100%;
    }
}
@media only all and (max-width: 764px) {
    .grid_12 .product-grid {
        text-align: center;
        margin: 42px auto 10px;
        width: auto;
    }
    .grid_12 .product-grid > div{
        display: inline-block;
        float: none;
        text-align: left;
    }
    .grid_12 .grid_3.product {
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only all and (max-width: 747px) {
    /*******
     * Top *
     *******/
    #top .grid_6{
        display: none;
    }
    #top .grid_3{
        width: auto;
    }
    #top .grid_3.phone-box{
        margin-right: 0;
        max-width: 150px;
    }
    #top .grid_3 ~.grid_3{
        float: right;
        padding: 0;
        overflow: hidden;
        width: 228px;
    }
    
    /**********
     * Header *
     **********/
    header#header{
        height: auto;
        overflow: hidden;
        padding: 0 0 75px 0;
        text-align: center;
    }
    #header .grid_3{
        min-width: 145px;
        text-align: left;
        width: auto;
    }
    #header .grid_3~.grid_3{
        float: right;
        margin-bottom: 26px;
    }
    #header .grid_6{
        display: block;
        float: left;
        margin: 0 1%;
        width: 98%;
    }
    #header .grid_6 nav.private{
        display: inline-block;
        float: none;
    }
    #cart_nav{
        right: 50%;
        margin: 50px -51px 0 0;
	position: absolute;
    }
    #cart:hover .cart_cont{
        display: none;
    }
    .slidnext {
        margin-right: 10px;
    }
    .slid_text .slid_title span{
        font-size: 20px;
    }
    .slid_text p span{
        font-size: 14px;
    }
    
    /**************
     * Top button *
     **************/
    .top-bannets{
        margin-top: 24px;
        margin-bottom: 55px;
        text-align: center;
    }
    .top-bannets .grid_4{
        float: none;
        display: inline-block;
        margin: 0 10px 10px;
    }
    
    /********
     * Main *
     ********/
    #main #sidebar{
        margin-left: 1%;
        margin-right: 1%;
        width: 24%;
    }
    #main #content.grid_9{
        margin-left: 1%;
        margin-right: 1%;
        width: 72%;
    }
    #main.entire_width #content .grid_3{
        margin-left: 1%;
        margin-right: 1%;
        width: 28%;
    }
    #main.entire_width #content .grid_4{
        margin-left: 1%;
        margin-right: 1%;
        width: 32%;
    }
    #main.entire_width #content .grid_6{
        margin-left: 1%;
        margin-right: 1%;
        width: 48%;
    }
    #main.entire_width #content .grid_8{
        margin-left: 1%;
        margin-right: 1%;
        width: 64%;
    }
    #main.entire_width #content .grid_9{
        margin-left: 1%;
        margin-right: 1%;
        width: 68%;
    }
    
    /***********
     * Sidebar *
     ***********/
   
    /*** newsletter_signup ***/
    #newsletter_signup .newsletter .your_email{
        padding: 0 2%;
	width: 95%;
    }
    /*** banners ***/
    #banners .caroufredsel_wrapper{
        margin: 0 auto!important;
    }
    #banners .banner{
        width: 160px;
        height: 160px;
    }
    
    /***********
     * Content *
     ***********/
    .options .display div.list,
    .options .display div.grid{
        display: none;
    }
    .show {
        padding: 0 8px;
    }
    .product-grid, 
    .grid_12 .product-grid {
        text-align: center;
        width: auto;
    }
    .product-grid > div{
        display: inline-block;
        float: none;
        text-align: left;
    }
    .product-list{
        margin: 42px 0 10px;
        width: 100%;
    }
    .product-list .product_li .grid_2{
        margin: 0;
	width: 20%;
    }
    .product-list .product_li .grid_3{
        margin: 0;
	width: 33%;
    }
    .product-list .product_li .grid_4, 
    .grid_12 .product-list .product_li .grid_4{
        margin: 0 1%;
	width: 45%;
    }
    .product-list .product_li .cart .price {
        font: normal 16px/18px Bitter, Myriad Pro, Verdana, serif;
        margin: 0 0 5px;
        padding: 10px 0 0 0;
    }
    .product-list .product_li .cart .bay{
        margin-bottom: 10px;
    }
    .product-list .product_li .cart .bay input{
        font: bold 11px/35px Segoeui-Bold, Arial, Verdana, serif;
        margin: 0;
        width: 95%;
    }
    .product-list .product_li .cart .wishlist a,
    .product-list .product_li .cart .compare a{
        display: block;
        float: none;
        left: 50%;
        margin: 0 auto 0;
        border: 0 none;
    }
    
    /****************
     * Product page *
     ****************/
    .product_page {
        margin: 41px 0 0;
        width: 100%;
    }
    .product_page .img_slid{
        margin: 0 auto 0 auto;
        float: none;
        display: block;
        width: 312px;
    }
    .product_page .grid_5{
        margin: 0;
        padding: 20px 0 0 0;
        float: none;
        clear: both;
        display: block;
        width: 100%;
    }
    .product_page .grid_9{
        margin: 0;
        float: none;
        clear: both;
        display: block;
        width: 100%;
    }
    /*** Comments ***/
    .add_comments .your_review {
        float: left;
        margin: 30px 0 0 0;
    }
    .add_comments .text_review textarea{
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        width: 100%;
    }
    /*** Related Products ***/
    .related .c_header {
        margin: 0 0 42px;
    }
    .related .c_header .grid_7{
        margin: 0;
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 180px;
    }
    .related .c_header .grid_2 {
        margin: 0;
        padding: 0;
        width: 100px;
        float: right;
    }
    .related .c_header h2 {
        font-size: 20px;
    }
    
    /*****************
     * Shopping Cart *
     *****************/
    table.cart_product .edit {
        width: 70px;
    }
    table.cart_product .price{
        min-width: 90px;
    }
    table.cart_product .qty {
        min-width: 70px;
    }
    table.cart_product .subtotal {
        min-width: 90px;
    }
    table.cart_product .close{
        width: 20px;
    }
    
    /**************
     * Contact Us *
     **************/
    .contact-form .name,
    .contact-form .email,
    .contact-form .phone{
        float: none;
    }
    .contact-form textarea {
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        width: 100%;
    }
    /************
     * Checkout *
     ************/
    ul.checkout_list li.active .list_body form.login {
        float: left;
        margin: 20px 0 0 0;
    }
    
    /******************
     * Content bottom *
     ******************/
    #content_bottom{
        margin-bottom: 60px;
        text-align: center;
    }
    #content_bottom .grid_4{
        display: inline-block;
        float: none;
        margin-bottom: 10px;
    }
    #main.entire_width  #content_bottom.shopping_box .grid_4{
        display: block;
        float: left;
        margin-bottom: 10px;
        margin-left: 0;
        width: 312px;
    }
    #main.entire_width #content_bottom.shopping_box .grid_4.cart-module, 
    #main.entire_width #content_bottom.shopping_box .grid_4.total-block{
        float: right;
        margin-right: 0;
    }
    
    
    /************
     * Carousel *
     ************/
    .carousel .c_header .grid_10{
        margin: 0;
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 180px;
    }
    .carousel .c_header .grid_2{
        margin: 0;
        padding: 0;
        width: 100px;
        float: right;
    }
    .carousel .c_header h2{
        font-size: 20px;
    }
    #featured-carousel {
        margin: 0 -10px;
    }
    .carousel .caroufredsel_wrapper {
        margin: 0 auto!important;
    }
    .grid_3.product{
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
	margin-left: 5px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0;
    }
    /**********
     * footer *
     **********/
    .f_navigation{
        text-align: center;
    }
    .f_navigation .grid_3{
        display: inline-block;
        float: none;
        margin-bottom: 30px;
        vertical-align: top;
    }
    ul.f_contact{
        margin: 0 auto;
        width: 220px;
    }
    ul.f_contact li{
        display: inline-block;
    }
    .f_info .grid_6{
        width: 45%;
    }
    
    /**************
     * form_style *
     **************/
    .form_style{
        margin: 0;
    }
    .form_style .grid_2{
        margin: 0;
        width: 33%;
    }
    .form_style .grid_3{
        margin: 0;
        width: 50%;
    }
    .form_style .grid_9{
        margin: 0;
        width: 100%;
    }
    .form_style textarea{
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        width: 100%;
    }
}

@media only all and (max-width: 664px) {
    body{
        overflow-x: visible;
    }
    
    /***********
     * Sidebar *
     ***********/
    #main #sidebar{
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 0 0 0;
        width: 310px;
    }
    .left_menu ul li.current {
        margin: 0 ;
        padding: 0;
    }
    
    /*** specials ***/
    .specials li .prev{
        display: table-cell;
        vertical-align: middle;
        //display: block;
        //height: auto;
        //margin-top: expression((35-parseInt(offsetHeight)/2)  <0 ? "0" : 35-(parseInt(offsetHeight)/2) +'px') ;
    }
    .specials li .cont{
        display: table-cell;
    }
    
    /*** banners ***/
    #banners .banner {
        width: 228px;
        height: 230px;
    }
    
    /***********
     * Content *
     ***********/
    .content .left, 
    .content .right{
        float: none;
        width: 100%;
    }
    #main #content.grid_9{
        display: block;
        float: none;
        margin-left: 1%;
        margin-right: 1%;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
        width: 98%;
    }
    .options .display a.grid.curent,
    .options .display a.list.curent{
        display: block;
    }
    
    /****************
     * Product page *
     ****************/
    /*** Related Products ***/
    .related .list_carousel .caroufredsel_wrapper {
        margin: 0 auto!important;
    }
    
    /************
     * Page-404 *
     ************/
    .left_404 h1.text_404{
        font: bold 90px/65px Bitter-Bold, Myriad Pro, Verdana, serif;
    }
    
    /*****************
     * Shopping Cart *
     *****************/
    table.cart_product td.images {
        padding: 10px 5px 10px 0;
    }
    
    /********************
     * Compare Products *
     ********************/
    table.compare-info td{
        padding: 15px 10px;
    }
    
    /**************
     * Login page *
     **************/
    #main.entire_width #content .grid_6{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .register-new .content, 
    .register-new .content.right{
        float: none;
        width: 100%;
    }

    form.registed input[type="text"],
    form.registed input[type="email"], 
    form.registed input[type="password"]{
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
    }
    form.registed .submit{
        margin: 30px 0 0 0;
    }
    .product-returns .return-product input{
        padding: 0 2%;
        width: 95%;
    }
    
    /******************
     * Content bottom *
     ******************/
    #main.entire_width #content_bottom.shopping_box .grid_4, 
    #main.entire_width #content_bottom.shopping_box .grid_4.cart-module,
    #main.entire_width #content_bottom.shopping_box .grid_4.total-block{
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .shopping_box .bottom_block{
        height: auto;
        min-height: auto;
    }
}

@media only all and (max-width: 547px) {
    /**********
     * Slider *
     **********/
    .slid_text p{
        display: none;
    }
    
    /*****************
     * Sidebar right *
     *****************/
    #checkout_progress ul li a {
        overflow: hidden;
        width: 0;
    }
    
    /***********
     * Content *
     ***********/
    .show, 
    .sort{
        padding: 0;
    }
    .options .display div.grid,
    .options .display div.list,
    .options .show > span{
        display: none;
    }
    
    /*****************
     * Shopping Cart *
     *****************/
    table.cart_product td.name{
        min-width: 100px;
    }
    
    /**************
     * Login page *
     **************/
    #main.login #content .grid_6{
        margin-left:0;
        margin-right: 0;
        width: 100%;
    }
    
    /**************
     * Contact Us *
     **************/
    #main.entire_width #content .grid_4, 
    #main.entire_width #content .grid_8{
        margin-left:0;
        margin-right: 0;
        width: 100%;
    }
    
    /************
     * Page-404 *
     ************/
    #main.page-404 #content .grid_4.left_404, 
    #main.page-404 #content .grid_8{
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-left:0;
        margin-right: 0;
        padding-left: 1%;
        padding-right: 1%;
        width: 100%;
    }
    
    /************
     * Checkout *
     ************/
    .checkout .checkout-step .checkout-content .left, 
    .checkout .checkout-step .checkout-content .right, 
    .checkout .checkout-step #shipping-existing,
    .checkout .checkout-step #payment-existing{
        float: none;
        width: 100%;
    }
    .methods{
        width: 100%;
    }
}
@media only all and (max-width: 410px) {
    body{
        max-width: 410px;
        min-width: 310px;
    }
    div.alignleft,
    div.alignright,
    div.aligncenter{
        display: block;
        float: none;
        text-align: center;
        margin: 0 auto 25px;
        width: 226px;
    }

    /*******
     * Top *
     *******/
    .phone_top{
        background: url(../image/bg_phone_top.png) no-repeat 10px 50% #e6e9ed;
        cursor: pointer;
        height: 36px;
        padding: 0 0 0 36px;
        width: 0;
    }
    .phone_top span{
        background: #f5f7f9;
        display: block;
        height: 36px;
        width: 0;
        overflow: hidden;
        text-indent: 5px;
    }
    header#header .grid_3{
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px;
        text-align: center;
        width: 100%;
    }
    input.search-header{
        /*width: 82%;*/
    }
    #header .grid_3 ~ .grid_3 {
        margin: 40px 0 35px 0;
    }
    
    /**********
     * Header *
     **********/
    form.search .entry_form{
        background: url(../image/bg_search.png) no-repeat 287px 50%;
        width: 275px;
    }
    form.search input.entry_form:hover{
	background: url(../image/bg_search_h.png) no-repeat 287px 50%;
    }
    nav.private ul li a{
        font-size: 11px;
        padding: 0 3px;
    }

    /**********
     * Slider *
     **********/
    #myController{
        display: none;
    }
    
    /**************
     * Top button *
     **************/
    .top-bannets .grid_4{
        margin-left: 0;
        margin-right: 0;
        width: 310px;
    }
    
    /************
     * Carousel *
     ************/
    .carousel .c_header{
        margin: 0 1% 42px;
    }
    #featured-carousel {
        margin: 0 -1%;
    }
    
    /***********
     * Content *
     ***********/
    .sort .sort-by{
        display: none;
    }
    .sort .selectBox{
        width: 75px;
    }
    .show .selectBox{
        width: 50px;
    }
    .pagination li a, 
    .pagination li span{
        padding: 0 10px;
    }
    .product-list .product_li .grid_2{
        padding: 0;
	width: 100%;
    }
    .product-list .product_li .grid_3{
	width: 40%;
    }
    .product-list .product_li .grid_4{
        margin: 0 0 0 1%;
	width: 59%;
    }
    .product-list .product_li .entry_content{
        border-right: 0 none;
    }
    .product-list .product_li .grid_2 .cart{
	border-top: 1px solid #e0e0e0;
    }
    .product-list .product_li .cart .price{
        float: left;
        padding: 10px;
        margin: 0;
        width: 100px;
    }
    .product-list .product_li .cart .bay{
        float: left;
        margin: 10px;
    }
    .product-list .product_li .cart .bay input{
        width: 80px;
    }
    .product-list .product_li .cart .wishlist a,
    .product-list .product_li .cart .compare a{
        float: left;
        margin: 7px 0;
    }
    .product-list .product_li .cart .wishlist a{
        border-left: 1px solid #e0e0e0;
    }
    
    /************
     * Checkout *
     ************/
    .checkout #main #content .grid_3, 
    .checkout #main #content .grid_9{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    #checkout_progress ul li a {
        overflow: hidden;
        width: auto;
    }
    
    /******************
     * Content bottom *
     ******************/
    #content_bottom.shopping_box .grid_4{
        width: 312px;
    }
    
    /**********
     * footer *
     **********/
    .f_info .grid_6 {
        width: 100%;
    }
    .f_info p.copyright{
        text-align: center;
    }
    .soc{
        display: none;
    }
    
    /**************
     * form_style *
    **************/
    .form_style .grid_2, 
    .form_style .grid_3{
       width: 100%;
   }
   .form_style input[type="text"]{
       margin: 0 0 20px 0;
   }
   .form_style select, .form_style .selectBox{
       width: 216px;
   }
   .form_style textarea{
       box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
       width: 100%;
   }
   .form_style input[type="submit"]{
       float: none;
       margin: 0 0 15px 0;
   }
}

@media only all and (max-width: 350px) {
    .show>span{
        display: none;
    }
    .product-list .product_li .cart .wishlist a,
    .product-list .product_li .cart .compare a{
        width: 35px;
    }
    .product_page .img_slid .preview {
        width: 282px;
        height: 282px;
    }
    .product_page .img_slid .pagination li {
        margin: 0 8px 0 0;
    }
    .product_page .entry_content .block-cart .cart span{
        display: none;
    }
    #wrapper_tab a.tab_link{
        padding: 0 10px;
    }
    .add_comments .nickname input, 
    .add_comments .your_review input{
        width: 282px;
    }
    ul.checkout_list li.active .list_body form.login .submit input[type="submit"] {
        margin: 0 50px 0 0;
    }
}

/* IE8 */
@media \0screen{
    .primary ul li{
        float: left;
        position: relative;
    }
    .primary ul li a{
        float: left;
        height: 48px;
        padding: 0 14px;
        color: #444;
        text-transform: uppercase;
        font: normal 14px/50px Bitter, Myriad Pro, Verdana, serif;
        border: 1px solid #f5f7f9;
        background: #f5f7f9;
    }
    .primary ul li a:hover,
    .primary ul li:hover a, 
    .primary ul li a:active,
    .primary ul li:active a{
        border: 1px solid #c3d7e9;
        background: #d5e4f1;
        text-decoration: none;
    }
    .primary ul ul.sub{
        display: none;
    }
    .primary ul li:hover > ul.sub, 
    .primary ul li:active > ul.sub{
        display: block;
    }
    .primary ul ul.sub{
        position: absolute;
        top: 48px;
        left: 0;
        z-index: 999;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -khtml-border-radius: 2px;
        behavior: url(PIE.htc);
        box-shadow: 0px 0px 2px #e0e0e0;
        -moz-box-shadow: 0px 0px 2px #e0e0e0;
        -webkit-box-shadow: 0px 0px 2px #e0e0e0;
    }
    .primary ul ul.sub li a{
        border: 0 none;
        width: 210px;
        height: 39px;
        color: #777;
        text-transform: capitalize;
        font: normal 13px/39px Bitter, Myriad Pro, Verdana, serif;
        background: #fff;
    }
    .primary ul ul.sub li+li a{
        border-top: 1px solid #e0e0e0;
    }
    .primary ul ul.sub li a:hover{
        background: #f5f7f9;
    }
}

/* IE7 */
*+html .primary ul li{
    float: left;
    position: relative;
}
*+html .primary ul li a{
    float: left;
    height: 48px;
    padding: 0 14px;
    color: #444;
    text-transform: uppercase;
    font: normal 14px/50px Bitter, Myriad Pro, Verdana, serif;
    border: 1px solid #f5f7f9;
    background: #f5f7f9;
}
*+html .primary ul li a:hover,
*+html .primary ul li:hover a, 
*+html .primary ul li a:active,
*+html .primary ul li:active a{
    border: 1px solid #c3d7e9;
    background: #d5e4f1;
    text-decoration: none;
}
*+html .primary ul ul.sub{
    display: none;
}
*+html .primary ul li:hover > ul.sub, 
*+html .primary ul li:active > ul.sub{
    display: block;
}
*+html .primary ul ul.sub{
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 999;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    box-shadow: 0px 0px 2px #e0e0e0;
    -moz-box-shadow: 0px 0px 2px #e0e0e0;
    -webkit-box-shadow: 0px 0px 2px #e0e0e0;
}
*+html .primary ul ul.sub li a{
    border: 0 none;
    width: 210px;
    height: 39px;
    color: #777;
    text-transform: capitalize;
    font: normal 13px/39px Bitter, Myriad Pro, Verdana, serif;
    background: #fff;
}
*+html .primary ul ul.sub li+li a{
    border-top: 1px solid #e0e0e0;
}
*+html .primary ul ul.sub li a:hover{
    background: #f5f7f9;
}

.bg_in_banner{
	background:url(../images/sprite.png) -84px -322px no-repeat;
	height:86px;
	margin:0 auto;
	width:1013px;
}

#parcele{
	background:url(../images/sprite.png) -507px -162px no-repeat;
	height:40px;
	margin:16px 27px;
	position:relative;
	width:224px;
}

#frete{
	background:url(../images/sprite.png) -731px -162px no-repeat;
	height:40px;
	margin:16px 27px;
	position:relative;
	width:294px;
}

#desconto{
	background:url(../images/sprite.png) -1025px -162px no-repeat;
	height:40px;
	margin:16px 27px;
	position:relative;
	width:322px;
}

#slider{
	border-radius: 10px;
}

.redes_sociais{
    color: #FFFFFF;
    float: right;
    margin: 18px 0;
    width: 80px;
}

.facebook{
	background:url(../images/sprite.png) -276px -162px no-repeat;
    float: right;
    height: 40px;
    margin: 8px 0;
    position: relative;
    width: 40px;
}

.facebook:hover{
	background:url(../images/sprite.png) -276px -202px no-repeat;
}

.twitter{
	background:url(../images/sprite.png) -316px -162px no-repeat;
    float: right;
    height: 40px;
    margin: 8px 0;
    position: relative;
    width: 40px;
}

.twitter:hover{
	background:url(../images/sprite.png) -316px -202px no-repeat;
}

.facebook_f{
	background:url(../images/sprite.png) -276px -162px no-repeat;
    float: left;
    height: 40px;
    margin: 8px 0;
    position: relative;
    width: 40px;
}

.facebook_f:hover{
	background:url(../images/sprite.png) -276px -202px no-repeat;
}

.twitter_f{
	background:url(../images/sprite.png) -316px -162px no-repeat;
    float: left;
    height: 40px;
    margin: 8px 0;
    position: relative;
    width: 40px;
}

.twitter_f:hover{
	background:url(../images/sprite.png) -316px -202px no-repeat;
}

#fomasdepagamento{
	background:url(../images/sprite.png) -358px -247px no-repeat;
	height:40px;
	margin:15px 20px;
	width:583px;
}

.info_footer{
	background:url(../images/sprite.png) 0 -458px no-repeat;
    height: 216px;
    padding: 20px 0 0;
    width: 100%;
}

.redes_footer{
	color:#fff;
	padding:0;
	text-shadow: 1px 1px 1px #bc6418
}

.m_footer .title{
	color:#000;
	font-size:18px;
	text-shadow: 1px 1px 1px #af5d16;
}

.m_footer li a{
	color:#5a2e08;
	font-size:12px;
	text-decoration:none;
}

.m_footer li a:hover{
	color:#fff;
	text-decoration:none;
}

.m_footer p{
	color:#5a2e08;
	font-size:12px;
	text-decoration:none;
}

.facebook_sidebar{
	background:#504e60;
	border-radius:5px;
	height:410px;
	width:100%;
}

.categorias{
    background: none repeat scroll 0 0 #fec92f;
    border-radius: 5px;
    height: auto;
	padding:10px;
	margin:0 0 15px;
}

.categorias li{
	background:#FFF;
}

.categorias li:hover{
	background:#FFF;
}

.categorias li a{
	color:#FFF;
	padding:3px;
	padding-left:10px;
	display:block;
	font-size:14px;
	text-decoration:none;
	background-image:url(../images/menu.png);
	background-position:center center;
	text-shadow:1px 2px 1px #000;
}

.categorias li a:hover{
	color:#FFF;
	text-decoration:none;
	background-image:url(../images/menu3b.png);
}

.categorias li ul a{
	color:#FFF;
	padding:3px;
	font-weight:bold;
	padding-left:10px;
	display:block;
	font-size:14px;
	text-decoration:none;
	background-image:none;
	background-image:url(../images/menu2b.png);
	background-position:center center;
}

.categorias li ul a:hover{
	color:#f9ff87;
	background-image:url(../images/menu4b.png);
	text-decoration:none;
}

.cat{
	background:url(../images/sprite.png) -1085px -326px no-repeat;
	color:#ad7113;
	margin:0;
	padding:10px 0 20px 55px;
}

.news{
	background:url(../images/sprite.png) -1655px -162px no-repeat;
	border-radius:5px;
	padding:10px;
	margin:15px 0;
}

.sidebar_news{
}

.sidebar_news input{
	background:#fff;
	border:thin solid #c6c6c6;
	border-radius:5px;
	color:#a1a1a1;
	width:188px;
	margin:5px 0;
}

.sidebar_news input[type="password"]:focus, .sidebar_news input[type="email"]:focus, .sidebar_news input[type="text"]:focus{
	background:#fff;
	border:thins solid #9e9e9e;
	border-radius:5px;
	width:188px;
	color:#575757;
}

.sidebar_news .button{
	width:100px;
	height:30px;
	border:0px;
	background: #ae580e;
	color:#ed7f1d;
	font-size:10px;
	text-transform:uppercase;
}

.sidebar_news .button:hover{
	background: #823e04;
	color:#ed7f1d;
}

.news h2{
	color:#fff !important;
	border:none !important;
	text-align:center;
	padding:0 !important;
	margin:5px 0 !important;
	font-size:26px !important;
	letter-spacing:2px;
}

.news p{
    color: #FFFFFF;
    font-size: 11px;
    line-height: 16px;
    padding: 0 23px;
}

.btn_compra{
	text-decoration:none;
	font-size:12px;	
	padding:10px;
	font-weight:bold;
	background:#df0091;
	color:#FFF;	
}
.btn_compra:hover{
	color:#0987eb;
	background:#fec92f;
}


.content_title { color:#0089e1;}
.page_title { color:#0089e1;}