@charset "UTF-8";

html, body, p, h1, h2, h3, form, table, td, ul, li {
	margin : 0;
	padding: 0;
}

a {
	color: #0174A7;	
}

a img { border: none; }

.pseudo_link {
	border-bottom: 1px #0174A7 dotted;	
	cursor: pointer;
	color: #0174A7; 
}

.pseudo_link_emphasis {
    border-bottom: 1px #CC0F16 dotted;  
    cursor: pointer;
    color: #CC0F16; 
}

.s_hint {
    cursor: default;
}

.color_light {
	color: #666;	
}

.color_emphasis {
	color: #CC0F16;
}

.color_link {
	color: #0174A7;
}

.clear {
	display: block !important;	
	height: 0 !important;
	line-height: 0 !important;
	clear: both !important;
	width: 0 !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

table {
	border-collapse: collapse;	
}

html {
	height: 100%;
	background: #fff;
}

body {
	height: 100%;
	font-family: helvetica, arial, sans-serif;	
	color: #222;
	font-size: 14px;
	background: #fff;
}

#feedback {
    display: block;
    position: fixed;
    top: 100px;
    left: 0;
    width: 22px;
    height: 168px;
    background: #CC0F16 url(../img/feedback.png) left center no-repeat;
}

#wrapper {
	height: auto !important;
  	height: 100%;
  	min-height: 100%;
	width: 980px;
	margin: 0 auto;
	padding: 0 10px 0 10px;	
	position: relative;	
}

#content {
	padding-bottom: 180px;	
}

h1 {
    letter-spacing: -0.07em;    
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 2.5em;
}

input {	
	font-family: helvetica, arial, sans-serif;
}

#header {	
	padding: 1em 0;
	position: relative;
	height: 71px;
	margin-bottom: 15px;
	border-bottom: 3px #CC0F16 solid;
}

#logo {
    background: url(../img/logos.png) left top no-repeat;
    display: block;
    height: 71px;
    width: 390px;
}

#personal_cabinet_link {
	position: absolute;
	right: 0;
	top: 0.5em;
	font-style: italic;	
} 

#header h1 {    
    font-weight: normal;
    font-size: 1.7em;
    font-style: italic;        
    position: absolute;    
    left: 391px;
    bottom: 0.5em;
}

#footer {	
	position: absolute;
	height: 110px;
	width: 980px;
	bottom: 0;
	border-top: 10px #999 solid;
	background: #e6e6e6;
}

#footer_contacts {
	position: absolute;
	top: 15px;
	right: 30px;	
}

#footer_logo {
	position: absolute;
    background: url(../img/logo_bottom.png) 0 0 no-repeat;
    width: 180px;
    height: 50px;
    top: 15px;
    left: 30px;
    padding-top: 45px;
    font-size: 0.8em;
}

#footer_contacts_header {
	position: absolute;
	font-size: 2em;
	top: 20px;
	left: 565px;
	text-align: right;
}

.hint {	
	font-size: 0.7em;
	color: #666;
	padding: 5px;
    background: #FFFFF6;
    border: 1px #E3E3B5 solid;
    position: absolute;
    text-align: center;
    z-index: 1;
}

.hint h2 {
	margin-bottom: 5px;
	font-size: 1em;
	font-weight: bold !important;
	letter-spacing: 0 !important;
}	

.hint span {
	position: absolute;
	background-image: url(../img/hint_arrows.png);
	background-repeat: no-repeat;
}

.hint span.data {
	position: static;
	background: none;
}

.hint span.left {
	height: 12px;
	width: 8px;
	top: 12px;
	left: -8px;
	background-position: 0 0; 
}

.hint span.right {
	height: 12px;
	width: 8px;
	top: 12px;
	right: -8px;
	background-position: -9px 0; 
}

.hint span.top {
	height: 8px;
	width: 12px;
	top: -8px;
	left: 12px;
	background-position: 0 -12px; 
}

.hint span.bottom {
	height: 8px;
	width: 12px;
	bottom: -8px;
	left: 12px;
	background-position: 0 -20px; 
}

.system_message {
	height: 180px;
	padding: 10px 0 0 230px;
	margin-bottom: 20px;
	background: url(../img/icons_terms_big.png) 0 -600px no-repeat;
	width: 500px;
}

.system_message_success {	
	background: url(../img/icons_terms_big.png) 0 -800px no-repeat !important;	
}

.system_message input {
	font-size: 1.2em;	
}

#footer_webmoney_logos {
    position: absolute;
    top: 23px;
    left: 232px;    
}

#footer_webmoney_logos a {
    display: block;
    height: 31px;
    width: 88px;
    margin-bottom: 5px;
    background-image: url(../img/webmoney_logos.png);
    background-repeat: no-repeat;
}

#footer_webmoney_logos img {
    border: none;
}

#webmoney_logo_seller {
    background-position: 0 0px;
}

#webmoney_logo {
    background-position: 0 -31px;
}

#footer_info_links {
    position: absolute;
    font-size: 0.8em;
    left: 345px;
    top: 20px;
}

#footer_info_links strong, #footer_info_links span.strong {
    display: block;
    font-size: 1.5em;
}

#addthis_container {
    position: absolute;
    top: 8px;
    right: 210px;
}

.nowrap { white-space: nowrap; }
.element-hidden { display: none; }
.inline { display: inline; } 

.larger_leading {
    line-height: 1.3em; 
}