/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */

body, div, p, form, table, td, span, ul, li, input, textarea, label, select, h1, h2, h3, h4, h5 {
	margin:						0px;
	padding:						0px;
}
body {
	color: 						#C5C5C5;
	background: 				url(images/bg.jpg);
	font-family: 				Arial, Helvetica, sans-serif;
	font-size:					12px;
}
ul {
	list-style: 				none;
}
input, textarea {
	
}
textarea.input_message,
input.input_message_focus,
input.input_message {
	border: solid 1px #656565;
	background-color: #121212;
	color: #dcdcdc !important;
	height: 20px;
	line-height: 20px;
	padding:			0px 3px;
	margin:0px;
	vertical-align: middle;
	width: 190px;
}

a, a:link, a:active, a:visited {
	color: #f9c174;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
}
a img {
	border: none;
}
/* ====================== COMPONENT CONTAINER STYLES ====================== */
#main {
	width: 						946px;
	margin:						0px auto;
}

#mainheader {
	position: 					relative;
	height: 						299px;
	width: 						946px;
	background: 				url(images/main_header_bg.jpg) no-repeat;
}
#wrapper {
	background: 				url(images/wrapper_bg.jpg) repeat-y;
}

#flower {
	width: 						946px;
	background: 				url(images/flower.jpg) 233px bottom no-repeat;
}

#left {
	float: 						left;
	display: 					block;
	width: 						280px;
	padding-bottom: 			20px;
}
#content {
	float: 						left;
	display: 					block;
	width: 						626px;
	padding:						10px 10px 10px 30px;
}
#footer {
	position: 					relative;
	z-index: 					1;
	font-size:					11px;
	padding:						0px 0px 15px 20px;
	width: 						926px;
	color:						#6D6D6D;
	background: 				#0B0B0B url(images/footer_bg.jpg) no-repeat;
}

/************************** --- HEADER --- *****************************/
a.logo {
	display: 					block;
	text-indent: 				-5000px;
	font-size: 					0px;
	line-height: 				0px;
	width: 						330px;
	height: 						80px;
	position: 					absolute;
	top:							40px;
	left:							25px;
}
ul#rightmenu {
	position: 					absolute;
	top: 							24px;
	right: 						0px;
	height: 						231px;
	width: 						39px;
}
ul#rightmenu li {
	width: 						39px;
	/*height: 						33px;*/
}
ul#rightmenu li a {
	display: 					block;
	text-indent: 				-5000px;
	font-size: 					0px;
	line-height: 				0px;
	width: 						39px;
	height: 						33px;
	background: 				url(images/header_right_menu_over_bg.jpg) -39px 0px no-repeat;
}

ul#rightmenu li a:hover {
	background: 				url(images/header_right_menu_over_bg.jpg);
}
ul#rightmenu li a.link1:hover {
	background-position: 	0px 0px;
}
ul#rightmenu li a.link2:hover {
	background-position: 	0px -33px;
}
ul#rightmenu li a.link3:hover {
	background-position: 	0px -66px;
}
ul#rightmenu li a.link4:hover {
	background-position: 	0px -99px;
}
ul#rightmenu li a.link5:hover {
	background-position: 	0px -132px;
}
ul#rightmenu li a.link6:hover {
	background-position: 	0px -165px;
}
ul#rightmenu li a.link7:hover {
	background-position: 	0px -198px;
}

/************************** --- LEFT COLUMN --- *****************************/
#logo {
	position: 					relative;
	width: 						279px;
	height: 						156px;
	background: 				url(images/logo.jpg) no-repeat;	
}
#logo a.logo {
	width: 						240px;
	height: 						130px;
	top:							10px;
	left:							15px;
}
/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */

/******* LEFT MENU *******/
/*
 Menu CSS
*/

.cpt_menu_tree {
	width: 279px;
}


