.new_article_group:hover{
	cursor: pointer;
}
.new_article_group td{
	padding: 0!important;
	border: none!important;
}

.new_article_group td .group_art {
	background: none repeat scroll 0 0 #666666;
	border: medium none;
	border-radius: 0;
	color: #666666;
	padding: 4px;
}

.new_article_group td span {
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	overflow: hidden;
	padding: 0 10px;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	max-width: 250px;
}

.new_article_group td span a {
	color: #ffffff;
}

.new_article_group td .brand {

}

.new_article_group td .article {

}


/*
.new_article_group td .article {
	max-width: 27%;
	width: auto;
}
*/


.new_article_group td .group {
	width: auto;
}

a.group_close, a.group_open{
	display: inline-block;
	height: 15px;
	padding-left: 20px
}
a.group_close{
	background: url('/images/template/plus.png') no-repeat;
}

a.group_open{
	background: url('/images/template/minus.png') no-repeat;;
}

.group_art {
	margin-bottom: 7px;
}

tr.small_caption td {
	padding: 0 14px!important;
}
tr.row_hide{
	display: none;
}
a[sortdir="desc"], a[sortdir="asc"], a[sortdir="uns"]{
	padding-left: 20px;
	height: 22px;
	display: inline-block;
}
a[sortdir="desc"]{
	background: url('/images/sort_desc.png') left center no-repeat;
}
a[sortdir="asc"]{
	background: url('/images/sort_asc.png') left center no-repeat;
}
a[sortdir="uns"]{
	background: url('/images/unsort.png') left center no-repeat;
}

#lk_rcontacts{
	margin-bottom: 17px;
}

#lk_perset{
	padding: 10px 20px;
	background: #fff7cd;
}

#lk_perset .lk_caption{
	position: relative;
}

.lk_edit_link{
	font-size: 12px;
	color: #5f5f5f;
	font-style: normal;
	font-family: "Arial";
	display: block;
	background: url(/_sysimg/ar_edit.png) left no-repeat;
	padding: 0px 0px 0px 22px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.prd_image {
	max-width: 300px;
}
.delivery {
	background-color: #73AB47;
	color: #ffffff;
	border-radius: 10px;
	padding: 3px 13px !important;
}
table.search_results td.col_term span {
	font-size: 12px;
}
.basket .col_comment {
	width: 146px;
	max-width: 154px !important;
}
.basket .col_comment .comment_hid{
	overflow-y: hidden;
	height: 23px;
	transition: all 2.3s ease;
}
.basket .col_comment textarea{
	width: 171px;
	max-width: 172px;
	overflow: hidden;
	resize: none;
	transition: 0.2s;
	height: 23px;

}
.basket .col_comment textarea:hover{
	position: absolute;
	z-index: 999;

}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 0 auto;
	font-size: 16px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.modalDialog > div h2{

	padding: 10px 32px 12px 59px;
}

.basket .col_chPos {
	padding: 2px 10px !important;
}


