/**
* 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: #333;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	text-align: left;
}
body#site
{
	background: #fff url("../tmpl/img/body.png") repeat-x 0 0;
	text-align: center;
}

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

div
{
	margin: 0;
	padding: 0;
}

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

form
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #000;
	font-family: "Trebuchet MS", Verdana;
	margin: 0;
	padding: 0;
	text-align: left;
}
h2, h3, h4, h5, h6
{
	margin: 0 0 5px 0;
}
h1
{
	font-size: 26px;
	font-weight: bold;
/* 	margin: 0 0 5px 0; */
}
h2
{
	font-size: 22px;
	font-weight: bold;
}
h3
{
	font-size: 20px;
	font-weight: normal;
}
h4
{
	font-size: 18px;
	font-weight: bold;
}
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: 99%;
}
input.text:focus
{
	background-color: #ff9;
}

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: #fff;
	border: 1px solid #999;
	margin: 0;
	padding: 1px;
}

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

textarea
{
	background-color: #fff;
	border: 1px solid #999;
	margin: 0;
	padding: 2px;
	width: 99%;
}
textarea:focus
{
	background-color: #ff9;
}

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


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

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

.no_display
{
	display: none;
}

.wrap
{
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#clocks
{
	background-color: #ff9;
	border: 1px solid #f7c601;
	border-top-width: 0;
	font-size: 10px;
	height: 22px;
	line-height: 22px;
}
#clocks div
{
	float: left;
	padding: 0 55px 0 70px;
}
#clocks span
{
	float: left;
	padding: 0 55px 0 5px;
}
#clocks iframe
{
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
}

#header
{
	height: 88px;
	text-align: left;
}

#menu1-wrap
{
	background: #e1b500 url("../tmpl/img/menu1_wrap.png") repeat-x 0 0;
	clear: both;
	padding: 7px 0;
}
#menu1-shadow
{
	background: url("../tmpl/img/menu1_shadow.png") repeat-x 0 0;
	height: 8px;
	margin-bottom: 8px;
}

#left
{
	float: left;
	margin-top: 40px;
	width: 200px;
}

#right
{
	float: right;
	padding-left: 20px;
	width: 740px;
}

#article
{
	float: left;
	line-height: 140%;
	min-height: 400px;
	padding: 0 0 20px 0;
	text-align: left;
	vertical-align: top;
	width: 740px;
}

#footer-wrap
{
	background: #000 url("../tmpl/img/footer_wrap.png") repeat-x 0 0;
	clear: both;
	color: #fff;
/* 	margin-top: 20px; */
	padding-bottom: 30px;
}

#footer1
{
	border-bottom: 1px solid #666;
	font-size: 11px;
	padding: 15px 0;
}
#footer1 span
{
	float: left;
	padding-right: 10px;
}

#footer2
{
	padding: 15px 0;
}
#footer2 p
{
	color: #fc0;
	float: left;
	font-weight: bold;
	padding: 0 40px 0 0;
}
#footer2 div
{
	float: left;
	padding-right: 30px;
}

#footer3
{
	border-top: 1px solid #666;
	color: #999;
	font-size: 10px;
	padding: 15px 0;
}


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

.button
{
	background: url("../tmpl/img/button.gif") no-repeat 0 50%;
	color: #000;
	cursor: pointer;
	display: block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
	white-space: nowrap;
}
.button:active,
.button:hover
{
	color: #000;
	text-decoration: underline;
}

#dashboard
{
	background-color: #000;
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	position: absolute;
	right: 80px;
	text-decoration: none;
	top: 50px;
}

/*
#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.png") no-repeat 0 100%;
	float: right;
	height: 100%;
	margin-right: 13px;
	width: 17px;
}
/*
#icon-print
{
	background: #e6e6e6 url("../tmpl/img/icon_print_l.gif") no-repeat left center;
	color: #666;
	float: right;
	line-height: 25px;
	padding: 0 0 0 10px;
	text-decoration: none;
}
#icon-print:hover
{
	color: #666;
	text-decoration: underline;
}
#icon-print div
{
	background: #e6e6e6 url("../tmpl/img/icon_print_r.gif") no-repeat right center;
	float: left;
	padding: 0 10px 0 0;
}
#icon-print div div
{
	background: #e6e6e6 url("../tmpl/img/icon_print.gif") no-repeat right center;
	color: #666;
	cursor: pointer;
	cursor: hand;
	float: left;
	padding: 0 25px 0 0;
}
*/

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

/*
#icon-sendlink
{
	background: url("../tmpl/img/icon_sendlink.gif") no-repeat 50% 50%;
	float: right;
	height: 13px;
	margin: 20px 10px 0 0;
	width: 14px;
}
*/

#logo
{
	float: left;
	margin-top: 20px;
}

#search-form
{
	background: url("../tmpl/img/search.png") no-repeat 0 16px;
	clear: right;
	float: right;
	height: 50px;
	margin: 6px 0 0 0;
	width: 260px;
}
#search-form label
{
	color: #000;
	font-size: 10px;
	line-height: 100%;
	margin: 0;
	padding: 0 0 0 10px;
}
#search-btn
{
	background: none;
	border: 0;
	float: right;
	font-size: 12px;
	margin: 4px 17px 0 0;
	padding: 0;
}
#search-word
{
	background-color: #fff;
	border: 0;
	color: #000;
	float: left;
	font-size: 11px;
	margin: 5px 0 0 15px;
	width: 150px;
}

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

#your-inquiry
{
	color: #000;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 6px 0 0 0;
	text-align: left;
	text-decoration: none;
/* 	width: 234px; */
}
#your-inquiry:hover
{
	text-decoration: underline;
}


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

.fieldset-wrap fieldset
{
	border: 1px solid #333;
	margin-bottom: 20px;
}
.fieldset-wrap fieldset legend
{
	color: #333;
	font-weight: bold;
	padding: 0 5px;
}

.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: left;
	vertical-align: top;
}

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

