body {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; height:100%}
.thrColFixHdr {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	
	color: #666666;
	text-align: center; 
}
.thrColFixHdr #container { 
	/*width: 1000px; */ /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0

} 
.thrColFixHdr #header { 
	/*background: #FFFFFF url(../images/img01.gif) repeat-x;*/
	background:#FF0000;
	} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
    text-align:left;
	width: 250px; 
	padding: 10px;
	border-right: 1px solid #FF0000; /* #e8e8e8;*/
}
.thrColFixHdr #sidebar2 {
    text-align:left;
	padding: 10px;
	width: 200px;
	border-left: 1px solid #FF0000; /* #e8e8e8;*/
}
.thrColFixHdr #mainContent {
    text-align:left; 
	padding: 10px;
   width: auto;
	} 
.thrColFixHdr #mainContent2 { 
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align:top;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}
a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 5px 0 0;
}

img.right {
	float: right;
	margin: 0px;
}

/* Header */

#logo {
	width: 100%;
	height: 80px;
	background:url(../images/Logo.gif) no-repeat;
	margin:0;
	padding:0;
	
}
#logo .slogan {
	padding: 7px 0px 0px 50px;
	float:left;
	font-size:20px;
	color:#FFFFFF;
	font-style: italic;
	width:150px;
	font-family: Arial, Helvetica, sans-serif; vertical-align:top
}
#logo .slogan2 { float:right;
	width:780px; font:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-style:italic;
	padding: 0; margin:0;
	 vertical-align: top}

/* Menu */
#menudiv {display:none;}
#mainmenudiv {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 0px; vertical-align: top;
	
	text-align:left;
	background:#FF0000
}

ul.menu{list-style: none;	margin:0px; float:left}
ul.menu li {/*display: inline; text-align:left;*/ float:left;list-style-type:none}
ul.menu  a,  ul.menu  a:link {
    height: 40px;
	margin: 0 2px 0 0;
	padding: 0px 10px 0px 10px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	text-align:center;
	display:block;
    position:relative;
  text-decoration:none;
}

ul.menu  a:hover {
	background:#FF5151;
}

