body, html {
	background: #fff;
	margin: 0;
	color: #000;
	font-size: 12px;
	font-family: Tahoma, Helvetica, Lucida, LucidaTypewriter, sans-serif;
	padding: 0;
	height: 100%;
}
img {
	border: none;
}
ul, li, form, p, ol, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

body {
	margin: 0 20px;
}

#all, .footer_index {
	min-width: 965px;
	max-width: 1230px;
	margin: 0 auto;
	width: 100%;
}
#nav {
	margin-left: 181px;
	margin-top: -20px;
	text-decoration: underline;
	position: relative;
	padding-left: 10px;
	top: -3px;
}
#nav li a {
	border-bottom: none !important;
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
}


.radius6 {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.radius8 {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#header, #main {
	width: 100%;
}
#header {
	padding-top: 33px;
	margin-bottom: 18px;
}
#upanel {
	float: right;
	margin-top: -23px;
	position: relative;
	z-index: 99;
}
#footer {
	clear: both;
	border-top: solid 1px #eeeeee;
	color: #555;
	padding: 9px 0 20px;
	margin-top: 25px;
}
.index_top {
	padding-top: 140px !important;
}


#a {
	float: left;
	width: 100%;
}
/* logo */
#logo_header {
	width: 135px;
	margin: -6px 0 0 -100%;
	float: left;
	/*position: relative;*/
	height: 75px;
	overflow: overflow;
}
#logo_header .category span {
	color: #fff;
	font-size: 18px;
	height: 18px;
	padding: 0 4px;
	background: #ff9c00;
	text-transform: lowercase;
	top: -3px;
	position: relative;
}

#logo_header .category {
	display: block;
	height: 18px;
	overflow: hidden;
	text-align: center;
	margin-top: -18px;
	text-decoration: none;
}


div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
div.autocomplete li span {
	color: #aaa;
	font-size: 11px;
	margin-left: 10px;
}
#a b {
	float: left;
	font-weight: normal;
	color: #555;
	padding: 1px 4px 0 0;
}
#a li {
	float: left;
	list-style-type: none;
	color: #555;
	font-size: 12px;
	padding: 0px 4px 0;
	height: 16px;
}
#a li a {
	color: #555;
	margin: 0 3px;
	border-bottom: dashed 1px #555;
	text-decoration: none;
}
#a li.selected {
	background: #ff9c00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#a li.selected a {
	color: #fff;
	border-bottom: none;
}
#a li input {
	display: none;
}
#a ul {
	height: 21px;
	overflow: hidden;
}

#nav li {
	padding: 0 10px 0 5px;
}

#a #logo {
	/*float: left;*/
	width: 135px;
	height: 73px;

}
#a form {
	background: #e0e6ff url(/images/search_bg.png) repeat-x 0 0;
	height: 53px;
	padding: 7px 10px 11px 15px;
	overflow: hidden;
	margin-left: 181px;
}




#a .str {
	width: 86%;
	border: solid 1px #adacac;
	padding: 4px 5px;
	color: #000;
	font-size: 14px;
	height: 18px;
	margin-right: 10px;
}
#a .submit {
	color: #01092e;
	font-size: 14px;
	width: 10%;
	height: 30px;
	position: relative;
	top: -1px;
}
#a .str, #a .submit {
	vertical-align: top;
	float: left;
}
.clear {
	height: 0;
	overflow: hidden;
	clear: both;
}
#main {
	clear: both;
	float: left;
	padding-bottom: 20px;
}
#wrapper {
	float: left;
	width: 100%;
}
._2column #left {
margin-right: 271px !important;
}
._3column #left {
	margin-right: 518px !important;
}
#main #right {
	width: 240px;
	margin-left: -240px;
	float: left;
}



.paginate {
	padding: 7px 0px 7px 0px;
	text-align: center;
	height: 24px;
	overflow: hidden;
	clear: both;
}
.paginate div {
	display: block;
	position: relative;
}
.paginate em, .paginate strong, .paginate a, .paginate span {
	float: left;
}
.paginate em, .paginate strong, .paginate a {
	overflow: hidden;
	padding: 4px 7px;
	height: 14px;
	text-align: center;
	margin-right: 2px;
	font-size: 11px;
}
.paginate span {
	padding: 4px 0px 6px 0;
	height: 14px;
	width: 68px;
	text-align: left;
}
.paginate a {
	color: #666;
	background-color: #F2F2F2;
	text-decoration: none;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;  border-radius: 4px;
}
.paginate a:hover {
	color: #fff;
}
.paginate a:hover, .paginate strong {
	background: #ff9c00;
}
.paginate strong {
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

#search_results .paginate {
	margin-left: -68px;
}
#counter {
	float: right;
}

.main_content .news {
	padding: 20px 0 0;
	margin-left:195px;
}
.main_content .news .title {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
.main_content .news ul {
	list-style-type: none;
}
.main_content .news ul li {
	margin: 11px 0;
}
.main_content .more {
	color: #444;
}

#currency .head td {
	text-align: right;
	font-size: 12px;
}

#currency {
	float: right;

	padding: 20px 200px 0 0;
}
#currency table {
	border-collapse: collapse;
}
#currency caption {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	font-weight: normal;
}
#currency th {
	text-align: right;
	padding-right: 10px;
	font-weight:normal;
}
#currency td {
	padding-top: 3px;
}
#currency td.today {
	font-weight: bold;
}
#currency .tomorrow {
	padding-left: 10px;
}

.also strong {
	color: #2491cf;
	font-size: 18px;
	font-weight: normal;
}
.also b, .also em, .also strong {
	display: block;
}
.also b {
	font-weight: normal;
	color: #555;
	margin-top: 2px;
	text-decoration: underline;
}
.also em {
	font-style: normal;
	color: #2491cf;
	font-size: 11px;
}
.also .title {
	color: #000;
	font-size: 18px;
}

.also ul {
	list-style: none;
	padding-top: 2px;
}
.also a {
	text-decoration: none;
	display: block;
	padding: 0 0 0 45px;
}

.classic {
	margin-top: 10px;
}

.classic dt{
	padding: 10px 0 3px;
}


.classic input.form_text, .classic textarea.form_textarea {
	width: 300px;
}
.classic .subm input {
	width: auto !important;
}
.ots {
	margin-left: 182px;
}


span.error {
	display: block;
	font-size: 11px;
	color: red;
}

.partn {
	float: right;
	margin: 126px -180px 0 0;
	}
.partn div {
	color: #999;
	}
.partn ul{
	margin: 10px 0 0 0;
	}
.partn li{
	margin: 0 0 3px 0;
	list-style-type:none;
	}