#catalog_layout {
	width: 84%;
	float: left;
}
#catalog_layout .col1 {
	width: 26%;
}
#catalog_layout .col2 {
	width: 74%;
}
#catalog_layout .col1 .box_content {
	padding: 0;
}

/* Catalog menu */

.catalog_menu ul, .catalog_menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.catalog_menu ul#catalog_1level {
	font-size: 0;
	margin: 15px 0;
}
.catalog_menu ul ul {
	margin: 0 20px 5px 20px;
}
.catalog_menu li div {
	padding: 0.4em 17px;
	font-size: 12px;
}
.catalog_menu li.catsel div {
	background: #31ae88 url(../images/sidebar_sel_bg.png) repeat-y right;
}
.catalog_menu li.catsel div a:link, .catalog_menu li.catsel div a:visited, .catalog_menu li.catsel div a:hover {
	color: #fff;
	text-decoration: none;
	cursor: default;
}
.catalog_menu li.catsel li div {
	background: none;
}
.catalog_menu li.catsel li div a:link, .catalog_menu ul ul a:link  {
	color: #000;
	text-decoration: underline;
}
.catalog_menu li.catsel li div a:visited, .catalog_menu ul ul a:visited {
	color: #5c726b;
	text-decoration: underline;
}
.catalog_menu li.catsel li div a:hover, .catalog_menu ul ul a:hover {
	color: #31ae88;
}
.catalog_menu div .arrow {
	float: left;
	display: inline;
	width: 13px;
	padding: 4px 4px 4px 0;
	cursor: pointer;
	position: relative;
	z-index: 2;
	font-size: 0;
	top: -1px;
}
.catalog_menu div .arrow b {
	width: 9px;
	height: 9px;
	display: block;
	margin: auto;
}
.catalog_menu .a_open b, .catalog_menu li.catsel li div .a_open b {
	background: url(../images/icon_arrow_dwn.png) no-repeat 50% 50%;
}
.catalog_menu .a_closed b, .catalog_menu li.catsel li div .a_closed b {	
	background: url(../images/icon_arrow_up.png) no-repeat 50% 50%;
}
.catalog_menu li.catsel div .a_open b {
	background: url(../images/icon_arrow_dwn_catsel.png) no-repeat 50% 50%;	
}
.catalog_menu li.catsel div .a_closed b {
	background: url(../images/icon_arrow_up_catsel.png) no-repeat 50% 50%;	
}
#catalog_layout li.separator {
	border-top: 1px dashed #ccc;
	margin: 5px 0 0 0;
	padding: 0;
	height: 5px;
}
#catalog_layout li.big div {
	font-size: 14px;
}

/* Product Grid */

.product_grid {
	width: 100%;
	overflow: hidden;
}
.product_grid .product {
	float: left;
	width: 20%;
	margin: 0 1em 2em 1em;
	height: 11em;
	display: inline;
}
.product_pic {
	width: 100px;
	height: 100px;
	margin: auto;
	position: relative;
	border: 1px solid #D3D2D2;
	z-index: 0;
}
.product_pic .zoom {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
		}


.product_pic .c {
	width: 15px;
	height: 15px;
	position: absolute;
}
.product_pic .c.tr {
	background: url(../images/product_c_tr.png) no-repeat;
	/*background: url(../images/box_c_wtr.png) no-repeat;*/
	
	margin-left: 100%;
	left: -14px;
	top: -1px;
}
.product_pic .c.bl {
	margin-top: 100%;
	left: -1px;
	top: -14px;
	background: url(../images/product_c_bl.png) no-repeat;
	/*background: url(../images/box_c_wbl.png) no-repeat;*/
}
.product_name {
	text-align: center;
	margin-top: 0.3em;
}

/* Product List */

.product_list {
	padding: 0 4%;
}
.product_list .product {
	overflow: hidden;
	margin-bottom: 2em;
}
.product_list .product_pic {
	float: left;
	width: 100px;
}
.product_list .product_text {
	padding: 0 110px 0 100px;
	margin: 0 2%;
}
.product_list .product_text p {
	margin-bottom: 0.5em;
}
.product_list .learnmore {

}
.product_list .product_buy {
	float: right;
	width: 110px;
}
.product_offers {
	margin-bottom: 1em;
}
.product_offers img {
	display: block;
	margin-bottom: 4px;
}
.product_price span {
	display: block;
}
.product_price .price {
	margin-bottom: 0.4em;
	font-weight: bold;
	white-space: nowrap;
	font-size: 14px;
}
.product_price .price_discount {
	margin-bottom: 0.4em;
	white-space: nowrap;
	font-size: 14px;
}

.product_price .price span {
	display: inline;
	margin-left: 0.3em;
	font-weight: normal;	
}
.product_price .price_discount span {
	display: inline;
	margin-left: 0.3em;
	font-weight: normal;
}

