/*GENERAL STYLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*@font-face{
	font-family: 'Aovel';
    src: url('../fonts/asansrounded-webfont.eot');
    src: url('../fonts/asansrounded-webfont.eot') format('embedded-opentype'),
         url('../fonts/asansrounded-webfont.woff') format('woff'),
         url('../fonts/asansrounded-webfont.ttf') format('truetype'),
         url('../fonts/asansrounded-webfont.svg') format('svg');
	font-weight: bold;
}*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	/*background-color: #f2f4f5;*/
	margin: 0px;
	cursor: default;
	text-align:left;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#siteContainer *, #siteContainer *:before, #siteContainer *:after, #siteContainer table, #siteContainer div, #siteContainer ul
{
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
#siteContainer p, #siteContainer h1, #siteContainer h2, #siteContainer h3, #siteContainer h4, #siteContainer h5, #siteContainer h6, ul, li, #siteContainer form
{
	margin: 0px;
	padding: 0px;
}
#siteContainer p
{
	margin-bottom: 5px;
}
#siteContainer a:active
{
	background:none;
}

#siteContainer a img, #siteContainer input[type="image"], #siteContainer input[type="button"], #siteContainer input[type="button"]:focus, #siteContainer .logo a:hover img
{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	border:none;
	outline:none;
}
#siteContainer a:hover img, #siteContainer input[type="image"]:hover, #siteContainer input[type="button"]:hover, .right_gallery img:hover, .left_gallery img:hover
{
	cursor:pointer;
	opacity:0.8;
	/*filter:alpha(opacity=80); /* For IE8 and earlier */
	-webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.logo a:hover img
{
	cursor:pointer;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	border:none;
}

/* 
  Allow angular.js to be loaded in body, hiding cloaked elements until 
  templates compile.  The !important is important given that there may be 
  other selectors that are more specific or come later and might alter display.  
 */
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

/*LANGUAGES ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/*HEADER //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.logo a img, .logo a img:hover
{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	border:none;
}
.portugalContact{
	display:block;
	float:right;
	width:auto;
	clear:right;
	margin-top:6px;
	margin-bottom:9px;
	color:#fe0000;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffe29d;
	padding:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.portugalContact strong{
	color:#376d02;
	font-weight:bold;
}
.userNameOut{
	background-image: url(../images/bgUserName.png);
	background-repeat: no-repeat;
	background-position: right center;	
}
.userName{
	display:block;
	float:right;
	min-width:89px;
	max-width:150px;
	height:27px;
	overflow:hidden;
	clear:left;
	margin-top:6px;
	color:#e49202;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:12px;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	text-align:center;
	
	display: table;
}
.userNameInside{
	margin: 0 auto;
    text-align: center;
	padding-top:6px;
	width: 74px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.userNameInside p{
	vertical-align:middle;
}
.myOptions{
	display:block;
	float:right;
	width:auto;
	clear:both;
}
.myOptions a{
	text-decoration: none;
}
.myOptions img{
	/*display:block;
	float:left;*/
	margin-left:5px;
}
.search{
	display:block;
	float:right;
}
.search p{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.search #txtSearch, .txtSearch{
	display:block;
	float:left;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	margin: 0px;
	padding: 2px;
	padding-left:5px;
	border: 1px solid #ece7da;
	height: 29px;
	width:213px;
	margin-left:7px;
}
.search #btnSearch{
	display:block;
	float:left;
}
.mainMenu{
	display: block;
	width:auto;
	float:right;
	clear:both;
	margin-top:5px;
	margin-bottom:30px;
}
.mainMenu li{
	display:block;
	float:left;
	margin-left:18px;
	list-style-type: none;
}
.mainMenu li a{
	color: #f65c0e;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
}
.mainMenu li a:hover{
	color: #485800;
	text-decoration:none;
	-webkit-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
.mainMenu li.current a{
	color: #485800;
}
.mainMenu li.nav-path-selected a{
	color: #485800;
}
 
/*CONTENT AREA //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.mainArea, .contentArea{
	padding-bottom:25px;	
}
.mainArea a, .contentArea a{
	color:#f65b0c;
	text-decoration:underline;
}
.mainArea a:hover, .contentArea a:hover{
	color:#f52a00;
	text-decoration:underline;
	-webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    -ms-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}
.mainArea ul{
	margin-left:13px;
}
.mainArea ul li{
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-position: outside;
	list-style-image: url(../images/arrow.png);
}

.mainArea ul li.loading{
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-position: outside;
	list-style-image: url(../images/loaders/loading_pequeno.gif);
}

.mainArea ul.loading{
	background-image: url(../images/loaders/loading_grande.gif);
	background-repeat: no-repeat;
	background-position: middle;
	height: 70px;
	width: 100%;
}

#listLoading{
	background-image: url(../images/loaders/loading_grande.gif);
	background-repeat: no-repeat;
	background-position: middle;
	height: 70px;
	width: 100%;
	display: block;
}



.bannerZone{
	/*margin-bottom:20px;*/
}
.bannerZone ul li a{
	text-decoration:none;
	line-height:22px;
	color:#7d7c7a;
}
.bannerZoneInfo{
	background-color: #eae6dc;
	padding: 15px;
	width:100%;
	height:310px;
	overflow:hidden;
}
.bannerZoneInfo h1{
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	color:#979797;
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:5px;
}
.bannerZoneInfo h1 strong{
	display:block;
	color:#6b6b6b;
	font-size:16px;
	font-weight:normal;
	margin-top:5px;
}
.bannerZoneInfo p{
	font-size:11px;
	/*line-height:15px;*/
}
.bannerZoneInfo ul {
	margin-bottom:15px;
}
.bannerZoneInfo ul li{
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #dd4302;
	list-style-position: inside;
	list-style-image: url(../images/check.png);
	text-transform: uppercase;
	margin-bottom:4px;
}
a.btnMore{
	display:inline-block;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration:none;
	color: #FFF;
	padding:5px;
	padding-left:10px;
	padding-right:20px;
	background-image: url(../images/goArrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #f52b00;
	background: url(../images/goArrow.png), url(../images/bgBtnMore.jpg);
  	background-repeat: no-repeat, repeat-x;
  	background-position: right center, left top;
}
a.btnMore:hover{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #FFF;
	background-color: #f90d00;
	background: url(../images/goArrow.png), url(../images/bgBtnMore_over.jpg);
  	background-repeat: no-repeat, repeat-x;
  	background-position: right center, left top;
	text-decoration:none;
}
a.btnBack{
	display:block;
	clear:both;
	float:left;
	margin-bottom:15px;
	margin-top:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration:none;
	color: #FFF;
	padding:5px;
	padding-left:20px;
	padding-right:10px;
	background-image: url(../images/backArrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #f52b00;
	background: url(../images/backArrow.png), url(../images/bgBtnMore.jpg);
  	background-repeat: no-repeat, repeat-x;
  	background-position: left center, left top;
}
a.btnBack:hover{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #FFF;
	background-color: #f90d00;
	background: url(../images/backArrow.png), url(../images/bgBtnMore_over.jpg);
  	background-repeat: no-repeat, repeat-x;
  	background-position: left center, left top;
	text-decoration:none;
}
#siteContainer h1, .popupTitle{
	font-family: Ebrima, Arial, Helvetica, sans-serif !important;
	font-size:20px !important;
	color: #f52b00 !important;
	font-weight:normal !important;
	margin-bottom:15px !important;
}
#siteContainer h1 strong{
	/*color: #f6940f;*/
	font-weight:normal;
	font-size:18px !important;
}
#siteContainer h2{
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #97907b;
	font-weight:normal;
	margin-bottom:15px;
}
#siteContainer h3{
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #97907b;	
	display:block;
	padding-top:14px;
	padding-bottom:2px;
	font-weight:normal;
}
#siteContainer h4{
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #97907b;	
	display:block;
	padding-bottom:4px;
	font-weight:normal;
}
#siteContainer h5{
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #f58b1b;	
	display:block;
	padding-top:14px;
	padding-bottom:10px;
	font-weight:normal;
}
#siteContainer .notFirstHeader{
	margin-top:35px;
}
.partners img{
	/*border:solid 1px #f4bd3a;*/
	margin-right:5px;
	margin-bottom:5px;
}
.gallery a, .gallery a:hover{
	text-decoration:none;
}
.galleryMainPhoto{
	border: solid 1px #f4bd3a;
	padding:8px;
	display:block;
	clear:both;
	margin-bottom:-15px;
	/*width:500px;
	height:296px;*/
}
.galleryThumbPhoto{
	border: solid 1px #f4bd3a;
}
.galleryCaption{
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	background-color:#f64900;
	background:rgba(246,73,0,0.7);
	color:#FFF;
	/*display:inline-block;*/
	position:relative;
	top: -25px;
	left:9px;
	z-index:3;
	width:auto;
	max-width:479px;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	min-height:25px;
}
.gmap{
	border: solid 1px #f4bd3a;
	padding:8px;
	display:block;
	clear:both;
}
.itemExpansivelOpen{
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: none;
	display:block;
	clear:both;
	color: #f68d18;
	background-image: url(../images/bgLess.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;	
	padding-top: 3px;	
	margin-top: 20px;
}
.itemExpansivelClosed{
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: none;
	display:block;
	clear:both;
	color: #f75608;
	background-image: url(../images/bgMore.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;	
	padding-top: 3px;	
	margin-top: 20px;
}
.answer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	margin-bottom: 25px;
	padding-left: 22px;	
	padding-top: 6px;	
}
.special{
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	text-transform: uppercase;
	color: #97907b;	
	font-weight:normal;
}

/*PRODUCTS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.categoriesBlock{
	padding:10px;
	background-color:#eae6dc;
}
.categoriesBlock ul{
	padding-left:0px;
}
.categoriesBlock ul ul{
	padding-left:0px;
}
.categoriesBlock li{
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	list-style-type: none;
	line-height:18px;
	cursor:pointer;
	margin-bottom:4px;
}
.categoriesBlock li, .categoriesBlock li label, .categoriesBlock li:hover{
	cursor:pointer;
	padding-left:0px;
}
.categoriesBlock li:first-letter{
	font-size:15px;
}
.categoriesBlock li a{
	color:#333333;
	text-decoration:none;
	/*padding:4px;*/
	padding-bottom:2px;
	padding-top:2px;
}
.categoriesBlock li ul li a{
	color:#515050;
	text-decoration:none;
}
.categoriesBlock li a:hover, .categoriesBlock li label:hover{
	color:#f53500;
	text-decoration:none;
	background-color:#d5d1c4;
	-webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
	cursor:pointer;
}
.categoriesBlock li.current{
	text-transform: uppercase;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	display:inline-block;
}
.categoriesBlock li.current a{
	text-decoration:none;
	color: #f53500;
}
.product{
	width:182px;
	border: solid 1px #eae6dc;
	padding:0px;
	margin-right:5px;
	margin-top:1px;
	margin-bottom:5px;
	display:block;
	float:left;
}
.productDetail{
	width:auto;
	padding:0px;
	margin-right:7px;
	display:block;
	float:left;
	border: solid 1px #eae6dc;
}
.productDescription{
	border: solid 1px #eae6dc;
	padding:20px;
	width:660px;
}
.productDescription h3:first-child{
	margin-top:-8px;
}
.productDescription h3{
	margin-bottom:3px;
}
.productDescription caption, .tabContents caption{
	border: solid 1px #f4bd3a;
	border-bottom:none;
	background-color: #f58d18;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#eae6dc;
}
.productDescription caption span{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px !important;
}
.productDescription table, .tabContents{
	border: solid 1px #f4bd3a;
	padding:8px;
	font-size:11px;
}
.productDescription table td, table.tabContents td{
	/*border: solid 1px #eae6dc;*/
	padding:3px;
	margin:0px;
	border:none;
}
#siteContainer table.tabContents th{
	text-align:left;
}
.productImg{
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
.productInfo{
	background-color:#eae6dc;
	padding:7px;
	padding-right:0px;
	height:90px;
}
.productInfoDetail{
	background-color:#eae6dc;
	padding:7px;
	padding-right:0px;
	height:98px;
	/*background-image: url(../images/prodInfoBg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}

.productTitle{
	display:block;
	text-align:center;
	color:#f65c0e;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	margin-bottom:2px;
	padding-right:7px;
}
.productTitleDetail{
	display:block;
	text-align:left;
	color:#f65c0e;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin-bottom:2px;
	padding-right:7px;
}
.productNames{
	height: 52px;
}
.productNamesDetail{
	height: 60px;
}
.productTitle a{
	color:#f52a00;
	text-decoration:none;
}
.productTitle a:hover{
	color:#f65c0e;
	text-decoration:none;
}
.productRef{
	display:block;
	text-align:center;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:14px;
	margin-bottom:8px;
}
.productRefDetail{
	display:block;
	text-align:left;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:14px;
	margin-bottom:8px;
}
.productOptions{
	position:relative;
	bottom:0px;
	right:0px;
	width:100%;
	height:30px;;
	display:block;
	clear:both;
}
.productOptionsLista{
	position:relative;
	bottom:0px;
	right:0px;
	width:100%;
	height:30px;;
	display:block;
	clear:both;
	padding-left: 31px;
}
.productUnitsToAdd{
	width:32px;
	height:26px;
	color: #333333;
	border: none;	
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:3px;
	float: left;
	margin-right:3px;
}
.productUnitsToAdd:focus{
	background-color: #f28a2b;
}
.productAddRemoveUnits{
	float: left;
	width: 12px;	
}
.productAddRemoveUnits input[type=button] {
	float: left;
	margin: 0;
	padding: 0;
	border:none;
	background-color:none;
	width:12px;
	height:12px;
}
.productAddUnits input[type="button"]{
	background-image: url(../images/bgMore.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:2px;
}
.productRemoveUnits input[type="button"]{
	background-image: url(../images/bgLess.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.productPrice{
	display:block;
	float:right;
	text-align:right;
	color:#4b473a;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:26px;
	background-image: url(../images/prodInfoBg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:49px;
	height:31px;
	padding-right:5px;
}
.productAddCart, .productAddList{
	background-color: #FFF;
	height: 26px;
	width: 34px;
	border: 1px solid #ccc7ba;
	float:left;
	margin-left:3px;
}
.shareFacebook{
	background-color: #FFF;
	height: 26px;
	border: none;
	float:right;
	margin-left:3px;
	position: relative;
	clear:both;
}
.shareFacebook_Prod
{
	background-color: #FFF;
	height: 26px;
	border: none;
	float:right;
	margin-left:3px;
	position: relative;
	clear:both;
}
.productAddCart:hover, .productAddList:hover{
	background-color: #ffe29d;
}
.productAddCart input[type="button"]{
	background-color: transparent;
	background-image: url(../images/bgShoppingCart.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}
.productAddCart input[type="button"]:hover{
	background-color: transparent;
	background-image: url(../images/bgShoppingCart_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}
.productAddList input[type="button"]{
	background-color: transparent;
	background-image: url(../images/bgMyList.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}

.productAddList input[type="button"]:hover{
	background-color: transparent;
	background-image: url(../images/bgMyList_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}

.productNotes{
	margin-top:15px;
	text-align:left;
	color: #97907b;
	font-size: 11px;
	line-height:16px;	
}
.productNotes p{
	margin-bottom:2px;
	display:block;
	clear:both;
}


/*RECIPES ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.recipes_list{
	display:block;
	clear:both;
	width:100%;
}
.recipe{
	width:306px;
	border: solid 1px #f4bd3a;
	padding:8px;
	display:block;
	float:left;
	margin:10px;
}
a.recipe{
	background-color:#FFF;
}
.recipe:hover{
	background-color:#ffe29d;
}
.recipe img{
	/*width:282px;*/
}
.recipeDetail{
	width:189px;
	border: solid 1px #eae6dc;
	padding:0px;
	margin-right:7px;
	margin-top:1px;
	margin-bottom:6px;
	display:block;
	float:left;
}
.recipeDetail2{
	width:auto;
	padding:0px;
	margin-right:7px;
	display:block;
	float:left;
	border: solid 1px #eae6dc;
}
.recipeDetail img{
	width:177px;
	height:192px;
	margin:0px;
	padding:0px;
	border:none;
	background-color:#FFF;
}
.recipeImg{
	text-align:center;
	vertical-align:middle;
	margin:5px;
	margin-bottom:2px;
}
.recipeImg a{
	padding:0px;
	margin:0px;
	display:block;
	border:none;
	background-color:#FFF;
}
.recipeInfo{
	background-color:#eae6dc;
	padding:7px;
	height:50px;
}
.recipeInfoDetail{
	background-color:#eae6dc;
	padding:7px;
	height:60px;
}
.recipeTitle{
	display:block;
	text-align:center;
	color:#f65c0e;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	margin-bottom:2px;
}
.recipeTitle a{
	color:#f52a00;
	text-decoration:none;
}
.recipeTitle a:hover{
	color:#f65c0e;
	text-decoration:none;
}
.recipeTitleDetail{
	display:block;
	text-align:left;
	color:#f65c0e;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:18px;
	margin-bottom:2px;
}
.recipeNames{
  height: 52px;
}
.recipeNamesDetail{
	height: 60px;
}

/*VIDA SAUDÁVEL E NOTÍCIAS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.news{
	width:480px;
	border: solid 1px #f4bd3a;
	padding:8px;
	display:block;
	float:left;
	margin:5px;
	height: 175px;
}
a .news{
	background-color:#fff;
}
a .news:hover{
	background-color:#ffe29d;
}
.news img{
	width:200px;
	display:block;
	float:left;
	margin-right:15px;
}
.newsInfo{
	width:775px;
	display:block;
	float:left;
	background-color:#eae6dc;
	padding:7px;
}
.news h4{
	margin-top: 3px;
	line-height:20px;
	display:block;
	height:45px;
}
.news p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-decoration:none;
}
.date{
	color: #bbbbbb;
	font-size: 11px;
}
.productDescription .date{
	display:block;
	margin-bottom:10px;
}


/*FORMS ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.formContactoSite input[type="text"], .formContactoSite textarea, #siteContainer input[type="text"], #siteContainer textarea, #siteContainer input[type="password"], #siteContainer .ccm-input-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f2f4f5;
	border: 1px solid #eae6dc;
	padding: 4px;
	margin-bottom: 3px;
	color: #19293b;
}
.formContactoSite input[type="text"], .formContactoSite textarea {
	width: 100%;
}
.formContactoSite input[type="text"]:focus, .formContactoSite textarea:focus, #siteContainer input[type="text"]:focus, #siteContainer textarea:focus, #siteContainer input[type="password"]:focus, #siteContainer .ccm-input-date:focus{
	background-color: #f28a2b;
	outline: none;
	color: #ffffff;
}
.formContactoSite #btnEnviar, .botao{
	display:inline-block;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration:none;
	color: #FFF;
	padding:5px;
	padding-left:10px;
	padding-right:20px;
	background-image: url(../images/goArrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #f52b00;
	background: url(../images/goArrow.png), url(../images/bgBtnMore.jpg);
  	background-repeat: no-repeat, repeat-x;
  	background-position: right center, left top;
	border:none;
	margin-top:8px;
	margin-right:7px;
}
.botao{
	margin-top:0px;
}
#siteContainer .ccm-input-submit{
	display:inline-block;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration:none !important;
	color: #FFF !important;
	padding:5px;
	padding-left:10px;
	padding-right:20px;
	background-image: url(../images/goArrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #f52b00;
	background: url(../images/goArrow.png), url(../images/bgBtnMore.jpg);
  	background-repeat: no-repeat, repeat-x;
  	background-position: right center, left top;
	border:none;
	margin-top:8px;
	margin-right:7px;
}
#siteContainer .ccm-input-submit-right{
	 
	float:right;
	 
}
input#alterar.ccm-input-submit{
	 
	float:left;
	 
}
.formContactoSite #btnEnviar:hover, .ccm-input-submit:hover, .botao:hover{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #FFF;
	background-color: #f90d00;
	background: url(../images/goArrow.png), url(../images/bgBtnMore_over.jpg);
  	background-repeat: no-repeat, repeat-x;
  	background-position: right center, left top;
	cursor:pointer;
}
.formContactoSite label, .control-label{
	color: #333;
	font-size: 12px;
	padding-top: 6px;
	display: inline-block;
}
.divResult, .divErrors{
	color: #e05f05;	
	font-weight:bold;
	padding-bottom: 10px;
	padding-top: 0px;
	font-size: 11px;
}
.divErrors .error{
	color: #e05f05;	
	font-weight:normal;
}

#siteContainer label.error, p.error{
	color: #e05f05;	
	font-weight:normal;
}
#siteContainer ul.ccm-error li{
	color: #e05f05;
	font-weight:normal;
	list-style-image: none;
	list-style-type: none;
}
.mandatory{
	text-align:right;
	color: #97907b;
	font-size: 11px;
	line-height:16px;
	margin:0px;
	padding:0px;
	padding-right:5px;
}
.asterisk , .ccm-required{
	font-weight:bold;
	font-size:16px;
	color:#f69f01;
}
.radioPair{
	float: left;
}
.success{
	color: #e05f05;	
	font-weight:bold;
}
.iconSearch{
	display:inline-block;
}
.txtSearch{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*background-color:transparent;*/
	width: 150px;
	/*height:23px;*/
	/*border: none;*/
	outline:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	display:inline-block;
	padding:2px;
	vertical-align:top;
}
.fieldset{
	background-color: #eeeeee;
	border: solid 1px #dbdbdc;
	padding:20px;
}

