/**
* 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;
	font-family: "Trebuchet MS",Arial;
	text-align: left;
}
body#site
{
	text-align: center;
}

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

div
{
	margin: 0;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 4px;
	border: 1px solid #ccc;
	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: 26px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	color: #2B7FB7;
	font-family: Arial;
}
h2
{
	font-family: Arial;
	font-size: 24px;
	color: #1F4D6A;
	font-weight: normal;
	padding: 10px 0 0;
}
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.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;
}

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

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

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

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

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

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


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

/* simple horisontal */
.menu1c {
	background: #1B4A69;
	height: 38px;
	margin-top: 1px;
	padding-bottom: 1px;
}
#menu1
{
	margin: 0px;
}
#menu1 li
{
	float: left;
	list-style: none;
	padding: 10px 13px 6px;
}
#menu1 li.sep
{
	float: left;
	list-style: none;
	padding: 10px 4px 6px;
}
#menu1 span.sep
{
	float: left;
	color: #FFF;
}
#menu1 a
{
	color: #FFF;
	font-size: 13px;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
#menu1 li.item:hover {
	background: #143347;
	border-bottom: 3px solid #EAEAEA;
}
#menu1 a:hover
{
	text-decoration: none;
}
#menu1 li.active
{
	background: #143347;
	border-bottom: 3px solid #EAEAEA;
}
/*
* 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;
	text-align: left;
	padding: 3px 0px 0px 10px;
}
#menu3 li a
{
	color: #333333;
	text-decoration: none;
	padding: 3px 3px 3px 20px;
	display: block;
	font-size: 13px;
	font-family: "Trebuchet MS";
	background: url("../tmpl/img/icon_l2.jpg") no-repeat 2px center;
}
#menu3 li a:hover
{
	color: #333333;
	text-decoration: underline;
}
#menu3 li.active a
{
	text-decoration: underline;
}
#menu3 li.active a:hover
{
	text-decoration: underline;
}
#menu3 li.active {
}

#menu3 li.item li a
{
	color: #333;
	text-decoration: none;
	background: none;
}
#menu3 li.item li.active a
{
	color: #333;
	text-decoration: underline;
}
#menu3 li.item li a:hover,
#menu3 li.active li a:hover
{
	color:#333;
	text-decoration: underline;
}
#menu3 li ul {
	margin-left: -10px;
}
#menu3 .item0 {
	background: #FFF;
}
#menu3 .item1 {
	background: #F6F6F6;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
}
/* 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;
}


/* Commmon */

.sitebutton {
	height: 23px;
	float:left;
}
.sitebutton .left {
	float:left;
	width: 4px;
	height: 23px;
	background: url("../tmpl/img/btn_left.jpg") no-repeat top left;
}
.sitebutton .body {
	color: #FFF;
	padding: 2px 10px 2px;
	font-weight: bold;
	text-align: center;
	background: #204F6D;
	font-family: Arial;
	background: url("../tmpl/img/btn_mid.jpg") repeat-x top left;
}
.sitebutton .right {
	float:right;
	width: 4px;
	height: 23px;
	background: url("../tmpl/img/btn_right.jpg") no-repeat top right;
}
.loginbutton {
	height: 20px;
	float:left;
}
.loginbtn .left {
	width: 1px;
	height: 20px;
	background: url("../tmpl/img/sitebutton_left.jpg") no-repeat top left;
}

.loginbtn .body {
	color: #FFF;
	padding: 2px 10px 2px;
	font-weight: bold;
	text-align: center;
	background: #204F6D;
	font-family: Arial;
}

.sitebutton .body a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	font-weight: "Trebuchet MS", Arial;
	display: block;
	}
.loginbtn .right {
	width: 8px;
	height: 20px;
	float: right;
	background: url("../tmpl/img/sitebutton_right.jpg") no-repeat top right;
}

.rightbtn {
	float:right;
}


#page {
	margin: 20px auto;
	width: 950px;
}

