﻿html,
body, form {
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:90%;
    color:#2F2A04;
    background-color:#bed63a; 
}

img {border:0;
    behavior: url(scripts/png_fix/iepngfix.htc);
}
div{behavior: url(scripts/png_fix/iepngfix.htc);}

#left-side-outer {
	width:50%;
	float:left;
	margin-right:-490px;
	height: 210px;
}
#left-side{
	margin-right:490px;
	height: 210px;
	background-image: url('../images/left_col_bg.jpg');
	background-position: left top;
	background-repeat:repeat-x;
}
#center-column {
	width:980px;
	float:left;
	position:relative;
	z-index:10;
	min-height: 400px;
}
#right-side-outer {
	width:50%;
	float:right;
	margin-left:-491px;
	height: 210px;
}
#right-side {
	margin-left:490px;
	height: 210px;
}

#header_container
{
    width:980px;
    height:210px;
    background-image: url('../images/header.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

#header_logo_container
{
    width: 980px;
    height: 134px;    
}

#menu_container
{
    width:952px;
    height:76px;
    padding-left:28px;
}

#menu_conatiner_left
{
    width:852px;
    height:76px;
    float:left;
}

#menu_conatiner_right
{
    width:90px;
    padding-left:10px;
    height:11px;
    padding-top:65px;
    float:right;
}

#logo
{
    width:200px;
    height:134px;
}

.FF_fix
{
display:block;
clear:both;
}

.btn_fix, .btn_fix a, btn_fix a:active
{
outline-style :none;
-moz-outline-style:none;
}

/* ------------- menu ----------------- */

.MenuNotSelectedHome a, .MenuSelectedHome a, .MenuNotSelectedAbout a, .MenuSelectedAbout a,
.MenuNotSelectedExchange a, .MenuNotSelectedPaymer a, .MenuSelectedPaymer a, .MenuSelectedExchange a,
.MenuNotSelectedPayPal a, .MenuSelectedPayPal a, .MenuNotSelectedContacts a, .MenuSelectedContacts a,
.MenuNotSelectedHomeEN a, .MenuSelectedHomeEN a, .MenuNotSelectedAboutEN a, .MenuSelectedAboutEN a,
.MenuNotSelectedExchangeEN a, .MenuSelectedExchangeEN a,.MenuNotSelectedPayPalEN a, .MenuSelectedPayPalEN a,
.MenuNotSelectedContactsEN a, .MenuSelectedContactsEN a
{
	width:86px;
	height:76px;
	float:left;
	display:block;
	margin-right: 15px;
	text-align:center;
	line-height:75px;
	background-repeat: no-repeat;
	background-position:left bottom;
	outline-style :none;
    -moz-outline-style:none;
}

/* home RU */
.MenuNotSelectedHome a
{
    background-image: url('../images/home_ns.png');
    outline-style :none;
    -moz-outline-style:none;
}

.MenuNotSelectedHome a:hover, .MenuSelectedHome a, .MenuSelectedHome a:visited
{
	background-image: url('../images/home_s.png');
	outline-style :none;
    -moz-outline-style:none;
}

/* about RU */
.MenuNotSelectedAbout a
{
    background-image: url('../images/about_ns.png');
    outline-style :none;
    -moz-outline-style:none;
}

.MenuNotSelectedAbout a:hover, .MenuSelectedAbout a, .MenuSelectedAbout a:visited
{
	background-image: url('../images/about_s.png');
	outline-style :none;
    -moz-outline-style:none;
}

/* exchange RU */
.MenuNotSelectedExchange a
{
    background-image: url('../images/exchange_ns.png');
    outline-style :none;
    -moz-outline-style:none;
}

.MenuNotSelectedExchange a:hover, .MenuSelectedExchange a, .MenuSelectedExchange a:visited
{
	background-image: url('../images/exchange_s.png');
	outline-style :none;
    -moz-outline-style:none;
}

/* PayPal RU */
.MenuNotSelectedPayPal a
{
    background-image: url('../images/paypal_ns.png');
    outline-style :none;
    -moz-outline-style:none;
}

.MenuNotSelectedPayPal a:hover, .MenuSelectedPayPal a, .MenuSelectedPayPal a:visited
{
	background-image: url('../images/paypal_s.png');
	outline-style :none;
    -moz-outline-style:none;
}

/* Paymer RU */
.MenuNotSelectedPaymer a
{
    background-image: url('../images/paymer_ns.png');
    outline-style :none;
    -moz-outline-style:none;
}

.MenuNotSelectedPaymer a:hover, .MenuSelectedPaymer a, .MenuSelectedPaymer a:visited
{
	background-image: url('../images/paymer_s.png');
	outline-style :none;
    -moz-outline-style:none;
}

/* Contacts RU */
.MenuNotSelectedContacts a
{
    background-image: url('../images/contacts_ns.png');
    outline-style :none;
    -moz-outline-style:none;
}
.MenuNotSelectedContacts a:hover, .MenuSelectedContacts a, .MenuSelectedContacts a:visited
{
	background-image: url('../images/contacts_s.png');
	outline-style :none;
    -moz-outline-style:none;
}

/* home EN */
.MenuNotSelectedHomeEN a
{
    background-image: url('../images/home_ns_en.png');
    outline-style :none;
    -moz-outline-style:none;
}

.MenuNotSelectedHomeEN a:hover, .MenuSelectedHomeEN a, .MenuSelectedHomeEN a:visited
{
	background-image: url('../images/home_s_en.png');
	outline-style :none;
    -moz-outline-style:none;
}

/* about EN */
.MenuNotSelectedAboutEN a
{
    background-image: url('../images/about_ns_en.png');
    outline-style :none;
    -moz-outline-style:none;
}

.MenuNotSelectedAboutEN a:hover, .MenuSelectedAboutEN a, .MenuSelectedAboutEN a:visited
{
	background-image: url('../images/about_s_en.png');
	outline-style :none;
    -moz-outline-style:none;
}

/* exchange EN */
.MenuNotSelectedExchangeEN a
{
    background-image: url('../images/exchange_ns_en.png');
    outline-style :none;
    -moz-outline-style:none;
}

.MenuNotSelectedExchangeEN a:hover, .MenuSelectedExchangeEN a, .MenuSelectedExchangeEN a:visited
{
	background-image: url('../images/exchange_s_en.png');
	outline-style :none;
    -moz-outline-style:none;
}

/* Contacts EN */
.MenuNotSelectedContactsEN a
{
    background-image: url('../images/contacts_ns_en.png');
    outline-style :none;
    -moz-outline-style:none;
}

.MenuNotSelectedContactsEN a:hover, .MenuSelectedContactsEN a, .MenuSelectedContactsEN a:visited
{
	background-image: url('../images/contacts_s_en.png');
	outline-style :none;
    -moz-outline-style:none;
}

#main_container
{
    width:924px;
    min-height:200px;
    padding-left:28px;
    padding-right:28px;
    margin-top:10px;
}

/* --2-- */
.BottomMenuNotSelected a, .BottomMenuSelected a
{
	width:110px;
	height:20px;
	float:left;
	font-size:90%;

	display:block;
	margin: auto;
	text-align:center;
	line-height:19px;
}

.BottomMenuNotSelected a, .BottomMenuNotSelected a:visited
{
	color:#354F00;
	text-decoration:none;
}

.BottomMenuNotSelected a:hover
{
	color:#354F00;
	text-decoration:underline;
}

.BottomMenuSelected a, .BottomMenuSelected a:visited
{ 	
	color:#354F00;
	text-decoration:none;
}

/* ------------ end menu ------------ */


#footer_container
{
    width:980px;
    height:38px;
    text-align:center;
    margin-top:20px;
}

#footer_menu
{
    width:830px;
    padding-left:150px;
}

.botsep
{
    font-size:90%;
	color:White;
	float:left;
	width:3px;
	height:20px;
	line-height:19px;
}

#copyright
{
    color:White;
    width:980px;
    height:11px;
    text-align:center;
    font-size:88%;
    margin-top:7px;
    float:left;
}

#flags_container
{
    width:980px;
    height:11px;
    margin-top:10px;
    text-align:center;
    margin-bottom:15px;
}

.privacy_hl, privacy_hl a, privacy_hl a:hover, privacy_hl a:visited
{
    color:#607A00; 
    text-decoration:underline;   
    outline-style :none;
    -moz-outline-style:none;
}

#top_container
{
    width:924px;
    padding-bottom:10px;
}

#left_col_container
{
    width:593px;
    float:left;
}

#right_col_container
{
    width:316px;
    float:right;
}

.main_text_top
{
    width:593px;
    height:25px;
    background-image: url('../images/main_text_top_bg2.gif');
	background-position: left bottom;
	background-repeat:no-repeat;
}

.main_text_mid
{
    width:561px;
    min-height:580px;
    border-left: solid 1px White;
    border-right: solid 1px White;
    background-color: #fdefa8;
    padding-left:15px;
    padding-right:15px;
}

.main_text_bot
{
    width:593px;
    height:15px;
    background-image: url('../images/main_text_bot_bg.gif');
	background-position: left top;
	background-repeat:no-repeat;
}

.eshop_btn_container
{
    width:316px;
    text-align:center;
    height:29px;
}

/*green tab*/

.right_text_green_top
{
    width:316px;
    height:15px;
    background-image: url('../images/right_text_green_top.gif');
	background-position: left bottom;
	background-repeat:no-repeat;
}

.right_text_green_mid
{
    width:284px;
    min-height:50px;
    border-left: solid 1px White;
    border-right: solid 1px White;
    background-color: #5c850d;
    padding-left:15px;
    padding-right:15px;
    color:White;
    font-size:90%;
}

.right_text_green_bot
{
    width:316px;
    height:15px;
    background-image: url('../images/right_text_green_bot.gif');
	background-position: left top;
	background-repeat:no-repeat;
}
/*end green tab*/

/*light green tab*/

.right_text_Lgreen_top
{
    width:316px;
    height:15px;
    background-image: url('../images/right_text_Lgreen_top.gif');
	background-position: left bottom;
	background-repeat:no-repeat;
}

.right_text_Lgreen_mid
{
    width:284px;
    min-height:50px;
    border-left: solid 1px White;
    border-right: solid 1px White;
    background-color: #619F00;
    padding-left:15px;
    padding-right:15px;
    color:White;
}

.right_text_Lgreen_bot
{
    width:316px;
    height:15px;
    background-image: url('../images/right_text_Lgreen_bot.gif');
	background-position: left top;
	background-repeat:no-repeat;
}
/*end light green tab*/

.right_tab_bot_separator
{
    width:316px;
    height:15px;
}

.right_tab_top_separator
{
    width:316px;
    height:10px;
}


#ads_container
{
    width:776px;
    padding-left: 74px;
    margin-top:15px;
}
/*ads tab*/

.ads_tab_top
{
    width:776px;
    height:15px;
    background-image: url('../images/ads_bg_top.gif');
	background-position: left bottom;
	background-repeat:no-repeat;
}

.ads_tab_mid
{
    width:736px;
    min-height:70px;
    border-left: solid 1px White;
    border-right: solid 1px White;
    background-color: #f0f6d0;
    padding-left:23px;
    padding-right:15px;
    padding-bottom:11px;
}

.ads_tab_bot
{
    width:776px;
    height:31px;
    background-image: url('../images/ads_bg_bot.gif');
	background-position: left top;
	background-repeat:no-repeat;
}
/*end ads tab*/

#banners_container
{
    width:480px;
    height:31px;
    padding-left:150px;
}

#livechat_container
{
    width:180px;
    height:80px;
    float:left;
}

#worktime_container
{
    width:99px;
    padding-left:5px;
    height:80px;
    float:left;
    font-size:85%;
    font-family:Helvetica;
}

#contact_details
{
    width:316px;
    text-align:center;
}

.tbl_login
{
    width:100%;    
}

.Field
{
	border:solid 1px #FFFFFF; 
	background-color:#EBEBEB;	 
	font-weight: bold;
}

.ValidationHighlight
{
    background-color:#878787; 
    color:White;   
}

.ajax__validatorcallout_error_message_cell
{
    color:Black;
}

#logged_container
{
    width:284px;
}

#logged_container_left
{
    width:217px;
    float:left;
}

#logged_container_right
{
    width:67px;
    float:left;
}

#currency_container
{
    width:284px;
    font-weight:bold;
    color:#f7ff18;
    text-align:center;
}

#tblCurrency td
{
    width:94px;
}