/**
* Main CSS of site interface.
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

html
{
	height: 100%;
}

*
{
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a
{
	color: #C00;
	font-weight: normal;
	text-decoration: underline;
}
a:active,
a:hover
{
	color: #C00;
	text-decoration: none;
}

body
{
	/*background-image:url(../tmpl/img/logo.jpg);
	background-position:top center;
	background-repeat:no-repeat;*/
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
body#site
{
	text-align: center;
}

div
{
	margin: 0;
	padding: 0;
}

fieldset
{
	margin:0px 0pt 10px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
fieldset legend {
	font-weight: bold;
	color: #666;
	padding: 0 5px;
}

form
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #24315d;
	font-family: "Trebuchet MS", Verdana;
	margin: 0;
	padding: 5px 0 20px 0;
	text-align: left;
}
h2, h3, h4, h5, h6
{
	padding: 10px 0 5px 0;
}
h1
{
	font-size: 26px;
	font-weight: bold;
}
h2
{
	font-size: 24px;
	font-weight: normal;
}
h3
{
	font-size: 20px;
	font-weight: normal;
}
h4
{
	font-size: 18px;
	font-weight: normal;
}
h5
{
	font-size: 16px;
	font-weight: bold;
}
h6
{
	font-size: 14px;
	font-weight: bold;
}

input.checkbox
{
	height: 12px;
	width: 12px;
}
input.radio
{
	height: 12px;
	width: 12px;
}
input.text
{
	background-color: #F5F5F5;
	border: 1px solid #999;
	padding: 2px;
	width: 220px;
}
input.text:focus
{
	border: 1px solid #000;
}

li
{
	margin: 0;
	padding: 0;
}

ol
{
	margin: 0 0 0 20px;
	padding: 0;
}

option
{
	background-color: #F2F2F2;
}

p
{
	margin: 0;
}

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 0 0 20px;
	padding: 0;
}


/*********************/
/* Layout containers */
/*********************/

br.clear
{
	clear: both;
	display: block;
	font-size: 0;
}

#blank_layer {
	display:block;
	float:left;
	margin: 8px 0 0 10px;
}
#blank_layer img {
	width: 410px;
	height: 40px;
}

/* simple centered */
a img {
	border: none;
}
#main_container
{
	margin: 0 auto;
	width: 889px;
	/*padding: 45px 0 0 0;*/
	padding: 10px 0 0 0;
}
#top {
	background: url("../tmpl/img/bar_top.jpg") no-repeat left top;
	width: 100%;
	height: 45px;
}
#banner {
	margin: 0 0 0px 0;
	/*background-image:url(../tmpl/img/test_banner.jpg);*/
	height:200px;
	width:881px;
}
#main {
	margin: 14px 5px 15px 4px;
}
#top_bar {
	background: url("../tmpl/img/top_bar.jpg") no-repeat left top;
	height: 50px;
	width:881px;
}
#logo
{
	background: url("../tmpl/img/logo.png") no-repeat 0 50%;
	color: #c85447;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	margin-left: 20px;
	padding-left: 125px;
	text-decoration: none;
}
#logo:hover
{
	text-decoration: none;
}
#logos
{
	border: 1px solid #dedede;
	float: left;
	width: 879px;
	margin: 0px 0 4px;
	text-align: left;
}
#logos a,
#logos img
{
	float: left;
	margin: 0;
}
#bottom
{
	clear: both;
	/*height: 55px;*/
	border: 1px solid #dedede;
	float: left;
	/*padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;*/
	padding: 10px 15px;
	width: 849px;
}
#bottom2
{
	height: 20px;
}
#bottom #bank_info {
	float: right;
	font-weight: bold;
	color: #666;
	/*padding:25px 0 0 5px;*/
	line-height: 31px;
}
#bottom #bank_icons {
	float: right;
	/*padding:15px 0 0 0px;*/
	margin: 0 0 0 10px;
}
#bottom #bank_icons a
{
	float: left;
	margin-left: 5px;
}
#bottom #contacts {
	float:left;
	color: #666;
	/*padding: 25px 10px 0 0;*/
	text-align: left;
}
#lang {
	float: right;
	margin: 8px 10px 0 10px;
}
#cart_summary {
	cursor:pointer;
	color: #666;
	/*width: 130px;*/
	/*margin: 16px 15px 0 10px;*/
	margin: 0 15px;
	background: url("../tmpl/img/cart_icon.jpg") no-repeat 0 50%;
	/*height: 13px;*/
	line-height: 50px;
	float:right;
	text-align:left;
	padding: 0 0 0 28px;
}
#cart_summary .title {
	margin:5px 0 0 0;
}
#cart_summary .title a {
	color: #D62D29;
	font-weight: bold;
	text-decoration: none;
}
#cart_summary .info {
	color: #2d2d2d;
	font-size:14px;
}
#prod_panel {
	float: left;
	background: #FFFFFF;
	/*height: 338px;*/
	width: 216px;
	margin: 0 3px 10px 0;
	border: 1px solid #dedede;
}
.sub#prod_panel {
	margin-top: 2px;
	height: auto;
	padding-bottom: 7px;
	margin-bottom: 6px;
}
#prod_panel .title {
	height: 24px;
	background: url("../tmpl/img/prod_grad.jpg") repeat-x 0 0;
	text-align: left;
	padding: 4px 9px ;
}
#prod_panel .title a {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#feat_panel {
/* 	float: right; */
	text-align: left;
}
.sub#feat_panel {
	float:left;
	clear:left;
	width: 218px;
	margin-bottom: 10px;
}