.item_percent {
	text-decoration: none;
	padding: 2px 3px;
	margin: 0 0 0 5px;
	background: #ec1d27 url(/images/bar_rd.png) top left no-repeat;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.product_price .tocart, .product_price .compare {
	margin-bottom: 0.2em;
}
.product_price .tocart img, .product_price .compare img {
	position: relative;
	bottom: -1px;
}

/* Product info */

.product_info {
	padding: 0 2%;
}
.product_details {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.product_description {
	margin-bottom: 2em;
}
.product_info .product_pic {
	width: 200px;
	height: 200px; 
	float: left;
}
.product_info .product_gallery a.product_picsmall {
	border: 1px solid #ccc;
	padding: 3px;
	display: inline;
	margin: 3px;
	width: 40px;
	height: 40px;
	float: left;
	font-size: 0;
	line-height: 0;
	background: #fff;
}
.product_info .product_gallery {
	padding: 0 130px 0 210px;
}
.product_info .product_gallery a.product_picsmall:hover {
	border: 1px solid #3dafcf;
}
.product_info .product_buy {
	float: right;
	width: 110px;
}
.product_info .text {
	margin-top: 1em;
}
.product_info .text .hint {
	margin-bottom: 2em;
}
.product_info .text table {

	text-align: left;
	vertical-align: top;
}
.product_info table {
	margin-bottom: 1em;
	background: #fff;
}
.product_info table td {
	background: #eee;
	padding: 0.5em;
	text-align: center;
}
.product_info table td.odd {
	background: #f5f5f5;
}
.product_info table tr.head td {
	background: #1c7359;
	color: #fff;
}
.product_info td.details {
	background: #fff;
	text-align: left;
}
.product_info tr.head td.current_model {
	background: #30af89;
}
.product_info td.current_model {
	background: #eee;
}
.product_info table tr.head a:link, .product_info table.complex_table .models .models_selected a:link  {
	color: #fff;
}
.product_info table tr.head a:visited, .product_info table.complex_table .models .models_selected a:visited {
	color: #edfbff;
}
.product_info table tr.head a:hover, .product_info table.complex_table .models .models_selected a:hover {
	color: #d4fff2;
}
.product_info table.complex_table {
	width: 100%;
}
.product_info table.complex_table .models {
	background: none;
	color: #333;
	vertical-align: top;
	text-align: left;
	width: 130px;
	padding-top: 0;
}
.product_info table.complex_table .models a:link {
	color: #003021;
	text-decoration: underline;
}
.product_info table.complex_table .models a:visited {
	color: #61a0b8;
}
.product_info table.complex_table .models a:hover {
	color: #31ae88;
}
.product_info table.complex_table .models span {
	display: block;
	margin-bottom: 0.5em;
	padding: 0.2em;
	overflow: hidden;
}
.product_info table.complex_table .models span a.models_action {
	background: url(../images/models_plus.png) no-repeat;
	width: 14px;
	height: 14px;
	position: relative;
	top: 1px;
	margin: 0 0.3em 0 0.1em;
	float: left;
}
.product_info table.complex_table .models .models_selected {
	background: #1c7359;
}
.product_info table.complex_table .models span.models_selected a.models_action {
	background: url(../images/models_minus.png) no-repeat;
	width: 14px;
	height: 14px;
}
.product_info table.complex_table .models .models_main {
	background: #30af89;
}
.product_info table.complex_table .models .models_main .models_action {
	visibility: hidden;
}
.product_info table.complex_table .models .models_main a:link,
.product_info table.complex_table .models .models_main a:visited,
.product_info table.complex_table .models .models_main a:hover {
	cursor: default;
	color: #fff;
	text-decoration: none;
}
/* Right Col */

#catalog_rightcol {
	float: left;
	width: 16%;
	position: relative;
}
#catalog_rightcol .box {
	margin-bottom: 1em;
}
#catalog_rightcol .box_content {

}
#catalog_search span {
	display: block;
	margin-bottom: 0.2em;
}
#catalog_search #catalog_search_i {
	width: 77%;
}
#catalog_search #catalog_search_b {
	margin: 0 0 0 5px;
	position: relative;
	top: 2px;
}
.cart ul, .cart ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cart ul li {
	margin-bottom: 0.3em;
}
.cart ul li a:link {
	color: #000;
}
.cart ul li a:visited {
	color: #777;
}
.cart ul li a:hover {
	color: #31ae88;
}
.cart_general {
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
	border-bottom: 1px dashed #ccc;
}
.cart_general img {
	position: relative;
	bottom: -1px;
}
.cart_view {
	/*float: right;*/
	display: block;
	padding-top: 1ex;
	text-align: right;
}
#consultation {
	color: #555;
}
#consultation .contact_type {
	display: block;
	margin-top: 0.5em;
	color: #333;
}
#consultation .contact_type img {
	margin-right: 0.4em;
	position: relative;
	bottom: -2px;
}
#flying_loader { border:1px solid #D3D2D2;}
