@import url("fancybox/jquery.fancybox.min.css");
/*
* Viver Melhor
* Version: 1
* Last Edit: 2011/05/17
* ------------------ *
* Colors:
* Green: #7dc310
* Light Green: #d4f1a7
*/

/* !Import */

@import url("css/reset.css");
@import url("css/elements.css");

@font-face {
    font-family: 'ISOCPEURRegular';
    src: url('font/isocpeur-webfont.eot');
    src: url('font/isocpeur-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/isocpeur-webfont.woff') format('woff'),
         url('font/isocpeur-webfont.ttf') format('truetype'),
         url('font/isocpeur-webfont.svg#ISOCPEURRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0 auto;
	color: #444;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
	*font-size:small;
	background: #7dc310;
}

.ie7 body {
	background: #fff;
}

/* !Hyperlinks */
a,
a:active,
a:visited {
	color: #7dc310;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

/* Font Ajustments*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "ISOCPEURRegular", sans-serif;
	text-transform: uppercase;
	color: #7dc310;
}

/* Other */





.full{
	width: 450px;
	background-color: #FFF;
	margin-bottom:0;
	margin-right:10px;
}
.no_full{
	background-color: #FFF;
	margin-bottom:0;
	margin-right:10px;
}

.success{
/* 	float:left; */
/* 	width: 575px; */
/* 	color: #8FA943; */
	color: #7dc310;
	border: 1px solid #7dc310;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

/* 	border: 1px solid #C2E1AA; */
	padding:9px 9px 7px;
	margin-bottom:18px;
}

.attention{
	float:left;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	color: #7dc310;
	width: 188px;
	margin: 10px auto 20px auto;
	background: #fff;

	border: 1px solid #afe26f;
	   box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

	/*-moz-border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;*/
}

.attention2{
	float:left;
	padding:5px;

	padding-bottom:10px;
	color: #7dc310;
	width: 188px;
	margin: 30px auto 20px auto;
	background: #fff;

	border: 0 1px solid #afe26f;

	/*-moz-border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;*/
}
.attention h4, attention2 h4 {
	float:left;
	color: #000;
	width:140px;
}
.attention p, attention2 p{
	padding:0;
	margin:0;
	padding-top:5px;
	width:140px;
	float:left;
	font-size:13px;
}
.attention img{
	/*float:left;*/
	margin: 0;
	margin-right:5px;
	/*width:40px;*/
}
























input, textarea {
  margin: 0;
  cursor: text;
  padding: 6px 5px 6px 5px;
  border: 1px solid #aaa;
  color: #999;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background-image: -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background-image: linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  transition: ease-in-out all 0.1s;
  -moz-transition: ease-in-out all 0.1s;
  -webkit-transition: ease-in-out all 0.1s;
  /* Defined in patterns.less */

}
input:focus, textarea:focus {
  color: inherit;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #888;
  outline: none;
}











.btn {
  text-decoration:none;
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333 !important;
  padding:6px;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}

.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}

.btn.large {
  font-size: 14px;
  line-height: normal;
  padding: 9px 14px 9px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.btn.small {
  padding: 7px 9px 7px;
  color: #333;
}


/* -------------------- */
/* !Layout */
/* -------------------- */
.fluid{
	width: 100%;
}
.inside{
	width: 940px;
	margin: 0 auto;
}

#footer_img img{
	padding-right:5px;
}

/*Debug*/
body *{
	background: rgba(0,0,0,0.0);
}

.margin-bottom{
	margin-bottom: 20px;
}
.margin-left{
	margin-left: 20px;
}

/* -------------------- */
/* !Header */
/* -------------------- */
#header{
	padding: 40px 0 0 0;
	background: #000 url(images/header-bg.png) bottom repeat-x;
}

/* !Logo */
/* -------------------- */
#logo{
	float: left;
	width: 335px;
	background: url(images/logo-bg.png);
	background-repeat:no-repeat;
	padding-bottom: 10px;
}
#logo img{
	margin: 0;
}
#logo a{
	display: inline-block;
}
#logo small{
	display: block;
	font-weight: bold;
	font-size:16px;
	text-transform: lowercase;
	margin: 5px 0 5px 30px;
	font-family: "ISOCPEURRegular", sans-serif;
}

/* !Top-menu */
/* -------------------- */
#top-menu{
	text-transform: uppercase;
	float: left;
	width: 605px;
	padding: 0 0 0 0;
}
.top-menu{
	border-bottom: 1px solid #f06529;
	margin-bottom: 18px;
}
#top-menu ul,
#top-menu li{
	margin: 0;
}
#top-menu .menu{
	display: block;
	float: right;
}
#top-menu ul{
}
/* 1st level */
#top-menu>ul>li{
	margin-left: 3px;
	border-left: 1px dashed #fff;
}
#top-menu>ul>li:first-child{
	border-left: 0;
}
#top-menu ul ul{
	margin-left: -3px;
}

