
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Базовые стили~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

*{
	font-size:100%;
	margin:0;
	padding:0;
}
body  {
	font-family: Verdana, Arial, sans-serif;
	background:#fff;
	color:#000;
	font-size:0.78em;
	height:100%;
	min-height:100%;
	min-width:1000px;
	
}
html{height:100%}

a, object {outline:none}

a {
	color:#fa1b22;
	text-decoration:underline;
}
a:hover,
a:visited:hover {
	color:#fa1b22;
	text-decoration:none;
}
a:visited {
	color:#c2151b;
}
img {border:0;}
sup, sub {font-size:.8em;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
pre {white-space:pre-wrap;	font-size:1.0em;}
.nowrap {
	white-space:nowrap;
}

p {
	margin: 0 0 1em 0;
	line-height:1.35em;
} 
.error {color:#ff4200;background:inherit;}
.hide {	display:none;}
.loader {
	background: url(/imgs/main/ajax-loader.gif) no-repeat center center;
	width:100%;
	height:100%;
	min-height:60px;

}
.undefined {
	color:#e81f16;
	padding:0 10px 10px 10px;
}

h1, h2, h3 {	

	color:#000;
	
}
h1 {
	font-size:1.5em;
	margin:1em 0 0.5em 0;
	font-weight:normal;
	clear:left;
}
h2 {font-size:1.3em;
	margin:1.2em 0 0.5em 0;
}
h3 {font-size:1.1em;
	margin:1.2em 0 0.5em 0;
}

.main .content {
	padding-top:30px;
}

.main .content h1 {
	font-size:1em;
	font-weight:bolder;
	padding:0 0 23px 0;
}

ul {list-style:none;}
ul li {
	padding-left:10px;
	margin-left:10px;
	margin-bottom:.6em;
	background: url("/imgs/main/li.gif") no-repeat 0 5px;
}
.ajax-loader {
	width:100%;
	height:50px;
	background:url(/imgs/design/ajax-loader.gif) no-repeat center;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Сетка~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#page_margins {

	width:100%;
	clear:both;
  height:auto;
  min-height:100%;


}

#page {
	zoom:1;
}


.columns { 
	width: 100%; 
	clear: both; 
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 23px;
}

.columns_left_left, .columns_left_right,  .columns_right_left, .columns_right_right {
	float:left;
	overflow:hidden;
}


.main .columns_left  {
	width:auto;
	overflow:hidden;
	margin-right:240px;
}
.main .columns_right {width:240px;
	float:right;
	margin-left:-240px;
}

.columns_left  {
	width:100%;
	overflow:hidden;
	
}
.columns_right {
	width:240px;
	float:right;

}

.main .columns_left_left  {width:45%;}
.main .columns_left_right {width:55%;}

.columns_left_left  {width:35%;}
.columns_left_right {width:65%;}


.columns_right_left  {width:71%;}
.columns_right_right {width:29%;}



.columns_left_padding {
	padding-left: 20px;
}
.columns_right_padding {
	padding-right: 20px;
}

.columns_left_left_padding, .main .columns_left_right_padding {
	padding-right: 49px;
}
.columns_left_right_padding {
	padding-right: 20px;
}

.columns img {

}

/*~~~~~~~~~~~~~~~~~hproduct~~~~~~~~~~~~~~~~~~~~*/
.hproduct {
	float:left;
	width:49%;
	text-align:center;
	font-size:0.7em;
	padding-bottom:10px;
	
}
.hproduct img {
	margin-bottom:5px;
}

/*~~~~~~~~~~~~~~~~header~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#logo_print {
	display:none;
}
#logo{
	position:absolute;
	width:74%;
	z-index:50;
}

#logo img {
	width:244px;
	height:99px;
	float:right;
	z-index:50;
}

#header {
	background:#396711 url(/imgs/main/bg_top.jpg) repeat-x top center;
	width:100%;
	height:277px;
	clear:both;
}

.about_search {
	background:#f8070e url(/imgs/main/toppl_ug_left.gif) no-repeat bottom left;
	width:380px;
	margin-left:20px;
	float:left;
	z-index:3;
	position:absolute;
}
.about_search div {
	background: url(/imgs/main/toppl_ug_right.gif) no-repeat bottom right;
	color:#fff;
	padding:20px;
}
.about_search div p {
	font-size:12px;
}
.moto {
	top:1px;
	z-index:1;
	position:absolute;
	width:100%;
	min-width:1000px;
}
.moto img {
	/*width:230px;
	margin-right:45px;*/
	width:300px;
	margin-right:0px;
	height:298px;
	float:right;
}
/*~~~~~~~~~~~~~~~~~menu~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#menu  {
	list-style:none;
	margin-left:20px;
	clear:both;
	height:46px;
	position:absolute;
	z-index:50;
	top:231px;
	min-width:900px;
}
#menu li {
	float:left;
	background: url(/imgs/main/bg_menu.gif) no-repeat;
	padding:0 10px 0 0;
	margin:0;
	display:block;
}
#menu li.linemenu
{
	width:155px;
	height:46px;
}
#menu li.linemenu a.linemenu {
	height:36px;
	display:block;
	padding-top:10px;
}
#menu li.active {
	background: url(/imgs/main/bg_menu_a.gif) no-repeat;
}
#menu li * {
	color:#fff;
	padding:0;
	margin:0;
	text-align:center;
	text-decoration:none;
	display:block;
}
#menu li a:hover {
	background: url(/imgs/main/bg_menu_a.gif) no-repeat;
}

#menu li ul {
	display:none;
	border-top:3px #f91017 solid;
	background:#659d1f;
	padding:0;
	margin:0;
	position:absolute;
	z-index:50;
	width:200px;
}
#menu li ul li {
	border-top:#507d18 1px solid;
	text-align:left;
	display:block;
	width:100%;
	clear:left;
	padding: 0;
	margin: 0;
	zoom:1;
	background:none;
}
#menu li ul li.f {
	border-top:0 solid;
}
#menu li ul li a {
	background:#659d1f;
	
}
#menu li ul li a:hover {
	background:#f91017;
}
#menu li ul li * {
	padding:7px 21px 7px 21px;
	margin:0;
	height:auto;
	text-align:left;
}
#menu li:hover ul {
	display:block;
}
* html ul#menu li {  height: 1%; }
* html ul#menu li ul li { height: 1%;}

/*~~~~~~~~~~~~~~~~~~~~~~catalog_menu~~~~~~~~~~~~~~~~~*/
ul.catalog_menu {
	padding:10px;
}
ul.catalog_menu ul {
	padding-top:0.6em;
	display:block;
}
ul.catalog_menu li {
	
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~table~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table {
	width:97%;
	margin:1px;
	border-collapse: collapse;
	border: 1px solid #e1e1e1;
}
td, th {
	border-collapse: collapse;
	border-bottom: 1px solid #e1e1e1;
	padding:5px 10px;
	color:#454a51;
}

table th {
	color:#fff;
	background:#e81f16;
}
table td.c {
	text-align:center;
}
table td.r {
	text-align:right;
}

table tr.gr td {
	background:#f3f3f3;
}
table img {float:none;}



/*~~~~~~~~~~~~~~~~~form~~~~~~~~~~~~~~~~~~~~~~~~~*/
input, textarea, select {
	color:#7f7f7f;
	font-size:1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:100%;
}

textarea {
	height:108px;
	overflow:auto;
}
select {
	margin:-2px 0 0 0;
	padding:0;
}

form {
	padding:10px 0;
	font-size:1em;
	padding-right:30%;
}
form span {
	color:#e81f16;
}
form dt {
	width:30%;
	text-align:right;
	float:left;
	position:relative;
	overflow:hidden;
}
form dt label {
	padding:0 10px;
	display:block;
}
form img {
	margin: 5px 0;
}

form dd {
	width:69%;
	float:left;

}

form dl {
	height:auto;
	clear:left;
	padding-bottom: 1px;
	padding-top: 10px;
	overflow:hidden;
	width:100%;
	//padding-top: 5px;
}

form em, .star {
	
	color:#67bd39;
	
}

.submit input {
	width:auto;
	color:#000;
}

/*~~~~~~~~~~~~~~~~footer~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer_guarantor {
  height:91px;
}

#footer {
	font-size:0.89em;
	background:#458b0a  url(/imgs/main/bg_bottom.png) repeat-x;
	height:50px;
	 margin-top:-71px;
	 clear:both;
	padding:21px 0 0 20px;
}
#footer a, #footer a:hover,#footer a:visited:hover, #footer a:visited {
	color:#fff;
	text-decoration:underline;
}
#footer .copy {
	float:right;
	padding:6px 19px 0 0;
	font-size:12px;
	color:#fff;
}
#footer .informa {
	background:transparent url(/imgs/main/one.gif) no-repeat scroll 0 2px;
	line-height:12px;
	padding:0 0 5px 31px;
	float:left;
	color:#fff;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~new~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.new {
	text-align:center;
}
.new strong {
	color:#f90c13;
}
.new img {
	margin:10px 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~oblako~~~~~~~~~~~~~~~~~~~~~~*/
.oblako {
	padding:5px 5px 32px 5px;
	text-align:center;
	

}
.oblako a, .oblako a:hover, .oblako a:visited {
	color:#293831;
}
.oblako h1, .oblako h2, .oblako h3, .oblako h4, .oblako h5, .oblako h6 {
	font-weight:normal;
	display:inline-block;
	padding-right:10px;
	line-height:1.5em;
	//display:inline;
	
}
.oblako h1 {
	font-size:28px;
}
.oblako h2 {
	font-size:25px;
}
.oblako h3 {
	font-size:22px;
}
.oblako h4 {
	font-size:19px;
}
.oblako h5 {
	font-size:16px;
}
.oblako h6 {
	font-size:13px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.h1 {
	background:#f91017 url(/imgs/main/pl_ug_right.gif) no-repeat right top;
}
div.h1 div {
	background: url(/imgs/main/pl_ug_left.gif) no-repeat left top;
	height:38px;
	padding-top:7px;
	text-align:center;
	color:#fff;
	font-size:22px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.catalog {
	overflow:auto;
	width:100%;
}
.promo {
	padding-top:30px;
}
.catalog_block {
	overflow:hidden;
	width:95%;
	height:auto;
	padding:10px;
	border:1px solid #dadada;
	position:relative;
}
.catalog_block img {
	float:left;
	margin-right:10px;
	position:relative;
}
.catalog_item img {
	float:left;
	border:1px solid #dadada;
	margin:0 20px 10px 0;
}

.crumbs_panel {
	clear:left;
	padding:10px 0;
	width:100%;
	
}
.crumbs_panel span {
	background: url(/imgs/design1/11.gif) no-repeat right bottom;
	display:inline-block;
	padding-right:10px;
	font-weight:bolder;
}
.line {
	background: #67BD39;
	font-size:1px;
	height:1px;
	margin:10px 0;
}
.catalog-group{
	overflow:auto;
	width:500px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~price~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.price_self {
	padding-top:10px;
}
.price_itself {
	padding: 7px 10px 20px 32px;
	margin-left:10px;
	overflow:hidden;
	background: url(/imgs/design1/ico_price.gif) no-repeat;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~block~~~~~~~~~~~~~~~~~~~~~~~~*/
.block {
	padding-bottom:20px;
}
.block_h {
	background:#f91017 url(/imgs/main/pl_left.gif) no-repeat left top;
}
.block_h div {
	background: url(/imgs/main/pl_right.gif) no-repeat right top;
	text-align:center;
	color:#fff;
	font-size:1.4em;
	padding:3px 0 7px 0;
}
.block_c {
	border:2px #dadada solid;
	text-align:center;
}

.block img {
	margin:6px;
	
}

.block .text {
	padding:10px 15px 0 15px;

}
.block .text p {
	font-size: 0.9em;
	line-height:1.5em;
}
.block .leader {
	text-align:center;
	padding-bottom:11px;
}
.block .leader strong {
	color:#f90c13;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.block_right {
	width:240px;
	float:right;
	margin: 0 0 10px 10px;
}

.form input {

	border:1px #ababab solid;
	height:17px;
}
 .form form {
	padding:10px 20px 17px 10px;
}
.form label {
	padding:1px 0 0 0;
}
.form .submit input {
	border:0 solid;
	background:#f91017;
	color:#fff;
	text-decoration:underline;
	font-size:11px;
	width:100%;
	float:right;
	padding:2px 0;
	height:auto;
}
 .form  dt {
	text-align:left;
	width:30%;
	
}
 .form dd {
	width:69%;

}
 .form .submit dt {
	font-size:11px;
	width:59%;
		padding-top:2px;
}
 .form .submit dd {
	width:41%;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.main .where {
	text-align:center;
	padding:5px 0 0 0;
	overflow:hidden;
}
.main .where img {
	float:none;
}

.where {
	font-size:0.7em;
	overflow:hidden;
	padding-bottom:5px;
}
.where img {
	float:left;
	margin-top:0;
}
.where h3 {
	font-weight:bolder;

}
.where div {

}
.where span {
	color:#fa1b22;
	
}
.where_block {
	clear:left;
	padding-top:10px;
}

.promo_block {
	width:100%;
	text-align:center;
	padding-bottom:20px;
}
/*~~~~~~~~~~~~~~~~~~pagination~~~~~~~~~~~~~~~~~~~~*/
.pagination {
	width:100%;
	overflow:hidden;
	clear:left;
}
.pagination li {
	float:left;
	margin:0;
	padding:0;
}
.pagination span {
	font-weight:bolder;
	padding:3px 5px;
	display:block;
}

.pagination a,
.pagination a:hover, 
.pagination a:visited:hover, 
.pagination a:visited
 {
	padding:3px 5px;
	display:block;
}

.block .topnewsBox { 
	text-align:left;
	padding:10px 5px 0 5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~search~~~~~~~~~~~~~~~~~~~~~~~~*/
form#searchform {
	padding:0;
}
#searchform  dl {
	padding:0;
	margin:0;
	
}
#searchform input {
	width:100%;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
#searchform .submit input {
	width:auto;
	border: 0 solid;
	height:22px;
}
#searchform dt label {
	padding:0;
}
#searchform dt {
	width:20%;
	text-align:left;
}
#searchform dd {
	width:66%;
	height:15px;
	padding-top:2px;
//	padding-top:1px;
	
}
#searchform dd.submit {
	width:10%;
	float:right;
	padding:0;
	height:22px;
}
div#voting_place form {
	padding:0;
}
div#voting_place .center-pl {
	padding:5px 5px 10px 10px;
}
div#voting_place form dt {
	text-align:left;
	width:20px;
}
div#voting_place form dd {
	width:auto;
}
div#voting_place form dd label {
	text-align:left;
}
div#voting_place form .bottom {
	padding-right:10px;
	overflow:hidden;
	height:20px;
}
div#voting_place form .bottom input {
	background:#F91017 none repeat scroll 0 0;
	border:0 solid;
	color:#FFFFFF;
	float:right;
	font-size:11px !important;
	height:auto;
	padding:2px 5px;
	text-decoration:underline;
	width:auto !important;
}
div#voting_place form .row {
	text-align:left;
	padding:3px 0 5px 0;
	overflow:hidden;
	clear:both;
}
div#voting_place form .row span {
	float:left;
	color:#000;
}
div#voting_place form span {
	color:#000;
}
div#voting_place form .all-voter {
	padding-top:10px;
}


.g-basket {
	padding: 10px 0;
}
.g-basket-item {
	background-color: #FFEFF0;
	clear: both;
	width: 150px;
	padding: 6px 10px 2px;
	/*margin-top: 1em;*/
	
	position:absolute;
	top: 12px;
	right: 12px;
}

.g-basket-item p {
	margin-bottom: 0.5em;
}
