/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	margin: 0 10px 0 0;
	font: bold 31px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #047fc2;
	text-align: right;
}

h2 {
	font-size: 1.5em;
	margin: 20px 12px 10px;
	font-weight: bold;
	color: #000;
	text-align:right;
}

h3 {
	margin: 0 0 5px 0;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	background-color: transparent;
	text-align:right;
	margin:0px 12px 0px;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #000;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	background-color: transparent;
	text-align:right;
}

/* Links */

a:link, a:visited, a:active {
	color: #206c84;
	text-decoration: underline;
}

a:hover {
	color: #206c84;
	text-decoration: none;
}

#little_cart {
	display:none;
}

/* Paragraphs */

p {
	margin: 5px 0px 12px;
}

/* Lists */

ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 10px 0px 22px 27px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	margin: 5px 0;
	padding: 0px;
	list-style: disc;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables */

table {
	border-color: #9c9c9c;
	border-collapse: collapse;
	margin: 15px 0 15px 0;
}

table td {
	border-color: #9c9c9c;
	border-collapse: collapse;
	padding: 5px;
}

table td strong {
	font-weight: bold;
}

table caption {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px;
	color: #000;
	font-size: 107%;
	text-transform: uppercase;
	border-bottom: 1px solid #A6A6A6;
}

table th {
	padding: 5px;
	border: 1px solid #B3B3B3;
	color: #000;
	background: #EEEEEE;
	font-weight: bold;
}

table th h4 {
	color: #000;
	margin: 0px;
	font-weight: bold;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

/* Forms */

.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}

.form.redline {
	border-top: 4px solid #90A600;
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul {
	margin: 0;
	padding: 0;
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}

.form .line.marked label {
	margin-left: 10px;
}

.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}

.form .line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line {height: 1%;}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%;
}

.form .formw {
	width: 70%;
	display: block;
	float: left;
}

form.descr .formw {
	width: 460px;
	text-align: justify;
}

.form .formw .text {
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.form .btn {
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.red {
	color: #E05332;
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

/* Clearfix */

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	background:#a9a9a9;
}

body#splash {
	text-align: center;
}

.distance {
	width: 1px;
	height: 45%;
	margin-bottom: -190px;
	float: left;
}

.all {
	position: relative;
	text-align: left;
	width: 1004px;
	margin: 0 auto;
	background:#FFF;
}
/*
body#splash .all {
	width: 622px;
	height: 381px;
	clear: left;
	background: #0A69A1 url('../i/splash.jpg') no-repeat;
}
*/
body#splash .all {
	width: 574px;
	height: 475px;
	clear: left;
	background: url('../i/vostok.jpg') no-repeat;
}

.header {
	background: url('../i/header_bg1.jpg') no-repeat;
	width: 100%;
	height: 267px;
}
.small_header {
	background: url('../i/small_bg.jpg') no-repeat;
	width: 608px;
	height: 183px;
}
.logo {
	position: absolute;
	top: 158px;
	left: 34px;
	width: 280px;
	color: #FFF;
	font-size: 15px;
	line-height: 16px;
}

#splash .logo {
	position: absolute;
	top: 25px;
	left: 27px;
	width: 250px;
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
}

.logo a {
	display: block;
	float: left;
}

.logo span {
	display: block;
	float: left;
	display: inline;
	margin: 4px 0 0 7px;
	width: 105px;
}

#splash .logo span {
	margin: 2px 0 0 7px;
	width: 95px;
}

.menu {
	margin: 0 0 24px 10px;
}

#splash .menu {
	margin: 0;
	position: absolute;
	top: 117px;
	left: 30px;
}

.menu li {
	list-style: none;
	margin: 0 0 1px 0;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}

#splash .menu li {
	list-style: none;
	margin: 0 0 2px 0;
	font-size: 16px;
	color: #FFF;
}

.menu li a:link, .menu li a:visited {
	color: #FFF;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration:underline;
}

.menu li.here {
	color: #d3b30a;
	font-weight: bold;
}