#page .header {
	border: 3px solid #1B4A69;
	height: 200px;
	overflow: hidden;
	padding: 8px;
}
#page .header .logo {
	 width: 456px;
	 float: left;
}
#page .header .logo td {
	height: 200px;
}
#page .header .img{
	 width: 465px;
	 float: right;
	 overflow: hidden;
	 height: 200px;
}
.loginbarc {
	height: 36px;
	margin-top: 10px;
	overflow:hidden;
}
.loginbarc .ls {
	float: left;
	height: 36px;
	width: 4px;
	background: url("../tmpl/img/loginbar_left.jpg") no-repeat left top;
}
.loginbarc .rs {
	float: left;
	width: 4px;
	height: 36px;
	background: url("../tmpl/img/loginbar_right.jpg") no-repeat left top;
}
.loginbarc .loginbar {
	float: left;
	width: 942px;
	height: 32px;
	background: #F0F0F0;
	border-top: 2px solid #E8E8E8;
	border-bottom: 2px solid #E8E8E8;
}
label.inside {
	display: none;
}
.findby {
	float: left;
	padding: 0 30px 0 10px;
}
.findby .title {
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #214F6B;
	padding: 7px 5px 0 0;
}
.findby .sitebutton {
	float: left;
	padding: 6px 6px;
}
.findby .login-fields {
	float: left;
}
.findby  {
	float: left;
}
.main {
	margin-top: 9px;
	text-align: left;
}
.main .cleft {
	width: 250px;
	padding-right: 20px;
}

.box {
	border: 1px solid #E8E8E8;
	clear: left;
	margin-bottom: 7px;
}


.box .title {
	background: #F0F0F0;
	border-bottom: 1px solid #E8E8E8;
	color: #1F4D6A;
	font-size: 18px;
	font-family: Arial;
	padding: 3px 5px 3px 34px;
}
.shoppingcart .title {
	background: #F0F0F0 url("../tmpl/img/icon_cart.jpg") no-repeat 9px center;
}
.productcatalog .title {
	background: #F0F0F0 url("../tmpl/img/icon_products.jpg") no-repeat 9px center;
}
.productcatalog .body {
	padding: 4px 0;
}
.contactus .title {
	background: #F0F0F0 url("../tmpl/img/icon_contact.jpg") no-repeat 9px center;
}
.contactus .body {
	line-height: 160%;
	color: #333333;
	padding: 5px 0 5px 17px ;
}
.box .title .item_count {
	float: right;
	font-family: Arial;
	font-size: 12px;
	color: #1F4D6A;
	padding: 5px 5px 0 0;
}
.doc_body {
	color: #333333;
	line-height: 160%;
	margin-bottom: 15px;
}
.footer {
	background: url("../tmpl/img/footer_grad.jpg") repeat-x left top;
	height: 55px;
}
.footer .copyright {
	float: right;
	color: #999999;
	font-size: 13px;
	margin: 10px 4px 0;
}



.path a,
.path {
	color: #999999;
	font-size: 13px;
	font-family: "Trebuchet MS";
}
div.clear {
	clear: both;
}

.group_list .item {
	border-top: 1px solid #CCCCCC;
	padding: 10px 0 8px;
}
.group_list .item_last {
	border-bottom: 1px solid #CCCCCC;
}
.group_list .item .img {
	float:left;
}
.group_list .inner {
	padding-left: 138px;
}
.group_list .item .title a {
	font-size: 20px;
	color: #191971;
	font-family: "Trebuchet MS";
}
.group_list .item .short {
	font-size: 13px;
	color: #333333;
	padding: 7px 20px 7px 0;
	font-family: "Trebuchet MS";
	line-height: 180%;
}

.navbar {
	border: 1px solid #E8E8E8;
	background: #F0F0F0;
}
.navbar .paginator_title {
	float: left;
	padding: 5px;
	font-size: 11px;
	font-family: Verdana;
}
.navbar .btn_prev,
.navbar .btn_next {
	color: #666666;
	font-size: 11px;
	font-family: Verdana;
}
.navbar .btn_page {
	background: #CCCCCC;
	border: 1px solid #999999;
	padding:0px 7px;
}
.navbar .btn_page a {
	color: #FFF;
	font-size: 11px;
	font-family: Verdana;
}
.navbar .active {
	background: #214F6B;
}