#feat_panel .title {
	height: 22px;
	margin: 0 0 0px 222px;
	background: url("../tmpl/img/feat_grad.jpg") repeat-x 0 0;
	background-position:bottom;
	padding: 3px 6px 0px;
}
.sub#feat_panel .title {
	margin-left: 0px;
	height: 22px;
}
#feat_panel .title .text {
	padding: 2px 0 2px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}
#feat_panel .feat_item {
	width: 162px;
	/*min-height: 153px;*/
	float: left;
/* 	margin: 1px 0 0 1px; */
	padding: 0 2px 2px 0;
	/*border: 1px solid #CCC;*/
}
* html #feat_panel .feat_item
{
	height: 153px;
}
#feat_panel .feat_item .feat-inner
{
	border: 1px solid #dedede;
	float: left;
	min-height: 175px;
	width: 159px;
	margin: 1px 0 0 1px;
}
* html #feat_panel .feat_item .feat-inner
{
	height: 150px;
}
#feat_panel .feat_item .image {
	height: 85px;
	padding: 10px;
}
#feat_panel .feat_item .name {
	padding: 0px 15px 5px 10px;
	text-align: center;
}
#feat_panel .feat_item .name a{
	color:  #2D2D2D;
	text-decoration: none;
}
#feat_panel .feat_item .price {
	color: #b51a00;
	padding: 0 2px;
	text-align: center;
	font-weight:bold;
	line-height: 150%;
}

#feat_panel .feat_item .old_price {
	color: #666;
	text-decoration: line-through;
	padding: 0 6px 0 0;
}
#feat_panel .feat_item .new_price {
	color: #b51a00;
	font-weight: bold;
}

.sub#feat_panel .feat_item {
	width: auto;
	height: 104px;
	float: none;
	margin: 0;
	border-top: none;
}
.sub#feat_panel .feat_item .image {
	width: 120px;
	height: 104px;
	padding: 0;
	float:left;
}
.sub#feat_panel .feat_item .info {
	float: right;
	width: 94px;
}
.sub#feat_panel .feat_item .name {
	padding: 15px 15px 5px 0;
	text-align: left;
}
.sub#feat_panel .feat_item .price {
	text-align: left;
}
.sub#feat_panel .feat_item .old_price {
	padding: 0 0 5px 0;
}
#main_contents {
	text-align: left;
	margin: 4px 4px 25px 0px;
	float:right;
	width: 650px;
}
#doc_body {
	color: #666;
	line-height: 140%;
	margin: 10px 0 0 0;
	clear:left;
}
#doc_title {
	font-family: "Trebuchet MS",Verdana;
	font-size: 24px;
	color: #D62D29;
	font-weight: bold;
	margin: 1px 0 0 3px;
}
.float_a a {
	float:left;
}

