/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */
* {
	margin:0;
	padding:0;
}
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align:center;

}
p, body, font, div, td, input, select, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	font-size: 160%;
	margin:10px 0;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 100%;
}
form {
	padding:0px;
	margin: 0px;
}
a {
	font-weight: bold;
	color: #4B6AAB;
}
a img {
	border: 0;
}
/* ====================== COMPONENT CONTAINER STYLES ====================== */

.grn_darkbg { background:#ffffff; text-align:center;}
.all_wrapper {
	width:1000px;
	text-align:left;
	margin:0 auto;
	background:
}
tr.toprow { background:#466b35 url(../../images/grn_header_bg.gif) left bottom repeat-x;}
#container_top_left {
	text-align: center;
	vertical-align: top;
	width: 240px;
	padding:5px 0;
}
#container_top {
	text-align:right;
	vertical-align:top;
	width:'*';
	padding:10px;
}
#container_top_right {
	text-align: right;
	vertical-align: bottom;
	width: 240px;
}
#container_left_sidebar, #container_right_sidebar {
	text-align: left;
	vertical-align: top;
	width: 240px;
}
#container_left_sidebar {
	background:#f1f1f1;
}
#container_right_sidebar {
	background:#fff;
}
#container_main_content {
	text-align: left;
	vertical-align: top;
	width:'*';
	background:#fff;
}
#container_footer {
	text-align:center;
}
/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */

/* padding for all general components */
.cpt_news_short_list, .cpt_survey, .cpt_category_tree, .cpt_maincontent, .cpt_currency_selection, .cpt_divisions_navigation, .cpt_auxpages_navigation {
	font-size:70%;
	text-align: left;
	padding:10px;
 //width: 100%;
}

ul.vertical, ul.horizontal {
	padding: 0px;
	margin: 0px;
	list-style:none;
}
ul.horizontal {
	width: 100%;
	overflow: hidden;
}
.vertical li {
	padding:0 0 5px 0;
}
.horizontal li {
	float: left;
	padding:0 20px 0 10px;
}


.cpt_divisions_navigation, .cpt_auxpages_navigation {
	font-size:75%;
	font-weight:bold;
	padding: 5px 0;}

.cpt_divisions_navigation a, .cpt_auxpages_navigation a {
	color: white;
	text-decoration: none;
}

.cpt_divisions_navigation {
	background:url(../../images/grn_mainmenu_bg.gif) left top repeat-x;
	padding-left:20px;
}
.cpt_auxpages_navigation a:hover, .cpt_divisions_navigation a:hover {
	text-decoration: underline;
}

.cpt_divisions_navigation li {
	line-height:22px;
	background:url(../../images/grn_mainmenu_sep.gif) right center no-repeat;
}
.cpt_auxpages_navigation li {
	padding-left: 10px;
	background:url(../../images/grn_arr_li_infopages.gif) left center no-repeat;
}


.cpt_shopping_cart_info {
	background:#577a46 url(../../images/grn_shoppingcartinfo_bg.gif) right top repeat-x;
	vertical-align: middle;
	font-size:75%;
	color:#203A16;
	font-weight:bold;
	padding:0 10px 10px 10px;
}
.cpt_shopping_cart_info div {
	padding: 0 0 5px 0;
}
.cpt_shopping_cart_info a {
	color: 000;
	font-size:15px;
	text-decoration:none;
	border-bottom:solid 1px;
	line-height:28px;
}
.cpt_shopping_cart_info a:hover {
	border:none;
}
.cpt_survey {
	background:#466935;
	color:#fff;
}
.survey_question {
	font-weight: bold;
	margin-bottom: 10px;
}
.survey_submit {
	margin-top: 10px;
	font-size:120%;
}
.cpt_survey form {
	padding:0px;
	margin: 0px;
	font-size:75%;
}
.cpt_survey label {
	font-size:70%;
	color:#fff;
}
.cpt_currency_selection {
	text-align: center;
	font-size: 75%;
	background:url(../../images/grn_specialoffers_bg.gif) left top repeat-x;
	padding-top:20px;
}
.cpt_currency_selection select {
	font-size: 90%;
}
.cpt_currency_selection form {
	display: inline;
}
.cpt_news_short_list {
	background: #fafafa;
	padding:10px 0 0 0;
}

