﻿/* CSS Document */

body {
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
}

img {
	border: 0;
}

a {
	color: #FF6B00;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}
div#header {
	clear: both;
	height: 110px;
	background: url("header_bg.png") repeat-x #fff;
	color: #fff;
	width: 100%;
}

div#footer {
	clear: both;
	padding: 10px 0 10px 30px;
	margin-bottom: 0px;
	color: #aaa;
	border-top: #e2e2e2 solid 1px;
}

div.center{
	width: 780px;
	margin: auto;
}

div#logo {
	float: left;
	width: 350px;
}

div#menuTop {
	float: left;
 	margin: 59px 0 0 50px;
}

div#menuTop ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
}

div#menuTop li {
	display: inline;
	padding: 5px;
	margin-right: 10px;
	color: #555;
}

div#menuTop li.special {
	font-size: 1em;
	color: #ff6000;
}
div#menuTop a{
  color: #fff;
}
div#header div.center{
	position: relative;

}
div#chooseLanguage {
	position: absolute;
	top: 10px;
	width: 400px;
	margin-left: 370px;
	text-align: right;
}

div#chooseLanguage a.menuTop {
	color: #FF6B00;
	font-size: 14px;
	margin-right: 30px;
	font-weight: bold;
}

div#logoCaption{
	display: none;
}
div#content {
	background: #fff;
	margin: auto;
	width: 780px;
}

div#welcome {
	margin: 0 9px 5px;
	width: 760px;
}



div#menu {
	float: left;
	width: 250px;
	margin: 0 10px 0 10px;
}
div#container{
	float: left;
	width: 500px;
	overflow: hidden;
}

div.box {
	padding: 10px;
	background: url("box_header_bg.png") repeat-x #e2e2e2;
	margin-bottom: 7px;
	border: 1px solid #000;
}

div.box h2 {
	height: 22px;
	padding-top: 4px;
	padding-left: 6px;
	margin: -10px -10px 5px;
	font-size: 1em;
	color: #fff;
}
div#catHeader{
	height: 20px;
	font-size: 1em;
	margin-bottom: 10px;
	padding-left: 30px;
	color: #666;
}
div.box h2.special {
	color: #000;
	background: url("box_header_bg_special.png") repeat-x;
}

div.boxContent {
	padding: 10px;
	background: #e2e2e2;
}


ul.main {
	list-style-type: none;
	padding-left: 15px;
	margin: 0;
	font-size: 1.2em;
}

ul.main li {
	font-weight: bold;
	margin: 2px;
}

ul.sub {
	list-style-type: none;
	padding-left: 10px;
	margin: 0;
}

ul.sub li {
	font-weight: normal;
	margin: 5px;
}

ul.biggerUl {
	list-style-type: none;
	font-size: 1.1em;
}

ul.biggerUl li {
	margin-bottom: 5px;
}
div#categoriesList img{
  width: 14px;
  height: 14px;
  cursor: pointer;
 }
dl {
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
}

dt {
	font-size: 1.1em;
	font-weight: bold;
}

dd {
	padding: 0;
	margin: 3px 0 0;
}

dd.metaData {
	color: #555;
	margin-bottom: 14px;

}
dl.ann {
  padding: 0;
}
dl.ann dd{
  padding: 0;
  font-size: 1em;
  margin:0 15px 10px;
}

div.whiteStars{
  display: inline;
  padding-left: 50px;
  height: 10px;
  overflow: hidden;
  background: url(small_white.gif);
  
}
div.goldStars{
  display: inline;
  height: 10px;
  overflow: hidden;
  background: url(small_gold.gif);
  position: absolute;
  margin-top: 2px;
  margin-left: -50px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}

ul.main a {
	color: #333;
}

ul.main a:hover {
	color: #FF6B00;
}

ul.sub a {
	color: #555;
}

ul.sub a:hover {
	color: #FF6B00;
}
span.oblig {
  color: #f00;
  margin-left: 3px;
}


/* FORMS */

input, select {
	font-family: Tahoma, Arial, sans-serif;
	padding: 2px;
}

input.submit {
	background: #FF6B00;
	color: #fff;
	border: 0px;
	padding-left: 5px;
	padding-right: 5px;
}


/* contentRight: addPost language tabs */
span.error{
  color: #f00;
  font-size: 1.1em;
  font-weight: bold;
}
#addForm input.wdth{
  width: 200px;
}
div.annType{
  margin-left: 10px;
}
div.annType div{
  margin-left: 10px;
}

#languageTabs {
    position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	height: 300px;
}

#languageTabs li {
	display: block;
	float: left;
	font-size: 11px;
	margin-right: 3px;
	background: #eee;
	width: 70px;
}

#languageTabs li.selected {
	background-color: #b2b2b2;
	color: #fff;
	}
#languageTabs li span {
	display: block;
	padding: 4px 10px 14px 10px;
	border: solid 1px #ccc;
	border-bottom: 0px;
	cursor: pointer;
	height: 12px;
}
#languageTabs li div{
	background: #eee;
	display: none;
	padding: 10px;
	border: solid 1px #ccc;
	position: absolute;
	top: 30px;
	left: 0;
	width: 450px;
	color: #000;
}
#languageTabs li.selected div{
   display: block;
}
#languageTabs input{
  width: 300px;
}
#languageTabs textarea{
  width: 430px;
  height: 200px;
}
.languageLayer {
	display: none;
	margin-top: 8px;
	padding: 10px;
	border: solid 1px #ccc;
}

  div#loginKey{
    position: absolute;
	right: 5px;
	top: 100px;
   	cursor: pointer;
	width: 16px;
	height: 16px;
  }
  div#loginForm{
    background: #e2e2e2;
	display: none;
    position: absolute;
	right: 3px;
	top: 36px;
	height: 90px;
	width: 130px;
  }
  div#loginForm input{
   width: 120px;
   color: #777;
   font-style: italic;
   font-family: verdana, arial;
   font-size: 12px;
   margin-top:  5px;
  }
  div#loginForm input.submit{
    color: #fff;
	margin-left: 40px;
	width: 80px;
	font-style: normal;
  }
  div#adminPanel{
    position: absolute;
	top:0px;
	left: 450px;
  }
 
  div#loading{
    float: left;
	width: 500px;
	text-align: center;
	margin-top: 10px;
	display: none;
  }

div#sort{
  text-align: right;
  margin-right: 30px;
}
div#counter{
  text-align: center;
}

div.ratingblock{
width: 100px;
margin-left: 370px;
margin-top: -50px;
}

div.tabLink{
   
}
div.tabLink a{
    margin-bottom: -1px;
    display: block;
    padding: 3px;
    width: 80px;
    float: left;
    border: 1px #000 solid;
    border-right: 0;
    text-align: center;
    background: #efefef;
}

div.tabLink a.selected{
    border-bottom-color: #e2e2e2;
    background: #e2e2e2;
}

a#tab3
{
    border-right: 1px #000 solid;
}



#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(next.png);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(prev.png);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