#user_data {
	float:left;
	text-align: left;
	padding: 9px 10px 0 20px;
}
#user_data .title {
	font-weight: bold;
	color: #666;
	float:left;
}
#user_data a.logout {
	color: #666;
	float: left;
	font-weight: normal;
	text-decoration: underline;
	padding: 0 0 0 15px;
}
#user_data .links {
	float: left;
	clear:left;
	padding: 3px 0 0 0;
}
#user_data .links a {
	display:block;
	color: #333333;
	text-decoration: none;
/* 	line-height: 97%; */
	font-size: 10px;
	padding: 0 0 0 13px;
	background: url("../tmpl/img/bullet_plus.jpg") no-repeat 0 70%;
}
#user_data .links a:hover {
	text-decoration: underline;
}
#doc_register_form > table,
#doc_register_form > fieldset
 {
	width: 77%;
}

.highlight {
	border: 1px solid #CCC;
	background: #FFFFCC;
	padding: 10px;
	color: #666;
}


.gr_list_item {
	float:left;
	width: 210px;
	margin: 0 2px 6px;
	border: 1px solid #DDD;
	border-width: 1px 1px 5px 1px;
	height: 245px;
	cursor: pointer;
}
.gr_list_item .name{
	padding: 4px 0;
}
.gr_list_item .name a{
	color: #D62D29;
	font-weight: bold;
	text-decoration: none;
}
.gr_list_item .name a:HOVER{
	color: #D62D29;
}
.gr_prod_separ {
	height: 10px;
}


#login td {
	background: #EEE;
}
#login .links div {
	margin-bottom: 2px;
	clear:right;
}
#login .links a {
	text-align: center;
	width: 100px;
	float:right;
	margin: 0 0 4px 4px;
	color: #FFF;
}
fieldset #login td {
	background: #FFF;
}
fieldset #login input {
	width: 160px;
	background: #FFF;
}

fieldset.account {
	width: 305px;
	float:left;
	margin-right: 15px;
}
fieldset.shipping {
	float:right;
	margin-right: 5px;
}
.account .form_label {
	text-align: right;
	color: #D62D29;
	font-weight: bold;
	padding: 2px 10px 2px 2px;
}

.fieldset_button {
	padding: 0px 0px 2px 115px;
	height: 25px;
}
.fieldset_button2 {
	clear:left;
	float:left;
	padding: 7px 0px 2px 85px;
	border-top: 1px solid #CCC;
	margin: 7px 0 0 0;
	width: 215px;
}
.fieldset_button2 a{
	float:left;
}
.fieldset_button a{
	float:left;
	margin-right: 10px;
}
fieldset.account input{
	width: 150px;
}
.paginator_title {
	color: #666;
	font-weight:bold;
}
.paginator_legend {
}
.paginator_nav {
	margin-top: 10px;
}
.paginator_nav td {
	margin: 0 1px;
	padding: 0;
}
.paginator_nav .btn_prev {
	border: 1px solid #DDDDDD;
	float:left;
}
.paginator_nav .btn_page {
	border: 1px solid #DDDDDD;
	float:left;
}
.paginator_nav .btn_page a {
	color: #CC0000;
	font-weight: bold;
	display:block;
	padding: 2px 5px;
	text-decoration: none;
}
.paginator_nav .btn_page a:hover {
	background: #EEE;
}
.paginator_nav .active {
	border: 1px solid #CC0000;
	float:left;
}
.paginator_nav .active a,
.paginator_nav .active a:hover {
	color: #FFF;
	background: #CC0000;
}
.paginator_nav .btn_next {
	border: 1px solid #DDDDDD;
	float:left;
}
.paginator_nav .btn_prev a ,
.paginator_nav .btn_next a {
	color: #CC0000;
	float:left;
	display: block;
	text-decoration: none;
	padding: 2px 5px;
}
.paginator_nav .btn_prev a:hover,
.paginator_nav .btn_next a:hover {
	background: #EEE;
}

