/*MODELO WEBSTORM*/


.produtoTitPag
{
font-size:20px;	
	
}
/*CONFIGURAÇÕES GERAIS*/
body {
	margin:0 auto;
	padding:0;
	font-family: Arial,"Trebuchet MS", Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	

}

a {text-decoration:none; border:none; color:#333;}

a:hover{text-decoration:underline;}

input, textArea, select{ 
	background:url(../../images/site/bgInput.jpg) repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border: 1px solid #d6d6d6;
	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*/

/*#cabecalho{ height:100%; background:url(../../images/site/bgCabecalho.jpg) repeat-x top}*/

#cabecalho{
	background: url(../../images/site/bkg_cabecalho.jpg) repeat-x;
	height:100%
}

#direita{
	width:150px;
	float:right;
	height:100%;
	overflow:hidden;
}

#esquerda{
		width:160px; 
		float:left; 
		overflow:hidden; 
/*		margin-right:1px; 
		background:url(images/bgLeft.jpg) repeat-y;*/
		
	}

	


/*#direita{width:160px; float:right; margin-left:5px; overflow:hidden; margin-bottom:10px}

#esquerda{width:160px; float:left; margin-right:5px; overflow:hidden; margin-bottom:10px}*/

#conteudo{overflow:hidden;text-align:center; height:100%; margin-bottom:10px}

/*#rodape{background:url(../../images/site/bgRodape.jpg) repeat-x 0 0px ; clear:both; overflow:hidden; padding-top:15px}*/

#rodape{
	clear:both;
	width:100%;
}


/*MENU PADRÃO LATERAL*/

#menu{
    clear:both; 
	z-index:100; 
	/*width:150px;*/
	
}

#menu span{display:block; height:100%; cursor: pointer; padding:3px 0}

#menu li{ float:left; width:100%}

#menu a{display:block; padding:3px 0}

#menu a:hover{text-decoration:none}

ul#id2{margin:0; padding:0}

#menu ul {	padding: 0}

/*1º N?VEL/
#menu .containerN1 li a{
	background:url(../../images/site/menu-esquerda-fundo_35.jpg) repeat-y;
 	color:#9a1b14;
	padding:4px 10px 0 10px;
	width:130px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold
}
/*2º N?VEL/
#menu .containerN2 li a{
	color:#333; 
	width:122px;
	background:url(../../images/site/menu-esquerda-fundo_35.jpg) repeat-y;
	text-transform:capitalize;
	font-weight:normal;
	padding-left:15px;
	line-height:14px;
	border-bottom:1px dashed #CCC;
	padding-top:5px;
	padding-bottom:5px
}
 
#menu .containerN2  li a:hover{color:#666}

/*3º N?VEL /
#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} */


/*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;
	background-color: #666;
	width: 80%; 
	margin: 20px auto 0;
	font-size: 16px;
	color: #DDD;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	
	text-shadow:#999 1px 1px 1px;
	-moz-box-shadow:#999 2px 2px 10px;
	-webkit-box-shadow:#999 2px 2px 10px;
}
#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: 0 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; align:center; }
#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:13px;  }

#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: #fff;}
#boxRed ul.cloudTags a:hover { text-decoration: none; background-color: #660000;}

#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;
}

/*AVALIAO*/

#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}


