body {
	font-family: Tahoma, Arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

a:link.login, a:active.login, a:visited.login { color:#8A8A8A; text-decoration: underline;}
a:hover.login { color: #000000; text-decoration: none;}

a:link.menu, a:active.menu, a:visited.menu { color:#0a246a; text-decoration: none;}
a:hover.menu { color: #000000; text-decoration: none;}

a:link.cart, a:active.cart, a:visited.cart { color:#8A8A8A; text-decoration: underline;}
a:hover.cart { color: #000000; text-decoration: none;}

a:link.black, a:active.black, a:visited.black { color:#FFFFFF; text-decoration: none;}
a:hover.black { color: #FFFFFF; text-decoration: none;}

a:link.akc, a:active.akc, a:visited.akc { color:#FFFFFF; text-decoration: none;}
a:hover.akc { color: #FFFFFF; text-decoration: underline;}

a:link, a:active, a:visited { color:#4990c8; text-decoration: none;}
a:hover { color: #4990c8; text-decoration: underline;}

.navbar { color:#5f5f5f; font-size: 11px}
.navbar a:link, #navbar a:active, #navbar a:visited { color:#5f5f5f; text-decoration: none; font-weight: bold; font-size: 11px}
.navbar a:hover { color: #5f5f5f; text-decoration: underline; font-weight: bold; font-size: 11px}

.text_menu { font-family: Tahoma, Arial; color:#0a246a; text-decoration: none;}
.text_menu a:link { font-family: Tahoma, Arial; color:#0a246a; text-decoration: none;}
.text_menu a:active { font-family: Tahoma, Arial; color:#0a246a; text-decoration: none;}
.text_menu a:visited { font-family: Tahoma, Arial; color:#0a246a; text-decoration: none;}
.text_menu a:hover { font-family: Tahoma, Arial; color: #0a246a; text-decoration: underline;}

.product_description { color:#555555; font-family: Tahoma, Arial; font-size: 10px}
.product_price { color:#079914; font-family: Tahoma, Arial; font-size: 14px}
.product_name { color:#555555; font-family: Tahoma, Arial; font-size: 9px}

.product_more { font-family: Tahoma, Arial; color:#0a246a; text-decoration: none;  font-size: 11px}
.product_more a:link { font-family: Tahoma, Arial; color:#0a246a; text-decoration: none;  font-size: 11px}
.product_more a:active { font-family: Tahoma, Arial; color:#0a246a; text-decoration: none;  font-size: 11px}
.product_more a:visited { font-family: Tahoma, Arial; color:#0a246a; text-decoration: none;  font-size: 11px}
.product_more a:hover { font-family: Tahoma, Arial; color: #0a246a; text-decoration: underline;  font-size: 11px}

.lang_text a:link 	{ color:#ffffff; text-decoration: none;  font-size: 11px}
.lang_text a:active 	{ color:#ffffff; text-decoration: none;  font-size: 11px}
.lang_text a:visited 	{ color:#ffffff; text-decoration: none;  font-size: 11px}
.lang_text a:hover 	{ color:#ffffff; text-decoration: underline;  font-size: 11px}

.lang_text_sel a:link 		{ color:#ffffff; text-decoration: underline;  font-size: 11px}
.lang_text_sel a:active 	{ color:#ffffff; text-decoration: underline;  font-size: 11px}
.lang_text_sel a:visited 	{ color:#ffffff; text-decoration: underline;  font-size: 11px}
.lang_text_sel a:hover	 	{ color:#ffffff; text-decoration: underline;  font-size: 11px}

.text_registration a:link { color:#8e8e8e; text-decoration: underline;  font-size: 10px}
.text_registration a:active { color:#8e8e8e; text-decoration: underline;  font-size: 10px}
.text_registration a:visited { color:#8e8e8e; text-decoration: underline;  font-size: 10px}
.text_registration a:hover { color: #8e8e8e; text-decoration: none;  font-size: 10px}

.product_buy { color:#ffffff; font-family: Tahoma, Arial; font-size: 12px}
.product_buy a:link, a:active, a:visited { color:#ffffff; text-decoration: none; }
.product_buy a:hover { color: #ffffff; text-decoration: underline;}
.product_buy input { font-color: #ffffff; background-color: #0489c2; border: 1px solid #ffffff;}


.text_default { color:#8a8a8a; font-family: Tahoma, Arial; font-size: 12px}

.text_copyright  { color:#7d7d7d; font-family: Tahoma, Arial; font-size: 11px}
.text_copyright a:link, a:active, a:visited { color:#7d7d7d; text-decoration: none;  font-size: 11px}
.text_copyright a:hover { color: #7d7d7d; text-decoration: underline;  font-size: 11px}

.text_copyright2 { color:#9b9b99; font-family: Tahoma, Arial; font-size: 11px}
.text_copyright2 a:link, a:active, a:visited { color:#9b9b99; text-decoration: none;  font-size: 11px}
.text_copyright2 a:hover { color: #9b9b99; text-decoration: underline;  font-size: 11px}

.text_contacts { color:#8a8a8a; font-family: Tahoma, Arial; font-size: 11px}
.text_contacts a:link, a:active, a:visited { color:#4990c8; text-decoration: none;  font-size: 11px}
.text_contacts a:hover { color: #4990c8; text-decoration: underline;  font-size: 11px}

img,table {
	border-style: none;
}

td {
	font-size: 11px;
}

table {
#	width: 100%;
}

form {
	margin: 0px;
}

/******* ROOT TABLE SETTINGS *******/
#table.root {
#	height: 100%;
#}

#table.root td.root_td1 {
#	width: 5%;
#	border-right: 10px solid #FFFFFF;
#}

#table.root td.root_td2 {
#	width: 90%;
#	background-color: #FFFFFF;
#	vertical-align: top;
#	background-image: url('../i/top/bg.gif');
#	background-repeat: repeat-x;
#	background-position: top;
#}

#table.root td.root_td3 {
#	width: 5%;
#	border-left: 10px solid #FFFFFF;
#}
/******* ROOT TABLE SETTINGS end *******/

/******* TOP TABLE *******/
#table.top {
#	height: 142px;
#	background-image: url('../i/top/left.gif');
#	background-repeat: no-repeat;
#	background-position: left top;
#	margin-bottom: 5px;
#}

#table.top td.top_td1 {
#	vertical-align: top;
#	width: 23%;
#}

table.top td.top_td2 {
#	vertical-align: top;
}

#table.top td.top_td3 {
#	width: 299px;
#	vertical-align: top;
#        background-image: url('../i/top/right.jpg');
#	background-repeat: no-repeat;
#	background-position: right top;
#}

td.main_menu {
	width: 1%;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	padding-top:5px
}

td.main_space {
	width: 20px;
}

font.cart {
	color:#8A8A8A;
	font-size: 12px;
	display: block;
	font-weight: bold;
}

font.cart_total {
	font-size: 14px;
	display: block;
	font-weight: bold;
	color: #8A8A8A;
}

div.cart {
	color:#8A8A8A;
	padding-top: 24px;
	padding-left: 10px;
}
/******* TOP TABLE end *******/


/******* MAIN TABLE *******/
table.main {

}

table.main td.main_td1 {
	padding-top: 11px;
	width: 23%;
#	vertical-align: top;
}

table.main td.main_td2 {
	width: 11px;
}

table.main td.main_td3 {
#	vertical-align: top;
}
/******* MAIN TABLE end *******/


/******* MAIN TABLE TD1 CONTENT *******/
table.login_1 {
	height: 87px;
	background-image: url('../i/login_bg.gif');
	background-repeat: repeat-x;
}

table.login_2 {
	height: 87px;
	background-image: url('../i/login_corn_1.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

table.login_2 td.login_2 {
	background-image: url('../i/login_corn_2.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

table.login {
	height: 87px;
	background-image: url('../i/login_corn_3.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

td.login_font {
	color: #FFFFFF;
	width: 1%;
	height: 23px;
	padding-right: 5px;
}

table.login td.login {
	color: #FFFFFF;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url('../i/login_corn_4.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}

table.input {
	background-image: url('../i/login_input_l.gif');
	background-repeat: no-repeat;
	background-position: left;
}

table.input td {
	padding-left: 6px;
	padding-right: 6px;
	background-image: url('../i/login_input_r.gif');
	background-repeat: no-repeat;
	background-position: right;
}

input.login {
	color: #FFFFFF;
	font-size: 9px;
	width: 100%;
	height: 19px;
	padding-top: 2px;
	border-style: none;
	border: 0px solid;
	background-image: url('../i/login_input_bg.gif');
	background-repeat: repeat-x;
}

#td.login_menu {
#	font-family: Verdana;
#	text-align: right;
#	font-size: 10px;
#}

#table.menu_list_1 {
#	background-color: #3CA146;
#	background-image: url('../i/menu_list_bott_bg.gif');
#	background-repeat: repeat-x;
#	background-position: bottom;
#}

#table.menu_list_1 td.menu_list_1 {
#	background-image: url('../i/menu_list_top_bg.gif');
#	background-repeat: repeat-x;
#	background-position: top;
#}

#table.menu_list_2 {
#	background-image: url('../i/menu_list_corn_1.gif');
#	background-repeat: no-repeat;
#	background-position: left top;
#}

#table.menu_list_2 td.menu_list_2 {
#	background-image: url('../i/menu_list_corn_2.gif');
#	background-repeat: no-repeat;
#	background-position: right top;
#}

#table.menu_list {
#	background-image: url('../i/menu_list_corn_3.gif');
#	background-repeat: no-repeat;
#	background-position: left bottom;
#}

#table.menu_list td.menu_list {
#	background-image: url('../i/menu_list_corn_4.gif');
#	background-repeat: no-repeat;
#	background-position: right bottom;
#	padding-bottom: 10px;
#}

table.catalog_name {
	height: 36px;
}

table.catalog_name td {
	color: #E8EBF3;
	font-size: 24px;
	padding-right: 10px;
	text-align: right;
}

#table.list {
#	margin-top: 15px;
#	border-top: 1px solid #59AF62;
#}

#table.list td {
#	padding-top: 5px;
#	padding-bottom: 5px;
#	padding-left: 15px;
#	border-bottom: 1px solid #59AF62;
#}

#p.menu {
#	padding-left: 23px;
#	background-image: url('../i/li.gif');
#	background-repeat: no-repeat;
#	background-position: 0px 0px;
#}

#p.menu_ {
#	padding-left: 23px;
#	background-image: url('../i/li_.gif');
#	background-repeat: no-repeat;
#	background-position: 0px 0px;
#	margin: 0px;
#}

#p.sub_menu {
#	font-size: 10px;
#	padding-left: 36px;
#	margin-top: 3px;
#	margin-bottom: 3px;
#	background-image: url('../i/sub_menu.gif');
#	background-repeat: no-repeat;
#	background-position: 28px 4px;
#}

table.banners {
	width: 1%;
}

table.banners td {
	padding: 3px;
}


/******* MAIN TABLE TD1 CONTENT end *******/


/******* MAIN TABLE TD3 CONTENT *******/
table.search_bar {
	height: 51px;
	background-image: url('../i/search/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}

table.search {
	width: 300px;
	height: 19px;
}

table.search td {
	color: #FFFFFF;
	font-weight: bold;
}

td.s1 {
	width: 1%;
	white-space: nowrap;
	padding-right: 4px;
}

td.s2,
td.s4 {
	width: 8px;
	white-space: nowrap;
}

td.s3 {
	background-image: url('../i/search/input_bg.gif');
	background-repeat: repeat-x;
}

td.s5 {
	width: 10px;
}

input.search {
	width: 100%;
	color: #FFFFFF;
	font-size: 10px;
	height: 17px;
	border-style: none;
	background: none;
	border: 0px solid;
}


table.search_bar td.td3 {
	font-weight: bold;
	padding-left: 11px;
	padding-right: 15px;
	width: 1%;
	white-space: nowrap;
	background-image: url('../i/search/right.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

#table.header {
#	border-bottom: 1px solid #3CA146;
#	margin-top: 23px;
#	margin-bottom: 16px;
#}

select {
	border: 1px solid #cccccc;
	color: #5f5f5f;
	font-weight: normal;
	font-size: 10px;
	height: 20px;
	padding-left: 1px;
}

input {
	width: 200px;
	border: 1px solid #cccccc;
	color: #5f5f5f;
	font-weight: normal;
	font-size: 11px;
	height: 16px;
	padding-left: 1px;
}

textarea {
	width: 200px;
	height: 100px;
	border: 1px solid #cccccc;
	color: #5f5f5f;
	font-weight: normal;
	font-size: 11px;
	padding-left: 1px;
}

table.header td.header {
	color: #5f5f5f;
	font-weight: bold;
	font-size: 12px;
	padding-left: 14px;
	padding-bottom: 3px;
}

table.header td.navbar {
	vertical-align: bottom;
	padding-bottom: 3px;
}

/*** NAVBAR ***/
table.pagemenu {
	width: 1%;
}

table.pagemenu td.next {
	padding-right: 6px;
	padding-left: 6px;
	white-space: nowrap;
}

table.pagemenu td.page {
	font-family: Verdana;
	font-weight: bold;
	padding-left: 8px;
}

a:link.pagemenu, a:active.pagemenu, a:visited.pagemenu { color:#5f5f5f; text-decoration: none;}
a:hover.pagemenu { color: #40598B; text-decoration: none;}

table.active {
	width: 1px;
	background-color: #00a4da;
	background-image: url('../i/pagemenu1.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

table.active td {
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url('../i/pagemenu2.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

/*** ROW ***/
table.row td.space {
	width: 3%;
}

table.row td.item {
	width: 23%;
	padding-bottom: 10px;
}


table.item_1 {
	height: 9px;
}


/*** ONE ITEM ***/

/*** ITEM_1 ***/
table.item_1 td {
	font-size: 1px;
}

table.item_1 td.td1 {
	width: 11px;
	background-image: url('../i/item/1_1.gif');
	background-repeat: no-repeat;
}

table.item_1 td.td2 {
	background-image: url('../i/item/1_2.gif');
	background-repeat: repeat-x;
	background-position: top;
}

table.item_1 td.td3 {
	width: 11px;
	background-image: url('../i/item/1_3.gif');
	background-repeat: no-repeat;
}

/*** ITEM_2 ***/
table.item_2 {
	border-left: solid 3px #FF9D0E;
	border-right: solid 3px #FF9D0E;
}

table.item_2 td.tr1 {
	font-size:10px;
	height: 22px;
#	text-align: center;
}

font.item_name {
	color: #FD7600;
	font-weight: bold;
}

table.item_2 td.tr2 {
	height: 105px;
}

table.item_2 td.tr3 {
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 60px;
#	vertical-align: top;
}

table.item_2 td.tr3_gift {
	color: #486AB3;
	padding-left: 5px;
	padding-right: 5px;
	height: 60px;
#	vertical-align: top;
}


/*** ITEM_3 ***/
table.item_3 td.td1 {
	height: 37px;
	background-image: url('../i/item/3_1.gif');
	background-repeat: repeat-x;
	background-position: top;
}

table.price {
	height: 37px;
	background-image: url('../i/item/3_2.gif');
	background-repeat: no-repeat;
	background-position: left;
}

table.price td {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 1px;
#	text-align: center;
	background-image: url('../i/item/3_3.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

font.ls {
	font-size: 11px;
}

table.item_3 td.td2 {
	width: 70px;
	padding-left: 7px;
	background-image: url('../i/item/3_4.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

table.buy td.tdd2 {
	padding-left: 2px;
	width: 1%;
	height: 37px;
	padding-right: 11px;
	background-image: url('../i/item/3_5.gif');
	background-repeat: no-repeat;
	background-position: right;
}

table.how {
	height: 19px;
}

table.how td.tddd1 {
	width: 4px;
	background-image: url('../i/item/how_1.gif');
	background-repeat: no-repeat;
}

table.how td.tddd2 {
	background-image: url('../i/item/how_2.gif');
	background-repeat: repeat-x;
}

input.how {
	width: 16px;
	height: 15px;
	margin: 0px;
	padding: 2px;
	color: #ffffff;
	font-size: 9px;
}

table.how td.tddd3 {
	width: 4px;
	background-image: url('../i/item/how_3.gif');
	background-repeat: no-repeat;
}

/******* MAIN TABLE TD3 CONTENT end *******/

/******* BOTTOM *******/
table.bottom {
	margin-top: 10px;
	border-top: 3px solid #FEA200;
}

table.bottom td {
	color: #707070;
	font-size: 10px;
	padding: 5px 0 5px 0;
	text-align: right;
}
/******* BOTTOM end *******/

.lng {
	display: inline;
	float: left;
}


/******* CART *******/
table.cart1 {
	#background-image: url('../i/cart/bg.gif');
	background-repeat: repeat-x;
	background-position: top;	
}

table.cart1 td.cart1 {
	#background-image: url('../i/cart/l.gif');
	background-repeat: no-repeat;
	background-position: left top;	
}

table.cart2 {
	#background-image: url('../i/cart/r.gif');
	background-repeat: no-repeat;
	background-position: right top;	
}

table.cart2 td.cart2 {
	padding-left: 6px;
	padding-right: 6px;
}

table.cart td.header,
table.cart td.header_input,
table.cart td.header_price {
	font-weight: bold;
	white-space: nowrap;
	height: 14px;
}

table.cart td.header {
	font-weight: bold;
	height: 14px;
}

table.cart td.header_input {
	width: 1%;
	white-space: nowrap;
	padding-left: 4px;
	padding-right: 4px;
}


table.cart td.header_price {
	width: 1%;
}

table.cart td {
	height: 35px;
	padding-left: 9px;
	padding-right: 9px;
	border-bottom: 1px solid #E9E9E9;
}

.many {
	width: 25px;
	font-size: 11px;
	border: 1px solid #C8C8C8;
	background-color: #FFFFFF;
}

.cart_butt {
	font-size: 11px;
	height: 18px;
	width: 150px;
	white-space: nowrap;
	font-weight: bold;
	background-color: #E9E9E9;
	border: 1px solid #898989;
}

div.b {
	float: left;
	margin-right: 5px;
}

font.total {
	font-size: 14px;
	font-weight:bold;
}

.inputname {
	width:1%;
	white-space:nowrap
}

font.inputgroup {
	font-weight:bold;
}

tr.inputgroup td{
font-weight:bold;
background-color:#F1F1F1
}

table.but_price,
table.but_buy {
	width: 150px;
	height: 24px;
	margin: 5px;
	background: url(../i/popup/but.gif) no-repeat;
}

table.but_price td {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

table.but_buy td {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

a:link.buy, a:active.buy, a:visited.buy { color: #FFFFFF; text-decoration: none;}
a:hover.buy { color: #FFFFFF; text-decoration: underline;}

div.header {
	display: block;
	color: #ffffff;
	background-color: #4886c3;
	padding: 10px;
	font-size: 18px;
	border-bottom: 2px solid #E7E7E7;
}
h1.header {
	font-weight:normal;
	display: block;
	color: #ffffff;
	background-color: #4886c3;
	padding: 10px;
	font-size: 18px;
	border-bottom: 2px solid #E7E7E7;
	text-decoration:none;
}