.paginator_nav .disabled{
	color: #999;
	padding: 2px 5px;
}

.prod_list_item {
	cursor: pointer;
	float:left;
	border: 2px solid #FFF;
	width: 200px;
	height: 215px;
	padding: 5px;
	margin: 0px 1px 0 1px;
}
.prod_list_item .name {
	padding: 2px;
}
.prod_list_item .name a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.prod_list_item .price {
	color: #B51A00;
	padding: 2px;
	font-weight:bold;
}
.prod_list_item .price-euro {
	padding-top: 0;
}
.prod_list_item .price .old_price {
	color: #666;
	text-decoration: line-through;
}
.prod_list_item .price .new_price {
	color: #B51A00;
	margin-left: 7px;
	font-weight: bold;
}
.featured {
	border: 2px solid #D62D29;
}
.prod_list_item .featured_icon {
	width: 20px;
	height: 20px;
	padding-top: 35px;
	float:right;
	background: url("../tmpl/img/soovitame2.jpg") no-repeat right bottom;
}

.paginator_legend {
	text-align: center;
	clear:both;
	padding-top: 20px;
}

.product_one .left {
	float:left;
	width:360px;
}
.product_one .left .price{
	border: 1px solid #ccc;
	background: #ECECEC;
	color: #B51A00;
	padding: 5px 7px;
	font-weight: bold;
}
.product_one .left .price b{
	color: #333333;
}
.product_one .left .price .old_price {
	text-decoration: line-through;
	padding: 0 7px 0 0;
	color: #333333;
}
.product_one .left .price .new_price {
	color: #B51A00;
	font-weight:bold;
}

.product_one .left .featured_icon {
	float:right;
	background: url("../tmpl/img/soovitame2.jpg") no-repeat ;
	color: #D62D29;
	font-weight: bold;
	padding: 0px 0 2px 20px;
}

.product_one .left .image {
	height: 314px;
}

.product_one .left .image_list {
	border: 1px solid #ccc;
	background: #ECECEC;
	padding: 6px;
}
.product_one .left .zoom a {
	background: url("../tmpl/img/zoom.gif") no-repeat;
	color: #666;
	text-decoration: none;
	display:block;
	padding: 2px 0 4px 24px;
}
.product_one .left .small_image_a,
.product_one .left .small_image {
	width: 110px;
	height: 110px;
	border: 1px solid #CCC;
	float:left;
	margin: 7px 5px 0px 0;
	background: #FFF;
}
.product_one .left .image_last {
	margin-right:0;
}
.product_one .left .small_image_a {
	border: 1px solid #C00;
}

.product_one .right {
	float:left;
	width: 255px;
	padding: 0 0 0 15px;
}
.product_one .right .name {
	color: #D62D29;
	font-weight: bold;
}
.product_one .right .code {
	color: #666;
	margin-bottom: 20px;
}
.product_one .right .descr {
	color: #666;
}
#opt  {
	padding: 15px 0;
}
#opt input
{
	float: left;
}
#opt .opt1_label{
	float:left;
	color: #666;
	padding-top: 2px;
	text-align: right;
	width: 93px;
}
#opt .opt1_field {
	margin-left: 100px;
}
#opt .opt2 {
	margin-top: 20px;
}
#opt .opt2_item {
	clear:left;
	padding: 5px 0;
}
#opt .opt2_label{
	float:left;
	color: #666;
	padding-top: 2px;
	text-align: right;
	width: 90px;
	padding-right: 10px;
}
#opt .opt2_item .color {
	width: 38px;
	height: 18px;
	border: 1px solid #999;
	float: left;
}
#opt .qty_item {
	margin-bottom: 5px;
}
#opt .qty_label {
	float:left;
	width: 90px;
	color: #666;
	padding: 2px 10px 0 0 ;
	text-align: right;
}
#opt .qty_field select {
	width:40px;
}
#opt .stock{
	color: #666;
	float: left;
	margin: 2px 0 0 0;
}

