* {
    padding: 0;
    margin: 0;
}

html,body,table,td {
background: #FFFFFF;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 12px;
color: #222;
}

h3 { color: #aaa; font-size: 13px; margin: 10px 0 10px 0; }
ol { padding-left: 20px; }
img { border: none; }
a { color: #121A9E; text-decoration: none; }
a:hover { text-decoration: underline; color : #ff0000; }


#top {
background: #FFFFFF url(images/top.gif) no-repeat;
padding: 5px 0;
}

#header {
background: #eee url(images/header.gif);
height: 100px;
}
#header h1 {
position:absolute;
left:300px;
top:26px;
font-size: 20px;
font-weight: 100;
letter-spacing: -2px;
padding: 0 0 0 30px;
}
#header h1 a {
text-decoration: none;
color: #333;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
position:absolute;
left:300px;
top:92px;
color: #30A5F2;
font-size: 14px;
font-weight: 100;
letter-spacing: -1px;
padding: 0 0 0 30px;
}
#header h3 {
position:absolute;
left:105px;
top:0;
color: #BD8100;
font-size: 14px;
letter-spacing: -1px;
padding: 53px 0 0 30px;
font-weight:bold;
}
#header h4 {
position:absolute;
right:20px;
top:65px;
color: #0E6A7E;
font-size: 13px;
font-weight: none;
letter-spacing: -1px;
padding: 0px 0 0 0px;
}

#header h5 a {float: right;
right: 30px;
margin-right: 20px;
top:7px;
color: #0E6A7E;
font-size: 13px;
font-weight: none;
letter-spacing: -1px;
padding: 0px 0 0 0px;
}

