/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */
* {
	margin:0;
	padding:0;
}
html {
	margin: 0px;
	padding: 0px;
}
body {
color:#999;
	margin: 0px;
	padding: 0px;
	text-align:center;
font-family: "Trebuchet MS";
background:#e20a16 url(../../images/bckg.gif) repeat-x;
}
p, body, font, div, td, input, select, textarea {
	font-family: "Trebuchet MS";
	font-size: 100%;
}
h1 {
	font-size: 160%;
	margin:10px 0;
color:#999;
}
h2 {
	font-size: 130%;
color:#999;
}
h3 {
	font-size: 100%;
color:#999;
}
form {
	padding:0px;
	margin: 0px;
}
a {
	font-weight: bold;
	color: #4B6AAB;
}
a img {
	border: 0;
}
/* ====================== COMPONENT CONTAINER STYLES ====================== */
a {text-decoration:none;}
.grn_darkbg {background:none; text-align:center;}
.all_wrapper {
	width:1000px;
	text-align:left;
	margin:15px auto;
	border:3px solid #9f0f18;
background-color:#fff;
}
tr.toprow { background:#fff }
#container_top_left {
	text-align: left;
	vertical-align: top;
	width: 240px;
overflow:hidden;
	padding:5px 0;
}
#container_top {
	text-align:right;
	vertical-align:top;
	width:950px;
overflow:hidden;
	padding:10px;
}
#container_top_right {
	text-align: right;
	vertical-align: top;
	width: 240px;
}
#container_left_sidebar, #container_right_sidebar {
	text-align: left;
	vertical-align: top;
	width: 240px;
background: #fff;
}
#container_left_sidebar {
	background:#fff;
}
#container_right_sidebar {
	background:#fff;
}
#container_main_content {
	text-align: left;
	vertical-align: top;

width:950px;
	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:0 10px 10px 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;
}
.cpt_auxpages_navigation .vertical li a{padding-left:25px;}
.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:#e20a16;
	padding-left:20px;
border-left:10px solid #fff;
border-right:10px solid #fff;
}
.cpt_auxpages_navigation a:hover, .cpt_divisions_navigation a:hover {
	text-decoration: underline;
}

.cpt_divisions_navigation li {
	line-height:22px;
	
}
.cpt_auxpages_navigation li {
	padding-left: 10px;
	
}


.cpt_shopping_cart_info {
	background:url(../../images/shopping_cart.gif) 120px 15px  no-repeat;
	font-size:12px;
	color:#203A16;
	font-weight:normal;
	padding: 10px 10px 10px 10px;
}
.cpt_shopping_cart_info div {
	padding: 0px 0 5px 0;
}
.cpt_shopping_cart_info a {
	color: 000;
margin-top:80px;
	font-size:12px;
	text-decoration:none;
	line-height:28px;
}
.cpt_shopping_cart_info a:hover {
	border-bottom:solid 1px;
}
.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: right;
	font-size: 75%;
	padding-left:45px;
	padding-top:7px;
overflow:hidden;
}
.cpt_currency_selection select {
	font-size: 90%;

width:120px;
}
.cpt_currency_selection form {
margin-right:-3px;
width:120px;

	display: inline;
text-align:right;
}

.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.parent_current { background:url(../../images/grn_arrow_category_small_orange.gif) left center no-repeat;}
.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 .parent a {
	font-weight: bold;
	color:#FFFFFF!important;
	text-decoration: none !important;
}
.parent_current {margin:10px 0;}
.parent {margin:10px 0;}

.cpt_category_tree .child a {
text-decoration:none;
	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: 0px;
padding-bottom: 50px;
font-size:12px;
font-weight:bold;
color:#999;
width:205px;
float:left;
}
.cpt_product_add2cart_button input{
color:#999;
font-size:12px;
font-weight:bold;
}
.cpt_product_add2cart_button input.product_qty {
color:#999;
font-size:12px;
font-weight:bold;
border:1px solid #999;
}
.cpt_language_selection a img {
	border:solid 1px #fff;
	margin:2px 0;
}
.cpt_language_selection {
	text-align:right;
display:none;
}
.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_product_search #searchstring {width:155px;}
.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 {width:950px;}
.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) left 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: "Trebuchet MS";
	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: 70%;