#invoice
{
	padding: 15px;
	text-align: left;
	margin: 0 auto;
	width: 800px;
}
#invoice .getter,
#invoice .payer
{
	width: 50%;
	float:left;
	margin-bottom: 20px;
}
#invoice .payer
{
	clear:left;
	margin-bottom: 30px;
}
#invoice .info
{
	margin-top: 20px;
	font-weight: bold;
	padding-right: 100px;
}
#invoice .title
{
	font-weight: bold;
	margin-bottom: 10px;
}
#invoice .prod_list
{
	clear:left;
}
#invoice .prod_list_table
{
	width: 100%;
}
#invoice .prod_list_table .clabel
{
	font-weight:bold;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	background: #F5F5F5;
	padding: 5px 10px 5px 5px;
}
#invoice .prod_list_table .edata,
#invoice .prod_list_table .odata
{
	border-bottom: 1px solid #D9D9D9;
	padding: 5px 10px 5px 5px;
}
/*#invoice .prod_list .layout_footer1 table td
{
	background-color: red;
	padding: 5px 0 0 10px;
	font-weight: bold;
}*/
#invoice #summary td
{
	padding: 5px 10px 0 10px;
	text-align: right;
}
#invoice .print_link
{
	margin-bottom: 10px;
}
#invoice .print_link a
{
	width: 50px;
	margin: 0 auto;
}


/*********/
/* Items */
/*********/

#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;
}

h1
{
	color: #0d579c;
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

.button
{
	background: url("../tmpl/img/feat_grad.jpg") repeat-x 0 0;
	border: 1px #666 solid;
	color: #FFF;
	display: block;
	padding: 4px 6px 0px;
	height:20px;
	text-decoration: none;
	border: 1px solid #990000;
	text-align: center;
	margin-bottom:10px;
}
.button:active,
.button:hover
{
	border: 1px solid #CC0000;
	color: #FFF;
	text-decoration: none;
}



#icon_print {
	float:right;
	margin: 5px 3px;
}
#icon-print
{
	background:  url("../tmpl/img/icon_print.gif") no-repeat right center;
	color: #999;
	line-height: 25px;
	padding: 3px 20px 3px 0px;
	text-decoration: none;
}

#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
{
	float: right;
	margin: 12px 10px 0 0;
	vertical-align: bottom;
}
#search-form label
{
	color: #0B96D2;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#search-btn
{
	border: none;
	display: block;
	float: left;
	font-weight: bold;
	cursor: pointer;
	margin: 2px  0 0;
	vertical-align: bottom;
	background: transparent;
}
#search-word
{
	/*background:none;
	background-image:url(../tmpl/img/search_ff.gif);
	border:none;*/
	border: 1px solid #cdcdcd;
	color: #666;
	display: block;
	float: left;
	height: 15px;
	line-height: 20px;
	padding: 2px 3px;
	vertical-align: bottom;
	width: 101px;
}

#err_msg {
	border: 1px solid #C00;
	padding: 3px 5px;
	font-weight: bold;
	color: #C00;
	clear:both;
}
#succ_msg {
	clear:both;
	border: 1px solid #080;
	padding: 3px 5px;
	font-weight: bold;
	color: #080;
}
.orders_list {
	padding: 10px 3px 4px 3px;
}
.orders_list .clabel {
	color: #BF1C19;
	padding: 3px 5px;
	background: #ECECEC;
}
.orders_list .edata,
.orders_list .odata {
	color: #666;
	border-bottom: 1px solid #ECECEC;
}
.orders .layout_footer1 {
	margin-top: 4px;
}
fieldset.orders {
	margin-top: 15px;
}