#group_list {
	width: 100%;
	margin-bottom: 5px;
}
#group_list .c0 {
	padding: 8px 0 5px 0;
	width: 130px;
	border-bottom: 1px solid #CCCCCC;
}
#group_list .c0 img{
	border: 1px solid #A2A9AE;
	padding: 0px;
}
#group_list .c2 {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	width: 120px;
}
#group_list .c1 {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
}
#group_list tr {
}
#group_list .c1 .title a {
	color: #2B7FB7;
	font-weight: bold;
}
.pricered {
	color: #CC0000;
}
.pricestrike {
	text-decoration: line-through;
}



.return_to {
	float: left;
	padding: 2px 30px 2px 0;
}
.return_to a {
	color: #2B7FB7;
}
#detail .c0 {
	padding: 10px 0;
	width: 240px;
}
#detail .c0 img {
	border: 1px solid #4A5D69;
}
#detail .c1 .info {
	line-height: 200%;
}
#detail .c1 .descr {
	clear: both;
	margin: 30px 0;
}
#detail .c1 .btn {
	padding-top: 5px;
}
#detail .c1 .btn select {
	margin: 0 5px;
}
#detail .c1 .btn .qty {
	float: left;
	font-weight: bold;
}
#detail .c0 .img .zoom {
	margin: 0 0 10px 0;
	padding-left: 20px;
	display: block;
	background: url("../tmpl/img/icon_zoom.jpg") no-repeat left center;
}
.fileslist .title {
	font-weight: bold;
	color: #1191BB;
}
#detail   a.item {
	display: block;
	color: #666666;
	background: url("../tmpl/img/icon_star.jpg") no-repeat left center;
	font-size: 11px;
	padding-left: 15px;
}

#cart_header {
	height: 45px;
	line-height: 140%;
/* 	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: 5px 0px;
}
#cart_header .inner div {
	float: left;
}
#cart_header .inner2 div {
	float: right;
}
#cart_header .item .title {
	font-weight: bold;
	color: #666;
	padding: 4px 8px 0 4px;
}
#cart_header .item .index {
	background: #EEE;
	border: 1px solid #CCC;
	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;
}

.prod_list {
	padding: 0px 5px;
}
.prod_list .item {
	padding: 10px 0px;
	clear: both;
	border-bottom: 1px solid #CCC;
}
.prod_list .item_last {
	border-bottom: none;
}
.prod_list .item .prodimg {
	float: left;
	padding: 3px;
}
.prod_list .item .prodimg img {
	border: 1px solid #999;
}
.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;
}
.prod_list .delbtn {
	float:right;
}
.prod_list .item .quantity select {
	border: 1px solid #CCC;
	background: #FFF;
}
.buttonbar {
	padding: 10px 0;
}
.buttonbar .next .title{
	float: right;
	padding: 2px 10px;
	color: #0162A3;
	font-weight: bold;
}
.buttonbar .next .btn {
	float:right;
}

#fp_group_list .cell {
	padding: 0 7px 12px;
}
#fp_group_list .cell0 {
	padding-left: 0px;
}
#fp_group_list .cell4 {
	padding-right: 0px;
}
#fp_group_list .name a {
	color:#333333;
	font-size: 13px;
	display: block;
	text-align: center;
	padding: 3px;
}
.findloc {
	margin-top: 20px;
}
#subproducts {
	width: 100%;
	margin-top: 10px;
}
#subproducts td {
	padding: 3px;
	border-bottom: 1px solid #ccc;
}
#subproducts .headerrow td {
	font-weight: bold;
	color: #FFF;
	padding: 4px;
	background: #1B4A69;
}
#subproducts td.model {
	width: 110px;
	font-weight: bold;
}
