

/* ----------- fashin clinic css  -------------*/

/* Configuração Geral */

*{
	margin: 0;
	padding: 0;
	border:none;
}

body {
	/* background: url(../imagem/background.jpg);
	text-align:center; */
}

/* Conteudo principal */

#conteudo {
	/*position: relative;*/
	margin: 0 auto;
	width: 846px;
	background: url(../imagem/fundo_centro.jpg);
	padding-top: 10px;
	padding-bottom: 5px;
}

#conteudo2{
	/*position: relative;*/
	margin: 0 auto;
	width: 846px;
	background: url(../imagem/fundo_centro.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
}

#topo {
	height: 100px;
	width: 846px;
	color:#FFddCC;
	border: 1px none #000;
	background: url(../imagem/fundo_topo.jpg);
	margin: 0 auto;
}

#topo img {
	position: absolute;
	left: 580px;
	top: 25px;
}


/* Menu */
/*

#menu {
	position: relative;
	float:left;
	left: 10px;
	top: 5px;
	height:50px;
	width: 550px;
	text-align:left;
}

#menu ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	padding-top: 35px;
	/*padding-bottom: 3px;*/
/* } 

#menu ul li{
	display: inline;
	/*padding-top: 25px;*/
/*}

#menu ul li a{
	text-decoration: none;
	font-size: 11px;
	color:#fff;
	font-weight: normal;
	padding: 1px 5px 2px 5px;
	border-top: 40px solid url(../imagem/transp.gif);
}

#menu ul li a:hover, #menu ul li a.marcado{
	text-decoration: none;
	font-size: 11px;
	color: #9a87be;
	font-weight: normal;
	padding: 1px 5px 2px 5px;
	border-top: 40px solid #9a87be;
} */

/* Rodapé */

#rodape {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 61px;
	width: 846px;
	color: #ccc;
	padding-top: 10px;
}

.chumbo {
	/* background: url(../imagem/rodape_chumbo.jpg) no-repeat; */
	background: none;
}

.roxo {
	background: url(../imagem/rodape_roxo.jpg) no-repeat;
}

.verde {
	background: url(../imagem/rodape_verde.jpg) no-repeat;
}

/* Quadro Interno */

#interno {
	background: url(../imagem/fundo_centro.jpg);
	width:846px;
	height: 428px;
}

/*--- Home ---*/

#centro {
	width:796px;
	position:relative;
	margin: 0 auto;
}
#continterno{
	position:relative;
	padding-top: 15px;
}

#esqhome {
	float: left;
	width:500px;
	position:relative;
	padding-left: 25px;
	height: 140px;
}

#esqhome  span{
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	text-align: left;
	line-height: 28px;
	font-weight: bold;
}

#esqhome  a{
	text-decoration: none;
}

#esqhome  p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
	color: #333;
}

#esqhome  h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 16px;
	color: #333;
}

#dirhome {
	/*float: right;*/
	width:270px;
	position:relative;
	background-color: #CC9900;
	margin-left: 550px;
}

/*--- Geral ---*/

#esquerdo {
	float: left;
	width:280px;
	position:relative;
	/*margin-left: 10px;*/
	text-align: center;
}

#esqbox {
	width:265px;
	height: 156px;
	position:relative;
	margin-left: 7px;
	_margin-left: 0px;
	text-align: center;
	background: url(../imagem/box.jpg) no-repeat;;
}

#esqbox  h3{
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	font-size: 14px;
	color:#333;
	line-height: 26px;
	font-weight: bold; 
}

#esqbox  p{
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	font-size: 12px;
	color:#777;
	line-height: 18px;
	font-weight: normal; 
}

#direito {
	float: right;
	width:440px;
	position:relative;
	/* margin-right: 40px; */
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#555;
}

#direito img, #dirfixo img {
	vertical-align: middle;
}

#direito p{
	text-align: left;
	line-height: 20px;
	color: #333;
	padding-right: 40px;
}

