/* General  styles  
-------------------------------------------------- */
html,body {
	height: 100%;
	font-family: 'DiavloMedium';
	color: #00425c;
	/* The html and body elements cannot have any padding or margin. */
}

a {
	color: #00425c;
}

input,button,select,textarea {
	font-family: 'DiavloMedium';
}

.container {
	width: 980px;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align:right;
}

.no-border {
border:none;	
}

/* navbar
-------------------------------------------------- */
.soukmenu {
	font-family: 'DiavloLight';
	font-size: 18px;
	padding-top: 29px;
	float: right;
	color: #00425c;
}

.soukmenu .nav {
	margin: 0;
    float: right;
}

.navbar .nav>li>a {
	color: #00425c;
	margin: 0;
	padding-top: 11px;
	padding-bottom: 11px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #e5e5e5;
}

.soukmenu li {
	line-height: 14px;
	color: #00425c;
}

.navbar { /* to make shadow appear above next div */
	background-color: #cfdade;
	height: 70px;
}

.navbar-soukpro {
	background-color: #FFF;
}


.navbar-inner-gray {
	background-color: #eeeeee; /* Old browsers */
	background-repeat: repeat-x; /* Repeat the gradient */
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
	/* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5),
		color-stop(100%, #eeeeee) ); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
	/* Chrome 10+,Safari 5.1+ */
	background-image: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
	/* IE10+ */
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
	/* Opera 11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#f5f5f5',
		endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
	background-image: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
	/* W3C */
	/* -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
		rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
		rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0
		rgba(0, 0, 0, 0.1);
}

.souk-top-layer {
	z-index: 1030;
}

.navbar .brand {
	padding: 0px 17px 0px;
}

.navbar .container {
	width: 980px;
}

.navbar-inner {
	padding-right: 0px;
	padding-left: 0px;
}
.souk-conx {
    
    margin-top:-28px;
    margin-bottom: 8px;
    margin-left: 120px;
    width: 340px;
    text-align: right;
    font-size: 14px;
}
/* search block
-------------------------------------------------- */
.search-wrap, .header-space {
	position: relative;
	background-color: #cfdade;
	border-bottom: 1px solid #004B67;
	margin-left: 0px;
}

.header-space h1 {
	font-size: 25px;
	font-weight: bold;
	}

.search-block {
	width: 980px;
	padding: 17px 0px 55px 0px;
	display: block;
}

.ad-btn-container {
	width: 187px;
	float: left;
}

.search-form-container {
	width: 720px;
	margin-left: 25px;
	float: left;
}

.soukpro-margin {
margin-left: 15px;
}

.search-form-container select {
	height: 38px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.search-form-container input {
	height: 28px;
	width: 258px; 
	-webkit-border-radius : 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

.search-form-container form {
	margin: 0;
}

.search-btn-container {
	width: 44px;
	float: right;
}

.well, .alert
{
    border-radius: 0px;
}

/* custom buttons
*********************************************************/
.soukbtn,.soukbtn:hover {
	background-color: #004B67;
	background-image: -moz-linear-gradient(top, #016b94, #004B67);
	background-image: -ms-linear-gradient(top, #016b94, #004B67);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#016b94),
		to(#004B67) );
	background-image: -webkit-linear-gradient(top, #016b94, #004B67);
	background-image: -o-linear-gradient(top, #016b94, #004B67);
	background-image: linear-gradient(top, #016b94, #004B67);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#016b94',
		endColorstr='#004B67', GradientType=0 );
	border-color: #004B67 #004B67 #00445e;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color:white;
}

.soukbtngray {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}
.soukbtn-medium {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
}
/* footer
---------------------------------------------------*/
.footer {
	background-color: #cfdade;
	border-top: 1px solid #005580;
	padding-top: 25px;
	margin-top: 45PX;	
}

.cats ul {
	float:left;
	width:195px;
	height: 145px;
}

.cats li:first-child {
	font-size: 14px;
	line-height: 20px;
	color: #00425c;
	font-weight: bold;
}

.cats li {
	font-size: 12px;
	line-height: 12px;
}

.footer .info ul {
    margin: 0 0 0px 0px;
}

.footer .info {
	overflow:hidden;
	padding: 5px;
	border-top: 1px solid #00425c;
	border-bottom: 1px solid #00425c;
}

.footer .desc {
	padding-top:10px;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
}

.footer .input-append {
	margin-bottom:0px;
	float: right;
}

.face-book-icon
{
	padding-right:4px;
	display:inline;
	float:left;
	width:14px;
	height:14px;
	background: url(../img/souk_icons.png) no-repeat top center;
	background-position: -328px -21px;
}
/* mainpage layout
---------------------------------------------------*/
.small-column {
	margin-left: 0px;
	width: 205px;
	margin-right: 15px;
}

.small-column .container {
	width: inherit; 
	border: 1px solid #c2c2c2;
	background-color: #fCfCfC;
}

.souk-cats {
	padding-left: 8px;
}

.small-column h5 {
	padding-left: 10px;
	font-weight: normal;
	margin:5px 0px;
}

.small-column .spacer {
	border-bottom: 1px solid #c2c2c2;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.souk-cities {
	padding-left: 10px;
}

.souk-cities li {
	font-weight: bold;
}

.souk-cats ul {
	margin-bottom: 10px;
}

.souk-cats li {
	font-size: 12px;
	line-height: 14px;
}

.souk-cats li a {
	color: #00425c;
}

.souk-cats li:first-child a {
	color: #00425c;
}

.souk-cats li:first-child {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

/**** right column *****/
.big-column .spacer {
	width: inherit; height : 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	height: 2px;
}

.big-column {
	margin-left: 0px;
	width: 760px;
}

.main-ads {
	width: 736px; /* border + padding + width = 760px */
	border: 1px solid #d0dadf;
	padding: 11px;
	overflow: hidden;
}

.main-ads .item {
	position: relative;
	width: 170px;
	padding: 2px;
	margin-right: 10px;
	float: left;
}

.main-ads .item-img, .main-ads .item-img img {
	width: 170px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.main-ads .title {
	font-weight: bold;
	padding-top: 4px;
	overflow: hidden;
	width: 170px;
	height: 20px
}

.main-ads .price {
	padding-top: 4px;
	overflow: hidden;
	width: 170px;
	height: 20px;
    color: #808080;
}

.main-ads .city {
	padding-top: 4px;
	overflow: hidden;
	width: 184px;
	height: 20px
}
.main-ads .city a {
    color: #c2c2c2;
}


.main-ads .header {
	width: 100%;
	font-weight: bold;
	overflow: hidden;
	font-size: 15px;
	padding-bottom: 2px;
}

.headlines, .regions {
	width: 435px;
	height: 250px;
	float: left;
	overflow: hidden;
	border: 1px solid #d0dadf;
	font-size: 12px;
}

.headlines{
	border: none;	
}
.regions {
	background-color: #eeefef;
	width: 435px;
	height: 234px;
	padding: 8px 0px 8px 0px;
}

.regions .innerbox {
	width: 418px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #dddede;
	border-top-color: #eeefef;
	border-bottom-color: #dbdcdc;
	overflow: hidden;
	padding: 0;
}

.headlines span {
	font-weight: bold;
	line-height: 14px;
	margin-right: 5px;
}

.headlines .item {
	border-bottom: 1px solid #d0dadf;
	overflow: hidden;
	width: 431px;
	height: 14px;
	padding: 2px 0px 8px 4px;
}

.regions ul {
	float:left;
	width: 209px;
	overflow: hidden;
	border-top-color: #eeefef;
	border-bottom-color: #dbdcdc;
	background-color:white;
	margin: 0;
}


.regions .header {
	font-weight: bold;
	overflow: hidden;
	font-size: 15px;
	padding-bottom: 2px;
}

.regions ul li {
	line-height: 28px;
	border-right: 1px solid #f4f5f5;
	border-bottom: 1px solid #f4f5f5;
	padding-right: 6px;
	padding-left: 6px;
}

.regions ul a {
	text-decoration: none;
	display: block;
	}

.regions ul li:hover {
-webkit-box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
}

.top-cats {
	background-color: #eeefef;
	width: 300px;
	height: 250px;
	float: right;
	overflow: hidden;
	border: 1px solid #dddede;
}

.top-cats ul {
	overflow: hidden;
	border: 1px solid #dddede;
	border-top-color: #eeefef;
	border-bottom-color: #dbdcdc;
	background-color: white;
	list-style: none;
	height: 233px;
	width: 281px;
	margin: 8px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
}

.top-cats ul li {
	list-style: none;
	width: 129px;
	height: 106px;
	padding: 5px;
	float: left;
	border-left: 1px solid #f4f5f5;
	border-bottom: 1px solid #f4f5f5;
	line-height: 17px;
}

.top-cats img, .top-cats span {
	width:64px;
	margin: 10px auto 8px auto;
	display: block;
}

.top-cats li a {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top-cats ul li:hover {
	-webkit-box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
}
	
.rbanner-wrap {
	width: 300px; /* banner size */
	/*height: 250px;*/
	overflow:hidden;
	float: right;
}

.vbanner-wrap {
	width: 728px; /* banner size */
	height: 90px;
	overflow:hidden;
}

/* Search page
-------------------------------------------------- */

.sort-options {
	border-top: 1px solid #cfdade;
	border-bottom: 1px solid #cfdade;
	overflow: hidden;
	padding: 5px;
}

.sort-options ul {
	list-style:none;
	margin-left: 0px;
	margin-bottom: 0px;
}

.sort-options ul li {
	float: right;
	width: 100px;
	text-align: center;
	border-right: 1px solid #f4f5f5;
}

.sort-options ul li:first-child {
	border-right:none;
}
	
.sort-options ul li a {
	display: block;
	text-decoration: none;
}

.sort-options ul li a:hover, .sort-options ul li a:active {
	-webkit-box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
}

.galtype {
	float:left;
}

.results {
	border:1px solid #cfdade;
	width: 760px;
	overflow: hidden;
	border-bottom: none;
}

.results .item {
	background-color: #f3f3f3;	
	border-bottom: 1px solid #cfdade;
	padding:15px;
	height: 92px;
	overflow: hidden;
	width: 730px;
}

.results .odd {
	background-color: #fff;
}

.results .item .photo {
	float:left;
	overflow: hidden;
	height: 90px;
	width: 120px;
	border: 1px solid #cfdade;
	vertical-align: middle;
}

.results .item .desc {
	float:left;
	width: 275px;
	overflow: hidden;
	padding-left: 15px;
	vertical-align: middle;
}

.results .item .desc h2 {
	overflow:hidden;
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;	
	display: block;
	word-wrap:break-word;
	max-height: 34px;
	min-height: 22px;	
	margin: 0px;
}

.results .item .desc p {
	overflow:hidden;
	font-size: 12px;
	line-height: 16px;	
	max-height: 50px;
	color:#000;
}

.results .item .prix {
	float:left;
	overflow:hidden;
	width:116px;
	font-size: 13px;
	font-weight:bold;
	padding-left: 5px;
	text-align: center;
}

.results .item .date {
	float:left;
	overflow:hidden;
	width: 90px;	
}

.results .item .extra {
	float:left;
	overflow:hidden;
	width: 100px;
	padding-left: 5px;	
	text-align: right;
}

.results .item .extra .user {
	position: relative;
	visibility: hidden;
	overflow: hidden;
}

.results .item .extra .user a{
	max-height: 40px;
	overflow: hidden;
	display: block;
}

.results .item .extra .page {
	visibility: hidden;
	overflow: hidden;	
	height: 20px;
	width: 98px
}
.results .item .extra .page a {
	overflow: hidden;
	display: block;
	max-height: 20px;
}

.results .item:hover .extra .user,.results .item:hover .extra .page {
	visibility: visible;
}
.results .item .extra .spacer {
	display: block;
}

.results .item .extra a {
	color: blue;
	overflow: hidden;
}

.results .item .desc a {
	text-decoration: none;	
	color: inherit;
}

.resultpages {
	width: 760px;
	border:1px solid white;
	overflow: hidden;
}


.related h2, .results h2{
	font-size: 14px;
	line-height: 20px
}

.results ul {
	position:relative;
	width:189px;
	height: 175px;
	margin:0;
	overflow: hidden; 
	list-style: none;
	float: left;
	padding-top: 20px;
	display: inline-block;
	border-left: 1px solid #f4f5f5;
	border-bottom: 1px solid #f4f5f5;
}

.results ul:hover {
	-webkit-box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
}

.results li img{
	max-width: 145px;
	overflow: hidden;
	border: 1px solid #cfdade;
}

.results li  {
	text-align: center;
}

.results li a {
	text-align: center;
	display: block;
	text-decoration: none;
}

.results .itemtitle {
	max-height: 40px;
	overflow: hidden;
	font-weight: bold;
}

.pagination ul > li:last-child > a , .pagination ul > li:first-child > a {
	border-radius:0px;
}

.resultcount {
	height: 112px;
}

.filters, .prixBlock {
	width: 193px;
	margin-left: auto;
	margin-right: auto;
	padding:5px;
	border-top: 1px solid #cfdade;
	border-bottom: 1px solid #cfdade;	
}

.prixBlock .prixrange {
	padding-bottom: 5px;
}
.filters h3{
	font-size: 14px;
	line-height: 20px;
}

.prixBlock .prixrange .btn {
	padding:0px 0px 0px 0px;
	border-radius:0px;
}
	
.prixBlock .prixrange input {
	padding:0px 0px 0px 2px;
	border-radius:0px;
	width: 80px;
}	

.filters .cat {
	padding-bottom: 5px;
}

.fold{
	max-height: 0px;
	overflow:hidden;
	transition: max-height 300ms ease;
}


.filterShow {
	max-height:38px;
}

.unfold{
	max-height: 38px;
	overflow:hidden;
	transition: max-height 300ms ease;
}


.filterHide {
	max-height:0px;
}

.filters .cat .btn {
	padding:0px 4px 0px 4px;
	border-radius:0px;
	font-size: 14px;
	line-height: 16px;
	margin-right: 5px;
	font-weight: lighter;
}

.filters .cat ul {
	margin-bottom: 5px;
}
.filters .cat ul li {
	/*padding-left: 25px;*/	
}

.filters .cat ul span {
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
}

.filters .cat ul li a {
	color: #21479c;
	vertical-align: bottom;	
	line-height: 16px;
}

.filters .cat ul li:first-child {
	font-weight:bold;
	padding-left: 0px;	
}


.filters .period {
	padding-bottom: 5px;
}

.filters .period label {
	margin-bottom: 0px;
}

.filters input[type="radio"] {
	margin-top: 2px;
}

.filters .usertype {
	padding-bottom: 5px;
}

.filters label {
	color:#21479c;
}


/* pubannonce page
-------------------------------------------------*/
.form-block, .form-block-small {
	border: 1px solid #dddede;
	width: 686px;
	float:left;
	padding: 5px;
	background-color: #eeefef;
	margin-bottom: 20px;
}

 .inner {
	background-color: #fff;
	border: 1px solid #dddede;
	border-top-color: #eeefef;
	border-bottom-color: #dbdcdc;
	padding-top:15px;
}

.fb-like
{
    padding: 5px;
}

.form-block-small .inner {
    padding: 5px;
}

.errorMsg
{
	background-color: #FFF0F0 !important;
	border: 1px solid #E8B5B1 !important;
	padding:15px;
}

.form-block p {
	padding-left:10px;
	font-size: 12px;
}
.pubform {
	width: 700px;
	overflow: hidden;
}

.pubform input, select, textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

.label-inline {
	margin-left: 21px;
	display: inline-block;
	float: left;
	width: 115px;
	padding-top: 5px;
}

.label-inline input[type="radio"] {
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

.text-wide {
	width: 475px;
}
.validbtn  {
	width: 173px !important;
	display: inline-block !important;
    margin-left: 15px;
}

label.error {
	color:rgb(158, 11, 52);
}
input.error{
	border: 1px solid rgb(158, 11, 52);
}

.pub-form-column {
	margin-left:0px;
	margin-right: 5px;
	width: 705px;
}

.pub-form-info-colmn {
margin-left: 8px;
width: 260px;
margin-right: 0px;
}

.overlay
{
	background-color: #FFFFFF;
}

.skmodal {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 560px;
	margin-left: -280px;
	background-color: #eeefef;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: none;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	padding:15px;
}

.skmodal .modal-footer {
    border-radius:0px;
}

.skmodal .inner {
	background-color: #fff;
	border: 1px solid #dddede;
	border-top-color: #eeefef;
	border-bottom-color: #dbdcdc;
	padding:5px;
}

/* souk pro search 
-------------------------------------------------*/
.photoPro {
	float:left;
	overflow: hidden;
	height: 100px;
	width: 240px;
	border: 1px solid #cfdade;
	vertical-align: middle;
}

.photoPro img
{
		display: block;
	margin-left: auto;
	margin-right: auto;
}
.itemPro {
	background-color: #f3f3f3;
	border-bottom: 1px solid #cfdade;
	padding: 15px;
	height: 102px;
	overflow: hidden;
}

.itemPro .descPro a {
	text-decoration: none;	
	color: inherit;
}

.descPro {
	float: left;
	width: 470px;
	overflow: hidden;
	padding-left: 15px;
	vertical-align: middle;
	max-height: 102px;
}

.descPro h2 {
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	display: block;
	word-wrap: break-word;
	max-height: 34px;
	min-height: 22px;
	margin: 0px;
}

.descPro p {
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	height: 62px;
	color: #000;
	margin:0;
}

.pro-url {
	color:#21479c;
	float: right;
	width: 235px;
	font-size: 12px;
	text-align: right;
}

.city-cat {
	color:#016b94;
	font-size: 12px;
	float: left;
	width: 225px;
}

.gal-pro {
	border:1px solid #cfdade;
	width: 760px;
	overflow: hidden;
	border-bottom: none;
}

.gal-pro .item {
	background-color: #f3f3f3;	
	border-bottom: 1px solid #cfdade;
	padding:15px;
	height: 92px;
	overflow: hidden;
	width: 730px;
}
.gal-pro ul {
	position:relative;
	width:379px;
	height: 175px;
	margin:0;
	overflow: hidden; 
	list-style: none;
	float: left;
	padding-top: 20px;
	display: inline-block;
	border-left: 1px solid #f4f5f5;
	border-bottom: 1px solid #f4f5f5;
}

.gal-pro  ul:hover {
	-webkit-box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
}

.gal-pro  .photo-pro {
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	height: 100px;
	width: 240px;
	border: 1px solid #cfdade;
	vertical-align: middle;

	}
.gal-pro  li img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gal-pro li  {
	text-align: center;
}

.gal-pro li a {
	text-align: center;
	display: block;
	text-decoration: none;
}

.gal-pro  .itemtitle {
	max-height: 40px;
	overflow: hidden;
	font-weight: bold;
}

/* souk pro 
-------------------------------------------------*/

.pro-info-column
{
	float: left;
	min-height: 1px;
	margin-left: 20px;
	width: 290px;
	overflow: hidden;
	height: 294px;
}
.pro-meduim-column
{
	width: 310px;
	float: right;
	margin-left: 0px;
	overflow:hidden;
	height: 290px;
	border:1px solid #dddede;
	background-color: #eeefef;
	padding: 5px;
	margin-bottom: 15px;
}

.pro-meduim-column .inner 
{
	background-color: #fff;
	padding:17px;
	border: 1px solid #dddede;
	border-top-color: #eeefef;
	border-bottom-color: #dbdcdc;
	height: 253px;
	overflow:hidden;
}

.pro-meduim-column img
{
	height: 100px;
	width: 100%;
}

.pro-meduim-column h1
{
	font-size: 12px;
	max-height: 26px;
	overflow: hidden;
	
}

.pro-meduim-column span {
display: block;
clear: both;
width: 274px;
max-height: 20px;
overflow: hidden;
}

.pro-wide-column
{
	width: 650px;
	margin-left: 0px;	
	float: left;
	border:1px solid #cfdade;
	overflow:hidden;
	height: 300px;
	margin-bottom: 10px;
}

.pro-wide-column .info
{
	padding: 15px;
	height: 105px;
	overflow: hidden;
}
.pro-wide-column img
{
	height: 175px;
	width: 650px;
}

.search-block-pro {
	height:39px;
	width: 968px;
	display: block;
	clear: both;
	border:1px solid #cfdade;
	padding: 5px 5px;
	background-color: #cfdade;
}



/* annonce page
-------------------------------------------------*/
.meduim-column {
	width: 300px;
	margin-left: 0px;
}
.ance-column .spacer, .meduim-column .spacer {
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.meduim-column .spacer {
	float: right;
	width: 300px;
}

.pagespacer {
	width: 980px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

.ance-column {
	width: 663px;
	margin-left: 0px;	
	margin-right: 15px;
	border:1px solid #cfdade;
}


.breadcrumb {
	background-color: white;
}

.annonce {
	padding: 22px;
}
.annonce h1 {
	overflow: hidden;
	font-size: 25px;
	font-weight: bold;
	display: block;
	word-wrap:break-word;
	line-height:33px;
	max-height: 70px;
	margin: 0px;
}

.annonce .date-price {
	height: 40px;
	border-bottom: 1px solid #cfdade
}
.annonce .date {
	float:left;
	width: 300px;
	height:40px;
	line-height:18px;
	vertical-align: bottom;
}

.annonce .date span {
	float: left;
	clear: both;
}
.annonce .price {
	float:right;
	width: 300px;
	color:#c10926;
	font-size:32px;
	line-height:40px;
	text-align: right;
}

.annonce .adphoto {

}

.annonce .adphoto img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.annonce img {
	margin-right: auto;
	margin-left: auto;
	max-width: 619px;
}

.annonce .thumbs img, .imgthumb{
	max-width: 90px;
	max-height: 70px;
	border:1px solid #cfdade;
	margin-right: 22px;
	padding: 3px;
	background-color: #eee;
}
.annonce .thumbs {
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	
}

.annonce .atributes {
	overflow: hidden;
	border-bottom: 	1px solid #cfdade;
	border-top: 1px solid #cfdade;
}

.annonce .atributes ul {
	padding:11px;
	list-style: none;
	margin: 0;
}

.annonce .atributes ul label {
	width: 100px;
	display: inline-block;
	margin-bottom: 0px;
}

.annonce .atributes ul li {
	display: inline-block;
	overflow:hidden;
	padding-left: 10px;
	width: 280px;
	height: 20px;
	font-weight: bold;
}

.annonce .desc-text {
	overflow:hidden;
	padding:22px;
	border: 1px solid #cfdade;
	overflow: hidden;
	word-wrap:break-word;
}

.annonce .options input {
	height: 38px;
	margin-bottom: 0px;
	border-radius: 0px;
	padding:0px 0px 0px 10px;
}

.annonce .options a {
	margin-right: 10px;
}

.ance-column .social {
	border-top: 1px solid #cfdade;
	padding: 11px;
}

.social-btn {
	overflow: hidden;
	display:inline-block;
	height: 40px;
	vertical-align: text-bottom;
	width: 157px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.social-btn i {
	display:block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.social-btn:hover {
	-webkit-box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
}

.related {
	width:934px;
	height:213px;
	border: 1px solid #cfdade;
	padding: 22px;
	overflow: hidden;
}

.related h2 {
	font-size: 14px;
	line-height: 20px
}

.related ul {
	position:relative;
	width:145px;
	margin:0;
	margin-left: 8px;
	overflow: hidden; 
	list-style: none;
	float: left;
	display: inline-block;
}

.related li img {
	max-width: 145px;
	overflow: hidden;
	border: 1px solid #cfdade;
}

.related li {
	text-align: center;
}

.related li a {
	text-align: center;
	display: block;
	text-decoration: none;
}

.related .itemtitle {
	max-height: 40px;
	overflow: hidden;
	font-weight: bold;
}


.userinfo-pro, .userinfo, .qr{
	border: 1px solid #dddede;
	width: 288px;
	float: right;
	padding:5px;
	text-align: center;
	background-color: #eeefef;
        display: none;
}

.block{
	border: 1px solid #dddede;
	padding:5px;
	text-align: center;
	background-color: #eeefef;
    display: inline-table;
}

 .block .inner {
 padding:0px;
 }

.userinfo-pro .inner, .userinfo .inner, .qr .inner {
	background-color: #fff;
	padding:17px;
	border: 1px solid #dddede;
	border-top-color: #eeefef;
	border-bottom-color: #dbdcdc;
}

 .qr .inner {
 padding:0px;
 }
.userinfo ul {
	margin:0;
	width: 254px;
	list-style: none;
}

.userinfo li {
	text-align:left;
	display: inline-block;
	width: 254px;
}

.userinfo ul label {
	padding-right:10px;
	width: 20px;
	float: left;
	display: inline-block;
}

.userinfo li:first-child {
	font-size: 18px;
	font-weight: bold;
} 

.userinfo-pro span {
	display: block;
	clear: both;
	width: 254px;
	max-height: 40px;
	overflow: hidden;
}

.userinfo-pro .pro-logo {
	margin-bottom:22px;
	overflow:hidden;
	max-height: 75px;
	width: 219px;
	padding: 2px;
	border: 1px solid #cfdade;
	background-color: #eeefef;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear:both; 
}
/* login in */

.insc-form-column {
width: 450px;
margin-left:0px;
margin-right: 75px;
}

.conx-form-colmn {
	width: 435px;
}

.conx-form-colmn .form-block{
width: 420px;
	}

.form-block-wide {
    width: 745px;
}
.conx-form-colmn .inner {
	padding:25px;
}


.login-form input {
	border-radius: 0px;
	-webkit-border-radius: 0px;
}
/* user page
---------------------------------------------------*/
.user-profil-top {
	width: 605px;
	height:37px;
	overflow:hidden;
	margin-left: 25px;
	margin-right:25px;
	float: left;
}

.user-profil-top ul {
	width:605px;
	list-style: none;
	margin:0px;
	padding-top:16px;
	border-bottom: 1px solid #004B67;
	float: left;
}

.user-profil-top ul li {
	display:inline-block; 	
	padding-left: 25px;
	float: right;
}

.user-profil-top ul li:first-child {
	font-weight: bold;
	padding-left: 0px;
	float: left;
}

.user-profil-top ul li a {
	text-decoration: none;
}

.user-menu ul {
	list-style: none;
	margin: 0px;
}

.user-menu ul li {
	border-bottom:1px solid #cfdade;
	font-size:16px;
	line-height: 32px;
}

.user-menu ul li:first-child {
	border-top: 1px solid #cfdade;
}

.user-menu ul li a {
	display: block;
	text-decoration: none;
	
}

.user-menu ul li a:hover {
	-webkit-box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
}

.user-menu  .active {
	background-color: #cfdade;
}

.user-tabs ul {
	border-bottom: 1px solid #cfdade;
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: 
}

.user-tabs ul li {
	border: 1px solid #cfdade;
	display: inline-block;
	padding: 5px;
	width: 126px;
	text-align: center;
	margin-bottom: -1px;
	-webkit-box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 25px rgba(239,241,241,1),inset 0 0 0 1px rgba(0,0,0,0.1);
}


.user-tabs ul li:hover {
	-webkit-box-shadow:none;
	box-shadow:none;
}

.user-tabs ul li a {
	text-decoration: none;
	display: block;
}

.user-tabs .active {
	border-bottom: 1px solid #fff;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-weight: bold;
}

.user-annonces-container {
	border: 1px solid #cfdade;
	border-top:none;
	min-height: 264px;
	padding: 22px;
}

.user-page-container {
	border: 1px solid #cfdade;
	min-height: 264px;
	padding: 22px;
}

.user-annonces-container .sort-options{
	border-top: none;	
	
}

.user-results {
	overflow: hidden;
	border-bottom: none;
}

.user-results .item {
	background-color: #f3f3f3;
	border-bottom: 1px solid #cfdade;
	padding: 15px;
	height: 92px;
	overflow: hidden;
}

.user-results .odd {
	background-color: #fff;
}

.user-results .item .photo {
	float: left;
	overflow: hidden;
	height: 90px;
	width: 120px;
	border: 1px solid #cfdade;
	vertical-align: middle;
}

.user-results .item .desc {
	float: left;
	width: 275px;
	overflow: hidden;
	padding-left: 15px;
	vertical-align: middle;
}

.user-results .item .desc h2 {
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	display: block;
	word-wrap: break-word;
	max-height: 34px;
	min-height: 22px;
	margin: 0px;
}

.user-results .item .desc p {
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	max-height: 50px;
	color: #000;
}

.user-results .item .date {
	float: left;
	overflow: hidden;
	width: 93px;
	padding-left: 5px;
	text-align: center;
}

.user-results .item .tools {
	float: right;
	overflow: hidden;
	width: 116px;
	padding-left: 5px;
}

.user-results .item .tools ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}

.user-results .item .tools ul a {
	color: #0088cc;
}

.user-resultpages {
	width: 714px;
	border: 1px solid white;
	overflow: hidden;
}

.decon-btn-container {
width: 137px;
float: right;
}

/* conact*/
.contact-form {
    padding: 25px;
}
/* Sticky footer styles
-------------------------------------------------- */
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
.push {
	height: 60px;
	margin-top: 10px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
#wrap>.container {
	padding-top: 30px;
}

.container .credit {
	margin: 20px 0;
}

code {
	font-size: 80%;
}
