/*
 * xhtml.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

/* Basic Tags */
html {}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	color: #3A3C2E;
	background: url('/_resources/media/img/bg.jpg');
}
body.popup { 
	background: white;
}

h1,h2,h3,h4 {
	letter-spacing: 0px;
	margin: 0px 0px 8px 0px;
}

h1 {
	font-size: 18px;		
	line-height: 22px;
	color: #527743;
	font-weight: bold;
	letter-spacing: -1px;		
}

h2 {
	font-size: 16px;	
	color: #527743;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 { }
h6 { }
p { margin: 0px; }
br { }
hr {
	border: 0px;
	border-bottom: 1px solid #BABD88;
}

/* Char Format */
b { }
font { } /* deprecated */
i { }
em { }
big { }
strong { }
small { }
sup { }
sub { }
bdo { }
u { } /* deprecated */

/* Output */
pre { }
code { }
tt { }
kbd { }
var { }
dfn { }
samp { }
xmp { } /* deprecated */

/* Blocks */
acronym { }
abbr { }
address { }
blockquote { }
center { } /* deprecated */
q { }
cite { }
ins { }
del { }
s { } /* deprecated */
strike { } /* deprecated */

/* Links */
a { }
link { }

/* Frames */
frame { }
frameset { }
noframes { }
iframe { }

/* Input */
form {
	margin: 0px;
	padding: 0px;
}

input { }
textarea { }
button { }
select { }
optgroup { }
option { }
label { }
fieldset { }
legend { }
isindex { } /* deprecated */

/* Lists */
ul { }
ol { }
li { }
dir { } /* deprecated */
dl { }
dt { }
dd { }
menu { } /* deprecated */

/* Images */
img { }
map { }
area { }

/* Tables */
table { }
caption { }
th { }
tr { }
td { }
thead { }
tbody { }
tfoot { }
col { }
colgroup { }

/* Styles */
style { }
div { }
span { }

/* Meta Info */
head { }
title { }
meta { }
base { }
basefont { } /* deprecated */

/* Programming */
script { }
noscript { }
applet { } /* deprecated */
object { }
param { }#layAll,
#laySuperBanner,
#layTop,
#layMainBg,
#layMain,
#layLeft,
#layContent,
#layRight,
#layMembers,
#layPool,
#layRightSpecial,
#layPath,
#laySearch,
#layNewsletter,
#layNewsletterContent,
#layFooter,
#layFooterContent,
#layFooterContentLeft,
#layFooterContentRight,
#layTitle,

.contentHomeDestaque,
.contentHomeDestaqueImage,

.form_input_search,
.form_input_boxes,
#lightbox,
#lightboxDetails
{
   behavior: url("/_resources/scripts/boxsizing.htc");
   box-sizing: border-box;
   -moz-box-sizing: border-box;
}/*
 * layout.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

* {
	font-family: Georgia, Arial;
}

#layAllBg {
	background: url('/_resources/media/img/bgHeaderTop.jpg') repeat-x;
}

#layAll {
	background: url('/_resources/media/img/bgHeader.jpg') top center no-repeat;
}

#layUltraBanner {
	width: 700px;
	height: 365px;		
	position: absolute;
	margin-top: 33px;		
}
#layMenu {
	position: absolute;
	width: 700px;
	height: 59px;
	z-index: 10;	
}

#layTop {
	text-align: left;
	width: 700px;
	height: 333px;		
}

#layMain {
	width: 700px;
	text-align: left;			
	padding-top: 70px;
}

#layContent {
	float: left;
	width: 442px;			
	font-size: 12px;
}

#layTitle {
	width: 442px;
	height: 86px;
	padding-top: 35px;
	padding-left: 20px;
	margin-bottom: 20px;
	background: url('/_resources/media/img/img_bg_title.gif') no-repeat;
}

#layRight {
	float: left;
	width: 218px;
	padding-top: 0px;		
}

#layFooter {
	height: 120px;	
	background: url('/_resources/media/img/bgFooterCont.png') repeat-x;
}

#layFooterContent {
	width: 700px;
	height: 105px;		
}

#layFooterContentLeft {
	float: left;
	width: 449px;
	height: 105px;
	text-align: left;
	margin-right: 40px;
}

#layFooterContentRight {
	float: left;
	width: 200px;
	height: 105px;
	padding-top: 40px;
	background: url('/_resources/media/img/img_div_marcas_but.png') no-repeat;
}
#layNewsletter {
	width: 700px;
	padding-left: 482px;
	text-align: right;
}
#layNewsletterContent {
	width: 218px;
	text-align: left;
	height: 196px;	
	position: absolute;
	margin-top: -196px;
	padding-top: 20px;	
	padding-left: 13px;
	padding-right: 13px;
	background: url('/_resources/media/img/bg_mais.jpg') no-repeat;
}

/* NAVIGATION */

#layMainPopup {
	text-align: left;	
	background-color: white;
}

