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

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

*
{
	color: #86763D;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

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

div
{
	margin: 0;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 4px;
}

form
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *
{
	color: #86735D;
	font-family: Georgia, Verdana, Arial;
	margin: 0;
	text-align: left;
}
h1
{
	padding: 5px 0 20px 0;
}
h2, h3, h4, h5, h6
{
	padding: 10px 0 5px 0;
}
h1, h1 *
{
	font-size: 22px;
	font-weight: bold;
}
h2, h2 *
{
	font-size: 18px;
	font-weight: bold;
}
h3, h3 *
{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
h4, h4 *
{
	font-size: 16px;
	font-weight: bold;
}
h5, h5 *
{
	font-size: 14px;
	font-weight: bold;
}
h6, h6 *
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

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

li
{
	margin: 0;
	padding: 0;
}

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

option
{
	background-color: #F2F2F2;
}

p
{
	margin: 11px 0;
}

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

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

textarea
{
	background-color: #F2F2F2;
	border: 1px solid #999;
	margin: 0;
	padding: 1px;
}
textarea:focus
{
	border: 1px solid #0B0;
}

ul
{
	margin: 0;
	padding: 0;
}


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

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

#container
{
	width: 830px;
	margin: 0 auto;
}

#container_header
{
	width: 100%;
	min-height: 215px;
	background: url("../tmpl/img/header.png") no-repeat left top;
	text-align: left;
}
#top-menu
{
	height: 35px;
	margin: 0 auto;
	text-align: center;
	width: 95%;
}

#container_middle
{
	width: 825px;
	background: #F3F3DA;
	margin-bottom: 15px;
}

#container_middle td
{
	vertical-align: top;
}

#container_left
{
	width: 276px;
}
#container_left a
{
	display: block;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}
#container_left a img
{
	border: 3px solid #DBDBC8;
}

#container_right
{
	width: 549px;
	text-align: left;
	padding-left: 5px;
	background: #EEEECA;
	color: #86763D;
	font-family: Georgia, Verdana, Arial;
	font-size: 13px;
}

#container_footer
{
	width: 825px;
	height: 20px;
	line-height: 20px;
	background: #F3F3DA;
	clear: both;
	margin-bottom: 3px;
}

#container_footer div
{
	margin-left: 15px;
	color: #999966;
	text-align: left;
	font-style: Georgia, Verdana, Arial;
	font-size: 13px;
}

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

/** featured product */
#container_left img
{
	border: 0;
}

/************************/

#home_link
{
	display: block;
	height: 85px;
	width: 105px;
	margin-top: 18px;
	margin-left: 344px;
	margin-bottom: 35px;
}

#article
{
	background: #fff;
	border-top: 2px solid #fff;
	float: left;
	line-height: 140%;
	min-height: 500px;
	padding: 30px 25px 30px 35px;
	text-align: left;
	vertical-align: top;
	width: 650px;
}
* html #article /* IE 6 */
{
	height: 500px;
}

.button
{
	text-align: center;
	margin-bottom: 15px;
}

.button a
{
	font-family: Georgia, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	background: #FFF;
	border: 1px solid #BCBC9C;
	color: #666;
	display: block;
	text-decoration: none;
	padding: 5px;
}

.button a:active,
.button a:hover
{
	text-decoration: underline;
}

/* rounded-corners (SiteButton) */
/*
.button
{
	background-color: #e2ebf2;
	float: left;
}
.button .t
{
	background: url("../tmpl/img/button_tr.gif") no-repeat right top;
	margin: 0;
	padding: 0;
}
.button .b
{
	background: url("../tmpl/img/button_br.gif") no-repeat right top;
	margin: 0;
	padding: 0;
}
.button .t img,
.button .b img
{
	border: none;
	display: block !important;
	height: 2px;
	margin: 0;
	padding: 0;
	width: 2px;
}
.button p
{
	margin: 0;
	padding: 1px 10px;
	white-space: nowrap;
}
.button p a
{
	color: #305d7f;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.button p a:active,
.button p a:hover
{
	color: #305d7f;
	text-decoration: none;
}
*/

#icon-print
{
	background: url("../tmpl/img/icon_print.gif") no-repeat right center;
	clear: both;
	display: block;
	height: 16px;
	margin-bottom: 20px;
	margin-right: 10px;
	padding-right: 20px;
	text-align: right;
	text-decoration: none;
}
#icon-print:hover
{
	color: #666;
	text-decoration: underline;
}

#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;
}

#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;
}


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

.layout_body
{
	margin-bottom: 4px;
	margin-top: 4px;
}

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

.layout_footer1 #sep
{
	width: 6px;
}

.layout_footer2 #sep
{
	width: 6px;
}

.layout_header1 #sep
{
	width: 6px;
}

.layout_header2 #sep
{
	width: 6px;
}


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

.form
{
	background-color: #FFF;
	width: 99%;
}
.form td
{
	background-color: #FFF;
}

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

.form_label
{
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

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

#hint
{
	color: #999;
	padding: 0 5px;
}

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

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


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

/* horisontal */
ul.header
{
	height: 2.9em;
	text-align: center;
}

.header li
{
	display: inline;
	list-style: none;
	padding: 0 1.5em 0 1.5em;
	text-decoration: none;
	white-space: nowrap;
}

.header li.cart
{
	background: url("../tmpl/img/shopping_cart.gif") no-repeat left center;
}
.header li.checkout
{
	background: url("../tmpl/img/checkout.gif") no-repeat left center;
}
.header li.sendtofriend
{
	background: url("../tmpl/img/send_link.gif") no-repeat left center;
}
.header li.newsletter
{
	background: url("../tmpl/img/newsletter.gif") no-repeat left center;
}

.header a
{
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	font-family: Georgia, Verdana, Arial;
	font-size: 13px;
	font-style: italic;
	/*color: #999966;*/
	/*color: #A2988A;*/
	color: #BCB1A0;
	/*color: #A08671;*/
}

.header a:hover
{
	text-decoration: underline;
}

.header li.active a
{
	text-decoration: underline;
}

/* horisontal */
ul.main
{
	height: 3.5em;
	width: 100%;
}

.main li
{
	display: block;
	float: left;
	list-style: none;
	text-decoration: none;
	white-space: nowrap;
}

.main li#main-1
{
	width: 276px;
	border-bottom: 10px solid #CCCC65;
}
.main li#main-2
{
	width: 274px;
	margin-left: 2px;
	margin-right: 2px;
	border-bottom: 10px solid #999966;
}
.main li#main-3
{
	width: 270px;
	border-bottom: 10px solid #CCCC99;
}

.main a
{
	display: block;
	text-decoration: none;
	height: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	font-family: Georgia, Verdana, Arial;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #999966;
	text-align: center;
}

.main a:hover
{
	text-decoration: none;
	background: #86735D;
	color: #FFF;
}

.main li.active a
{
	background: #86735D;
	color: #FFF;
}


/* language selector */
.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;
}
*/

/* location bar */
/*.location_bar td
{
	vertical-align: top;
}
.location_bar a
{
	color: #999;
	font-weight: normal;
	padding: 0 1px;
	text-decoration: none;
}
.location_bar a:active,
.location_bar a:hover
{
	color: #666;
	text-decoration: underline;
}
.location_bar .sep
{
	color: #666;
	font-weight: normal;
	padding: 0 4px 0 1px;
}*/

/* navigation bar */
/*.navi l1
{
	float: left;
	list-style: none;
	padding: 0;
	text-decoration: none;
}
.navi l1 a
{
	color: #666;
	font-weight: normal;
}
.navi l1 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;
}