#top-menu a{
	color: #fff;
	padding: 12px 20px;
}
#top-menu a:hover{
	text-decoration: none;
	color: #7dc310;
}
#top-menu .current>a{
	color: #7dc310;
}
#top-menu ul ul{
	padding: 5px 0 0 0;
}
#top-menu ul ul ul{
	padding: 0 0 0 3px;
}

#top-menu li.fb-icon{
	border-left: 0;
}
.menu-store {
font-size: 16px;
font-family: "ISOCPEURRegular", sans-serif;
color: #9ec62f !important;
padding-left: 50px !important;
padding-bottom: 8px !important;
background: url(images/cart-green.png) no-repeat 22px center;
}
.menu-store:hover {
	color: #fff !important;
background: url(images/cart-white.png) no-repeat 22px center;
}

.fb-icon {
	width: 32px;
	height: 32px;
	display: block;
	background: url(images/fb.png) no-repeat center center;
	text-indent: -9999px;
}

.facebook-widget-top {
	position: absolute;
	top: 6px;
	right: 10px;
}
.facebook-widget-top .fb-icon {
	float: left;
}

.facebook-like-small {
	float: left;
	width: 52px;
	height: 24px;
	overflow: hidden;
	padding-top: 3px;
	margin-right: 5px;
}

/* !Shopping Cart */
/* -------------------- */
#header .inside{
	position: relative;
}
#shopping-cart{
	float:right;
	padding-top:35px;
}

#shopping-cart #artigos{
	float:right;
	padding-right:15px;
}
#shopping-cart #artigos a{
/* 	color: #7dc310; */
/* 	font-weight:bold; */
/* 	padding-right: 22px; */
/* 	background: url(images/cart.png) no-repeat right center; */
}
#shopping-cart #logout{
	float:right;
	padding-right:15px;
}

.info_user_home{
	clear:left;
}
.info_user_home a{
	color:#FFF;
	text-decoration:underline;
}
.info_user_home a:hover{
	text-decoration:none;
}

#newsletter{
	float:left;
	padding-top:20px;
}

/* -------------------- */
/* !Upper Area */
/* -------------------- */

/* !Area Above - Slider nd Login */
/* -------------------- */
#above{
	color: #fff;
	display: block;
}
#above .inside{
	background: url(images/grad.jpg);
}
.page #above{
	background: #000;
}
#above h1,
#above h2,
#above h3,
#above h4{
	color: #fff;
}
#slider,
#login{
	float: left;
}
/* !Slider */
/* -------------------- */
#slider{
	width: 720px;
	height: 250px;
}
.slides_container{
	overflow: hidden;
	height: 250px;
}
#slider img{
	margin: 0;
}
.slides_container>div{
	position: relative;
}
#slider .info{
	position: absolute;
	z-index: 999;
	right: 20px;
	top: 20px;
	bottom: 20px;
	width: 300px;
	height: auto;
	padding: 20px;
	/*background: rgba(255,255,255,0.5);*/
	background: url(images/50.png);
	background: rgba(0,0,0,0.5);
}

ul.pagination{
	position: relative;
	z-index: 99;
	float: right;
	padding-top: 5px;
	margin-right: 10px;
}
ul.pagination li{
	float: left;
	list-style: none;
	margin-left: 3px;
}
ul.pagination li a{
	color: #000;
	display: block;
	padding: 1px 5px;
}
ul.pagination li.current a{
	background: #000;
	color: #fff;
}

/* !Login */
/* -------------------- */
#login{
	padding: 20px 10px 10px 20px;
	width: 190px;
	height: 220px;
	background: #9faf83;
}

form input{
/* 	background-color: #bbb8b8; */
}
#login input{
	/*display: block;*/
	color: #fff;
	margin-bottom: 3px;
}
#login input[type="text"],
#login input[type="password"]{
	width: 70%;
}


#login input[type="email"]{
	width: 70%;
}

#form_login{
	float:right;
/* 	padding-right:18px; */
	padding-top:15px;
}
#form_login_other{
	float:left;

	padding-top:15px;
	padding-bottom:25px;
}

#login_form_other{
	float:left;
	padding-bottom:10px;
	margin-top:20px;
}


#box_actualizar{
	float:left;
	padding:0;
	margin:0;
	margin-top:5px;
	margin-left:5px;
	height:20px;
	text-align:center;
	width:40px;
	background-color: #FFF;
}
.bt_actualizar{
	padding-bottom:20px;
}

#contact-form{
	padding-bottom:20px;
}


.check{
/* 	float:left; */
}
.expandir{
/* 	float:left; */
	padding-top:5px;
	padding-bottom:5px;
	padding-left:19px;

}

.expandir_start{
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:19px;

}
.radio_pagamento{
	margin:0;
	padding:0;
	float:left;
	margin-right:3px;
}

