/* =Body
-----------------------------------------------------------------------------*/

input[type="text"]:focus { outline: none; }
select { outline: 0; }

/* =ProductsList
-----------------*/
h1.title.products {
	font:24px Tahoma, Arial;
	padding:0;
	margin:-2px 0 11px;
	}

.products_list {
	display:inline-block;
	width:90%;
	margin:17px 0 0 40px;
	}

.products_list.page {
	margin:0;
	}

.products_list .p_item {
	width:200px;
	margin-right:49px;
	background:none;
	padding:0;
	margin-bottom:0;
	margin-left:0px;
	}

.products_list .p_item.last {
	margin-right:0;
	}

.products_list ul.last li {
	margin-bottom:22px;
	}

.products_list .p_images {
	list-style-type:none;
	display:inline-block;
	width:100%;
	margin:0;
	padding:0;
	}

.products_list .p_images a {
	float:left;
	display:block;
	height:186px;
	}

.products_list .p_images .p_new {
	position:absolute;
	left:0;
	z-index:100;
	margin:-3px 0 0 -2px;
	width:94px;
	height:37px;
	background:url(/img/bg_product_new.png) 0 0 no-repeat;
	}

.products_list .p_images .p_hit {
	position:absolute;
	left:0;
	z-index:100;
	margin:-3px 0 0 -2px;
	width:94px;
	height:37px;
	background:url(/img/bg_product_hit.png) 0 0 no-repeat;
	}

.products_list .p_images .p_action {
	position:absolute;
	left:0;
	z-index:100;
	margin:-3px 0 0 -2px;
	width:94px;
	height:37px;
	background:url(/img/bg_product_action.png) 0 0 no-repeat;
	}

.products_list .p_images .p_item {
	position:relative;
	float:left;
	text-align:center;
	}

.products_list .p_images .p_item .p_img {
	width:198px;
	height:184px;
	border:1px solid #DDD;
	}

.products_list .p_names {
	list-style-type:none;
	margin:0;
	padding:0;
	font:14px/1.3em Tahoma, Arial;
	display:inline-block;
	width:100%;
	}

.products_list .p_names .p_item {
	float:left;
	margin-top:4px;
	margin-bottom:6px;
	}

.products_list .p_names .p_item .p_name {
	text-decoration:none;
	color:#242424;
	}

.products_list .p_names .p_item .p_name:active, .products_list .p_names .p_item .p_name:hover {
	text-decoration:underline;
	}

.products_list .p_specifications {
	list-style-type:none;
	margin:0;
	padding:0;
	font:12px Tahoma, Arial;
	color:#757575;
	float:left;
	width:100%;
	}

.products_list .p_specifications.price_old {
	color:#6E6E6E;
	}

.products_list .p_specifications.price_economy {
	color:#76ad14;
	}

.products_list .p_specifications.price_new {
	color:#000;
	padding:3px 0 0;
	margin-bottom: 30px;
	}

.products_list .p_specifications .p_item {
	float:left;
	}

.products_list .p_specifications .p_item span {
	float:right;
	font:14px Tahoma, Arial;
	}

.products_list .p_specifications.price_old .p_item span {
	text-decoration:line-through;
	}

.products_list .p_specifications.price_new .p_item span {
	font-size:20px;
	color:#2367bf;
	margin:-6px 0 0;
	}

.products_list .p_tobusket {
	list-style-type:none;
	margin:0;
	padding:0;
	font:12px/25px Tahoma, Arial;
	color:#000;
	display: none;
	}

.products_list .p_tobusket .p_item {
	float:left;
	height:33px;
	margin-top:13px;
	}

.products_list.page .p_tobusket .p_item {
	margin-bottom:33px;
	}

.products_list .p_tobusket .p_item .p_add {
	cursor:pointer;
	float:right;
	text-decoration:none;
	color:#FFF;
	background:url(/img/bg_product_to_busket_btn.gif) 0 0 no-repeat;
	font:17px/30px Tahoma, Arial;
	text-align:center;
	width:102px;
	height:33px;
	}

.products_list .p_tobusket .p_item .p_add:active, .products_list .p_tobusket .p_item .p_add:hover {
	background-position:0 100%;
	}

.products_list .p_tobusket .p_add_disabled {
	display:block;
	width:199px;
	height:30px;
	background:url(/img/bg_busket_btn_disabled_normall.gif) 0 0 no-repeat;
	font:14px/30px Tahoma, Arial;
	color:#727272;
	text-align:center;
	}

.products_list .p_tobusket .p_item .p_link_basket {
	cursor:pointer;
	float:right;
	width:152px;
	height:33px;
	background:url(/img/bg_product_to_basket.gif) 0 0 no-repeat;
	font:bold 14px/30px Tahoma, Arial;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	}

.products_list .p_tobusket .p_item .p_link_basket:active, .products_list .p_tobusket .p_item .p_link_basket:hover {
	background-position:0 100%;
	text-decoration:none;
	}

