/* Design  - Ivailo Milenkov
mianet@gmail.com */

body{
	margin:0;
	padding:0;
	background-color: #F5F5F5;
	background-image: url(images/dreams_bg.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

b{font-size: 110%;}
em{color: #FF0000;}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	border-bottom: 1px dotted #EFEFEF;
	text-decoration: none;
	color: #356AA0;
}

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

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin-top: -10px;
	margin-right: 20px;
	margin-left: 0px;
}

#maincontainer{
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/*Header*/
#header{
	background: #FFFFFF url(images/header_bg.png) repeat-x top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#headerRight {
	font-size: 0.7em;
	color: #999999;
	float: right;
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: left;
}
#headerRight a {
	text-decoration: underline;
	color: #666666;
}
#headerRight a:hover {
	color: #333333;
}
#header img {
	margin-top: 20px;
	margin-left: 20px;
}
#headerBottom {
	background-image: url(images/header_down.png);
	background-repeat: no-repeat;
	height: 50px;
	padding-left: 50px;
	font-weight: bolder;
	color: #FFFFFF;
	border: none;
	width: 950px;
	clear: both;
	margin-top: -10px;
}

#header select{
	border: none;
	margin-top: 5px;
	float: left;
	padding-left: 5px;
}
.headerBottomText {
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	font-variant: small-caps;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-top: 10px;
}
/*Left Part*/
#leftcolumn{
	float: left;
	width: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/*Right Part*/
#rightside {
	width: 710px;
	float: right;
	padding-top: 10px;
}
.post {
	padding: 10px 50px 12px;
	background: url(images/bg_box.gif) no-repeat left top;
	height: 360px;
	margin-bottom: 10px;
}

.post .title {
	letter-spacing: -1px;
	font-size: 2.2em;
	color: #C20000;
}
.postBottom {
	background: url(images/bg_box02.gif) no-repeat left bottom;
	margin-bottom: 20px;
	height: 50px;
}
.contentTop {
	background-position: left bottom;
	height: auto;
	width: 180px;
	background-repeat: no-repeat;
	margin-top: 5px;
	float: left;
	background-image: url(images/bg_top.gif);
	margin-right: 10px;
	padding: 5px;
}
.contentTop img {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.contentTop:hover img{
	border: 1px solid #666666;
}
.red {
	font-weight: bolder;
	color: #BC0809;
}.grey {
	font-weight: bolder;
	color: #666666;
}
img#top {
	margin-top: -125px;
	border: none;
	margin-bottom: 10px;
}
img#more {
	margin-top: -20px;
	border: none;
	margin-bottom: 5px;
	padding-top: -20px;
	padding-bottom: 5px;
}
/************Right Part Post 2****************/
.postoffers {
	padding: 10px 50px 12px;
	background: url(images/bg_box01.gif) no-repeat left top;
}

.postoffers .title {
	color: #428C92;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 1.7em;
	font-weight: bolder;
}
.contentLast {
	width: 590px;
	float: left;
	padding: 5px;
	background-image: url(images/lasttop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 10px;
	margin-top: 5px;
}
.contentLastHeader {
	font-size: 1.1em;
	padding-left: 10px;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/lasttop01.gif);
	background-repeat: no-repeat;
}
.contentLastDesr {
	float: left;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.9em;
	background-image: url(images/lasttop_descr.gif);
	background-repeat: repeat-y;
	width: 600px;
}
.contentLastPic {

	border: none;
	padding: 2px;
	float: left;
	margin-right: 5px;
	
}
.contentLastRight {
	background-image: url(images/lasttop_down.gif);
	background-repeat: no-repeat;
	height: 18px;
	clear: both;
}
/************End Right Part Post 2****************/

/*Foothe Part*/
#footer{
	width: 100%;
	background: #FFFFFF;
	color: #666666;
	text-align: left;
	padding: 4px 0;
	clear: both;
	font-size: 90%;
}