ul#leftmenu {
	list-style: none;
}
ul#leftmenu li {
	position: relative;
	display: block;
	z-index:400;
}
ul#leftmenu li.parenli span {
	display:					block;
	height:					26px;
	line-height: 			26px;
	margin-bottom:			1px;
	padding-left:			22px;
	background:				#1E1E1E url(images/left_menu_bullet.jpg) 3px 0px no-repeat;
}
ul#leftmenu li.child span {
	padding-left:			37px;
	background-position: 18px 0px;
}

ul#leftmenu li.parenli span a {
	display:					block;
	height:					26px;
	line-height: 			26px;
	text-transform: 		uppercase;
	color:					#E78B09;
	font-family: 			Arial;
	font-size:				13px;
	font-weight: 			bold;
	text-decoration: 		none;
}
ul#leftmenu li.child span a {
	text-transform: 		none;
}
ul#leftmenu li.child span a.haschild {
	background: 			url(images/left_menu_arrow_white.jpg) no-repeat top right;
}
.cpt_shopping_cart_info_top a.cart_title:hover,
.cpt_shopping_cart_info .shcart_link a:hover,
ul#leftmenu li.parenli span a:hover {
	text-decoration: 		none;
	color: 					#f6b153;
}

ul#leftmenu li.parenli ul {
	display: 				none;
	position: 				absolute;
	top: 						0px;
	left: 					100%;
	z-index:					99;
	/*width: 					200px;*/
}
ul#leftmenu li.parenli ul li {
	display: 				block;
	position: 				relative;
	line-height: 			25px;
}

ul#leftmenu li.parenli ul li a {
	display: 				block;
	padding: 				0px 30px 0px 15px;
	font-family: 			Arial;
	font-size:				12px;
	font-weight: 			bolder;
	color: 					#E78B09;
	line-height: 			25px;
	height: 					25px;
	text-decoration: 		none;
	white-space: 			nowrap;
	background-color: 	#333333;
	opacity:					0.9;
	filter:					alpha(opacity=90);
}
ul#leftmenu li.parenli ul li a.haschild {
	background: #333333 url(images/left_menu_arrow_orange.gif) 97% 50% no-repeat;
}
ul#leftmenu li.parenli ul li a:hover{
	background-color: #7e7e7e;
}

ul#leftmenu li:hover ul,
ul#leftmenu li:hover li:hover ul, 
ul#leftmenu li:hover li:hover li:hover ul, 
ul#leftmenu li:hover li:hover li:hover li:hover ul, 
ul#leftmenu li:hover li:hover li:hover li:hover li:hover ul {
	display: block;
}
ul#leftmenu li:hover ul ul, 
ul#leftmenu li:hover li:hover ul ul, 
ul#leftmenu li:hover li:hover li:hover ul ul, 
ul#leftmenu li:hover li:hover li:hover li:hover ul ul, 
ul#leftmenu li:hover li:hover li:hover li:hover li:hover ul ul {
	display: none;
}

/************ SIMPLE SEARCH FORM **************/
.cpt_survey,
.cpt_feedback,
.cpt_shopping_cart_info,
.cpt_authorization,
.cpt_product_search {
	/*background-color: #383838;*/
	padding: 5px 6px 15px 8px;

}

.cpt_feedback {
	padding-top:20px;
}
.cpt_survey h3,
.cpt_feedback h3,
.cpt_shopping_cart_info .shcart_link a,
.cpt_authorization h3,
.cpt_product_search h3 {
	text-transform: 		uppercase;
	color: #E78B09;
	font-size:				15px;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;

}

.cpt_shopping_cart_info .shcart_link a {
	line-height: 24px;
	background: url(images/shopping_cart_icon.jpg) 98% 0px no-repeat;
}
.cpt_shopping_cart_info_top a.cart_title {
	line-height: 24px;
	background: url(images/shopping_cart_icon_top.jpg) 98% 0px no-repeat;
}