.products_list .p_tobusket .p_item input {
	float:left;
	width:28px;
	height:19px;
	margin:2px 9px 0 0;
	padding:2px 6px 2px;
	border:1px solid #C2C2C3;
	font:11px Tahoma, Arial;
	color:#464646;
	}

/* =wrap_text
-----------------*/
.wrap_text b.title {
	display:block;
	font:20px Tahoma, Arial;
	color:#232323;
	}

.wrap_text h1.title {
	font:24px Tahoma, Arial;
	padding:0;
	margin:-5px 0 14px;
	}

.wrap_text .link_title {
	float:right;
	display:block;
	font:12px Tahoma, Arial;
	color:#ff6600;
	text-decoration:underline;
	margin:7px 0 0;
	}

.wrap_text .link_title:active, .wrap_text .link_title:hover {
	text-decoration:none;
	}

/* =posts
-----------------*/
.posts {
	padding:0;
	}

.posts .post {
	width:100%;
	display:inline-block;
	padding:0 0 18px;
	margin:0 0 18px;
	border-bottom:1px solid #DDD;
	line-height:13px;
	}

.posts .post.last {
	padding:0;
	margin:0 0 22px;
	border:0 none;
	}

.posts .post .post_image {
	border:0 none;
	width:100px;
	float:left;
	margin:2px 9px 0 0;
	}

.posts .post .post_title {
	font:16px Tahoma, Arial;
	color:#000;
	text-decoration:underline;
	}

.posts .post .post_title:active, .posts .post .post_title:hover {
	text-decoration:none;
	}

.posts .post .post_date {
	display:block;
	padding:6px 0 0;
	margin:0 0 -5px;
	font:12px Tahoma, Arial;
	color:#797979;
	}

.posts .post .post_description {
	padding:12px 0 0;
	font:12px/15px Tahoma, Arial;
	color:#313131;
	}

.posts .article .post_description {
	padding:10px 0 0;
	}
/*
.posts .post .post_description a {
	color:#ff6600;
	text-decoration:none;
	}
*/
/*.posts .post .post_description a:visited {
	color:#313131;
	}
*/
.posts .post .post_description a:hover, .posts .post .post_description a:active {
	color:#ff6600;
	text-decoration:underline;
	}

/* =block_posts
-------------------*/
.block_posts {
	padding:0;
	margin:17px 0 0;
	}

.block_posts .post {
	display:inline-block;
	margin:0 0 16px;
	line-height:13px;
	}

.block_posts .post .post_image {
	border:0 none;
	width:100px;
	float:left;
	margin:3px 9px 0 0;
	}

.block_posts .post .post_title {
	font:16px Tahoma, Arial;
	color:#ff6600;
	text-decoration:underline;
	}

.block_posts .post .post_title:active, .block_posts .post .post_title:hover {
	text-decoration:none;
	}

.block_posts .post .post_date {
	overflow:hidden;
	zoom:1;
	display:block;
	padding:5px 0;
	font:12px Tahoma, Arial;
	color:#797979;
	}

.block_posts .post .post_description {
	padding:2px 0 0;
	font:12px Tahoma, Arial;
	color:#313131;
	}

.block_posts .article .post_description {
	padding:7px 0 0;
	font:12px/14px Tahoma, Arial;
	}

.block_posts .post .post_description a {
	color:#ff6600;
	text-decoration:none;
	}

/*.block_posts .post .post_description a:visited {
	color:#313131;
	}
*/
.block_posts .post .post_description a:hover, .block_posts .post .post_description a:active {
	color:#ff6600;
	text-decoration:underline;
	}

/* =text
-----------------*/
.wrap_text .text {
	font:12px Tahoma, Arial;
	color:#313131;
	}

.wrap_text .text h1.title {
	font:24px/21px Tahoma, Arial;
	padding:0;
	margin:0 0 11px;
	}

.wrap_text .text h1.title.main_page {
	line-height:26px;
	}

.wrap_text .text h1 {
	margin:6px 0;
	font:24px/1.1em Arial;
	color:#000;
	}

.wrap_text .text h2 {
	margin:4px 0;
	font:20px/1.1em Arial;
	color:#000;
	}

.wrap_text .text h3 {
	margin:8px 0;
	font:bold 16px/1.1em Arial;
	color:#000;
	}

.wrap_text .text h4 {
	margin:12px 0;
	font:14px/1.1em Arial;
	color:#000;
	}

.wrap_text .text h5 {
	margin:4px 0;
	font:12px/1.1em Arial;
	color:#000;
	}

.wrap_text .text h6 {
	margin:14px 0;
	font:bold 10px/1.1em Arial;
	color:#000;
	}

.wrap_text .text .date {
	display:block;
	padding:6px 0 0;
	margin:0 0 -3px;
	font:12px Tahoma, Arial;
	color:#797979;
	}