/*FOOTER ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.footer{
	background-color: #f2f4f5;
	background-image: url(../images/bgFooter.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 60px;
	padding-top: 8px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#868585;
}
.footerMenu{
	display: block;
	width:100%;
	float:left;
	clear:both;
	/*margin-bottom:10px;*/
}
.footerMenu li{
	display:block;
	float:left;
	margin-right:15px;
	list-style-type: none;
}
.footerMenu li a{
	display:block;
	color: #ea3713;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	margin-top:5px;
}
.footerMenu li a:hover{
	color: #f58130;
	text-decoration:none;
	-webkit-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.footerMenu li a.footer-selected{
	color: #485800;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
}

.footer a.credits{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5c5b5b;
	text-decoration:none;
}
.footer a.credits:hover{
	color:#f65000;
	text-decoration:none;
	-webkit-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
.socialLinks img{
	display:block;
	float:left;
	margin-left:10px;
}


/*ESTILOS CARRINHO DE COMPRAS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.productCartMain{
	display:block;
	clear:both;
}
.productCartMain td{
	background-color:#eae6dc;
	height:80px;
}
.productCartTotal td{
	background-color:#eae6dc;
	width:80px;
	height:40px;
}
td.productCart{
	border: solid 1px #eae6dc;
	background-color:#fff;
	width: 10%;
	min-width: 98px;
}
.productCart img{
	width:79px;
	height:80px;
	margin:0px;
}
td.productRefCart{
	text-align:left;
	padding-left:8px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	width:10%;
}
td.productCategoryCart{
	text-align:left;
	padding-left:8px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	width:10%;
}
td.productTitleCart{
	text-align:left;
	padding-left:8px;
	color:#f65c0e;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	width:23%;
	min-width: 214px;
}
td.productTitleCartHistorico{
	text-align:left;
	padding-left:8px;
	color:#f65c0e;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	width:50%;
}

td.productTitleCartMinhaLista{
	text-align:left;
	padding-left:8px;
	color:#f65c0e;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	width:30%;
	min-width: 214px;
}
.productTitleCart a, .productTitleCartMinhaLista a{
	color:#f52a00;
	text-decoration:none;
}
.productTitleCart a:hover, .productTitleCartMinhaLista a:hover{
	color:#f65c0e;
	text-decoration:none;
}
.productPriceCart{
	text-align:center;
	color:#beb49c;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:16px;
	width: 10%;
}
.productPriceCartSubTotal{
	text-align:center;
	color:#4b473a;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:16px;
	width: 10%;
}
.productPriceCartTotal{
	text-align:right;
	padding-right:20px;
	color:#4b473a;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
}
.productPriceCartTotalArticles{
	text-align:right;
	padding-right:10px;
	color:#4b473a;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}
.productCartTotalVariousOut td{
	background-color:#eae6dc;
	text-align:right;
	/*width:80px;*/
	height:40px;
}
.productCartTotalVariousOut td.espTd{
	padding-right:20px;
}
.productPriceCartTotalVarious{
	text-align:right;
	padding-right:10px;
	color:#beb49c;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	text-align:right;
}
.productPriceCartTotalVarious span{
	font-size:16px;
	font-weight:normal;
	color:#4b473a;
}
td.productCartDeleteTd{
	width:7%;
}
td.productCartDeleteTdMinhaLista{
	width:10%;
}
td.productCartAddTd{
	width:140px;
	text-align:center;
}
td.productCartAddTdMinhaLista{
	width:10%;
	text-align:center;
	padding-left: 10px;
}
.productCartDelete{
	background-color: #FFF;
	height: 26px;
	width: 34px;
	border: 1px solid #ccc7ba;
	text-align: center;
}
.productCartDelete:hover{
	background-color: #ffe29d;
}
.productCartDelete input[type="button"]{
	background-color: transparent;
	background-image: url(../images/bgDelete.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}
.productCartDelete input[type="button"]:hover{
	background-color: transparent;
	background-image: url(../images/bgDelete_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}
#btnOrder{
	/*border: 1px solid #ee6c2a;*/
	border: 1px solid #ccc7ba;
	margin-top:3px;
}
.notFirstHeader{
	display:block;
	clear:both;
}
.productPriceCartQuantity{
	text-align:center;
	color:#968866;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:16px;
	width: 10%;
}
.isolado{
	display:block;
	clear:both;
	float:left;
	width:100%;
}
.valida{
	position:relative;
	margin: auto;
	width:700px;
	height: 184px;
	border: solid 1px #f4bd3a;
	padding:15px;
}
.valida img{
	width:200px;
	display:block;
	float:left;
	margin-right:15px;
}
.pathOutside{
	background-color:#f2f2f2;
	text-align:left;
	margin-bottom:4px;
}
.path td{
	padding:6px;
	padding-right:25px;
	padding-left:12px;
	/*width:190px;*/
	background-color:#f2f2f2;
	color:#7a7463;
	text-transform:uppercase;
	font-size:11px;
	background-image: url(../images/pathArrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.path td.pathLast{
	background-image:none;
	padding-right:12px;
}
.path td.pathSelected{
	/*background-color:#f58232;*/
	color:#f48624;
	font-weight:bold;
}
.path td span{
	display:inline-block;
	background-color:#97907b;
	color:#f2f2f2;
	border-radius: 60px;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
	margin-right:8px;
}
.path td.pathSelected span{
	background-color:#f59608;
	color:#f2f2f2;
}

.infoCarrinho{
	background-color:#f2f2f2;
	text-align:left;
	margin-bottom:4px;
	background-image: url(../images/InfoProdsCart.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:42px;
	font-size:11px;
	text-transform:uppercase;
	color:#86806d;
	width:743px;
}
.infoCarrinho span{
	color:#f38624;
}
.infoCarrinho span strong{
	font-size:16px;
	font-weight:normal;
}


/*JANELAS POP-UP //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.element_to_pop_up{
	left:470px; 
	position: absolute; 
	top: 281.5px; 
	z-index: 9999; 
	opacity: 1; 
	display: none; 
	background-color: #fff; 
	padding:10px;
}

.button.b-close {
	border-radius: 50px !important;
	box-shadow: none !important;
	font: bold 16px sans-serif !important;
	padding: 0 6px 2px;
	position: absolute;
	right: -7px;
	top: -7px;
	background-color: #f65202;
	color: #FFFFFF;
	cursor: pointer;
}
.button.b-close:hover {
	background-color: #f47333;
}

#siteContainer input.closeAlert{
	display:inline-block;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration:none;
	color: #FFF;
	padding:5px;
	padding-left:10px;
	padding-right:20px;
	background-color: #f52b00;
	background: url(../images/goArrow.png), url(../images/bgBtnMore.jpg);
  	background-repeat: no-repeat, repeat-x;
  	background-position: right center, left top;
	margin-top:20px;
}


/*BANNER NA HOME //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.carrossel{
	height: 352px;
}
.right_gallery , .left_gallery, .center_gallery{
	display:block;
	float:left;
	height: 352px;
	vertical-align:middle;
}
.right_gallery , .left_gallery{
	padding-top: 160px;
}
.center_gallery{
	width:950px !important;
}
ul.boutique{
	/*width:920px !important;
	margin-left:15px !important;
	margin-right:15px !important;*/
	position:relative !important;
	margin:auto !important;
}
ul.boutique li{
	list-style-image: none;
	list-style-type: none;	
	background-color: #fff;
	border: solid 1px #ded7c8;
}
ul.boutique li .boutique-frame-text{
	background-color: #fff !important;
	border-top: dotted 1px #c1bfbb;
	color:#222222;
	font-weight:bold;
	font-family: Ebrima, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
}

/*PONTOS DE VENDA //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.pontosVendaDetail{
	border: solid 1px #eae6dc;
	padding:10px;
	width: 470px;
	height:145px;
	margin-right:8px;
	margin-bottom:8px;
	display:block;
	float:left;
	line-height:18px;
}
.nomePontoVenda{
 	background-color:#eae6dc;
	padding:7px;
}
#siteContainer map area, body #siteContainer img[usemap] map:hover{
	cursor: pointer !important;
	outline:none;
}



.magLeft{
	margin-left:4px;
}
.fRight{
	float: right !important;
}

/*NOMES DAS COLUNAS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.carrinhoLabelImagem, 
.carrinhoLabelImagemMinhaLista, 
.carrinhoLabelReferencia,
.carrinhoLabelReferenciaMinhaLista,
.carrinhoLabelCategoria,
.carrinhoLabelCategoriaMinhaLista,
.carrinhoLabelProduto,
.carrinhoLabelProdutoMinhaLista,
.carrinhoLabelPrecoUnitario,
.carrinhoLabelPrecoUnitarioMinhaLista, 
.carrinhoLabelQuantidade, 
.carrinhoLabelPreco, 
.carrinhoLabelEliminar,
.carrinhoLabelEliminarMinhaLista, 
.carrinhoLabelCarrinho,
.carrinhoLabelCarrinhoMinhaLista{
	text-align: center;
	background-color:#97907b;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	padding:2px;
	border:solid 1px #eae6dc;
}
.carrinhoLabelImagem{
	width: 10%;
}
.carrinhoLabelReferencia{
	width: 10%;
}
.carrinhoLabelCategoria{
	width: 10%;
}
.carrinhoLabelProduto{
	width: 23%;
}
.carrinhoLabelPrecoUnitario{
	width: 10%;
}
.carrinhoLabelQuantidade{
	width: 10%;
}
.carrinhoLabelPreco{
	width: 10%;
}
.carrinhoLabelEliminar{
	width: 7%;
}
.carrinhoLabelCarrinho{
	width: 130px;
}


.carrinhoLabelImagemMinhaLista{
	width: 10%;
}
.carrinhoLabelReferenciaMinhaLista{
	width: 10%;
}
.carrinhoLabelCategoriaMinhaLista{
	width: 10%;
}
.carrinhoLabelProdutoMinhaLista{
	width: 30%;
}
.carrinhoLabelPrecoUnitarioMinhaLista{
	width: 10%;
}
.carrinhoLabelCarrinhoMinhaLista{
	width: 10%;
}
.carrinhoLabelEliminarMinhaLista{
	width: 10%;
}


.historicoLabelImagem, .historicoLabelReferencia, .historicoLabelProduto, .historicoLabelPrecoUnitario, .historicoLabelQuantidade, .historicoLabelPreco{
	text-align: center;
	background-color:#97907b;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	padding:2px;
	border:solid 1px #eae6dc;
}
.historicoLabelImagem{
	width: 10%;
}
.historicoLabelReferencia{
	width: 10%;
}
.historicoLabelProduto{
	width: 50%;
}
.historicoLabelPrecoUnitario{
	width: 10%;
}
.historicoLabelQuantidade{
	width: 10%;
}
.historicoLabelPreco{
	width: 10%;
}



/* esconde o botão carrinho - lista produtos - Detalhe */