.euro
{
	color: #999;
	font-size: 10px;
	font-weight: normal;
}


/*****************/
/* Form, Listing */
/*****************/

.layout_body
{
	margin-bottom: 4px;
	margin-top: 4px;
}

.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;
}


/********/
/* Form */
/********/

.form
{
	background-color: #FFF;
	width: 99%;
	clear:left;
}
.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;
	color: #666;
}
.form_label .hint {
	color: #999;
	font-size: 10px;
	padding: 2px 3px;
}
.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 */
/*********/
#menu_h1 {
	float: left;
	padding: 5px 0 0 10px;
	text-align: left;
	/*padding: 13px 0 0 17px;*/
}
/* horizontal menu at left-top corner */
.h1_menu_content
{

}
.h1_menu_content td
{
	height: 35px;
	vertical-align: middle;
}
.h1_menu_content .l1,
.h1_menu_content .l1_a
{
	color: #333333;
	display: block;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight:bold;
	/*padding: 4px 6px 4px 6px;*/
	padding: 0 5px;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 1px;
	/*font-size: 10px;*/
}
.h1_menu_content .l1_a,
.h1_menu_content .l1:active,
.h1_menu_content .l1:hover,
.h1_menu_content .l1_a:active,
.h1_menu_content .l1_a:hover
{
	padding: 3px 4px 3px 4px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #D62D29;
}

/* horizontal menu at footer */
.h2_menu_content
{
	padding: 10px 0 30px 0;
}
.h2_menu_content .l1,
.h2_menu_content .l1_a
{
	color: #666;
	font-weight: normal;
	padding: 0 7px;
	text-decoration: none;
}
.h2_menu_content .l1_a,
.h2_menu_content .l1:active,
.h2_menu_content .l1:hover,
.h2_menu_content .l1_a:active,
.h2_menu_content .l1_a:hover
{
	color: #666;
	text-decoration: underline;
}

/* horizontal menu at right-top corner */
.h3_menu_content
{
	padding: 7px 0 0 0;
}
.h3_menu_content .l1,
.h3_menu_content .l1_a
{
	background: url("../tmpl/img/h3_l1.gif") no-repeat left center;
	color: #FFF;
	display: block;
	font-weight: normal;
	padding: 0 8px 0 10px;
	text-decoration: none;
	white-space: nowrap;
}
.h3_menu_content .l1_a,
.h3_menu_content .l1:active,
.h3_menu_content .l1:hover,
.h3_menu_content .l1_a:active,
.h3_menu_content .l1_a:hover
{
	color: #FFF;
	text-decoration: underline;
}

/* vertical menu at left or right */
.v1_menu_content
{
	text-align: left;
	padding: 0;
	width: 100%;
}
.v1_menu_content .l1,
.v1_menu_content .l1_a
{
	background: url("../tmpl/img/bullet.gif") no-repeat 10px 35%;
	color: #333333;
	display: block;
	font-weight: normal;
	padding: 2px 5px 7px 27px;
	text-decoration: none;
}

