@CHARSET "UTF-8";

@media screen and (max-width: 800px), screen and (max-device-width: 800px), handheld{
	body {min-width:500px;}

	nav#top_menu {display:none;}
		
	nav#main_menu a {line-height: 24px;font-size:22px;word-wrap: break-word;vertical-align:middle;display:table-cell;padding-left:10px;}
	nav#main_menu .submenu {display:none;}
	
	.side_bar_left {width: 100%;}
	.side_bar_left ul.sub_menu {}
	.side_bar_left ul.sub_menu li {width:25%;float:left;border-right:0px;}
	.side_bar_left ul.sub_menu li a {padding:0px;text-align:center;}
	.catalog_filter {position:relative;clear:both;} 
	
	.side_bar_right {width:100%;float:left;min-height:500px;}
	.side_bar_right .sort_panel .col_title {display:none;}
	.side_bar_right .sort_panel .col_menu {width:20%;}	
	.side_bar_right .sort_panel .sort_menu a.wide {display:none;}
		
	.catalog_filter_hide_show {padding: 0px;float:left;width:100%;text-align:center;}
	
	nav#bottom_menu div.coupon_caption {background: none;padding-left:10;}
	nav#bottom_menu div.address_caption {background: none;padding-left:10px;}
	nav#bottom_menu div.discount_caption {background: none;padding-left:10px;}
	nav#bottom_menu div.work_caption {background: none;padding-left:10px;}
	
	#subscribe_line {display:none;}
	
	#footer-summary .wide {display:none;}
	#footer-summary .column { width: 33%;}
	
	.product-list li {float:left;width:48%;}
	.product-list li .photo {height:100%;}
	.product-list li .img_container {width:100%;display:block;height:100%}
	.product-list li .img_container img {width:100%;}
	.product-list li .product_name {font-size:32px;line-height:36px;height:100%;}
	.product-list li .product_desc {font-size:30px;line-height:32px;height:100%;}
	.product-list li .product_price {font-size:40px;line-height:56px;height:100%;}
	.product-list li:nth-child(odd) {clear:both;}
	
	#breadcrumbs {width:100%;background-color:#ebedec;height:100%;min-height:45px;max-height:90px;}
	#breadcrumbs div {font-size:18px;overflow:hidden;}
	
	.catalog_product_details {width: 100%;}
	.catalog_product_details .image {width:50%;}
	.catalog_product_details .big_image img {width:100%;}
	
	.catalog_product_details .descriptions {padding:0px;float:left;}
	
	.catalog_product_details .descriptions .name {font-size:24px;}
	.catalog_product_details .descriptions .product_desc {font-size:20px;}
	.availability {width: 100%;display:block;}

	#full_version{display:block;position:absolute;top:0px;right:0px;width:200px;height:100px;background-color:#e2e2e2;padding-top:10px;text-align:center;font-size:22px;line-height:20px;cursor:pointer;}
	
}
