html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body, html
{
	font-family:Trebuchet MS;
	color:#FFF;
	background-color: #000000;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position:center bottom;
	font-size: 14px;
}

h1 {
	font-size: 1.6em;
	line-height: 3em;
}

h2 {
	font-size: 1.4em;
	line-height: 1.5em;
}

h3 {
	font-size: 1.1em;
	line-height: 1.4em;
}
table {
	border: 0;
}
a
{
	color:#FFF;
	outline: none;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#global1
{
	position: relative;
	overflow: hidden;
	background-image: url('../images/backgroundTop.jpg'); 
	background-position:center top;	
	background-repeat:no-repeat;
}

#global2
{
	background-image: url('../images/backgroundBottom.jpg'); 
	background-position:center bottom;	
	background-repeat:no-repeat;
}

#rootSpace
{
	width:980px;
	margin:auto;
	position: relative;
}

#topMenu
{
	height:54px;
	background-image: url('../images/topMenuBg.jpg');
	position:relative;
}
#topMenu a {
	text-decoration: none;
}

#topMenu a:hover {
	text-decoration: underline;
}

#topMenu span
{
	position:absolute;
	top:17px;
	color:#FFF;
	font-size:9pt;
	font-weight:bold;
	text-transform: uppercase;
}

#topMenu span a:link, #topMenu span a:visited
{
	text-decoration:none;
}

#topMenu span a:hover, #topMenu span a:active
{
	text-decoration:underline;
}

#topMenu span a
{
	color:#FFF;
	text-decoration:underline;
}

#topMenu span a:hover
{
	text-shadow: 0 0 20px #fff;
}

#topMenu1
{
	left:16px;
}

#topMenu2
{
	left:122px;
}

#topMenu3
{
	left:201px;
}

#topMenu4
{
	left:280px;
}

#topMenu5
{
	left:367px;
}

#topMenu6
{
	left:467px;
}

#topMenu7
{
	left:577px;
}

#topMenu8
{
	left:689px;
}

.topMenuUserWidget
{
	position:absolute;
	right: 0;
	top: 8px;
	width: 223px;
}

.topMenuUserWidget table
{
	margin-top: -8px;
}

.topMenuUserWidget input
{
	text-align: center;	
	maring-top: 12px;	
	font-size: 1em;
	border-bottom: 1px #553e5e solid;
	border-right: 1px #553e5e solid;
	border-top: 1px #1b0c1f solid;
	border-left: 1px #1b0c1f solid;
	background-color:#000;
	color:#ccc;
	width:95px;
	margin: 2px;
}
.topMenuUserWidget input.submit
{
	margin-top: 4px;
	padding: 0;
	cursor: pointer;
	background-color: #2b0b34;
	border:1px #41264b solid;
}

.topMenuUserWidget input.submit:hover
{
	color: #fff;
	background-color: #3d1847;
}

.topMenuUserWidget .links
{
	text-align: right;
	padding-bottom: 1px;
	font-size: 0.7em;
	text-decoration: none;
	line-height: 10px;
}

.topMenuUserWidget .links a
{
	padding: 0 5px;
}

.topMenuUserWidget .right a:hover
{
	text-decoration: underline;
}

.topMenuUserWidget .login-and-pass {
	padding-top: 3px;
}

.topMenuUserWidget .submit-and-links {
	padding-right: 6px;
}


.topMenuUserWidget .profileLinks {
	padding-top: 8px;	
	text-align: right;
	padding-right: 8px;
	font-size: 0.95em;
}
.topMenuUserWidget .profileLinks a {
	padding: 0;
	font-size: 0.9em;
}

#mainPageSpace
{
	margin-top:24px;
	width:980px;
	height:757px;
	background: url('../images/mainPageBg.jpg');
	background-repeat: no-repeat;
}

#mainSpace
{
	/*border: 1px #1b051c solid;
	border-right: 1px #010300 solid;
	border-left: 1px #3a042b solid;*/
	margin-top:24px;
	background-color:#15001e;
	overflow:hidden;
	padding: 9px 10px;
	min-height:400px;
}

.mainSpaceInner {
	font-family: Arial, Helvetica, sans-serif;
	/*--background-color: #000000;*/
	
}
.mainSpaceInner label{
	color: #fff100
}