.v1_menu_content .l1_a
{
	background: url("../tmpl/img/bullet2.gif") no-repeat 10px 35%;
}
.v1_menu_content .l1:active,
.v1_menu_content .l1:hover
{
	color: #5E5E5E;
	text-decoration: none;
}
.v1_menu_content .l1_a,
.v1_menu_content .l1_a:active,
.v1_menu_content .l1_a:hover
{
	color: #5E5E5E;
	text-decoration: none;
}
.v1_menu_content .l2,
.v1_menu_content .l2_a
{
	background: #FFF;
	color: #333333;
	display: block;
	font-weight: normal;
	padding: 2px 5px 7px 27px;
	text-decoration: none;
}
.v1_menu_content .l2_a
{
	background: #FFF url("../tmpl/img/arrow.gif") no-repeat 12px 35%;
}
.v1_menu_content .l2:active,
.v1_menu_content .l2:hover
{
	background-color: #F5F5F5;
	color: #5E5E5E;
	text-decoration: none;
}
.v1_menu_content .l2_a,
.v1_menu_content .l2_a:active,
.v1_menu_content .l2_a:hover
{
	color: #5E5E5E;
	text-decoration: none;
}
#menu_v2 {
	margin: 5px;
}
#menu_v2 .menu {
	width: 270px;
	float:left;
	margin-bottom: 10px;
}
/* vertical menu under document title */
.v2_menu_content
{
}
.v2_menu_content td
{
	padding: 0 0;
}
.v2_menu_content .l1,
.v2_menu_content .l1_a
{
	background: url("../tmpl/img/bullet2.gif") no-repeat 0 50%;
	color: #D62D29;
	display: block;
	font-weight: normal;
	padding: 3px 5px 3px 15px;
	text-decoration: none;
}
.v2_menu_content .l1:active,
.v2_menu_content .l1:hover,
.v2_menu_content .l1_a,
.v2_menu_content .l1_a:active,
.v2_menu_content .l1_a:hover
{
	color: #D62D29;
	text-decoration: underline;
}

/* language selector */
.lang_menu_content
{
	padding: 5px 0 0 0;
}
.lang_menu_content .l1,
.lang_menu_content .l1_a
{
	display: block;
	padding: 0 8px 0 0;
	text-decoration: none;
	white-space: nowrap;
}
.lang_menu_content .l1_a,
.lang_menu_content .l1:active,
.lang_menu_content .l1:hover,
.lang_menu_content .l1_a:active,
.lang_menu_content .l1_a:hover
{
	text-decoration: underline;
}
/*
.lang_menu_content .l1-est
{
	background: url("../tmpl/img/lang_est.gif") no-repeat left center;
}
.lang_menu_content .l1-eng
{
	background: url("../tmpl/img/lang_eng.gif") no-repeat left center;
}
.lang_menu_content .l1-rus
{
	background: url("../tmpl/img/lang_rus.gif") no-repeat left center;
}
.lang_menu_content .l1-lit
{
	background: url("../tmpl/img/lang_lit.gif") no-repeat left center;
}
.lang_menu_content .l1-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_menu_content
{
	border-top: 1px #F00 dotted;
	padding: 9px 0;
}
.navi_menu_content .l1,
.navi_menu_content .l1_a
{
	color: #666;
	font-weight: normal;
	padding: 0 0;
	text-decoration: none;
}
.navi_menu_content .l1_a,
.navi_menu_content .l1:active,
.navi_menu_content .l1:hover,
.navi_menu_content .l1_a:active,
.navi_menu_content .l1_a:hover
{
	color: #666;
	text-decoration: underline;
}
.navi_menu_content .l1_sep
{
	color: #666;
	font-weight: normal;
	padding: 0 11px;
}


/************/
/* 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;
}
a.btn_nofloat {
	display: inline;
	padding: 2px 7px;
}
.button a {
	color: #FFF;
	text-decoration: none;
}
#login a.button2
{
	color: #900;
	display: block;
	padding: 0px;
	text-decoration: none;
	font-size: 10px;
	background: none;
	border: none;
	width: 112px;

}
#login a.button2:HOVER
{
	color: #900;
	text-decoration: underline;
}


@media print {
	#icon_print,#top,#prod_panel,#feat_panel,#bank_options,#bottom,#top_bar,#logos,#cart_summary,.print_link {
		display: none;
	}
	#main_contents {
		margin-left:0;
		width:auto;
		padding: 10px;
	}

	#main,#main_container ,body,html{
		width: auto;
		padding:0;
		margin:auto;
	}
}