.check label{
	font-weight:bold;
}


.link_loja{
	float:left;
	font-size:14px;
	padding-right:5px;
}
.link_loja a:hover{
	color:#000;
}

/* -------------------- */
/* !Content */
/* -------------------- */
#content {
	background: #fff;
	padding-top: 18px;
	position: relative;
	z-index: 1;
	left: 50%;
	margin: 0 50% 0 -470px;
}
.page #content{
	background: #fff url(images/content-bg.png) no-repeat 720px top;
	padding-top: 60px;
	position: relative;
	left: 50%;
	margin: 0 50% 0 -470px;
}
#content .inside {
	margin: 0;
	width: 940px;
}
/* Media query fix */
@media only screen and (max-width: 955px) {
#content,
.page #content{
	position: inherit;
	width: 940px;
	margin: 0 auto;
}
}
/* End Media query fix */

#main-page-content{
	float: left;
	margin-left: 60px;
	width: 400px;
	margin-bottom: 18px;
}
#servicos-page-content{
	float: left;
	margin-left: 60px;
	width: 668px;
	margin-bottom: 18px;
	min-height:50px;
}
#servicos-page-content h1{
	margin-top:-40px;
}
#servicos-page-content p{
	padding-right:20px;
}





#news-list{
	margin: 0;
}
#news-list li{
	margin: 0;
	list-style: none;
	margin: 9px 0;
	float:left;
	width:200px;
	height:110px;
	overflow:hidden;
}
#news-list li a{
	float:left;
}
#news-list h4{
	font-size: 1.2em;
	color: #000;
	margin-bottom: 4px;
	float:left;
	padding-left:5px;
	width:108px;
}
#news-list p{
	float:left;
	margin-bottom: 4px;
	padding-left:10px;
	width:108px;
	font-size:12px;
}
#news-list a.news-more{
	color: #999;
}

#news-list li .thumb{
	overflow:hidden;
	border-radius: 15px;
	-webkit-box-shadow: rgba(204,204,204,1) 0px 2px 3px;
	-moz-box-shadow: rgba(204,204,204,1) 0px 2px 3px;
	box-shadow: rgba(204,204,204,1) 0px 2px 3px;
}

a.news-all{
	font-weight: bold;
}

/* Homepage Aside */
#main-page-aside{
	float: left;
	width: 350px;
	margin-left: 40px;
	margin-bottom: 18px;
}
#main-page-aside .product-list{
	margin: 40px 0 0 0;
}
.product-list li{
	list-style: none;
	margin: 0 0 15px 0;
}
.product-list li p{
	margin:0;
	padding:0;
}
.product-list h4{
	padding-top: 8px;
	margin-bottom: 5px;
	font-size: 1.1em;
}
.product-list h4 a{
	color: #000;
}
.thumb{
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: 1px solid #9cdf32;
}
.thumb img{
	width: 80px;
}
.product-list .thumb{
	float: left;
	margin: 0 15px 10px 0;
}
a.view-store{
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	border-top: 1px solid #e9ffc6;
	border-bottom: 1px solid #6f9435;
	background: #7dc310;
}
a.view-store:active{
	position: relative;
	top: 1px;
	border-bottom: 0;
}

/* Subscribe home*/
#subscribe{
	margin: 0 0 10px 60px;
}
#subscribe h5{
	margin:0;
	padding:0;
}

#subscribe_2{
	float:left;
	margin: 10px 0 10px 0;
}
#subscribe_2 h5{
	margin:0;
	padding:0;
}


.required_2 span{
	color: #7dc310;
}
/* -------------------- */
/* !Store Styles */
/* -------------------- */

/* !Store Above */
/* -------------------- */
#store-header{
	position: relative;
	z-index: 1;
	height: 100px;
}
#store-header h1{
	color: #7dc310;
	font-size: 1.6em;
	position: absolute;
	bottom: 10px;
	left: 20px;
	top:75px;
}
#store-header form{
/* 	position: absolute; */
/* 	bottom: 0px; */
/* 	right: 0; */
}
#login_form{
/* 	float:right; */
	padding-bottom:10px;
/* 	margin-top:-20px; */
}

/* !Store Sidebar */
/* -------------------- */
#store-sidebar{
	float: left;
	width: 200px;
	padding-left:20px;
}
#store-sidebar h4{
	margin:0;
	padding:0;
	padding-bottom:5px;
}
#store-sidebar h5{
	margin:0;
	padding:0;
	padding-bottom:5px;
}


.current a{
	font-weight:bold;
	text-decoration:underline;
}


.tira_cat{
	float:left;
	width:200px;
	border-bottom:dashed 1px #666;
	padding-top:5px;
}


#categorias{
	clear:left;
	margin:0;
	padding:0;
	padding-top:5px;
}
#categorias li{
	list-style: none;
	margin:0;
	padding:0;
}
#categorias strong{
	cursor: pointer;
}
#categorias strong a{
	display: block;
	color:#000;
}






