﻿@charset "utf-8";
	
/*** adicionado por JEFFERSON ***/
.foto_site {
 border: #CCC 1px solid;
 margin: 5px 2px 5px 0;
 padding: 2px;
}

.foto_current {
 border: 1px red solid;
 margin: 5px 2px 5px 0;
 padding: 2px;
}
.fontResizer { 
	display: block; 
	position: absolute; 
	position: absolute; 
	top: 0; left: 0; 
}
.fontResizer a { 
	display: block; 
	float: left; 
	width: 17px; 
	height: 17px; 
	text-align: center; 
	border: 1px solid #ccc; 
	line-height: 15px; 
	color: #666; 
	text-decoration: none; 
}

.fontResizer a:hover { 
	color: #000; text-decoration: none; 
}

/* 
The following control the way the font-resizer links appear only 
Set the actual size-changes in the function call
*/

.smallFont { 
	font-size: 9px; 
}

.medFont { 
	font-size: 13px; 
}

.largeFont { 
	font-size: 15px; 
}

.curFont { 
	background: #EEEEF7; 
}	



#fechar{
 float				:right;
 vertical-align 	:top;
 margin				:0px;
}
#mensagem-sucesso {
 font-weight		:bolder; 
 font-size			:120%; 
 display			:none;
 overflow			:visible;
 position			:absolute;
 top				:250px;
 left				:400px;
 z-index			:555;
 width				:420px;
 height				:100px;
 float				:left;
 padding			:2px;
 margin		 		:20px;
 vertical-align		:middle;
 text-align			:center;
 background			:#900;
 color				:#fff;
 border 			:#cccccc 1px solid;
}

#mensagem-sucesso-indique {
 font-weight		:bolder; 
 font-size			:120%; 
 display			:none;
 overflow			:visible;
 position			:relative;
 z-index			:555;
 width				:350px;
 height				:30px;
 float				:left;
 padding			:2px;
 margin		 		:20px;
 vertical-align		:middle;
 text-align			:center;
 background			:#900;
 color				:#fff;
 border 			:#cccccc 1px solid;
}

#icontato{  
 margin				:0px;
 padding			:0px;
 width				:0px;
 height				:0px;
}

#comments {
	margin: 20px 0 0 0;
	}
#comments h2 {
	font-weight: normal;
	font-size: 14px;
	}
#comments h3 {
	font-size: 11px;
	}
#comments h3 img {
	margin: 0 0 -5px 0;
	}
#comments .textoComment {
	}
#comments .textoComment .data {
	text-align: right;
	margin: -25px 0 10px 0;
	}
#comments .commentBox {
	background: #f1f2f3;
	padding: 5px 5px 5px 10px;
	margin: 0 0 20px 0;
	}

#comments .commentBoxOver {
	padding: 5px 5px 5px 10px;
	margin: 0 0 20px 0;
	}
	
#formComentarios {
	width: 305px;
	padding: 10px;
	background: #f1f2f3;
	}
#formComentarios label {
	width: 100px;
	float: left;
	}
#formComentarios .formGeral, #formComentarios textarea {
	width: 200px;
	padding: 2px;
	} 
#formComentarios textarea {
	height: 100px;
	}
#formComentarios #botaoComment {
	float: right;
	background: #666;
	color: #FFF;
	padding: 3px;
	font-size: 13px;
	}
#comentarioTitulo {
	margin: 20px 0 10px 0;
	}
	
	

#tellfriend {
	position: absolute;
	margin-top: -500px;
	left: 430px;
	color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	width: 380px;
	z-index: 1;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
}

#tellfriend a.close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: url(../images/fancy_closebox.png) no-repeat;
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -1000px;
}

#tellfriend form textarea {
	height: 80px;
}




/* @end */

/* @group Forms */


.contact-form {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
}

.contact-form form input.std_input {
	margin-bottom: 10px;
}

#tellafriend_form label.clear {
	clear: both;
	float: left;
	margin-top: 10px;
}

#tellafriend_form label.full {
	width: 99%;
}

#tellafriend_form label.required {
	font-weight: bold;
}

#tellafriend_form select {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6e6e6e;
}

#tellafriend_form label {
	color: #808080;
	font-size: 14px;
}

#tellafriend_form input.std_input,
#tellafriend_form textarea {
	border: 1px solid #ccc;
	width: 97%;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	color: #6e6e6e;
}

#tellafriend_form table {
	width: 100%;
}

#tellafriend_form table input.std_input {
	width: 93%;
}

#tellafriend_form table.three-col input.std_input {
	width: 90%;
}

#tellafriend_form input.form_but {
	margin-top: 10px;
	background-color: #900;
	border: 1px solid #545454;
	color: #fff;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
}

