/**
* Main CSS of site interface.
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

/*html
{
	height: 100%;
}*/


body, input, option, select, textarea, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body
{
	background-color: #fff;
	color: #000;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	text-align: left;
}
body#site
{
	text-align: center;
	background: #623C11;
}

a
{
	color: #0081D7;
	font-weight: normal;
	text-decoration: none;
}
a:active,
a:hover
{
	color: #0081D7;
	text-decoration: underline;
}

div
{
	margin: 0;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 4px;
	border: 1px solid #5E9A04;
	margin-bottom: 15px;
}
fieldset legend {
	font-weight: bold;
	color: #666;
	padding: 2px 5px;	
}
form
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #24315d;
	font-family: "Trebuchet MS", Verdana;
	margin: 0;
	padding: 0 0 0 5px;
	text-align: left;
}
h2, h3, h4, h5, h6
{
	margin: 0 0 5px 0;
}
h1
{
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
h2
{
	font-size: 22px;
	font-weight: normal;
}
h3
{
	font-size: 20px;
	font-weight: normal;
}
h4
{
	font-size: 18px;
	font-weight: normal;
}
h5
{
	font-size: 16px;
	font-weight: normal;
}
h6
{
	font-size: 14px;
	font-weight: normal;
}

img
{
	border: 0;
}

input.checkbox
{
	height: 12px;
	width: 12px;
}
input.radio
{
	height: 12px;
	width: 12px;
}
input.text
{
	background-color: #FFF;
	border: 1px solid #999;
	padding: 2px;
	width: 190px;
}
input.text:focus
{
	background-color: #FFF3D7;
}

li
{
	margin: 0;
	padding: 0;
}

ol
{
	margin: 0 0 0 20px;
	padding: 0;
}

option
{
	background-color: #FFF;
}

p
{
	margin: 0;
	padding: 5px 0;
}

pre
{
	font-family: Courier, "Courier new";
}

select
{
	background-color: #F2F2F2;
	margin: 0;
	padding: 1px;
}

sub, sup
{
	font-size: 9px;
}

textarea
{
	background-color: #F2F2F2;
	border: 1px solid #999;
	margin: 0;
	padding: 2px;
	width: 100%;
}
textarea:focus
{
	background-color: #FFF3D7;
}

ul
{
	margin: 0 0 0 20px;
	padding: 0;
}


/*********************/
/* Layout containers */
/*********************/

br.clear
{
	clear: both;
	display: block;
	font-size: 0;
}

/* simple centered */
/*
#wrap
{
	margin: 0 auto;
	width: 900px;
}
*/

/* centered and full height */
/*
.wrap
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#wrap1
{
	background: #fff;
	border-left: 1px solid #3192b8;
	border-right: 1px solid #3192b8;
	height: 100%;
	margin: 0 auto;
	width: 848px;
}
#wrap1-inner
{
	background: #e4f0fa;
	height: 100%;
	margin: 0 9px;
}

#wrap2
{
	background: #fff;
	border-left: 1px solid #3192b8;
	border-right: 1px solid #3192b8;
	margin: 0 auto;
	width: 848px;
}
#wrap2-inner
{
	background: #fff;
	margin: 0 7px;
}
*/

#header
{
}

#article
{
	float: left;
	line-height: 140%;
	min-height: 500px;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 650px;
}
* html #article /* IE 6 */
{
	height: 500px;
}

#footer
{
}


/*********/
/* Items */
/*********/

.button
{
	background-color: #FFF;
	border: 1px #666 solid;
	color: #666;
	display: block;
	font-weight: bold;
	margin: 10px 0;
	padding: 1px 4px;
	text-decoration: none;
}
.button:active,
.button:hover
{
	background-color: #666;
	border: 1px #666 solid;
	color: #FFF;
	text-decoration: none;
}

/*
.button-rounded
{
	background: transparent;
	color: #666;
	text-decoration: none;
	margin: 10px 0;
}
.button-rounded:hover
{
	color: #666;
	text-decoration: none;
}
.button-rounded .b1,
.button-rounded .b2,
.button-rounded .b3,
.button-rounded .b4
{
	display: block;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.button-rounded .b2,
.button-rounded .b3,
.button-rounded .b4
{
	background: #F5F4E0;
	border-left: 1px solid #E2E0C4;
	border-right: 1px solid #E2E0C4;
}
.button-rounded .b1
{
	margin: 0 5px;
	background: #E2E0C4;
}
.button-rounded .b2
{
	border-width: 0 2px 0 2px;
	margin: 0 3px;
}
.button-rounded .b3
{
	margin: 0 2px;
}
.button-rounded .b4
{
	margin: 0 1px;
	height: 2px;
	border-width: 0 1px 0 1px;
}
.button-rounded .b-content
{
	background: #F5F4E0;
	border: 0 solid #E2E0C4;
	border-width: 0 1px;
	display: block;
	padding: 0 10px;
}
*/

/*
#icon-bookmark
{
	background: url("../tmpl/img/icon_bookmark.png") no-repeat 0 100%;
	float: right;
	height: 100%;
	margin-right: 22px;
	width: 16px;
}
*/

#icon-print
{
	background: url("../tmpl/img/icon_print.gif") no-repeat 0 0;
	float: right;
	height: 14px;
	margin: 10px 10px 0 0;
	width: 16px;
}

#icon-rss
{
	background: url("../tmpl/img/icon_rss.gif") no-repeat left center;
	color: #77695E;
	float: right;
	line-height: 16px;
	margin: 20px 40px 0 0;
	padding: 0 0 0 20px;
	text-decoration: none;
}
#icon-rss:hover
{
	color: #77695E;
	text-decoration: underline;
}

/*
#logo
{
	float: left;
	height: 83px;
	width: 292px;
}
*/

#search-form
{
	clear: right;
	float: right;
	margin: 26px 0 0 0;
	vertical-align: bottom;
}
#search-form label
{
	color: #0B96D2;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#search-btn
{
	border: 1px #0DA0E0 solid;
	border-left: 0;
	display: block;
	float: left;
	margin: 4px 0 0 0;
	vertical-align: bottom;
}
#search-word
{
	background-color: #EBF8FE;
	border: 1px #0DA0E0 solid;
	border-right: 0;
	color: #0DA0E0;
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 2px 0 2px;
	margin: 4px 0 0 0;
	vertical-align: bottom;
	width: 127px;
}

/*
#skype
{
	background: url("../tmpl/img/skype.png") no-repeat center top;
	float: left;
	height: 23px;
	width: 145px;
}
*/

/*
#slogan
{
	background: url("../tmpl/img/slogan.png") no-repeat 0 0;
	float: left;
	height: 100%;
	width: 490px;
}
*/


/*****************/
/* Form, Listing */
/*****************/

.layout_body
{
	margin-bottom: 4px;
	margin-top: 4px;
	width: 100%;
}
.edata
{
	background-color: #fff;
}
.odata
{
	background-color: #f2f2f2;
}

.layout_footer1,
.layout_footer2,
.layout_header1,
.layout_header2
{
	width: 100%;
}

.layout_footer1 #sep
{
	width: 6px;
}

.layout_footer2 #sep
{
	width: 6px;
}

.layout_header1 #sep
{
	width: 6px;
}

.layout_header2 #sep
{
	width: 6px;
}

td.groups
{
	color: #7f7f7f;
	font-weight: normal;
}
div.groups
{
	border-top: 1px solid #ccc;
	float: left;
	margin-top: 20px;
	padding-top: 5px;
	text-align: left;
	width: 80%;
}
div.groups a
{
	color: #7f7f7f;
	font-weight: normal;
	text-decoration: none;
}
div.groups a:active,
div.groups a:hover
{
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
div.groups a.sel
{
	font-weight: bold;
}
div.groups .npage
{
	padding-left: 10px;
}
div.groups .ppage
{
	padding-right: 10px;
}
div.total-rows
{
	border-top: 1px solid #ccc;
	float: right;
	margin-top: 20px;
	padding-top: 5px;
	text-align: right;
	width: 20%;
	white-space: nowrap;
}
div.total-rows span
{
	font-weight: bold;
}


/********/
/* Form */
/********/

.form
{
	width: 100%;
}

.form_field
{
	padding: 3px 1px;
	text-align: left;
	vertical-align: top;
}

.form_label
{
	padding: 5px 1px 3px 1px;
	text-align: right;
	vertical-align: top;
}

.form_field_children .form_field,
.form_field_children .form_field_right,
.form_field_children .form_label
{
 	border: 0;
	padding: 0;
}

.radiogroup
{
	border: 0;
}

.err,
#err
{
	color: #C00;
}
input.err
{
	border: 1px #C00 solid;
}
select.err,
select.err option,
textarea.err
{
	border: 1px #C00 solid;
}

.error-checkout
{
	border: 1px solid #C00;
	color: #C00;
	margin-top: 10px;
	padding: 10px;
}

#hint,
.hint
{
	color: #999;
	padding: 0 5px;
}
.hint-bottom
{
	color: #999;
	padding-top: 5px;
}

#req,
span.req
{
	color: #C00;
}

.form .title
{
	font-weight: bold;
	padding: 10px 0 5px 0;
}


/*********/
/* Menus */
/*********/

/* simple horisontal */
#menu1
{
}
#menu1 li
{
	float: left;
	list-style: none;
	padding: 8px 17px 7px;
	border-left: 1px solid #FFF;
}
#menu1 a
{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#menu1 a:hover
{
	color: #FFF;
	text-decoration: underline;
}
#menu1 li.active a
{
	color: #FFF;
	text-decoration: underline;
}
#menu1 #m1first-1 {
	border-left: none;
	padding-left: 8px;
}
/*
* dynamic: 1. level horisontal, others vertical
*/
/*
#menu1
{
	float: left;
	margin: 60px 0 0 0;
	position: relative;
	text-align: left;
	width: 890px;
}
#menu1 li
{
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	height: 207px;
	list-style: none;
	margin: 0 12px 0 0;
	padding: 0;
	width: 168px;
}
#menu1 li a
{
	color: #fff;
	float: left;
	font-weight: bold;
	line-height: 20px;
	margin: 173px 0 0 5px;
	text-decoration: none;
	text-align: center;
	width: 150px;
}
#menu1 li a:hover
{
	color: #fff;
	text-decoration: none;
}
#menu1 li ul
{
	display: none;
	margin: 0;
	padding-top: 6px;
	position: absolute;
	top: 207px;
}
#menu1 li ul li
{
	background: #f9761c;
	float: none;
	height: auto;
	padding: 0;
	width: 160px;
}
#menu1 li ul li a
{
	border-bottom: 1px solid #fb9d60;
	float: none;
	font-weight: normal;
	display: block;
	line-height: 140%;
	margin: 0;
	padding: 4px 4px 4px 22px;
	text-align: left;
	width: auto;
}
#menu1 li:hover ul
{
	display: block;
}
#menu1 li:hover ul li a:hover
{
	background-color: #00205a;
}
*/

#menu2
{
	padding: 0 10px;
}
#menu2 li
{
	list-style: none;
	margin: 7px 0;
	text-align: left;
	list-style-image: url("../tmpl/img/icon_star.png");
}
#menu2 li a
{
	color: #0162A3;
	text-decoration: none;
	font-weight: bold;
}
#menu2 li a:hover
{
	color: #0162A3;
	text-decoration: underline;
}
#menu2 li.active a
{
	color: #0162A3;
	text-decoration: underline;
}
#userinfo .title{
	color: #623C11;
	font-weight:bold;
	padding: 5px 5px 5px 10px;
}
#userinfo .btn {
	padding: 5px 5px 0 10px;	
}
#loggedmenu
{
	padding: 0 10px;
}
#loggedmenu li
{
	list-style: none;
	margin: 7px 0;
	text-align: left;
	list-style-image: url("../tmpl/img/icon_star.png");
}
#loggedmenu li a
{
	color: #0162A3;
	text-decoration: none;
	font-weight: bold;
}
#loggedmenu li a:hover
{
	color: #0162A3;
	text-decoration: underline;
}
#loggedmenu li.active a
{
	color: #0162A3;
	text-decoration: underline;
}

#menu3
{
	margin-left: 0;
}
#menu3 li
{
	list-style: none;
	margin: 3px 0;
	text-align: left;
	padding: 3px 0px 3px 10px;
}
#menu3 li a
{
	color: #0162A3;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 3px 3px 15px;
	background: url("../tmpl/img/icon_star.png") no-repeat left center;
}
#menu3 li a:hover
{
	color: #0162A3;
	text-decoration: underline;
}
#menu3 li.active a
{
	color: #FFF;
	background: url("../tmpl/img/icon_star_2.png") no-repeat left center;
}
#menu3 li.active a:hover
{
	color: #FFF;
	text-decoration: none;
}
#menu3 li.active {
	background:  url("../tmpl/img/h1_back.jpg") repeat-x left top;	
}