ul.menu  a.current_page_item  {
   height: 40px;
	margin: 0 2px 0 0;
	padding: 0px 10px 0px 10px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	background:#FFFFFF;
	float: left;
	text-align:center
}
ul.menu  a.current_page_item:hover {
	background:#FFFFFF;
	color: #FF0000;
}
ul.menu li ul{ display: none;  width:150px; border:1px solid #F00; background-color: #F00; padding:5px;  position:absolute; margin:40px 0 0 0}
/*ul.menu li:hover ul{ display: block}*/
ul.menu li{behavior:url(navigation.htc);}
ul.menu li.navigation ul{display: block !important;}
ul.submenu li{ width:148px; border-bottom:1px solid #F33; }
ul.submenu a{ height:20px !important; padding:0 !important; margin:0 !important; display:block; width:100%; text-align:left !important;}
.border2 {
	float: none;
	 border:1px solid #000066; /*#F2F2F2*/;
	 margin-top:5px;
} 
.border2  .banner2_content { padding:4px}
.border2 h2, .group_search {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: url(../images/img02.gif) repeat-x;
	/*border: 1px solid #F2F2F2;*/
	font-size: 12px;
	color: #666666;
}
/* Footer */

#footer {
	padding: 10px 0 30px 0;
	background: #ff0000 url(../images/img05.gif) repeat-x;
	clear:both
	
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
#footer .copyright{text-align:center; float:left}
#footer .banner {float:left; width:auto; margin:0 50px}
#resultdiv {/*display: none;*/ text-align:center;}
div.border {border:none; color:#FFFFFF; font: 12px Arial;table-layout:fixed; }
div.header {  border-bottom: 1px solid #FF0000; height:15px; text-align:left }
div.header b { font: 12px Arial; font-weight: normal;color: #FFF; padding:0px 15px 0px 15px ; vertical-align:middle; background-color:#FF0000; background-image:url(../images/marker.gif); background-repeat:no-repeat; background-position: 3px 3px; width:auto}


.scroll {border: none;margin:0 2px;overflow:auto;height:100%;}
.table_list, .table_list2, .table_head, .table_compare {font:12px Arial;table-layout:fixed;border: none;width:96.3%;}
.table_list thead tr, .table_list2 thead tr {background-color:#FF0000;color:#FFF;CURSOR: hand}
.table_list thead td, .table_list2 thead td {text-align:center; padding:2px 10px;}
.table_list2 tbody tr {background-color:#FFF;color:#333;behavior:url(../css/hover.htc); cursor:pointer}
.table_list2 tbody tr:hover{ color:red}
.table_list tbody td, .table_list2 tbody td {padding:2px;	border-bottom: 1px dashed #e8e8e8;	text-align:left;}
.trheader {background-color:#FF0000;color:#FFF; CURSOR: hand}
.tdheader {text-align:center; padding:2px 10px;}
.trgroup { font-weight:bold}
/*.table_list tr {background-color:#FFF;color:#333;behavior:url(../css/hover.htc); cursor:pointer}*/
.table_list tr.trlist:hover{ color:red}
.table_list td  {
	padding:2px;
	border-bottom: 1px dashed #e8e8e8;
	text-align:left;
}
.table_list .trhover, .table_list2 .trhover{color:red}
.table_list thead a{ text-decoration:none; color:#FFF}
.table_list thead a:hover{ text-decoration: underline}
.table_list tbody a{text-decoration:none; color:#000}
.table_list tbody a:hover{text-decoration: underline; color:#F00}
td.first{
	padding:2px;
	border-bottom: 1px dashed #e8e8e8;
	border-right: 1px dashed #e8e8e8;
	text-align:left;
	/*background: #F8F8F8*/
}
.table_compare td  {
	padding:2px;
	border-bottom: 1px dashed #e8e8e8;
	border-right: 1px dashed #e8e8e8;
	text-align:left;
}
.table_compare td.first {
	padding:2px;
	border-bottom: 1px dashed #e8e8e8;
	text-align:left;
	background: #F8F8F8
}

.cssform {text-align:center; font: 12px Arial, Helvetica, sans-serif normal; clear:left}
.cssform table { font: 12px Arial, Helvetica, sans-serif normal;border: none;
			color: #333333;
			background-color: #FFFFFF;
			text-align:center;
			width:100%
			}
/*.cssform tr {background-color:#FFF;color:#FFF;}*/
.cssform td {padding:3px 3px; border-bottom: 1px dashed #e8e8e8; text-align:left}
.cssform input[type=text], select, textarea{
	border: 1px solid #D8D8D8;
	line-height: normal;
	background-color: #FFFFFF;
	WIDTH: 100%;
	text-align:left;
	font:Arial, Helvetica, sans-serif; font-size:12px;
	color:#333333; font-style:normal
}
.form{
	border: 1px solid #D8D8D8;
	line-height: normal;
	background-color: #FFFFFF;
	WIDTH: 100%;
	text-align:left;
	font:Arial, Helvetica, sans-serif; font-size:12px;
	color:#333333; font-style:normal
}
.cssform input[type=checkbox] {border:none;line-height: normal;
	background-color: #FFFFFF;
	WIDTH: auto;
	text-align:center;
	font:Arial, Helvetica, sans-serif; font-size:12px;
	color:#333333; font-style:normal}
	
.cssform input:focus, textarea:focus, select:focus{
background-color: lightyellow;
}
.button{
    font:Arial, Helvetica, sans-serif; font-size:12px;
	border: 1px solid #D8D8D8;
	background-color: #FFF;
	color:#333;
	padding:1px 1px 3px 1px;
	height:22px;
	width:auto;
	text-align:center
}

b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
.locate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	text-transform: none;
	text-decoration: none;
	cursor:pointer;
}
#resultdiv{text-align:left; width:100%}
.down {border:none; width:10px; height:10px; background:url(../images/down.gif) no-repeat}
.up { border:none; width:10px; height:10px; background:url(../images/up.gif) no-repeat}
.navpages { text-align:center; color:FF0000; height:25px; width:auto; clear:both }
.navpages a{cursor:pointer; text-decoration:none; color:#FF0000; font:Arial, Helvetica, sans-serif; font-size:10; font-weight:normal}
.navpages a.pageselect {
	font-weight:bold;
	text-decoration: underline;
}
.maintable {width:100%; font-family: Arial, Helvetica, sans-serif;font-size: 12px; height:100% }
.maintable td{ vertical-align:top; padding-right:2px}
.maintable #leftcolumn {border-right:1px solid  #FF0000; width:180px; padding-right:5px;}
.maintable #leftcolumn2 {border-right:1px solid #FF0000; width:250px; padding-right:5px;}
.maintable #leftcolumn3 {border-right:1px solid #FF0000; width:200px; padding-right:5px;}
.maintable #rightcolumn2 {border-left:1px solid #FF0000; width:250px; padding-left:5px;}
.error {color:#FF0000; font-weight:bold}
.img {
	border: 1px solid #D8D8D8;
	background-color: #ffffff;
	padding: 1px 1px 1px 1px;
 }
.uploadframe {border:none; width:100%; height:120px}
.active{display:block}

/*#calendar{border:solid 1px #333333; background:#fff; width:auto; height:auto}*/
#description{width:100%; height:100px}
.description{text-align:left}
.description td{ border-bottom:none}
#content{width:100%; height: auto}
.title{font-size:16; color:#FF0000; font-weight:bold; text-align:left}
.group_item { 
	clear: both;	
	padding: 2px;
	margin-top: 1px; margin-bottom: 5px;
	height: auto;
	width:100%;
	text-align:left

}
.group_head{text-align:left}
.group_photo {float: left; padding: 0px 5px 0px 0px; }
.group_photo2 {float: right;  padding: 5px; }
.group_desc { padding:2px;	text-align:left;	clear: both; font-size:14px}


.menu_vert{display:block}
.menu_vert ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_vert li {
	padding: 5px 0 5px 25px;
	background: url(../images/img04.gif) no-repeat 10px 9px;
}
.menu_vert a {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #FF0000;
	cursor:pointer;
}

.menu_vert a:hover {
	border-bottom: none;
}
.list_level_2 {display: none;}	 
.list_level_2 ul{ list-style: none; border: none; padding-left:20px }	
 ul.left {
    list-style:none;
    float: left;
    width: 50px; 
    margin: 0px;
    border: 0px none; 
    position: relative;
	padding:0px;
  }
  
  ul.right {
  list-style:none;
    float: left;
    width: 100px; 
    margin: 0px;
	padding-left:50px;
    border: 0px none; 
  }
 ul.right a,  ul.left a {
	text-decoration: none;
	font-size: 12px;
	color: #FF0000;
}

 ul.right a:hover,  ul.left a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.hordelim {border-bottom: 1px dashed #e8e8e8; height:1px}
.date_article{color:#FF0000; font:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold}
.name_article{color:#333333; font:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:none}
.name_article:hover{ color:#ff0000}
.date_article_small{color:#FF0000; font:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold}
.name_article_small{color:#333333; font:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; text-decoration:none}
a.locate:hover { text-decoration:underline}
.used_car{font:Arial, Helvetica, sans-serif; font-size:11px; border:none}
.used_car b{font-size:11px; font-weight:bold}
.date_add {font-size:10px; color:#000000}
.new_car{font:Arial, Helvetica, sans-serif; font-size:12px; border:none; margin-left:10px}
.new_car b{font-size:12px; font-weight:bold}
.new_car .price{font-size:14px; font-weight:bold; color:#FF0000}
.btndel{
    font:Arial, Helvetica, sans-serif; font-size:12px;
	border: none;
	color:#FF0000;
	background-color: #FFF;
	height: auto;
	width:auto;
}
.compare { border:none; width:auto; font:Arial, Helvetica, sans-serif; font-size:10px;}
.compare td {width:120px; border-right: 1px dashed #CCCCCC;}
.statistics {font:Arial, Helvetica, sans-serif; font-size:9px; color:#999999; text-align:left; float:left; width:auto; width:100%}
.stat {font:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-align:left; float:left; width:100%}
#div2, #div3 { height:avto; float:left;}
.message { background:#FFFFFF; border:1px dashed #CCCCCC; width:90%; text-align:center; color: #333333; font:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; float: top}
.error { background:#FFFFFF; border:1px dashed #FF0000; width:90%; text-align:center; color: #FF0000; font:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; float: top}
.warning { background:#FFFFFF; border:1px dashed #FF0000; width:90%; text-align:center; color: #FF0000; font:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; float: top}
#article_top, #article_footer {width:100%; height:auto; text-align:center}
#article_left, #article_right {width:auto; height:100%; text-align:center}
.article_anser { margin:0 5 5 20px; border:1px dotted #CCCCCC;border-left:1px dotted #CCCCCC; padding:3px  }
.reyting {font:Arial, Helvetica, sans-serif; font-size:16px; color:#FF0000}
.reytingbox {background-color:#FFFFFF; border: thin #FF0000; padding:0px; width:100%}
.reytingbox2 {text-align:center; color:#FFFFFF; background:url(../images/reytingbar.jpg) repeat-x}
.senderror {background-color: #FF0000; color:#FFFFFF; text-decoration:none; font:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-align:center; cursor:pointer}
.sexunknoun{ background:url(../images/icon_question.gif) left no-repeat; width:24px; height:15px; border:none}
.sexman{ background:url(../images/icon_man.gif) left no-repeat; width:24px; height:15px; border:none}
.sexwoman{ background:url(../images/icon_woman.gif) left no-repeat; width:24px; height:15px; border:none}
.sexgroup{ background:url(../images/icon_group.gif) left no-repeat; width:24px; height:15px; border:none}
.arrow{ background:url(../images/arrow.gif) left no-repeat; width:23px; height:15px; border:none}
.stred {color:#FF0000}
.fileext_xls {background:url(../images/excel_ico.jpg) no-repeat; width:36px; height: 16px}
.fileext_txt {background:url(../images/txt_ico.jpg) no-repeat; width:36px; height: 16px}
.fileext_doc {background:url(../images/word_ico.jpg) repeat; width:36px; height: 16px}
.fileext_pdf {background:url(../images/pdf_ico.jpg) repeat; width:36px; height: 16px}
b { font-size:11px; font-weight:bold}
.accordion {
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
}

.accordion h3 {
	background: #F2F2F2 url(../images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #ffffff;
	margin: 0;
	padding: 2px 2px 2px 2px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
.faworite{color:#fff; font-size:10px; font-weight:normal; text-decoration:none}
.car_linx{ text-align:left; padding-left:20px}
a.img { text-decoration:none; border:none}
.code {font-size:11; color:#333; clear:both}
			.clean{
				width: 100%;
				margin: auto;
				margin-top: 20px;
			}			
			.clean td, .clean th{
				border: 2px solid #bbb;
				background: #ddd;
				padding: 5px 10px;
				text-align: center;
				border-radius: 2px;
			}
			
			.clean table{
				margin: auto;
				margin-top: 15px;
				margin-bottom: 15px;
			}
			
			.clean caption{
				font-weight: bold;
				
			}
			
			.gvChart{
				border: 2px solid #850000;
				border-radius: 5px;
				-moz-border-radius: 10px;
				width: 720px;
				
				margin: auto;
				margin-top: 20px;
			}
			
			pre{
				background: #eee;
				padding: 10px;
				border-radius: 10px;
				-moz-border-radius: 10px;
			}
.borderbottom{ border-bottom:1px dashed #CCC; margin:0 0 10px 0}
.sitemap .group_desc{ font-size:11px}