#layContentPopup {	
	padding: 20px;
}

#box_internal_popup {
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-color: #E8E2DD;
}

#box_content_popup {
	float: left;
}
/*
 * links.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

a:link, a:visited, a:active {
	color: #527743;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.destaque {
	font-size: 18px;	
}

a.contentSubtitle:link, a.contentSubtitle:visited, a.contentSubtitle:active {
	font-size: 12px;
	color: #527743;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
	text-decoration: underline;
}

a.contentSubtitle:hover {
	text-decoration: none;
}

a.suggest:link, a.suggest:visited, a.suggest:active, a.suggest:hover {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	padding: 2px;
}

a.suggest_hover:link, a.suggest_hover:visited, a.suggest_hover:active, a.suggest_hover:hover {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	background: #527743;
	padding: 2px;
}/*
 * form.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

.button {
	border-left: 1px solid #B9CAD3;
	border-right: 1px solid black;
	border-top: 1px solid #B9CAD3;
	border-bottom: 1px solid black;
	height: 20px;
	text-align : center;
	background: #B9CAD3;
	vertical-align : middle;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	margin-bottom: 5px;
	margin-left: -10px;
}

.form_table {
	width: 100%;
}

.form_td_label {
	border: 0px;
	width: 100px;
	text-align: right;
	vertical-align: top;
}

.form_td_input {
	border: 0px;
}

.form_label {
	font-size: 12px;
}

.form_button {
	height: 20px;
	color: white;
	border-left: 1px solid #527743;
	border-right: 1px solid #000000;
	border-top: 1px solid #527743;
	border-bottom: 1px solid #000000;
	text-align: center;
	background: #527743;
	font-weight: bold;
}

.form_input {
	background: white;
	padding: 2px 0px 0px 2px;
	font-size: 12px;	
	border: 1px solid #A1A286;
}

.form_input_search {
	width: 100px;	
	height: 20px;
	border: 0px;
	padding-top: 3px;
	background: #ffffff;	
}
.form_input_boxes {
	width: 190px;	
	height: 20px;
	border: 1px solid #A1A286;
	padding-top: 3px;
	background: #FFFFFF;	
	
}

.form_required {
	color: #FF0000;
}

.form_error_highlight {
	background-color: #BABD88;	
}

.form_error_box {
	background-color: #BABD88;
	border: 1px solid #000000;
	font-size: 12px;
}

.form_error_title {
	font-size: 12px;
	font-weight: bold;
}

.form_error {
	list-style-type: circle;
	margin: 0px 0px 0px 0px;
}

.form_help_box {
	border: 1px solid #BFB8B3;
	padding: 5px 5px 5px 5px;
	background-color: #D7D1CC;
	text-align: left;
	font-size: 11px;
	font-family: arial, sans-serif;
}

.form_filedetail {
	padding: 0px 0px 5px 0px;
}

select {
	border: 1px solid #ECF0F2;
}

option, select, .form_input, .form_button {
   font-size: 11px;
}

.tree {
	margin: 0px 0px 0px 0px;
}/*
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

.contentHomeDestaque {
	float: left;
	width: 218px;	
	line-height: 20px;
	
}
.contentHomeDestaqueImage {
	width: 218px;
	height: 122px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-left: 8px;
	background: url('/_resources/media/img/bgImg.png') no-repeat;
}

.contentAlbumImage {
	width: 130px;
	height: 103px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-left: 7px;
	background: url('/_resources/media/img/bgAlbum.png') no-repeat;
	float:left;
	margin-right: 5px;
}
 /*
 * section.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */
/*
 * image.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

img {
	margin: 0px;
	border: 0px;	
}

#box_image {
	margin-left: 7px;
	margin-top: 7px;
}
#box_image_window {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	background: white;
}

#box_image_title {
	padding: 2px 5px 0px 0px;
	margin-left: 7px;
	color: black;
	text-align: center;
	font-weight: bold;
}

.imgBoxThumb_listCol {
	width: 100px;
	height: 85px;
	float: left;
	text-align: left;
	padding: 8px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
	text-align: center;
}

.imgThumb,
.imgThumb_lst {
}

.imgThumb_lst
{
	float: left;
	margin-left: 5px;
	width: 103px;
	height: 50px;
	background: url('/_resources/media/img/bg_boximgList.png') no-repeat;
}

.imgBoxDetail
{
	width: 214px;
	float: left;
	margin: 0px 0px 5px 15px;
	font-size: 11px;
}

.imgBoxDetail_right {
	float: right;
}

.imgDetail {	
	border: 0px;
}

.icon_mark {
	margin-right: 5px;
}

.photo {
	width: 350;
	height: 263;
	margin: 5px 5px 5px 5px;
}