/*MODELO WEBSTORM*/


.produtoTitPag
{
font-size:20px;	
	
}
/*CONFIGURAÇÕES GERAIS*/
body {
	margin:0 auto;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	width:1000px;
	background:url(../../images/site/bg.jpg) center top repeat-y #fff;

}

a {text-decoration:none; border:none; color:#888;}

a:hover{text-decoration:underline;}

input, select{ 
	background:url(../../images/site/bgInput.jpg) repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border: 1px solid #e6e2de;
	padding:2px 2px 2px 2px;
}

textArea{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border: 1px solid #e6e2de;
	padding:2px 2px 2px 2px;
}


.paginacao{width:100%; float:left; margin-top:10px;height:20px;padding-top:10px}
.paginacao a{color:#666; padding:2px 5px;border:1px solid #fff}
.paginacao a:hover{border:1px solid #ccc; color:#666; text-decoration:none}


/*ESQUELETO*/

#corpo{ background:url(../../images/site/bgCorpo.jpg) center top repeat-y; }

.miolo{ float:left; background:#fff; width:599px;}

#cabecalho{background:url(../../images/site/bgCabecalho.jpg) repeat-x top; *float:left}

#direita{width:200px; float:right; overflow:hidden; margin-bottom:10px}

#esquerda{/**/width:200px; float:left; overflow:hidden; margin-bottom:10px;}

#conteudo{overflow:hidden;text-align:center; height:100%; margin-bottom:10px; _float:left; _width:795px}

#rodape{ clear:both; overflow:hidden; margin-top:15px}
#rodapeCarrinho{ clear:both; overflow:hidden; margin-top:15px}


/*MENU PADRÃO LATERAL N2 */

#menu{border-right:1px solid #eee;
clear:both;
float:left;
overflow:hidden;
width:199px;
z-index:100;}

#menu span{display:block; height:100%; cursor: pointer; padding:5px 0}

#menu li{ float:left; width:100%}

#menu a{display:block;}

#menu a:hover{text-decoration:none}


#menu .containerN1 li a{
	
}

#menu .containerN2 li a{
	color:#333; 
	border-bottom:1px dotted #ddd;
	padding:7px 0 7px 40px;
	width:160px;
	font-weight: normal;
}
 
#menu .containerN2  li a:hover{	background:#f1f1f1;}


#menu .containerN2 li ul{
	position: absolute;  
	margin:-26px 0px 0px 160px; 
	z-index:200
}

#menu .containerN3{width: 100%;}

#menu .containerN3 li a{
	z-index:100;
	border-bottom:1px solid #D1D1D1; 
	background:#F1F1F1;
	color:#333;
}

#menu .containerN3 li a:hover{background:#DFDFDF}

*/


/*MENU PADRÃO LATERAL N3 */

#menu{clear:both; z-index:100; /*width:160px; */}

#menu span{display:block; height:100%; cursor: pointer; padding:5px 0}

#menu a{display:block;}

#menu a:hover{text-decoration:none} 

/* 1º NÍVEL */
#menu .containerN2 a span{
 	color:#613f33;
	font-weight:normal;
	border-bottom:1px solid #e3e0df;
	padding-left:20px;
	font-size:14px;
}
#menu .containerN2 a span:hover{ background-color:#f2f2f2}


 
#menu .containerN2  li a:hover{	background:#f1f1f1;}

/* 3º NÍVEL */
#menu .containerN2 li ul{
	position: absolute;  
	margin:-26px 0px 0px 200px; 
	z-index:200
}

#menu .containerN3{width: 100%}

#menu .containerN3 ul{width:160px}

#menu .containerN3 li a{
	z-index:100;
	border-bottom:1px solid #ddd; 
	background:#f8f8f8;
	color:#333;
	float:left;
}

#menu .containerN3 li a:hover{background:#f2f2f2}


/*LISTA CASAMENTO*/
#buscaLista { height: 150px; }
#buscaLista li { padding: 3px; }
#novaBusca { margin: 10px 0px; font-weight: bold; }

