/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */
* {
	margin:0;
	padding:0;
}
html {
	margin: 0px;
	padding: 0px;
	background:#f2f1e0;
}
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:0;
	padding-left:4px;
}
h2 {
	margin:1em 0;
	color:#7A8E3B;
    font-size:16px;
}
h3 {
	font-size: 120%; margin:1em 0 0.5em 0;
}

form {
	padding:0px;
	margin: 0px;
}
a {
	font-weight: bold;
	color: #275cca;
}
a:hover { color:#FF3300;}
a img {
	border: 0;
}
div {
	zoom:1;
	font-size:12px;
}
/*input , select { vertical-align:middle;}*/
/* ====================== COMPONENT CONTAINER STYLES ====================== */
.all_wrapper {
	width:1000px;
	text-align:left;
	margin:0 auto;
}
#container_top_left {
	text-align: center;
	vertical-align: bottom;
	width: 200px;
		background:#f2f1e0;
}
#container_top {
	text-align: left;
	vertical-align: bottom;
	width:'*';
	padding-bottom:5px;
}
#container_top_right {
	text-align: right;
	vertical-align:bottom;
	width: 200px;
	padding-bottom:5px;
}
#container_left_sidebar, #container_right_sidebar {
	text-align: left;
	vertical-align: top;
	width: 200px;
	background:#f2f1e0;
	color:#fff;
}
#container_main_content {
	text-align: left;
	vertical-align: top;
	padding:0 4px 4px 4px;
	background:#f2f1e0;
}
#container_footer {
	background:#f2f1e0;
	padding:3px;
}
/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */

