@charset "utf-8";

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	CSS COMUM A TODOS OS MODELOS - ESTRUTURA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/**/

#RadAjaxManager1SU {
	height: 0;
	}

/**/

html {
	height: 100%;
}

body, html {
	height: 100%;
	margin:0;
	padding:0;
}

body {
	overflow: visible;
	position: relative;
}

div, td, tr, table, input, select, textarea, li {
	font-family: Arial, Helvetica, sans-serif;  /* editar */
	}

a, a:link, a:active, a:visited {
	}
	
a:hover {
	}

/**/

h1, h2.main {
	margin: 10px 0;
	font-weight: normal;
	line-height: 120%;
}


h2.main {
	background: none;
	padding: 0;
}

h1.highlight {
}


/* SALVAGUARDAR LEITURA FUNDOS */

.menu.boxPath, .boxLoginTop a, a.registoTopo, .bemVindo {
	padding: 2px 5px;
	}


/* se quisermos uma imagem por tras */

.boxAuxWrapper {  
	display: block;
	position: absolute;
	height: 115px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

/**/

.boxLayoutWrapper {
	width: 100%;
	position:absolute; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	z-index: 10;
	}
	
.ie7 .template3 .boxHeaderWrapper {
	height: 169px;
	}
	
/**/

.boxLayout {
	width: 960px;
	position: relative;
	top: 0;
	margin: 0 auto;
	z-index: 2;
	overflow: visible;
	padding-bottom: 120px;
}

/**/

.boxHeader {
	width: 960px;
	height: 17px;
	position: relative;
	z-index:50;
}
/**/

.boxContent {
	clear: both;
	position: relative;
	width: 960px;
	overflow: visible;
}

.boxContentLeft {  /* so nos templates com coluna esquerda */
	float: left;
    overflow: visible;
    width: 200px;
}

.template3 .boxContentLeft {
	padding-top: 30px;
	}

.boxContentRight {  /* so no template 1 */
	float: left;
	margin-left: 10px;
    overflow: visible;
    padding-left: 10px;
    width: 180px;
	}
	

.boxContentFull {
	float: left;
	}

.topContentBody {
	padding-top: 10px;
	position: relative;
	z-index: 6000;
	margin-bottom: 40px;
	}


.boxContentBody {
	padding: 0 0 0 4px;
	float: left;
	overflow: visible;
	position: relative;
}

.template3 .boxContentBody {
	padding-top: 30px;
	}

/**/


.boxLogo {
	float: left;
	margin: 15px 0 0 0;
}

.boxSlogan {
	display:none;
}

.linkHome {
	display:none;
	}

/* LINGUAS */

ul.boxLang {
	float: left;
	text-align: center;
	overflow: visible;
}

ul.boxLang li {
	float: left;
	padding: 0 5px 0 0;
	background: none;
	overflow: visible;
}

ul.boxLang li, 
ul.boxLang a {
	font-weight: normal;
}


ul.boxLang li.first {
	background-image: none;
}

ul.boxLang a {
	cursor: pointer;
	display: block;
	padding: 2px 4px;
}

ul.boxLang a:hover {
}


/* PESQUISA */

.boxSearch {
	width: 160px;
	height: 22px;
	float: right;
	margin-right: 50px;
}


.boxSearch input.txt {
	background: transparent;
	border: 0 solid;
	padding: 0 5px;
	margin: 0;
	display: block;
	width: 128px;
	height: 22px;
	overflow: hidden;
	float: left;
	font: 11px 'HelveticaRoman', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.ie7 .boxSearch input.txt, 
.ie8 .boxSearch input.txt {
	height: 18px;
	padding-top: 4px;
}

.boxSearch a.btn {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	overflow: hidden;
	cursor: pointer;
	text-indent: -1000px;
}

/**/

/* menu horizontal */

.menuNav.Horizontal {
	margin-top: 15px;
	margin-left: 5px;
	float: left;
	zoom: 1;
	z-index: 8000;
	position: relative;
	}
	
.template3 .menuNav.Horizontal {
	margin-left: 0;
	}	
	
/*.ie7 .menuNav.Horizontal {
	float: none;
	}*/
	
/* BOX CARRINHO TOPO */

.boxEcommerceLink {
	margin-right: 5px;
	height: 22px;
	float: right;
	position: relative;
	
	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
	}
	
.ie7 .boxEcommerceLink {
	float: right;
	width: 300px;
	cursor: pointer;
	}
	
.boxEcommerceLink a {
	display: block;
	cursor: pointer;
	}
	
.ie7 .boxEcommerceLink .ecLink {
	width: 300px;
	white-space: nowrap;
	}
	
.boxEcommerceLink a span.linkCarrinhoLeft {
	display: block;
	float: left;
	padding: 3px 7px 0 27px;
	height: 19px;
	line-height: 100%;
	
	-webkit-border-radius: 3px 0 0 3px;
       -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
	}
	
.ie7 .boxEcommerceLink a span.linkCarrinhoLeft,
.ie8 .boxEcommerceLink a span.linkCarrinhoLeft,
.ie9 .boxEcommerceLink a span.linkCarrinhoLeft {
	white-space: nowrap;
	cursor: pointer;
	}
	
.boxEcommerceLink a span.linkCarrinhoRight {
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	padding: 4px 7px 0 7px;
	height: 18px;
	cursor: pointer;
	
	-webkit-border-radius: 0 3px 3px 0;
       -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
	}
	
.boxEcommerceLink a:hover span.linkCarrinhoLeft {
	background: url(img/icon_ecommerceWhite.png) 5px 5px no-repeat;
	}
	
/**/

.bemVindo {
	display: block;
	float: right;
    position: absolute;
    right: 3px;
    text-align: right;
    top: -20px;
	}
	
/*.template3 .bemVindo {
    top: 7px;
	}*/
	
.boxContentLeft	.bemVindo {
	display: block;
	float: left;
	font-size: 11px;
	margin-top: 20px;
    position: relative;
    right: 0;
    text-align: left;
    top: 0;
	}
	
.boxLoginTop {
	text-align: right;
	float: right;
	padding-top: 5px;
	font: 11px Arial, Helvetica, sans-serif;
	}
	
.boxLoginTop a {
	font: 11px Arial, Helvetica, sans-serif;
	position: absolute;
	/*right: 10px;*/
	right: 85px;
	top: 25px;
	}
	
.boxEcommerceLink a.registoTopo {
	position: absolute;
	right: 3px;
	/*top: 50px;*/
	top: 25px;
	font: 11px Arial, Helvetica, sans-serif;
	}
	
/*.template3 .boxLoginTop a,
.template3 .boxEcommerceLink a.registoTopo {
	top: 54px;
	}*/
	
.boxEcommerceLink a.registoTopo:hover {
	}

/**/

.boxHeaderTools {
	position: absolute;
	top: 12px;
	right: 30px;
	height: 17px;
	overflow: hidden;
	float: right;	
}

.boxHeaderTools a.btn { 
	height: 20px;
	font-size: 11px;
	cursor: pointer;
	font: 12px 'HelveticaRoman', Arial, Helvetica, sans-serif;
	color: #999;
	padding: 0 2px;	
}

.boxHeaderTools a.btn:hover {
	color: #000;
	background-color: #FF0;
}


/* BANNER PRINCIPAL TOPO */

.boxMainHighlights, .boxImgArticle {
	height: 330px;
	position: relative;
	clear: both;
	margin: 0 0 30px 0;
	background: #fff;
	zoom: 1;
	z-index: 10;
	
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 0 6px rgba(0,0,0,.15);
	        box-shadow: 0 0 6px rgba(0,0,0,.15);
}

.template3 .boxMainHighlights, .boxImgArticle {
	margin: 0;
}

.ie7 .boxMainHighlights,
.ie8 .boxMainHighlights, 
.ie7 .boxImgArticle,
.ie8 .boxImgArticle {
	-webkit-border-radius: none;
       -moz-border-radius: none;
            border-radius: none;
}

.boxImgArticle {
	/*height: 250px;*/
	}


/* CAIXA DESTAQUES HOME */

.home .boxList, .boxControls {
	margin-top: 0;
	margin-bottom: 20px;
	}

/*	
.home .boxList .boxListBkg, .boxControls .boxControlsBkg {
	}
*/	

/**/

.boxList h2 {
	margin-bottom:5px;		
	}

.home .boxList .item {
	height: 297px;
	display: block;
	width: 216px;
	float: left;
	text-align: left;
	position: relative;
	}
	
.template1 .home .boxList .item  {
	margin: 5px 0 15px 0;
	padding: 0;
	clear:both;
	width: 520px;
	height: auto;
	}
	
.template1 .home .boxList .item.right  {
	margin-bottom: 5px;
	}
	
.home .boxList .item.right,
.boxList .item.right {
	margin-right: 0;
	}

.home .boxList .item .img {
	width: 216px;
	height: 161px;
	display: block;
	}
	
.template1 .home .boxList .item .img {
	float: left;
	margin-right: 10px;
	width: 163px;
	height: 121px;
	}

.home .boxList .item img {
	width: 216px;
	height: 161px;
	}
	
.template1 .home .boxList .item img {
	width: 163px;
	height: 121px;
	}
	
.home .boxList .item .description {
	margin-top: 2px;
	display: block;
	line-height: 120%;
	float: left;
	max-height: 67px;
	overflow: hidden;
	margin-bottom: 6px;
	padding: 6px 5px 6px 5px;
	}
	
.template1 .home .boxList .item .description {
	width: 335px;
	margin-top: 0;
	padding: 0 5px 6px 5px;
	max-height: none;
	overflow: visible;
	}
	
.home .boxList .item h3, .home .boxList .item h3 a {
	position: relative;
	z-index: 30;
	display: block;
	}

/*  CAIXA CENTRAL COM MODULOS */

.boxControls {
	margin-top: 5px;
	}

.boxControls .boxControlsBkg {
	padding: 0 0 10px 10px;
	}

.boxControls h2.main, .boxControls h2.vTitle, .boxHomeInfo h2 {
	margin: 10px 0 5px 0;
	text-transform: uppercase;
	height: 25px;
	font-weight: normal !important;
	}

/* caixas controlos */	

.boxControls .boxListNews, 
.boxControls .boxVideoHome, 
.boxControls .boxHomeInfo, 
.boxControls .boxHomeRotator, 
.boxControls .boxAgenda, 
.boxControls .boxBanners {
	width: 345px;
	float: left;
	margin: 20px 10px 10px 10px;
	}
	
.template1 .boxControls .boxListNews, 
.template1 .boxControls .boxVideoHome, 
.template1 .boxControls .boxHomeInfo, 
.template1 .boxControls .boxHomeRotator, 
.template1 .boxControls .boxAgenda, 
.template1 .boxControls .boxBanners {
	width: 500px !important;
	height: auto !important;
	}

/* noticias */

.boxControls .boxListNews .RadGrid.RadGrid_Default td {
	padding: 0;	
	}

.boxControls .boxListNews .item {
	margin-bottom: 10px;
	}

.boxControls .boxListNews .item .img {
	width: 95px;
	height: 71px;
	float: left;
	margin-right: 10px;
	margin-left: 3px;
	background: url(img/thumbReplacerNoticiasHome.gif) no-repeat;
	
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
	        box-shadow: 0 0 3px rgba(0,0,0,.3);
	}
	
.boxControls .boxListNews .item .img img {
	width: 95px;
	height: 71px;
}

.boxControls .boxListNews .item .description {
	float: left;
	width: 220px;
	height: 70px;
	padding-right: 10px;
	overflow: hidden;
}

.template1 .boxControls .boxListNews .item .description {
	width: 368px;
}

.boxControls .boxListNews .item .description h4 {
	font-size: 9px;
	font-weight: normal;
	margin-top: 0;
}

.boxControls .boxListNews .item .description h3, 
.boxControls .boxListNews .item .description h3 a {
	margin-top: 3px;
	font: 13px Arial, Helvetica, sans-serif;
}

.boxControls .boxListNews .item .description h3 a:hover {
}

.boxControls .boxListNews .item .description p {
	font-size: 11px;
}

.ie7 .boxControls .boxListNews .item .description p,
.ie8 .boxControls .boxListNews .item .description p,
.ie9 .boxControls .boxListNews .item .description p {
	line-height: 130%;
	margin-top: 2px;
}

a.more {
	display: block;
	height: 10px;
	width: 10px;
	text-indent: -2000px;
	font-size: 1px;
	float: right;
	margin-right: 5px;
	margin-top: -12px;
	position:relative;
	background-image: url(img/iconMais.png);
	background-repeat: no-repeat;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	}
	
a.more:hover {
	}
	
	
/* video */

.boxControls .boxVideoHome {}

.boxControls .boxVideoHome iframe {
	clear: both;
	width: 345px;
	height: 264px;
	background: #fff;
	
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
	   -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
	        box-shadow: 0 0 4px rgba(0,0,0,.3);
}

.template1 .boxControls .boxVideoHome iframe {
	width: 500px;
	height: 290px;
}


/*  texto apresentacao */

.boxControls .boxHomeInfo p {
	line-height: 140%;
	margin-top: 8px;
	padding-right: 15px;
}

/* rotator home */

.boxControls .RadRotator.RadRotator_promo {
	clear: both;
	width: 345px !important;
	height: 143px !important;
	margin-top: 3px;
	float: left;
	overflow: hidden;
	
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
	   -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
	        box-shadow: 0 0 4px rgba(0,0,0,.3);
}

.template1 .boxControls .RadRotator.RadRotator_promo {
	width: 500px !important;
}

.ie7 ul.rrItemsList,
.ie8 ul.rrItemsList,
.ie9 ul.rrItemsList {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	list-style-image: none !important;
}

.ie7 ul.rrItemsList .rrItem,
.ie8 ul.rrItemsList .rrItem,
.ie9 ul.rrItemsList .rrItem {
	float: left !important;
	clear: none !important;
}

/**/
	
.boxHomeRotator .item {
	}
	
.boxHomeRotator .description {
	float: left;
	width: 150px;
	}
	
.template1 .boxHomeRotator .description {
	width: 300px;
	}
	
.boxHomeRotator h2.main {
	float: left;
	width: 170px;
	}
	
.boxHomeRotator h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 8px 0 0 10px;
	}
	
.template1 .boxHomeRotator h3 {
	font-size: 16px;
	margin: 10px 0 0 12px;
	}
	
.boxHomeRotator h3 a {
	margin: 0;
	}
	
 .boxHomeRotator h3 a:hover {
	}
	
.home .boxHomeRotator .item .description p {
	clear:both;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 3px 0 0 10px;
	}
	
.template1 .home .boxHomeRotator .item .description p {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 5px 0 0 12px;
	}
	
.boxHomeRotator .item .img {
	width: 187px !important;
	height: 139px !important;
	overflow: hidden !important;
	float: right !important;
	margin-right: 2px;
	margin-top: 2px;
	background: url(img/thumbReplacerPromo.gif) no-repeat !important;
	}
	
.boxHomeRotator .item img {
	width: 187px !important;
	height: 139px !important;
	}
	
/**/
	
.boxControls .boxHomeRotator .rotatorNavControls {
	display: none;
	}
	
/**/

.boxControls .boxHomeRotator .menu.navRotator.nav {
	float: right;
	margin-top: 13px;
	}

.boxControls .boxHomeRotator .menu.navRotator.nav li {
	display: inline;
	}
	
.boxControls .boxHomeRotator .menu.navRotator.nav li a {
	padding: 2px 5px;
	margin-left: 0;
	display: inline-block;
	font: 10px Arial, Helvetica, sans-serif;
	}
	
.boxControls .boxHomeRotator .menu.navRotator.nav li a.selected, 
.boxControls .boxHomeRotator .menu.navRotator.nav li a:hover {
	}


/* Agenda */

.boxAgenda {}

.boxAgenda .vTitle {}

.boxAgenda .agendaContent {
	float: left;
	width: 345px;
	margin-top: 3px;
	height: 198px;
	/*overflow: hidden;*/
	}
	
.template1 .boxAgenda .agendaContent {
	background: #e9e9e9 url(img/gradient_caixa.png) center -20px repeat-x;
    height: auto;
    padding: 15px;
    width: 470px;
	}
	
.boxAgenda .RadCalendar {
	margin-top: 2px;
	border: 0;
	clear: both;
	
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
	   -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
	        box-shadow: 0 0 4px rgba(0,0,0,.3);
}

.boxAgenda .calendario {
	float: left;
	margin-right: 10px;
	}
	
.template1 .calendario {
	margin-right: 20px;
	}
	
.boxAgenda .boxEvents {
	float: left;
	margin-bottom: 5px;
	width: 140px;
	}
	
.template1 .boxAgenda .boxEvents {
	width: 255px;
	}
	
.boxAgenda .boxEvents .item {
	margin-bottom: 10px;
	}
	
.boxAgenda .boxEvents h3, .boxAgenda .boxEvents h3 a {
	font: 11px Arial, Helvetica, sans-serif;
	}
	
.template1 .boxAgenda .boxEvents h3, .template1 .boxAgenda .boxEvents h3 a {
	font: 13px Arial, Helvetica, sans-serif;
	}
	
.boxAgenda .boxEvents h3 a:hover {
	/*color: #FB487F;*/
	}
	
.boxAgenda .boxEvents p {
	color: #555;
	font-size: 11px;
	}
	
.template1 .boxAgenda .boxEvents p {
	font-size: 12px;
	}
	
.boxAgenda .saibaMaisEventos {
	display: inline-block;
	margin-top: 2px;
	}
	
.ie7 .boxAgenda .saibaMaisEventos {
	display: inline;
	float: left;
	}

.boxAgenda .saibaMaisEventos a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 1px 5px 2px 5px;
	float: left;
	
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
	        box-shadow: 0 0 4px rgba(0,0,0,.2);
	}
	