#listagemNoivos{ width: 100%;}
#listagemNoivos ul{ margin:0; padding:0; width: 100%; }

#listagemNoivos ul li { width:100%; float:none; }

#listagemNoivos li.listagem{
	float:left;
	height:90px;
	width:24%;
	overflow:hidden;
	border-right:1px dashed #DDD;
	border-bottom:1px dashed #DDD;
	text-align:center;
	padding:5px 0; 
}

#listagemNoivos .listagem div{height: 26px}

#listagemNoivos .title{
	border:1px solid #fff;
	font-weight:bold; 
	font-size:12px; 
	background:#c61616; 
	height: 20px; 
	float:left; 
	width:24%;
	text-align:center;
	padding:5px 0;
	color: #fff; 
}

/*FORMULÁRIO DE CADASTRO*/
#frmCadastro { }
#frmCadastro h3 {
	color: #666; 
	font-size: 16px;
	width: 80%; 
	margin: 20px auto 0;
}
#frmCadastro h4 {
	padding: 10px 30px;
	width: 80%; 
	margin: 20px auto 0;
	font-size: 16px;
	color: #6f5146;
	border-bottom:1px dotted #6f5146
}
#frmCadastro fieldset {
	width:75%; 
	margin:0 auto; 
	padding: 15px 0 0;
}
#frmCadastro fieldset p {
	display:block;
	clear: left;
	line-height: 25px;
	height: 25px;
	margin-bottom: 5px
	/*border:1px solid #F0F;*/
}
#frmCadastro fieldset label {
	width:120px; 
	margin-right: 20px;
	display: inline-block;
	float: left;
	text-align: right;
	/*border:1px solid #F00*/
}
#frmCadastro fieldset label.maior {
	width:140px;
}
#frmCadastro fieldset label.menor {
	width:auto;
	margin: 0 5px;
}
#frmCadastro fieldset select,
#frmCadastro fieldset input {
	display: inline-block;
	float: left;
}
#frmCadastro fieldset label.radio {
	width: 40px;
	line-height: normal
}
#frmCadastro fieldset img {
	display: inline-block;
	float: left;
}
/*#frmCadastro input.Error {border: 1px solid red}*/

/* MINHA NAVEGAÇÃO */

#minhaNavegacao {
	width: 980px;
	margin: 0 auto;
}
#nuvemTags {
	width: 980px;
	margin:10px auto;

}
/*BOX*/

#box2 {
	background: url(../../images/site/boxAbas.png) no-repeat;
	text-align:center;
	padding-left:15px;
	font-weight:bold;
	color:#fff;
	font-size:13px;
	position:relative;
	left:35px;
	margin-top:10px;
	clear:both;

}
	
#box2  span { line-height:30px;
	display:block;
	padding-right:15px;
	background: url(../../images/site/boxAbas.png) right top no-repeat;

}



#boxDesejados {
	background: url(../../images/site/boxAbas.png) no-repeat;
	text-align:center;
	padding-left:15px;
	font-weight:bold;
	color:#fff;
	font-size:13px;
	position:relative;
	left:45px;
	margin-top:10px;
	clear:both;
	width: 135px;
	height: 30px;
	

}
	
#boxDesejados  span { line-height:30px;
	display:block;
	padding-right:15px;
	background: url(../../images/site/boxAbas.png) right top no-repeat;

}


#boxRed{ width:978px;background:url(../../images/site/boxRed.png) no-repeat left top;	padding:0 0 0 7px; float:left }
#boxRed .rightBox3{ background:url(../../images/site/boxRed.png) no-repeat right top; overflow:hidden; padding:10px 0px 0 10px; height:100%;  }
#closeBoxRed{ background:url(../../images/site/boxRed.png) no-repeat left bottom; padding:0 0 0 7px; float:left; }
#closeBoxRed .right{  background:url(../../images/site/boxRed.png) no-repeat right bottom; overflow:hidden; padding:0 0px 0 10px; height:15px;  }
#closeBoxRed .rightBox3{  background:url(../../images/site/boxRed.png) no-repeat right bottom;  overflow:hidden; padding:0px 0px 0 10px; height:14px;  }