.wrap_text .text .description {
	padding:15px 0 0;
	}

.wrap_text .text .page_image {
	float:left;
	width:151px;
	margin:0 10px 0 0;
	}

.wrap_text .text form {
	margin:0;
	}

.wrap_text .text .input_name {
	color:#000;
	display:block;
	padding:0 0 5px;
	}

.wrap_text .text .input {
	width:346px;
	height:21px;
	padding:2px 6px 4px;
	border:1px solid #A8A8A8;
	font:12px Tahoma, Arial;
	color:#434343;
	}

.wrap_text .text .textarea {
	width:346px;
	padding:2px 6px 4px;
	border:1px solid #A8A8A8;
	font:12px Tahoma, Arial;
	color:#434343;
	}

.wrap_text .text .select {
	padding:1px 4px 1px 4px;
	font:12px Tahoma, Arial;
	color:#000;
	border:1px solid #A8A8A8;
	}

.wrap_text .text .text_image {
	border:0 none;
	}

.wrap_text .text a {
	color:#ff6600;
	text-decoration:none;
	}

/*.wrap_text .text a:visited {
	color:#ff6600;
	}
*/
/*.wrap_text .text a.visited {
	color:#ff6600;
	}
*/
.wrap_text .text a:hover, .wrap_text .text a:active {
	color:#ff6600;
	text-decoration:underline;
	}

.wrap_text .text a.hover {
	color:#ff6600;
	text-decoration:underline;
	}

.wrap_text .text ul {
	padding:0;
	margin:0;
	list-style-type:none;
	font-family:Arial;
	line-height:1.5em;
	}

.wrap_text .text ul ul {
	list-style-type:none;
	padding:0;
	margin:3px 0 0 14px;
	line-height:1.2em;
	font-size:13px;
	}

.wrap_text .text li {
	}

.wrap_text .text li a {
	color:#242424;
	text-decoration:none;
	padding:0 0 0 8px;
	background:url(/img/ico_text_bulet.gif) 0 6px no-repeat;
	}

.wrap_text .text li li {
	padding-bottom:4px;
	}

.wrap_text .text li a:active, .wrap_text .text li a:hover {
	color:#ff1d00;
	text-decoration:underline;
	}

.wrap_text .text_table {
	border:0 none;
	border-bottom:1px solid #D7D7D7;
	color:#000;
	font-family:Arial;
	}

.wrap_text .text_table a {
	color:#000;
	}

.wrap_text .text_table th {
	text-align:left;
	font-weight:normal;
	padding:10px 12px;
	}

.wrap_text .text_table tr:hover td {
	background-color:#EEE;
	}

.wrap_text .text_table td {
	padding:10px 10px;
	border-top:1px solid #D7D7D7;
	}

/* =paginator
-----------------*/
.paginator {
	clear:left;
	font:12px/1.5em Tahoma, Arial;
	display:inline-block;
	width:100%;
	padding:1px 0;
	margin:0 0 24px;
	}

.products_list .paginator {
	margin-bottom:14px;
	}

.paginator .count {
	display:block;
	float:right;
	}

.paginator b {
	color:#AAA;
	margin:0 7px 0 0;
	padding:2px 7px 3px;
	border:1px solid #D5D5D5;
	background-color:#F2F2F2;
	}

.paginator a {
	color:#000;
	text-decoration:none;
	margin:0 7px 0 0;
	padding:2px 7px 3px;
	border:1px solid #D5D5D5;
	}

.paginator a:active, .paginator a:hover {
	
	color:#f5411c;
	}

/* =breadcrumbs
-----------------*/
.breadcrumbs {
	font:11px/1.27em Arial;
	color:#9F9F9F;
	margin:0 0 7px;
	}

.breadcrumbs a.link {
	display:inline-block;
	text-decoration:underline;
	color:#8F8F8F;
	}

.breadcrumbs a.link:active, .breadcrumbs a.link:hover {
	color:#9F9F9F;
	text-decoration:none;
	}

.breadcrumbs .delimiter {
	display:inline-block;
	margin:0 3px;
	width:11px;
	height:12px;
	background:url(/img/ico_breadcrumbs_delimiter.gif) 0 5px no-repeat;
	}

/*button*/
.button {
    height:33px;
    position:relative;
	background:url(/img/bg_text_btn.gif) 0 0 no-repeat;
	float:left;
	}

.button:hover, .button:active {
	background-position:0 100%;
	}

.button input {
	border:0 none;
	background:none;
	cursor:pointer;
    padding:0 20px 0 22px;
    height:31px;
	font:17px Tahoma, Arial, Geneva,sans-serif;
    color:#FFF;
	}

.button span {
	position:absolute;
	z-index:2;
	right:0;
	top:0;
	width:6px;
	height:33px;
	background:url(/img/bg_text_btn_right.gif) 0 0 no-repeat;
	}

.button:hover span, .button:active span {
	background-position:0 -33px;
	}
