@charset "utf-8";
/* CSS Document */

html {
	font-family:Helvetica,Verdana;
	font-size:12px;
	background-image:url(back_html.jpg);
	background-repeat:repeat-x;
}
body {
	margin:0px;
}
.sitebody {
	position:relative;
	margin:auto;
	height: auto;
	min-width: 980px;
	max-width: 980px;
	overflow:auto;
	margin-top:10px;
}
.content {
	background-image:url(back_body.jpg);	
	background-repeat:no-repeat;
	background-color:white;
	overflow:auto;
	margin-left:29px;
	margin-right:1px;
	}
.header {
	min-height:120px;
}
.leftcontent {
	position:relative;
	min-width:635px;
	min-height:500px;
	margin-left:10px;
	margin-right:5px;
	float:left;
	overflow:auto;
}	.info_localizacao {		margin-top:5px;		font-size:11px;		color:#666;	}	
	.topleft {
		min-width:635px;
		min-height:250px;
		margin-top:5px;
	}
	.middleleft {
		min-width:635px;
		max-width:635px;
		min-height:200px;
		margin-top:20px;
		overflow:auto;
	}
	.bottomleft {
		min-width:630px;
		min-height:200px;
		margin-top:20px;
		font-size:12px;
	overflow:auto;
	}
		.others_left {
			width:300px;
			float:left;
			margin-top:5px;
			margin-left:10px;
			border-right-style:solid;
			border-right-width:1px;
			border-right-color:#CCC;
		}
		.others_right {
			width:300px;
			float:left;
			margin-top:5px;
			margin-left:15px;
		}
				.price_others {
					font-size:12px;
					font-weight:bold;
					color:#900;
					float:right;
					margin-right:10px;
				}
				.resumo_others {
					font-size:11px;
					color:#999;
					margin-left:20px;
				}
				.container_others {
					margin-top:7px;
				}
.rightcontent {
	position:relative;
	min-width:285px;
	min-height:500px;
	margin-left:5px;
	margin-right:10px;
	float:left;
}
	.topright {
		min-width:285px;
		max-width:285px;
		min-height:250px;
		max-height:250px;
		margin-top:10px;
	}
	.middleright {
		min-width:285px;
		min-height:300px;
		margin-top:0px;
		background-image:url(back_285.jpg);
		background-repeat:repeat-y;
		font-size:12px;
	}
		.promotions_wrapper{			max-width:250px;			overflow:auto;
			margin:15px;
			margin-top:0px;
			margin-bottom:0px;
		}
		.price_promotion {
					font-size:12px;
					font-weight:bold;
					color:#900;
					float:left;
				}
	.bottomright {
		min-width:285px;
		min-height:100px;
		margin-top:10px;
		background-color:white;
	}
.footer {
	min-width:980px;
	min-height:50px;
	margin-top:40px;
	padding-top:10px;
	font-size:12px;
	color:#aaa;
}
	.footer_text {
		float:left;
		margin-left:5%;
		margin-top:10px;
		font-size:13px;
		font-family:helvetica;
	}
	.footer_links {
		float:left;
		margin-left:15%;
		margin-top:10px;
		font-size:13px;
	}
	.footer_images {
		float:right;
		margin-right:5%;
		margin-top:10px;
	}
	
.div_title {
	margin-left:15px;
	font-family:verdana;
	font-size:17px;
	color:#000000;
}
a.links_b:link {
	color:#03C;
	text-decoration:underline;
}
a.links_b:visited {
	color:#006;
	text-decoration:underline;
}
a.links_b:hover {
	color:#06F;
	text-decoration:none;
}
a.links_js:link {
	color:#555;
	text-decoration:none;
}
a.links_js:visited {
	color:#666;
	text-decoration:none;
}
a.links_js:hover {
	color:#555;
	text-decoration:underline;
}
a.links_c:link {
	color:#888;
	text-decoration:underline;
}
a.links_c:visited {
	color:#333;
	text-decoration:underline;
}
a.links_c:hover {
	color:#bbb;
	text-decoration:none;
}
a.link_w:link {
	color:#666;
	text-decoration:underline;
}
a.link_w:visited {
	color:#444;
	text-decoration:underline;
}
a.link_w:hover {
	color:#888;
	text-decoration:none;
}
a.links_c_m:link {
	color:#888;
	text-decoration:underline;
}
a.links_c_m:visited {
	color:#888;
	text-decoration:underline;
}
a.links_c_m:hover {
	color:#bbb;
	text-decoration:none;
}
a.links_footer:link {
	color:#aaa;
	text-decoration:none;
}
a.links_footer:visited {
	color:#aaa;
	text-decoration:none;
}
a.links_footer:hover {
	color:#666;
	text-decoration:none;
}


.dpDiv {
	}
 
 
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #017395;
	background-color: #d0edf3;
	border: 1px solid #AAAAAA;
	}
 
 
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
 
 
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
 
 
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
 
 
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
 
 
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
 
 
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
 
 
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
 
 
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
 
 
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
 
 
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
 
 
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}
 
 
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
 
 
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}
 
 
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}
 
 
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