/* padding for all general components */
.cpt_logo { background:#fff;margin-top:3px;}
.cpt_logo img { margin-top:15px; }
.cpt_news_short_list, .cpt_survey, .cpt_maincontent, .cpt_divisions_navigation, .cpt_auxpages_navigation {
	font-size:75%;
	text-align: left;
	padding: 0px;
}
ul.vertical, ul.horizontal {
	padding: 0px;
	margin: 0px;
}
ul.horizontal {
	width: 100%;
	overflow: hidden;
}
.vertical li {
	padding-left: 0px;
	padding-bottom: 5px;
}
.horizontal li {
	float: left;
	margin-right: 5px;
}
/*.cpt_divisions_navigation ul {
	list-style-type: none;
	margin: 0px;
	_float:left;
	zoom:1;
	position:relative;
}*/
.cpt_auxpages_navigation ul.vertical {
	list-style-image: url(../../images/li_infopages.gif);
	padding-left: 15px;
}
.cpt_auxpages_navigation .vertical li {
	padding-left: 5px;
}
.cpt_auxpages_navigation ul.horizontal {
	list-style-type: none;
	padding-left: 0px;
}
.cpt_shopping_cart_info {
	padding:0 10px;
	font-size:75%;
	text-align:left;
	background:#ff3300;
	color:#FFCCCC;
	margin:4px;
}
.cpt_shopping_cart_info a {
	font-size:15px;
	text-decoration:none;
	border-bottom:solid 1px;
	color:#fff;
}
.cpt_shopping_cart_info div {
	padding:3px;
	font-weight:bold;
}
.cpt_survey {
	background:#6695bf;
	color:#fff;
	margin:0 4px 4px 4px;
}
.survey_question {
	font-weight: bold;
	margin-bottom: 10px;
}
.survey_submit {
	margin-top: 10px;
}
.cpt_survey form {
	padding:0px;
	margin: 0px;
	font-size:75%;
}
.cpt_survey label {
	font-size:70%;
	color:#fff;
}
.cpt_survey input {
	font-size:130%;
}
.cpt_currency_selection {
	text-align: center;
	font-size: 75%;
	background:#6695bf;
	margin: 0 4px 4px 4px;
	height:80px;
}
.cpt_currency_selection form {
	line-height:40px;
	display: inline;
//float:left;
}
.cpt_currency_selection select {
	font-size: 90%;
	line-height:20px;
//margin-bottom:10px;
}
.cpt_currency_selection span {
//display:block;
//float:left;
//padding:0 10px 0 10px;
//margin-bottom:10px;
}
.cpt_news_short_list {
/*border:1px solid;*/
}




.cpt_category_tree {
	background:#f5f3e6;
	font-size:70%;
	padding:0 0 10px 0;
	margin:0 4px 4px 4px;
	text-align:left;
}
.cpt_category_tree ul {
/*	list-style-type:none;
	margin:0px;
	padding:0px;*/
	
		margin:0px;
	padding:0px;
}

.cpt_category_tree ul li{
	list-style:none;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	color:#7a8e3b;
	width:181px;
	margin:auto;
}


.cpt_category_tree li {
	padding:0 5px 0 3px;
}
.cpt_category_tree li a {
/*	font-size:110%;
	font-weight:bold;
	color:#fff;
	text-decoration:none;*/
		padding:6px;
	color:#7a8e3b;
}
/*.cpt_category_tree li a {
	padding:6px;
	color:#7a8e3b;
}
*/


.sidebarlist ul{
	margin:0px;
	padding:0px;
}
.sidebarlist ul li{
	list-style:none;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	color:#7a8e3b;
	width:181px;
	margin:auto;
}
.sidebarlist ul li a{
	padding:6px;
	color:#7a8e3b;
}
.sidebarlist ul li a:hover{
	color:#669900;
	text-decoration:underline;
}














.cpt_category_tree a:hover {
	text-decoration:none;
	color:#1C334D;
}

.cpt_category_tree .parent_current a {
	font-weight: bold;
	/*color: #1c334d!important;*/
	color: #1c334d!important;
	text-decoration: none !important;
}
.cpt_divisions_navigation, #container_top .cpt_auxpages_navigation {
	font-size:75%;
	font-weight:bold;
	/*padding-top: 1px;*/
	padding-bottom: 5px;
	font-size:11px;
	float:right;
}
.cpt_auxpages_navigation .vertical li {
	padding-left: 0px;
}
.ocn_whiteline .cpt_auxpages_navigation ul.horizontal {
	padding:8px 0 0 0;
//padding:5px 0 0 0;
	overflow:hidden;
}
.ocn_blueline .cpt_divisions_navigation li {
	float:left;
	position:relative;
}
.ocn_blueline .cpt_divisions_navigation a {
	color:#000;
	background:#fcfcfc;
	text-decoration: none;
	padding:0 10px;
	line-height:35px;
	display:block;
//width:110px;
//text-align:center;
//padding:0;
	white-space:nowrap;
}
.ocn_whiteline .cpt_auxpages_navigation {
	background:#6695bf;
	height:35px;
	overflow:hidden;
}
.ocn_whiteline .cpt_auxpages_navigation li {
	background:url(../../images/ocn_arrow_navy.gif) left center no-repeat;
	padding-left:17px;
	margin-left:10px;
}
.ocn_whiteline .cpt_auxpages_navigation a {
	color:#fff;
	text-decoration:none;
}
.cpt_auxpages_navigation ul.vertical {
	list-style-image: none;
	padding-left: 0px;
}

.cpt_category_tree .child a {
font-size:95%;
	margin-left: 15px;
	font-weight:normal;
}
.cpt_category_tree .child_current a {
	margin-left: 25px;
	color: #1c334d!important;
	text-decoration: none!important;
	font-size:95%;
}

.cpt_category_tree .tab {
	margin-left:10px;
}
.cpt_product_add2cart_button {
	padding-top: 10px;
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	padding-left:7px;
}
.each-pro-box-right .cpt_product_name h1
{
	padding-left:0px;
}
.cpt_language_selection {
	background:#6695BF;
	margin:0 4px 4px 4px;
	padding:0 10px;
l
}
.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:#fc851e;
	margin:0 4px 4px 4px;
	font-size:85%;*/
		background:#d9e1b2;
	border:1px solid #c1cb92;
	color:#7a8e3b;
	height:40px;
	line-height:40px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
}
.cpt_product_search form, .cpt_language_selection {
	line-height:35px;
}
.cpt_language_selection a img {
/*//margin-bottom:14px;*/
}
.cpt_product_search form {
/*//margin-bottom:10px;*/
margin-top:3px;
}
/*.cpt_product_search input {
	font-size:90%;
	vertical-align:middle;
}*/
/*for opera*/

html:first-child .cpt_product_search form, html:first-child .cpt_product_search form {
	margin:0 0 15px 0;
}
html:first-child .cpt_currency_selection  { line-height:35px;}