.cpt_category_tree {
	background:#fafafa;
}
.cpt_category_tree ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.cpt_category_tree li {
	background:url(../../images/cty_arrow_category_small.gif) left 4px no-repeat;
	padding:0 0 0 15px;
}
.cpt_category_tree li.child_current, .cpt_category_tree li.child { background:none;}
.cpt_category_tree a {
	color:#000;
	text-decoration:none;
	line-height:150%;
	text-decoration:underline;
}
.cpt_category_tree .parent_current a {
	font-weight: bold;
	color:#F07A0F!important;
	text-decoration: none !important;
}
.cpt_category_tree .child a {
	padding-left: 10px;
	background: url(../../images/grn_arrow_category_small.gif) left center no-repeat;
}
.cpt_category_tree .child_current a {
	padding-left: 10px;
	background: url(../../images/grn_arrow_category_small_orange.gif) left center no-repeat;
	color:#F07A0F!important;
	text-decoration: none!important;
}
a .bullet {
	text-decoration: none!important;
}
.cpt_category_tree .tab {
	margin-left:10px;
}
.cpt_product_add2cart_button {
	padding-top: 10px;
}
.cpt_language_selection a img {
	border:solid 1px #fff;
	margin:2px 0;
}
.cpt_product_params_selectable {
	clear:left;
}
.cpt_product_category_info {
	font-size:75%;
}
.cpt_product_search {
	background:#1C2E17;
	font-size:75%;
	padding:5px 20px 0 0 ;
	line-height:40px;
	//padding:10px 20px 10px 0;
	//width:100%;
}
.cpt_product_search form {
	margin: 0px!important;	display: inline; 
}
.cpt_root_categories td {
	
}
.cpt_root_categories td a {
	color:#000;
	text-decoration:none;
	font-size:100%;
}
.cpt_root_categories td a:hover {
	text-decoration:underline;
}
.cpt_root_categories td a.rcat_root_category {
	text-decoration:underline;
	font-size:110%;
}

.cpt_maincontent td {
	font-size:75%;
}

.cpt_tag_cloud a { color:#000; text-decoration:none;}
.home_page_category_logo { background:url(../../images/defaultnocatimage.gif) center top no-repeat; display:block; height:65px; width:65px;}
#container_main_content .cpt_root_categories td.cat_image a {position:relative; top:-0.8em;}
#container_main_content .cpt_root_categories { padding-top:1em;}
#container_main_content .cpt_root_categories td { vertical-align:top;}

/* ====================== SET HOW CERTAIN COMPONENTS APPEAR IN VARIOUS CONTAINERS ====================== */
/* ====================== (if you wish to overwrite default appearence of components in certain containers) ====================== */

#container_top_left a {
	display:block;
	text-decoration:none;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#container_top_left span {
	padding:0 2px;
}
#container_top_left span.grn_l1 {
	color:#fff;
}
#container_top_left span.grn_l2 {
	color:#84ff1c;
}
#container_top_left span.grn_l3 {
	color:#fff;
}

#container_top_right .cpt_language_selection, #container_top .cpt_language_selection {
	height: 18px;
	font-size: 85%;
	padding:5px 22px 15px 5px;
}
#container_top_right .cpt_language_selection a, #container_top .cpt_language_selection a {
	color: white;
}
#container_footer .cpt_divisions_navigation, #container_footer .cpt_auxpages_navigation {
	text-align:center;
	padding-left:0;
	background:url(../../images/grn_mainmenu_bg.gif) left top repeat-x;

}
#container_footer .cpt_divisions_navigation ul, #container_footer .cpt_divisions_navigation ul li,#container_footer .cpt_auxpages_navigation ul, #container_footer .cpt_auxpages_navigation ul li  {
	display:inline;
	float:none;
}
#container_footer .cpt_divisions_navigation a, #container_footer .cpt_auxpages_navigation a {
	font-size: 90%;
	font-weight: normal;
	line-height:22px;
	text-align:left;
}

#container_left_sidebar * { zoom:1;}
#container_left_sidebar .cpt_category_tree, #container_left_sidebar .cpt_tag_cloud { //width:100%;}
#container_main_content ul { list-style-position:inside;}
/* ====================== STYLES OF ELEMENTS THAT APPEAR INSIDE VARIOUS COMPONENTS ====================== */
h1.welcome { color:#466935; font-weight:normal; font-size:19pt; letter-spacing:-1px; margin:10px ;}

.col_header {
	background:url(../../images/grn_shoppingcartinfo_bg.gif) right top repeat-x;
	font-size:15px;
	color:#000;
	padding:5px 0 5px 10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.col_header_dark, .col_header_dark {
	background:url(../../images/grn_survey_bg.gif) left top repeat-x;
	font-size:13px;
	color:#fff;
	padding:0 0 0 10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:33px;
}
.bullet {
	font-size:0px;
}
#searchstring {
	width: 120px;
}
#shpcrtca {
	font-weight: bold;
	font-size: 130%;
	white-space: nowrap;
}