#menu3 li.item li a
{
	color: #0162A3;
	text-decoration: none;
	background: none;
}
#menu3 li.item li.active a
{
	color: #FFF;
}
#menu3 li.active li a:hover
{
	color: #0162A3;
	text-decoration: underline;
}
#menu3 li ul {
	margin-left: -10px;
}
/* language selector */
#lang
{
}
#lang li
{
	display: block;
	list-style: none;
	padding: 0 8px 0 0;
	text-decoration: none;
	white-space: nowrap;
}
#lang li a:hover,
#lang li.active a:hover
{
	text-decoration: underline;
}
/*
#lang .est
{
	background: url("../tmpl/img/lang_est.gif") no-repeat left center;
}
#lang .eng
{
	background: url("../tmpl/img/lang_eng.gif") no-repeat left center;
}
#lang .rus
{
	background: url("../tmpl/img/lang_rus.gif") no-repeat left center;
}
#lang .lit
{
	background: url("../tmpl/img/lang_lit.gif") no-repeat left center;
}
#lang .lat
{
	background: url("../tmpl/img/lang_lat.gif") no-repeat left center;
}
*/

/* path */
/*#path
{
	float: left;
	margin-bottom: 20px;
}
#path li
{
	float: left;
	list-style: none;
	padding-right: 5px;
}
#path li a
{
	color: #b6b6b6;
	text-decoration: none;
}
#path li a:hover,
#path li.active a:hover
{
	color: #666;
	text-decoration: none;
}*/