.menu li.here a:link, .menu li.here a:visited {
	color: #d3b30a;
	text-decoration: underline;
}

.navicons {
	margin: 0;
	position: absolute;
	bottom: 20px;
	left: 525px;
	overflow: hidden;
}

.bottom_text {
	margin: 0;
	position: absolute;
	bottom: 5px;
	left: 370px;
	width: 600px;
	overflow: hidden;
	text-align: center;
	color: #A9A9A9;
	line-height: 1.2em;
}

#splash .navicons {
	margin: 0;
	position: absolute;
	top: 380px;
	left: 21px;
	overflow: hidden;
}

.navicons li {
	list-style: none;
	margin: 0;
	float: left;
	display: block;
	padding: 3px 0 0 14px;
	margin: 0 15px 0 -2px;
	height: 13px;
	font-size: 9px;
	background: url('../i/navicons_sep_2.gif') no-repeat 0 0;
}

#splash .navicons li {
	list-style: none;
	margin: 0;
	float: left;
	display: block;
	padding: 3px 0 0 10px;
	margin: 0 9px 0 -1px;
	height: 13px;
	font-size: 7px;
	background: url('../i/navicons_sep_1.gif') no-repeat 0 0;
}

.copyright {
	color: #93d4f4;
	font: 11px Calibri, "Trebuchet MS";
	position: absolute;
	bottom: 50px;
	left: 35px;
}
.counter {
	position: absolute;
	bottom: 10px;
	left: 40px;
}
.counter_main {
	position: absolute;
	bottom: 15px;
	left: 35px;
}


#splash .copyright {
	color: #93d4f4;
	font: 10px Calibri, "Trebuchet MS";
	position: absolute;
	top: 400px;
	left: 27px;
}

.copyright sup {
	font-size: 8px;
	color: #b1ddf2;
}

.phone {
	position: absolute;
	top: 38px;
	right: 63px;
	font: bold 26px Calibri, "Trebuchet MS";
	color: #005a99;
}

.email {
	position: absolute;
	top: 67px;
	right: 147px;
	font: 17px Calibri, "Trebuchet MS";
	color: #005a99;
}

.email a:link, .email a:visited {
	text-decoration: none;
	color: #9bb258;
}

.psmall {
	right:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}
.esmall {
	right:120px;
	font-family: Arial, Helvetica, sans-serif;
	color: #bde37e;
	font-weight: bold;
	font-size: 12px;
}

.header .cart_button {
	position: absolute;
	top: 207px;
	right: 173px;
}

.cols {
	background: url('../i/cols_bg.jpg') no-repeat;
	position: relative;
	overflow: hidden;
}

.col_left {
	float: left;
	width: 302px;
	height: 583px;
}

.col_right {
	float: left;
	width: 680px;
	height: 493px;
	display: inline;
	margin: 0 0 0 10px;
}

#catalog .col_right {
	width: 690px;
	margin: 0;
}

#col_with_worder {
	border: 2px solid #eaeaea;
}

.col_left .wrapper {
	margin: 0 0 0 26px;
}

.catalog {
	color: #FFF;
	width: 150px;
	font-size: 11px;
	line-height: 1.3em;
	margin: 0 0 34px 0;
}

.catalog a:link, .catalog a:visited {
	color: #d3b30a;
}

.catalog big {
	font-size: 14px;
	line-height: 16px;
}

.catalog_text {
	margin: 2px 0 0 10px;
}

.price {
	margin: 0 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}

.price a:link, .price a:visited {
	color: #d3b30a;
}

.content_left {
	float: left;
	width: 396px;

}


#catalog .content_left {
	float: left;
	width: 520px;

	overflow: hidden;
}

.content_right {
	float: left;
	width: 275px;
	display: inline;
	margin: 8px 0 0 0;

}

#catalog .content_right {
	width: 150px;
	margin: 50px 0 0 18px;
	_margin: 50px 0 0 9px;
	display: inline;
}


#catalog .items form{
margin: 0px;
padding: 0px;
}

.clock {
	margin: 0 0 15px -20px;
	width: 300px;
}