/* ====================== PREDEFINED STYLES; edit, but do not delete these styles ====================== */

.small {
	font-size: 60%;
}
.big {
	font-size: 150%;
}
.background1, .background1 td {
	background-color: #ecfae5;
}
.btn_checkout {
	font-size: 130%;
	font-weight: bold;
	margin: 10px;
	padding: 3px;
}
.prdbrief_add2cart {
	padding-top: 5px;
}
.error_block {
	font-weight: bold;
	color: red;
}
/*

a.admdivslst:hover,a.admdivslst:link,a.admdivslst:visited,a.admdivslst:active{text-decoration: none;color: blue;font-weight:normal;font-size:10pt;}
a.admdivslst:hover{color: navy;}

a.h_admdivslst:hover,a.h_admdivslst:link,a.h_admdivslst:visited,a.h_admdivslst:active{text-decoration: none;color: #888888;font-weight:normal;font-size:10pt;}
a.h_admdivslst:hover{color: #555555;}

*/
#tbl-checkout-progress td {
	font-size: 0.7em;
	vertical-align: top;
}
.current_prd_thumbnail img {
	border: #BBBBBB 3px solid;
}
a.prd_thumbnail img {
	border: #FFFFFF 3px solid;
}
a.prd_thumbnail:hover img {
	border: #BBBBBB 3px solid;
}
.news_date {
	color: #F07A0F;
	font-weight:bold;
	padding:0 10px 0 10px;
}
.news_title {
	padding:0 10px 10px 10px;
}
.news_viewall {
	padding:0 0 10px 10px;
	font-size: 85%;
}
.news_subscribe, .news_thankyou {
	padding: 5px;
	background:#c4c4c4;
}
.news_subscribe div {
	display:inline;
}
.news_subscribe img { vertical-align:middle;}
/************************
BLOG STYLES
***************************/
.post_title {
	color: #666;
	margin-top: 30px;
	margin-bottom: 0px;
}
.post_date {
	color: #999;
	border: 0px solid #EEE;
	border-top-width: 1px;
	margin-bottom: 15px;
}
.post_content {
	padding-left: 15px;
}
/***************************
PRODUCTS COMPARISON
****************************/
.cmp_headers {
	background-color: #ecfae5;
}
.cmp_column_odd {
	background-color: white;
	vertical-align: top;
}
.cmp_column_even {
	background-color: #F2F8FF;
	vertical-align: top;
}
#cmp-table tr:hover td {
	background-color: #d5e5fa!important;
}
#cmp-table tr td {
	text-align:center;
	padding: 6px;
}
#cmp-table tr td.cmp_headers {
	text-align: left;
}
/***************************
PRODUCT DETAILED
****************************/
.cpt_product_images {
	float: left;
}
ul.product_list li { border:solid 1px #e6e6e6; margin:2px !important; text-align:center;}
ul.product_list li table { margin:0 auto;}
.product_list a { font-size:130%; text-decoration:none; color:#000;}
.product_list a:hover {text-decoration:underline;}
.prdbrief_name a { font-size:130%; color:#000; text-decoration:none;}
.checknomarging { vertical-align:middle;}
.add2cart_handler { margin:4px 0;}
.regularPrice {
	color: brown;
	text-decoration: line-through;
}
.totalPrice{
 color:#CC3300;
 font-weight:bold;
 font-size: 130%;
 margin:0 5px 5px 5px;
}

.youSaveLabel {
	font-size: 75%;
}
.youSavePrice {
	font-size: 75%;
}
.prd_out_of_stock {
	font-style:  italic;
}
#prddeatailed_container ul { list-style-position:inside;margin:10px 10px 10px 15px;}

/************************
PRODUCT REVIEWS STYLES
***************************/
.review_block {
	margin-left: 20px;
}
.review_title {
	color: #333;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 120%;
}
.review_date {
	color: #999;
	border: 0px solid #EEE;
	border-top-width: 1px;
	font-size: 90%;
	margin-bottom: 5px;
}
.review_content {
	color: #333;
	padding-left: 20px;
}
.review_showall {
	margin-left: 20px;
}
/****************************
SHOPPING CART
*****************************/
.background_cart_top {
	background-color: #ecfae5;
	border-bottom: 1px #99C9DF solid;
}
.background_cart_top h1 {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#cart_content_tbl{
width:100%;
}
#cart_content_tbl td {
	padding: 6px;
}
#cart_page_title {
	padding: 10px;
	text-align: left;
}
#cart_page_title h1 {
 display inline;
	padding: 0px;
	margin: 0px;
}
#cart_clear {
	padding: 10px;
	text-align: right;
}
#cart_clear a {
	font-size:9pt;
}
.cart_discount_label {
	font-weight: bold;
}
#cart_total_label {
	font-size: 130%;
	font-weight: bold;
}
#cart_total {
	background-color: #ecfae5;
	font-size: 130%;
	font-weight: bold;
	padding: 10px;
	white-space: nowrap;
}
#cart_checkout_btn {
	padding-top: 20px;
}
.cart_product_brief_description {
	font-size: 80%;
}
#cart_content_header td {
	font-weight: bold;
}
.cart_apply_for_discounts_extra {
	font-size: 80%;
	color: #777;
}
.cart_product_quantity {
	text-align: center;
}
/********************
HOMEPAGE UNFOLDED TREE
*********************/
.rcat_root_category {
	font-size: 120%;
	font-weight: bold;
}
.rcat_products_num {
	color: #999999;
	font-size: 80%;
}
.rcat_child_categories a {
	font-size: 80%;
	font-weight: normal;
}
/********************
REGISTRATION PAGE
*********************/
#reg_fields_tbl td {
	padding: 5px;
}
#reg_auth_fields td {
	background-color: #ecfae5;
}
#reg_confcode td {
	background-color: #ecfae5;
}
#reg_fields_tbl td input, .addressform td input {
	width: 200px;
}
#subscribed4news {
	width:auto!important;
}
#reg_fields_tbl td textarea, .addressform td textarea {
	width: 200px;
	height: 100px;
}
#reg_fields_tbl select {
	width: 200px;
}
#reg_submit_btn {
	font-size:150%;
	font-weight: bold;
}
/*********
SEARCH IN CATEGORY
**********/
#cat_advproduct_search {
	background-color: #ecfae5;
	padding: 10px;
	margin:0 10px;
}
#cat_advproduct_search h3 {
	padding:0px;
	margin: 0px;
	padding-bottom: 10px;
}
#cat_info_left_block, #cat_advproduct_search  { float:left;}