padding:10px;
/*background-color:#9f0f18;*/
margin-top:-1px;
background-color:#eaeaea;
border-left:10px solid #fff;
border-right:10px solid #fff;
border-bottom:10px solid #fff;
border-top:10px solid #fff;
color:#9f0f18;
}
.small a {
color:#9f0f18;
font-style:normal;
font-weight:bold;
text-decoration:none;
border:none;
}
.small i a u{text-decoration:none;
border:none;}
.small i {color:#9f0f18;}
.big {
	font-size: 150%;
}
.background1, .background1 td {
	background-color: #D9E9FF;
}
.btn_checkout {
	font-size: 130%;
	font-weight: bold;
	margin: 10px 20px 10px 10px;
	padding: 3px;
}
.prdbrief_add2cart {
	padding-top: 5px;
border-bottom:1px solid #ccc;
margin-bottom:15px;
padding-bottom:10px;
margin-right:5px;
}

.product_brief_block {margin-right:10px;}

.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:#EEE4A6;
}
.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: #d9e9ff;
}
.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 0px;
padding-bottom:10px;
}

.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: #D9E9FF;
	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 {
background: #eaeaea;
	font-size: 14px;
	font-weight: bold;
}
#cart_total {
	background-color: #eaeaea;
	font-size: 14px;
	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: #eaeaea;
}
#reg_confcode td {
	background-color: #eaeaea;
}
#reg_fields_tbl td input, .addressform td input {
	width: 300px;
}
#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:100%;
	font-weight: bold;
padding:5px 10px;
}
/*********
SEARCH IN CATEGORY
**********/
#cat_advproduct_search {
	background-color: #D9E9FF;
	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;position:absolute; top:-100000px;}
.hndl_submit_prds_cmp, #cat_product_sort { margin:10px 0;}
#cat_product_sort { background-color: #eaeaea; padding:10px; position:absolute; left:-1000000px;}
/************
CHECKOUT
************/
.checkout_noframe_title {
	padding: 5px 15px;
	text-align:left;
}
#checkout_have_account {
	padding: 15px;
	background-color: #D9E9FF;
	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: #f9f9f9;
font-size:12px;
}
.row_even td {
	border: 0px solid #FFF;
	border-width: 1px 0px;
font-size:12px;
}

.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; position:absolute: top:-1000000px; display:none;}
.cpt_product_add2cart_button input { vertical-align:middle;}
.form_wrapper p {height:55px !important;}
/* ____________________________________________________________padajuci */
#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	padding: 0px 30px 0 10px;
font-size:12px;
font-weight:bold;
color:#fff;
}
#nav a:hover {}
#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	width: 170px;
	left: -9999px;
z-index:5;
}

#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}
ul li ul li {

	background-color: #e20a17;
	width: 170px;
	line-height: 24px;
height:24px;
	text-align:left;
	left:-15px;
}
ul li ul li:hover, ul li ul li.sfhover {
	background-color: #9f0f18;
}
.menu_tino {padding:3px 15px; margin:10px; line-height: 23px; height:26px; background:#e20a17 url(../../images/menu_sjena.jpg) 0px 26px no-repeat; }
.over_menu {background-color:#fff;}

.tr_bott {border-bottom:1px solid #999;}
.td_right {border-right:1px solid #999;}
.cpt_logo {width:250px;}


#box_product_thumbnails {width: 900px;}
/*
#box_product_thumbnails tr {width:900px!important; overflow:hidden; height:150px;}

*/
#box_product_thumbnails td {width:160px!important; overflow:hidden; text-align:left; height:150px;}


.cpt_product_images {width:977px; position:relative;}
.cpt_product_images div {width:977px; text-align:left;}
.cpt_product_images div div  {text-align:left; margin:0 auto; width:977px!important;}
.cpt_product_images div div a {text-align:left;}
#img-current_picture {margin-left:2px; margin-bottom:3px;}
#box_product_thumbnails { width:977px!important; }


.cpt_product_price {width:155px; float:left;}

.cpt_product_description {position:absolute; width:620px; right:0px; top:67px; display:block; height:143px; overflow:auto; padding:0; margin:0;}

.cpt_maincontent {position:relative; width:977px; display:block;}


.cpt_product_add2cart_button {position:absolute; right:0px; top:235px; }
.cpt_product_price {position:absolute; right:155px; top:235px;}

.product_print_v {display:none;}