ul.product_list {
}
.cpt_category_tree a:hover {
	text-decoration:underline;
}

 .cpt_product_lists {
	padding-bottom: 20px;
	background:#eae3c9;
}
.cpt_root_categories { padding-top:15px;}
.cpt_root_categories td {
	font-size:100%;
}
.cpt_root_categories td a.rcat_root_category {
	display:inline;
	text-decoration:underline;
	font-size:110%;
	color:#000;
	font-weight:bold;
}
.cpt_root_categories td a:hover {
	text-decoration:underline;
}
.cpt_maincontent {
	background:#eae3c6;
}
.cpt_maincontent td {
	font-size:75%;
}
ul.product_list li {
	margin:0 0 5px 0;
	text-align:left;
	float:left;
}
ul.product_list li table {
	float:left;
}
ul.product_list li a {
	color:#7d9038;
	width:160px;
	font-size:11px;
}
ul.product_list li a:hover{
color:#1C334D;
}
ul.product_list li table a {
	float:none;
}
ul.product_list li div {
	color:#FF3300;
	font-size:12px;

}
.block_tag_cloud a { text-decoration:none; color:#3B6CA4; text-decoration:none; line-height:70%;}
.block_tag_cloud a:hover  { color:#FF3300;}
.home_page_category_logo { background:url(../../images/defaultnocatimage.gif) left 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 .cpt_custom_html {
	padding:0 0 5px 0;
	background:#3B6CA4;
}
#container_top_right .cpt_custom_html {
	background:#f2f1e0;
}
#container_right_sidebar .right_bg_red {
	background:url(../../images/cty_right_transition1.gif) left top no-repeat;
}
#container_footer .cpt_divisions_navigation a {
	font-size: 90%;
	font-weight: normal;
	color:#354e64;
	line-height:20px;
	font-size:110%;
	font-weight:bold;
	padding:0 10px;
}
#container_footer .cpt_divisions_navigation {
	background:#fff;
	text-align:center;
	padding:0;
}
#container_footer .cpt_divisions_navigation ul, #container_footer .cpt_divisions_navigation ul li {
	display:inline;
	float:none;
}
/* ====================== STYLES OF ELEMENTS THAT APPEAR INSIDE VARIOUS COMPONENTS ====================== */
h1.welcome { color:#3B6CA4; font-weight:normal; font-size:19pt; letter-spacing:-1px; margin:10px 10px 0 10px;}

a.ocn_logo {
	display:block;
	zoom:1;
	text-decoration:none;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;line-height:50px;
}
.ocn_whiteline {
	background:#fff;
	padding: 5px 0 5px 5px;
}
.ocn_blueline {
	background:#f2f1e0;
}
span.ocn_l1 {
	color:#787878;padding:0 2px;
}
span.ocn_l2 {
	color:#404040;padding:0 2px;
}
span.ocn_l3 {
	color:#787878;padding:0 2px;
}
.bullet {
	font-size:0px;
}
a .bullet {
	text-decoration: none!important;
}
/* input.input_message_focus {
	width:160px;
}*/

input.input_message{
	border:1px solid #c1cb92;
	padding:4px;
	color:#8d8080;
	font-size:11px;
	width:372px;}

/*	
#searchstring {
	width: 60%;
	margin:0 0 0 15px;
	background-color:white;
	border:1px solid #AA5A5A;
	font-size:12px;
	font-weight:normal;
	padding:2px;
}*/
#shpcrtca {
	font-weight: bold;
	font-size: 130%;
	white-space: nowrap;
}


.ocn_right_wh {
	background:#fff;
}
.ocn_rightrel {
	position:relative;
	height:50px;
	background:#6695bf;
	margin:5px 5px 5px 0;
}
.ocn_guy {
	background:url(../../images/ocn_guy.gif) left bottom no-repeat;
	width:133px;
	height:100px;
	position:absolute;
	left:0px;
	bottom:0px;
//bottom:-1px;
}
/* ====================== PREDEFINED STYLES; edit, but do not delete these styles ====================== */

