a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}
/*===========================================*/

/*======= index.html =======*/
#page1 .col-1 {width:610px; margin-right:49px;}
#page1 .col-2 {width:235px;}
#page1 #content .top-info .col-1 {width:220px; margin-right:0;}
#page1 #content .top-info .col-2 {width:220px;}
#page1 #content .top-info .col-3 {width:220px;}
#page1 #content .top-info .col-4 {width:220px;}

#page1 .col-1 {width:610px; margin-right:49px;}
#page1 .col-2 {width:235px;}
#page1 .top-info .col-1 {width:220px; margin-right:0;}
#page1 .top-info .col-2 {width:220px;}
#page1 .top-info .col-3 {width:220px;}
#page1 .top-info .col-4 {width:220px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:235px; margin-right:49px;}
#page2 #content .col-2 {width:610px;}
#page2 #content .col-2 .col-1 {width:278px; margin-right:41px;}
#page2 #content .col-2 .col-2 {width:272px;}

#page2 .col-1 {width:235px; margin-right:49px;}
#page2 .col-2 {width:610px;}
#page2 .col-2 .col-1 {width:278px; margin-right:41px;}
#page2 .col-2 .col-2 {width:272px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:610px; margin-right:49px;}
#page3 #content .col-2 {width:235px;}
#page3 #content .top-info .col-1 {width:220px; margin-right:0;}
#page3 #content .top-info .col-2 {width:220px;}
#page3 #content .top-info .col-3 {width:220px;}
#page3 #content .top-info .col-4 {width:220px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:235px; margin-right:49px;}
#page4 #content .col-2 {width:610px;}
#page4 #content .col-2 .col-1 {width:278px; margin-right:41px;}
#page4 #content .col-2 .col-2 {width:272px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:235px; margin-right:49px;}
#page5 #content .col-2 {width:610px;}
#page5 #content .col-2 .col-1 {width:278px; margin-right:41px;}
#page5 #content .col-2 .col-2 {width:272px;}

/*=========================*/

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	/*color:#96a3aa;*/
	color:#000;
}
body.body_background { 
	/*background:url(/images/site8/body-bg.gif) 50% 0 #adbac2;*/ 
	background:#adbac2;
}
html { min-width:960px;}
html, body { height:100%;}



/* Global Structure ============================================================= */
.container {
	margin: 0 auto;
	position: relative;
	width: 960px;
	font-size:.8125em;
}

	/* Header */
	header{
		height:519px;
		overflow:hidden;
		background:url(/images/site8/header-tail.gif) 50% 0 repeat-x;
	}
	
	/* Content */
	section#content {
		position:relative;
		z-index:3;
	}
		section#content .container {
			background:#fff;
		}
			section#content .inside {
				padding:20px 20px 20px 20px;
			}
	
			
	/* Footer */
	footer{
		padding:0 0 83px 0;
	}
	footer .container 
	{
		/*background:#3b4043;*/
		background:#982d00;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		font-size:10px;
		/*text-transform:uppercase;*/
		color:#6d777b;
		position:relative;
		margin-top:-10px;
		behavior: url(/images/site8/js/PIE.htc);
	}
	footer .inside 
	{
		padding:28px 20px 20px 40px;
	}



