/*******************************/
/* Nueva TOYOTA RAV4 Brandsite */
/* Developed by MediaThread    */
/* http://mtcrossmedia.com/    */
/*******************************/

/* Elements */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #E6E6E6;
	color: #000;
	background-image: url(imgs/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #222;
}
a:hover {
	color: #006400;
}

table {
	padding: 0px;
	margin: 0px;
}

/* IDs */
#Header {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 917px;
	padding-top: 23px;
}
#Header .logoBig {
	padding-left: 46px;
}
#Header .botonera {
	padding-left: 16px;
}

#FlashMain {
	padding-top: 6px;
	margin-left: auto;
	margin-right: auto;
	width: 917px;
}

#ContentBox {
	margin-left: auto;
	margin-right: auto;
	width: 729px;
	padding-left: 188px;
}
#ContentBox .data {
	width: 474px;
	height: 216px;
	background-color: #C0D1C7;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 6px 25px 6px 16px;
	margin: 0px;
}
#ContentBox .dataFlash {
	width: 193px;
	height: 216px;
	background-color: #B4BDA8;
	background-image: url(imgs/corner.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 8px 0px 8px 0px;
	margin-top: 0px;
}
#ContentBox .dataBox {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

/* Classes */
span.bull {
	padding-left: 5px;
	padding-right: 5px;
}
td.lineman {
	height: 2px;
	background-color: #BBB;
}
table.compara {
	background-color: #CFDED5;
	border-collapse: collapse;

}
table.compara td,th {
	border: 1px solid #BBB;
	text-align: right;
	padding-right: 5px;
}

table.specs {
	width: 100%;
	font-size: 10px;
}
table.specs td {
	border-bottom: 1px solid #C8C1C3;
	padding-right: 5px;
	padding-left: 2px;
}
table.specs td.head {
	border-top: 2px solid #778A98;
	border-bottom: 2px solid #778A98; /* #A29B82 */
	background-color: #CBC7B7;
	padding-right: 5px;
	padding-left: 2px;
	font-weight: bold;
}

table.price {
	width: 100%;
	background-color: #96B2A0;
}
table.price td {
	border-bottom: 1px solid #C8C1C3;
	padding-right: 5px;
	padding-left: 2px;
	padding-top: 10px;
}
table.price td.head {
	border-top: 2px solid #778A98;
	border-bottom: 2px solid #778A98; /* #A29B82 */
	background-color: #CBC7B7;
	padding-right: 5px;
	padding-left: 2px;
	padding-top: 0px;
	font-weight: bold;
}

img.thumbnail {
	border: 1px solid #AAA;
	filter: gray alpha(opacity=80, style=0);
}
/* RollOver 4 Mozilla & Netscape */
img.thumbnail:hover {
	border: 1px solid #483D8B;
}