button.button,
input.button {
	background: url(images/search_button.png) no-repeat;
	cursor: pointer;
	height: 22px;
	width: 68px;
	text-indent: -5000px;
	font-size: 0px;
	border:none;
	vertical-align: middle;
}
.cpt_product_search input.input_message_focus,
.cpt_product_search input.input_message {
	width: 182px;
	margin-right:6px;
}
.loginform input.button,
.cpt_authorization input.button {
	background: url(images/login_button.png) no-repeat;
}
.cpt_authorization input.input_message_focus,
.cpt_authorization input.input_message {
	width: 84px;
	margin-right:6px;
}
.cpt_feedback form p,
.cpt_authorization form p {
	overflow: 	hidden;
	width: 260px;	
	color: #a8a8a8;
}
.cpt_feedback form p span,
.cpt_authorization form p span {
	display: block;
	float:left;
	width: 96px;
	padding-left:2px;
}
.cpt_authorization form {
	margin-bottom:5px;
}
.cpt_shopping_cart_info .wrapper {
	overflow: hidden;
	width: 100%;
} 
.cpt_shopping_cart_info #shpcrtgc,
.cpt_shopping_cart_info #shpcrtca {
	float: left;
	display: block;
	padding-left:5px;
}

.cpt_feedback form {
	margin-right:-6px;
}
.cpt_feedback input.input_message_focus,
.cpt_feedback input.input_message {
	width: 258px;
	margin-right:6px;
}
.cpt_feedback div input.input_message_focus,
.cpt_feedback div input.input_message {
	width: 122px;
	margin-right:6px;
}
.cpt_feedback form p {
	width: 272px;
	margin-right:-6px;
	padding-top:	5px;
}
.cpt_feedback form p span {
	padding:0px;
	width: 130px;
	margin-right:6px;
}
.cpt_feedback textarea.input_message {
	width: 258px;
	margin-right:6px;
	height: 	100px;
}
button.change{
	background: url(images/change_button.png) no-repeat;
	width: 68px;	
}
button.coupon_check {
	background: url(images/coupon_check_button.png) no-repeat;
	width: 68px;	
}
input.checkout {
	background: url(images/checkout_button.png) no-repeat;
	width: 123px;
}
input.recalculate {
	background: url(images/recalculate_button.png) no-repeat;
	width: 92px;
}
input.invoice {
	background: url(images/print_form_button.png) no-repeat;
	width: 68px;	
}
input.printbutton {
	background: url(images/print_button.png) no-repeat;
	width: 140px;	
}
input.add_address {
	background: url(images/add_address_button.png) no-repeat;
	width: 121px;
}
input.savebutton {
	background: url(images/save_button.png) no-repeat;
	width: 92px;
}
input.sendbutton {
	background: url(images/send_button.png) no-repeat;
	width: 92px;
}
.cpt_survey input.button {
	background: 		url(images/survey_button.png) no-repeat;
	width: 95px;
}
.cpt_survey .survey_question {
	color: #E78B09;
}
.cpt_survey input.radio {
	margin-right:5px;
}
.cpt_survey form p {
	padding: 2px 0px;
}
.cpt_survey .survey_submit {
	margin: 5px 0px;
}
.cpt_survey .results {
	width: 100%;
	overflow: hidden;
}
.cpt_survey .results p {
	float: left;
}
.cpt_survey .results p.answer {
	width: 	200px;
}
/*************** FOOTER ******************/
#footer .blm_wrapper {
	padding:								5px 0px;
}
#footer .copyright .cpt_blocksmanager_blocks {
	overflow: 							hidden;
	width: 								100%;
	margin-bottom:						15px;
}
#footer .copyright .blm_wrapper {
	display: 							block;
	float:								left;
}
#footer .copyright #leftText {
	width: 								450px;
	padding:								60px 80px 0px 0px;	
}
#footer .copyright #leftText img{
	margin-bottom: 20px;
}

#footer .copyright #rightText {
	padding:								50px 60px 0px 0px;		
}