#footer a{
color: #000000;
}
.foothertube {
	background-color: #EAEAEA;
	padding: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*Classes*/
.innertube{
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
}

/*Top Navigation*/
#topNav {
	width: 690px;
	margin-left: 230px;
	height: 50px;
	float: right;
	margin-top: -25px;
}
#topNav ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#topNav ul li {
	float: left;
	list-style-type: none;
}
#topNav ul li a {
	font-size: 0.9em;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	border: none;
}
#topNav ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
	float: left;
}
#topNav ul li a.current {
	background-image: url(images/prodajbi.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 135px;
	margin-top: 5px;
	padding-top: 10px;
	text-align: center;
}
#topNav li a.current:hover {
	background-image: url(images/prodajbi_over.png);
	background-repeat: no-repeat;
}
#topNav ul li a.naemi {
	background-image: url(images/naemi.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 127px;
	padding-top: 10px;
	text-align: center;
	margin-top: 14px;
}
#topNav ul li a.naemi:hover {
	background-image: url(images/naemi_over.png);
	background-repeat: no-repeat;
	color: #333333;
}
#topNav ul li a.novo {

	background-image: url(images/novo_str.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 155px;
	padding-top: 10px;
	text-align: center;
	margin-top: 14px;
}
#topNav ul li a.novo:hover {
	background-image: url(images/novo_str_over.png);
	background-repeat: no-repeat;
	color: #333333;
}

/*Search Form*/
.cssform {
	width: 230px;
	background-image: url(images/search_bg.png);
	background-position: left top;
	height: 210px;
	padding-top: 34px;
	background-repeat: no-repeat;
}

.cssform input{
	width: 90px;
	font-size: 1em;
	color: #C70000;
	font-weight: bolder;
	float: right;
	margin-right: 10px;
}