#sub_categorias{
	padding:0;
	margin:0;
	list-style:none;
}
#sub_categorias li{
	padding-left:10px;
}
#sub_categorias li a{
	display:block;
}




#sub_subcategorias{
	padding:0;
	margin:0;
	list-style:none;
}
#sub_subcategorias li{
	font-size:11px;
	padding-left:20px;
}
#sub_subcategorias li a{
	color: #666;
	font-weight:normal;
	text-decoration:none;
	display: block;
}
#sub_subcategorias li a:hover{
	text-decoration:underline;
}



















#store-categories_2{
	position: relative;
	padding-bottom: 18px;
}
#store-categories_2 strong{
	cursor: pointer;
}
#store-categories_2,
#store-categories_2 li{
	list-style: none;
	margin: 0;
}
#store-categories_2>li{
	border-bottom: 1px dashed #000;
}
#store-categories_2 li>ul{
	margin-bottom: 5px;
	margin-left: 5px;
}
#store-categories_2 strong a{
	display: block;
	padding: 5px 0;
	color:#7dc310;
}
#store-categories_2 strong a:hover{
	text-decoration:underline;
	color: #000;
}
#store-categories_2 li .current{
	font-weight: bold;
	color: #000;
	text-decoration:underline;
}










/* !Info Box */
/* -------------------- */
.info-box{
	background: url(images/info.png) no-repeat left 45%;
	padding: 20px 0 0 30px;
	margin-bottom: 20px;
	clear:left;
}
.info-box a{
	display: block;
}

.info-box-menus{

	padding: 10px 0 0 0;
	margin-bottom: 0;
		margin-top: 30px;
	float:left;
	width:185px;

}
/*.info-box-menus a{
	display: block;
	background-color:#fff;
	border:#000 1px dashed;
	width:175px;
	margin-bottom:8px;
	padding:10px;

}*/


.box_pesquisa{
	float:left;
	padding: 25px 0 20px 0;
}


/* !Sidebar Search */
/* -------------------- */
#sidebar-search>*{
	/*width: 100%;*/
}
#sidebar-search input[type="text"]{
	width: 188px;
}
#sidebar-search input[type="submit"]{
	/*width: auto;*/
	float:right;
/* 	margin-left:22px; */
	width:55px;
	font-size:10px;
}

.inputs_search{
/* width:65px; */
margin-right:0;
float:left;
font-size:11px;
}

/* !Store Content */
/* -------------------- */
#store-content{
	float: right;
	width: 700px;
	border: 1px solid #afe26f;
	margin-bottom: 18px;
	min-height:200px; !important
	background-color:#FFF;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px
}

#store-partners{
	float: right;
	width: 688px;
	border-top: 1px dashed #afe26f;
	padding-top: 9px;
	margin-top: 9px;
    padding-left:12px;
	margin-bottom: 19px;

	background-color:#FFF;

}

#store-partners img{
	float: left;
	width: 120px;
	padding-right:10px;
	padding-left:5px;
	border:0;

}

.store-partners_img{
	float: left;
	width: 120px;
	padding-right:10px;
	padding-left:0;
	border:0;

}

.breadcrumbs{
	width:680px;
	float: left;
	margin-left: 20px;
	margin-bottom: 5px;
}
.breadcrumbs span{
	float:left;
	padding-bottom:0;
}



.sec_nave{
	width:680px;
	float: left;
	margin-left: 20px;
	margin-bottom: 15px;
    margin-top: 15px;
}
.sec_nave span{
	float:left;
	padding:5px;
	display:block;
	margin:5px;
	border: 1px solid #ccc;
	-moz-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow: rgba(204,204,204,1) 0px 2px 3px;
	-moz-box-shadow: rgba(204,204,204,1) 0px 2px 3px;
	box-shadow: rgba(204,204,204,1) 0px 2px 3px;
}

#store-content .breadcrumbs{
	font-size: 1.1em;
	text-transform: uppercase;
	margin-top: 30px;
}
#order-by{
	float: right;
	margin: 9px 9px 0 0;
}
#order-by li{
	text-align: right;
	list-style: none;
}


#select_sub_cat{
	float:right;
	margin-right:15px;
}
#select_sub_cat select, option{
	background-color:#FFF;
}


/* !Store Products */
/* -------------------- */
.product-block{
	margin: 0;
	list-style: none;
	display: block;
	overflow: hidden;
	width: 710px;
	padding-bottom:10px;
}
.product-block li{
	display: inline-block;
	float: left;
	width: 308px;
	padding: 10px;
	margin: 0 0 12px 12px;
	list-style: none;
	background: #ffffff;

	border: 1px solid #afe26f;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: rgba(204,204,204,1) 0px 2px 3px;
	-moz-box-shadow: rgba(204,204,204,1) 0px 2px 3px;
	box-shadow: rgba(204,204,204,1) 0px 2px 3px;
}
.product-block li .thumb{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.product-block li h5{
	display: block;
	margin-bottom: 5px;
}
.product-block li p{
	margin-bottom: 5px;
}


.product-item {
	position: relative;
}
.product-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	padding: 20px 10px 10px 10px;

	display: block;
	color: inherit !important;
/* 	background: red; */
}