.clock div {
	float: left;
	margin: 0 0 0 20px;
	display: inline;
	text-align: center;
	font-size: 14px;
}

.clock img {
	margin: 0 0 5px 0;
}

/* jScrollPane
================================================*/
.holder {
	float: left;
	margin: 10px 0 0 0;
	width: 395px;
}

#catalog .holder {
	width: 545px;
	height: 438px;
}

.scroll_pane {
	width: 395px;
	overflow: auto;
	float: left;
	height: 455px;
	position: relative;
}

#catalog .scroll_pane {
	width: 535px;
	height: 438px;
}

.text_labels {
	position: absolute;
	text-align: left;
	margin: -5px 0 0 0;
}

.text_labels span {
	margin: 0 0 365px 20px;
	display: block;
	font-size: 36px;
	padding: 0;
}

.scroll_pane p {
	text-align: right;
	margin: 5px 10px 10px 0;
	line-height: 14px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url('../i/scroll_body.gif') no-repeat;
}
.jScrollPaneDrag {
	position: absolute;
	background: url('../i/scroll_track.gif') no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 5px;
	background: url('../i/scroll_body.gif') no-repeat;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0px;
	_bottom: -1px;
	left: 0;
	overflow: hidden;
	height: 5px;
	background: url('../i/scroll_body.gif') no-repeat;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../i/scroll_up.gif') no-repeat;
	height: 14px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../i/scroll_down.gif') no-repeat;
	height: 14px;
}

.centered {
	text-align: center;
}

.centered h1 {
	text-align: center;
	margin: -10px 0 0 0;
	line-height: 1.2em;
}

.blue_button {
	background: #066fad url('../i/blue_button_left.jpg') no-repeat 0 0;
	float: left;
	height: 27px;font-weight:bold;
}

.blue_button div {
	background: url('../i/blue_button_right.jpg') no-repeat 100% 0;
	height: 27px;
	float: left;
}

.blue_button input, .blue_button a:link, .blue_button a:visited {
	border: 0px solid transparent;
	background: transparent;
	padding: 0 17px;
	width: 1;
	overflow: visible;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 27px;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	display: block;
	text-align: center;
}
.order_button {
	background: #066fad url('../i/order_button.jpg') no-repeat 0 0;
	float: left;
	height: 27px;font-weight:bold;
}

.order_button div {
	background: url('../i/order_button.jpg') no-repeat 100% 0;
	height: 27px;
	float: left;
}

.order_button input, .order_button a:link, .order_button a:visited {
	border: 0px solid transparent;
	background: transparent;
	padding: 0 17px;
	width: 1;
	overflow: visible;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 27px;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	display: block;
	text-align: center;
}
a.cart_button:link, a.cart_button:visited {
	background: url('../i/cart_button.jpg') no-repeat;
	width: 84px;
	height: 23px;
	color: #FFF;
	text-decoration: none;
	display: block;
	font-size: 17px;
	padding: 3px 0 0 50px;
}



.search {
	margin: 0 0 65px 5px;
}

.search .text {
	border: 1px solid #eeeeee;
	height: 18px;
	margin: 5px 0 8px 0;
}

.search .blue_button {
	width: 100%;
}

.search .blue_button input {
	width: 145px;
	padding: 0;
}

.right_menu {
	margin: 0;
}

.right_menu li {
	margin: 0 0 13px 0;
	list-style: none;
	font-size: 17px;
}

.right_menu li ul {
	margin: 2px 0 0 0;
}

.right_menu li ul li {
	margin: 0 0 2px 0;
	list-style: none;
	font-size: 12px;
	float: left;
	width: 100%;
}

.right_menu li a:link, .right_menu li a:visited {
	color: #3b6689;
	text-decoration: underline;
	margin: 0 0 0 5px;
}

.right_menu li.here a:link, .right_menu li.here a:visited {
	color: #93bc44;
}

.right_menu li ul li a:link, .right_menu li ul li a:visited, .right_menu li ul li.here a:link, .right_menu li.here ul li a:visited {
	color: #000 !important;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 5px;
}