#footer .copyright #rightText p.phone {
	font-size:							36px;
	color:								#D28F01;	
}
#footer .copyright #rightText p.phone sup {
	font-size:							23px;
}

.cpt_blocksmanager_blocks #mainTop h1{
	font-size:	15px;
	color:	#f9a20f;
	margin-bottom: 20px;
}
.cpt_product_details_request h2,
.cpt_product_lists h2,
.cpt_blocksmanager_blocks h2 {
	font-size: 18px;
	/*text-transform: uppercase;*/
	margin-bottom:15px;
}

#mainSection {
	padding-top: 0px;
}
#mainSection .blm_content div.line {
	overflow: hidden;
	width: 100%;
}
#mainSection .blm_content div.line p{
	float: left;
	width: 310px;
}

.cpt_product_lists  {
	margin: 20px 0px;	
}
.products_to_show,
ul.child_cats,
.cpt_product_lists ul {
	overflow: hidden;
	width: 	630px;
	margin:	10px -2px;
}
ul.child_cats li,
.cpt_product_lists ul li {
	float: left;
	width: 200px;
	margin: 5px 5px 10px 5px;
}
.cpt_product_lists ul li .prdbrief_name {
	text-align: center;
	height: 36px;
	line-height: 18px;	
}
.cpt_product_lists ul li .prdbrief_name a {
	font-size: 14px;	
}
ul.child_cats li .category_picture,
.cpt_product_lists ul li .prdbrief_thumbnail {
	height: 		150px;
	padding:		5px 0px; 	
}
ul.child_cats li .category_picture a,
.cpt_product_lists ul li .prdbrief_thumbnail a {
	display: block;
	width: 150px;
	height: 150px;
	text-align: center;
	margin: 0px auto;
}
.cpt_product_lists ul li .prdbrief_totalPrice {
	height:	20px;
	text-align: center;
}
.cpt_product_lists ul li .prdbrief_totalPrice .totalPrice{
	color: #b22222;
	font-weight: bold;
}
.cpt_product_lists ul li .prd_out_of_stock,
.cpt_product_lists ul li .prdbrief_add2cart {
	height: 22px;
	padding: 3px 0px;
	text-align: center;
}
.cpt_tag_cloud {
	padding: 30px 0px 10px 0px ;
}
.cpt_tag_cloud  a,
.cpt_tag_cloud  a:link,
.cpt_tag_cloud  a:active,
.cpt_tag_cloud  a:visited {
	color:	#C5C5C5;
}
.cpt_tag_cloud  a:hover {
	text-decoration: none;
}


/************ CATEGORY ************/
.category {
	padding-top: 20px;
}
.category h1 {
	font-size:	18px;
	color:	#f9a20f;
	margin-bottom: 10px;
}
.category .category_path {
	padding: 10px 0px;
}
.category .subcategory_block {
	margin: 20px 0px 0px 0px;
}
.category .subcategory_block a.category_name {
	font-size:			16px;
	color:	#f9a20f;
	font-weight: bold;
}
.category .subcategory_block a.category_name:hover {
	text-decoration: none;
}
.category_short_description {
	margin: 15px 0px;
}