.cssform p{
	width: 210px;
	border-top: 1px dotted #CCCCCC;
	height: 20px;
	margin-left: 5px;
	padding-right: 0;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.cssform label{
	font-weight: bolder;
	float: left;
	width: 95px;
	font-size: 1em;
	height: 20px;
	color: #333333;
	font-variant: small-caps;
}
.cssform select{
	font-weight: bolder;
	float: right;
	width: 112px;
	font-size: 0.9em;
	height: 25px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
/************** Form Eng*/
.cssformeng {
	width: 230px;
	background-image: url(images/search_eng.png);
	background-position: left top;
	height: 210px;
	padding-top: 34px;
	background-repeat: no-repeat;
}

.cssformeng input{
	width: 90px;
	font-size: 1em;
	color: #C70000;
	font-weight: bolder;
	float: right;
	margin-right: 10px;
}

.cssformeng p{
	width: 210px;
	border-top: 1px dotted #CCCCCC;
	height: 20px;
	margin-left: 5px;
	padding-right: 0;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.cssformeng label{
	font-weight: bolder;
	float: left;
	width: 100px;
	font-size: 1em;
	height: 20px;
	color: #333333;
	font-variant: small-caps;
}
.cssformeng select{
	font-weight: bolder;
	float: right;
	width: 110px;
	font-size: 0.9em;
	height: 25px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
/*/Search Form*/
.contentTop h1 {
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 90%;
	margin-top: 5px;
	margin-left: 10px;
}
.contentTop ul {
	list-style: none;
}
.contentTop ul li {
	margin-top: 2px;
	background-image: url(images/bullet_top_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 12px;
}
.contentTop h2 {
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 90%;
	margin-top: 5px;
	margin-left: 10px;
	color: #BC0809;
}
.leftContentHeader {
	background-image: url(images/left_imoti.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 5px;
	padding-left: 5px;
	font-variant: small-caps;
	font-weight: bolder;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	font-size: 1.2em;
}
.leftContent {
	background-image: url(images/left_imoti_content.gif);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
}
.leftContentDown {
	background-image: url(images/left_imoti_down.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
}

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

.leftContent li  {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #EFEFEF;
	width: 90%;
}
.leftContent li a {
	text-decoration: none;
	color: #666666;
	border: none;
	background-image: url(images/bullet_top_gray.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.leftContent li a:hover {
	text-decoration: none;
	color: #428C92;
	background-image: url(images/bullet_top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


#rents {
	width: 350px;
	float: left;
	clear: left;
}

.rentsHeader {
	background-image: url(images/rents_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 5px;
	padding-left: 5px;
	font-variant: small-caps;
	font-weight: bolder;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 12px;
	font-size: 1.2em;
}
.rentsDown {

	background-image: url(images/rents_foother.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
}
#rents ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#rents ul li {
	border-bottom: 1px solid #EFEFEF;
	width: 335px;
	margin-left: 5px;
	padding-left: 5px;
}
#rents li a {
	text-decoration: none;
	color: #666666;
	border: none;
	background-image: url(images/bullet_top_gray.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 99.9%;
}
#rents li a:hover {
	text-decoration: none;
	color: #428C92;
	background-image: url(images/bullet_top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	background-color: #CCCCCC;
}

#newscontainer {
	background: #E8F2FF;
	width: 280px;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
	padding-bottom: 5px;
	margin-right: 20px;
}

ul#newslist {
	text-align: left;
	list-style: none;
	padding: 0px 5px 10px;
	margin: 0;
}

ul#newslist li
{
display: block;
margin: 2px 0px;
padding: 0;
}

ul#newslist li a
{
display: block;
padding: 0.2em 0 0.2em 1em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #666666;
text-decoration: none;
background: #D9E9FF;
}
/*
#newscontainer>ul#newslist li a { width: auto; }*/

ul#newslist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#newslist li a:hover, ul#newslist li#active a:hover
{
color: #800000;
border-color: #aaab9c #fff #fff #ccc;
}
#newscontainer h1 {
	font-size: 1.9em;
	color: #428C92;
}
#separate {
	background-image: url(images/hline.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 690px;
	margin: 0px;
	clear: both;
}
#repeatpages {
	background-image: url(images/hline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 80px;
	width: 690px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	padding-top: 10px;
}
#repeatpagesEng {
	background-image: url(images/hline_eng.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 80px;
	width: 690px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	padding-top: 10px;
}
.details {
	width: 580px;
	padding: 5px;
	line-height: 10px;
	margin-top: 5px;
}
.details .title {
	background-image: url(images/datils_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 590px;
	padding-top: 20px;
	padding-left: 10px;
	height: 39px;
}
.details .content {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.9em;
	background-image: url(images/details_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 590px;
	margin-top: 0px;
	clear: left;
}
.detail .Right {

	float: right;
	margin-top: -30px;
	padding-top: -30px;
}
.details .head {

	background-image: url(images/datils_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 590px;
	padding-top: 20px;
	padding-left: 10px;
	height: 39px;
}
.details p {
	padding-right: 5px;
}
.details .bottom {
	background-image: url(images/details_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	width: 590px;
	margin: 0px;
	padding: 0px 10px;
}
.details .dots {
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	width: 550px;
	padding-right: 10px;
	padding-left: 10px;
	height: 15px;
	margin-bottom: 10px;
}
.details .content .dots {

	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	width: 550px;
	padding-right: 10px;
	padding-left: 10px;
	height: 15px;
	margin-bottom: 10px;
}
.details table {
	font-family: Arial, Helvetica, sans-serif;
}


#basic-accordian h1 {

	font-size: 1.9em;
	color: #428C92;
}
.right {
	float: right;
	margin-right: 20px;
	padding-right: 20px;
}
 /* Down Content*/
#downcontent {
	background-color: #F5F5F5;
	background-image: url(images/foother_bg.jpg);
	background-repeat: repeat-x;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: #333333;
	font-size: 90%;
	height: 200px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#downlwft {
	float: left;
	width: 250px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #EAEAEA;
	padding-top: 50px;
	margin: 0px;
}
#downright {
	float: right;
	padding-top: 0px;
	padding-left: 10px;
	width: 700px;
	line-height: 0.5em;
}
#downcontent a {
	color: #8B8B8B;
	text-decoration: underline;
}
 /* Slider Style*/
.fl {
	float: left; display: inline;
}
img {
	border: 0; display: block;
}
.news_slider {
	position: relative;
	width: 610px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; background: #ffffcc;
}
.news_slider .prev, .news_slider .next {
	position: absolute; top: 42%; display: none;
}
.news_slider .next {
	right: 0;
}
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%;
}
.news_slider .news_items {
	position: relative;
	width: 560px;
	top: 0;
	left: 20px;
	overflow: hidden;
	height: 320px;
}
.news_slider .view_all {
	font-size: .8em; padding: 5px; margin: 0 0 2px 0; border-top: #eeeeed 1px solid; border-bottom: #eeeeed 1px solid; text-align: center;
}
.news_slider .item {
	width: 185px;
	margin-right: 2px;
}
.news_slider .item div {
	font-size: 0.9em;
	width: 175px;
	padding: 0px 5px 10px;
	background-image: url(images/bg_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.news_slider .item img {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.count-table {
	background-color: #E4E4E4;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
}
#rd {
	width: 710px;
	padding-top: 10px;
	margin-top: 10px;
}
/* Sample PopBox CSS Classes */
.PopBoxImageSmall
{
	border: 1px solid #CCCCCC;
	padding: 2px;
	float: left;
	margin-right: 5px;
	cursor: url(images/magplus.cur), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url(images/magminus.cur), pointer;
	z-index: 9999;
}
.PopBoxImageShrink
{
	cursor: url(images/magminus.cur), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