/* ---- Paginas internas com div fixo ---*/
#dirfixo {
	float: right;
	width:440px;
	height: 330px;
	position:relative;
	/* margin-right: 40px; */
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#555;
	margin-top: 15px;
	overflow: hidden;
	/*padding-top: 10px;*/
}

#dirfixo p{
	text-align: left;
	line-height: 20px;
	color: #111;
	font-size: 11px;
	padding-right: 10px;
	/*margin: left;*/
}

#dirfixo h3{
	text-align: left;
	line-height: 18px;
	color: #360d73;
	font-weight: bold;
	font-size: 14px;
	/*margin: left;*/
}

#dirfixo a{
	text-decoration: none;
	/* color:#555; */
}

#dirfixo a:hover{
	text-decoration: none;
	/* color:#888; */
}

.boximg {
	position: relative;
	float: left;
	width: 150px;
	padding-right: 10px;
	text-align:center;
}

/*--- classes ---*/
.cinza {
	color: #555;
}

.lilas {
	color: #360d73;
}

.borda {
	border: 1px solid #360d73;
}

#novideo {
 visibility: hidden;
}

.noblue a:hover {
	background: none;
	color: #666;
}


.wearefashion {
	background: url(imgs/tiago.jpg) no-repeat left top !important; 
}

.services {
	background: url(imgs/services2.jpg) no-repeat left top !important; 
}

.clipping {
	background: url(imgs/clipping.jpg) no-repeat left top !important; 
}

.fashiontv2 {
	background: url(imgs/fashiontv.jpg) no-repeat left top !important; 
}

.contato {
	background: url(imgs/conntact2.jpg) no-repeat left top !important; 
}

















/******************************************************************************************************/





















/* CSS Document */

/**** resert ****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0 !important;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
body {
	line-height: 1;
	background: #fff;
	color: #000
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
address{
	font-style: normal
}

/****/


body {
	background: url(imgs/bg_body.gif) repeat-x #A8A8A8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #434343;
}

h2 {
	color:#8E8E8E;
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:15px;
	text-align:left;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.wrapping {
	width: 846px;
	margin: auto;
	
}

.header_wrapper {
	width: 864px;
	margin: auto;
	background: url(imgs/topo.jpg);
	height: 120px;	
}

.content_wrapper {
	background:url(imgs/content.png) repeat-y;
	width: 864px;
	margin: auto; 
}

.footer_wrapper {
	background:url(imgs/footer.png) no-repeat ;
	width: 866px;
	margin: auto; 
	height: 78px;
}

.no-border {
	border: none !important;
}

.lilas {
	color: #201E65;
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:15px;
	
	text-align:left
	}
	
.cinza {
	color: #8E8E8E;
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:15px;
	
	text-align:left
}

.news a {
	color:#434343;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	text-align:left;
	text-decoration: none;
	line-height: 1.2;
}

.news a:hover {
	color: #fff;
	background: #333;
	}

.news {
	margin-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #ccc;
}

#newshome .news:first-child {
	margin-top: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	background:none repeat scroll 0 0 #333;
	color:#FFFFFF;
}

label {
	display: block;
	margin-bottom: 12px;
}

label input.txt, label textarea {
	width: 99%;
	border: 1px solid #484848;
}

label input.txtfocus, label textarea.focus {
	width: 99%;
	border: 1px solid #6825cb;
}

label textarea {
	height: 98px;
}

input.btt {
	padding: 2px 17px;
	border: none;
	color: #7a7a7a;
	cursor: pointer;
}

p {
	margin-bottom: 12px;
	width: 90%;
}

.umcheckbox{
	margin-left:38px;
}


/***** header *****/

#header {
	position: relative;
}

#logo {
	position: absolute;
	width: 191px;
	height: 47px;
	right: 37px;
	top: 49px;
}

#logo span {
	display: none;
}


/*** menu ***/
#menu {
	float:left;
	height:50px;
	left:10px;
	position:relative;
	text-align:left;
	top:5px;
	width:580px;
	margin-top: 26px; 
}

#menu ul {
	color:#555555;
	font-family:Arial,Helvetica,sans-serif;
	margin-top: -7px;
	overflow:hidden;
	/*padding-top:40px;*/
	}