/* navigation bar */
/*#navi li
{
	float: left;
	list-style: none;
}
#navi li a
{
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
#navi li a:hover
{
	color: #666;
	text-decoration: underline;
}*/


/************/
/* siteEdit */
/************/
.siteEditDotOver
{
	background-color: #f2f2f2;
	border: 1px solid #fff;
	display: none;
	margin: 0;
	position: absolute;
	text-align: left;
	visibility: visible;
	width: 160px;
	z-index: 2500;
}
.siteEditDotOver table
{
	border: 1px solid #105aa4;
	width: 100%;
}
.siteEditDotOver table td
{
	background-color: #fff;
	padding: 2px 4px 2px 6px;
}
.siteEditDotOver table td.icon
{
	background-color: #f4f4f4;
	padding: 2px 4px;
	text-align: center;
	width: 1%;
}
.siteEditDotOver a
{
	display: block;
	color: #009;
	text-decoration: none;
}
.siteEditDotOver a:hover
{
	text-decoration: underline;
}

table#page_cont {
	width:920px;	
}

#page_cont #h1_top {
	height: 270px;
	background: url("../tmpl/img/h1_top.jpg") no-repeat top left;	
	position: relative;
	display:block;
}
#page_cont #h1_bottom {
	height: 27px;
	background: #FFF url("../tmpl/img/h1_bottom.jpg") no-repeat top left;
}
#page_cont #h1_mid_cont {
	height: 16px;
	padding: 0 10px;
	background: #FFF;
}
#page_cont #h1_mid_cont .h1_menu {
	border-width: 0 8px 0 8px;
	border-color: #F0D28B;	
	border-style: solid;
	background: url("../tmpl/img/h1_mid.png") repeat-x top left;	
	height: 31px;
}
#page_cont #h1_mid_cont .basket {
	float:right;
}
#page_cont #h1_mid_cont .basket a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 20px 7px 38px;
	margin-bottom: -2px;
	display: block;
	background:  url("../tmpl/img/icon_basket.jpg") no-repeat 0px 1px;
}
#h1_top #phone_number {
	font-family: "Trebuchet MS", Verdana;
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top:158px;
	left: 388px;
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
#h1_top #home_link a {
	display: block;
	position: absolute;
	width: 230px;
	height: 170px;
	left: 20px;
	top: 50px;
}
#footer1_top {
	height: 11px;
	background:  url("../tmpl/img/footer1_top.png") no-repeat top left;
}
#footer1_bottom {
	height: 21px;
	background:  url("../tmpl/img/footer1_bottom.png") no-repeat top left;
}
#footer1 {
	background: #F0D28B;
	border-width: 0 10px;
	border-style: solid;
	border-color: #FFF;
	height: 39px;
	font-weight: bold;
	color: #623C11;
}
#copyright
{
	color: #ebcd87;
	font-size: 10px;
	font-weight: normal;
	padding: 10px;
}
#footer2 {
	width: 100%;
	text-align: left;
}
#footer2 .c0 {
	width: 13px;
	height: 200px;
	background:  url("../tmpl/img/footer2_left.jpg") no-repeat top left;
}
#footer2 .c1 {
	background:  url("../tmpl/img/footer2_mid.jpg") repeat-x top left;
	color: #F0D28B;
	padding: 10px 8px;
}
#footer2 .doc_title {
	font-family: "Comic Sans MS", Verdana;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 7px;
}
#footer2 .c2 {
	width: 13px;
	background:  url("../tmpl/img/footer2_right.jpg") no-repeat top left;
}
#page_cont #main_cont {
	background: #FFF;
	padding-bottom: 8px;
}
#main {
	width: 100%;
}
#main .c0{
	width: 220px;
	border-width: 0 0 0 10px;
	border-style: solid;
	border-color: #FFF;
	background: #F0D28B  url("../tmpl/img/sidebar_bottom.jpg") no-repeat bottom left;
	padding:0;
}
#main .c1_inner {
	text-align: left;
	padding: 0 10px;
}
#main .c2{
	width: 220px;
	border-width: 0 10px 0 0;
	border-style: solid;
	border-color: #FFF;
	background: #F0D28B  url("../tmpl/img/sidebar_bottom.jpg") no-repeat bottom left;
	padding:0;
}
div.box {
	width: 220px;
}
.box .header {
	height: 32px;
	background: url("../tmpl/img/sidebar_box_top.jpg") no-repeat top left;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	font-family: "Comic Sans MS", Verdana;
	padding-top: 19px;
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.box2 .header {
	background: url("../tmpl/img/sidebar_box2_top.jpg") no-repeat top left;
	height: 29px;
}
.box  .body {
	background: url("../tmpl/img/sidebar_box_mid.jpg") repeat-y top left;
	padding: 8px 10px;
	text-align: left;
	
}
.box .footer {
	height: 12px;
	background: url("../tmpl/img/sidebar_box_bottom.jpg") no-repeat top left;
}
.vertical-space {
	height: 8px;
}

.sitebutton {
	height: 29px;
	float:left;
}
.sitebutton .left {
	float:left;
	width: 5px;
	height: 29px;
	background: url("../tmpl/img/btn_left.png") no-repeat top left;
}
.sitebutton_disabled .left {
	background: url("../tmpl/img/btn_left_d.png") no-repeat top left;
}
.sitebutton .body {
	background: url("../tmpl/img/btn_mid.png") repeat-x top left;
	color: #FFF;
	padding: 8px 10px;
	font-weight: bold;

}
.sitebutton_disabled .body {
	background: url("../tmpl/img/btn_mid_d.png") repeat-x top left;
}
.sitebutton .body a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
		}