.mainSpaceInner input, .mainSpaceInner select, .mainSpaceInner textarea{
	background-color: #090909;
	border: 1px #ec1c23 solid;
	color: #ddd;
	padding: 5px;
}

.mainSpaceInner input:focus{
	background-color: #171717;
	color: #ddd;
}

.mainSpaceInner input[type=submit] {
	
	font-weight: bold;
	padding: 2px 12px;
	color: #222;
	background-color: #e7e400;
	border: 3px #989632 solid;

}
.mainSpaceInner input[type=submit]:hover {
	text-shadow: #fff 0px 0px 2px;
	color: #000;
}

.mainSpaceInner input[type=submit]:hover {
	cursor: pointer;
	color: #000;
	background-color: #fdfa09;
	border: 3px #bfba2a solid;
}

.mainSpaceInner h1, .mainSpaceInner h2, .mainSpaceInner h3 {
	color: #e8e500;
}

.mainSpaceInner a {
	text-decoration: none;
}
.mainSpaceInner a:hover {
	text-decoration: underline;
}

#menuPages
{
	margin-top:24px;
	overflow:hidden;
	color:#5c5c5c;
	font-size:10pt;
	background: url('../images/menuBackground.png') no-repeat transparent 0 0;
	background-color: #15001E;
}

#menuPageTitle{
	/*--background: url('../images/contentTitleBackground.png') repeat top left;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
    font-size: 16px;
    font-weight: bolder;
    height: 53px;
    line-height: 46px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
}

#menuPageTitle .titleText {
	float: left;
	padding-left:  10px;
}

img.titleIcon {
	max-height: 53px;
	margin-top: -3px;
	display: block;
	float: left;
	line-height: 50px;
}

#menuPageTitle a {
	text-decoration: none;
}
#menuPageTitle a:hover {
	color: #ddd;
}

#menuPageSubSpace {
	/*background-color: #000000;*/
	background:url('../images/category/hot.jpg') repeat scroll 0 0 transparent;
    margin: 0;
	min-height: 600px;
	padding-bottom: 10px;
}

#menuNotes {
	margin: 0 7px 10px;
    padding: 2px;
	color: #FFF;
}

#mainPageSpecial
{
	padding:10px 12px;
}

#mainPagePhotos
{
	padding:28px 12px 10px 12px;
	text-align:center;
}

#mainPageSubspace
{
	background-color:#000;
	overflow:hidden;
	padding-top:20px;
	color:#5c5c5c;
	font-size:10pt;
}

#mainPageSubspace1
{
	float:left;
	width:300px;
	margin-right:20px;
	margin-left:29px;
}

#mainPageSubspace h1
{
	font-size:14pt;
	font-weight:bold;
	margin-bottom:20px;
	color:#FFF;
}

#mainPageSubspace h2
{
	color:#FFF;
}

#mainPageSubspaceMoreBtn
{
	margin-top:15px;
	display:block;
}

#mainPageSubspace2
{
	float:left;
	width:300px;
	margin-right:20px;
}

#mainPageSubspace2Image
{
	float:left;
	margin-right:20px;
}

#mainPageSubspace3
{
	float:left;
	width:300px;
}

#mainPageSubspace3 ol li
{
	background-image:url('../images/bullet.png');
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:15px;
	margin-bottom:8px;
}

#mainPageSubspace3 ol li a:hover, #mainPageSubspace3 ol li a:active
{
	text-decoration:none;
}

#mainPageSubspace3 ol li a
{
	color:#d6a300;
}


#mainPageSubspacePartners
{
	width:900px;
	margin:auto;
	font-size:0px;
	clear:both;
	padding-bottom:30px;
	padding-top:30px;
}

#bottomHr
{
	height:10px;
	margin-top:1px;
	margin-bottom:1px;
}

#bottomSpace
{
	background-image:url('../images/bottomBg.jpg');
	height:49px;
	width:980px;
	font-size:10pt;
	overflow:hidden;
	margin-top: 20px;
}

#bottomSpace1
{
	padding:17px;
	padding-left:29px;
	padding-bottom:30px;
}


#bottomSpace a:link, #bottomSpace a:visited
{
text-decoration:none;
	}

