
/*
-----------------------------
GENERIC
-----------------------------
*/

.clearfix:after {content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family:Verdana, Arial, Helvetica, sans-serif}
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 100%; font-family:Verdana, Arial, Helvetica, sans-serif}
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

.leftFloat{float:left}
.rightFloat{float:right}

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #9E0B0F; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #9E0B0F}
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/
/*LISTS*/
/*#content ul li:before { content: "\002D\2005\2005"}
#content ul li li:before{content:""}
#content ul {list-style:none; margin-left:0}
#content ul ul{list-style:disc; margin-left:2em}
#content ul ul ul{list-style:circle; margin-left:1.5em}
#content ul ul ul ul{list-style:square}*/

/* BASE SIZES */

body { font-size: 1.1em; line-height: 1.2em; }
h1 { font-size: 1.6em; line-height:1.4em}
h2 { font-size: 14px; line-height:1.2em}
h3 { font-size: 1.4em; line-height:1.3em}
h4 { font-size: 1.3em; line-height:1.3em}
h5 { font-size: 1.6em; line-height:1.4em}
h6 { font-size: 1em; line-height:1.3em}

/* HR */

hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* TABLES */

table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }
th{color:#9E0B0F}

/* MARGINS & PADDINGS */

blockquote *:first-child { margin: .8em 0; }
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }
p+p { margin-top: -.8em; }

img.left{float:left; margin:0 1.2em 1.2em 0}
img.right{float:right; margin:0 0 1.2em 1.2em}
img[align="left"]{margin:0 1.2em 1.2em 0}
img[align="right"]{margin:0 0 1.2em 1.2em}

a.left{text-align:left}
a.right{text-align:right}
a.center{text-align:center}