.sitebutton .right {
	width: 7px;
	height: 29px;
	float: right;
	background: url("../tmpl/img/btn_right.png") no-repeat top right;
}
.sitebutton_disabled .right {
	background: url("../tmpl/img/btn_right_d.png") no-repeat top right;
}
.clear {
	clear: both;
}
.login_form {
	padding: 0 9px;
}
.login_form .error {
	color: #C00;
	font-weight: bold;
}
.login_form .login_fields  {
	color: #0088E2;
	font-weight: bold;
}
.login_form input.text {
	width: 172px !important;
	width: 170px;
	height: 15px;
	color: #0088E2;
	padding: 4px;
	border: 1px solid #0088E2;
}
.login_form input.pword {
	font-size: 14px;
}
.login_form span {
	margin: 5px 0 2px ;
	display: block;
	height: 0.01%;
}
.login_form .forgot {
	float: right;
	margin: 7px 4px 0 0;
}
.login_form .buttons {
	padding: 7px 0;
}
.login_form .register {
	padding-top: 8px;
	clear: both;
}
.login_form .register a {
	font-weight: bold;
}
.findby {
	padding: 4px 10px;
	}
.findby .label {
	clear: left;
	color: #623C11;
	padding: 5px 0 4px 0;
	height: 0.01%;
}
.findby .price {
	float: left;
}
.findby .sep {
	padding: 4px 6px;
	color: #623C11;
}
.findby .field input,
.findby .field select {
	width: 174px;	
	border: 1px solid #63A505;
	background: #FFF;
	padding: 4px;
	color: #623C11;
}
.findby .field input {
	width: 164px;
}

