@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);

@font-face {
    font-family: 'kulshefont';
    src: url('fonts/kulshe.eot');
    src: url('fonts/kulshe.eot?#iefix') format('embedded-opentype'),
         url('fonts/kulshe.woff') format('woff'),
         url('fonts/kulshe.ttf') format('truetype'),
         url('fonts/kulshe.svg#kulshe') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	direction: rtl;	
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.png);
	font: normal 14px Tahoma;
}
.warp {
	margin: 0px auto;
	background: url(../images/warp_bg.png) no-repeat center 200px;
}
.cleardiv {
	clear: both;
	display: block;
}
.focus {
	color: #F2670B!important;
}
h1 {
	line-height: 28px;
	font-size: 28px;
	font-weight: normal;
	color: #404E4F;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}


.header {
	height: 110px;
	position: relative;
}
.toplinks {
	margin: 0px;
	padding: 0px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 5px;
	width: 600px;
}
.toplinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.toplinks ul li {
	display: block;
	float: left;
	padding-right: 5px;
}
.toplinks ul li a {
	display: block;
	background: #404e4f;
	color: #FFF;
	padding: 5px 10px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.toplinks ul li a:hover {
	background: #92A5A9;
}


.logo {
	height: 73px;
	width: 188px;
	padding-top: 15px;
	padding-right: 20px;
}

.locationselect {
	height: 27px;
	width: 185px;
	position: absolute;
	left: 20px;
	top: 50px;
	padding: 10px;
	background: #eee url(../images/bg_select.png) repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.locationselect select {
	font-family: kulshefont;
	font-size: 14px;
	font-weight: normal;
	width: 150px;
}

.locationselect img {
	float: left;
	margin-right: 5px;
}

.searchbx {
	height: 100px;
	background: #404E4F;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	border:1px solid #4d6b73;
}
.searchform {
	height: 50px;
	width: 350px;
	position: absolute;
	top: 25px;
	right: 20px;
}
.searchform input {
	height: 22px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.tinysearch {
	font: 10px Tahoma, Geneva, sans-serif;
	color: #FFF;
	margin-right: 20px;
    margin-top: -8px;
}

.linknewjob {
	display: block;
	width: 200px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	padding: 15px 20px;
	position: absolute;
	top: 20px;
	background: #F2670B;
	left: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	white-space: nowrap;
	font-family: kulshefont, "Times New Roman";
}
.linknewjob:hover {
	background: #92A5A9;
}

.social {
	width: 270px;
	position: absolute;
	top: 40px;
	right: 390px;
	height: 40px;
}
.social .fblikebut {
	width: 70px;
	float: right;
}
.social .goplusbut {
	float: right;
	width: 60px;
}
.social .twittbut {
	float: right;
	width: 90px;
}



.pagetop {

}

.joblocation {
	font-size: 10px;
	color:#777777;
}

.main {
	max-width: 1080px;
	margin: 15px auto;
	background: #ffffff;
	position: relative;
	min-height: 1000px;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}

.breadcrumb {
	font:normal 12px kulshefont, "Times New Roman";
	margin-top: 10px;
}

.breadcrumb a {
	color:#202020;
	text-decoration: none;
}

.breadcrumb a:hover {
	color:#0099CC;
}

.adbox {
	margin-bottom: 15px;
}

.adtit {
	font-size:22px!important;
	color: #0099CC;
	font-weight: normal!important;
}

.adtxt {

}

.postinbig {
	width: 90%;
	font: bold 14px Tahoma;
	border: solid 1px #c4c4c4;
	padding: 2px 1px;
	height: 22px
}

.postinmed {
	width: 250px;
	font: bold 14px Tahoma;
	border: solid 1px #c4c4c4;
	padding: 2px 1px;
	height: 20px
}

.postinsm {
	width: 60px;
	font: bold 20px Tahoma;
	border: solid 1px #c4c4c4;
	padding: 2px 1px;
	height: 26px;
	font-size: 13px;
}

.postsel{
	width: 250px;
	font: bold 14px Tahoma;
	border: solid 1px #c4c4c4;
	padding: 2px 1px;
	height: 24px
}

.postTBL input, .postTBL select  .postTBL img{
	margin-top: 2px;
}

.postTBL textarea {
	width: 90%;
	height: 140px;
	border:solid 1px #c4c4c4;
}


.postTBL td ul {
	padding: 0;
	margin:0;
}



.applyinbig, .applyinmed {
	width: 85%;
	font: bold 14px Tahoma;
	border: solid 1px #eeeeee;
	padding: 2px 1px;
	height: 20px
}

.applyinsm {
	width: 60px;
	font: bold 20px Tahoma;
	border: solid 1px #eeeeee;
	padding: 2px 1px;
	height: 26px
}

.applysel{
	width: 85%;
	font: bold 14px Tahoma;
	border: solid 1px #eeeeee;
	padding: 2px 1px;
	height: 24px
}

.tdlabel {
	font:normal 14px kulshefont, "Times New Roman";
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #576b6f;
}

.applyTBL input, .applyTBL select  .applyTBL img{
	margin-top: 2px;
}

.applyfile {
	width: 90%;
}

textarea.applymsg {
	width: 90%;
	height: 100px;
	margin-right: 3%;
}

.applyTBL td ul {
	padding: 0;
	margin:0;
}

.addesc {
	padding-bottom:10px;
	margin-top: 5px;
	padding-top: 10px;
	font-weight: bold;
	border-bottom: solid 2px #f5f5f5;
	border-top: solid 2px #f5f5f5;
	position: relative;
}


.postslist {
	margin-bottom: 15px;
}

.postslist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.postslist ul li {
	display: block;
	position: relative;
	padding: 8px 20px 8px 20px;
	background: url(../images/bullet_page_white.png) no-repeat right 5px;
	font-size: 13px;
}
.postslist ul li:hover, .postslist ul li.odd:hover, .postslist ul li.even:hover{
	background: url(../images/bullet_page_white.png) no-repeat right 5px #e8ebf2;
}

.postslist ul li.odd {
	background: url(../images/bullet_page_white.png) no-repeat right 5px #f7f7f7;
	border-bottom: 1px solid #f1f1f1;
}
.postslist ul li a {
	color: #3c90cb;
	text-decoration: none;
	font-size: 20px;
	line-height : 20px;
	
}

.postslist ul li a:hover {
	color: #F2670B;
}

.postslist ul li .jobdate {
	font-size: 11px;
	width: 80px;
	float: left;
	text-align:center;
	display: block;
	background: #D1D1D1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 5px;
	position: absolute;
	left: 5px;
	top: 5px;
}

.adslist {
	margin-bottom: 15px;
}

.adslist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.adslist ul li {
	display: block;
	position: relative;
	padding: 8px 20px 8px 20px;
	background: url(../images/bullet_page_white.png) no-repeat right 5px;
	font-size: 13px;
}
.adslist ul li:hover, .adslist ul li.odd:hover, .adslist ul li.even:hover{
	background: url(../images/bullet_page_white.png) no-repeat right 5px #e8ebf2;
}

.adslist ul li.odd {
	background: url(../images/bullet_page_white.png) no-repeat right 5px #f7f7f7;
	border-bottom: 1px solid #f1f1f1;
}
.adslist ul li a {
	color: #3c90cb;
	text-decoration: none;
	font-size: 20px;
	line-height : 20px;
	
}

.adslist ul li a:hover {
	color: #F2670B;
}

.adslist ul li .jobdate {
	font-size: 11px;
	width: 80px;
	float: left;
	text-align:center;
	display: block;
	background: #D1D1D1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 5px;
	position: absolute;
	left: 5px;
	top: 5px;
}

.intotxt {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #404040;
}

.showcont {
	width: 200px;
	background: #ef8d0d;
	border: solid 1px #dd820b;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.applybox {
	padding: 10px 0;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
	border: solid 1px #cccccc;
}

.relatedads {
	margin-bottom: 20px;
}

.relatedads ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.relatedads ul li{
	display: block;
	margin-bottom: 1px;
}

.relatedads ul li a {
	background: url(../images/bullet_page_white.png) no-repeat right 5px #ffffff;
	border-bottom: 1px solid #f3f3f3;
	padding: 0 20px 0 5px;
	display: block;
	color: #202020;
	text-decoration: none;
}

.relatedads ul li a:hover {
	background: url(../images/bullet_page_white.png) no-repeat right 5px #f9f3ce;
}

.relatedads h3 {
	font: normal 16px kulshefont, "Times New Roman", Times, serif;
	color: #0099CC;
}

.noads {
	font: normal 15px kulshefont, "Times New Roman", Times, serif;
	padding: 10px 30px 10px 10px;
	border: 2px dotted #ccc;
}


.raquo {
	color:#f28c26;
}

.deldiv {
	padding: 25px;
	border: solid 2px #eee;
	font-size: 16px;
	text-align: center;
	margin: 30px 0;
}

.deldiv input {
	margin-top: 10px;
	padding: 3px 25px;
	background: #c01d38;
	border: 0;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

.deldiv input:hover {
	background: #89182b;
}
.postbox {
    border: 1px solid #CCCCCC;
    margin: 10px 10px 50px;
    padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


#goadli {
	background: transparent url(none)!important;
	padding:10px 0!important;
	text-align: center!important;
}


#stats {
	padding: 5px;
	margin-top: 15px;
}
#stats h3 {
	font-family: kulshefont;
	margin: 0px 0px 5px;
	padding: 5px 10px 5px 5px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	text-align: right;
	background: #404E4F;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#stats a {
	display: block;
	padding: 3px 10px 3px 3px;
	color: #404040;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
	border-bottom: 1px dotted #eee;
	font-size: 12px;
}
#stats a:hover {
	color: #000;
	background: #92A5A9;
}

#stats a em {
	display: block;
	float: left;
	width: 40px;
	background: #EBEBEB;
	padding-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ajaxapplybox {

}

.afterad {
	display: none;
}

.pagination {
	direction:ltr;
	padding: 20px 50px 15px 100px;
}


.applybutt {
	-moz-box-shadow:inset 0px 0px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 0px 0px 0px #c1ed9c;
	box-shadow:inset 0px 0px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:22px;
	font-weight:bold;
	padding:7px 50px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
	cursor: pointer;
}.applybutt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.applybutt:active {
	position:relative;
	top:1px;
}

.appynotes {
	font-weight: normal;
	font-size: 11px;
}


.alert-error {
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
}

.alert-ok {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}

.alert-note {
    background-color: #FCF8E3;
    border-color: #FBEED5;
    color: #C09853;
}


.alert {
	padding: 15px;
	margin-top: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 20px;
}
.alert ul {
	margin: 10px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
}


.closealert {
	font-size:18px;
	color: #999;
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/close.png) no-repeat;
}