.small {
	font-size: 60%;
}
.big {
	font-size: 150%;
}
.background1, .background1 td {
	background-color:#eae3c9;
}
.btn_checkout {
	font-size: 130%;
	font-weight: bold;
	margin: 10px;
	padding: 3px;
}
.prdbrief_add2cart {
	padding-top: 5px;
}
.error_block {
	font-weight: normal;
	color: red;
	margin-top:-5px;
}
/*design folders*/
.ocn_left_wh, .ocn_left_bott_wh, .ocn_left_full_wh {
	background:#fff;
}
.ocn_left_bott_wh, .ocn_left_full_wh {
	margin-bottom:5px;
}
.bluebg {
	background:#6695bf;
	padding-top:3px;
}
.orangebg {
	background:#fc851e;
}
.greenbg {
	background:url(../../images/ocn_news_bg.gif) left top repeat-y;
}
.col_header {
	margin:4px 4px 0 4px;
	padding:5px;
	color:#fff;
	font-size:85%;
	text-transform:uppercase;
	font-weight:bold;
}

#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: #295220;
	font-weight:bold;
}
.news_title {
	padding-bottom: 10px; color:#fff;
}
.news_title a,.news_viewall a {color:#fff;}
.news_viewall {
	padding-bottom: 10px;
	font-size: 85%;
}
.news_subscribe, .news_thankyou {
	padding: 0px;
	overflow:hidden;
	font-size:11px;
	font-weight:bolder;
/*	color:#009900;*/
	color:#736F6E;
	padding-left:0px;
}
.news_subscribe div {
	float:left;
	width:auto;
	border:0px solid #FF0000;
	_margin-top:-7px;
}
.news_subscribe img, .news_thankyou 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
****************************/
.regularPrice {
	color: brown;
	text-decoration: line-through;
}
.totalPrice {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-family:Arial;
	line-height:150%;
}
.cpt_product_price { font-size:14px; color:#000000; padding-left:20px;}
.youSaveLabel {
	font-size: 75%;
}
.youSavePrice {
	font-size: 75%;
}
.prd_out_of_stock {
	font-style:  italic;
}
#cat_top_tree { overflow:hidden; margin-top:10px;}
.cpt_maincontent center { clear:both;}
.hndl_submit_prds_cmp, #cat_product_sort { margin:10px 0;}
.prdbrief_name a { font-size:130%; line-height:150%; text-decoration:none;}
.prdbrief_name a:hover { border-bottom: solid 1px;}
.add2cart_handler {
position:absolute;
margin-top:-25px;
border:0px solid #FF0000;
height:25px;
width:115px;}


/************************
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 {
	min-width:550px;
 width: expression(document.body.clientWidth <550? "550px": "auto");
}
#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:#eae3c6;*/
	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: #FC851E;
	font-size: 80%;
}
.rcat_child_categories a {
	font-size: 100%;
	font-weight: normal;
	color:#000;
	text-decoration:none;
}
.rcat_child_categories a:hover {
	text-decoration:underline;
}
/********************
REGISTRATION PAGE
*********************/
#reg_fields_tbl td {
	padding: 7px;
}
#reg_auth_fields td {
	background-color:#eae3c6;
}
#reg_confcode td {
	background-color: #D9E9FF;
}
#reg_fields_tbl td input, .addressform td input {
	width: 200px;
	border:1px solid #798c3d;
	height:20px;
}
#subscribed4news {
	width:auto!important;
}
#reg_fields_tbl td textarea, .addressform td textarea {
	width: 200px;
	height: 100px;
	font-size:13px;
	border:1px solid #798c3d;
}
#reg_fields_tbl select {
	width: 200px;
}
#reg_submit_btn {
	font-size:150%;
	font-weight: bold;
}
/*********
SEARCH IN CATEGORY
**********/
#cat_advproduct_search {
	background-color: #D9E9FF;
	margin-right:10px;
	width:230px;
}
#cat_advproduct_search form { padding:10px; }
#cat_advproduct_search td { vertical-align:top; }
#cat_advproduct_search select { width:100%;  }
#cat_advproduct_search form, #cat_advproduct_search table { //width:100%;}
#cat_advproduct_search h3 { padding:0px; margin: 10px 10px 0 10px;}
#cat_info_left_block, #cat_advproduct_search  { float:left;}
/************
CHECKOUT
************/
.checkout_noframe_title {
	padding: 5px 15px;
	text-align:left;
}
#checkout_have_account {
	padding: 15px;
	background-color:#d9e1b2;
	margin: 0 -5px 15px -5px;
}
#checkout_logininfo { width:428px;}
#checkout_logininfo .inputtext, #checkout_addresses .inputtext, #checkout_addresses textarea {
	width: 200px;
	border:1px solid #798c3d;
	height:20px;
}
.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:#eae3c6;*/
}
.row_even td {
/*	border: 0px solid #D9E9FF;
	border-width: 1px 0px;*/
}