/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3, .col-4 { float:left;}
.colborder {border-right:1px solid #dedede;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 20px; }


/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
figure img { 
	margin:0 25px 0 0; 
	float:left;
	border:4px solid #d2d9dd;
}
figure img.noborder {
	border:none;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}

.extra-wrap { 
	overflow:hidden;
}

p {margin-bottom:18px;}
.p1 { margin-bottom:9px;}
.p2 { margin-bottom:18px;}
.p3 { margin-bottom:27px;
}


/*----- txt, links, lines, titles -----*/
a {
	color:#3a3a3a; 
	outline:none;
}
a:hover{
	text-decoration:none;
}


.title_logo 
{
	font-size:36px;
	font-weight:bold;
	line-height:1.2em;
	text-transform:uppercase;
}	
.title_logo a 
{
	color:#fff;
	text-decoration:none;
	font-style:italic;
	text-shadow:1px 1px 0 #922e02;
}

.title_logo a span 
{
	font-weight:normal;
}

h1, .title {
	font-size:24px;
	font-weight:normal;
	line-height:1.2em;
	color:#3a3a3a;
	font-style:italic;
	/*margin-bottom:22px;*/
	margin-bottom:12px;
}
h3 {
	font-size:20px;
	line-height:1.2em;
	color:#3a3a3a;
	font-weight:normal;
	font-style:italic;
	position:relative;
	border-bottom:1px solid #dedede;
	padding:13px 0 5px 0;
	margin-bottom:7px;
	width:100%;
}
	h3 img {
		position:absolute;
		right:0;
		top:0;
	}
h4 {
	font-size:1em;
	color:#3a3a3a;
	margin-bottom:18px;
	padding-top:8px;
}
h5 {
	font-size:1em;
	color:#3a3a3a;
	margin-bottom:18px;
}
h6 {
	font-size:1em;
	color:#3a3a3a;
}


mark {color:#3a3a3a; font-weight:bold;}


.more-link {
	background:url(/images/site8/bull-3.gif) no-repeat 100% 8px;
	padding-right:7px;
	color:#061d31;
	font-weight:bold;
	text-decoration:none;
}
.more-link:hover {
	text-decoration:underline;
}


.button { 
	background:#383838;
	display:inline-block;
	padding:5px 10px;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-image: -moz-linear-gradient(top, #5e5e5e, #383838); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #5e5e5e),color-stop(1, #383838)); /* Saf4+, Chrome */
	-pie-background: linear-gradient(#5e5e5e, #383838 70%);
	behavior: url(/images/site8/js/PIE.htc);
	position:relative;
}
.button:hover {
	background-image: -moz-linear-gradient(top, #383838, #5e5e5e); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #383838),color-stop(1, #5e5e5e)); /* Saf4+, Chrome */
	-pie-background: linear-gradient(#383838, #5e5e5e 70%);
}

#captcha
{
	padding: 0px;
	font-size: 75%;
}

#captcha, #captcha a:link, #captcha a:hover, #captcha a:visited
{
	color: #777;
}

#captcha img
{
	margin-bottom: -5px;
}

.image
{
	border: 1px solid #DADADA;
}


#error
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #CA1D13 dashed;
	color: #CA1D13;
	background-color: #F2EDE9;
	background: url('/hostcmsfiles/images/error.gif') no-repeat 5px 50%;
	width: 450px;
}



/*==================boxes====================*/
.box {
	background:#f0f3f5;
	padding:21px 16px 36px 14px;
	border:1px solid #e0e8ed;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior: url(/images/site8/js/PIE.htc);
	position:relative;
}
	.box .inner {
		padding:0 15px 0 15px;
	}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:18px;
	}
	.address dt:first-line {
		font-weight:bold;
		color:#3a3a3a;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:82px;
		}
		.address dd a {
			color:#3a3a3a;
		}


blockquote {
	font-style:italic;
	color:#95a2a9;
	background:url(/images/site8/quotes.gif) no-repeat 5px 5px;
	display:block;
	margin-bottom:12px;
}



/*===== header =====*/
header nav {
	position:relative;
	left:0;
	top:65px;
	width:960px;
	height:103px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	behavior: url(/images/site8/js/PIE.htc);
	/*background:#a03100; /* Opera */
	background:#33cccc;

	background-image: -moz-linear-gradient(top, #982d00, #803900); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #982d00),color-stop(1, #803900)); /* Saf4+, Chrome */
	-pie-background: linear-gradient(#982d00, #803900 70%);

	/*background-image: -moz-linear-gradient(top, #c34811, #a03100); /* FF3.6 */
	/*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c34811),color-stop(1, #a03100)); /* Saf4+, Chrome */
	/*-pie-background: linear-gradient(#c34811, #a03100 70%);*/

	overflow:hidden;
	z-index:1;
}
	
	header nav ul {
		float:right;
		padding:34px 25px 0 0;
                margin-top: -61px;
	}
		header nav ul li {
			float:left;
			padding-left:1px;
		}
			header nav ul li a {
				display:block;
				float:left;
				font-size:19px;
				color:#fff;
				text-decoration:none;
				background:#a84b00;
				padding:11px 19px 15px 19px;
				font-style:italic;
				border-radius:5px;
				-moz-border-radius:6px;
				-webkit-border-radius:12px;
				behavior: url(/images/site8/js/PIE.htc);
				position:relative;
			}
			header nav ul li a:hover {
				background:#fff;
				color:#000;
			}


header .logo {
	position:absolute;
	left:30px;
	top:29px;
}
	header .logo strong {
		display:block;
		font-size:10px;
		text-transform:uppercase;
		color:#571b00;
		margin-top:-2px;
		padding-left:3px;
	}
header .logo strong span { color: #fff; }
.slider {
	background:#fff;
	width:960px;
	height:360px;
	left:0;
	top:158px;
	position:absolute;
	z-index:2;
	padding-top:1px;
}



/*===== content =====*/
#content article {
	border-bottom:1px solid #dedede;
	padding-bottom:30px;
	margin-bottom:30px;
}
#content article.last {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
#content .indent {
	padding:32px 5px 0 21px;
}
	#content .indent .indent {
		padding:0 0 40px 0;
	}
	
	.list1 {
		margin-bottom:14px;
	}
		.list1 li {
			border-bottom:1px solid #dedede;
			font-size:12px;
			color:#6a7e88;
			padding:0 0 6px 0;
			margin-bottom:7px;
		}
			.list1 li a {
				color:#000;
				/*color: #6A7E88;*/
				text-decoration:none;
			}
			.list1 li a:hover {
				color:#000;
				text-decoration:underline;
			}
	
	.list2 {
		padding-bottom:10px;
	}
		.list2 li {
			background:url(/images/site8/arrow1.gif) no-repeat 0 0;
			padding:1px 0 3px 32px;
			margin-bottom:10px;
			position:relative;
		}
			.list2 li a {
				color:#96a3aa;
			}

.bread_crumbs
{
    left: 41px;
	position: absolute; 
	margin-top: -30px;	
}			
.path_arrow			
{
	margin: 0px 3px;
}

.clients td
{
	padding: 0 5px;
	border: none;
	height: 150px;
	width: 200px;
	background-image:url('/images/site8/client_bg.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

.clients a
{
	color: #96A3AA;
}

.clients p
{
	padding: 10px 0 0 5px;
	margin: 0px 0px 10px;
}

h3 a
{
text-decoration: none;
}

h3 a:hover
{
text-decoration: underline;
}

.news_img
{
	margin: 0px 10px 5px 0px;
}

.date
{
	margin: 0px;
	/*font-weight: bold;*/
	color: #3A3A3A;
}

/*===== footer =====*/
footer a {
	/*color:#6d777b;*/
	color:#fff;
	text-decoration:none;
}
footer a:hover {
	color:#fff;
}

footer span {
	color:#d4d4d4;
}


/*----- forms -----*/
#search-form {
	position:absolute;
	right:25px;
	top:25px;
}
	#search-form fieldset {
		border:none;
		display:inline;
	}
		#search-form input.text {
			width:170px;
			background:#61686f;
			padding:5px 8px 6px 20px;
			border:1px solid #b8c7cf;
			border-radius:14px;
			-moz-border-radius:14px;
			-webkit-border-radius:14px;
			color:#b6c3ca;
			margin-right:4px;
			behavior: url(/images/site8/js/PIE.htc);
			display:block;
			float:left;
			position:relative;
		}
		#search-form input.submit {
			font-size:11px;
			text-transform:uppercase;
			font-weight:bold;
			color:#313639;
			background:#d1dde4;
			border:none;
			border-radius:14px;
			-moz-border-radius:14px;
			-webkit-border-radius:14px;
			width:55px;
			height:27px;
			behavior: url(/images/site8/js/PIE.htc);
			cursor:pointer;
			display:block;
			float:left;
			position:relative;
		}

#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
}
	#contacts-form .col-1 {
		width:290px !important;
		margin-right:0 !important;
	}
	#contacts-form .col-2 {
		width:290px !important;
		margin-right:0 !important;
	}
	#contacts-form label {
		display:block;
		height:54px;
		overflow:hidden;
	}
		#contacts-form input {
			color:#111;
			border:1px solid #a4a4a4;
			background:none;
			padding:3px 0 3px 5px;
			width:235px;
		}
		#contacts-form textarea {
			color:#111;
			border:1px solid #a4a4a4;
			background:none;
			padding:3px 0 3px 5px;
			width:280px;
			overflow:auto;
			height:277px;
			margin-bottom:18px;
		}
		#contacts-form .button {
			float:right;
			margin-left:20px;
		}
