<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* native style */
* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#000000;
	font-family: 'Open Sans', sans-serif;
}
img {
	border:0px;
}
form {
	margin:0px;
	padding:0px;
}
a {
	color:#000000;
	text-decoration:none;
	font-size:12px;
	outline: none;
}
a:hover {
	color:#000000;
	text-decoration:none;
	font-size:12px;
	outline: none;
}
a:active
{
outline: none;
}

a:focus
{
outline: none;
}
ol {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul {
	padding:0px 0px 0px 0px;
	margin:0;
	list-style: none outside none;
}
li {
	padding:0px 0px 0px 0px;
}
p {
	padding:0;
	margin:0;
}
input {
}
select {
	border:1px solid #cccccc;
}
textarea {
	border:1px solid #cccccc;
}
h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
}
h1 {
	color:#333333;
	font-size:24px;
	font-weight:normal;
	margin:0px;
	padding:0;
	position:inherit !important;
}
label {
	cursor:pointer;
}
legend {
	font-size:16px;
	text-shadow:1px 1px 1px #fff;
}
.h1Link {
	color:#989898;
	text-decoration:none;
	font-size:19px;
}
.h1Link:hover {
	color:#989898;
	text-decoration:none;
	font-size:19px;
}
h2 { 
	color:#989898;
	font-size:18px;
	font-weight:normal;
	padding:0;
	margin:0;
}
.link {
	color:#48b6cb;
	text-decoration:none;
}
.link:hover {
	color:#489ecb;
	text-decoration:none;
}
/* clasa paginare */
.pagination {
	font-size:12px;
	font-weight:normal;
}
.linkpage {
	border-bottom:2px solid #000000;
	margin-left:2px;
	padding:5px 8px;
	color:#000000;
	text-shadow:1px 1px 1px #fff;
}
.linkpage:hover {
	background-color:#3687E9;
	border-bottom:2px solid #000000;
	margin-left:2px;
	padding:5px 8px;
	color:#ffffff;
	text-shadow:1px 1px 1px #fff;
}
.selectedpage {
	background-color:#3687E9;
	border-bottom:2px solid #000000;
	margin-left:2px;
	padding:5px 8px;
	color:#ffffff;
	text-shadow:1px 1px 1px #fff;
}
.selectedpage:hover {
	background-color:#3687E9;
	border-bottom:2px solid #000000;
	margin-left:2px;
	padding:5px 8px;
	color:#ffffff;
	text-shadow:1px 1px 1px #fff;
}
.nextBtn {
	color:#000000;
	font-size:13px;
	margin-top:3px;
}
.nextBtn:hover {
	color:#3687E9;
	font-size:13px;
	margin-top:3px;
}
.prevBtn {
	color:#000000;
	font-size:13px;
	margin-top:3px;
}
.prevBtn:hover {
	color:#3687E9;
	font-size:13px;
	margin-top:3px;
}
/* front tpl pages */
.linkpageFront {
	text-decoration:none;
	color:#30A7BC;
	font-size:12px;
	float:left;
	display:inline;
	padding:0px 3px;
}
.linkpageFront:hover {
	text-decoration:underline;
	color:#30A7BC;
	font-size:12px;
	padding:0px 3px;
	float:left;
	display:inline;
}
.selectedpageFront {
	text-decoration:none;
	font-size:12px;
	color:#30A7BC;
	float:left;
	padding:0px 3px;
	display:inline;
	border:1px solid #30A7BC;
}
.selectedpageFront:hover {
	text-decoration:underline;
	font-size:12px;
	color:#30A7BC;
	float:left;
	padding:0px 3px;
	display:inline;
	border:1px solid #30A7BC;
	background-color:#cacaca;
}
.btnPages {
	text-decoration:none;
	color:#444444;
	font-size:12px;
	padding:0px 3px;
	display:inline;
	float:left;
}
.btnPages:hover {
	text-decoration:underline;
	color:#BF0D00;
	font-size:12px;
	padding:0px 3px;
	display:inline;
	float:left;
}

/*------------------------------------------*/
.float-left { float:left; }
.float-right { float:right; }
.clear { clear:both; font-size:0px; height:0px; }

.padding5 { padding:5px; } .padding10 { padding:10px; } .padding15 { padding:15px; } .padding20 { padding:20px; } 
.margin5 { margin:5px; } .margin10 { margin:10px; } .margin15 { margin:15px; } .margin20 { margin:20px; } 
.paddingTop5 { padding-top:5px; } .paddingTop10 { padding-top:10px; } .paddingTop15 { padding-top:15px; } .paddingTop20 { padding-top:20px; } .paddingTop25 { padding-top:25px; } .paddingTop30 { padding-top:30px; } .paddingTop35 { padding-top:35px; }
.paddingLeft5 { padding-left:5px; } .paddingLeft10 { padding-left:10px; } .paddingLeft15 { padding-left:15px; } .paddingLeft20 { padding-left:20px; }
.paddingRight5 { padding-right:5px; } .paddingRight10 { padding-right:10px; } .paddingRight15 { padding-right:15px; } .paddingRight20 { padding-right:20px; }
.paddingBottom5 { padding-bottom:5px; } .paddingBottom10 { padding-bottom:10px; } .paddingBottom15 { padding-bottom:15px; } .paddingBottom20 { padding-bottom:20px; } .paddingBottom25 { padding-bottom:25px; } .paddingBottom30 { padding-bottom:30px; }
.marginTop5 { margin-top:5px; } .marginTop10 { margin-top:10px; } .marginTop15 { margin-top:15px; } .marginTop20 { margin-top:20px; }
.marginLeft2 { margin-left:2px; } .marginLeft5 { margin-left:5px; } .marginLeft10 { margin-left:10px; } .marginLeft15 { margin-left:15px; } .marginLeft20 { margin-left:20px; }
.marginRight5 { margin-right:5px; } .marginRight35 { margin-right:35px; }