.product-block_2{
	margin: 0;
	list-style: none;
	display: block;
	overflow: hidden;
	width: 700px;
}
.product-block_2 li{
	display: inline-block;
	float: left;
	width: 308px;
	min-height: 106px;
	padding: 20px 10px 10px 10px;
	margin: 0 0 13px 13px;
	list-style: none;
	background: #fff;

	border: 1px solid #afe26f;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: rgba(204,204,204,1) 0px 2px 3px;
	-moz-box-shadow: rgba(204,204,204,1) 0px 2px 3px;
	box-shadow: rgba(204,204,204,1) 0px 2px 3px;
}
.product-block_2 li .thumb{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.product-block_2 li h5{
	display: block;
	margin-bottom: 5px;
}
.product-block_2 li p{
	margin-bottom: 5px;
}



a.buy,
.buy{
	display: inline-block;
	background: url(images/cart.png) no-repeat left center;
	color: #000;
	padding-left: 22px;
	margin-top:12px;
	text-align: right;
}

/* !Product Detail */
/* -------------------- */
#product-detail{
/* 	float:left; */
	margin: 20px;
}
.product-image{
	float: left;
	width: 300px;
	margin-right: 16px;
}
.product-image img{
	margin-bottom: 10px;
	width:300px;
}
#product-info #buy-product{
	color: #fff;
	display: block;
/* 	padding: 5px 10px; */
/* 	border-top: 1px solid #e9ffc6; */
/* 	border-bottom: 1px solid #6f9435; */
/* 	background: #7dc310; */
	background-image:url(images/btn-comprar.png);
	background-repeat: no-repeat;
/* 	background-position:5px; */
	border: none;
	padding-left:20px;
	background-repeat:no-repeat;
	width:85px;
	height: 27px;
	text-indent: -999em;
}
#product-info{
	float: left;
	width: 340px;
}
#product-detail img{
	border: 1px solid #afe26f;
}



/* !Pagination */
/* -------------------- */
#pagination{
	padding-top:20px;
	margin-bottom: 40px;
	text-align: center;
}
#pagination span,
#pagination a{
	color: #62b420;
	display: inline-block;
	border: 1px solid #62b420;
	margin: 0 2px;
	padding: 0 5px;
}
#pagination .disabled{
	border-color: #ccc;
	color: #ccc;
}
#pagination .current,
#pagination a:hover{
	background: #62b420;
	color: #fff;
	text-decoration: none;
}

/* -------------------- */
/* !Footer */
/* -------------------- */
#footer{
	background: #000;
	color: #fff;
	padding: 20px 0;
}
#footer p{
	margin: 0;
}
#footer p a{
	color: #fff;
}
#footer p a:hover{
	color: #fff;
}

/* -------------------- */
/* !Menus */
/* -------------------- */
.menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu {
	line-height:	1.0;
}
.menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.menu ul li {
	width:			100%;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float:			left;
	position:		relative;
}
.menu a {
	display:		block;
	position:		relative;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
.hfix li:hover ul,
.hfix li.sfHover ul {
	left:			0;
	top:			2.3em; /* match top ul list item height */
	z-index:		99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}



#prod_adicionado{
	color:#7dc310;
	padding:10px;
	margin-left: 19px;
	margin-right: 19px;
	margin-top: 19px;
	clear:left;
	background-color:#FFF;
	font-weight:bold;
	font-size:14px;

	border: 1px solid #7dc310;
	-moz-border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
#prod_adicionado a{
	color:#7dc310;
	text-decoration:underline;
}

#prod_adicionado a:hover{
	color:#7dc310;
	text-decoration:none;
}

.preco{
	float: left;
	width: 340px;
	padding-top:5px;
}
.preco h5{
	margin:0;
	padding-top:5px;
	float:left;
	padding-right:5px;
}
.preco span{
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}
.preco div{
	float:left;
	padding-left:10px;
	font-size:11px;
}




.preco_2{
	clear:left;
}
.preco_2 h5{
	padding:0;
	margin:0;
	float:left;
	padding-right:5px;
}
.preco_2 span{
	float:left;
}
.preco_2 div{
	clear:left;
	padding-left:48px;
	font-size:11px;
}




.comprar {
	clear:left;
	position: absolute;
	bottom: 5px;
}
.comprar img {
	margin: 0;
}