.paddingblock { background:#f4f3e4;
	padding-left: 15px;
	padding-right: 15px;
	text-align:left;
	font-size:12pt;
}
.paddingblock h2 {
	padding:20px 5px;
	margin-top: 0px;
}
.paddingblock td { font-size:15px; 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:13px;}
.cpt_product_images {
	float: left;
	border:0px solid #FF0000;
	width:210px;
	margin-left:-10px;
}
#powered_by, #powered_by a {
	color:#fff!important;
}
.ocn_copyright {
	color:#fff;
	font-size:75%;
	text-align:center;
}
.ocn_copyright a {
	color:#fff;
	font-weight:bold;
}
/*NIFTY*/
b.niftycorners, b.niftyfill {
	display:none;
}
b.niftycorners * {
	display:block;
	height:1px;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
	border-style:solid;
	border-width: 0 1px;
}
/*normal*/
b.r1 {
	margin: 0 3px;
	border-width: 0 2px
}
b.r2 {
	margin: 0 2px
}
b.r3 {
	margin: 0 1px
}
b.r4 {
	height: 2px
}
b.rb1 {
	margin: 0 8px;
	border-width:0 2px
}
b.rb2 {
	margin: 0 6px;
	border-width:0 2px
}
b.rb3 {
	margin: 0 5px
}
b.rb4 {
	margin: 0 4px
}
b.rb5 {
	margin: 0 3px
}
b.rb6 {
	margin: 0 2px
}
b.rb7 {
	margin: 0 1px;
	height:2px
}
b.rb8 {
	margin: 0;
	height:2px
}
b.rs1 {
	margin: 0 1px
}
/*transparent inside*/
b.t1 {
	border-width: 0 5px
}
b.t2 {
	border-width: 0 3px
}
b.t3 {
	border-width: 0 2px
}
b.t4 {
	height: 2px
}
b.tb1 {
	border-width: 0 10px
}
b.tb2 {
	border-width: 0 8px
}
b.tb3 {
	border-width: 0 6px
}
b.tb4 {
	border-width: 0 5px
}
b.tb5 {
	border-width: 0 4px
}
b.tb6 {
	border-width: 0 3px
}
b.tb7 {
	border-width: 0 2px;
	height:2px
}
b.tb8 {
	border-width: 0 1px;
	height:2px
}
b.ts1 {
	border-width: 0 2px
}
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;}

.outof{color: #FF0000; font-weight:bold; padding-left:20px; margin-top:2px;}
.faq b{ color: #FFFFFF; font-size:14px;}

.friends2{color:#FFFFFF; font-family:Arial,Helvetica,sans-serif; font-size:11px;}
.friends1{
	border:0px solid #FF0000;
	width:181px;
	font-weight:bold;
	height:24px;
	line-height:27px;
	float:right;
	color:#FFFFFF;
	margin-right:12px;
}
.friends1 a:hover{ color:#FFFFFF; text-decoration:underline;}

.cpt_divisions_navigation{/* border:0px solid #0000FF;*/}
.cpt_divisions_navigation a{ text-align:right; border:0px solid #FF0000;}
.blacksubhead{ font-weight:bolder; color:#604226;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#safaryhack{ /*border:1px solid #FF0000; margin-top:-1px;*/}
.home-text-box { margin-top:10px;
border:2px solid #FF0000;}

}

#kk{ width:400px; margin-top:2px; margin-bottom:2px;}
/*#kk a{ color:#000000}*/

.cpt_product_details_request{
							text-align:left;
							padding-left:15px;
							padding-right:10px;
							}
.cpt_product_related_products{
							text-align:left;
							padding-left:10px;
							padding-right:10px;}
.textcol{ color:#859a4b}

.button{border:1px solid #CCCCCC; background:#5d3f25; color:#FFFFFF; font-weight:bolder; height:25px; margin-top:3px;}
.cpt_product_search .whatsu{
	margin-right:5px;
}
.cpt_product_search input.input_message{
	width:407px;
	
}