.findby input.small {
	width: 45px;
}
.findby .btn {
	padding: 10px 0 0;
}
.findby .sitebutton,
.login_form .sitebutton {
	width: 52px;
}


.prod_doc_title {
	font-size: 30px;
	font-weight: bold;
	color: #854513;
	font-family: "Comic Sans MS",Verdana;
	margin-bottom: 10px;
	padding: 0;
}
.paginator_title {
	color: #623C11;
	float: left;
	margin-top: 10px;
}
.paginator_nav {
	color: #623C11;
}
.paginator_nav a {
	color: #623C11;
}
.paginator_nav .btn_page {
	border: 1px solid #F0D28B;
	background: #F9EDD0;
	padding: 4px 6px;
}
.paginator_nav .active {
	background: #623C11;
}
.paginator_nav .btn_page a {
	color: #623C11;
	text-decoration: none;
}
.paginator_nav .active a {
	color: #F9EDD0;
	text-decoration: none;
}
.paginator_nav .btn_prev {
	padding-right: 10px;
}
.paginator_nav .btn_next {
	padding-left: 10px;
}
.paginator_nav .disabled {
	color: #CCC;
}
#group_list {
	margin-left: -10px;	
}
#group_list td {
	width: 330px;
	text-align: center;
	background: #F9EDD0 url("../tmpl/img/prod_back_bottom.jpg") no-repeat bottom left;
}
#group_list td .inner{
	padding: 0px 15px 15px 10px;
}
#group_list td .top_back {
	height: 12px;
	background: #F9EDD0 url("../tmpl/img/prod_back_top.jpg") no-repeat top left;
}
#group_list td .title {
	font-size: 12px;
	margin: 0;
	padding: 5px 0;
}
#group_list td .title a {
	font-weight: bold;
	color: #623C11;
}
#group_list td .prodimg {
	float: left;
}
#group_list td .info {
	text-align: left;
	padding-left: 160px;
}
#group_list td .sale_price {
	color: red;
	padding: 2px 0;
}#group_list td .price {
	padding: 2px 0;
}
#group_list .btn {
	padding: 15px 0 0 0;
	width: 100px;	
}
a.return {
	background: url("../tmpl/img/icon_return.gif") no-repeat center left;
	padding-left: 7px;
	color: #0165A7;
}
.prod2_doc_title {
	color: #5B9802;
	font-family: "Comic Sans MS", Verdana;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 15px 0;
}
#detail .img {
	float: left;
	padding: 3px;
	border: 1px solid #F0D28B;
}
#detail .info {
	padding-left: 190px;
}
#detail .infoimg div {
	float:left;
}
#detail .btn {
	padding: 15px 0;
	width: 110px;
}
#detail .sale_price {
	font-weight: bold;
	color: red;
	padding: 5px 3px 0;
}
#detail .price {
	font-weight: bold;
	padding: 5px 3px 5px;
}
#detail .code {
	padding: 0px 3px 5px;
	color: #623C11;
}
#detail .disclosure {
	clear:both;
	padding: 15px 0 0 0;
	color: #623C11;
	line-height: 140%;
}
#detail .descr {
	clear:both;
	padding: 15px 0 0 0;
	color: #623C11;
	line-height: 140%;
}
#similar {
	margin: 0 -2px;
}
#similar .sim_title {
	font-family: "Comic Sans MS",Verdana;
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 5px 5px;
}
#similar .item {
	background: #F9EDD0;
	margin: 10px 0;	
	width: 441px;
}
#similar .item .top {
	background: url("../tmpl/img/similar_top.jpg") no-repeat top left;
	width: 441px;
	height: 9px;
}
#similar .item .inner {
	padding:5px 10px;
}
#similar .item .img {
	float: left;
}#similar .item .info {
	padding-left: 160px;
}#similar .item .title {
	padding-bottom: 2px;
}#similar .item .title a {
	font-weight: bold;
	color: #623C11;
}#similar .item .sale_price {
	color: red;
	padding: 2px 0;
}#similar .item .price {
	padding: 2px 0;
}#similar .item .btn {
	padding: 10px 0;
	width: 110px;
}
#similar .item .bottom {
	background: url("../tmpl/img/similar_bottom.jpg") no-repeat top left;
	width: 441px;
	height: 10px;
}

