/* CSS Document */
/*	Reset browsers default styling
	----------------------------------------------------*/
   
	html, body, div, span,
	h1, h2, h3, h4, 
	a, acronym,
	font, img,
	form, label, legend, button, div {
		margin: 0; padding: 0;
		border: 0; outline: 0;
		font-size: 100.01%; vertical-align: baseline;
		background: transparent; }  	
	blockquote, q { quotes: none; }
	textarea { overflow:auto; }
	
	
	/*	ULTRALUX styling
	----------------------------------------------------*/
	
body{
 background-color:#ffffff;
 color:#535252;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:13px;
 }

.v9 {font-size:9px;}
.v10 {font-size:10px;}
.v11 {font-size:11px;}
.v12 {font-size:12px;}
.v13 {font-size:13px;}
.v15 {font-size:15px;}

.bold {font-weight:bold}
.white {color:#ffffff}
.gray {color:#535252}
.brown {color:#950201}
.red {color:#cb2c00}
.black {color:#000000}

.underline {text-decoration:underline}
a{color:#b30303; text-decoration:none}


#left{ width:50%; background:url(/images/left_back.gif) top right no-repeat;}
#head{ width:940px; background:url(/images/head_bg.jpg) no-repeat}
#head_en{ width:940px; background:url(/images/head_en.jpg) no-repeat}
#head_ro{ width:940px; background:url(/images/head_ro.jpg) no-repeat}
#right{ width:50%; background:url(/images/right_back.gif) top left no-repeat;}
#footer {width:100%; background:url(/images/footer_back.gif) repeat; color:#ffffff}
#footer a {color:#ffffff;}

.title {padding-bottom:10px}

#main_left{ width:220px; padding-bottom:10px}
.login {width:110px; font-size:12px; border:1px solid #CCCCCC}

.main_menu {background:url(/images/menu_back.jpg) no-repeat; width:216px; height:22px; padding:7px 0 0 4px}
.main_menu_over {background:url(/images/menu_over_back.jpg) no-repeat; width:216px; height:22px; padding:7px 0 0 4px}
.main_menu a {color:#ffffff; width:220px; height:21px; display:block; cursor: pointer;}
.main_menu_over a {color:#ffffff; width:220px; height:21px; display:block; cursor: pointer;}

#main_center{ width:448px; padding: 20px 36px 40px}
#main_center_dealer{ width:448px; padding: 20px 26px 40px}
.fsearch {width:95px;}

#main_right{ width:200px; padding:30px 0; font-size:12px}
.rcol {margin-top:-12px; vertical-align:top; padding-bottom:24px }

.on {display:block}
.off {display:none}

.form {width:230px;}
.form_txt {width:230px;; height:150px}

.ok_alert {border: 1px solid #bf8800; background-color: #ffe6a8; padding: 5px; margin: 0px; color:#009900;}
.bad_alert {border: 1px solid #bf8800; background-color: #ffe6a8; padding: 5px; margin: 0px; color:#ff0000;}


.yellow { color:#fcd288; }
.orange { color:#f26522; }