#boxRed .rightBox3Descricao{background:url(../../images/site/boxRed.png) no-repeat right top; overflow:hidden; padding:20px 20px 0 20px; height:100%;line-height:1.5em}

#boxRed ul.cloudTags {padding:0 20px 0 0; text-align: center}
#boxRed ul.cloudTags li { display: inline; vertical-align: middle; line-height: 1.2em;}
#boxRed ul.cloudTags a { color: #666;}
#boxRed ul.cloudTags a:hover { text-decoration: none; color:#ed7d06}

#boxRed ul.cloudTags .level1 {font-size: 1.1em;}
#boxRed ul.cloudTags .level2 {font-size: 1.2em;}
#boxRed ul.cloudTags .level3 {font-size: 1.4em;}
#boxRed ul.cloudTags .level4 {font-size: 1.6em;}
#boxRed ul.cloudTags .level5 {font-size: 2.8em;}
#boxRed ul.cloudTags .level6 {font-size: 2.0em;}
#boxRed ul.cloudTags .level7 {font-size: 2.2em;}



#box2 .style1{color:#06559e;}

#box3{ background:url(../../images/site/box2.png) no-repeat left top;padding:0 0 0 7px;}
#box3 .rightBox3{ background:url(../../images/site/box2.png) no-repeat right top; overflow:hidden; padding:10px 0px 0 10px; height:100%;  }
#closeBox3{ background:url(../../images/site/box2.png) no-repeat left bottom; padding:0 0 0 7px; float:left; }
#closeBox3 .right{  background:url(../../images/site/box2.png) no-repeat right bottom; overflow:hidden; padding:0 0px 0 10px; height:16px;  }
#closeBox3 .rightBox3{  background:url(../../images/site/box2.png) no-repeat right bottom;  overflow:hidden; padding:0px 0px 0 10px; height:16px;  }

#box3 .rightBox3Descricao{background:url(../../images/site/box2.png) no-repeat right top; overflow:hidden; padding:20px 20px 0 20px; height:100%;line-height:1.4em; font-size:1.1em}

#pontos{background:url(../../images/site/pontos.png) center repeat-x; height:20px; clear:both }
#produtosVisitados{
	width:550px;
	float:left;
	padding:10px 20px 0 0;
}

#produtosVisitados span{ color:#666; font-weight:normal; font-size:11px; }

#linksVisitados{
	width:330px;
	background:url(../../images/site/bgVisitados.gif) left center no-repeat;
	float:left;
	padding:10px 20px 0 30px;
	text-align:left;
}

#linksVisitados span{ margin-left:10px; float:left}

#mycarousel,
#mycarousel li {
	padding: 0;
	text-align:center;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 230px;
    height: 140px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
   /* -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 480px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  480px;
    height: 140px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 230px;
    height: 140px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 1px;
    right: 5px;
    width: 32px;
    height: 136px;
    cursor: pointer;
    background: transparent url(../../images/site/setaDestaqueRight.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 1px;
    left: 5px;
    width: 32px;
    height: 136px;
    cursor: pointer;
    background: transparent url(../../images/site/setaDestaqueLeft.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/*AVALIA??O*/

#star div{height:13px;}

#star .level5{ background:url(../../images/site/iconStar.png) no-repeat 0 0; width:73px;  }
#star .level4{ background:url(../../images/site/iconStar.png) no-repeat -14px 0; width:73px; }
#star .level3{ background:url(../../images/site/iconStar.png) no-repeat -28px 0; width:73px;}
#star .level2{ background:url(../../images/site/iconStar.png) no-repeat -42px 0; width:73px; }
#star .level1{ background:url(../../images/site/iconStar.png) no-repeat -57px 0; width:73px;}

#star{
	margin:auto;
	height:13px;
	width:75px;
	text-align:center;
	margin:5px  auto;
}