.cart_header {
	height: 45px;
	background: url("../tmpl/img/green_mid.jpg") repeat-x top left;
}
.cart_header .left{
	background: url("../tmpl/img/green_left.jpg") repeat-x top left;
	width: 10px;
	height: 45px;
	float: left;
}
.cart_header .right{
	background: url("../tmpl/img/green_right.jpg") repeat-x top right;
	width: 10px;
	height: 45px;
	float: right;
}
.cart_header .inner, .cart_header .inner2 {
	padding: 10px 10px;
}
.cart_header .inner div {
	float: left;
}
.cart_header .inner2 div {
	float: right;
}
.cart_header .item .title {
	font-weight: bold;
	color: #FFF;
	padding: 4px 8px 0 4px;
}
.cart_header .item .index {
	background: #DFFDB3;
	border: 1px solid #FFF;
	padding: 2px 7px;
	font-family: "Trebuchet MS",Verdana;
	color: #2D4A00;
	font-weight: bold;	
}
.cart_header .item_disabled .title {
	color: #ccc;
}
.cart_header .item_disabled .index {
	background: transparent;
	border: 1px solid #CCCCCC;
	color: #ccc;
}
#cart_page_title {
	color: #854513;
	font-family: "Comic Sans MS",Verdana;
	font-size:30px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.buttonbar {
	padding: 10px 0;
}
.buttonbar .next .title{
	float: right;
	padding: 8px 10px;	
	color: #0162A3;
	font-weight: bold;
}
.buttonbar .next .btn {
	float:right;
}
.prod_list {
	padding: 0px 5px;
}
.prod_list .item {
	padding: 10px 0px;
	clear: both;
	border-bottom: 1px solid #579201;
}
.prod_list .item_last {
	border-bottom: none;
}
.prod_list .item .prodimg {
	float: left;
	border: 1px solid #F0D28B;
	padding: 3px;	
}
.prod_list .item .info {
	padding-left: 110px;	
}
.prod_list .item .title {
	padding: 5px 0 7px;
}
.prod_list .item .title a {
	color: #623C11;
	font-weight: bold;	
}
.prod_list .item .quantity {
	color: #623C11;
}
.prod_list .item .price {
	color: #623C11;
	padding: 4px 0;
} 
.prod_list .item .sub_total {
	color: #623C11;
	padding: 4px 0;
}
.prod_list .delbtn {
	float:right;
}
.prod_list .item .quantity select {
	border: 1px solid #CCC;
	background: #FFF;
}