fieldset.radiogroup
{
	border: 0;
	margin-bottom: 0;
	padding: 0;
}

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

.hint
{
	color: #999;
	padding: 0 5px;
}
.hint-bottom
{
	color: #999;
	padding-left: 2px;
}

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

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


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

/* header */
#menu1
{
	float: left;
	margin: 0;
}
#menu1 li
{
	background: url("../tmpl/img/menu1.png") no-repeat 0 50%;
	float: left;
	list-style: none;
	padding-left: 7px;
}
#menu1 li#menu1-first-1
{
	background: none;
	padding-left: 0;
}
#menu1 b
{
	float: left;
}
#menu1 a
{
	color: #000;
	float: left;
	font-weight: bold;
	line-height: 100%;
	margin: 0 7px;
	padding: 15px 0;
	text-decoration: none;
}
#menu1 a:hover
{
	color: #fff;
	text-decoration: none;
}
#menu1 li.active b
{
	border: 1px solid #d0a90b;
	margin: 0 7px;
}
#menu1 li.active b b
{
	border: 1px solid #a48816;
	margin: 0;
}
#menu1 li.active b b b
{
	border: 1px solid #88731d;
	margin: 0;
}
#menu1 li.active a
{
	background-color: #000;
	border: 1px solid #fff;
	color: #fff;
	padding: 12px 7px;
	margin: 0;
}

/* footer */
#menu2
{
	float: left;
	margin: 0;
}
#menu2 li
{
	float: left;
	list-style: none;
}
#menu2 a
{
	border-left: 1px solid #fff;
	color: #fff;
	float: left;
	padding: 0 10px;
	text-decoration: none;
}
#menu2 a:hover
{
	color: #e7d486;
	text-decoration: none;
}
#menu2 #menu2-first-1 a
{
	border-left: 0;
}

/* left-side (2.level or product categories) */
#menu3-wrap
{
	background-color: #000;
	padding: 15px;
	margin-bottom: 10px;
}
#menu3-wrap h5
{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 15px 0;
}
#menu3
{
	margin: 0;
}
#menu3 li
{
	list-style: none;
}
#menu3 a
{
	background: url("../tmpl/img/menu3.gif") no-repeat 4px 7px;
	border-top: 1px solid #594c3b;
	color: #fff;
	display: block;
	padding: 4px 4px 4px 20px;
	text-decoration: none;
}
#menu3 a:hover
{
	background-color: #2a2a2a;
	background-image: url("../tmpl/img/menu3_hover.gif");
	color: #fff;
	text-decoration: none;
}
#menu3 li.active a
{
	background: #f7c600 url("../tmpl/img/menu3_active.png") no-repeat 1px 4px;
	color: #000;
}

/* e-catalogue static menu */
#menu4-wrap
{
	background-color: #000;
	padding: 15px;
	margin-bottom: 20px;
}
#menu4-wrap h5
{
	color: #ffbc00;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 15px 0;
}
#menu4
{
	margin: 0;
}
#menu4 li
{
	list-style: none;
}
#menu4 a
{
	background: url("../tmpl/img/menu4.gif") no-repeat 4px 7px;
	border-top: 1px solid #594c3b;
	color: #fff;
	display: block;
	padding: 4px 4px 4px 20px;
	text-decoration: none;
}
#menu4 a:hover
{
	background-color: #2a2a2a;
	background-image: url("../tmpl/img/menu4_hover.gif");
	color: #fff;
	text-decoration: none;
}
#menu4 li.active a
{
	background: #f7c600 url("../tmpl/img/menu4_active.png") no-repeat 1px 4px;
	color: #000;
}

/* language select */
#lang
{
	float: right;
	margin: 0 4px 0 0;
}
#lang li
{
	float: left;
	list-style: none;
}
#lang a
{
	border: 1px solid #000;
	color: #000;
	float: left;
	font-size: 10px;
	line-height: 100%;
	margin: 4px 5px 0 4px;
	padding: 1px 3px;
	text-decoration: none;
}
#lang a:hover
{
	background-color: #999;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}
#lang li.active a
{
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

/* featured|new products */
.products-fn
{
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
}
.products-fn li
{
	float: left;
	list-style: none;
}
.products-fn a
{
	color: #666;
	float: left;
	margin: 2px 2px 0 0;
	padding: 0;
	text-decoration: none;
	width: 62px;
}
.products-fn a:hover
{
	color: #000;
	text-decoration: none;
}
#products-fn-feat-last-1 a,
#products-fn-new-last-1 a
{
	margin-right: 0;
}
.products-fn .img
{
	border: 1px solid #ccc;
	cursor: pointer;
	float: left;
	min-height: 60px;
	min-width: 60px;
}
.products-fn a:hover .img
{
	border: 1px solid #000;
}
.products-fn img,
.products-fn .no-img
{
	float: left;
}
.products-fn .no-img
{
	color: #999;
	font-size: 8px;
	height: 40px;
	min-height: 0;
	padding-top: 20px;
	text-align: center;
	width: 60px;
}
.products-fn span
{
	cursor: pointer;
	display: none;
}


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