.info{padding:10px; background:#939598; color:#fff}
.abs01{position:absolute; margin:-40px 0 0 10px}

/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1, h2, h3, h4, h5, h6{margin: 0 0 0.8em; color:#000; font-weight:normal}
h1, h5{color:#9E0B0F}
h1 a, h5 a{ line-height:1.4em; font-weight:normal; margin: 0 0 0.8em; color:#9E0B0F !important;text-decoration:none !important;}
h2, h3, h4{text-transform:uppercase}
h3, h4, h6{font-weight:bold}

th, td { padding: .8em; }
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
blockquote { padding: 0 1em; margin: 1.6em 0; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
dt { margin-top: .8em; margin-bottom: .4em; font-weight:bold}
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }

/* COLORS */

a:link { text-decoration:underline; color: #990000; }
a:visited { text-decoration:underline; color: #a3620a; }
a:hover { text-decoration:underline; color:#990000; }
a:active, a:focus { text-decoration:underline; color:#000; }
code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

/*--------------backgrounds-----------------*/
body{background:url(../images/bg_body.jpg) top left no-repeat #fff}
.h_menu b, .h_menu a.act b{background:url(../images/b01.gif) top left no-repeat #DCDDDE}
.first b, .first a.act b{background:url(../images/b01w.gif) top left no-repeat #DCDDDE}
.h_menu b b{background:url(../images/b04.gif) bottom left no-repeat}
.h_menu b b b{background:url(../images/b03.gif) bottom right no-repeat}
.h_menu b b b b, .h_menu a.act b b b b{background:url(../images/b02.gif) top right no-repeat}
	.h_menu a.act b b{background:none}
	.h_menu a.act b b b{background:url(../images/brd.gif) bottom right repeat-y}

	.h_menu a.red b{background:url(../images/b01rw.gif) top left no-repeat #BE1725}
	.first a.red b{background:url(../images/b01r.gif) top left no-repeat #BE1725}
	.h_menu a.red b b{background:url(../images/b04r.gif) bottom left no-repeat}
	.h_menu a.red b b b{background:url(../images/b03r.gif) bottom right no-repeat}
	.h_menu a.red b b b b{background:url(../images/b02r.gif) top right no-repeat}
	
	.last a.red b b{background:url(../images/b04ra.gif) bottom left no-repeat}
	.last a.red b b b{background:url(../images/b03ra.gif) bottom right no-repeat}
	
	.simple a.red b b{background:url(../images/b04ra.gif) bottom left no-repeat}
	.simple a.red b b b{background:url(../images/b03ra.gif) bottom right no-repeat}

	
.submenu {background:url(../images/b01.gif) top left no-repeat #DCDDDE}
.submenu div{background:url(../images/b04.gif) bottom left no-repeat}
.submenu div div{background:url(../images/b03.gif) bottom right no-repeat}
.submenu div div div{background:url(../images/b02.gif) top right no-repeat}

	.submenu a.red b{background:url(../images/b01rs.gif) top left no-repeat #BE1725}
	.submenu a.red b b{background:url(../images/b04rs.gif) bottom left no-repeat}
	.submenu a.red b b b{background:url(../images/b03rs.gif) bottom right no-repeat}
	.submenu a.red b b b b{background:url(../images/b02rs.gif) top right no-repeat}

td.first .submenu{background:url(../images/b01s.gif) top left no-repeat #DCDDDE}
td.last .submenu div div div{background:url(../images/b02s.gif) top right no-repeat}

/*------------------------------------------*/
.banner{border:1px solid #BCBDC0}
.flash_top{height:auto; padding-right:1px}
.left_ban{width:305px; height:85px; margin:60px auto 30px}
.red{color:#9E0B0F}
body{padding:5px 0;}
#header{padding:0 15px 10px; line-height:1.4em}
	.top_nav{text-align:right; padding-top:5px}
	.top_nav a{margin-left:10px}
	.top_nav a img{vertical-align:top}
	.lang{text-transform:uppercase; text-align:right; margin-bottom:9px}
	.logo{width:171px; float:left; padding-right:13px}
	.auth{float:left}
	.auth a{margin:0 22px 0 7px}
	.auth form{margin:7px 0 0 0}
	.auth div, .auth p{ float:left; margin:0; height:17px}
	.auth div{background:url(../images/auth_field.gif) center center no-repeat; width:76px; padding:0 7px; margin-right:10px}
	.auth input{border:none; padding:0; margin:0; background:none}
	.a_input{width:76px}
	.auth textarea:focus, .auth input[type='text']:focus, .auth input[type='password']:focus, .auth select:focus{outline:none}
	
	.search{float:right; margin-bottom:10px}
	.search p, .search div, .search form{margin:0}
	.search p{margin-bottom:7px; text-align:right}
	.search form p{margin:0}
	.search div{height:19px; width:400px; padding:0 8px; background:url(../images/search.jpg) left center no-repeat}
	.search input{width:305px; padding:0; margin:0; border:0; background:none; height:18px}
	.search textarea:focus, .search input[type='text']:focus, .search input[type='password']:focus, .search select:focus{outline:none}
	
	.h_menu{margin-left:184px; clear:right}
	.h_menu table{width:100%; border:none; margin:0}
	.h_menu table td{padding:0 4px; text-align:center; border:none}
	.h_menu table td.first{text-align:left; padding:0}
	.h_menu table td.last{text-align:right; padding:0}
	.h_menu a{padding:0; text-align:center; white-space:nowrap}
	.h_menu a:link, .h_menu a:visited, .h_menu a:hover{ text-decoration:none; color: #231F20; }
	.h_menu a:active, .h_menu a:focus {text-decoration:none; color:#000; }
		.h_menu a:link.act, .h_menu a:visited.act{color:#000}
		.h_menu a:link.red, .h_menu a:visited.red{color:#fff}
		.h_menu a.act b b b b{padding:0.05em 0.7em 0.6em}
	.h_menu b{display:inline-block; cursor:pointer}
	[class="h_menu"]:not([class*=""]) b {display: block; float:left}/* fix for ff2 */
	[class="h_menu"]:not([class*=""]) .last b {float:right}/* fix for ff2 */
	[class="h_menu"]:not([class*=""]) .last b b {float:left}/* fix for ff2 */
	[class="h_menu"]:not([class*=""]) .last b b b {float:left}/* fix for ff2 */
	[class="h_menu"]:not([class*=""]) .last b b b b {float:left}/* fix for ff2 */
	.h_menu b b b b{padding:0.05em 0.7em 0.1em}
	.h_menu table tr.bot_m{background:url(../images/bg_tab.gif) top left repeat-x;}
	.h_menu table tr.sub{background:url(../images/bg_tab.gif) left -4px repeat-x;}
	.h_menu table tr.bot_m td{padding-bottom:5px}
	
	.submenu {border-right:4px solid #fff; border-left:4px solid #fff; margin:-1px -4px 0; display:block/*; float:left*/}
	.submenu div{display:block/*; float:left*/}
	.submenu div div div{padding:1px 7px 3px}
	.submenu ul li a b{background:none; color:#231F20; padding:0; cursor:pointer}
	.submenu ul li a:hover b{text-decoration:underline}
	.submenu ul li a:hover.red b{text-decoration:none}
	
	.h_menu .sub td.second {padding-left:0}
	td.five .submenu{float:right; border-right:none}
	td.last .submenu{float:right}

	.submenu ul li a.red b{color:#fff}
	.submenu ul li a.red b b b b {padding:0 0.7em}
	.submenu ul{margin:0; list-style:none/*; float:left*/}
	.submenu ul li{float:left; margin-right:7px; white-space:nowrap; padding-top:1px}
	.submenu ul li.separ{width:1px; border-left:1px dotted #9E0B0F; border-right:1px dotted #9E0B0F; margin-top:2px; padding-top:0; margin-bottom:-1px}
	.submenu ul li a:hover{ text-decoration:underline}
	
	#header .l_block{margin:22px 0 0 50px; width:50%}
	#header .l_block .banner{height:65px; width:375px}
	#header .line{height:14px; background:url(../images/bg_tab.gif) bottom left repeat-x; margin-left:620px; clear:right; padding-top:20px}

#content{padding:0 15px}
	table.c_table{border:none; width:100%; margin:0}
	table.c_table td{width:33.2%; border:none; padding:0}
	table.c_table td.l_col{width:33.2%}
	table.c_table td.r_col{width:auto}
	table.c_table td td{width:auto; border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; padding:0.8em}
	.brd_clear{border:none; padding:0}
	.l_block{float:left}
	.r_block{/*margin-left:402px*/margin-left:50%}
	#content .l_block{width:50%}
	
	.menu_block{background: url(../images/bgm01.gif) top left no-repeat #A00F18}
	.menu_block div{background: url(../images/bgm02.gif) top right no-repeat}
	.menu_block div div{background: url(../images/bgm03.gif) bottom right no-repeat}
	.menu_block div div div{background: url(../images/bgm04.gif) bottom left no-repeat; padding:0.4em 0}
	.menu_block div div div div{background:none; padding:0}
	#menu{list-style:none; margin:0; color:#fff}
	#menu .separ{margin:5px; border-bottom:1px solid #BC555B; height:1px; font-size:0; line-height:0}
	#menu ul{list-style:none; margin:0}
	#menu li{display:block; line-height:auto; width: 100%; overflow:hidden;}
	#menu a{padding:0; font-size:1.2em; line-height:1.15em}
	#menu a{display:block; padding:0 1.7em 0.1em}
	#menu ul a{padding-left:5em}
	#menu ul ul a{padding-left:10em}
	#menu ul ul ul a{padding-left:15em}
	#menu a.act{background:#939598}
	#menu a:link, #menu a:visited{ text-decoration:none; color: #fff; }
	#menu a:hover{text-decoration:underline; color:#fff; }
	#menu a:active, #menu a:focus {text-decoration:none; color:#000; }
	#menu li.home{margin-top:10px}
	
	.who_is{border-bottom:1px solid #BC555B; margin:0 0.4em; color:#fff; padding:0.1em 1.4em 0.5em !important; font-size:1.1em}
	.who_is .out{float:right}
	.who_is a{color:#fff; position:static; padding:0; text-decoration:underline}
	.who_is p{margin:0}
	.who_is a:visited{color:#fff}
	
	.short_block{margin:10px 0}
	.next{text-align:right; padding:2px 23px 0 0}
	.short_block h1{padding:0 1em; margin-bottom:0.1em}
	.short_block .item{overflow:hidden}
	.short_block .item{background:url(../images/item_bg_right.gif) top right no-repeat}
	.short_block .item div{padding:0.5em 1.6em 1em; overflow:hidden; height:4.7em; background:url(../images/item_bg_left.gif) top left no-repeat; line-height:1.4em;}
	
	.dop_buttons{width:219px; margin:30px auto 0}
	.dop_buttons .item{background:url(../images/dop_b_bg.gif) bottom center no-repeat #E7E7E8; position:relative; height:51px; margin-bottom:30px}
	.dop_buttons .item a{padding:0}
	.dop_buttons .item img{position:absolute; bottom:0; margin-bottom:1px}
	.dop_buttons .item table{font-weight:bold; float:right; width:125px; border:none; margin:0; height:51px}
	.dop_buttons .item table td{padding:0; border:none; vertical-align:middle; text-align:center}
	
	.currency{margin:0 auto; width:212px}
	.currency .time{font-size:1.1em; color:#231F20}
	.currency .date{color:#898989}
	.currency .tab{background:url(../images/tab_01.jpg) top right no-repeat #E7E7E8; text-align:center}
	.currency .tab div{background:url(../images/tab_02.jpg) top left no-repeat; padding:8px 5px 0; border-bottom:2px solid #9C0306; height:22px}
	.currency .clock{float:left; width:64px; height:64px; margin-top:20px; padding-top:5px}
	.currency .bids{ float:right; width:143px; font-size:0.8em; margin-top:10px}
		div.bids table td, div.bids table th{border:none; padding:0}
		.bids table{margin:0; border:none; width:100%}
		.bids table th{color:#000}
		.bids td.up{color:#007236}
		.bids td.down{color:#9E0B0F}
		
.bg_cont{margin-left:-11px; background:url(../images/bg_ar.gif) bottom left no-repeat}
.bg_cont2{background:url(../images/table_bg.gif) top right no-repeat; padding-bottom:1px}
.bg_cont2 .c_table{background:url(../images/tr_bg.gif) top left no-repeat}
.bg_cont2 .r_bg{background:url(../images/td_bg.gif) top right no-repeat; padding-top:65px}

.traders{background:url(../images/ar_bg02.gif) 11px 31px no-repeat; padding:0 0 0 28px; margin-right:1px}
.traders h1{margin:0 0 0.2em !important}
.traders .bg{background:url(../images/ar_bg01.gif) right 31px no-repeat; padding:0.6em 26px 10px 0}
.traders .item{overflow:hidden; height:6.1em; margin-bottom:7px}

.analytics{margin:36px 0 5px/*; border-left:1px solid #E7E7E8; border-right:1px solid #E7E7E8*/; padding:15px 17px 10px}
.analytics .date{color:#9E0B0F}
.analytics .ltd{color:#959595}
.analytics a.headline:link, .analytics a.headline:visited{font-weight:bold; color:#454444; text-decoration:none}
.analytics a.headline:visited{color:#7A7A7A}
.analytics a.headline:hover{text-decoration:underline}
.analytics a.headline:active, .analytics a.headline:focus {text-decoration:none; color:#000; }
.analytics .item{margin-bottom:30px}
.analytics .more{margin-top:-10px}

div.more{text-align:right}
div.more a{padding:0; line-height:16px; background:url(../images/a_m.gif) left center repeat-x; vertical-align:middle; display:inline-block; background-color:#BC2E2D}
div.more b{display:inline-block; cursor:pointer}
div.more b{padding:0 0 0 6px; background:url(../images/a_l.gif) center left no-repeat}
div.more b b{padding:0 6px 0 0; background:url(../images/a_r.gif) center right no-repeat}
div.more a:link, div.more a:visited, div.more a:hover{color:#fff; text-decoration:none}
div.more a:active, div.more a:focus{text-decoration:none; color:#000; }


div.search a{padding:0; line-height:16px; background:url(../images/a_m.gif) left center repeat-x; vertical-align:middle; display:inline-block; background-color:#BC2E2D}
div.search b{display:inline-block; cursor:pointer}
div.search b{padding:0 0 0 6px; background:url(../images/a_l.gif) center left no-repeat}
div.search b b{padding:0 6px 0 0; background:url(../images/a_r.gif) center right no-repeat}
div.search a:link, div.more a:visited, div.more a:hover{color:#fff; text-decoration:none}
div.search a:active, div.more a:focus{text-decoration:none; color:#000; }

.ads{margin:0 auto; width:90%; padding:12px 0}
.ads .banner{width:598px; float:left}
.nav{float:right}
.nav a{text-align:center; padding:0; display:inline-block; width:97px; height:97px}
.nav a:link, .nav a:visited{text-decoration:underline; color:#fff}
.nav a:active, .nav a:focus{text-decoration:none; color:#000}
.nav a:hover{text-decoration:none; color:#fff}
.nav .forum{background:url(../images/nav_bg01.jpg) top center no-repeat; margin-right:26px}
.nav .chat{background:url(../images/nav_bg02.jpg) top center no-repeat}
.nav span{display:inline-block; margin-top:74px}

.bot_block{ background:url(../images/brd.gif) bottom left repeat-x}
.bot_block .bg{ background:url(../images/t_06.gif) bottom left no-repeat; padding-bottom:1px}
.bot_block .c_table{background:url(../images/brd.gif) top right repeat-y}
.bot_block .tabs{background:url(../images/t_03.gif) top left repeat-x #E7E7E8}
.bot_block .tabs td{height:49px; vertical-align:middle}
.bot_block .tabs td.third{background:url(../images/t_04.gif) top left repeat-x #F5F5F5}
.bot_block .tabs td.third h1{background:url(../images/t_05.gif) top right no-repeat}
.bot_block .tabs td.second h1{background:url(../images/t_02.gif) top right no-repeat}
.bot_block .tabs td.first h1{background:url(../images/t_01.gif) top left no-repeat}
.bot_block .tabs td.third h5{background:url(../images/t_05.gif) top right no-repeat}
.bot_block .tabs td.second h5{background:url(../images/t_02.gif) top right no-repeat}
.bot_block .tabs td.first h5{background:url(../images/t_01.gif) top left no-repeat}
/*.bot_block .tabs a{padding:15px 0 0; display:block; text-decoration:none; display:block;}
.bot_block .tabs a:visited{color:#990000}
.bot_block .tabs a:hover{text-decoration:underline}*/
.bot_block .tabs h1{margin:0; padding:0 20px 0 20px; display:block; height:34px; padding-top:15px}
.bot_block .tabs h5{margin:0; padding:0 20px 0 20px; display:block; height:34px; padding-top:15px}
.bot_block .analytics{border-left:none; margin-top:4px; margin-bottom:10px}

.p_info{padding:15px 17px 10px; margin-top:4px}
.p_info .more{margin:10px 40px 0 0}

#footer{padding:10px 35px 25px}
	.copy{float:left;}
	.m5{float:right;}
	.m5 a{color:#454444; vertical-align:middle}
	.m5 a img{vertical-align:middle}
	.m5 a:hover{color:#454444; text-decoration:none}
	.m5 a:visited{color:#454444}
	
.content{clear:left}
.content .analytics{padding:0}
#tab_body .analytics{margin-top:0}
#tab_body .analytics .item{margin-bottom:0}

.bread_crumb{padding:10px 17px; color:#000}
.bread_crumb span{color:#9E0B0F}
.bread_crumb a:link{ text-decoration:none; color:#000}
.bread_crumb a:visited{text-decoration:none; color:#000}
.bread_crumb a:hover{text-decoration:underline; color:#000}
.pager{text-align:center}
.pager a{position:static}

#main_tab{margin:0; width:100%; border:none}
#main_tab td{padding:0; border:none}
#main_tab td td{padding:0.8em; border-bottom: 1px solid #ddd; border-right: 1px solid #ccc;}

.intab{background:url(../images/w02.gif) top left no-repeat; padding-left:20px; float:left}
.intab span{background:url(../images/w01.gif) top right no-repeat; padding-right:30px; display:inline-block}

div#headline{float:left; background:url(../images/w02.gif) top left no-repeat; padding-left:20px}
div#headline h1{float:left; background:url(../images/w01.gif) top right no-repeat; padding-right:30px; margin:0; height:29px}
#tab_right{margin-right:7px; height:28px; border-bottom:1px solid #A7A9AC}
#tab_body, #reg{clear:left}
#tab_body{background:url(../images/t_bg01s2.gif) top right no-repeat}
#bg1{background:url(../images/t_bg02.gif) bottom right no-repeat}
#bg2{background:url(../images/t_bg03.gif) bottom left no-repeat}
#bg2{padding:/*20px 30px 20px 20px*/20px}
.for #bg2{padding:6px}
#reg #tab_body{clear:none}
#reg{margin-bottom:15px; background:url(../images/t_bg01.gif) top right no-repeat}
#reg #tab_body{background:url(../images/t_bg02.gif) bottom right no-repeat}
#reg #bg1{background:url(../images/t_bg03.gif) bottom left no-repeat}
#reg #bg2{background:url(../images/t_bg04.gif) left top no-repeat}
#reg #bg2{min-height:95px}

.filter{margin:30px auto 60px; width:327px}
	.filter form select{margin-right:7px}
	.filter .year{width:65px}
	.filter .month{width:90px}
	.filter .pad{padding:15px 0 0; margin:25px 0 0; text-align:center}
	.pad input{padding:0}
	.pad a{color:#000}
	.pad a:visited{color:#000}
	
	.calendar{float:left;}
	.calendar a{position:static}
	.calendar .month_nav{color:#9E0B0F; text-align:center; border-bottom:1px solid #BCBDC0; background:url(../images/mo_01.gif) top left no-repeat #E7E7E8}
	.calendar .month_nav div{background:url(../images/mo_02.gif) top right no-repeat; padding:2px 0}
	.calendar .month_nav a{text-decoration:none}
	.calendar .month_nav a:hover{text-decoration:underline}
	
	#calendar{margin:0; border:none}
	#calendar td, #calendar th{border:none; padding:4px; text-align:center}
	#calendar th{font-weight:normal; text-transform:lowercase; color:#000}
	#calendar td{color:#939598}
	#calendar td.this_day{ background:#DCDDDE}
	#calendar td.this_day a{}

#tab_right .more{margin-right:25px}

div.product{width:100%; height:100%}
	.product img{float:left; margin:0 1.2em 1.2em 0; height:225px}
	.product .outer {height:225px; overflow: hidden}
	.product .outer {display:table; position: static;}
	.product .middle {display:table-cell; vertical-align: middle; position: static;}
	.product .inner a {position: static;} 

.content li{margin-bottom:1.2em}

.steps{width:87px; margin:0 auto}
.steps .item{padding:0 3px; height:30px; line-height:30px; text-align:center; background:url(../images/bg_step.jpg) center center no-repeat #E7E7E8; margin-bottom:3px}
.steps .item p{margin:0; text-align:right}
.steps .number{margin:3px 0 0 5px; line-height:24px; width:24px; height:24px; float:right; background:url(../images/num01.gif) center center no-repeat #BDBDBD; color:#fff; font-weight:bold; vertical-align:middle; font-size:1.2em}
.steps .past .number{float:left; background:url(../images/num02.gif) center center no-repeat #9E070A; margin:3px 5px 0 0}
.steps .past p{text-align:left}

div#reg form{margin-bottom:0}
a.back b{background:url(../images/b01.gif) top left no-repeat #DCDDDE}
a.back b b{background:url(../images/b04.gif) bottom left no-repeat}
a.back b b b{background:url(../images/b03.gif) bottom right no-repeat}
a.back b b b b{background:url(../images/b02.gif) top right no-repeat}
a.back b, a.forward b{display:inline-block; cursor:pointer}
a.back b b b b, a.forward b b b b{padding:3px 7px; font-weight:bold}
a.back{margin-right:90px}
a:link.back{color:#000; text-decoration:none; padding:0}
a:visited.back{color:#000; text-decoration:none; padding:0}

a.forward b{background:url(../images/b01f.gif) top left no-repeat #BE1725}
a.forward b b{background:url(../images/b04f.gif) bottom left no-repeat}
a.forward b b b{background:url(../images/b03f.gif) bottom right no-repeat}
a.forward b b b b{background:url(../images/b02r.gif) top right no-repeat}
a:link.forward{color:#fff; text-decoration:none; padding:0}
a:visited.forward{color:#fff; text-decoration:none; padding:0}

table.form_table{/*width:440px*/ border:none}
	table.form_table th, .form_table td{padding:0.6em !important; padding-right:0 !important; border:none !important}
	table.form_table th{width:200px; text-align:right; color:#454444; font-weight:normal}
	table.form_table dd{width:215px; padding-left:10px; margin-bottom:0.5em}
	table.form_table .wide{width:210px}
	table.form_table textarea.wide{overflow:auto; height:75px}
	table.form_table input.i_file{height:20px}
	table.form_table select{height:18px}
	table.form_table select.date{width:50px}
	table.form_table select.month{width:90px; margin-left:7px}
	table.form_table select.year{width:58px; margin-left:7px}
	table.form_table input.t01{width:20px}
	table.form_table input.t02{width:35px}
	table.form_table input.t03{width:94px}
	:first-of-type table.form_table input.t03{width:96px}
	select.money_id{width:150px}
	
.review{width:100%; clear:both}
	.review td, .review th{ vertical-align:middle; text-align:center; padding:0.5em}
	.review td.left, .review th.left{text-align:left}
	.review p.next{margin-bottom:0; padding-right:0}
	
.obzor{width:100%; margin:0 0 30px}
table.country{border:none}
table.country td, table.country th{border:none !important; vertical-align:middle; padding:0.6em}
table.country th{text-align:right}
table.country td{background:#ECECEC}

.change_pass{ width:500px}
	.change_pass table{border:none; width:100%}
	.change_pass table td, .change_pass table th{ border-right:none !important}
	
table.simple{width:100%}
table.simple th{width:300px}

ul.bils_menu{list-style:none}
	ul.bils_menu li{float:left; margin:0 10px 0 0}
	ul.bils_menu a:link.act, ul.bils_menu a:visited.act{color:#000; text-decoration:none}
	
#calculator{ position:fixed; display:none; width:100%; height:100%; z-index:90}
	#calculator	.shadow{/*padding:15px;*/ width:386px; height:479px;/* background:url(../images/shad.png) top left no-repeat;*/ position:absolute; top:50%; left:50%; margin:-232px 0 0 -185px; z-index:91; border:none}
	.shadow td{padding:0}
	.shadow .white{padding:0 18px 20px; background:#fff}
	.shadow h2{ text-align:center; font-size:2.5em; margin-bottom:0; color:#9E0B0F;line-height:1.4em;text-transform:none;}
	.shadow div.red{background:#A00F18; color:#fff; height:380px; margin-top:10px; text-align:center; position:static}
	.shadow div.red .iner{border:1px solid #A9464D; margin:5px 16px 0; padding:10px 10px 5px}
	.shadow .iner p{margin:0 0 3px; text-align:right}
	.shadow .iner div{text-align:left; margin:10px 0 0}
	.shadow .iner input{width:9.5em; border:1px solid #BFBFBF; height:12px}
	.shadow .iner input[type='text']:focus{ outline:none}
	.shadow .iner input.send{padding:0; border:none; height:18px; width:105px; vertical-align:bottom; margin:0 5px 15px}
	.shadow .iner input.result{width:111px; height:37px; padding:10px 15px 0; margin:10px 0 0; border:0; background:url(../images/resu.jpg) center center no-repeat #fff; font-size:2em; text-align:center; vertical-align:middle}
	.shadow .iner input.result[type='text']:focus{outline:none; cursor:text}
	@media all and (min-width: 0px) {.shadow .iner input.result{ padding-top:0; height:47px}} /*opera fix*/


	.shadow .iner span.left{width:140px; border-right:1px solid #fff; display:inline-block; vertical-align:top; padding-right:5px}
	.shadow .size{font-size:0; line-height:0; border:none}
	.shadow form{margin-bottom:0}
	.shadow a.close{position:static}
	.shadow a:link.close, .shadow a:visited.close{color:#fff}
	.shadow .bod{background:#fff; border:none}
	.shadow .sh1, .shadow .sh3, .shadow .sh6, .shadow .sh8{height:15px; width:15px;}
	.shadow .sh2, .shadow .sh7{height:15px}
	.shadow .sh4, .shadow .sh5{ width:15px}
	.shadow .sh1{background:url(../images/sh1.png) top left no-repeat}
	.shadow .sh2{background:url(../images/sh2.png) top left repeat-x}
	.shadow .sh3{background:url(../images/sh3.png) top left no-repeat}
	.shadow .sh4{background:url(../images/sh4.png) top left repeat-y}
	.shadow .sh5{background:url(../images/sh5.png) top left repeat-y}
	.shadow .sh6{background:url(../images/sh6.png) top left no-repeat}
	.shadow .sh7{background:url(../images/sh7.png) top left repeat-x}
	.shadow .sh8{background:url(../images/sh8.png) top left no-repeat}

.forum_menu .bread_crumb{padding-top:0}
.forum_menu .links_post{float:right; margin-left:15px}
.forum_menu .links_post a.back{margin:0 0 0 15px}

.forum_table{width:100%; margin:0; border:none;}
.forum_table th, .forum_table td{border-right:none !important; border-bottom:none !important; vertical-align:middle}
.forum_table td{border-top:1px solid #DDDDDD !important}
.forum_table th{color:#fff; background-color:#9D0F18; text-align:center}
th.l_bg{background:url(../images/th_l.gif) top left no-repeat #9D0F18}
th.r_bg{background:url(../images/th_r.gif) top right no-repeat #9D0F18}
.forum_table td.status, .forum_table td.all, .forum_table td.last_msg{text-align:center}
.forum_table td.status{padding:0.8em 0}
.forum_table td.main a:link{text-decoration:none}
.forum_table td.main a:hover{text-decoration:underline}
.forum_table td.all{font-weight:bold; color:#9E0B0F}
.forum_table td.all span{background-color:#E7E7E8; height:100%; padding:20px; display:inline-block}
.forum_table td.author{text-align:center}
.forum_table td.right{text-align:right}
form.post_msg .forum_table td{border-top:none !important}
.forum_table textarea.subject{width:440px; height:55px; overflow:auto}
.forum_table textarea.msg{width:440px; height:75px; overflow:auto}
.forum_table input.captcha{width:95px; margin-right:15px}
.forum_table input.name{width:210px}
.forum_table td.human img{margin-right:15px}
.forum_table td.human img, .forum_table td.human input{vertical-align:middle}

.pop_up{position:fixed; width:100%; height:100%; z-index:90; background:#2E2E2E; margin-top:-5px; display:none;}

.pop_up{opacity:0.7}
.p_msg{position:fixed; z-index:92; width:335px; height:340px; background:#f5f5f5; top:50%; left:50%; padding:10px 15px; margin:-172px 0 0 -170px; border:2px solid #2E2E2E}
.p_msg p{margin:0 !important}
.p_msg a.forward b{background:url(../images/bo1f_my.gif) top left no-repeat #BE1725;} 
.p_msg a.forward b b{background:url(../images/b04f_my.gif) bottom left no-repeat}
.p_msg a.forward b b b{background:url(../images/b03f_my.gif) bottom right no-repeat}
.p_msg a.forward b b b b{background:url(../images/b02r_my.gif) top right no-repeat}

/*
-----------------------------
SEO
-----------------------------
*/
#headline h2{  
font-size:1.4em; 
line-height:1.4em;
background:transparent url(../images/w01.gif) no-repeat scroll right top;
float:left;
height:29px;
margin:0pt;
padding-right:30px;
}


table.reg_partner input {
	width: 300px;
	border: 1px solid #990000;
}

table.reg_partner input:hover {
	border: 1px solid gray;
}
table.reg_partner select {width: 300px;}