* {
	margin: 0;
	padding: 0;
	position: relative;
}
img {
	border: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
tbody, tr, td {
	position: static;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	overflow: hidden;
}
/*--------------------------------------------------------------------------------------------------------*/
a {
	color: #32648f;
	text-decoration: none;
}
a:hover {
	color: #32648f;
	text-decoration: underline;
}
html {
	width: 100%;
	height: 100%;
	position: static;
	background: #a3b9c7 url(/theme/img/bg.gif) repeat-x left top;
	display: block;
}
body {
	margin: 0 auto;
	font-size: 12px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 1250px;
	min-width: 995px;
	-width: expression(document.documentElement.clientWidth > 1280 ? "1280px":(document.documentElement.clientWidth < 995 ? "995px":"auto"));
}
hr {
	display: block;
	height: 1px;
	border: none;
	color: #eaeaea;
	background: #eaeaea;
	display: block;
	overflow: hidden;
	margin: 8px 0;
	*margin: 0;
}
h1 {
	color: #32648F;
	font-size: 16px;
	margin: 0 0 10px;
}
.block .body h2, .block .body h3, .block .body h4, .block .body h5, .block .body h6 {
	color: #32648F;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
	height: auto;
	line-height: normal;
	background: none;
}
/*
.block .body h2, .block .body h3, .block .body h4, .block .body h5, .block .body h6 {
	color: #32648F !important;
	font-size: 14px !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
	font-weight: bold !important;
	height: auto !important;
	line-height: normal !important;
	background: none !important;
}
*/
/*--------------------------------------------------------------------------------------------------------*/
.header {
	border-top: 4px solid #32648f;
	border-bottom: 5px solid #32648f;
}
.header .bottom {
	margin-top: 7px;
	height: 32px;
	min-height: 0;
}
.header .find {
	background: url(/theme/img/find.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/find.png', sizingMethod='crop');
	width: 253px;
	height: 32px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.header .find .text {
	width: 141px;
	height: 17px;
	border: none;
	background: none;
	display: block;
	position: absolute;
	left: 12px;
	top: 9px;
	color: #004c72;
	font-size: 12px;
	padding: 3px 5px 0 5px;
}
.header .find .submit {
	width: 53px;
	height: 20px;
	display: block;
	border: none;
	background: none;
	position: absolute;
	left: 163px;
	top: 9px;
	font-size: 14px;
	color: #ffffff;	
	cursor: pointer;
}
/*--------------------------------------------------------------------------------------------------------*/
#menu {
	width: 703px;
	height: 33px;
	position: absolute;
	-right: -1px;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
#menu img {
	width: 703px;
	height: 33px;
	background-image: url(/theme/img/menu.png);
}
/*--------------------------------------------------------------------------------------------------------*/
.header .nav_header {
	background: url(/theme/img/nav_bg.png) no-repeat right top;
	height: 35px;
}
.header .nav_header .ahome {
	width: 26px;
	height: 22px;
	display: block;
	position: absolute;
	right: 359px;
	top: 5px;
}
.header .nav_header .amap {
	width: 24px;
	height: 22px;
	display: block;
	position: absolute;
	right: 322px;
	top: 5px;
}
.header .nav_header .abookmark {
	width: 23px;
	height: 22px;
	display: block;
	position: absolute;
	right: 287px;
	top: 5px;
}
.header .nav_header .aforum {
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 167px;
	top: 6px;
}
.header .nav_header .aforum:hover {
	text-decoration: none;
}
.header .nav_header .acontact {
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 28px;
	top: 6px;
}
.header .nav_header .acontact:hover {
	text-decoration: none;
}
.header .logo_banner {
	margin: 0 0 15px 0;
	min-height: 0;
	-height: 0;
}
.header .logo {
	width: 238px;
	background: url(/theme/img/logo.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/logo.png', sizingMethod='crop');
	height: 106px;
	display: block;
	float: left;
}
.header .banner {
	width: 728px;
	height: 90px;
	float: right;
	margin: 14px 0 0 0;
}
/*--------------------------------------------------------------------------------------------------------*/
.footer {
	color: #ccd7df;
	font-size: 12px;
	text-align: center;
	height: 38px;
	background: url(/theme/img/footer.png) repeat-x left top;
	border-left: 5px solid #32648f;
	border-right: 5px solid #32648f;
	border-bottom: 5px solid #32648f;
	min-height: 0;
	-height: 0;
}
.footer .f_left {
	float: left;
	text-align: left;
	height: 38px;
	line-height: 48px;
	overflow: hidden;
	background: url(/theme/img/footer_left.png) no-repeat left top;
	padding: 0 0 0 90px;
}
.footer .f_right {
	float: right;
	text-align: right;
	height: 38px;
	line-height: 48px;
	overflow: hidden;
	background: url(/theme/img/footer_right.png) no-repeat right top;
	padding: 0 90px 0 0;
}
.footer .f_right a {
	color: #ccd7df;
	text-decoration: underline;
}
.footer .f_right a:hover {
	color: #ccd7df;
	text-decoration: underline;
}
/*--------------------------------------------------------------------------------------------------------*/
.outer_3 {
}
.outer_2 {
	margin: 0 10px;
}
.left {
	width: 245px;
}
.right {
	width: 245px;
}
.outer {
	min-height: 0;
	-height: 0;
	border-left: 5px solid #32648f;
	border-right: 5px solid #32648f;
	padding: 5px 0 0 0;
	background: #f4f4ed;
}
/*
.left {
	float: left;
	width: 245px;
	margin: 0 -250px 0 0;
	z-index: 1;
	min-height: 0;
	-height: 0;
}
.right {
	float: right;
	width: 245px;
	margin: 0 0 0 -245px;
	z-index: 1;
	min-height: 0;
	-height: 0;
}
.center {
	margin: 0 245px;
	min-height: 0;
	-height: 0;
}
*/
.left .banner img {
	margin: 0 0 12px 5px;
	width: 240px;
}
.right .banner img {
	margin: 0 5px 12px 0;
	width: 240px;
}
/*--------------------------------------------------------------------------------------------------------*/
.main_logon {
	margin: 0 12px;
	padding: 0 0 5px 0;
}
.logon_authed {
	margin: 5px 0 0;
	width: 120px;
	float: left;
}
.main_logon .forget_pass {
	color: #32648f;
	font-size: 12px;
	line-height: 2em;
}
.main_logo .forget_pass:hover {
}
.center .main_logon {
	margin: auto;
}
.input_text {
	width: 201px;
	border: none;
	background: none;
	height: 20px;
	background: url(/theme/img/input_text.png) no-repeat left top;
	font-size: 12px;
	color: #999;
	padding: 5px 6px 0;
	margin: 4px 0;
	*margin: 3px 0;
	display: block;
	*background-position: right top;
	-background-position: left top;
	-background-attachment: fixed;
}
.input_text_2 {
	width: 148px;
	border: none;
	background: none;
	height: 20px;
	background: url(/theme/img/input_text_2.png) no-repeat left top;
	font-size: 12px;
	color: #999;
	padding: 5px 6px 0;
	margin: 4px 0;
	*margin: 3px 0;
	display: inline;
	*left: -5px;
}
.input_text_disabled {
	background: url(/theme/img/input_text_disabled.png) no-repeat left top !important;
	color: #666;
}
.button {
	display: block;
	height: 30px;
	background: url(/theme/img/button_left.png) no-repeat left top;
	overflow: hidden;
}
.button:hover {
	background: url(/theme/img/button_left_.png) no-repeat left top;
	-background: none;
}
.button a, .button input {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #32648f;
	float: right;
	background: url(/theme/img/button_right.png) no-repeat right top;
	text-align: center;
	border: none;
	cursor: pointer;
	text-decoration: none;
	width: 100%;
}
.button a:hover, .button input:hover, .button .over {
	background: url(/theme/img/button_right_.png) no-repeat right top;
	text-decoration: none;
	color: #32648f;
	-background: none;
}
.main_logon .registration {
	width: 107px;
	/*float: left;*/
	float: right;
	margin: 6px 0 0 0;
}
.main_logon .submit {
	width: 87px;
	overflow: hidden;
	/*float: right;*/
	float: left;
	margin: 6px 0 0 0;
}
/*--------------------------------------------------------------------------------------------------------*/
.block {	
	margin: 0 0 7px 0;
}
.center .block {
	margin: 0 10px 7px 6px;
}
.block .top {
	height: 38px;
}
.block .top h2 {
	height: 38px !important;
	line-height: 33px !important;
	font-size: 16px !important;
	color: #fff !important;
	margin: 0 0 0 8px !important;
	font-weight: normal !important;
	padding: 0 0 0 10px !important;
}
.right .block h2 {
	margin: 0 0 0 4px !important;
	padding: 0 0 0 14px !important;
}
.block span {
	z-index: 2;
}
.block h2 span {
	z-index: 1;
	display: block;
	height: 38px;
}
.block .top div {
/*
	width: 108px;
	height: 38px;
	position: absolute;
	right: -8px;
	top: 0;
	z-index: 0;
*/
}
.right .block .top div {
/*
	width: 112px;
*/
}
.block .body {
}
.right .block .body {
	border: none;
}
.block .body .content {
	margin: 0 0 0 5px;
	background: #fff;
	padding: 7px 0 0 0;
	border-bottom: 1px solid #fff;
}
.right .block .body .content {
	margin: 0 5px 0 0;
}
.block .bottom {
	height: 8px;
	overflow: hidden;
}
.block .bottom div {
	height: 8px;
	margin: 0 6px 0 8px;
}
.right .block .bottom div {
	margin: 0 8px 0 6px;
}
.block .bottom span {
	position: absolute;
	right: 0;
	top: 0;
	width: 6px;
	height: 8px;
	display: block;
}
.right .block .bottom span {
	width: 8px;
}
/* B L U E */
.blue .top {
	background: url(/theme/img/block/bltl_blue.png) no-repeat left top;
}
.right .blue .top {
	background: url(/theme/img/block/brtl_blue.png) no-repeat left top;	
}
.blue .top h2 {
	background: url(/theme/img/block/btb_blue.png) repeat-x left top !important;
}
.blue .top h2 span {
	background: url(/theme/img/block/bltr_blue.png) no-repeat right top;
}
.right .blue .top h2 span {
	background: url(/theme/img/block/brtr_blue.png) no-repeat right top;
}
.blue .body {
	background: url(/theme/img/block/blb_blue.png) repeat-y left top;
}
.right .blue .body {
	background: url(/theme/img/block/brb_blue.png) repeat-y right top;
}
.blue .bottom {
	background: url(/theme/img/block/blbl_blue.png) no-repeat left top;
}
.right .blue .bottom {
	background: url(/theme/img/block/brbl_blue.png) no-repeat left top;
}
.blue .bottom div {
	background: url(/theme/img/block/bbb_blue.png) repeat-x left top;
}
.blue .bottom span {
	background: url(/theme/img/block/blbr_blue.png) no-repeat left top;
}
.right .blue .bottom span {
	background: url(/theme/img/block/brbr_blue.png) no-repeat left top;
}
.blue .body {
	border-right: 1px solid #32648f;
}
.right .blue .body {
	border-left: 1px solid #32648f;
}
/* G R E E N */
.green .top {
	background: url(/theme/img/block/bltl_green.png) no-repeat left top;
}
.right .green .top {
	background: url(/theme/img/block/brtl_green.png) no-repeat left top;	
}
.green .top h2 {
	background: url(/theme/img/block/btb_green.png) repeat-x left top !important;
}
.green .top h2 span {
	background: url(/theme/img/block/bltr_green.png) no-repeat right top;
}
.right .green .top h2 span {
	background: url(/theme/img/block/brtr_green.png) no-repeat right top;
}
.green .body {
	background: url(/theme/img/block/blb_green.png) repeat-y left top;
}
.right .green .body {
	background: url(/theme/img/block/brb_green.png) repeat-y right top;
}
.green .bottom {
	background: url(/theme/img/block/blbl_green.png) no-repeat left top;
}
.right .green .bottom {
	background: url(/theme/img/block/brbl_green.png) no-repeat left top;
}
.green .bottom div {
	background: url(/theme/img/block/bbb_green.png) repeat-x left top;
}
.green .bottom span {
	background: url(/theme/img/block/blbr_green.png) no-repeat left top;
}
.right .green .bottom span {
	background: url(/theme/img/block/brbr_green.png) no-repeat left top;
}
.green .body {
	border-right: 1px solid #357917;
}
.right .green .body {
	border-left: 1px solid #357917;
}
/* C Y A N */
.cyan .top {
	background: url(/theme/img/block/bltl_cyan.png) no-repeat left top;
}
.right .cyan .top {
	background: url(/theme/img/block/brtl_cyan.png) no-repeat left top;	
}
.cyan .top h2 {
	background: url(/theme/img/block/btb_cyan.png) repeat-x left top !important;
}
.cyan .top h2 span {
	background: url(/theme/img/block/bltr_cyan.png) no-repeat right top;
}
.right .cyan .top h2 span {
	background: url(/theme/img/block/brtr_cyan.png) no-repeat right top;
}
.cyan .body {
	background: url(/theme/img/block/blb_cyan.png) repeat-y left top;
}
.right .cyan .body {
	background: url(/theme/img/block/brb_cyan.png) repeat-y right top;
}
.cyan .bottom {
	background: url(/theme/img/block/blbl_cyan.png) no-repeat left top;
}
.right .cyan .bottom {
	background: url(/theme/img/block/brbl_cyan.png) no-repeat left top;
}
.cyan .bottom div {
	background: url(/theme/img/block/bbb_cyan.png) repeat-x left top;
}
.cyan .bottom span {
	background: url(/theme/img/block/blbr_cyan.png) no-repeat left top;
}
.right .cyan .bottom span {
	background: url(/theme/img/block/brbr_cyan.png) no-repeat left top;
}
.cyan .body {
	border-right: 1px solid #1b98c4;
}
.right .cyan .body {
	border-left: 1px solid #1b98c4;
}
/* R E D */
.red .top {
	background: url(/theme/img/block/bltl_red.png) no-repeat left top;
}
.right .red .top {
	background: url(/theme/img/block/brtl_red.png) no-repeat left top;	
}
.red .top h2 {
	background: url(/theme/img/block/btb_red.png) repeat-x left top !important;
}
.red .top h2 span {
	background: url(/theme/img/block/bltr_red.png) no-repeat right top;
}
.right .red .top h2 span {
	background: url(/theme/img/block/brtr_red.png) no-repeat right top;
}
.red .body {
	background: url(/theme/img/block/blb_red.png) repeat-y left top;
}
.right .red .body {
	background: url(/theme/img/block/brb_red.png) repeat-y right top;
}
.red .bottom {
	background: url(/theme/img/block/blbl_red.png) no-repeat left top;
}
.right .red .bottom {
	background: url(/theme/img/block/brbl_red.png) no-repeat left top;
}
.red .bottom div {
	background: url(/theme/img/block/bbb_red.png) repeat-x left top;
}
.red .bottom span {
	background: url(/theme/img/block/blbr_red.png) no-repeat left top;
}
.right .red .bottom span {
	background: url(/theme/img/block/brbr_red.png) no-repeat left top;
}
.red .body {
	border-right: 1px solid #a60207;
}
.right .red .body {
	border-left: 1px solid #a60207;
}
/* G R E Y */
.grey .top {
	background: url(/theme/img/block/bltl_grey.png) no-repeat left top;
}
.right .grey .top {
	background: url(/theme/img/block/brtl_grey.png) no-repeat left top;	
}
.grey .top h2 {
	background: url(/theme/img/block/btb_grey.png) repeat-x left top !important;
}
.grey .top h2 span {
	background: url(/theme/img/block/bltr_grey.png) no-repeat right top;
}
.right .grey .top h2 span {
	background: url(/theme/img/block/brtr_grey.png) no-repeat right top;
}
.grey .body {
	background: url(/theme/img/block/blb_grey.png) repeat-y left top;
}
.right .grey .body {
	background: url(/theme/img/block/brb_grey.png) repeat-y right top;
}
.grey .bottom {
	background: url(/theme/img/block/blbl_grey.png) no-repeat left top;
}
.right .grey .bottom {
	background: url(/theme/img/block/brbl_grey.png) no-repeat left top;
}
.grey .bottom div {
	background: url(/theme/img/block/bbb_grey.png) repeat-x left top;
}
.grey .bottom span {
	background: url(/theme/img/block/blbr_grey.png) no-repeat left top;
}
.right .grey .bottom span {
	background: url(/theme/img/block/brbr_grey.png) no-repeat left top;
}
.grey .body {
	border-right: 1px solid #606060;
}
.right .grey .body {
	border-left: 1px solid #606060;
}

.list {
	list-style: none;
	border-top: 1px solid #eaeaea;
	padding: 0 0 04px;
	margin: 0 14px;	
}
.list .selected {
	color: #A60207;
}
.list .selected:hover {
	color: #A60207;
}
.list span {
	font-weight: normal !important;
}
.list li {
	border-bottom: 1px solid #eaeaea;
	padding: 6px 0 6px 22px;
	background: url(/theme/img/bullet.gif) no-repeat left top;
	background-position: 6px 10px;
}
.list a {
	font-size: 12px;
	color: #32648f;
	text-decoration: none;
}
.list a:hover {
	text-decoration: underline;
	color: #2d84cf;
}
.list span {
	font-size: 12px;
	color: #32648f;
	text-decoration: none;
	font-weight: bold;
}
.list i {
	font-size: 10px;
	color: #c10206;
	top: -6px;
	margin-left: 2px;
	font-style: normal;
}
.list ul {
	margin: 6px 0 -6px;
	border: none;
	padding: 0;
}
.list ul li {
	padding: 6px 0 6px 22px;
	background: none;
	border: none;
	margin: 0 0 0 -22px;
	border-top: 1px solid #eaeaea;
	background: url(/theme/img/bullet_2.gif) no-repeat left top;
	background-position: 14px;
}
/*--------------------------------------------------------------------------------------------------------*/
.nav {
	padding: 0 12px 5px;
}
.nav li {
	font-size: 12px;
	color: #acacac;
	font-style: italic;
	display: inline;
}
.nav a {
	color: #acacac;
}
.nav a:hover {
	color: #32648F;
}
.center .text .content {
	padding: 10px 15px;
}
.center .text .content p {
	margin: 8px 0;
}
.center .text .content img {
	margin: 0 20px 10px 0;
/*	display: block;*/
}
.center .text .content {
	color: #444;
}
.center .text .content .date {
	color: #32648F;
	font-size: bold;
}
/*--------------------------------------------------------------------------------------------------------*/
.center .main_new .content {
	padding: 4px 2px 0;
}
.center .main_new .content ul {
	list-style: none;
	display: block;
	min-height: 0;
	-height: 0;
}
.center .main_new .content li {
	width: 50%;
	-width: 49.99%;
	display: block;
	float: left;
	*margin: 0 -1px 0 0;
	-margin: 0;
	height: 120px;
}
.center .main_new .content a {
	background: #faf7f7;
	display: block;
	margin: 0 2px;
	border: 1px solid #f4f8fb;
	padding: 12px 0 0 110px;
	height: 102px;
}
.center .main_new .content a:hover {
	background: #fbf5d8;
	border: 1px solid #3f7cb4;
	text-decoration: none;
}
.center .main_new .content img {
	width: 90px;
	height: 90px;
	border: 1px solid #3f7cb4;
	display: block;
	position: absolute;
	left: 7px;
	top: 12px;
}
.center .main_new .content .info {
	color: #32648f;
}
.center .main_new .content .price {
	background: #b00505;
	padding: 2px 10px;
	color: #fff;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 110px;
}
/*--------------------------------------------------------------------------------------------------------*/
.main_news .content {
	padding: 4px 0 0 0;
/*
	text-align: right;
*/
}
.main_news ul {
	list-style: none;
	margin: -3px 0 -4px;
padding: 0;
border: none;
}
.main_news ul li {
	padding: 0 8px 5px;
	margin: 0 4px 4px 4px;
	background: #f4f8fb;
	text-align: left;
border: none;
}
.main_news ul .href {
}
.main_news ul .href:hover {
}
.main_news ul .date {
	color: #a60207;
	font-size: 12px;
	display: block;
	padding: 0.2em 0;
}
.main_news ul img {
	border: 1px solid #a60207;
	display: block;
	margin: 0 10px 5px 0;
	float: left;
	width: 90px;
	height: 90px;
}
.main_news ul span {
	font-weight: normal;
}
.main_news ul .title {
	display: block;
	font-size: 14px;
	color: #a60207;
	margin-bottom: 0.5em;
	font-weight:bold !important;
}
.main_news ul .text {
	color: #444444;
	display: block;
	margin: 0 0 0.5em;
}
.main_news ul .more {
	font-size: 10px;
	color: #a60207;
}
.main_news .all_news {
	margin-right: 10px;
	color: #32648f;
}
.main_news ul .more_out {
	clear: both;
	text-align: right;
	margin: 0.5em 0 0;
}
/*--------------------------------------------------------------------------------------------------------*/
.icon_1, .icon_2, .icon_3, .icon_4, .icon_5, .icon_6, .icon_7, .icon_8, .icon_9, .icon_x    {
	width: 80px;
	height: 38px;
	right: 0;
	top: 0;
	display: block;
	position: absolute;
}
.icon_1 {
	background: url(/theme/img/block/block_pic_1.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/block/block_pic_1.png', sizingMethod='crop');
}
.icon_2 {
	background: url(/theme/img/block/block_pic_2.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/block/block_pic_2.png', sizingMethod='crop');
}
.icon_3 {
	background: url(/theme/img/block/block_pic_3.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/block/block_pic_3.png', sizingMethod='crop');
}
.icon_4 {
	background: url(/theme/img/block/block_pic_4.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/block/block_pic_4.png', sizingMethod='crop');
}
.icon_5 {
	background: url(/theme/img/block/block_pic_5.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/block/block_pic_5.png', sizingMethod='crop');
}
.icon_6 {
	background: url(/theme/img/block/block_pic_6.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/block/block_pic_6.png', sizingMethod='crop');
}
.icon_7 {
	background: url(/theme/img/block/block_pic_7.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/block/block_pic_7.png', sizingMethod='crop');
}
.icon_8 {
	background: url(/theme/img/block/block_pic_8.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/block/block_pic_8.png', sizingMethod='crop');
}
.icon_9 {
	background: url(/theme/img/block/block_pic_9.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/block/block_pic_9.png', sizingMethod='crop');
}
.icon_x {
	background: url(/theme/img/block/block_pic_x.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/block/block_pic_x.png', sizingMethod='crop');
}
/*--------------------------------------------------------------------------------------------------------*/
.small {
	font-size: 11px;
	line-height: 1em;
	color: #32648F;
}
.pager {
	color: #32648f;
	line-height: 12px;
	padding: 5px;
	min-height: 0;
	-height: 0;
}
.pager .pr_text {
	float: left;
	height: 22px;
	line-height: 22px;
	margin-right: 5px;
}
.pager a {
	line-height: 20px;
	font-size: 12px;
	border: 1px solid #9dbcd8;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	text-align: center;
	margin: 0 2px 0 0;
}
.pager .selected {
	border: 1px solid #b00505;
	background: #fff5f5;
	color: #b00505;
}
/*--------------------------------------------------------------------------------------------------------*/
.side_news .more_out {
	text-align: right;
	clear:both;
}
.side_news .more {
	font-size: 10px;
	line-height: 10px;
}
.side_news .date {
	display: block;
	line-height: 11px;
	font-size: 11px;
}
.side_news .title {
	display: block;
	margin: 5px 0 0;
	font-weight: bold !important;
}
.side_news img {
	display: block;
	float:left;
	padding-right:10px;
	padding-top:5px;
}
.side_news .text {
	display: block;
	margin: 5px 0;
	color: 444;
}
.side_news li {
	background: none;
	padding: 6px 0;
}
/*--------------------------------------------------------------------------------------------------------*/
.brands {
	list-style: none;
}
.brands li.payed{
	min-height: 0;
	-height: 0;
	border: 1px solid #9dbcd8;
	background: #f4f8fb;
	padding: 4px;
	margin: 0 4px 3px 4px;
}
.text .brands li {
	margin: 0 0 3px;
}
.brands li.payed:hover {
	border: 1px solid #b00505;
	background: #fff5f5;
}
.brands li img {
/*
	display: block;
	border: 1px solid #3b79b2;
	float: left;
*/
	margin: 0 !important;
	display: inline !important;
}
.brands li.payed:hover img {
/*	border: 1px solid #b00505;*/
}
.brands li .info {
	margin-left: 140px;
	color: #32648f;
}
.brands li .title {
	padding: 1px 25px;
	background: #32648f;
	color: #fff;
	vertical-align: middle;
	top: 1px;
}
.brands li.payed:hover .title {
	background: #b00505;
}
.brands li .city {
	display: block;
}
.brands li .site {
	display: block;
}
.brands li .products {
	display: block;
}
.brands li .about {
	display: block;
	padding: 4px 0;
}
.brands li .contacts {
	display: block;
	padding: 4px 0;
}
.brands li .more {
	font-size: 10px;
	padding: 2px 10px;
}
.brands li.payed:hover .more {
	background: #b00505;
	color: #fff;
}
.brands li.not_payed {
	background: none;
	border: none;
	border-bottom: 1px solid #eaeaea;
	padding: 6px 0;
}
.brands_img_div {
	width: 120px;
	height: 120px;
	border: 1px solid #3b79b2;	
	float: left;
	background: #fff;
	padding: 5px;
	text-align: center;
}
.brands_img_div img {
	display: inline !important;
	margin: 0 !important;
}
.brands_img_div a {
	outline: none;
}
.brands li.payed:hover .brands_img_div {
	border: 1px solid #b00505;	
}
.brands_img_div_2 {
	border: 1px solid #3F7CB4;
	display: block;
	height: 90px;
	left: 7px;
	position: absolute;
	top: 12px;
	width: 90px;
	text-align: center;
	background: #fff;
}
.brands_img_div_2 img {
	left: 0 !important;
	top: 0 !important;
	position: relative !important;
	display: inline !important;
	border: none !important;
	background: #fff !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
}
/*--------------------------------------------------------------------------------------------------------*/
.order {
	background: none;
	padding: 10px;
	width: 340px;
	height: 400px;
	margin: 0 auto;
}
.order td {
	padding: 5px 0;
	vertical-align: middle;
	color: #32648F;
}
.order .l_td {
	padding-right: 10px;
}
.order textarea {
	width: 201px;
	height: 95px;
	display: block;
	background: url(/theme/img/textarea.gif) no-repeat left top;
	*background-position: left bottom;
	-background-position: left top;
	-background-attachment: fixed;
	border: none;
	padding: 5px 6px 0px;
	float: left;
	font-size: 11px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.order .logo_bg {
	text-align: center;
}
/*--------------------------------------------------------------------------------------------------------*/
.main_list {
}
.main_list .main_list_item {
	margin: 0 0 10px;
	min-height: 0;
	-height: 0;
	border-bottom: 1px solid #eaeaea;
	padding: 0 0 10px;
}
.main_list img {
	margin: 0 10px 0 0 !important;
	display: block;
	width: 80px;
	height: 80px;
	float: left;
}
.main_list .info {
}
.main_list .title {
	font-weight:bold !important;
}
.main_list .date {
	position: absolute;
	right: 0;
	-right: 90px;
	top: 0;
}
.main_list .text {
}
.main_list .more {
	font-size: 10px;
}
.main_list .more_out {
	clear: both;
	text-align: right;
}
.main_list .title_out {
	margin: 0 100px 0 0;
}
/*--------------------------------------------------------------------------------------------------------*/
.letters_payed {
	background: #F4F8FB;
	border: 1px solid #9DBCD8;
}
.letters_not_payed {
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}
.letters_payed table, .letters_not_payed table {
	width: 80%;
	margin: 0 auto;
}
.letters_payed td, .letters_not_payed td {
	text-align: center;
}
.letters_payed td a, .letters_payed td span, .letters_not_payed td a, .letters_not_payed td span  {
	padding: 2px 1%;
}
/*--------------------------------------------------------------------------------------------------------*/
.expert {
	list-style: none;
	border-top: 1px solid #eaeaea;
}
.expert li {
	border-bottom: 1px solid #eaeaea;
	padding: 10px 0;
	min-height: 100px;
}
.expert li .face {
	width: 90px;
	height: 90px;
	display: block;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 12px;
}
.expert li .face img {
	width: 90px;
	height: 90px;
	display: block;
	margin: 0;
	z-index: 1;
}
.expert li .info {
	margin: 0 0 0 110px;
	-margin: -15px 0 0 110px;
}
.expert li .category {
	display: block;
	font-weight: bold;
	margin: 0 0 10px;
}
.expert li .name {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.expert li .work {
	display: block;
	margin: 0 0 10px;
}
.expert li .go_to {
	margin: 10px 0 0;
}
.expert li .ask_quest {
}
/*--------------------------------------------------------------------------------------------------------*/
.expert_detail {
	text-align: justify;
}
.expert_detail h1 {
	color: #32648F;
	font-size: 14px;
	margin: 0 0 10px;
}
.expert_detail .face {
	display: block;
	margin: 15px 20px 15px 0 !important;
}
.btn_ask_expert {
	width: 150px;
}
div.input_text {
	background: url(/theme/img/input_text.png) no-repeat left top;
	width: 213px;
	height: 25px;
}
div.input_text input {
	display: block;
	width: 203px;
	height: 21px;
	padding: 4px 5px 0 5px;
	border: none;
	background: none;
}
div.textarea {
	width: 213px;
	height: 100px;
	background: url(/theme/img/textarea.gif) no-repeat left top;
}
div.textarea textarea {
	width: 203px;
	height: 90px;
	display: block;
	border: none;
	background: none;
	padding: 5px;
	overflow: auto;
	*margin: -1px 0;
}
#expert_question_form {
}
#expert_question_form table {
}
#expert_question_form td {
	padding: 5px 0;
	vertical-align: middle;
	color: #32648F;
}
#expert_question_form .lt {
	padding: 0 20px 0 0;
}
#expert_question_form .send, #expert_question_form .cancel {
	width: 100px;
	float: left;
	margin: 0 10px 0 0;
}
#expert_question_form span {
	color: #C10206;
}
.expert_quest_list {
	list-style: none;
	border-top: 1px solid #eaeaea;
}
.expert_quest_list li {
	padding: 6px;
	border-bottom: 1px solid #eaeaea;
}
/*--------------------------------------------------------------------------------------------------------*/
.main_new .with_logo {
}
.main_new .with_logo .logo_sup {
	top: 100px;
}
/*--------------------------------------------------------------------------------------------------------*/
.no_ramka .top {
	background: none !important;
}
.no_ramka .top h2 {
	background: none !important;
	color: #000 !important;
}
.no_ramka .top h2 a {
	color: #C10206 !important;
}
.no_ramka .top h2 span {
	background: none !important;
	font-weight: bold;
	color: #C10206 !important;
	text-align: center;
	padding: 0 30px 0 0;
}
.no_ramka .body {
	background: none !important;
}
.no_ramka .bottom {
	background: none !important;
}
.no_ramka .bottom {
	background: none !important;
}
.no_ramka .bottom div {
	background: none !important;
}
.no_ramka .bottom span {
	background: none !important;
}
.no_ramka .body {
	border: none !important;
}
.no_ramka .content {
	background: none !important;
	border: none !important;	
}
/*--------------------------------------------------------------------------------------------------------*/
.text .ul_check li {
	background: url(/theme/img/bullet_check.gif) no-repeat !important;
	background-position: 0 0.3em !important;
	padding: 3px 0 3px 22px !important;
	font-size: 14px !important;
}
/*
.text1 li {
	background: url(/theme/img/bullet_text.gif) no-repeat;
	background-position: 8px 0.8em;
	padding: 3px 0 3px 22px;
}
*/
/*--------------------------------------------------------------------------------------------------------*/
.top_new {
	margin: -2px 5px 1px 5px;
	color:#32648F;
}
.top_new .top_new_table, .top_new table {
	width: 100%;
}
.top_new td {
}
.top_new .product_image {
	width: 90px;
	border: 1px solid #3f7cb4;
	background: #fff;
	height: 90px;
	text-align: center;
	vertical-align: middle;
}
.top_new .product_image img {
	margin: 0 auto !important;
}
.top_new .logo_image {
	width: 90px;
	text-align: center;
	vertical-align: middle;
}
.top_new .logo_image img {
	margin: 5px 0 0 !important;
	width: 90px;
}
.top_new .price {
	margin: 5px 0 2px;
}
.top_new .price span {
	background: #B00505;
	color: #FFFFFF;
	padding: 2px 10px;
}
.top_new .info {
}
.top_new .info li{
	background: url(/theme/img/bullet_check.gif) no-repeat !important;
	background-position: 0 0.3em !important;
	padding: 3px 0 3px 22px !important;
	font-size: 14px !important;
}
.top_new .images {
	z-index: 1;
}
.top_new_bottom {
	color:#C10206;
	text-align:center;
}
.top_new_bottom a {
	color:#C10206;
}
.top_new_l, .top_new_l_hover  {
	padding: 5px 0 5px 5px;
	width: 90px;
	cursor: pointer;
	background: #faf7f7;
	border: 1px solid #fff;
	border-right: none;
}
.top_new_l_hover {
	border: 1px solid #3f7cb4;
	border-right: none;
}
.top_new_t, .top_new_t_hover {
	padding: 5px 5px 0 5px;
	cursor: pointer;
	background: #faf7f7;
	border: 1px solid #fff;
	border-left: none;
	border-bottom: none;
	width: 50%;
}
.top_new_t_hover {
	border: 1px solid #3f7cb4;
	border-left: none;
	border-bottom: none;
}
.top_new_b, .top_new_b_hover {
	padding: 5px;
	vertical-align: bottom;
	cursor: pointer;
	background: #faf7f7;
	border: 1px solid #fff;
	border-left: none;
	border-top: none;
}
.top_new_b_hover {
	border: 1px solid #3f7cb4;
	border-left: none;
	border-top: none;
}
.top_new_l_hover, .top_new_t_hover, .top_new_b_hover {
	background: #fbf5d8;
}
/*--------------------------------------------------------------------------------------------------------*/
.fast_go_sup {
	padding: 4px;
	margin-bottom: 3px;
	border: 1px solid #9DBCD8;
	background: #F4F8FB;
	font-size: 12px;
	color: #32648f;
	display: inline-block;
}
.fast_go_sup select {
	width: 168px;
	border: 1px solid #7f9db9;
}
.fast_go_sup .submit {
	color: #fff;
	font-weight: bold;
	border: 2px solid #32648f;
	font-size: 12px;
	background: #32648f;
	font-family: Arial, Helvetica, sans-serif;
}
/*--------------------------------------------------------------------------------------------------------*/