input.error , select.error, textarea.error {
	border-color: #b03130!important;
}

label.error {
	color: #b03130!important;
	font-size: 11px!important;
	display: block;
}


/* NEW DESIGN */


.comlist li {
	display: block;
	float: right;
	margin:0 0 10px 5px;
}

.comlist li a {
	font-size: 16px;
	padding: 3px 8px;
    text-decoration: none;
	background: #f7f7f7;
	color: #1881a8;
}

.comlist li a:hover {
	background: #eeeeee;
}

.resendlinks {
    background: #F7F7F7;
    float: left;
    padding: 10px;
    width: 380px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.resendlinks input {
	width: 300px;
	font:bold 18px Tahoma;
	color: #464646;
	direction: ltr;
	padding: 3px;
	margin-top: 3px;
}


@media screen and (min-width: 771px) {

.topbar {
	min-height: 65px;
	background: #5b6774; /* Old browsers */
	background: -moz-linear-gradient(top,  #5b6774 0%, #3f516a 49%, #394c66 51%, #354861 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b6774), color-stop(49%,#3f516a), color-stop(51%,#394c66), color-stop(100%,#354861));
	background: -webkit-linear-gradient(top,  #5b6774 0%,#3f516a 49%,#394c66 51%,#354861 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5b6774 0%,#3f516a 49%,#394c66 51%,#354861 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5b6774 0%,#3f516a 49%,#394c66 51%,#354861 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5b6774 0%,#3f516a 49%,#394c66 51%,#354861 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b6774', endColorstr='#354861',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 0px 1px 5px 1px rgba(204,204,204,1);
	-moz-box-shadow: 0px 1px 5px 1px rgba(204,204,204,1);
	box-shadow: 0px 1px 5px 1px rgba(204,204,204,1);
}

.topbarin {
	max-width: 1100px;
	margin:0 auto;
	position: relative
}

.hlogo {
	width: 130px;
	height: 50px;
	position:absolute;
	top: 3px;
	right: 20px;
}

a.newadbutt {
	position:absolute;
	top: 10px;
	left: 20px;
	display: block;
	width: 240px;
	height: 36px;
	color: #FFFFFF;
	font: normal 22px kulshefont;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	background: #f47978; /* Old browsers */
	background: -moz-linear-gradient(top,  #f47978 0%, #bc4b3f 40%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f47978), color-stop(40%,#bc4b3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f47978 0%,#bc4b3f 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f47978 0%,#bc4b3f 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f47978 0%,#bc4b3f 40%); /* IE10+ */
	background: linear-gradient(to bottom,  #f47978 0%,#bc4b3f 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47978', endColorstr='#bc4b3f',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.49);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.49);

}

a.newadbutt:hover {
	background: #49c0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #49c0f0 0%, #2cafe3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49c0f0), color-stop(100%,#2cafe3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #49c0f0 0%,#2cafe3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 ); /* IE6-9 */
}

.fbbox {
	padding: 5px;
	position:absolute;
	top: 15px;
	left: 275px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding-top: 5px;
}

.selectflag {
	width: 200px;
	height: 30px;
	position:absolute;
	top: 15px;
	left: 400px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.selectflag img {
	position:absolute;
	top: 3px;
	right: 10px;
}

.selectflag select {
	width: 150px;
	font: normal 14px kulshefont;
	border: solid 1px #ffffff;
	margin: 4px 0 0 10px;
	float: left;
}

.categs-nav {
	max-width: 1080px;
	margin: 10px auto;
	
}
.categs-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.categs-nav ul li {
	display: block;
	float: left;
	padding-bottom: 5px;
	width: 12%;
	margin-left: .5%;
}
.categs-nav ul li a {
	background: #92a5a9;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 2px;
	height: 18px;
	font-family: kulshefont, "Times New Roman";
}

.categs-nav ul li a:hover {
	background: #F2670B;
}


.cont {
	margin-left: 330px;
	padding: 10px;
	min-height: 1200px;
}

.side {
	width: 320px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.goad160 {
	text-align: center;
}

.footer {
	padding: 20px 10px;
	background:  #92A5A9;
	padding: 15px;
	margin-bottom: 5px;
	max-width: 1080px;
	margin:5px auto;
	position: relative;
	height: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#footer-contents div {
	float: right;
	width: 207px;
	padding-right: 20px;
}
#footer-contents a {
	display: block;
	color: #404040;
	font-size: 11px;
	text-decoration: none;
}
#footer-copyright {
	text-align: left;
	font-size: 10px;
	position: absolute;
	top: 20px;
	left: 20px;
	font-family: Tahoma;
}

.googleadtxt {
	width: 300px;
	height: 250px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

}


@media screen and (max-width: 771px) AND (min-width: 481px) {

.topbar {
	min-height: 100px;
	background: #5b6774; /* Old browsers */
	background: -moz-linear-gradient(top,  #5b6774 0%, #3f516a 49%, #394c66 51%, #354861 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b6774), color-stop(49%,#3f516a), color-stop(51%,#394c66), color-stop(100%,#354861));
	background: -webkit-linear-gradient(top,  #5b6774 0%,#3f516a 49%,#394c66 51%,#354861 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5b6774 0%,#3f516a 49%,#394c66 51%,#354861 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5b6774 0%,#3f516a 49%,#394c66 51%,#354861 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5b6774 0%,#3f516a 49%,#394c66 51%,#354861 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b6774', endColorstr='#354861',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 0px 1px 5px 1px rgba(204,204,204,1);
	-moz-box-shadow: 0px 1px 5px 1px rgba(204,204,204,1);
	box-shadow: 0px 1px 5px 1px rgba(204,204,204,1);
}

.topbarin {
	max-width: 960px;
	margin:0 auto;
	position: relative
}

.hlogo {
	width: 130px;
	height: 50px;
	position:absolute;
	top: 3px;
	right: 20px;
}

a.newadbutt {
	position:absolute;
	top: 10px;
	left: 20px;
	display: block;
	width: 240px;
	height: 36px;
	color: #FFFFFF;
	font: normal 22px kulshefont;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	background: #f47978; /* Old browsers */
	background: -moz-linear-gradient(top,  #f47978 0%, #bc4b3f 40%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f47978), color-stop(40%,#bc4b3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f47978 0%,#bc4b3f 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f47978 0%,#bc4b3f 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f47978 0%,#bc4b3f 40%); /* IE10+ */
	background: linear-gradient(to bottom,  #f47978 0%,#bc4b3f 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47978', endColorstr='#bc4b3f',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.49);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.49);

}

a.newadbutt:hover {
	background: #49c0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #49c0f0 0%, #2cafe3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49c0f0), color-stop(100%,#2cafe3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #49c0f0 0%,#2cafe3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 ); /* IE6-9 */
}

.fbbox {
	width: 110px;
	height: 25px;
	position:absolute;
	top: 60px;
	left: 20px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding-top: 5px;
}

.selectflag {
	width: 200px;
	height: 30px;
	position:absolute;
	top: 60px;
	right: 20px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.selectflag img {
	position:absolute;
	top: 3px;
	right: 10px;
}

.selectflag select {
	width: 150px;
	font: normal 14px kulshefont;
	border: solid 1px #ffffff;
	margin: 4px 0 0 10px;
	float: left;
}

.categs-nav {
	max-width: 940px;
	margin: 10px auto;
	
}
.categs-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.categs-nav ul li {
	display: block;
	float: left;
	padding-bottom: 5px;
	width: 24%;
	margin-left: .5%;
}
.categs-nav ul li a {
	background: #92a5a9;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 2px;
	height: 18px;
	font-family: kulshefont, "Times New Roman";
}

.categs-nav ul li a:hover {
	background: #F2670B;
}

.cont {
	margin-left: 10px;
	padding: 10px;
}

.side {
	width: auto;
	position: relative;
	margin-top: 20px;
}

.goad160 {
	text-align: center;
}

.footer {
	padding: 20px 10px;
	background:  #92A5A9;
	padding: 15px;
	margin-bottom: 5px;
	max-width: 940px;
	margin:5px auto;
	position: relative;
	height: 80px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#footer-contents div {
	float: right;
	width: 30%;
	padding-right: 20px;
}
#footer-contents a {
	display: block;
	color: #404040;
	font-size: 11px;
	text-decoration: none;
}
#footer-copyright {
	text-align: left;
	font-size: 10px;
	font-family: Tahoma;
}

.googleadtxt {
	width: 100%;
	float: none;
	margin: 10px auto;
}

}


@media screen and (max-width: 481px) {

.topbar {
	min-height: 100px;
	background: #5b6774; /* Old browsers */
	background: -moz-linear-gradient(top,  #5b6774 0%, #3f516a 49%, #394c66 51%, #354861 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b6774), color-stop(49%,#3f516a), color-stop(51%,#394c66), color-stop(100%,#354861));
	background: -webkit-linear-gradient(top,  #5b6774 0%,#3f516a 49%,#394c66 51%,#354861 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5b6774 0%,#3f516a 49%,#394c66 51%,#354861 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5b6774 0%,#3f516a 49%,#394c66 51%,#354861 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5b6774 0%,#3f516a 49%,#394c66 51%,#354861 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b6774', endColorstr='#354861',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 0px 1px 5px 1px rgba(204,204,204,1);
	-moz-box-shadow: 0px 1px 5px 1px rgba(204,204,204,1);
	box-shadow: 0px 1px 5px 1px rgba(204,204,204,1);
}

.topbarin {
	max-width: 960px;
	margin:0 auto;
	position: relative
}

.hlogo {
	width: 130px;
	height: 50px;
	position:absolute;
	top: 3px;
	right: 10px;
}

a.newadbutt {
	position:absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 140px;
	height: 28px;
	color: #FFFFFF;
	font: normal 16px kulshefont;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	background: #f47978; /* Old browsers */
	background: -moz-linear-gradient(top,  #f47978 0%, #bc4b3f 40%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f47978), color-stop(40%,#bc4b3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f47978 0%,#bc4b3f 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f47978 0%,#bc4b3f 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f47978 0%,#bc4b3f 40%); /* IE10+ */
	background: linear-gradient(to bottom,  #f47978 0%,#bc4b3f 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47978', endColorstr='#bc4b3f',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.49);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.49);

}

a.newadbutt:hover {
	background: #49c0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #49c0f0 0%, #2cafe3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49c0f0), color-stop(100%,#2cafe3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #49c0f0 0%,#2cafe3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 ); /* IE6-9 */
}

.fbbox {
	width: 110px;
	height: 25px;
	position:absolute;
	top: 60px;
	left: 10px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding-top: 5px;
}

.selectflag {
	width: 150px;
	height: 30px;
	position:absolute;
	top: 60px;
	right: 10px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.selectflag img {
	display: none;
}

.selectflag select {
	width: 130px;
	font: normal 14px kulshefont;
	border: solid 1px #ffffff;
	margin: 4px 0 0 10px;
	float: left;
}

.categs-nav {
	max-width: 940px;
	margin: 10px auto;
	
}
.categs-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.categs-nav ul li {
	display: block;
	float: left;
	padding-bottom: 5px;
	width: 24%;
	margin-left: .5%;
}
.categs-nav ul li a {
	background: #92a5a9;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 2px;
	height: 18px;
	font-family: kulshefont, "Times New Roman";
}

.categs-nav ul li a:hover {
	background: #F2670B;
}

.cont {
	margin-left: 0px;
	padding: 10px;
}

.side {
	width: auto;
	position: relative;
	margin-top: 20px;
}

.goad160 {
	text-align: center;
}

.footer {
	padding: 20px 10px;
	background:  #92A5A9;
	padding: 15px;
	margin-bottom: 5px;
	max-width: 940px;
	margin:5px auto;
	position: relative;
	height: 80px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#footer-contents div {
	float: none;
	width: 100%;
	text-align: center;
	padding-right: 20px;
}
#footer-contents a {
	display: block;
	color: #404040;
	font-size: 11px;
	text-decoration: none;
}
#footer-copyright {
	text-align: left;
	font-size: 10px;
	font-family: Tahoma;
}

.googleadtxt {
	width: 100%;
	float: none;
	margin: 10px auto;
}

}
