body 
{
	margin: 0;
	padding: 0;
	background: #FFF url('bg.jpg') repeat-y center;
	font: 12px Arial;
}
h1
{
	font-size: 14px;
	font-weight: normal;
}
h2
{
    font-size: 14px;
}
p
{
	margin: 0;
	padding: 0;
}
th, tr, td
{
    border-color: White;
}
a
{
	color: #337CCF;
}
a:hover
{
	color: Red;
}
img
{
	border: 0;
}
#main 
{
	margin: 0 auto;
	width: 981px;
}
#top
{
	margin: 0;
	background: #FFF url('top_bg.jpg') no-repeat right;
	height: 120px;
	padding: 0 0 0 45px;
}
#top h1
{
	margin: 0;
	padding: 0;
}
#top h1 a
{
	color: #212121;
	text-decoration: none;
}
#top_ad
{
    float: left;
	width: 200px;
	height: 200px;
	margin: 0 10px 10px 0;
}
#bottom_ad
{
	width: 728px;
	height: 90px;
	margin: 0 auto;
	padding-top: 20px;

}
#lang
{
    margin-bottom: 10px;
}
#lang a:hover
{
    text-decoration: underline;
}
#lang .langLink
{
    color: #000000;
    margin: 0 20px 0 2px;
    text-decoration: none;
    font-size: 14px;
}
#top_clock
{
	position: absolute;
	top: 68px;
	width: 54px;
	height: 112px;
	background: url('top_clock.png');
	
}
* HTML #top_clock
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/top_clock.png', sizingMethod='scale');
}
#top_phone
{
	position: absolute;
	top: 50px;
	margin-left: 947px;
	width: 35px;
	height: 170px;
	background: url('top_phone.png');
}
* HTML #top_phone
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/top_phone.png', sizingMethod='scale');
}
.webmoney
{
    width: 200px;
    height: 42px;
    background: url('webmoney.png') no-repeat;
    cursor: pointer;
	cursor: hand;
}

* HTML .webmoney
{
    background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/webmoney.png', sizingMethod='scale');
}
.moneybookers
{
    width: 200px;
    height: 67px;
    background: url('moneybookers.png') no-repeat;
    cursor: pointer;
	cursor: hand;
}
* HTML .moneybookers
{
    background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/moneybookers.png', sizingMethod='scale');
}
#top_menu
{
	background: #FFF;
	text-align: center;
}
#top_menu p
{
	display:-moz-inline-stack;/*Нужно для Firefox*/
    display:inline-block; /*Не применяется в IE и Firefox*/
    _overflow:hidden;/*фикс для IE6*/
    zoom:1;/*включаем hasLayout*/
    *display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/
	height: 20px;
	text-align: left;
	background: #FFF url('topmenu_bg.jpg') no-repeat bottom right;
	text-transform: uppercase;
	padding: 13px 14px 1px 14px;
	line-height: 0.9;
}
#top_menu p a
{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#top_menu p a:hover
{
	text-decoration: underline;
}
#body
{
	background: #FFF url('body_bg.jpg') no-repeat;
	width: 981px;
	min-height: 439px;
}

* HTML #body
{
	height: 439px;
}

#left, #center, #right
{
    float: left;
	padding-left: 20px;
}
#left
{
	width: 200px;
}

#center
{
	width: 497px;
	line-height: 1.5;
}

#right
{
	width: 204px;
}

#loginDiv, #feedbackDiv
{
	margin-left: 5px;
	width: 190px;
}

#failureText
{
	text-align: center;
	color: Red;
}
#registerRecovery
{
	float: left;
	font-size: 10px;
}

.blue, .green, .red
{
    height: 24px;
	margin: 15px 0;
}

.blue p, .green p, .red p
{
    float: left;
	font-size: 14px;
	line-height: 1.5;
}

.blue
{
	border-bottom: 2px solid #337CCF;
	color: #337CCF;
	
}
.blue p
{
	border-bottom: 3px solid #337CCF;
}

.green
{
	border-bottom: 2px solid #439F06;
	color: #439F06;
}

.green p
{
	border-bottom: 3px solid #439F06;
}

.red
{
	border-bottom: 2px solid #E85F33;
	color: #E85F33;
}

.red p
{
	border-bottom: 3px solid #E85F33;
}

#footer
{
	background: #FFF url('footer_bg.jpg') left bottom no-repeat;
	width: 981px;
	min-height: 286px;
	clear: both;
}

#sh_footer_text, #footer_links, #footer_copyright
{
    padding-left: 20px;
}

#sh_footer_text
{
    position: absolute;
    margin-top: 114px;
}

#footer_links
{
    padding-top: 135px;
}

#footer_copyright
{
    padding-top: 6px;
    padding-bottom: 5px;
}

#feedbackMessages
{
	text-align: center;
	width: 180px;
}
.centerLogin
{
	margin-left: 5px;
	text-align: center;
}
.margin
{
	margin: 10px 0;
}
.register
{
	width: 280px;
}
.button_left
{
	width: 7px;
	height: 27px;
	background: url('button_left.png') no-repeat;
}
* HTML .button_left
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/button_left.png', sizingMethod='scale');
}
.button_right
{
	width: 7px;
	height: 27px;
	background: url('button_right.png') no-repeat;
}
* HTML .button_right
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/button_right.png', sizingMethod='scale');
}
.button_bg
{
    width: 100%;
	height: 27px;
	background: url('button_bg.png');
	border: none;
	color: #337CCF;
	cursor: pointer;
	cursor: hand;
	padding: 0 20px;
}

.text p.paragraph
{
    clear: both;
    background: url('paragraph.png') left top no-repeat;
    text-indent: 25px;
    text-align: left;
    margin: 10px 0;
}

* HTML .text p.paragraph
{
    height: 17px;
    background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/paragraph.png', sizingMethod='crop');
}

.mark
{
    text-transform: uppercase;
    color: #6EB341;
    font-size: 18px;
    background: url('mark.jpg') no-repeat left center;
    padding-left: 5px;
    float: right;
    margin: 10px 10px 0 0;
}
.mark2
{
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}
.ListViewContent
{
    text-align: justify;
}
.ListViewContent p
{
    text-indent: 15px;
}
.underline a
{
    text-decoration: none;
}
.underline a:hover
{
    text-decoration: underline;
}
.affiliate
{
    margin-top: 10px;
    color: #337CCF;
    text-decoration: underline;
}
.RatingsHeader
{
    margin: 10px 0;
    text-align: center;
    text-decoration: underline;
}
.clear
{
    clear: both;
}
.rightAlign
{
    text-align: right;
}
.survey
{
    margin-top: 5px;
}
.survey p
{
    padding: 3px 5px 3px 5px;
}
.articles p
{
    padding: 2px 0;
}
.text
{
    text-align: justify;
}
.text p
{
    text-indent: 15px;
}
.text p.mark2
{
    text-indent: 0;
}
span.uline
{
    font-size: 16px;
    color: Red;
    text-decoration: underline;
}
p.articleAd
{
    float: left;
    margin: 5px 10px 5px 0;
}
.pCenter
{
    text-align: center;
}
.pRed
{
    color: Red;
}
.copyright
{
    margin-top: 10px;
    font-style: italic;
}
.right_ad 
{
    width: 200px;
    border: 2px solid #EFEFEF;
    background-color: #FFFFFF;
    padding-top: 8px;
}
#footer_text
{
    line-height: 1.5;
    text-align: justify;
    padding: 10px 25px;
    display: none;
}
#footer_text p
{
    text-indent: 15px;
}
.liveinternet
{
    float: left;
    margin: 3px 10px 0 0;
}