.boxAgenda .saibaMaisEventos a:hover {
	}
	
/**/	

.boxAgenda .RadCalendar .rcTitlebar, 
.boxAgenda .RadCalendar .rcMain {
	border: none;
}
	
.boxAgenda .dayFuture {
	}
	
.boxAgenda .dayFuture a {
	color:#fff !important;
	}
	
.boxAgenda .rcTitle {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px 0 !important;
}


/* Banners centro */

.boxBanners .banner {
	display: block;
	overflow: hidden;
	background: #fff;
	/*padding: 2px;*/
	margin-top: 37px;
	float: left;
	
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
	   -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
	        box-shadow: 0 0 4px rgba(0,0,0,.3);
}

.template1 .boxBanners .banner {
	margin-top: 10px;
}

.boxBanners .banner, 
.boxBanners .banner a, 
.boxBanners .banner img, 
.boxBanners .banner embed, 
.boxBanners .banner object {
	display: block;
	width: 345px;
	height: 192px;
}

.template1 .boxBanners .banner, 
.template1 .boxBanners .banner a, 
.template1 .boxBanners .banner img, 
.template1 .boxBanners .banner embed, 
.template1 .boxBanners .banner object {
	width: 500px;
	height: auto;
}


/* COLUNA LEFT */

/* menu */