.inner_copy {border:0;color:#f00;float:left;width:50%!important;margin:-202px 0 0 0;overflow:hidden;line-height:0;padding:0;font-size:12px} 

/*==========================================*/

/* CAROUSEL */

.carousel{
    position:relative;
    height: 360px;
    width: 960px;
    overflow:hidden;    
}

.carousel h1, .carousel .title{
	color: #fff;
}	


.carousel .backgrounds{
    height: 360px;
}

.carousel .backgrounds .item{
    width: 960px;
    height: 360px;
    float:left;
    position:relative;
    z-index:1;
}

.carousel .panel{
    background:url(/images/site8/panel-bg.jpg) no-repeat 0 0;
    color: #fff;
    position:absolute;
    right: 0;
    top:0;
    height: 360px;
    width: 319px;
    z-index:10;
}

.carousel .panel .paging{
    position:absolute;
    bottom: 25px;
    left:25px;
    width: 282px;    
    text-align:center;   
}

.carousel .panel .paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}

.carousel .panel .pause{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(/images/site8/carousel_pause_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .play{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(/images/site8/carousel_play_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}


.carousel .panel .paging .next{
    position:absolute;
    right:7px;
    bottom:-6px;
    display:block;
    width: 12px;
    height: 23px;
		overflow:hidden;
    background:url(/images/site8/next.gif) no-repeat 0 0;
    text-indent: -9999em;
}
.carousel .panel .paging .next:hover {
	background-position:0 -23px;
}

.carousel .panel .paging .previous{
    position:absolute;
    left:-7px;
    bottom:-6px;
    display:block;
    width: 12px;
    height: 23px;
		overflow:hidden;
    background:url(/images/site8/prev.gif) no-repeat 0 0;
    text-indent: -9999em;
}
.carousel .panel .paging .previous:hover {
	background-position:0 -23px;
}

.carousel .panel .paging #numbers {
	left:35%;
	position:relative;
	zoom:1;
}

.carousel .panel .paging #numbers a {
   background:url(/images/site8/bull-1.gif) no-repeat 0 0;
	 float:left;
	 width:10px;
	 height:10px;
	 overflow:hidden;
	 font-size:0;
	 line-height:0;
	 text-indent:-9999em;
	 margin-right:7px;
}
.carousel .panel .paging #numbers a:hover {
	background:url(/images/site8/bull-2.gif) no-repeat 0 0;
}