.cpt_maincontent center { clear:both;}
#cat_top_tree { overflow:hidden; margin-top:10px;}
.hndl_submit_prds_cmp, #cat_product_sort { margin:10px 0;}
/************
CHECKOUT
************/
.checkout_noframe_title {
	padding: 5px 15px;
	text-align:left;
}
#checkout_have_account {
	padding: 15px;
	background-color: #ecfae5;
	margin: 0 -5px 15px -5px;
}
#checkout_logininfo { width:428px;}
#checkout_logininfo .inputtext, #checkout_addresses .inputtext, #checkout_addresses textarea {
	width: 200px;
}
.paddingblock input.checkout_buttons {
	font-size: 130%;
	font-weight: bold;
	margin:5px 0;
}
.checkout_steps_divider {
	width: 40px;
	height:1px;
	background-color:#99C9DF;
	overflow:hidden;
}
#checkout_addresses { width:800px;}
#checkout_addresses td { } 
/**********************
ORDER STYLES
***********************/
tr#ord_total_row * {
	font-size: 105%;
	font-weight: bold;
}
.row_odd td {
	background-color: #F2F8FF;
}
.row_even td {
	border: 0px solid #ecfae5;
	border-width: 1px 0px;
}

.paddingblock { background:#fff;
	padding-left: 15px;
	padding-right: 15px;
	text-align:left;
	font-size:100%;
}
.paddingblock h2 {
	padding:20px 5px;
	margin-top: 0px;
}
.paddingblock td { font-size:95%; vertical-align:top; padding:5px;}
.paddingblock p { margin-bottom:10px;}

.paddingblock input { margin:2px 0 0 0;}
.asterisk {
	color:red;
}
.cellpadding tr td {
	padding: 5px;
}
.cust_name {
	font-size:110%;
	font-weight: bold;
}
#prddeatailed_container .cpt_product_rate_form table {
	width: 100%;
	/***********************/
width: auto;/**/
}

#block-customerinfo td { font-size:100%;}
body.body-page-404 { background:#fff; background-image:none; text-align:left; font-size:12px;}
body.body-page-404 ul, body.body-page-404 li { list-style:none;}

#powered_by { background:#101a0d;}
.cpt_product_add2cart_button input { vertical-align:middle;}