#lista_noticias{
	float:left;
	padding-top:20px;
	width:678px;
	padding-left:20px;
	padding-bottom:20px;
	min-height:200px; !important
	height:auto;
}
.noticia{
	float:left;
	width:658px;
}












#codigo_promocao{
	border:none;
	background-color:#bbb8b8;
	color:#FFF;
}













/* menu lateral */

#navigation {
	float: left;
	width: 200px;
}
#navigation ul {
	margin:0px;
	padding:0px;
}
#navigation li {list-style: none;}


#navigation a {
	font-weight:bold;
	 color: #000;
	 cursor: pointer;
	 display:block;
	 height:25px;
	 line-height: 25px;
	 text-indent: 10px;
	 text-decoration:none;
	 width:100%;
	 border-bottom:dashed 1px #666;
}
#navigation a:hover{
	 text-decoration:underline;
}

#navigation li:hover {
	 position: relative;
}



ul.sub-level {
    display: none;
}
li:hover .sub-level {
    border-width: 1px;
    display: block;
    position: absolute;
    left: 197px;
    top: 0px;
}
ul.sub-level li {
    border: none;
    float:left;
    width:200px;
}

/*Seconda Level*/
#navigation .sub-level {
	background-color:#FFF
}

/*Third Level*/
#navigation .sub-level .sub-level {
    background-color:#FFF
}

/*RESET STYLES*/
li:hover .sub-level .sub-level {
	display:none;
}
.sub-level li:hover .sub-level {
	display:block;
}



/* ==== * Menu Vertical * ==== */

/*** ESSENTIAL STYLES ***/
.vertical-navigation, .vertical-navigation * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.vertical-navigation {
	line-height:	1.0;
}
.vertical-navigation ul {
	position:		absolute;
	top:			-999em;
	width:			16em; /* left offset of submenus need to match (see below) */
}
.vertical-navigation ul li {
	width:			100%;
}
.vertical-navigation li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.vertical-navigation li {
	float:			left;
	position:		relative;
}
.vertical-navigation a {
	display:		block;
	position:		relative;
}
.vertical-navigation li:hover ul,
.vertical-navigation li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.vertical-navigation li:hover li ul,
ul.vertical-navigation li.sfHover li ul {
	top:			-999em;
}
ul.vertical-navigation li li:hover ul,
ul.vertical-navigation li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
}
ul.vertical-navigation li li:hover li ul,
ul.vertical-navigation li li.sfHover li ul {
	top:			-999em;
}
ul.vertical-navigation li li li:hover ul,
ul.vertical-navigation li li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
}
.vertical-navigation, .vertical-navigation li {
	/* width:	14em; */
}
.vertical-navigation li:hover ul,
.vertical-navigation li.sfHover ul {
	left:	16em; /* match ul width */
	top:	0;
}

/* menu style */
.vertical-navigation {
	margin-bottom:	1em;
	width: 15em;
}
.vertical-navigation li {
	width: 15em;
	padding-right: 1em;
}
.vertical-navigation a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.vertical-navigation {}
.vertical-navigation>li>a {
	border-bottom: 1px solid #ccc;
}
.vertical-navigation>li>a {
	color: #000;
	font-weight: bold;
}
.vertical-navigation>li:hover>a {
	color: #7dc310;
}
.vertical-navigation ul li>a {
color: #000;
font-weight: bold;
}
.vertical-navigation ul li:hover>a {
	font-weight: bold;
	color: #7dc310
}
.vertical-navigation ul {
	background: #fff;
	border: 1px solid #ccc;
/*
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
*/
-webkit-box-shadow: rgba(204,204,204,1) 0px 2px 3px;
-moz-box-shadow: rgba(204,204,204,1) 0px 2px 3px;
box-shadow: rgba(204,204,204,1) 0px 2px 3px;
}
.vertical-navigation ul ul {
/*
-webkit-border-radius: 0 10px 10px 10px;
   -moz-border-radius: 0 10px 10px 10px;
		border-radius: 0 10px 10px 10px;
*/
}
.vertical-navigation ul>li {
}

.active-menu {}
.active-menu>ul {
	border: 0;
	position: static;
}
.active-menu ul ul a {
	color: #666;
}
.active-menu>ul ul li:hover>a {
	background: none;
}
.active-menu li:hover>a {
	font-weight: normal !important;
}
.active-menu>a {
	color: #7dc310 !important;
	font-weight: bold;
}
.active-menu ul a:hover {
	background: #e8facd;
}
.active-menu>ul ul {
-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
		border-radius: 10px;
}
.active-menu .active-menu:hover>a {
	font-weight: bold !important;
}
.active-menu .active-menu>ul {
	padding-left: 10px;
}
.active-menu .active-menu>ul a:hover {
	color: #000;
	background: #e8facd;
}

li.arrow,
.arrow {
	background-image: url(images/arrow.png);
	background-position: 14em center;
	background-repeat: no-repeat;
}