ul.child_cats li .category_name {
	height: 36px;
	line-height: 18px;
	text-align: center; 
}
ul.child_cats li .category_name a {
	font-size: 16px;
}
ul.child_cats li .category_products_count {
	font-size: 14px;	
	text-align: center;
}
.products_to_show .brief_product {
	display: block;
	float: left;
	width: 301px;
	margin: 5px 7px 10px 7px;
}
.products_to_show .brief_product .prdbrief_name {
	line-height: 		16px;
	height: 				32px;	
	padding-bottom: 5px;
}
.products_to_show .brief_product .info_block {
	width: 100%;
	overflow: hidden;
	height: 150px;	
}
.products_to_show .brief_product .info_block .prdbrief_thumbnail{
	float: left;	
	width: 150px;
	margin-right: 10px;
}
.products_to_show .brief_product .info_block .right_info {
	float: left;	
	width: 141px;
}
.product_info_block .prd_out_of_stock,
.product_info_block .prdbrief_add2cart, 
.info_block .prd_out_of_stock,
.info_block .prdbrief_add2cart {
	margin-top:	10px;	
}
/****************** PRODUCT PAGE *************************/
.product_info_block,
.product_info_block .cpt_product_images ul,
.category .cpt_product_category_info {
	overflow: 				hidden;
	width: 					100%;
}
.category .cpt_product_category_info div {
	float: left;
	padding: 0px 0px 10px 0px;
}
.category .cpt_product_category_info .category_path {
	width: 510px;
}
.product_info_block .cpt_product_images {
	float: left;
	width: 	300px;
	margin-right: 20px;
}
.product_info_block .product_info {
	float: left;
	width: 	306px;
}
.product_info_block .cpt_product_images ul {
	margin-top: 20px;
}
.product_info_block .cpt_product_images ul li {
	float: left;
	width: 	150px;
	text-align: center;
}
.product_info .totalPrice,
.info_block .totalPrice {
	color: orange;
	font-weight: bold;
	font-size: 13px;
}
.product_info .totalPrice {
	font-size: 16px;
}
.product_info_block .cpt_product_params_selectable {

}
.product_info_block .product_quantity,
.product_info_block .params_selectable {
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
}
.product_info_block .product_quantity p,
.product_info_block .params_selectable p {
	float: left;
}
.product_info_block .product_quantity p.qlabel,
.product_info_block .params_selectable p.option_name {
	width: 100px;
}

.category .brief_description,
.category .cpt_product_description {
	margin-top: 10px;
}

.cpt_product_details_request {
	margin-top: 10px;
	border: solid 1px #656565;	
	padding:						14px;	
}
.cpt_product_details_request h2{
	margin:0px;
}
.feedback_description {
	margin-bottom:					10px;
}
.ConfirmationCode td {
	padding:						5px 0px;
}
.ConfirmationCode tr.code_row {
	/*background-color:				#656565;*/
}
.ConfirmationCode tr.code_row td {
	padding-left:					5px;
}
.ConfirmationCode tr.code_row td.image {
	padding-left:					50px;	
}

p.label {
	overflow: 						hidden;
	padding: 						6px 0px;
	height: 							1%;
}

p.label label {
	float:							left;
 	width:							50px;
}
p.label i {
	font-style: 					normal;
	color:							orange;
}
.feedback p.label label {
 	width:							80px;
} 
p.textarea_description {
	margin-top:						10px;
}
.cpt_product_details_request input.input_message_focus, 
.cpt_product_details_request input.input_message {
	color: #dcdcdc;
	width: 150px;
}
.cpt_product_details_request p.label label {
 	width:							60px;
}
form.feedback textarea.input_message,
.cpt_product_details_request textarea.input_message {
	height: 150px;
}
.success_message,
.error_block {
	color:							orange;
	font-weight:					bold;
}
#reg_fields_tbl p.label label {
	width: 							150px;
}
#reg_fields_tbl textarea.input_message  {
	width: 							250px;
	height:							80px;
}

input.next_button {
	background: url(images/next_button.png) no-repeat;
	width: 68px;
}
input.orderbutton {
	background: url(images/order_button.png) no-repeat;
	width: 122px;
}
.cpt_shopping_cart_info_top a.cart_title {
	font-size:	18px;
	color:	#f9a20f;
	margin-bottom: 10px;
	text-decoration: none;
	display: block;
}
.cpt_shopping_cart_info_top ul {
	overflow: hidden;
	width: 630px;;	
	margin: 0px -2px;
}
.cpt_shopping_cart_info_top ul li {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	padding: 5px;
	text-align: center;
 	/*626*/
 }
 .useraccount td {
 	padding: 15px;
 }
 .addressbook td {
 	padding: 10px;
 }
 .history td {
 	padding: 5px;
 }