.right_menu li ul li.current {
	background: #85c226;
}

.right_menu li ul li.current a:link, .right_menu li ul li.current a:visited, .right_menu li.here ul li.current a:link, .right_menu li.here ul li.current a:visited {
	color: #FFF !important;
}

.sort {
	margin: 0 0 0 15px;
}

.sort a:link, .sort a:visited {
	text-decoration: none;
}
.sort a:hover {
	text-decoration:underline;
}

.sort a.selected:link, .sort a.selected:visited, a.selected:link, a.selected:visited {
	color: #93bc44;
}

.items a:link, .items a:visited {
	border: 2px solid #e4e4e4;
	display: block;
	float: left;
	position: relative;
	margin: 0 0 18px 18px;
	* margin: 0 0 18px 8px;
}

.items a span {
	position: absolute;
	background: url('../i/articul_bg.jpg') repeat-x;
	width: 89px;
	height: 17px;
	right: -1px;
	bottom: -1px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

.frame {
	margin: 0px 0 0 30px;
	padding-top:18px;
	background:#FFF;
}

.framecol_main {
	float: left;
	width: 608px;
}

.framecol_left {
	float: left;
	width: 372px;
}

.framecol_right {
	float: left;
	width: 315px;
	overflow: hidden;
	display: inline;
	margin: 7px 0 0 7px;
}

.top_line p {
	float: left;
	font-size: 18px;
	line-height: 1.4em;
	height: 40px;
}

.top_line .cart_button {
	float: right;
	margin: 10px 3px 0 0;
}

.sort_line {
	margin: 0 0 22px 0;
}

.sort_line a:link, .sort_line a:visited {
	text-decoration: none;
}
.sort_line a:hover {
	text-decoration: underline;
}

dl.chars {
	margin: 0 0 17px 0;
}

dl.chars dt {
	margin: 0;
	float: left;
	width: 124px;
	font-size: 13px;
	line-height: 14px;
}

dl.chars dd {
	margin: 0;
	float: left;
	width: 214px;
	line-height: 16px;
}

p.table_title {
	margin: 0 0 7px 0;
}

table.price {
	margin: 0 0 7px 0;
}

table.price th {
	border: none;
	background: transparent;
	padding: 0;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}

table.price th span {
	margin: 0 5px 3px 0;
	padding: 0 5px;
	text-align: right;
	background: #006ea1;
	display: block;
}

table.price th.articul span {
	text-align: center;
}

table.price td {
	padding: 0;
	text-align: left;
	font-size: 11px;
}

table.price td span {
	margin: 0 5px 2px 0;
	padding: 0 5px;
	height: 16px;
	line-height: 13px;
	text-align: right;
	border: 1px solid #eee;
	display: block;
	color: #4186a7;
}

table.price td.articul span {
	text-align: left;
}

table.price tr.color td span {
	background: #83c422;
	color: #FFF;
}

table.price td input {
	margin: 0 5px 2px 0;
	height: 13px;
	width:430px;
	text-align: left;
	border: 1px solid #d4d4d4;
	color: #4186a7;
	font-size:11px;
}

table.price textarea {
	border: 1px solid #d4d4d4;
	width:420px;
	margin: 0 5px 2px 0;
	padding: 0 5px;
	height:60px;
}
table.price th img {
	margin:10px 0px 4px 17px;
}
table.price.other {
	margin:10px 0px 10px 30px;
}
table.price.other th span {
	text-align:left;
	color:#beecfb;
}
table.price .short {
	margin: 0 -4px 2px 10px;
	height: 13px;
	width:30px;
	text-align: right;
	border: 1px solid #777;
	color: #777;
	font-size:11px;
	display:block;
}
table.price .delete_button {
	margin:0px;
	height: 100%;
	width:60px;
	text-align: center;
	border: 0px;
	background:#c1c2c6;
	color: #FFF;
	font-size:11px;
	display:block;
}


.nds {
	font: 9px Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
}

.minicols {
	margin: 7px 0 0 0;
}

.minicol_left {
	float: left;
	width: 150px;
	position: relative;
	display: inline;
	margin: 20px 0 0 0;
}

.minicol_right {
	float: left;
	width: 200px;
	position: relative;
	display: inline;
	margin: 0 0 0 12px;
}

.minicol_left .phone {
	position: absolute;
	top: 49px;
	left: 12px;
	width: 143px;
	font-size: 18px;
}

.minicol_left .email {
	position: absolute;
	top: 69px;
	left: 0;
	width: 143px;
	font-size: 11px;
}

.minicol_left .blue_button {
	width: 150px;
	position: absolute;
	top: 93px;
	left: 0;
}

.minicol_left .blue_button a:link, .minicol_left .blue_button a:visited {
	width: 150px;
	padding: 2px 0 0 0;
	height: 25px;
}

a.packaging:link, a.packaging:visited {
	border: 2px solid #e4e4e4;
	display: block;
	float: left;
	position: relative;
	margin: 0;
	height: 115px;
}

.big_pic {
	border: 2px solid #e4e4e4;
	position: relative;
	width: 304px;
	margin: 0 0 5px 0;
}

.big_pic span {
	position: absolute;
	background: url('../i/articul_bg.jpg') repeat-x;
	width: 89px;
	height: 16px;
	right: -1px;
	bottom: -1px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

.thumbnails {
	margin: 0 0 0 -12px;
	_margin: 0 0 0 -24px;
	width: 330px;
}

.thumbnails a:link, .thumbnails a:visited {
	border: 2px solid #e4e4e4;
	display: block;
	float: left;
	position: relative;
	margin: 0 0 0 12px;
}

.thumbnails a span {
	position: absolute;
	background: url('../i/articul_bg.jpg') repeat-x;
	width: 89px;
	height: 16px;
	right: -1px;
	bottom: -1px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

.star_1 {
	background: url('../i/star_1.gif') no-repeat;
	width: 178px;
	height: 92px;
	position: absolute;
	top: 75px;
	left: 305px;
	z-index: 100;
}

.star_2 {
	background: url('../i/star_2.gif') no-repeat;
	width: 181px;
	height: 93px;
	position: absolute;
	top: 158px;
	left: 305px;
	z-index: 100;
}
.small_title {
	position:absolute;
	top:150px;
	left:30px;
	text-align:center;
	width:607px;
}
.small_title h2 {
	color:#4d494a;
	font-size: 17px;
	font-weight: normal;
	text-align:center;
}
.message {
	width:550px;
	height:100px;
	border:1px solid #e8e8e8;
	margin:10px 30px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font: 18px Arial, Helvetica, sans-serif;
	color:#4d494a;
	padding-top:60px;
}

.count{
margin: 5px 3px 0px 0px;
}

.pages {
	margin: 29px 0 10px 0;
	font: 13px Arial, Helvetica, sans-serif;
}

.pages a:link, .pages a:visited, .pages span {
	float: left;
	display: block;
	padding: 2px 8px 1px 7px;
	border: 1px solid #ccdbe4;
	color: #206DBB;
	margin: 0 3px;
	display: inline;
	text-decoration: none;
}

#id_prev, #id_next{
	display: none;
}

.pages a:hover, .pages span.current {
	background: #0079be;
	color: #FFF;
	/* border: 1px solid #0a2243; */
}

.pages a.current:link, .pages a.current:visited, .pages a.current:hover, pages span.current {
/*	padding: 2px 7px 2px 10px;*/
	border: 0px solid transparent;
	color: #000;
	font-weight: bold;
	background: transparent;
}


.simple_scroll {
	overflow-y: auto;
	overflow-x: hidden;
	width:520px;
	height:457px;
	position:relative;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;

}

p.mp {
font-size: 11px;
margin: 5px 5px 5px 0px;
text-align: justify;
}

.news_title{
	font-size: 16px;
	font-weight: bold;
}
.news_title a{
	color: red !important;
	line-height: 1.2;
}