#bottomSpace a:hover, #bottomSpace a:active
{
text-decoration:underline;
	}

#bottomSpace a
{
color:#FFF;
	}


#bottomSpace2
{
padding:17px;
padding-right:29px;
padding-bottom:30px;
float:right;
	}
#bottomSpace1 .etaj-copyright
{
	display: block;
	float: left;
}
.faceagency-link
{
	display: block;
	float: right;
}

#bottomSpace .faceagency-link, #bottomSpace .faceagency-link a {
	color: #999999;
}
#bottomSpace .faceagency-link a {
	text-decoration: underline;
}
#bottomSpace .faceagency-link a:hover {
	color: #ffffff;
}

		#bottomSpace .delivery-phone-container {
			float: right;
			margin: -3px 60px 0 0;
		}
			#bottomSpace .delivery-phone-container .caption {
				color: #aaa;
			}
			#bottomSpace .delivery-phone-container .phone {
				color: #FFF100;
				font-size: 16px;
			}

h2.searchResults
{
font-size:21px !important;
margin-left:0px !important;
margin-top:20px !important;
}

div.searchResults
{
	margin-top:10px;
}

div.searchResults p
{
	font-size:12px !important;
}

div.searchResults h3
{
	font-size:17px !important;
	font-weight:normal !important;
}

div.searchResults h3 a
{
	color:#FFFFFF;
	text-decoration:none;
}

div.searchResults div a
{
	color:#FFFFFF;
	text-decoration:none;
}

div.orderPane
{
	position:relative;
	margin-bottom:10px;
	overflow:hidden;
}

div.orderPane h3
{
	width: 500px;
}

div.orderPane img
{
	float:left;
	margin-right:10px;
}

div.orderPane a.btn-delete
{
	position:absolute;
	right:0px;
	top:10px;
}

div.orderPane p.portion
{
	font-weight:bold;
}

div#vacancyAnketa  p
{
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;
	vertical-align:top;
}

div#vacancyAnketa .anketaText
{
	float:right;
	width:350px;
}

div#vacancyAnketa .anketaInt
{
	float:right;
	width:50px;
}

div#vacancyAnketa .anketaSelect
{
	float:right;
}

div#vacancyAnketa .anketaSubmit
{
	float:right;
}

div#vacancyAnketa span.eduTitle
{
}

div#vacancyAnketa input.eduTitle
{
	width:141px;
}

div#vacancyAnketa span.eduType
{
	padding-left:5px;
}

div#vacancyAnketa input.eduType
{
	width:107px;
	margin-left:10px;
}

div#vacancyAnketa span.eduYear
{
	padding-left:5px;
}

div#vacancyAnketa input.eduYear
{
	width:104px;
	margin-left:10px;
}

div#vacancyAnketa span.eduSpecial
{
	padding-left:5px;
}

div#vacancyAnketa input.eduSpecial
{
	width:247px;
	margin-left:10px;
}

div#vacancyAnketa span.jobTitle
{
}

div#vacancyAnketa input.jobTitle
{
	width:137px;
}

div#vacancyAnketa span.jobType
{
	padding-left:5px;
}

div#vacancyAnketa input.jobType
{
	width:141px;
	margin-left:10px;
}

div#vacancyAnketa span.jobTime
{
	padding-left:69px;
}

div#vacancyAnketa input.jobTime
{
	width:141px;
	margin-left:10px;
}

div#vacancyAnketa span.jobOver
{
	padding-left:37px;
}

div#vacancyAnketa input.jobOver
{
	width:178px;
	margin-left:10px;
}

div#vacancyAnketa p.anketaTitle
{
	font-size:13pt;
}

#tooltip {
	background-color: #FFF;
	border: 1px solid #767676;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	opacity: 0.95;
	padding: 10px;
	position: absolute;
	text-align: left;
	z-index: 3000; }
 
#tooltip h6, #tooltip div {
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	margin: 0; }
	
.minimap {
	position: fixed;
	top: 240px;
	left: -2000px;
	z-index: 5000;
}

.basket-remove-button {
	display: block;
	width: 16px;
	height: 16px;
	padding: 1px;
	border: 1px #111 solid;
}

a.basket-remove-button:hover {
	background-color: #222;
	border: 1px #333 solid;
}