.shipping_total
{
	border-top: 1px solid #579201;
	padding: 10px 18px 10px 0;
	text-align: right;
}

.whats_hot {
	height: 55px;
	background: url("../tmpl/img/whats_hot.jpg") repeat-x top left;
	padding:56px 0 0 0;
	margin: 0 -1px;
}
.whats_hot a{
	float: left;
	display: block;
}
.hot_list {
	margin: 0 -1px !important;	
	margin-top: -50px;
}
.hot_list .item  {
	margin: 10px 0;
	width: 442px;
	background: #F8EDCF url("../tmpl/img/front_listitem_top.jpg") repeat-x top left;
	
}
.hot_list .item .inner {
	padding: 10px;
}
.hot_list .item .info {
	padding: 0 0 0 165px;
}
.hot_list .item .title{
	padding: 5px 0 10px;	
}
.hot_list .item .for_boys {
	background: #F8EDCF url("../tmpl/img/front_for_boys.jpg") no-repeat top right;
	width: 77px;
	height: 36px;
	float: right;
	}
.hot_list .item .for_girls {
	background: #F8EDCF url("../tmpl/img/front_for_girls.jpg") no-repeat top right;
	width: 77px;
	height: 36px;
	float: right;
	}
.hot_list .item .title a {
	color : #623C11;
	font-weight: bold;		
}
.hot_list .item .price {
	color: #9C0101;
	float: right;
	font-size: 15px;
	font-weight: bold;	
	margin: 15px 5px 10px 10px;
}
.hot_list .item .img {
	float: left;
}
.hot_list .item .short_descr {
	color: #623C11;
	padding-right: 100px;	
}
.hot_list .item .bottom {
	width: 442px;
	height: 8px;
	clear: both;
	background: #F8EDCF url("../tmpl/img/front_listitem_bottom.jpg") repeat-x bottom left;
}
h1 {
	font-family: "Comic Sans MS",Verdana;
	font-size: 30px;
	font-weight: bold;
	color: #C00;
}
#cart_login_popup_back {
	opacity: .8;
	filter:alpha(opacity=80);
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left:0px;
	top: 0px;
	display: none;
}
#cart_login_popup {
	background: #FFF;
	width: 540px;
	position:absolute;
	left: 100px;
	top: 100px;
	display: none;
	padding: 10px;
}
#cart_login_popup fieldset {
	width: 250px;
	float:left;
	margin: 5px;
	}
#cart_login_popup .title {
	color: #c00;
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 25px;
	padding: 0 5px 10px;
}
#cart_login_popup .descr {
	color: #666;
	padding: 0 5px 5px;
}
#cart_login_popup .skip .info {
	color: #666;
	padding: 0 10px 10px 5px;
}
#cart_login_popup .skip .btn {
	padding: 0 0 5px 5px;
}
input.short {
	width: 60px;
}
.def_doc_body {
	color: #623C11;
	line-height: 130%;
	padding: 5px 10px 10px 5px;
}
.delbtn .sitebutton {
	width: 70px;
}
.buttonbar_content .back .sitebutton {
	width: 150px;
}
.buttonbar_content .next .sitebutton {
	width: 165px;
}
.buttonbar_personal .back .sitebutton {
	width: 115px;
}
.buttonbar_personal .next .sitebutton {
	width: 120px;
}.buttonbar_confirm .back .sitebutton {
	width: 165px;
}
.buttonbar_confirm .next .sitebutton {
	width: 120px;
}
.skip .sitebutton {
	width: 200px;
}
#userinfo .sitebutton {
	width: 75px;
}
#userinfo {
	height: 0.01%;
}
.account_btn .sitebutton {
	width: 60px;
}