.carousel .panel .paging #numbers a.selected {
  background:url(/images/site8/bull-2.gif) no-repeat 0 0;
}



.carousel .panel .details_wrapper {
    position:absolute;
    top:68px;
    left:32px;
    width: 262px;
    overflow:hidden;
	/*height: 200px;*/
    height: 245px;
}

.carousel .panel .details_wrapper .details
{
	/*height: 200px;*/
    height: 245px;
}

.carousel .panel .details_wrapper .details .detail
{
    width: 262px;
	/*height: 200px;*/
    height: 245px;
    float:left;
	color:#a7afb4;
    
}

.carousel .panel .details_wrapper .details h1, .carousel .panel .details_wrapper .details .title{
    font-size:26px;
		line-height:28px;
		color:#fff;
		font-weight:normal;
		font-style:italic;
		margin-bottom:12px;
}
.carousel .panel .details_wrapper .details p {
	margin-bottom:10px;
}

.carousel .panel .details_wrapper .details a.more{
    color: #fff;
    font-size:14px;
	font-style:italic;
	margin-left: 2px;
}   

/* END CAROUSEL */


div.comment {
	background: #F0EFEB;
	color: #333;
	margin: 5px 50px 10px 0;
	zoom: 1;
	position: relative;
	padding: 20px;
	border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
}
div.comment div.subject {font-weight: bold}
div.comment p {margin: 5px 0 0 0}
div.comment span.red, div.comment span.red a {color: #E83531 !important; text-decoration: underline; cursor: pointer}
div.comment_reply {
	display: none;
	margin: 0px 0px 10px 20px;
}
div.comment_sub {
	margin-left: 20px;
}

.comment .row {display: table-row}
.comment .caption {font-size: 9pt; display: table-cell; width: 150px; text-align: right; vertical-align: middle; /*white-space: nowrap*/}
.comment .field {display: table-cell; padding: 2px 0 3px 15px}
input.large,
div.shop_filter select,
div.shop_filter input[type="text"],
table.shop_cart select,
table.shop_cart input[type="text"],
div.shop_coupon input,
.comment .field select,
.comment .field input[type="text"],
.comment .field input[type="password"],
.comment .field input[type="file"],
.comment .field textarea {
	outline: none;
	width: auto;
	border: none;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset;
	padding: 2px 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #5B5B5B;
	font-size: 10pt;
	font-family: 'Arial Narrow', sans-serif;
}
.comment .field input[type="text"], .comment .field input[type="password"], .comment .field input[type="file"] { height: 23px; }
.comment .field textarea { padding: 5px 12px }
.comment .field select { width: 210px }

input.large{font-size:16pt}

.ui-stars-star,.ui-stars-cancel{float:left;display:block;overflow:hidden;text-indent:-999em;cursor:pointer}
.ui-stars-star a,.ui-stars-cancel a{width:16px;height:15px;display:block;background:url(/images/stars.png) no-repeat 0 0}
.ui-stars-star a{background-position:0 -32px}
.ui-stars-star-on a{background-position:0 -48px}
.ui-stars-star-hover a{background-position:0 -64px}
.ui-stars-cancel-hover a{background-position:0 -16px}
.ui-stars-star-disabled,.ui-stars-star-disabled a,.ui-stars-cancel-disabled a{cursor:default!important}

.captcha{font-size:75%;padding:0;color:#777;clear:both}
.captcha span{text-decoration:underline; cursor:pointer}
div.captcha img{margin: 0 3px -1px 0}
img.captcha { border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;}

#error,#message,#status_message{margin-top:5px;margin-bottom:5px;position:relative;font-size:8pt;border-collapse:collapse;width:450px;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;padding:5px 15px 5px 35px}
#error{border:1px #CA1D13 solid;color:#CA1D13;background-color:#F2EDE9;background:url(/hostcmsfiles/images/error.gif) no-repeat 10px 50%}
#message,#status_message{border:1px #4ba749 solid;color:#4ba749;background:url(/hostcmsfiles/images/message.gif) no-repeat 10px 50%}
#message p{margin:0;padding:0}

.comment_link, .comment_link a {
	color: #E83531;
	border-bottom: 1px solid #E2D5D5;
	text-decoration: underline;
	cursor: pointer
}

/* Validate */
.validate label.input_error { display:block; line-height:1.8; vertical-align:top; color: red; font-style: italic; }
.validate input.input_error { border: 1px dashed #DB1905; background-color: #FFFFD5; }
/* / Validate */

#Feed { border-spacing: 1em; margin: 2em; }
#Feed input[type="text"] {
    width: 300px;
    border: 1px solid #dcdbdb;
}
#Feed textarea {
    width: 297px; resize: none; height: 85px;
    border: 1px solid #dcdbdb;    
}
#Feed tr td:first-child { white-space: nowrap; text-align: right; padding-right: 1em; }
#Feed td { vertical-align: top; }
#Feed tr:last-child td { text-align: center;  }
#Feed tr:last-child td input[type="text"] { width: 3em; font-size: 16px; text-align: center; vertical-align: top; padding: 5px 2px; }
.error { background-color: #FFCFCF;  }
.errmes { color: red; }
.okmes { color: green; }
#Feed .field { margin-top: 1em; }

div.group_list table { width: 100%; }
div.group_list table tr td:first-child { width: 1px; white-space: nowrap; position: relative; }
div.group_list table tr td:last-child { width: 99%; min-width: 300px; color: rgb(150, 163, 170); padding-left: 1em; vertical-align: top; }
div.group_list table tr:nth-child(2n) td a  {
    display: block; height: 100%;
    border: 4px solid #E6EAED;
    padding: 6px; text-align: center; 
}
div.group_list table a > img { width: 100px; }


#sorfForm div.shop_filter { display: none; }
div.shop_img { display: inline-block; }
div.shop_img img { float: left; }
div.text { display: inline; }

div.col-1 ul.shop_list li { font-size: 14px; font-weight: bold; padding-bottom: 1em; }
span.ctrl { display: none; }
p.pages { padding: 1em; }