/* ==== * Modal * ==== */
.overlay{display:none;position:fixed;z-index:10;bottom:0;top:0;left:0;right:0;background:rgba(255, 255, 255, 0.5);}
.ie7 .overlay,
ie8 .overlay{ display: block;background:#ffffff;opacity:.5;filter:alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
.modal{display:none;z-index:11;position:fixed;top:50%;left:50%;width:700px;padding:20px 20px 10px 20px;background-color:#000;box-shadow:0 0 20px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.3);-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.3);border-radius:3px;line-height:19px;text-shadow:none;}
.modal span.close{color:#c81414;position:absolute;right:20px;cursor:pointer;font-family:sans-serif;font-weight:bold;font-size:2em;}
.modal .button {
	display: block;
	width: 130px;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 14px;
	margin-bottom: 10px;
}
.modal .head {
	font-size: 20px;
}
.ie6 .modal,
.ie7 .modal,
.ie8 .modal {
	display: block;
}

/* ==== * Slideshow * ==== */

#slideshow {
		    margin: 15px 0 25px 0 ;
		    position: relative;
		    width: 198px;
		    height: 265px;
		    padding: 0;
			border: 1px solid #afe26f;
		     box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
		}

		#slideshow > div {
		    position: absolute;
		    top: 0;
		    left: 0;
		    right: 0;
		    bottom: 10px;
			padding: 7px;
		}

/* ==== * Micro Clearfix * ==== */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

.fr {
	float: right;
}
.fl {
	float: left;
}

.mt {
	margin-top: 20px;
}

/* ==== * Page Content Area * ==== */

.page-content {
	margin-left: 60px;
	margin-right: 60px;
	padding-bottom: 18px;
	min-height: 50px;
}


/* ==== * Form Halves * ==== */

.form-halves {}
.form-half {
	width: 48%;
	float: left;
}
.form-half + .form-half {
	margin-left: 4%;
}

/* ==== * Form Stuff * ==== */
.form-field {
	margin-bottom: 10px;
}
.form-field br {
/* 	display: none; */
}
.form-field select {
	margin-bottom: 0;
}
.form-field > label {
	display: inline-block;
	width: 40%;
}
.form-field select {
	width: 150px;
}

/* ==== * PRE STYLING * ==== */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}


/* ==== * Messages * ==== */
.message {
	margin: 0 0 15px 0;
}
.form-halves .message {
	margin-left: 40%;
	padding-left: 5px;
}
.message-error {
	color: red;
}
.message-success {
	background: #eee;
	border: 1px solid #ccc;
	padding: 2px 4px;
}



/* ==== * Cart Table * ==== */
table.cart-table,
.cart-table th,
.cart-table tr,
.cart-table td {
	border: none;
	padding: 6px;
}
.cart-table {
	border-spacing: 0;
	border-collapse: separate;
}
.cart-table td {
	background: #eee;
}
.cart-table th {
	text-align: left;
	color: #77c412;
	font-family: "ISOCPEURRegular", sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: normal;
}
.cart-table-head {}
.cart-table-head th {
	border: 0;
	border-bottom: 1px solid #77c412;
}
.cart-table-body {}
.cart-table-body tr {
}
.cart-table-body td {
	border-width: 0px 4px 5px 0;
	border-style: solid;
	border-color: #fff;
	vertical-align: middle;
}
.cart-table-body tr:first-child td {
	border-top: 5px solid #fff;
}
select {
	margin-bottom: 0;
}
.cart-table-foot {}
.cart-table-foot th {
	border: 0;
	border-top: 1px solid #77c412;
}

.cart-table-foot tr,
.cart-table-head tr {
	background: none;
}

.cart-table-remove {
	background: none;
	border: 0;
	font-size: 1.4em;
	padding: 0;

	color: #7dc310;
	font-weight: bold;
}

.cart-table-body a {
	color: #444;
}
.cart-table-body img {
	max-width: 50px;
	border: none !important;
}

.cart-cost {
	text-align: right;
}

.no-bg {
	background: transparent !important;
}