.noBorder { border:0px; }

.width210 { width:210px; }
.width150 { width:150px; }
.width130 { width:130px; }
.width120 { width:120px; }
.width100 { width:100px; }
/*------------------------------------------*/


/*
button {
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font: bold 11px Helvetica, Arial, sans-serif;
	color: #444;
	line-height: 17px;
	height: 18px;
	display: inline-block;
	float: left;
	padding: 5px 6px 4px 6px;
	background: #F3F3F3;
	border: solid 1px #D9D9D9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: border-color .40s;
	-moz-transition: border-color .40s;
	-o-transition: border-color .40s;
	transition: border-color .40s;
	height: 29px !important;
	cursor: pointer;
	margin:0px;
}
button:hover {
	background: #F4F4F4;
	border-color: #C0C0C0;
	color: #333;
}
button:active {
	border-color: #980000;
	color: #980000;
	-moz-box-shadow:inset 0 0 10px #D4D4D4;
	-webkit-box-shadow:inset 0 0 10px #D4D4D4;
	box-shadow:inset 0 0 10px #D4D4D4;
}
button span.label {
	display: inline-block;
	float: left;
	line-height: 17px;
	height: 18px;
	padding: 0 1px;
	overflow: hidden;
	-webkit-transition: color .20s;
	-moz-transition: color .20s;
	-o-transition: color .20s;
	transition: color .20s;
	min-width:42px;
	text-align:center;
}
button span.label {
	line-height: 15px !important;
}*/
button.redbtn {
	border: 1px solid #D14836 !important;
	background: #D64937;
	background: -webkit-linear-gradient(top, #DC4A38, #D14836);
	background: -moz-linear-gradient(top, #DC4A38, #D14836);
	background: -ms-linear-gradient(top, #DC4A38, #D14836);
	background: -o-linear-gradient(top, #DC4A38, #D14836);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DC4A38, endColorstr=#D14836);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DC4A38, endColorstr=#D14836)";
 -webkit-transition: border .20s;
 -moz-transition: border .20s;
 -o-transition: border .20s;
 transition: border .20s;
 	color:#ffffff;
 	text-shadow: 0 1px 0 #444;
}
button.redbtn:hover {
	border: 1px solid #B0281A !important;
	background: #D14130;
	background: -webkit-linear-gradient(top, #DC4A38, #C53727);
	background: -moz-linear-gradient(top, #DC4A38, #C53727);
	background: -ms-linear-gradient(top, #DC4A38, #C53727);
	background: -o-linear-gradient(top, #DC4A38, #C53727);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DC4A38, endColorstr=#C53727);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DC4A38, endColorstr=#C53727)";
}
button.redbtn:active {
	border-color: #B0281A !important;
}
button.graybtn {
	border: 1px solid #939393 !important;
	background: #F1F1F1;
	background: -webkit-linear-gradient(top, #F1F1F1, #D3D3D3);
	background: -moz-linear-gradient(top, #F1F1F1, #D3D3D3);
	background: -ms-linear-gradient(top, #F1F1F1, #D3D3D3);
	background: -o-linear-gradient(top, #F1F1F1, #D3D3D3);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F1F1F1, endColorstr=#D3D3D3);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F1F1F1, endColorstr=#D3D3D3)";
 -webkit-transition: border .20s;
 -moz-transition: border .20s;
 -o-transition: border .20s;
 transition: border .20s;
}
button.graybtn:hover {
	border: 1px solid #939393 !important;
	background: #f2f2f2;
	background: -webkit-linear-gradient(top, #f2f2f2, #A8A8A8);
	background: -moz-linear-gradient(top, #f2f2f2, #A8A8A8);
	background: -ms-linear-gradient(top, #f2f2f2, #A8A8A8);
	background: -o-linear-gradient(top, #f2f2f2, #A8A8A8);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f2f2, endColorstr=#A8A8A8);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f2f2, endColorstr=#A8A8A8)";
}
button.graybtn:active {
	border-color: #B0281A !important;
}
button.bluebtn {
	border: 1px solid #0071F2 !important;
	background: #4193F4;
	background: -webkit-linear-gradient(top, #4193F4, #0C77F2);
	background: -moz-linear-gradient(top, #4193F4, #0C77F2);
	background: -ms-linear-gradient(top, #4193F4, #0C77F2);
	background: -o-linear-gradient(top, #4193F4, #0C77F2);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4193F4, endColorstr=#0C77F2);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4193F4, endColorstr=#0C77F2)";
	 -webkit-transition: border .20s;
	 -moz-transition: border .20s;
	 -o-transition: border .20s;
	 transition: border .20s;
	color:#ffffff;
	text-shadow: 0 1px 0 #000;
	font-size:13px;
}
button.bluebtn:hover {
	border: 1px solid #0071F2 !important;
	background: #0C77F2;
	background: -webkit-linear-gradient(top, #0C77F2, #0071F2);
	background: -moz-linear-gradient(top, #0C77F2, #0071F2);
	background: -ms-linear-gradient(top, #0C77F2, #0071F2);
	background: -o-linear-gradient(top, #0C77F2, #0071F2);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0C77F2, endColorstr=#0071F2);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0C77F2, endColorstr=#0071F2)";
}
button.bluebtn:active {
	border-color: #0C77F2 !important;
}
button.action:hover {
	-moz-box-shadow: 0 1px 0px #DDD;
	-webkit-box-shadow: 0 1px 0px #DDD;
	box-shadow:iset 0 1px 0px #DDD;
}
button.action:active {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #C6C6C6 !important;
}
button.corner-right {
	border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
}
button.corner-left {
	border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
}
button.corners {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.button-red {
	border:0px;
	background:#f02200;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	padding:5px 25px 5px 25px;
}
.button-red:hover {
	border:0px;
	background:#f02200;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	padding:5px 25px 5px 25px;
}
.red-button {
	border:0px;
	background:#f02200;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	padding:9px 25px 9px 25px;
	display:inline-block;
}
.red-button:hover {
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-size:14px;
}
.blue-btn-color {
	background:#3687e9;
}
.input {
	border:1px solid #c9c9c9;
	background:url(images/input_bg.png) repeat-x left top;
	font-family: 'Open Sans', sans-serif;
	height:23px;
	line-height:23px;
	padding:0px 5px 0px 5px;
	font-size:14px;
}
.input2 {
	border:1px solid #c9c9c9;
	background:url(images/input_bg.png) repeat-x left top #ffffff;
	font-family: 'Open Sans', sans-serif;
	height:30px;
	line-height:30px;
	padding:0px 5px 0px 5px;
	font-size:14px;
}
.inputsError {
	border:1px solid red;
	background:url(images/input_bg.png) repeat-x left top;
	font-family: 'Open Sans', sans-serif;
	height:30px;
	line-height:30px;
	padding:0px 5px 0px 5px;
	font-size:14px;
}
.select {
	border:1px solid #c9c9c9;
	background:url(images/input_bg.png) repeat-x left top;
	font-family: 'Open Sans', sans-serif;
	padding:5px;
	font-size:14px;
}
.textarea {
	padding:5px;
	border:1px solid #c9c9c9;
	background:url(images/input_bg.png) repeat-x left top;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
.textareaError {
	padding:5px;
	border:1px solid red;
	background:url(images/input_bg.png) repeat-x left top;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
.btnArrow {
	width:7px;
	height:14px;
	border:0px;
	background:url(images/btn_arrow.png) no-repeat left top;
	cursor:pointer;
}

/*-----------------FROM OLD CSS-------------------------*/
.errorDiv {
	border:1px solid #DF4545;
	background-image:url(images/icons/error.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
	background-color:#FFDFDF;
	padding:10px 3px 10px 28px;
	margin-top:10px;
	color:red;
	font-style:italic;
	margin-bottom:10px;
	-moz-border-radius-topleft:     8px 8px;
	-moz-border-radius-topright:    8px 8px;
	-moz-border-radius-bottomright: 8px 8px;
	-moz-border-radius-bottomleft:  8px 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.noAdsDiv {
	padding:15px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#2a2e3a;
}
.categTop {
	background:#2a2e3a;
	width:180px;
	height:25px;
	line-height:25px;
	border:0px;
	color:#ffffff;
	padding:0px 0px 0px 10px;
	font-size:12px;
}
.categContainer {
	padding:10px 5px 10px 5px;
}
.categContainer h2 {
	color:#353535;
	font-weight:bold;
	font-size:12px;
	background-color:#f2f2f2;
	padding:5px 5px 5px 2px;
}
#ui-datepicker-div {
	display:none;
}
#mainContent {
	width:960px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:40px;
}
.sideLeft {
	float:left;
	width:190px;
	padding-right:10px;
}
#content {
	float:left;
	width:760px;
}
#content-second {
	float:left;
	width:740px;
	padding-left:20px;
}
#content-second .label {
	float:left;
	color:#000000;
	font-weight:600;
	font-size:14px;
	height:32px;
	line-height:32px;
}
/*------------------------------------------*/






#wrapper {
	width:100%;
}
#header-top-wrapper {
	width:100%;
	background:#ffffff;
	border-bottom: 1px solid #939393;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.52);
}
#header-top {
	width:960px;
	margin:0 auto;
}
.header-top-menu {
	float:right;
	padding:10px 0px 10px 0px;
}
.header-top-menu  li {
	display:inline-block;
	border-left:1px solid #000000;
	padding-left:10px;
	padding-right:10px;
}
.header-top-menu  li  a {
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	color:#000000;
	font-size:12px;
	font-weight:600;
}
.header-top-menu  li.featured {
	display:inline-block;
	border-left:0px solid #000000;
	padding-left:0px;
	padding-right:35px;
}
.header-top-menu  li.featured  a {
	color:#f32200;
}
#header-wrapper {
	background:#f6f6f4;
	border-bottom: 1px solid #f0f0ee;
}
#header {
	width:960px;
	margin:0 auto;
	padding:20px 0px 10px 0px;
}
#logo {
	float:left;
	padding:5px 45px 0px 20px;
}
#header-search {
	float:left;
	padding-top:10px;
}
#search-box {
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	border: 1px solid #c9c9c9;
	width:625px;
	background-color: #ffffff;
	float:left;
	position:relative;
}
#search-field {
	height: 37px;
	position:relative;
}
#search-field input {
	background-color: transparent;
    border: 0 none;
    color: #444444;
    font-size: 13px;
    font-weight: normal;
    height: 29px;
    left: 4px;
    line-height: 29px;
    max-width: 545px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 4px;
	font-family: 'Open Sans', sans-serif;
}
#search-catalog {
	border-left: 1px solid #c9c9c9;
    float: right;
    height: 37px;
    line-height: 37px;
    position:absolute;
    z-index:1;
    right:0;
}
#search-catalog .btn {
	z-index:9;
	color:#444444;
	font-size:13px;
	height: 35px;
    line-height: 35px;
    padding:0px 25px 0px 10px;
    display:block;
    margin:1px;
	font-family: 'Open Sans', sans-serif;
}
#search-catalog .btn:hover {
    background:#F1F1F1;
}
#categories-slist {
	position:absolute;
	top:37px;
	left:-1px;
	width:233px;
	height:266px;
	background:#ffffff;
	border:1px solid #939393;
	border-top:2px solid #939393;
	padding: 12px 8px 10px 15px;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
	display:none;
}
#categories-slist ul {
	
}
#categories-slist ul li {
	line-height: 1.5;
}
#categories-slist ul li a {
	color:#444444;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
}
#categories-slist ul li a:hover {
	color:#4193F4;
	font-size:13px;
	background:none;
}
#search-controls {
	float:left;
}
#search-controls a {
	font-size:12px;
	color:#000000;
}
#search-btn {
	margin-bottom:5px;
}
#home-top-wrapper {
    width: 100%;
    padding-bottom:30px;
}
#home-top {
	width:960px;
	margin:0 auto;
	padding-top:30px;
}
.catalog-wrapper {
	width:235px;
	padding-right:25px;
	float:left;
}
.home-promo {
	width:700px;
	float:left;
}
.home-banners {
	width:700px;
	height:260px;
	background:url(images/banners/banner.gif) no-repeat left top;
	position:relative;
}
.promo-text {
	margin-top:30px;
	background:#3687e9;
	padding:13px;
}
.promo-text h1 {
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
}
.promo-text h1:first-child {
	font-weight:400;
}
.home-box {
	float:left;
	width:220px;
	height:100px;
	margin-left:20px;
	margin-top:30px;
	padding-top:20px;
	background:#f6f6f4;
	text-align:center;
}
.home-box h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:14px;
	color:#000000;
	text-transform:uppercase;
}
.home-box a {
	font-family: 'Open Sans', sans-serif;
	color:#3687e9;
	font-size:13px;
}
#home-ads-wrapper {
	width:100%;
	min-height:550px;
	background:#f6f6f4 url(images/ad_list_bg.png) repeat-x left top;
	padding-top:35px;
}
#masonry-container {
	width:960px;
	margin:0 auto;
}
#masonry-container .item {
	width:225px;
	background:#ffffff;
	margin-bottom: 20px;
}
#masonry-container .item img {
	width:225px;
	height: auto;
}
#masonry-container .item .img {
	display:block;
	width:220px;
	height:auto;
}
#masonry-container .item .info {
	background:#2a2e3a;
	padding:10px;
	color:#ffffff;
	text-align:center;
	font-size:12px;
}
#masonry-container .item .info h2 {
	font-size:14px;
	color:#ffffff;
}
#masonry-container .item .info h2 a {
	font-size:14px;
	color:#ffffff;
}
#masonry-container .item .price {
	color:#ffffff;
	padding-top:10px;
	font-family: 'novecento_widelight';
	font-size:22px;
}
#masonry-container .item .price span {
	font-size:14px;
}
#masonry-container .item .details {
	padding:5px;
	text-transform:uppercase;
	font-size:10px;
	color:#000000;
	text-align:center;
}
.pageTitle {
	padding-bottom:25px;
}
.pageTitle h1 {
	color:#2a2e3a;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
}
.ads-filters-wrapper {
	
}
.ads-filters-wrapper a {
	display:block;
	float:left;
	font-size:12px;
	color:#000000;
	height:24px;
	line-height:24px;
	padding:0px 15px 0px 15px;
	border: 1px solid #f6f6f4;
	border-right:0px;
	background:#ffffff;
}
.ads-filters-wrapper a.borderRight {
	border-right:1px solid #f6f6f4;
}
.ads-filters-wrapper a.active {
	background:#f6f6f4;
}
.ads-filters-wrapper-2 {
	background:#f6f6f4;
	padding:10px;
}
.ads-listing {
	width:100%;
	border-bottom:1px solid #c3c3c3;
}
.ads-listing li {
	border-top:1px solid #c3c3c3;
	padding:10px;
	position:relative;
}
.ads-listing li:first-child {
	border-top:0px;
}
.ads-listing li .img {
	width:120px;
	padding-right:20px;
}
.ads-listing li .data {
	width:58%;
	padding-top:10px;
}
.ads-listing li .price {
	width:150px;
	padding-left:20px;
	padding-top:20px;
}
.ads-listing li .data .type {
	font-style:italic;
	font-size:12px;
	color:#000000;
}
.ads-listing li .data h2 {
	font-size:16px;
	color:#000000;
}
.ads-listing li .data h2 a {
	font-size:16px;
	color:#000000;
}
.ads-listing li .data .details {
	padding-top:5px;
	font-size:14px;
	color:#585858;
}
.ads-listing li .price .p {
	font-size:22px;
	font-family:'novecento_widelight';
}
.ads-listing li .price .p span {
	font-size:14px;
}
.ads-listing li span.promote {
	display:block;
	width:59px;
	height:59px;
	background:url(images/promote.png) no-repeat left top;
	position:absolute;
	top:0px;
	left:0px;
}
.pagination-wrapper { padding-top:30px; float:right; }
#footer-wrapper {
	background: url("images/ad_list_bg.png") repeat-x scroll left top #F6F6F4;
    padding-top: 35px;
    width: 100%;
}
#footer {
	width: 960px;
	margin:0 auto;
	padding:0px 0px 20px 0px;
}
#footer .menu {
	/* 2a2e3a */
	width: 960px;
	margin:0 auto;
	padding:0px 0px 20px 0px;
}
.freq-search-footer {
	color:#2a2e3a;
}
.freq-search-footer a {
	color:#2a2e3a;
}
.adTitle {
	padding:20px 0px 20px 0px;
}
.adTitle h1 {
	float:left;
	color: #2A2E3A;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight:600;
}
.adTitle span {
	float:right;
	color: #2A2E3A;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
}
.ad-info-wrapper {
	width:778px;
	min-height:250px;
	border:1px solid #c9c9c9;
	position:relative;
}
.ad-info-wrapper .ad-cover {
	float:left;
	display:block;
	width:300px;
	height:250px;
}
.ad-info-wrapper .ad-info {
	float:left;
	width:458px;
	padding:10px;
}
.ad-info-wrapper .ad-info .title {
	font-family:Open Sans;
	color:#000000;
	font-size:16px;
}
.ad-info-wrapper .ad-info .title .label {
	font-size:14px;
	color:#585858;
}
.ad-info-wrapper .ad-info .details {
	font-size:14px;
	color:#000000;
	padding-top:5px;
}
.ad-info-wrapper .ad-info .details span {
	font-size:12px;
}
.ad-info-wrapper .ad-info .row {
	font-size:12px;
	color:#000000;
}
.ad-info-wrapper .ad-info .row span {
	font-size:12px;
	color:#585858;
	width:110px;
	display:inline-block;
}
.ad-info-wrapper .ad-info .price-wrapper {
	padding-top:20px;
	font-family: 'novecento_widedemibold';
	color:#000000;
	font-size:22px;
	position:absolute;
	bottom:10px;
}
.ad-info-wrapper .ad-info .price-wrapper span {
	font-family: Open Sans;
	color:#585858;
	font-size:16px;
}
.ad-info-wrapper .ad-info .price-wrapper span.currency {
	font-family: 'novecento_widedemibold';
	color:#000000;
	font-size:16px;
}
.ad-info-wrapper .ad-info .ad-controls {
	position:absolute;
	right:10px;
	bottom:10px;
	text-align:center;
}
.ad-info-wrapper .ad-info .ad-controls .red-button {
	display:block;
	margin-top:5px;
	padding: 5px 12px;
}
.ad-info-wrapper span.promote {
	display:block;
	width:94px;
	height:95px;
	background:url(images/ad_promote.png) no-repeat left top;
	position:absolute;
	top:0px;
	left:0px;
}
.ad-content {
	float:left;
	width:780px;
}
.ad-side-right {
	float:right;
	width:160px;
}
.ad-side-right h2 {
	width:160px;
	height:25px;
	line-height:25px;
	background:#2a2e3a;
	font-size:14px;
	text-align:center;
	font-family:Open Sans;
	color:#ffffff;
}
.userInfoLinkOn {
	background-image:url(images/icons/user_on.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
	display:block;
	line-height:16px;
	color: #000000;
    font-family: 'novecento_widenormal';
	font-size:13px;
}
.userInfoLinkOff {
	background-image:url(images/icons/user_off.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
	display:block;
	line-height:16px;
	color: #000000;
    font-family: 'novecento_widenormal';
	font-size:13px;
}
.userInfoLinkOn:hover {
	background-image:url(images/icons/user_on.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
	display:block;
	line-height:16px;
	color: #000000;
    font-family: 'novecento_widenormal';
	font-size:13px;
}
.userInfoLinkOff:hover {
	background-image:url(images/icons/user_off.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
	display:block;
	line-height:16px;
	color: #000000;
    font-family: 'novecento_widenormal';
	font-size:13px;
}
.user-info-row {
	padding:10px 0px 10px 0px;
}
.winErrors {
	color:#FF0000;
	background-color:#EFE0E0;
	border:1px solid #DFA7A7;
	font-size:14px;
	text-shadow:1px 1px 1px #fff;
	background-image:url(images/icons/messages/error.png);
	background-repeat:no-repeat;
	background-position:left;
	min-height:34px;
	padding:30px 10px 10px 70px;
	margin-top:10px;
	margin-bottom:10px;
}
.winErrors span {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}
.winErrors a {
	color:#FF0000;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}
.winErrors p {
	color:#FF0000;
	font-size:13px;
	padding:5px 0px 5px 0px;
	text-align:left;
}
.show-cinfo-red-button {
	border:0px;
	background:#f02200;
	height:39px;
	line-height:39px;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	padding:5px 10px 5px 10px;
}
.show-cinfo-red-button:hover {
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-size:14px;
}
.ucphone-row {
	padding-bottom:10px;
	color: #000000;
    font-family: Open Sans;
	font-size:12px;
	background:url(images/icons/phone_icon.png) no-repeat left 5px;
	padding-left:30px;
}
.ucemail-row {
	color: #000000;
    font-family: Open Sans;
	font-size:12px;
	background:url(images/icons/mail_icon.png) no-repeat left top;
	padding-left:30px;
	height:25px;
	line-height:25px;
}
#ucemail {
	color: #000000;
    font-family: Open Sans;
	font-size:12px;
	padding-bottom:15px;
}
.tabs-head {
	list-style-type:none;
	padding-top:45px;
}
.tabs-head li {
	float:left;
}
.tabs-head li a {
	display:block;
	font-size:14px;
	color:#000000;
	padding:5px 15px 5px 15px;
	border: 1px solid #f6f6f4;
	border-right:0px;
	background:#ffffff;
}
.tabs-head li a.borderRight {
	border-right:1px solid #f6f6f4;
}
.tabs-head li a.active {
	background:#f6f6f4;
}
.tabs-content {
	width:740px;
	padding:10px 20px 10px 20px;
	background:#f6f6f4;
	font-size:14px;
}
.shipping-side {
	float:left;
	width:360px;
	padding-right:10px;
}
.shipping-side h2 {
	color: #000000;
    font-family: Open Sans;
    font-size: 16px;
	font-weight:700;
}
.shipping-side .destination {
	padding:15px 0px 5px 0px;
}
.shipping-side .destination  span {
	font-weight:700;
}
.shipping-side .curier {
	padding:0px 0px 5px 0px;
}
.shipping-side .curier  span {
	font-weight:700;
}
.shipping-side .cost {
	padding:0px 0px 5px 0px;
}
.shipping-side .cost  span {
	font-weight:700;
}
.shipping-side .shipping-details {
	padding:20px 0px 5px 0px;
}
.shipping-side .shipping-details  span {
	font-weight:700;
}
.payment-side {
	float:right;
	width:360px;
	padding-left:10px;
}
.payment-side h2 {
	color: #000000;
    font-family: Open Sans;
    font-size: 16px;
	font-weight:700;
}
.payment-side .payment-details {
	padding:20px 0px 5px 0px;
}
.payment-side .payment-details  span{
	font-weight:700;
}
.winSuccess {
	color:#67A756;
	background-color:#CCEFC2;
	border:1px solid #B0CFA8;
	font-size:14px;
	text-shadow:1px 1px 1px #fff;
	background-image:url(images/icons/messages/success.png);
	background-repeat:no-repeat;
	background-position:left;
	min-height:34px;
	padding:30px 10px 10px 70px;
	margin-top:10px;
	margin-bottom:10px;
}
.winSuccess span {
	color:#67A756;
	font-size:14px;
	font-weight:bold;
}
.forum-list {
	padding-bottom:20px;
}
.pagination-ad-forum {
	float:right;
	padding-bottom:20px;
}
.forum-list li {
	background:#ffffff;
	margin-top:10px;
	padding:5px;
}
.forum-list li .fuser {
	color:#000000;
	padding-bottom:5px;
	font-size:10px;
}
.forum-list li .fuser a {
	color:#000000;
	font-size:14px;
}
.forum-list li .subject {
	color:#3687E9;
	font-size:16px;
}
.forum-list li .fmassage {
	font-size:14px;
}
.forum-list li .userReply {
	border-top:1px solid #F6F6F4;
	margin-top:5px;
	padding-top:5px;
	background:url("images/icons/reply.png") no-repeat 50px 5px;
	padding-left:80px;
}
.steps-list {
	padding:0px;
}
.steps-list li {
	float:left;
	background-color:#f6f6f4;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	height:37px;
	line-height:37px;
	padding:0px 30px 0px 30px;
	font-size:16px;
}
.steps-list li.blue  {
	float:left;
	background-color:#3687e9;
	border-top:1px solid #3687e9;
	border-bottom:1px solid #3687e9;
	color:#ffffff;
}
.steps-list li.bg  {
	float:left;
	background-image:url(images/arrow_blue.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0px 30px 0px 45px;
}
.steps-list li.bg2  {
	float:left;
	background-image:url(images/arrow_white.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0px 30px 0px 45px;
}
.steps-list li.bg3  {
	float:left;
	background-image:url(images/arrow_white_blue.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0px 30px 0px 45px;
}
.steps-list li.last  {
	border-right:1px solid #c9c9c9;
}
.steps-list li.first  {
	border-left:1px solid #c9c9c9;
}
.post-ad-content {
	float:left;
	width:720px;
	padding-right:20px;
}
.post-ad-side {
	float:right;
	width:220px;
}
.step-1-info {
	background:#f6f6f4;
	padding:15px;
}
.step-1-info h2{
	color:#000000;
	font-size:14px;
	padding-bottom:15px;
}
.post-ad-content .label {
	float:left;
	color:#000000;
	font-weight:600;
	font-size:14px;
	height:32px;
	line-height:32px;
}
.post-ad-content .data {
	float:left;
}
#exchange-wrapper {
	padding:10px 0px 0px 120px;
}
.step2-label {
	color:#000000;
	font-weight:600;
	font-size:14px;
	padding:30px 0px 10px 0px;
}
.categsExpl {
	background-color:#f6f6f4;
	width:270px;
	padding:10px;
	text-shadow:1px 1px 1px #fff;
	margin-top:20px;
}
.adpost-second-title {
	padding-top:40px;
}
.adpost-second-title h2 {
	color:#000000;
	font-weight:600;
	font-size:16px;
}
.successImageDiv {
	font-size:14px;
	font-style:italic;
	padding:10px 0px;
	color:green;
}
.cract-label {
	color:#000000;
	font-size:14px;
}
.inputDivsShipp {
	margin-top:10px;
	background-color:#F6F6F4;
	padding:10px;
}
.inputDivsShipp h2 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
.destinationDiv {
	float:left;
	margin-right:30px;
}
.divProductImagesAdd {
	float:left;
	background-image:url(images/img_container.png);
	background-repeat:no-repeat;
	width:124px;
	height:156px;
}
.divProductImagesAdd2 {
	float:left;
	background-image:url(images/img_container.png);
	background-repeat:no-repeat;
	width:124px;
	height:156px;
	margin-right:10px;
	margin-top:10px;
}
.imgProdDiv {
	position:relative;
}
.deleteImgDiv {
	position:absolute;
	right:20px;
	top:80px;
}
.header-top-menu li.welcome a {
	color:#3687E9;
}
.header-top-menu li.my-account-link a {
	color:#3687E9;
}
.header-top-menu li.logout a {
	color:#F32200;
}
.footer-box {
	width:190px;
	float:left;
}
.footer-box h2 {
	font-size:14px;
	color:#000000;
	padding-bottom:5px;
}
.footer-box ul li {
	padding-top:5px;
}
.footer-box ul li a{
	font-size:12px;
	color:#000000;
}
.footer-share {
	width:150px;
	float:right;
}
.footer-share h2 {
	font-size:14px;
	color:#000000;
	padding-bottom:20px;
}
.footer-share a.facebook {
	display:block;
	height:16px;
	line-height:16px;
	padding-left:25px;
	background:url(images/icons/facebook.png) no-repeat left center;
	font-size:14px;
	color:#000000;
	margin-bottom:5px;
}
.footer-share a.twitter {
	display:block;
	height:16px;
	line-height:16px;
	padding-left:25px;
	background:url(images/icons/twitter.png) no-repeat left center;
	font-size:14px;
	color:#000000;
	margin-bottom:5px;
}
.footer-share a.google-plus {
	display:block;
	height:16px;
	line-height:16px;
	padding-left:25px;
	background:url(images/icons/gplus.png) no-repeat left center;
	font-size:14px;
	color:#000000;
}
.registerDiv {
	float:left;
	width:510px;
	border:1px solid #CCCCCC;
	padding:15px;
	height:280px;
}
.registerDiv h2 {
	color:#3687E9;
	font-size:16px;
	font-weight:bold;
}
.ulReg {
	padding:0px;
	margin:0px;
	list-style-type:square;
	list-style-position:inside;
}
.ulReg li {
	padding-top:10px;
}
.loginDiv h2 {
	color:#3687E9;
	font-size:16px;
	font-weight:bold;
}
.loginDiv {
	float:left;
	width:403px;
	margin-left:15px;
}
.loginDivContainer {
	padding:15px;
	background-color:#F6F6F4;
}
.loginDivContainer .label {
	float:left;
	color:#000000;
	font-weight:600;
	font-size:14px;
	height:32px;
	line-height:32px;
}
.forgotpass-wrapper {
	float:left;
	padding-right:25px;
	line-height:31px;
}
.forgotpass-wrapper a {
	color:#000000;
	font-size:14px;
}
.pageContentRegister {
	padding-top:15px;
	font-size:14px;
	float:left;
	width:500px;
}
.pageContentRegister .label {
	float:left;
	color:#000000;
	font-weight:600;
	font-size:14px;
	height:32px;
	line-height:32px;
}
.pageContentContact .label {
	float:left;
	color:#000000;
	font-weight:600;
	font-size:14px;
	height:32px;
	line-height:32px;
}
.registerPageHelp {
	float:left;
	width:430px;
	padding:10px;
	background-color:#F6F6F4;
	margin-top:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
.registerPageHelp h3 {
	font-size:14px;
	font-weight:bold;
	color:#3687E9;
}
.registerPageHelp ul {
	list-style-position:inside;
	list-style-type:square;
	padding:0px;
	margin:0px;
}
.registerPageHelp li {
	padding-top:5px;
}
.account-menu-wrapper {
	width:100%;
	height:66px;
	background:#3687e9;
}
.account-menu {
	width:960px;
	margin:0 auto;
	color:#ffffff;
}
.account-menu h1.account-page-title {
	line-height:66px;
	color:#ffffff;
	font-weight:700;
	font-family:Open Sans;
	font-size:22px;
	display:inline-block;
}
.account-menu .menu {
	float:right;
}
.account-menu .menu li {
	display:inline-block;
	line-height:66px;
}
.account-menu .menu li a {
	display:inline-block;
	height:26px;
	line-height:26px;
	color:#ffffff;
	font-family:Open Sans;
	font-size:13px;
	font-wieght:600;
	text-transform:uppercase;
	padding:5px 10px 5px 10px;
}
.account-menu .menu li a:hover {
	color:#ffffff;
	background:#2a2e3a;
}
.account-menu .menu li a.active {
	background:#2a2e3a;
}
.ulSideMenu {
	
}
.ulSideMenu li {
	padding-top:5px;
}
.ulSideMenu li:first-child {
	padding-top:0px;
}
.ulSideMenu li a {
	font-size:14px;
	color:#000000;
}
.table-list {
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	color:#000000;
}
.table-list .td-head {
	font-size:14px;
	color:#000000;
	font-weight:600;
	padding:20px 0px 20px 0px;
}
.table-list .td-body {
	border-top:1px solid #c3c3c3;
	padding:10px 0px 10px 0px;
}
.table-list .td-body .image {
	float:left;
	padding-right:10px;
}
.table-list .td-body .title a h2 {
	font-size:14px;
	color:#000000;
}
.table-list .td-body .title a:hover h2 {
	font-size:14px;
	color:#3687E9;
}
.table-list .td-body .adStatus {
	color:#000000;
	font-weight:600;
}
.table-list .price {
	font-size:14px;
	color:#000000;
}
.table-list a {
	font-size:12px;
	color:#000000;
}
.table-list a:hover {
	font-size:12px;
	color:#3687E9;
	text-decoration:none;
}
.table-list .actions a {
	font-size:12px;
	color:#000000;
}
.table-list .actions a:hover {
	font-size:12px;
	color:#3687E9;
}
#show-all-categories {
	font-size:14px;
	color:#3687E9;
}
.show-more-ads {
	width:100%;
	padding-top:50px;
	text-align:center;
	padding-bottom:20px;
}
.gallery-wrapper {
	padding:10px;
	position:relative;
}
.gallery-photo {
	width:700px;
	height:520px;
	line-height:520px;
	float:left;
	text-align:center;
}
.gallery-photo img {
	vertical-align: middle;
}
.gallery-control {
	width:250px;
	padding-left:20px;
	float:left;
}
.gallery-control h1 {
	color: #2A2E3A;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.ad-gallery-list {
	padding-top:30px;
}
.ad-gallery-list li {
	float:left;
	width:102px;
}
.ad-gallery-list li a {
	display:block;
	border:1px solid #939393;
}
.ad-gallery-list li a:hover {
	border:1px solid #3687E9;
}
.close-window-btn {
	display:block;
	position:absolute;
	top:5px;
	right:10px;
	width:16px;
	height:16px;
	background:url(images/icons/close_win.png) no-repeat left top;
}
.buy-form {
	
}
.buy-form .label {
	float:left;
	width:140px;
	height:32px;
	line-height:32px;
}
.buy-form .data {
	float:left;
}
.linkSearches {	
	font-size:13px;
	line-height:15px;
	height:15px;
	color: #000000;
}
.linkSearches:hover {
	font-size:13px;
	text-decoration:underline;
	color: #000000;
}
.ulCategsPage {
	padding:5px 0px 0px 10px;
	list-style-type:none;
}
.ulCategsPage li {
	padding-bottom:5px;
}
.ulCategsPage li a {
	font-size:13px;
	color:#2F273F;
}
.ulCategsPage li a:hover {
	font-size:13px;
	padding-bottom:10px;
	color:#2F273F;
	text-decoration:underline;
}
.categHolderLi {
	float:left;
	width:200px;
	padding-right:20px;
}
.mainLinkCategs {
	font-size:14px;
	font-weight:bold;
}
.orderDetailsDiv {
	padding:10px;
	background-color:#F6F6F4;
	width:748px;
	position:relative;
}
.closeWin {
	background-image:url(images/icons/close_win.png);
	background-repeat:no-repeat;
	background-position:right;
	height:16px;
	line-height:16px;
	padding-right:20px;
	color:red;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
}
.closeWin:hover {
	background-image:url(images/icons/close_win.png);
	background-repeat:no-repeat;
	background-position:right;
	height:16px;
	line-height:16px;
	padding-right:20px;
	color:red;
	display:block;
}
.floatLeftLabel h2 {
	font-size:16px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#000000;
}
.floatLeftLabel {
	float:left;
	width:120px;
	font-size:13px;
	font-weight:normal;
}
.floatLeftValues {
	float:left;
}
.floatLeftValues h2 {
	font-size:16px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#000000;
}
.floatLeftValues a:hover h2 {
	color:#3687E9;
}
.star {
	color:red;
	font-weight:bold;
}
.emptyList {
	padding:5px;
	text-align:center;
	font-size:15px;
}
.adm-controls {
	padding-bottom:25px;
}
.move-up {
	display:inline-block;
	width:20px;
	height:20px;
	background:url(images/icons/up_20.png) no-repeat left top;
	opacity:0.3;
}
.move-down {
	display:inline-block;
	width:20px;
	height:20px;
	background:url(images/icons/down_20.png) no-repeat left top;
	opacity:0.3;
}
.ctrl-edit {
	display:inline-block;
	width:20px;
	height:20px;
	background:url(images/icons/edit_20.png) no-repeat left top;
	opacity:0.3;
}
.ctrl-delete {
	display:inline-block;
	width:20px;
	height:20px;
	background:url(images/icons/delete_20.png) no-repeat left top;
	opacity:0.3;
}
.move-up:hover, .move-down:hover, .ctrl-edit:hover, .ctrl-delete:hover {
	opacity:1;
}
.ads-list-scroll {
	width:550px;
	height:350px;
	overflow-y:scroll;
	border:1px solid #C3C3C3;
	padding:5px;
}
.shop-categories-list {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.shop-categories-list li {
	padding-top:5px;
}
.shop-categories-list li:first-child {
	padding-top:0px;
}
.shop-categories-list li a {
	color: #000000;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    height: 21px !important;
    line-height: 21px !important;
    padding: 2px 0 2px 6px;
    text-decoration: none;
}
#home-shop-list {
	padding-top:30px;
}
.shop-item {
	float:left;
	border:1px solid #C9C9C9;
	padding:10px;
	width:190px;
	text-align:center;
}
.shop-item a.shop-logo{
	display:block;
	position:relative;
	width:190px;
	height:120px;
	overflow:hidden;
}
.shop-item a.shop-logo img{
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
.shop-item a.shop-tile {
	color: #000000;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    text-decoration: none;
    margin-top:5px;
	overflow:hidden;
}
.shops-listing {
	width:100%;
	border-bottom:1px solid #c3c3c3;
}
.shops-listing li {
	border-top:1px solid #c3c3c3;
	padding:10px;
	position:relative;
}
.shops-listing li:first-child {
	border-top:0px;
}
.shops-listing li .img {
	padding-right:20px;
}
.shops-listing li .data {
	padding-top:10px;
}
.shops-listing li .products {
	width:150px;
	padding-left:20px;
	font-size:16px;
	padding-top:10px;
}
.shops-listing li .data h2 {
	font-size:16px;
	color:#000000;
}
.shops-listing li .data h2 a {
	font-size:16px;
	color:#000000;
}
#header-shop {
	width:960px;
	margin:0 auto;
	padding:20px 0px 10px 0px;
}
#logo-shop a {
	
}
#logo-shop a img {
	
}
#logo-shop {
	float:left;
	padding:5px 45px 0px 20px;
}
#header-shop-details {
	float:left;
	width:705px;
}
.shopSubCategories {
	padding-left:20px;
}
.subCategShopLink {
	font-size:14px;
}
.subCategShopLink:hover {
	font-size:14px;
	color:#3687E9;
}
.plus-icon {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(images/icons/plus-icon.png) no-repeat left top;
	vertical-align:middle;
}
.minus-icon {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(images/icons/minus-icon.png) no-repeat left top;
	vertical-align:middle;
}
.ulShopCategoris li {
	height:25px;
	line-height:25px;
}
.ulShopCategoris a {
	display:inline-block;
	font-size:13px;
}
.label-search-shops {
	font-size:16px;
	padding-right:20px;
	line-height:33px;
}






















</pre></body></html>