#menu ul li {
	display:block;
	padding:1px 4px 2px;
	width: auto;
	float: left;
	background: url(imgs/sep.gif) no-repeat bottom right;
	padding-top:40px;
}

#menu ul li a {
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-transform: uppercase;
	padding-top: 41px;
}

#menu ul li a:hover, #menu ul li a.marcado {
	background: url(imgs/marcador.png) repeat-x;
	color: #ADADAD;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}


/*** CONTENT ***/

#content {
	padding: 28px 28px;
	width: 790px;
}

#conteudo {
	padding: 28px 28px;
	width: 790px;
	background: none;
}

#conteudo2 {
	padding: 28px 28px;
	width: 790px;
	background: none;
}

.v2d {
	padding: 25px 5px !important;
	width: 846px !important;
	background: transparent url(imgs/content_beauty.png) repeat-y scroll -4px 0 !important;
}

.left_col {
	float: left;
	width: 321px;
	margin-right: 9px;
}

.right_col {
	width: 460px;
	float: left;
}

/*** left_col ***/

.img_nov {
	margin-top: 12px;
	position: relative;
	z-index: 5;
	background: url(imgs/ico-gal.gif) no-repeat 0 5px #afafaf;
	padding-left: 48px;
	width: 275px;
	overflow: hidden;
	max-height: 200px;
	_height: 200px;
} 

.img_nov .img_content {
	position:absolute;
	bottom: 0px;
	left: 46px;
	width: 228px;
	z-index: 10;
}

.img_nov .img_content span.bord {
	display: block;
	border-left: 12px solid #360D73;
	padding: 1px 0 2px 0;
	
}

.img_nov .img_content span.ctnt {
	background: #360D73;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}



/*** footer ***/

#footer {
	text-align: center;
	color: #e5e5ed;
	padding-top: 14px;
}


/**** individuais ****/

/**** fashiontv ****/

.tvdestaque h3 {
	background: #CCC;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 15px;
	width: 402px;
	padding-left: 15px; 
}

table.tbtvdestaque {
	background: #e3e3e3;
	margin-top: 3px;
	/*width: 99%;*/
	}

table.tbtvdestaque td {
	vertical-align: middle;	
	padding: 16px 10px;
}

table.tbtvdestaque td.tvthumb {
	border-right: 2px #fff solid;
	width: 186px;
	text-align: center;
	vertical-align: middle;
	padding: 16px 0;
}

.nottvthumb {
	width: 209px;
}

.tvtit {
	font-weight: bold;
	font-size: 13px;
}

.tvtit a {
	font-weight: bold;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

.tvtit a:hover {
	background:none repeat scroll 0 0 #333;
	color:#FFFFFF;
}

.intro {
	margin-bottom: 12px;
}

.tvdests {
	background: #e3e3e3;
	margin: 6px 0;
	/* width: 100%; */
	
}

.tvdests td {
	padding: 16px 10px;
	vertical-align: middle;
	border-bottom: 12px #fff solid;
}

.tvthumb2 {
	background: #bfbfbf;
	border-right: 2px solid #fff;
	width: 54px;
}

.nottvthumb2 {
	width: 315px;
}

.tvdests a {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}

.tvdests a:hover {
	background:none repeat scroll 0 0 #333;
	color:#FFFFFF;
}

.tvdestaque h4  {
	color:#8E8E8E;
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:14px;
	text-align:left;
	text-transform:uppercase;
	margin-top: 6px;
}

/**** navegação interna *****/

.navinterna {
	display: block;
}

.navinterna li {
	padding: 3px 0 3px 14px;
}

.navinterna li.atual {
	background: url(imgs/bullet_navInterna.gif) no-repeat left center;
}

/**** Sorteio ****/

.sorteio {
	background: #f3f3f0;
	padding-bottom: 14px;
}

.sorteio h3{
	padding: 14px;
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
	}
	

/**** flashes ****/


/***************************************************************/

#newshome  {
	height: 200px;
	overflow: hidden !important;
	margin-top: 13px;
}

a.page-options:hover {
	background: none !important
}