.nome_Campos {float:left; width:100px; text-align:right; padding-right:5px}
.nome_Campos li{padding:0 0 10px 0}

#star2 div{height:15px; line-height:15px; text-align: left}
#star2Top div{height:15px; line-height:15px; text-align: left; cursor: pointer}

#star2 .level5, #star2Top .level5{ background:url(../../images/site/iconStar.png) no-repeat 0 0; width:75px;  }
#star2 .level4, #star2Top .level4{ background:url(../../images/site/iconStar.png) no-repeat -15px 0; width:75px; }
#star2 .level3, #star2Top .level3{ background:url(../../images/site/iconStar.png) no-repeat -30px 0; width:75px;}
#star2 .level2, #star2Top .level2{ background:url(../../images/site/iconStar.png) no-repeat -45px 0; width:75px; }
#star2 .level1, #star2Top .level1{ background:url(../../images/site/iconStar.png) no-repeat -60px 0; width:75px;}

.comentarios {float:left; padding:10px 0; width:100%}

#box8{ background:url(../../images/site/box5.png) no-repeat left top;	padding:0 0 0 7px;}
#box8 .rightBox8{ background:url(../../images/site/box5.png) no-repeat right top; overflow:hidden; padding:10px 7px 0 3px; height:100%; }
#closeBox8{ background:url(../../images/site/box5.png) no-repeat left bottom; padding:0 0 0 7px ;		margin:auto;}
#closeBox8 .rightBox8{  background:url(../../images/site/box5.png) no-repeat right bottom; padding-left:3px; overflow:hidden; height:16px}

.listaDireita{ float:left; padding-left:7px}


.galeria_fotos{
	padding:10px;
	overflow:hidden;
}
.galeria_fotos .cab{
	padding:10px;
	overflow:hidden;
	background-color: #EEE;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	font-size: 18px;
	font-family:Helvetica, Arial, sans-serif !important
}

.galeria_fotos .cab p{
	padding:10px;
	font-size: 14px;
}

.galeria_fotos ul{
	width:100%;
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	text-align:center;
	
	overflow:hidden;
	background-color: #EEE;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.galeria_fotos ul li{
	display:inline;
	
	
	text-align:center;
}
.galeria_fotos ul li img{
	border:1px solid #666666;
	background:#FFFFFF;
	margin:10px;
}

.lista_albuns{
	padding:10px;
	overflow:hidden;
}
.lista_albuns .cab{
	padding:10px;
	overflow:hidden;
	background-color: #EEE;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	font-size: 18px;
}

.lista_albuns .cab p{
	padding:10px;
	font-size: 14px;
}

.lista_albuns ul{
	width:100%;
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	text-align:center;	
	overflow:hidden;
	background-color: #EEE;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.lista_albuns ul li{
	display:inline-block;
	margin:10px;
	text-align:center;
	width:107px;
	*float:left;
	min-height:150px;
	border-bottom:1px dotted #ccc
	
}

.lista_albuns ul li a{ float:left; color:#333333; font-family: Helvetica, Arial, sans-serif; text-align:left; font-size:12px; letter-spacing:-0.5px}
.lista_albuns ul li img{
	border:1px solid #666666;
	background:#FFFFFF;
	margin-bottom:15px;
	max-height:80px;
	text-align:center
}

#pag ul li{
	display: inline;	
}

.inputfixIE{ border:0 !important; background:none !important}


.sugestao{border-right:1px solid #eee;
	clear:both;
	float:left;
	overflow:hidden;
	width:199px;
	z-index:100}
	
	.sugestao ul{padding:0 !important}
	.sugestao ul li{ border-bottom:1px solid #e3e0df; padding:7px }
		.sugestao ul li:hover{ background:#f2f2f2}
	.sugestao ul a{ color:#613f33;
			font-weight:normal;
			font-style:italic;
			padding-left:20px;
			font-size:14px;}
		.sugestao ul a:hover{ text-decoration:none}
		
.tamanhoIdeal{ width:100%; padding:5px 0; border-top:1px dotted #eee}