#menu {
height: 45px;
line-height: 45px;
background: #F4F4F4 url(images/menu.gif);
}
#menu ul {
padding-left: 20px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}
.button
{
        display: inline-block;
        white-space: nowrap;
        background-color: #ccc;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
        background-image: -webkit-linear-gradient(top, #eee, #ccc);
        background-image: -moz-linear-gradient(top, #eee, #ccc);
        background-image: -ms-linear-gradient(top, #eee, #ccc);
        background-image: -o-linear-gradient(top, #eee, #ccc);
        background-image: linear-gradient(top, #eee, #ccc);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
        border: 1px solid #777;
        padding: 0 1.5em;
        margin: 0.5em;
        font: bold 1em/2em Arial, Helvetica;
        text-decoration: none;
        color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,.8);
        -moz-border-radius: .2em;
        -webkit-border-radius: .2em;
        border-radius: .2em;
        -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

.button:hover
{
        background-color: #ddd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
        background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
        background-image: -moz-linear-gradient(top, #fafafa, #ddd);
        background-image: -ms-linear-gradient(top, #fafafa, #ddd);
        background-image: -o-linear-gradient(top, #fafafa, #ddd);
        background-image: linear-gradient(top, #fafafa, #ddd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}

.button:active
{
        -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        position: relative;
        top: 1px;
}

.button:focus
{
        outline: 0;
        background: #fafafa;
}

.button:before
{
        background: #ccc;
        background: rgba(0,0,0,.1);
        float: left;
        width: 1em;
        text-align: center;
        font-size: 1.5em;
        margin: 0 1em 0 -1em;
        padding: 0 .2em;
        -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -moz-border-radius: .15em 0 0 .15em;
        -webkit-border-radius: .15em 0 0 .15em;
        border-radius: .15em 0 0 .15em;
}

/* Hexadecimal entities for the icons */

.add:before
{
        content: "\271A";
        background-color: #ccc;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#A6FF93), to(#26811F));
        background-image: -webkit-linear-gradient(top, #A6FF93, #26811F);
        background-image: -moz-linear-gradient(top, #A6FF93, #26811F);
        background-image: -ms-linear-gradient(top, #A6FF93, #26811F);
        background-image: -o-linear-gradient(top, #A6FF93, #26811F);
        background-image: linear-gradient(top, #A6FF93, #26811F);
        border: 1px solid #DBFDDB;


}

.edit:before
{
        content: "\270E";
}

.delete:before
{
        content: "\2718";
}

.save:before
{
        content: "\2714";
}

.email:before
{
        content: "\2709";
}

.pay:before
{
        content: "\$";
}

.like:before
{
        content: "\2764";
}

.next:before
{
        content: "\279C";
}

.star:before
{
        content: "\2605";
}

.spark:before
{
        content: "\2737";
}

.play:before
{
        content: "\25B6";
}

.w100 {width:125px;}


#content {
padding: 5px 0px 5px 5px;
}
hr {
color: #dedede; /*для IE */
background-color:#dedede; /*для Firefox, Opera, Safari*/
border:1px #dedede;
height:2px; /* высота 1px IE, Firefox, Opera, Safari */
clear:both; /* для очистки, если тег идет после float елемента */ }




.left {border: 1px solid #dedede;
overflow: hidden;
padding: 0px 12px 8px 12px;
width: auto !important;
margin-bottom: 0.8333em;
position: relative;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
behavior: url(/js/PIE.htc);
_behavior: none;
float: left;
width: 224px;
padding: 1px;
background: #F7F7F7;
}
.left h2 {
font-size: 11px;
text-decoration: none;
padding: 5px 0 2px 10px;
/*color: #800000; /* Цвет текста */
background: #F9F9F9;
/* padding: 2px; /* Поля вокруг текста */
}
.left h3 a {

color: #FFFFFF;
font-weight: 600 ;
}
.left h3 {
margin: 0;
padding-left: 14px;
FONT-SIZE:8pt;
vertical-align: middle;
FONT-FAMILY:Tahoma;
font-weight: 600 ;
background-color: #8B8B8B;
color: #fff;
line-height: 2.0em /* headings on black backgrounds */
padding: 5px 0 2px 10px;
}
.left ul {
list-style-type: none;
padding: 5px 0 2px 2px;
}
.left ul li {
padding: 0px 7px;
}

.left ul li a {
font: 12px Arial, DejaVu Sans, sans-serif;
border-bottom: 1px solid #dedede; /* Параметры линии под текстом */
padding-bottom: 1px; /* Расстояние от текста до линии */
display: block;
color: #0068B9;
height: 17px;
}
.left ul li a:hover {
font: 12px Arial, DejaVu Sans, sans-serif;
background: #dceaf3;
display: block;
height: 17px;
}


.rightsf {
width: 240px;
border: 1px solid #77690a;
overflow: hidden;
padding: 0px 12px 8px 12px;
margin-bottom: 0.8333em;
position: relative;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
behavior: url(/js/PIE.htc);
_behavior: none;
float: right;
padding: 3px;
background: #ffffff;
font: 12px Arial, DejaVu Sans, sans-serif;
}

.rightsf h2 {
font: 12px Arial, DejaVu Sans, sans-serif;
text-decoration: none;
padding: 5px 0 2px 10px;
/*color: #800000; /* Цвет текста */

background: #F9F9F9;
/* padding: 2px; /* Поля вокруг текста */
}
.rightsf h3 a {

color: #FFFFFF;
font-weight: 600 ;
}
.rightsf h3 {
margin: 0;
padding-left: 14px;
FONT-SIZE:8pt;
vertical-align: middle;
FONT-FAMILY:Tahoma;
font-weight: 600 ;
background-color: #8B8B8B;
color: #fff;
line-height: 2.0em /* headings on black backgrounds */
padding: 5px 0 2px 10px;
}
.rightsf ul {
list-style-type: none;
padding: 5px 0 10px 10px;
}
.rightsf ul li {
padding: 2px 15px;
background: transparent url(images/apple.gif) no-repeat;
}

.rightsf ul li a {
font-size: 10px;
display: block;
color: #0068B9;
}
.rightsf ul li a:hover {
color: #ff0000;
}

.right {
FONT-SIZE:8pt;
FONT-FAMILY:Tahoma;
font-weight: normal;
text-align: justify;
padding: 0 1px 1px 1px;
}
.right h2 {
color: #008200;
font-size: 20px;
letter-spacing: -2px;
font-weight: 100;
/*padding : 10px 0 15px 0;*/
}
.right a {
FONT-SIZE:10pt;
FONT-FAMILY:Tahoma;
font-weight: normal;
color: #003399;
}
.left h2 a {
FONT-SIZE:8pt;
FONT-FAMILY:Tahoma;
font-weight: normal;
color: #003399;
}
.right ul {
padding: 5px 0 10px 10px;
}
.right ul li {
padding: 2px 7px;
}
.right h2 a:hover {

}

#footer {
background: #333 url(images/footer.gif);
height: 30px;
text-align: center;
line-height: 30px;
color: #eee;
font-size: 11px;
}
#footer  a { color: #eee;
}
#bottom {
color: #D5E9CF;
}
.contprice{
        font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size:11px;
        width: 500px;
        border: 1px solid #FFFFFF;
        background:#00162C;
        padding: 1px;
        }
.contprice #cphead{
        font-size:12px;
        text-align=center;
        color:#FFFFFF;
        font-weight:bold;
        background-color:#AAAAAA;
        text-align=center;
        }
.contprice th{
        background:#FFC97B;
        text-align=center;
        font-weight:bold;
        color:#000000;
        }
.contprice td{
        background:#F7F1CA;
        color:#000000;
        }
#SIDEBAR {
        float: left;
        width: 200px;
        background: transparent;
        overflow: hidden
}
DIV.outline {
    border: 1px solid #77690a;
    padding: 5px;
    background: #f5efc4;
font: 13px Arial, DejaVu Sans, sans-serif;
   }
#center {position: auto;
border: 1px solid #D1D1D1;
overflow: hidden;
padding: 2px 12px 8px 12px;
margin-bottom: 0.8333em;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
behavior: url(/js/PIE.htc);
_behavior: none;
padding: 3px;
background: #ffffff;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 11px;
color:#000000;
}
#center h2 {
font-size: 20px;
text-decoration: none;
padding: 5px 0 10px 5px;
/*color: #800000; /* Цвет текста */
background: #F0F0F0;
/* padding: 2px; /* Поля вокруг текста */
}
#loginForm {
	width: 350px;
	padding: 24px 24px 0;
	margin: 5px auto 0;
	background: #FEFEFE;
  border: 1px solid #CAD8DE;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	font: 14px/18px Arial, Tahoma, sans-serif;
	color: #444;
}
#loginForm .field {
	margin: 0 0 18px;
}
#loginForm .field label {
	display: block;
	margin: 5px 5px 1px 11px;
}
#loginForm .field .input {
  border-radius: 4px;
}
#loginForm .field input {
  font: 12px Arial, Tahoma, sans-serif;
	color: #444;
	width: 322px;
	padding: 4px 5px;
  border: 1px solid #D2D9DC;
	border-radius: 3px;
	box-shadow: inset 2px 2px 6px #EBEBEB, 0 0 0 2px #F7F9FA;
	outline: none;
}
#loginForm .field input:focus {
	border-color: #B7D4EA;
	box-shadow: inset 2px 2px 6px #EBEBEB, 0 0 4px #D0E6F6, 0 0 0 5px #F2F8FC;
}
#forgot {
	float: right;
  font-size: 11px;
	color: #ababab;
  text-decoration: none;
	margin: 0;
}
#forgot:hover {
	color: #444;
  text-decoration: underline;
}
#loginForm .submit {
	overflow: hidden;
	margin: 30px -24px 0;
	padding: 22px 24px;
	background: #F0F5F7;
	border-top: 1px solid #DDE0E8;
	border-radius: 0 0 4px 4px;
	box-shadow: inset 0 1px #FFF, inset -1px -1px #F7FAFB, inset 1px 0 #F7FAFB;
  font-size: 11px;
}
#remember {
	display: block;
	margin: 5px 0 0;
	cursor: pointer;
}
#remember input {
	margin: 0 4px 0 0;
	vertical-align: middle;
}
#loginForm .submit button {
	float: right;
	padding: 6px 20px;
	height: 30px;
  border-top: 1px solid #98CCE7;
  border-bottom: 1px solid #7DB0CC;
  border-left: 1px solid #8CBFD9;
  border-right: 1px solid #8CBFD9;
  border-radius: 15px;
	color: #FFF;
  font: bold 13px Arial, Tahoma, sans-serif;
	box-shadow: inset 0 1px #D4EBF7, 0 1px 3px #B8BEBE;
	background: -moz-linear-gradient(top,  #badff3 0%, #7acbed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#badff3), color-stop(100%,#7acbed));
	background: -webkit-linear-gradient(top,  #badff3 0%,#7acbed 100%);
	background: -o-linear-gradient(top,  #badff3 0%,#7acbed 100%);
	background: -ms-linear-gradient(top,  #badff3 0%,#7acbed 100%);
	background: linear-gradient(top,  #badff3 0%,#7acbed 100%);
	background-color: #9FD7F0;
	cursor: pointer;
	text-shadow: 0 -1px rgba(0,0,0,0.15);
	outline: none;
}
#loginForm .submit button::-moz-focus-inner{border:0}