﻿/* main */
* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Verdana, Geneva, sans-serif;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: url(../img/background_body.jpg);
    color: #444;
    text-shadow: 1px 1px #fff;
}
a:link, a:visited {
    color: #333;
    text-decoration: underline;
}
a:active, a:hover {
    color: #333;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, p, span {
    padding: 0px;
    margin: 0px 0px 10px 0;
    font-style: normal;
    font-weight: normal;
}
h1 {
    font: normal 46px Tahoma, Arial,Helvetica,sans-serif;
    color: #505050;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
}
h2 {
    font-size: 20px;
	padding-bottom: 10px;
}
h3 {
    font-size:18px;
}
h4 {
    font-size: 12px;
    color: #999;
}

p {
	font-size:14px;
}

ul li{
	list-style-image:url(../../img/li_yes_mini.png);
	list-style-position:inside;
	padding-bottom:0px;
	padding-left:-15px;
	}

input[type=text] {
    padding: 5px 7px 5px 7px;
    font-size: 18px;
    border: 1px solid #ccc;
    background: #fff url(../img/background_input_text.jpg) top repeat-x;
    margin: 7px 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    cursor: text;
    height: 35px;
    width: 250px;
}
.main {
    width: 1000px;
    margin: auto;
}
.red {
    color: #c02b2b;
    font-weight: bold;
}
.green {
	color: #009900;
	font-weight: inherit;
}
/* main */



/* content */
.main > #content > .recommend {
    background: #f9f9f9;
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 #e5e5e5;
    padding: 19px 22px;
}
.main > #content > .recommend input[type=submit].red {
    background: url(../img/background_input_submit_red.jpg) center top repeat-x;
    border: 2px solid #961010;
    border-top: 2px solid #d84645;
    border-left: 2px solid #d84645;
    color: #fff;
    text-shadow: 1px 1px #600b0a;
    font-size: 22px;
    padding: 6px 17px 6px 17px;
} 
.main > #content > .recommend label {
    font-size: 16px;
}
.main > #content > .recommend #faq  {
	text-align: left;	
}
.main > #content > .recommend #faq h3.faqopened, 
.main > #content > .recommend #faq h3.faqclosed {
	cursor: pointer;
	padding: 7px 0 0 35px;
	font-size: 16px;
	display: block;
	min-height: 27px;
	margin:0 0 5px 0;
}
.main > #content > .recommend #faq h3.faqclosed {
	background: transparent url(../img/plus.png) no-repeat scroll 0 0;
}
.main > #content > .recommend #faq h3.faqopened {
	background: transparent url(../img/minus.png) no-repeat scroll 0 0;
}
.main > #content > .recommend #faq p  {
	margin: 0 0 10px 35px;	
	color: #666;
}
.main > #content > .recommend #faq a {
	color: #666;
}
/* content */



.prize{	
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 17px;
}

table tr td{
	padding:10px;
}

table.compare tr td  {
	background-color:#fafafa;
	border:1px solid #ebebeb;
}
table.compare tr:first-child td  {
	background-color:#ebebeb;
}

.butpay	{
text-align: center;
background: url(../img/but_pay.png); /* Путь к файлу с исходным  рисунком */
display: block; /* Рисунок как блочный элемент */
width: 226px; /* Ширина рисунка в пикселах */
height: 50px; /* Высота рисунка */
}
.butpay:hover	{
text-align: center;
/*content: url('images/p_flarebox.png'); */
background-position: 0 -50px; /* Смещение фона */
}

#OM_form h1 {
    margin: 10px 0px;
    padding-bottom: 4px;
    clear:left;
    font-weight: bold;
    font-size: 14px;
    color:#003366;
    border-bottom: 1px solid #b0c0d0;
    text-align:left;    
}
#OM_form h2 {
    margin: 10px 0px;
    padding-bottom: 4px;
    clear:left;
    font-weight: bold;
    font-size: 12px;
    color:#EE5500;
    text-align:left;    
}
#OM_form .wrap  {
    background:#FFFFFF;    
    position:relative;
    margin-bottom:12px;
    margin-top:12px;
    margin-left:12px;
    margin-right:12px;
    width:auto;
    border:1px solid #CAD6E8;
    padding:12px 25px 18px 25px;
}
#OM_form .wrap h3 {
  font:  normal 11px Verdana, Arial, Helvetica, sans-serif;
  height:12px;
  padding:2px 18px 4px 6px;
  clear: right;
  color:#99ACCA;
  background:transparent url(../img/bullet1.gif) right center no-repeat;
  margin:0;
  position:absolute;
  right:-1px;
  top:-9px;
  border:0 none;
}
#OM_form .submit {
	text-align: center;	
}
#OM_form fieldset {
    clear: both;    
    margin: 12px 0 0 0;
    padding: 0;
    border: 1px solid #CAD6E8;
    background-color: #FcFcFf;
    position:relative;
}
#OM_form legend {
    margin-left: 12px;
    color: #333333;
    font-weight: bold;
    padding:0 7px;
    color:#99ACCA;
    font-weight:normal;
    font-size:11px;
}
#OM_form fieldset ol {
    padding: 4px 12px 8px 12px;
    list-style: none;
}
#OM_form fieldset li {
    padding-bottom: 9px;
}
#OM_form fieldset.submit {
    float:none; 
    width:auto;
    border:0 none;
    padding-left:225;
    background-color: transparent;
    background-image: none;
}
#OM_form label {
    float:left;
    width:200px;
    margin-left:12px;
    padding-top:2px;
    font-weight:bold;
	font-size:12px;
}
#OM_form .text {
    width:220px;
    height:20px;
    border: 1px solid #CAD6E8;
}

a {
    outline: none;
}
   
#help {
    display: block;
    font-size: 12px;
    position: fixed;
    right: 0;
    top: 250px;
    width: 279px;
    z-index: 5;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

#help img{
    border: 0px;
}

#help-panel {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: none;
    float: right;
    width: 240px;
}

#help-panel .collapse {
    display: none;
    float: left;
    padding: 15px 10px;
    font-size: 12px;
    line-height: 15px;
}

#help-panel .collapse a {
    font-size: 11px;
    color: black;
    text-decoration: underline;
    font-size: 12px;
}

#support-header {
    background: url("/plugins/helper/img/24-7-bg.gif") repeat-x scroll 0 0 transparent;
    height: 17px;
    padding: 2px 0 0 10px;
}

#help-panel .main {
    background: url("/plugins/helper/img/item-bg.gif") repeat-x scroll 0 0 transparent;
    float: left;
    height: 37px;
    width: 240px;
}

#help-panel a.title {
    background: url("/plugins/helper/img/but-right.gif") no-repeat scroll 10px 15px transparent;
    color: #444;
    display: block;
    font-weight: bold;
    padding: 12px 10px 12px 22px;
    font-size: 12px;
}

#help-panel a.title span {
    color: #666;
    display: block;
    font-weight: bold;
    font-size: 12px;
}

#help-panel a.selected {
    background: url("/plugins/helper/img/but-down.gif") no-repeat scroll 10px 15px transparent;
}

#help a {
    text-decoration: none;
}

#help-button {
    float: right;
}

.button {
	background-image:url(../img/button.jpg);
	width:262px;
	height:82px;
	border:none;
}

div#order {
	display:none;	
}


ul {
list-style-image:url("img/cv1.jpg");
}
