/*---------------------------------------------------------------------------------------------------
 TABLES
---------------------------------------------------------------------------------------------------*/

tr.deviderLine {height: 7; background-color: AF4322;}


/* ----- Do not touch ------ */
tr.normalSmall {font-family: Arial; font-size: 12px;}
td.frameUpLeft {background-image: url(../../resources/f_up_left.gif);}
td.frameUp {background-image: url(../../resources/f_up.gif);}
td.frameLeft {background-image: url(../../resources/f_left.gif);}
td.frameUpRight {background-image: url(../../resources/f_up_right.gif);}
td.frameDownLeft {background-image: url(../../resources/f_down_left.gif);}
td.frameDown {background-image: url(../../resources/f_down.gif);}
td.frameRight {background-image: url(../../resources/f_right.gif);}
td.frameDownRight {background-image: url(../../resources/f_down_right.gif);}
/* --- Do not touch ends ---- */


/*--------------------------------------------------
 FONTS
--------------------------------------------------*/

/* Font for top banner text */
font.topBannerText  {
   font-family: Arial;
   font-size: 48px;
   font-weight: bold;
   color: #AF4322;
}

/* Font for top banner text */
font.topBannerText3  {
   font-family: Arial;
   font-size: 35px;
   font-weight: bold;
   color: #713424;
}

/* Font for normal text */
font.normalText  {
   font-family: Arial;
   font-size: 13px;
   color: #000000;
}

/* Font for normal small text */
font.normalTextSmall  {
   font-family: Arial;
   font-size: 12px;
   color: #000000;
}

/* Font for normal text */
font.errorText  {
   font-family: Arial;
   font-size: 24px;
   color: #AAAAAA;
}

/* Font for frame title text */
font.frameTitleText  {
   font-family: Arial;
   font-size: 20px;
   font-weight: bold;
   color: #713424;
}

/* Font for frame subtitle text */
font.frameSubTitleText  {
   font-family: Arial;
   font-size: 15px;
   font-weight: bold;
   color: #713424;
}

/* Font for footer text */
font.footerText  {
   font-family: Arial;
   font-size: 12px;
   color: #777777;
}

/* Font for image descriptio text */
font.imageDescText  {
   font-family: Arial;
   font-size: 12px;
   color: #FFFFFF;
}

/* Font for search box link text */
font.searchLink  {
   font-family: Arial;
   font-size: 24px;
   font-weight: bold;
   color: #cccccc;
}

/*--------------------------------------------------
 LINKS
--------------------------------------------------*/

/* Image Desc link */
a.imageDescLink:active {
	font-family: Arial;
   font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.imageDescLink:link {
	font-family: Arial;
   font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.imageDescLink:visited {
	font-family: Arial;
   font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.imageDescLink:hover{
	font-family: Arial;
   font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* Footer link */
a.footerlLink:active {
	font-family: Arial;
   font-size: 12px;
	color: #777777;
	text-decoration: underline;
}
a.footerlLink:link {
	font-family: Arial;
   font-size: 12px;
	color: #777777;
	text-decoration: underline;
}
a.footerlLink:visited {
	font-family: Arial;
   font-size: 12px;
	color: #777777;
	text-decoration: underline;
}
a.footerlLink:hover{
	font-family: Arial;
   font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

/* normal link  */
a.normalLink:active {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
a.normalLink:link {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
a.normalLink:visited {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
a.normalLink:hover{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}


/* Car name link */
a.carDecLink:active {
	font-family: Arial;
   font-size: 13px;
   font-weight: bold;
	color: #713424;
	text-decoration: none;
}
a.carDecLink:link {
	font-family: Arial;
   font-size: 13px;
   font-weight: bold;
	color: #713424;
	text-decoration: none;
}
a.carDecLink:visited {
	font-family: Arial;
   font-size: 13px;
   font-weight: bold;
	color: #713424;
	text-decoration: none;
}
a.carDecLink:hover{
	font-family: Arial;
   font-size: 14px;
   font-weight: bold;
	color: #AF4322;
	text-decoration: none;
}


/*---------------------------------------------------------------------------------------------------
 INPUT FIELDS
---------------------------------------------------------------------------------------------------*/

FORM.noMarginForm {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}

select.normalSelect {
	color : #000000;
	font: normal 12px Arial;
	background-color : #EEEEEE;
	border: 1px solid;
	border-color : #888888;
	height: 19px;
}

/* Button for submiting the forms */
INPUT.button {
	height: 25px;
	width: 80px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
}