.register-account-button {
	display: inline-block;
	color: #fff !important;
	padding: 5px 8px;
	background: #000 url(images/user-icon.png) no-repeat 8px 7px;
	padding-left: 26px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.view-cart-button {
	display: inline-block;
	color: #fff !important;
	padding: 5px 8px;
	background: #000 url(images/cart-white.png) no-repeat 8px 7px;
	padding-left: 30px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

/* ==== * alternate-address-button * ==== */

a.alternate-address-button {
	position: relative;
	font-family: "ISOCPEURRegular", sans-serif;
	font-size: 14px;
	display: block;
	padding: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #666;

	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #ebebeb 17%, #d1d1d1 96%, #d8d5d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(17%,#ebebeb), color-stop(96%,#d1d1d1), color-stop(100%,#d8d5d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#ebebeb 17%,#d1d1d1 96%,#d8d5d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#ebebeb 17%,#d1d1d1 96%,#d8d5d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#ebebeb 17%,#d1d1d1 96%,#d8d5d5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%,#ebebeb 17%,#d1d1d1 96%,#d8d5d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d8d5d5',GradientType=0 ); /* IE6-9 */
}
.alternate-address-button:hover {
	color: #444;
	text-decoration: none;
}

.alternate-address-button .arrow {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	background: url(images/arrow-down.png) no-repeat center center;
	border-left: 1px solid #ccc;
}

.alternate-address {}


/* ==== * Section Title - Small title* ==== */
.section-title {
	padding-bottom: 5px;
	border-bottom: 1px solid;
}


/* ====== media ====== */
.media {}
.media, .bd { overflow:hidden; _overflow:visible; zoom:1;}
.media .img { display: block; float:left; margin-right: 10px;}
.media .img img { display:block; margin-bottom: 0; }
.media .imgExt{ float:right; margin-left: 10px;}

.mb { margin-bottom: 10px; }
.double-mb { margin-bottom: 20px; }

/* ==== * Print Icon * ==== */
.icon_print {
	background: url(images/print.png) no-repeat left center;
	padding-left: 24px;
	padding-top: 4px;
}

/* ==== * Print * ==== */

@media print {
	.hide-in-print {
		display: none;
	}
	.show-in-print {
		display: block;
	}
}

/* ==== * Floaring Message * ==== */
.floating-message {
	position: fixed;
	top: 8px;

	width: 500px;
	left: 50%;
	margin-left: -250px;

	padding: 4px 10px;
	background: #000;
	color: #7dc310;
	border: 2px solid #fff;
	text-align: center;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.full-green-button {
	display: block;
	background: #7dc310;
	color: #fff !important;
	padding: 6px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* ==== * Sort Products * ==== */
.sort-products {
text-align: right;
margin-right: 20px;
/*
	position: absolute;
	right: 20px;
	top: 142px;
*/
}
.sort-products label {
	color: #7dc310;
	padding-right: 5px;
}

/* ==== * Flexslider * ==== */
.slides {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.slides li {
	display: none;
}
.slides img {
	margin: 0;
}

.product-banner {
	margin-left: 12px;
	margin-top:24px;
}
/* ==== * Featured Products * ==== */
.featured-products {
	margin-top: 20px;
	padding: 5px 10px;

border: 1px solid #AFE26F;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.featured-product {
	overflow: hidden;
	margin: 5px 0;
}
.featured-product img {
	max-width: 50px;
	height: auto;
	float: left;

	margin-right: 10px;

	border: 1px solid #7dc310;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.product-added {
	display: block;
	color: #fff !important;
	font-weight: bold;
	font-size: 13px;
	border: 2px solid #7dc310;
	padding: 10px;

	background: #000 url(images/cart-white.png) no-repeat 630px center;
	padding-right: 40px;

	cursor: pointer;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	margin: 5px 20px;
}
.product-added span {

}

/* Account Widget */
.account-widget {
	float: left;
/* 	background: red; */
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ccc;
}
.account-widget p {
	margin: 0;
}
.account-widget a {
	color: #444;
}

/* Cart Widget */
.cart-widget {
	float: left;
	position: relative;
	z-index: 9999;
/* 	background: green; */
}
.cart-widget-trigger {
	position: relative;
	display: block;
	padding-right: 12px;
	padding-bottom: 5px;
}
.cart-widget-trigger {
	background: url(images/uarrow.png) right bottom no-repeat;
}
.cart-widget-trigger.state-hidden {
	background: url(images/darrow.png) right bottom no-repeat;
}
.cart-widget-trigger:hover {
	text-decoration: none;
}
.cart-widget-trigger p {
	margin: 0;
}
.cart-widget-label {
	color: #444;
	background: url(images/cart.png) no-repeat left 0;
	padding-left: 22px;
}
.cart-widget-dropdown {
	position: absolute;
	right: -10px;
	top: 40px;
	width: 400px;
	padding: 10px;
	z-index: 999999;

	background: #fff;

	border: 1px solid #777;
	border-top: 0;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.cart-widget-table {}
.cart-widget-table img {
	width: 50px;
	height: auto;
	border: 1px solid #ccc;
}
.cart-widget-table-body {}
.cart-widget-table-body td {
	padding: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
}


/* Flexslider nav */
.flexslider-nav {
	position: relative;
}
.flexslider-nav .flex-direction-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.flexslider-nav .flex-direction-nav a {
font-size: 12px;
line-height: 1em;
color: #fff;
background: #7dc310;
padding: 2px 8px;
border-radius: 3px;
position: absolute;
top: 41%;
}
.flexslider-nav .flex-next {
	float: right;
	right: 12px;
}
.flexslider-nav .flex-prev {
	float: left;
	left: -4px;
}