.boxContentLeft .menuNav.Vertical {
	width: 174px;
	margin: 30px 0 10px 0;
	float: left;
	}
	
.template3 .boxContentLeft .menuNav.Vertical {
	margin: 0px 0 10px 0;
	}
	
/* box Newsletter / login */

.boxLogin, .boxNewsletter {
	position: relative;
	zoom:1;
	display: block;
	float: left;
	padding: 10px 12px;
	width: 150px;
	margin-top: 20px;	
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.boxLogin h3, .boxNewsletter h3 {
	text-transform: uppercase;
	margin-bottom: 5px;
}

.boxNewsletter p {
	font-size: 11px;
}

.boxLogin input, .boxNewsletter input {
	border: none;
	display: block;
	overflow: hidden;
	float: left;
	color: #98999F;
	z-index: 300;
	margin-top: 5px;
	height: 18px;
	font: 11px Arial, Helvetica, sans-serif;	
	padding: 1px 23px 0 5px;
    width: 120px;
	
	background: #fff;					
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#E9E9E9)); 
	background: -webkit-linear-gradient(top, #fff 0%, #E9E9E9 100%); 
	background:    -moz-linear-gradient(top, #fff 0%, #E9E9E9 100%); 
	background: 	-ms-linear-gradient(top, #fff 0%, #E9E9E9 100%);  
	background: 	 -o-linear-gradient(top, #fff 0%, #E9E9E9 100%); 
	background: 	    linear-gradient(top, #fff 0%, #E9E9E9 100%); 
	-pie-background: 	linear-gradient(top, #fff 0%, #E9E9E9 100%); 
	
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
	        box-shadow: 0 0 4px rgba(0,0,0,.2);
		
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
}

.boxLogin a.btn, .boxNewsletter a.btn {
	float: left;
	width: 13px;
	height: 11px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(img/iconSetasGray_sprite.png) left 0 no-repeat;
	display: block;
	margin-top: -15px;
	margin-left: 131px;
	position: relative;
	z-index: 20;
	}
	
.boxLogin a.btn:hover, .boxNewsletter a.btn:hover {
	background-position: left -20px;
	}

.boxLogin a.loginLink, .boxNewsletter a.loginLink {
	font-size: 10px;
	display: block;
	margin-top: 5px;
	float: left;
	clear: both;
	white-space: nowrap;
	}
	
a.loginLink.last {
	margin-top: 1px;
	}
	
/* botoes newsletter / login */

.btnLogin, .btnNewsletter  {
	}
	
.btnLogin a, .btnNewsletter a {
	display: block;
	position: relative;
	display: block;
	float: left;
	padding: 4px 12px 4px 7px;
	width: 155px;
	margin-top: 15px;
	background-image: url(img/btnSearch.png);
	background-position: right center;
	background-repeat: no-repeat;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
			
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
	        box-shadow: 0 0 2px rgba(0,0,0,.2);
	}

	
/* small banners left */

.boxContentLeft .boxBanners {
	float: left;
	}

.boxContentLeft .boxBanners .banner {
	margin-top: 20px;
	margin-bottom: 0;
	
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
	   -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
	        box-shadow: 0 0 4px rgba(0,0,0,.3);
	}

.boxContentLeft .boxBanners .banner, 
.boxContentLeft .boxBanners .banner a, 
.boxContentLeft .boxBanners .banner img, 
.boxContentLeft .boxBanners .banner embed, 
.boxContentLeft .boxBanners .banner object,
.boxContentRight .boxBanners .banner, 
.boxContentRight .boxBanners .banner a, 
.boxContentRight .boxBanners .banner img, 
.boxContentRight .boxBanners .banner embed, 
.boxContentRight .boxBanners .banner object {
	display: block;
	width: 170px;
	height: auto;
}

/* video laterais */

.boxContentLeft .boxVideoHome,
.boxContentRight .boxVideoHome {
	margin-top: 20px;
	float: left;
	
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
	   -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
	        box-shadow: 0 0 4px rgba(0,0,0,.3);
	}

/* sondagens */

.boxSondagem {
	float: left;
	width: 174px;
	margin-top: 30px;
	}

.boxSondagem h3.temaSondagem {
	display: none;
	}
	
.boxSondagem .sondagemBody {
	font: 12px;
	}

.boxSondagem .pergunta {
	margin-bottom: 5px;
	}
	
.boxSondagem td {
	padding: 3px 0 !important;
	}
	
.boxSondagem .btns {
	margin: 10px 0 5px;
	display: block;
	}

.boxSondagem .btns a {
	padding: 2px 5px;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	}
	
.boxSondagem a.btnResultados {
	font-size: 10px;
	margin-left: 5px;
	margin-top: 5px;
	display: block;
	float: left;
	}
	
.ie7 .boxSondagem a.btnResultados {
	clear: both;
	}
	
.boxSondagem .btns a:hover {
	}
	
.boxSondagem .boxPollBar img {
	/*background-color: #20859F;*/ /* cor da barra de estatistica */
	height: 11px;
	}
	
.boxSondagem .boxPollBar {
	margin-bottom: 8px;
	}
	
	
/* AREA DE LINKS DO FOOTER - visivel apenas se existirem links */	

.boxContentFooter {
	position: relative;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 15px;	
	padding-left: 15px;
}

.template1 .boxContentFooter, .template2 .boxContentFooter {
	width: 920px;
	padding: 20px;
	float: left;
	margin: 20px 0 0 0;
	
	-webkit-border-radius: 0 0 6px 6px;
	   -moz-border-radius: 0 0 6px 6px;
	        border-radius: 0 0 6px 6px;
	}
	
.boxContentFooter .menuFooter {
	float: left;
	width: 200px;
	margin-right: 30px;
	overflow: visible;
	}
	
.ie7 .boxContentFooter .menuFooter {
	float: left !important;
	}
	
.boxContentFooter .menuFooter li.item {
	float: left;
	clear: both;
	border: none;
	/*padding-left: 13px;*/
	/*background: url(img/iconSetaSmall.png) left 4px no-repeat;*/
	margin-bottom: 10px;
	height: auto;
	width: 200px;
	list-style-position: outside !important;
    list-style-type: square !important;
	display: list-item;
	}
	
.template1 .boxContentFooter .menuFooter li.item,
.template2 .boxContentFooter .menuFooter li.item {
	margin-left: 15px;
	}
	
.ie8 .boxContentFooter .menuFooter li.item,
.ie9 .boxContentFooter .menuFooter li.item {
	/*background-position: left 3px;*/
	}
	
.boxContentFooter .menuFooter li.item.last {
	margin-bottom: 0;
	}
	
.boxContentFooter .menuFooter li.item a {
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height: 110%;
	}
	
.boxContentFooter .menuFooter li.item a:hover {
	/*border-bottom: 1px dotted #fff;*/
	}
	

/* FOOTER */

.boxFooterWrapper {
	position: absolute;
	z-index: 3;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	clear: both;
	height: auto/*65px;*/;
}

.boxFooterLinks {
	width: 100%;
	padding: 10px 0 25px;
	}
	
.template9 .boxFooterLinks,
.template10 .boxFooterLinks {	
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity:0.85;
	opacity:0.85;
	}

.boxFooterWidth {
	padding-bottom: 18px;
	width: 100%;
}

.boxFooter {
	position: relative;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 25px;	
}

.boxFooterLeft {
	float: left;
	max-width: 450px;
}

.boxFooterRight {
	float: right;
	text-align: right;
	overflow: hidden;
	width: 500px;
}

/*.ie7 .boxFooterRight {
	clear: both;
	
}*/

/* footer left */

.boxSocialLinks {
	float: left;
	margin: 0 0 10px;
	cursor: default;	
}

.boxSocialLinks .item {
	float: left;
	margin-right: 6px;
}

a.btnSocial {
	display: block;	
	width: 24px;
	height: 24px;
}

.boxSocialLinks div.label {
	display: none;
}
/*
.boxSocialLinks .facebook {
	background-image: url(img/icons/iconFacebook.png);
}

.boxSocialLinks .twitter {
	background-image: url(img/icons/iconTwitter.png);
}

.boxSocialLinks .linkedin {
	background-image: url(img/icons/iconLinkedin.png);
}

.boxSocialLinks .youtube {
	background-image: url(img/icons/iconYoutube.png);
}

.boxSocialLinks .rss {
	background-image: url(img/icons/iconRss.png);
}
*/
.boxSocialLinks .at300bs {  /* share */
	background: url(img/icons/iconShare.png) left top no-repeat !important;
	width: 24px;
	height: 24px;
}

.boxSocialLinks .addthis_default_style .at15t_expanded, 
.boxSocialLinks .addthis_default_style .at15t_compact {  /* share */
	margin-right: 0 !important;
	}

.boxSocialSharing {
	float: left;
	clear: both;
	width: 450px;
	}
	
.boxSocialSharing .addthis_button_linkedin_counter.at300b {
	margin-right: 10px;
	}

/* footer right */

.boxFooter ul.menuFooter {
	text-align: left;
	overflow: visible;
	float: right;
	clear: both;
}

.boxFooter .ie7 ul.menuFooter {
	float: right;
	clear: both;
}

.boxFooter ul.menuFooter li {
	float: left;
	padding: 0 10px 0 10px;
	height: 13px;
	overflow: visible;	
}

.boxFooter ul.menuFooter a {
	cursor: pointer;
}

.boxFooter ul.menuFooter li.first {
	border-left: 0;
	padding-left: 0;
}

.boxFooter ul.menuFooter li.last {
	padding-right: 0;
}

/**/

.contentCopyright {
	clear: both;
	float: right;
	}

.ie7 .contentCopyright {
	float: right;
	clear: both;
	width: 450px;
	}

.devbyInfo, 
.copyrightInfo {
	font-size: 10px;
	margin: 0;
	display: inline;
	text-align: right;
	float: right;
	padding-top: 5px;
}

.copyrightInfo {
	margin-right: 10px;
}

.devbyInfo, 
.devbyInfo a, 
.copyrightInfo, 
.copyrightInfo a {
	white-space: nowrap;
}


/*----- CONTENT ----------------------------------------------------------------------------*/

/* path / breadcrumb */

.menu.boxPath {
	font-size: 10px;
	float: left;
	clear: both;
	/*padding: 2px 5px 3px;*/
	}

.menu.boxPath li {
	display: inline-block;
	}
	
.menu.boxPath li:after { 
    content: ">";
    display: inline;
    margin-top: 3px;
    text-align: center;
	margin-left: 4px;
}	

.menu.boxPath li.last:after { 
	content: normal;
}

.ie7 .menu.boxPath li {
	float: left;
	background:url(img/pathLi.png) left 4px no-repeat;
	padding-left: 7px;
	}
	
.ie7 .menu.boxPath li.first {
	background:none;
	padding-left: 0;
	}
	

/* tools */

.boxContentBody .boxTools {
	float: right;
	overflow: visible;
}

.boxContentBody ul.boxTools {
	margin-top: 2px;	
}

.boxContentBody .boxTools li {
	float: left;
	margin-left: 4px;
}

.boxContentBody .boxTools a {
	display: block;
	cursor: pointer;
	font-size: 11px;
	text-indent: -1000px;
	width: 22px;
	height: 22px;
	overflow: hidden;
	background: url(img/iconPdf.png) center no-repeat;
}

.boxContentBody .boxTools .first a {
	background: url(img/iconPrint.png) center no-repeat;
}

.boxContentBody .boxTools .last a {
	background: url(img/iconPartilharConteudo.png) center no-repeat;
}

.boxTools .at300bs {
	background: none !important;
	}


/* caixas conteudos interiores */

.boxArticle, .boxGallery, .boxListagens, .boxContentForm {
	padding-top: 8px;
	float: left;
	}
	
.boxContentBkg {
	float: left;
	padding: 20px 25px;
	background: #fff;
	}
	
.boxWhite {
	float: left;
}

.boxContentBody h1 {
	font-weight: normal;
	margin: 0 0 11px 0;
	}

/**/
	
.gcmContent {
	line-height: 140%;
}

.gcmContent h2, .gcmContent h3, .gcmContent h4, .gcmContent h5 {
	margin: 5px 0 5px;
	font-weight: normal !important;
}

.gcmContent p {
	margin: 10px 0;
}

.gcmContent blockquote {
	border: none;
	margin: 24px 0;
	padding: 24px;
	font-style: italic;
	line-height: 180%;
	background: #eee;
}

.gcmContent ul {
	margin: 10px 0 20px 35px;
	padding: 0;
}

.gcmContent li {
	margin: 5px 0 0 0;
	padding: 0;
}

.gcmContent td, .gcmContent th {
	padding: 3px 7px;
	border-color: #d5d5d5;
}

.gcmContent th {
	background: #d9d9d9;
}

.gcmContent table {
	border-color: #d5d5d5;
	margin: 10px 0;
}

/**/ 

.gcmContent table.tabela {
	border-left: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	margin-top: 10px;
	}
	
.gcmContent .tabela td, .tabela th {
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	color: #666;
	padding: 5px;
	}
	
.gcmContent .tabela th {
	background: #ebebeb;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px;
	font-weight: normal;
	}
	
/**/
	
img.imagem_lado_esquerdo {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
	
img.imagem_lado_direito {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}


/*----- downloads ---------------*/

dl.boxDownloads, 
.boxDownloads dt,
.boxDownloads dd {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}

dl.boxDownloads {
	float: left;
}

.boxDownloads dt {
	font: 15px 'HelveticaLight', Arial, Helvetica, sans-serif;	
	color: #999;
	margin: 30px 0 0;
	font-weight: normal;
}

.boxDownloads dd {
	font-size: 11px;
	color: #999;
	margin: 0;
	clear: both;
	background: url(img/iconDownloads.png) left 7px no-repeat;
	padding: 6px 0 0;
}

.boxDownloads dd a {
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
}

.boxDownloads dd a:hover {
}

/*---- detalhe produto -------*/

.boxArticle.produto .boxWhite {
	}
	
.boxArticle.produto .produtoContent {
	float: left;
	margin-right: 20px;
	}

.boxArticle.produto h2, 
.boxArticle.produto .produtoInfo,
.boxArticle.produto .gcmContent,
.boxArticle.produto .boxDownloads,
.boxArticle.produto .boxBuy,
.boxArticle.produto .boxWhite .addthis_toolbox.addthis_default_style {
	text-align: left;
	clear: both;
	}
	
.btnVoltar a {
	/*background: #ddd;*/
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
	padding: 2px 5px;
	margin-top: 20px;
	float: left;
	clear: both;
	}
	
.btnVoltar a:hover {
	}

.boxArticle.produto h2 {
	margin-top: 8px;
	margin-bottom: 10px;
	font-weight: normal !important;
	}
	
/**/

.boxArticle.produto .boxWhite .addthis_toolbox.addthis_default_style,
.boxArticle.produto .boxDownloads dt,
.boxArticle.produto .boxBuy {
	margin-top: 25px;
	}
	
/**/

.boxArticle.produto .produtoInfo {
	margin-bottom: 20px;
	}
	
.boxArticle.produto .produtoInfo p {
	color: #888;
	margin-top: 5px;
	}
	
.boxArticle.produto .produtoInfo p .text {
	color: #333;
	}
	
/**/

.boxWhite .addthis_button_facebook_like.at300b, 
.boxWhite .addthis_button_tweet.at300b, 
.boxWhite .addthis_button_google_plusone.at300b,
.boxWhite .addthis_button_linkedin_counter.at300b {
	margin-top: 25px !important;
	height: 23px;
	}
	
.boxWhite .addthis_button_linkedin_counter.at300b {
	margin-right: 10px;
	}

/*.boxArticle.produto .boxWhite */.twitter-share-button.twitter-count-horizontal {
	width: 100px !important;
	}

/*.boxArticle.produto .boxWhite */.addthis_button_google_plusone.at300b {
	width:65px !important;
	overflow: hidden !important;
	float: left;
	}
	
/*.addthis_button_facebook_like.at300b iframe {
	width: auto !important;
	}*/

/**/

.boxHints {
	float: left;
	margin-top: 30px;
	margin-bottom: 5px;
	padding: 13px 0 0 15px;
	zoom: 1;
	position: relative;
	}
	
.boxHints h3 {
	margin-bottom: 7px;
	font-weight: normal !important;
	}
	
.boxHints .item {
	width: 197px;
	height: 210px;
	padding: 2px;
	margin-bottom: 20px;
	float: left;
	position: relative;
	
	background: #fff;
	
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	        box-shadow: 0 0 3px rgba(0,0,0,.2);
	}
	
.boxHints .item .img, .boxHints .item img {
	width: 197px;
	height: 146px;
	}
	
.boxHints .item .img {
	background: url(img/thumbReplacer.gif) center center no-repeat;
	}
	
.boxHints .item .description {
	max-height: 36px;
	margin-bottom: 5px;
    overflow: hidden;
    padding: 0 5px;
	}
	
.boxHints .item .description h4, .boxHints .item .description h3 {
	margin-top: 5px;
	}
	
.boxHints .item a.buy {
	clear: none;
	margin: 0 0 0 2px;
	}
	

/* galeria produto */

.boxArticle .gallery {
	float: right;
	width: 390px;
	padding: 0;
	background: url(img/thumbReplacerDetail.gif) left top no-repeat;
	min-height: 370px;
	}
	

.boxImagemGrande {
	height: 290px; 
	width: 390px;
	overflow: hidden;
	}
	
.gallery ul, .gallery li {
	padding: 0;
	margin: 0;
	list-style: none !important;
	}
		
.gallery .rrButton {
	display: none !important;
	}


.gallery .rrClipRegion {
	float: left;
	}
	
.gallery ul.rrItemsList {
	margin: 0;
	}
	
.gallery .rrItem {
	margin: 0;
	float: left;
	}
	
.ie8 .gallery .rrItem,
.ie9 .gallery .rrItem {
	position: relative;
	padding: 0;
	list-style: none;
	}
	
.gallery .image a {
	width: 390px;
	height: 290px;
	display: block;
	position: relative;
	}

.gallery .iconZoom {
	background: url(img/iconZoom.png) no-repeat;
	position: absolute;
	z-index: 200;
	width: 23px;
	height: 22px;
	float: right;
	bottom: 0;
	right:0;
	cursor: pointer;
	}
	
/* boxNav - navegacao dos thumbnails */

.gallery .boxNav {
	height: 74px !important;
	width: 390px !important;
	overflow: hidden;
	padding: 6px 0 0 0;
	background: #fff;
	}
	
.gallery .boxNav .rrClipRegion {
	float: left;
	clear: both;
	}
	
.gallery .boxNav ul.rrItemsList {
	margin-left: 0;
	}
	
.gallery .boxNav .rrItem {
	display: block;
	cursor: pointer;
	float: left;
	}
	
.gallery .boxNav .rrItem a.btn {
	border: 1px solid #d5d5d5;
	float: left;
	}
	
.gallery .boxNav .rrItem a.btn, 
.gallery .boxNav .rrItem img {
	display: block;
	width: 72px !important;
	height: 52px !important;
	}
	
/**/

.gallery .boxNav .previousFrame, 
.gallery .boxNav .nextFrame,
.gallery .boxNav .previousFrame.rrButtonDisabled,
.gallery .boxNav .nextFrame.rrButtonDisabled {
	font:  11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin-top: 5px;
	}
	
.gallery .boxNav .previousFrame:hover, 
.gallery .boxNav .nextFrame:hover {
	}
	
.gallery .boxNav .previousFrame.rrButtonDisabled,
.gallery .boxNav .nextFrame.rrButtonDisabled {
	color: #777;
	cursor: default;
	}
	
.gallery .boxNav .previousFrame {
	float: left;
	}	

.gallery .boxNav .nextFrame {
	float: right;
	margin-left: 0;
	margin-right: 2px;
	}

.gallery .boxNav .previousFrame.rrButtonDisabled,
.gallery .boxNav .nextFrame.rrButtonDisabled {
	/* for IE */
	filter:alpha(opacity=50);
  /* CSS3 standard */
	opacity:0.5;
	}

.gallery .boxControls {
	display: none;
	}
	
.gallery ul.rrItemsList {
	float: left;
	}
	

/* listagens comuns */

.boxListagens .boxList p {
	margin-bottom: 10px;
	}
	
.boxListagens .boxList p a {
	font-weight: bold;
	}

.boxListagens .boxList p a:hover {
	font-weight: bold;
	}


/**/	
.boxFiltro {
	margin: 15px 0;
	}
	
.boxFiltro .RadComboBox.RadComboBox_Default {
	margin-right: 10px;
	}
	
.boxFiltro .RadComboBox_Default, 
.boxFiltro .RadComboBox_Default .rcbInput, 
.boxFiltro .RadComboBoxDropDown_Default {
	color: #666 !important;
	}

/**/

.boxListagens .boxList .item {
	margin-bottom: 17px;
	padding: 3px 0 20px 0;
	border-bottom: 1px solid #e1e1e1;
	}
	
.boxListagens .boxList.produtos .item,
.boxListagens .boxList.galeria .item {
	border-bottom: none;
	}
	
.boxListagens .boxList .item .img {
	width: 163px;
	height: 121px;
	float: right;
	background: url(img/thumbReplacer.gif) center center no-repeat;
	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
	        box-shadow: 0 0 2px rgba(0,0,0,.2);
	}
	
.boxListagens .boxList .item .img img {
	width: 163px;
	height: 121px;
	}
	
.boxListagens .boxList .item .description {
	float: left;
	}
	
.boxListagens .boxList .item .description h4{
	color: #999;
	font: normal 10px Arial, Helvetica, sans-serif;
	}
	
.boxListagens .boxList .item .description h3 {
	margin-top: 4px;
	}
	
.boxListagens .boxList .item .description p {
	line-height: 130%;
	margin-bottom: 0;
	}
	
.boxListagens .boxList .item a.more {
	display: none;
	}
	
.boxListagens .boxList .item a.btnDownload {
	background: url(img/iconDownloads.png) left 0 no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	float: left;
	/*clear: both;*/
	margin: 7px 0 0 0;
	height: 17px;
	}
	
.boxListagens .boxList .item a.btnDownload:hover {
	}
	
.ie7 .boxListagens .boxList .item a.btnDownload {
	white-space: nowrap;
	}
	
/* listagem galeria / produtos */

.boxListagens .RadGrid .rgRow td, 
.boxListagens .RadGrid .rgAltRow td, 
.boxListagens .RadGrid .rgEditRow td,
.boxListagens .RadGrid .rgFooter td {
	padding: 0 !important;
	}
	
.boxListagens .RadGrid.RadGrid_Default {
	margin-top: 25px;
	}
	
.boxListagens .boxList.galeria .item {
	width: 216px;
	height: 161px;
	float: left;
	background: none;
	padding: 0;
	position: relative;
	display: block;
	}
	
.ie7 .boxListagens .boxList.galeria .item {
	padding-bottom: 10px;
	}
	
.boxListagens .boxList.galeria .item.right,
.boxListagens .boxList.produtos .item.right {
	margin-right: 0;
	}
	
.boxListagens .boxList.galeria .item img,
.boxListagens .boxList.produtos .item .img img {
	width: 216px;
	height: 161px;
	
	}
	
.boxListagens .boxList.galeria .item .zoomHover,
.boxListagens .boxList.galeria .item .zoomVideo {
	width: 216px;
	height: 161px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
	}
	
.boxListagens .boxList.galeria .item:hover .zoomHover {
	background: url(img/hoverGallery.png) center no-repeat;
	}
	
.boxListagens .boxList.galeria .item .zoomVideo {
	background-image: url(img/galleryVideo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}

.boxListagens .boxList.galeria .item:hover .zoomVideo {
	background-position: -216px 0;
	}
	
	
/* listagem produtos */

.boxListagens .boxList.produtos .item {
	height: 293px;
	text-align: left;
	display: block;
	width: 216px;
	float: left;
	text-align: left;
	cursor: pointer;
	position: relative;	
	}
	
.ie7 .boxListagens .boxList.produtos .item {
	position: relative;
	z-index: 20;
	margin-top: 20px;
	}
	
.boxListagens .boxList.produtos .item .img,
.home .item .img {
	background: url("img/thumbReplacer.gif") no-repeat scroll center top transparent;
    display: block;
    float: left;
    width: 216px;
	height: 161px;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	}
	
.boxListagens .boxList.produtos .item .description {
	margin-top: 2px;
	display: block;
	padding: 0;
	line-height: 120%;
	float: left;
	max-height: 67px;
	overflow: hidden;
	margin-bottom: 6px;
	width: 206px;
	}
	
.boxListagens .boxList.produtos .item .description p,
.home .item .description p {
	font-size: 11px;
	line-height: 130%;
	}
	
	
/**/
	
.boxList.produtos .boxBuy {
	margin-left: 0;
	}

.boxBuy, .linkBuy {
	float: left;
	margin-left: 5px;
	zoom: 1;
	position: relative;
	clear: both;
	}
	
.template1 .boxBuy, .template1 .linkBuy {
	clear: none;
	}
	
.ie7 .boxBuy {
	float: none;
	}
	
.boxBuy span.rasurado {
	text-decoration: line-through;
	/*display: none;*/ /* para alguns templates*/
	}
	
.boxBuy span, .linkBuy span {
	display: block;
	float: left;
	padding: 3px 5px;
	white-space: nowrap;
	}
	
.boxHints .boxBuy span, .boxHints .linkBuy span {
	/*font-size: 11px;*/
	}

.boxBuy a.buy, .linkBuy a.buy {
	display: block;
	background-image:url(img/icon_ecommerceWhite.png) !important;
	background-position:6px center;
	background-repeat: no-repeat;
	color: #fff;
	text-transform: uppercase;	
	margin-right: 0;
	margin-top: 4px;
	padding: 4px 5px 4px 25px;
	border: none;
	line-height:100%;
	z-index: 10;
	zoom: 1;
	position: relative;
	clear: both;
	float: left;
	font-weight: bold;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	}
	
/**/

.boxArticle.produto .boxBuy {
	margin-left: 0;
	}

.boxArticle.produto .boxBuy a.buy {
	clear: none;
	margin-top: 0;
	margin-left: 0;
	}

.boxArticle.produto .boxBuy span strong {
	font-weight: normal;
	}
	
/**/

.boxArticle.produto .propsEcommerce {
	margin-bottom: 20px;
	}
	
.boxArticle.produto .propsEcommerce span {
	background: none;
	padding-left: 0;
	}

/**/
	
.boxArticle.produto .boxBuy .boxNotes {
	margin-bottom: 15px;
	float: left;
	width: 280px;
	clear: both;
	}

.boxArticle.produto .boxBuy .boxNotes span {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 11px;
	background: #fff !important;
	}
	
.boxArticle.produto .boxBuy .boxNotes textarea {
	float: left;
	width: 270px;
	height: 55px;
	overflow: auto;
	resize: none;
	}	
	
/**/
	
.boxPrecoAdicionar {
	clear: both;
	width: 280px;
	float: inherit;
	}
	
/* quantidades */

.boxQuantidades {
	float: left;
	margin: 0 10px;
	width: 100px;
	}
	
.boxQuantidades input.inputQuantidades {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	padding: 2px 3px;
	}
	
.boxBtnAdicionar {
	float:left;
	clear: both;
	margin-top: 10px;
	}
	
	
/* paginacao */

.RadGrid_Default .rgPager {
	background: none !important;
	}
	
.CustomPagerHolder a.btnPrevious, .CustomPagerHolder a.btnNext {
	width: 22px;
	height: 21px;
	overflow: hidden;
	display: block;
	text-indent: -1000px;
	font-size: 1px;
	float: left;
	cursor: pointer;
	background-image: url(img/btnPaginacao_sprite.png);
	background-position:left top;
	background-repeat: no-repeat;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
	}
	
.CustomPagerHolder a.btnNext {
	background-position: left -21px;
	}
	
	
.CustomPagerHolder a.btnPrevious.disabled, .CustomPagerHolder a.btnNext.disabled,
.CustomPagerHolder a.disabled:hover {
	/* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
  background-color: #666;
  cursor: auto;
	}
	
.CustomPagerHolder .paginas {
	float:left;
	margin: 0 10px;
	color: #666;
	font-size: 11px;
	}
	
.CustomPagerHolder .RadComboBox_Default, 
.CustomPagerHolder .RadComboBox_Default .rcbInput, 
.CustomPagerHolder .RadComboBoxDropDown_Default {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	}

/* mensagem adicionado ao carrinho */

.boxMsgFinal {
	position:absolute;
	z-index:200; 
	float:left; 
	font-size: 11px;
	white-space: nowrap;
	}
	
.produtoContent .boxMsgFinal {
	position: relative;
	margin-top: 10px;
	}

.boxList.produtos .boxMsgFinal,
.home .item .boxMsgFinal,
.boxHints .boxMsgFinal {
	top:121px;
	left: 2px;
	width: 206px;
	padding: 7px 5px;
	color: #fff;
	white-space: normal;
	zoom:1;
	background: url(img/bkgTransparenteDark.png) repeat;
	}
	
.boxList.produtos .boxMsgFinal {
	top:122px;
	left: 0px;
	}
	
.ie9 .boxList.produtos .boxMsgFinal,
.ie9 .home .item .boxMsgFinal,
.ie9 .boxHints .boxMsgFinal {
	top:125px;
	}

.boxHints .boxMsgFinal {
	left: 2px;
    top: 106px;
    width: 187px;
	}
	
.ie9 .boxHints .boxMsgFinal {
    top: 109px;
	}

.boxList.produtos .boxMsgFinal p,
.home .item .boxMsgFinal p,
.boxHints .boxMsgFinal p {
	float: left;
	text-align: left;
	color: #fff;
	margin-bottom: 0;
	}
	
.boxList.produtos .boxMsgFinal p a,
.home .item .boxMsgFinal p a,
.boxHints .boxMsgFinal p a {
	color: #fff;
	}
	
.boxMsgFinal p a, .boxMsgFinal a {
	border-bottom: 1px dotted #ccc;
	font-size: 11px;
	}
	
.boxMsgFinal p a:hover, .boxMsgFinal a:hover {
	border-bottom: 1px dotted #fff;
	}
	
/* EXCEPCAO HOME TEMPLATE 1 */

.template1 .home .item .boxMsgFinal {
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	background: none;
	clear: both;
	white-space: nowrap;
	}
	
.template1 .home .item .boxMsgFinal p, .template1 .home .item .boxMsgFinal p a {
	color: #777;
	margin-right: 5px;
	}
	
.template1 .boxMsgFinal p a:hover, .template1 .boxMsgFinal a:hover {
	border-bottom: 1px dotted #999;
	}
		
/*------ faqs -----------*/

.boxAccordion {
	}
	
.RadPanelBar.RadPanelBar_Default.boxWhite.boxAccordion {
	padding: 0;
	background: none;
	margin-top: 20px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	
.RadPanelBar.RadPanelBar_Default.boxWhite.boxAccordion .rpRootGroup .rpItem {
	background: none !important;
    float: left;
    text-align: left !important;
    white-space: normal;
    z-index: 1;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

.RadPanelBar.RadPanelBar_Default.boxWhite.boxAccordion .rpRootGroup .rpLink,
.RadPanelBar.RadPanelBar_Default.boxWhite.boxAccordion .rpRootGroup .rpLink.rpExpandable {
    display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 0 6px;
	background-color: none !important;
}

.RadPanelBar.RadPanelBar_Default.boxWhite.boxAccordion .rpLink.rpExpandable.rpSelected.rpExpanded {
	border-bottom: none;
	background: none !important
	}

.RadPanelBar.RadPanelBar_Default.boxWhite.boxAccordion .rpRootGroup .rpLink:hover {
	background: none !important;
}

.RadPanelBar.RadPanelBar_Default.boxWhite.boxAccordion .rpExpandable span.rpExpandHandle, 
.RadPanelBar.RadPanelBar_Default.boxWhite.boxAccordion .rpExpanded span.rpExpandHandle {
    background: none;
}

.RadPanelBar.RadPanelBar_Default.boxWhite.boxAccordion .rpGroup {
	padding: 0 0 10px 0;
	background: none !important;
	border-top: none !important;
	}
	
.ie7 .RadPanelBar.RadPanelBar_Default.boxWhite.boxAccordion .rpGroup,
.ie8 .RadPanelBar.RadPanelBar_Default.boxWhite.boxAccordion .rpGroup {
	box-shadow: none;
	-webkit-box-shadow: none;
	}
	
.RadPanelBar.RadPanelBar_Default.boxWhite.boxAccordion .accordionBody {
	line-height: 140%;
	}

/*---------- formulario ----------------*/

.boxForm {
	}
	
.boxForm.moduloFormulario {
	margin-top: 30px;
	}
	
.formItemBox {
    clear: both;
    margin-bottom: 3px;
    overflow: auto;
}

.ie7 .formItemBox {
    margin-bottom: 13px;
}

.formItemBox .formItemTitle {
	border-bottom: 1px dotted #bbb;
	margin: 10px 0 20px;
	text-transform: uppercase;
	}
	
.formItemBox .formItemFilete {
	border-bottom: 1px dotted #bbb;
	margin-bottom: 20px;
	}

.formItemBox .formItemName {
    color: #333 !important;
    font-size: 12px !important;
    width: 200px !important;
	text-align: right !important;
	float: left;
    overflow: auto;
    padding: 5px 12px 0 0;
}

.formItemBox .formItemName em {
	font-weight: bold;
	padding-left: 4px;
}

.formItemBox .formItemValidator {
    font-style: normal;
}

.formItemBox .formItemInput {
	color: #666 !important;
	font-size: 11px !important;
	}

.formItemInput, .formTextArea, .formSelect {
    float: left;
    margin-bottom: 5px;
}

input.text, input.email, textarea.uniform {
	width: 350px;
}

input.text, input.email, input.password, textarea.uniform {
    color: #666 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.RadPicker_Default .rcCalPopup, .RadPicker_Default a.rcDisabled.rcCalPopup:hover {
	margin-left: 7px !important;
	}

div.selector select {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #666 !important;
}

.formItemBox .formTextLegend {
	margin-left: 212px;
	color: #999;
	font-size: 10px;
	}
	
.formItemBox .formItemButtons {
	margin-left: 0 !important;
	padding-bottom: 5px;
	margin-top: 25px !important;
	float: left;
	overflow: auto;
	}
	
.formItemBox .formItemButtons a {
	padding: 1px 5px 2px;
	margin-right: 7px;
	display: block;
	zoom:1;
	position: relative;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
			
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
	        box-shadow: 0 0 3px rgba(0,0,0,.15);
	}
	
	
.boxForm .boxScrollText {
	width: 350px;
	height: 54px;
	font-size: 11px;
	color: #444;
	border: 1px solid #c9c9c9;
	background: #f0f0f0;
	padding: 5px;
	overflow: auto;
	margin: 10px 0 10px 210px;
	}
	
.boxForm .itemAnexo, .boxForm .itemConfirm {
	font-size: 11px;
	color: #666;
	margin-left: 212px;
	}
	
.boxForm .itemAnexo {
	background: url(img/iconDownloads.png) left top no-repeat;
	padding-left: 15px;
	}
	
.boxForm .itemConfirm {
	margin-top: 20px;
	margin-bottom: 20px;
	}

/* BOTOES SITE */

.formBtns {
	margin-left: 210px;
	float: left;
	}
	
.formBtns input, .formBtns a,
a.next {
	border: none;
	padding: 2px 5px;
	display: block;
	cursor: pointer;
	clear: both;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;	
	}

/*---- ecommerce -------------------------------*/

.boxChart {
	color: #333;
	}

/* menu ecommerce - em baixo */

.menuEcommerceBottom {
	clear: both;
	margin-top: 30px;
	float: left;
	width: 716px;
	}

.menuEcommerce, .menuEcommerce ul {
	float: left;
	margin: 0 25px 0 0;
	width: 180px;
	padding: 0;
	list-style: none;
	}
	
.menuEcommerce.right {
	float: left;
	margin-right: 0;
	width: 200px;
	}

.menuEcommerce h3 {
	font: 13px 'HelveticaLight', Arial, Helvetica, sans-serif;
	color: #C60081;
	margin-bottom: 3px;
	text-align: left;
	}
	
.menuEcommerce li {
	padding: 2px 4px;
	background: #e9ebeb;
	color: #666;
	text-align: left;
	margin-top: 3px;
	}
	
.menuEcommerce li a, .menuEcommerce p {
	color: #777;
	}
	
/*.menuEcommerce li a:hover {
	color: #EC039A;
	}
*/
	
/* btns topo passos carrinho */

.RadTabStrip.RadTabStrip_Default.RadTabStripTop_Default {
	width:716px !important;
	}
	
.ie7 .RadTabStrip.RadTabStrip_Default.RadTabStripTop_Default {
	margin-bottom: 20px;
	}
	
.RadTabStrip .rtsUL, 
.RadTabStripVertical .rtsUL {
	margin: 0 0 15px 0 !important;
	}
	
.RadTabStrip_Default .rtsLI, 
.RadTabStrip_Default .rtsLink,
.RadTabStrip_Default .rtsLink.rtsAfter,
.RadTabStrip_Default .rtsLink.rtsBefore {
	text-align: left !important;
	font: 17px 'HelveticaLight', Arial, Helvetica, sans-serif !important;
	}
	
.RadTabStrip_Default .rtsLink .rtsTxt {
	font: 17px 'HelveticaLight', Arial, Helvetica, sans-serif !important;
	}
	
.rtsLI.rtsFirst {}

.RadTabStrip .rtsLink.rtsDisabled, .RadTabStripVertical .rtsLink.rtsDisabled,
.RadTabStrip .rtsLink.rtsDisabled:hover .rtsTxt, .RadTabStripVertical .rtsLink.rtsDisabled:hover .rtsTxt {
     color: #999;
}

.RadTabStripTop_Default .rtsLevel .rtsLink, 
.RadTabStripTop_Default .rtsLevel .rtsOut,
.RadTabStripBottom_Default .rtsLevel .rtsLink, 
.RadTabStripBottom_Default .rtsLevel .rtsOut, 
.RadTabStripTop_Default_Baseline .rtsLevel, 
.RadTabStripBottom_Default_Baseline .rtsLevel {
	background: none !important;
}

.RadTabStrip .rtsLevel1 .rtsTxt, 
.RadTabStripVertical .rtsLevel1 .rtsTxt {
    padding: 0 !important;
	/*padding-right: 10px !important;*/
}

.RadTabStrip .rtsIn, .RadTabStripVertical .rtsIn {
	padding: 0 !important;
	background-image: url(img/iconSetasGray_sprite.png) !important;
	background-position: right 5px !important;
	background-repeat: no-repeat !important;
}

.RadTabStrip .rtsLI.rtsLast .rtsIn {
	background: none !important;
	}

.RadTabStrip .rtsLink, .RadTabStripVertical .rtsLink {
    padding-left: 0 !important;
}

	
/* passo 1 */

table.rgMasterTable {
	border-collapse: separate !important;
	}

.shoppingBox .rgHeader {
	height: 13px;
	background: #E9EBEB;
	color: #72787E;
	font: normal normal 10px/13px Arial, Helvetica, sans-serif;	
	padding: 6px 11px 6px 11px;
	text-transform: uppercase;
	white-space: nowrap;	
}

.shoppingBox .rgHeader, 
.shoppingBox .rgRow td, 
.shoppingBox .rgAltRow td {
	border-left: 1px solid #E0E3E4;
	text-align: left;
	vertical-align: top;
}

.shoppingBox .rgAltRow {
	background: #EFF1F1;
}


.shoppingBox .rgMasterTable th.rgHeader,
.shoppingBox .rgMasterTable .rgRow td,
.shoppingBox .rgMasterTable .rgAltRow td {
	padding: 7px !important;
	}

.shoppingBox .rgRow td, 
.shoppingBox .rgAltRow td {
	border-bottom: 1px solid #E0E3E4;
	overflow: hidden;
	position: relative;
}


.shoppingBox .rgRow, 
.shoppingBox .rgAltRow {
	padding: 11px;
}

.shoppingBox .rgRow .image, 
.shoppingBox .rgAltRow .image {
	width: 72px;
	height: 54px;
	margin-right: 8px;
	margin-bottom: 5px;
	float: left;
	overflow: hidden;
	background: url(img/thumbReplacerEcommerce.gif) left top no-repeat;
}

.shoppingBox .rgRow .image a, 
.shoppingBox .rgRow .image img, 
.shoppingBox .rgAltRow .image a, 
.shoppingBox .rgAltRow .image img {
	width: 72px;
	height: 54px;
	display: block;
}

.shoppingBox .rgRow .image a, 
.shoppingBox .rgAltRow .image a {
	border: 1px solid #E5E5E5;
}

.shoppingBox .rgRow .image a:hover, 
.shoppingBox .rgAltRow .image a:hover {
	border-color: #C1C6C8;
}

.shoppingBox .rgRow .mainTitleProduto, 
.shoppingBox .rgAltRow .mainTitleProduto {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 110%;
	margin-top: 3px;
}

.shoppingBox .rgRow a:hover .mainTitleProduto, 
.shoppingBox .rgAltRow a:hover .mainTitleProduto {
}

.shoppingBox .rgRow .mainTitle, 
.shoppingBox .rgAltRow .mainTitle {
	color: #999;
	font-style: italic;
	font-size: 10px;
	line-height: 100%;	
}

.shoppingBox .rgRow .descricao, 
.shoppingBox .rgAltRow .descricao {
	font-size: 11px;
	color: #333;
}

.shoppingBox .propsSKU {
	font-size: 11px;
	color: #333;
}

.shoppingBox .rgRow .preco, 
.shoppingBox .rgAltRow .preco {
	font-size: 11px;
	color: #333;	
	white-space: nowrap;
}

.shoppingBox .rgRow .btnRemove, 
.shoppingBox .rgAltRow .btnRemove {
	font-size: 10px;
	/*color: #FA7293;*/
	text-transform: uppercase;
	cursor: pointer;
}

.shoppingBox .rgRow .btnRemove:hover, 
.shoppingBox .rgAltRow .btnRemove:hover {
	/*color: #F83364;*/	
}

.shoppingBox .rgRow input, .shoppingBox .rgAltRow input {
	color: #525264;
	border: 1px solid #D6DBDC;
	height: 17px;	
	padding: 0 7px;
	text-align: right;
	float: left;
	width: 21px !important;
	font: 11px Arial, Helvetica, sans-serif;
}

.shoppingBox .sliderHolder {
	position: relative;
}

/**/

.btnUp, 
.btnDown {
	display: block;
    font-size: 11px;
    height: 9px;
    overflow: hidden;
    text-indent: -9000px;
    width: 16px;
}

.shoppingContent .shoppingBox p {
	color: #464E58;
	font: 12px/130% Tahoma, Geneva, sans-serif;
	margin-top:11px;
	}

.btnUp {
	background: url(img/btnUp.png) no-repeat 0 0;
}
	
.btnDown {
	background: url(img/btnDown.png) no-repeat 0 0;
	margin-top:1px;
}

/**/
.rgFooter td { 
	padding: 0;
}

.rgFooter td .footerHolders {	 
	height: 58px;
}

.noRecords {
	padding: 11px 0;
	text-transform: uppercase;
	color: #000;
}

.boxIva {
	padding: 5px 11px;
	color: #888;
	text-align: right;
	float: right;
	font-size: 11px;
}

.boxTotal {
	background: #ebebeb;
	text-transform: uppercase;
	color: #333;
	text-align: right !important;
	float: right;
	font-weight: bold;
	padding: 7px 15px;
}

p.subtotal,
p.portesTotal {
	color: #555 !important;	
	font-weight: normal;
	text-transform: none;
	margin-bottom: 4px;
	}
	
/* Codigo de imagem */

.RadCaptcha.RadCaptcha_Default {
	margin-left: 210px;
    margin-top: 25px;
	}
	
.RadCaptcha.RadCaptcha_Default label {
	clear: both;
	font-size: 11px;
	color: #666;
	display: block;
	margin-top:5px;
	}
	
.RadCaptcha.RadCaptcha_Default .rcRefreshImage {
	margin: 5px 0;
	font-size: 11px;
	}
	
/**/

.shoppingNav {
	clear: both;
	}

.shoppingNav .boxNext,
.shoppingNav a.next {
	float: right;
	}
	
.shoppingNav .boxPrevious,
.shoppingNav a.previous {
	float: left;
	}
	
.shoppingNav a.next, .shoppingNav a.previous,
.btnConfirmacaoFinal a {
	border: none;
	padding: 2px 20px 2px 5px;
	display: block;
	text-transform: uppercase;
	background-image: url(img/btnSearch.png);
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		    border-radius: 2px;
	}
	
.btnConfirmacaoFinal a {
	background-image: none;
	padding: 2px 5px 2px 5px;
	}
	
.btnConfirmacaoFinal a.btnPaypal,
.btnConfirmacaoFinal a.btnPaypal:hover {
	background: none;
	background-image: none;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	}
	
.shoppingNav a.previous {
	padding: 2px 5px 2px 20px;
	background-image: url(img/iconSetaBack.png);
	background-position: left center;
	background-repeat: no-repeat;
	}
	
.shoppingNav a.aspNetDisabled {
	/* for IE */
	filter:alpha(opacity=30);
	/* CSS3 standard */
	opacity:0.3;
	cursor: default;
	}
	
.ie7 .shoppingNav a.aspNetDisabled,
.ie8 .shoppingNav a.aspNetDisabled,
.ie9 .shoppingNav a.aspNetDisabled {
	/*color: #A0A0A0;
	background: #ccc;*/
	/*cursor: default;*/
	}
	
.ie7 .shoppingNav a.aspNetDisabled:hover,
.ie8 .shoppingNav a.aspNetDisabled:hover,
.ie9 .shoppingNav a.aspNetDisabled:hover {
	/*background: #ccc;*/
	}

/**/

/* passo 2 */

.shoppingBox {
	float: left;
	margin: 15px 0;
	}
	
.template8 .boxForm .shoppingBox {
	float: left;
	margin: 15px 0 15px 80px;
	width:800px !important;
	}

.escolherUtilizador {
	margin-left: 205px;
	}
	
.template8 .escolherUtilizador {
	margin-left: 285px;
	}
	
.escolherUtilizador td {
	padding: 5px 0;
	}


.msgRequiredFields {
	margin-left: 180px;
	font-size: 11px;
	color: #888;
	float: left;
	margin-top: 15px;
	}
	
.msgRequiredFields p {
	padding-top: 2px;
	background: url(img/iconAlerta.png) left top no-repeat;
	padding-left: 30px;
	height: 21px;
	}

.shoppingBox h3, .shoppingBox.metodoEnvio h3 {
	font: 16px 'HelveticaLight', Arial, Helvetica, sans-serif;
	margin: 20px 0 5px;
	text-transform: none;
	clear: both;
	float: left;
	width: 650px;
	}

.shoppingBox .boxValidator {
	margin-bottom: 7px;
	float: left;
	}
	
#ContentPlaceHolder1_carrinho1_formRegistoEcommerce1_boxSelectUserType .boxLeft {
	margin-top: 0;
	}
	
.shoppingBox .boxValidator input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}

.shoppingBox .boxLeft {
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: 3px;
	}
	
.shoppingBox .boxRight {
	width: 480px;
	float: left;
	}
	
.shoppingBox .splitLeft, .shoppingBox .splitRight {
	padding: 20px 0;
	margin-bottom: 20px;
	float: left;
	width: 716px;
	}
	
.shoppingBox.split .boxRight input.txt,
.shoppingBox.split .boxRight textarea.txt {
	width: 350px !important;
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.shoppingBox.split .boxRight select {
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	}


.shoppingBox.split span.igualEnvio {
	display: block;
	margin-bottom: 10px;
	margin-left: 210px;
	}
	
.boxChart .boxLogin {
	background: #F2F2F2;
	margin-bottom: 20px;
	float: left;
	margin-top: 20px;
	padding: 20px 20px 20px 110px;
    width: 560px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

.boxChart .boxLogin h3 {
	text-transform: none;
	}
	
.boxChart .boxLogin input {
	float: left;
	width: 200px;
	border: 1px solid #ddd;
	margin-right: 10px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	
.boxChart .boxLogin a.btn {
	border: none;
	color: #fff;
	display: block;
	font: 22px Arial, Helvetica, sans-serif;
	background: url(img/btnSearch.png) right 1px no-repeat;  /* skin */
	cursor: pointer;
	clear: both;
	width: 24px;
	height: 24px;
	float: left;
	position: relative;
	margin-left: 435px;
    margin-top: -25px;
	line-height: 80%;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.boxChart .boxLogin a.btn:hover {
	background: #25B0D4 url(img/btnSearch.png) right 1px no-repeat;  /* skin */
}

.boxChart .boxLogin a.loginLink {
	font-size: 11px;
	padding-top: 3px;
	}
	
.boxChart .boxLogin a.loginLink:hover {
	}

/**/

.metodoEnvio, .portesEnvio {
	float: left;
	width: 300px;
	margin-right: 20px;
	line-height: 140%;
	/*margin-bottom: 30px;*/
	}
	
/*.ie7 .metodoEnvio, .ie7 .portesEnvio {
	margin-left: 0;
	padding-left: 0;
	width: 200px;
	left: 0;
	}*/
	
.metodoEnvio .shoppingSelector {
	padding: 0;
	margin: 0 0 10px 0;
	background: none;
	float: left;
	list-style: none;
	}
	
.metodoEnvio .shoppingInfo {
	float: left;
	clear: both;
	font-size: 11px;
	color: #666;
	margin-top: 5px;
	}
	
/*  passo 3  */

.shoppingBox.metodoPagamento {
	margin-top: 20px;
	}

.metodoPagamento .shoppingSelector {
	padding: 0;
	margin: 0 0 20px;
	background: none;
	float: left;
	list-style: none;
	}
	
.metodoPagamento .shoppingSelector li {
	padding: 15px 0 15px;
	border-bottom: 1px solid #DADDDE;
	overflow: visible;
	float: left;
	}
	
.metodoPagamento .shoppingSelector li img.right {
	float: right;
	margin-top: -15px;
	}
	
.metodoPagamento .shoppingSelector #imgInfo_1,
.metodoPagamento .shoppingSelector #imgInfo_2,
.metodoPagamento .shoppingSelector #imgInfo_3,
.metodoPagamento .shoppingSelector #imgInfo_4,
.metodoPagamento .shoppingSelector #imgInfo_5,
.metodoPagamento .shoppingSelector #imgInfo_6 {
	display: none;
	}
	

.paymentTooltip {
	line-height: 130%;
	font-size: 11px;
	color: #666;
	clear: both;
	padding: 10px;
	}

/* passo 4 */

.confirmacaoFinal {
	}
	
.shoppingBox.boxHorizontal {
	clear: both;
	border-top: 1px solid #DADDDE;
	float: left;
	width: 716px;
	padding: 5px 0 0;
	line-height: 140%;
	color: #333;
	margin-bottom: 10px;
	}
	
.ie7 .shoppingBox.boxHorizontal {
	margin-top: 45px;
	}
	
.shoppingBox.boxHorizontal.bottom {
	clear: both;
	border-top: 1px solid #DADDDE;
	border-bottom: 1px solid #DADDDE;
	margin-bottom: 20px;
	padding: 5px 0 20px;
	}
	
.shoppingBox.boxHorizontal p {
	margin: 5px 0;
	}
	
.shoppingBox.boxHorizontal p strong {
	color: #888;
	}
	
.boxConfirmacaoInfo {
	float: left;
	width: 300px;
	margin-right: 30px;
	}

.boxConfirmacaoInfo.right {
	margin-right: 0;
	}
	
.shoppingBox .boxConfirmacaoInfo h3 {
	width: 300px;
	}
	
/* btn edicao/confirmacao do passo 4 */

.btnConfirmacaoProdutos, .btnConfirmacaoFinal {
	float: right;
	}

.btnConfirmacaoProdutos a, .boxConfirmacaoInfo a, a.confirmBtn {
	border: none;
	padding: 2px 5px;
	display: block;
	cursor: pointer;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;	
	}
	
.boxConfirmacaoInfo a {
	margin-top: 10px;
	float: left;
	}
	
a.confirmBtn {
	margin-top: 10px;
	float: right;
	}
	
.boxLogos {
	margin-bottom: 10px;	
	}

.boxLogos a {
	float: right;
	margin-left: 10px;	
	}
	
.boxLogos a:hover, .boxLogos a:focus {
	background: none !important;
	background-color: transparent !important;	
	}

/**/
