/*
Design by Mad
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Tahoma,Verdana,sans-serif,Arial;
	font-size: 12px;
	color: #070707;
}

img
{
    border:none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Tahoma,Verdana,sans-serif,Arial;
	font-weight: normal;
	color: #000;
	text-shadow:1px 1px 1px #AAAAAA;
}

h1 {
	font-size: 2em; font-weight: bold; line-height: 46px;
}

.company_info h1
{
     color:#4d4000;
}

h2
{
    font-size: 2em;
	line-height: 1.5em;
}

h3 {
	font-size: 1.5em;
	line-height: 24px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 2;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 900px;
	height: /*69px;*/ 105px;
	margin: 0 auto;
	position: relative;
}

/* Logo */

#logo {
	float: left;
	width: 349px;
	height: /*69px;*/ 85px;
	margin: 0;
	margin-top: 10px;
	/*background: url(images/logo_ukr.png) no-repeat left 0px;*/
	color: #FFFFFF;
	cursor: pointer;
}
#ad {
	float: right;
	width: 551px;
	margin: 0;
	/*background: url(images/cc.png) no-repeat left 25px;*/
	color: #FFFFFF;
	margin-top: 10px;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
 }

#logo h1 {
	padding-top: 25px;
	padding-left: 60px;
	letter-spacing: -1px;
	font-size: 3em;
	line-height:2;
	font-weight: bold;
}

#logo p {
	margin-top: -6px;
	padding-left: 62px;
	color: #000000;
}

#logo p a {
	color: #000000;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #D01010;
}

/* Search */

#suggest
{
    position:absolute;
    top:36px;
    right:205px;
}

#search_auto {
	width: 260px;
	font-size:2em;
	color:#555;
}

#search:active
{
    color:#000;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Tahoma,Verdana,sans-serif,Arial;/*arial,verdana,tahoma,sans-serif;/*Verdana, Arial, Helvetica, serif;*/
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	/*width: 900px;*/
	margin: 0 auto;
	padding: 0;
	background:#f5f5f5;

    -moz-border-radius: 1em 1em 0 0;
    border-radius: 1em 1em 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	/*background: url(images/img04.gif) no-repeat left 16px;*/
	list-style: none none inside;
}

#menu a
{
	background:#eee;

	/* FireFox 3.6 */
	background-image:-webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(255,255,255)),
    color-stop(0.12, rgb(238,238,238)),
    color-stop(0.54, rgb(250,250,250)),
    color-stop(0.86, rgb(237,237,237)),
    color-stop(1, rgb(255,255,255))
);
    background-image:-moz-linear-gradient(
    center top,
    rgb(255,255,255) 0%,
    rgb(238,238,238) 12%,
    rgb(250,250,250) 54%,
    rgb(237,237,237) 86%,
    rgb(255,255,255) 100%
);
	/* IE6,IE7 */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eeeeee');
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eeeeee')";

	display: block;
	width:180px;
	border: none;
	text-decoration: underline;
	font-family: Tahoma,Verdana,sans-serif,Arial;/*arial,verdana,tahoma,sans-serif;/*Verdana, Arial, Helvetica, serif;*/
	color: #010101 /*#E90078/*580606*/;
	text-align:center;
	line-height:3;
}


#menu a:hover, #menu .current_page_item a {
}

#menu a.current_page_item {
    text-decoration: none;
    color: #be0065;
    background:#f4e0eb;

	/* FireFox 3.6 */
	background-image:-webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.01, rgb(250,242,247)),
    color-stop(0.13, rgb(250,212,233)),
    color-stop(0.54, rgb(255,232,246)),
    color-stop(0.9, rgb(251,213,234)),
    color-stop(1, rgb(250,242,247))
);
    background-image:-moz-linear-gradient(
    center top,
    rgb(250,242,247) 1%,
    rgb(250,212,233) 13%,
    rgb(255,232,246) 54%,
    rgb(251,213,234) 90%,
    rgb(250,242,247) 100%
);
	/* IE6,IE7 */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf2f7', endColorstr='#e8c5d8');
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf2f7', endColorstr='#e8c5d8')";
}
/*
#menu a:hover {
	text-decoration: underline;
}*/


.menu_item_holder
{
    width:900px;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 0px;
}

#page-bgtop {
}

#page-bgbtm {
}

/* Content */

#content {
	float: left;
	width: 632px;
}

.post {
	margin-bottom: 8px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	background: #ffdd90;/*url(images/img03.jpg) no-repeat left top;*/
	border:solid 1px #fac651;
	color: #202000;
	line-height:3;

	padding:0 18px;
}

.post .title form
{
    line-height:2;
}

.post .title a {
	color: #000000;
	text-decoration: underline;
}

.post .title a:hover {
	color: #775300;
	text-decoration: underline;
}

.post .meta {
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Tahoma,Verdana,sans-serif,Arial;/*Helvetica,Arial,Verdana,sans-serif;/*arial,verdana,tahoma,sans-serif;/*Arial, Helvetica, serif;*/
	font-style: italic;
}

.post .entry {
	padding: 12px 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	overflow: hidden;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 6px 0;

	-moz-box-shadow: 0px 1px 5px #CCCCCC; /* Firefox F3.5+ */
	-webkit-box-shadow: 0px 1px 5px #CCCCCC; /* Safari3.0+, Chrome */
	 box-shadow: 0px 1px 5px #CCCCCC; /* Opera 10.5, IE 9.0 */
}

#sidebar .side_capt {
	line-height: 2;
	padding: 0;
	background: url(images/img02.png) no-repeat center center;
 	color: #4a52a3;
	margin:0;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px;
}

#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

.sidebar_meters
{
    font-size:10px;
    color:#434b94;
}

.nearby_company_image
{
    float:right;
    background:#bbb;
    border:solid 1px #ccc;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 100%;
	background: #2C2C2C;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Tahoma,Verdana,sans-serif,Arial;/*Helvetica,Arial,Verdana,sans-serif;/*arial,verdana,tahoma,sans-serif;/*Arial, Helvetica, serif;*/
}

#footer p {
	margin: 0;
	padding-top: 19px;
	line-height: normal;
	/*text-transform: uppercase;*/
	text-align: center;
}

#footer a {
	color: #969696;
}



A.a_cat:hover {text-decoration: underline}
li.li_catalog {margin-left: 0px; padding-left: 0px;list-style: none; line-height: 130%}
ul.ul_catalog {margin-left: 5px; padding-left: 0px}
a.category_max {color: #E90078;}

ul a:hover {text-decoration: underline}

ul.cmplist {
	list-style: none;
	/*margin-left: 5px;*/
	padding-left: 19px;
	/*text-indent: -1em;*/
    line-height: 100%;
	}

ul.cmplist li.cmpli {padding:7px 0px 12px; line-height: 2; color:#464100;}

ul.main-page-list{
	list-style: none;
	margin-left: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
ul.main-page-list li {
margin-bottom: 14px

}
ul.main-page-list li span {
display: block;
}




.comment_head
{
    color:#111;
    text-shadow: #aaa 1px 0;
}


.commentlist .quote {

	background:url(/web/images/comment/bg_quote.gif) no-repeat top right;
	}

.commentlist li {
	width: 555px;
 	padding: 6px 18px;
	margin-top:15px;
	background-color: #f5f5f5;
	color: #222;
	border:solid 1px #eee;
	line-height:2;

	-moz-box-shadow: 2px 1px 4px #cccccc; /* Firefox F3.5+ */
	-webkit-box-shadow: 2px 1px 4px #cccccc; /* Safari3.0+, Chrome */
	 box-shadow: 2px 1px 4px #cccccc; /* Opera 10.5, IE 9.0 */
	 filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#cccccc'); /* IE6, IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#cccccc')"; /* IE8 */

	}
.commentlist li img {
	padding: 0px;
	margin-right: 5px;
	float: left;
}


.commentlist cite {
	display:block;
	font-style:normal;
	padding-left: 30px;
	color: #000000;
	}

.commentlist cite a:link, .commentlist cite a:visited {
	text-decoration: underline;
	}


ul.commentlist{
	list-style: none;

}

a.comments {
      cursor: pointer;
}









#ad a {text-decoration: underline;}





.ficon {
margin: 7px;
border: 0px;
padding: 0px;
width:16px;
height:16px;
background:#ffffff url('/web/icons/allinone.png') no-repeat 0px 0px;
float: left;
margin-left: 0px;
}




td ul.main-page-list li a {color: #c11d74/*#dc0075*/; font-weight: bold}
td ul.main-page-list li span a {color: #0980c9; font-size: 100%; text-decoration: none;font-weight: normal}
td ul.main-page-list li span a:hover {color: #010101}

#sidebar span a { text-decoration: none; color: #0980C9; white-space:nowrap;}
#sidebar span a:hover { text-decoration: none; color: #F40082}
#sidebar li p {color: #222222; border-bottom: 1px dashed #d9d9d9}





































.commentlistbrief .quote {

	background:url(/web/images/comment/bg_quote.gif) no-repeat top right;
	}

.commentlistbrief li {
	width: 434px;
 	padding: 5px 18px 15px 15px;
	margin-top:15px;
	background: #d5d5d5 url(/web/images/comment/bg_commentlist.gif) bottom no-repeat;
	color: #000000;
	/*min-height: 45px;*/
	}
.commentlistbrief li img {
	padding: 0px;
	margin-right: 5px;
	float: left;

}


.commentlistbrief cite {
	display:block;
	font-style:normal;
	padding-left: 30px;
	color: #000000;
	}

.commentlistbrief cite a:link, .commentlistbrief cite a:visited {
	text-decoration: underline;
	}


ul.commentlistbrief{
	list-style: none;

}


table.rate_tbl td {text-align: center;}

.rating_star {padding: 0 10px 0 10px}











/* STARS	body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}*/

a { outline: none;}

	/*             styles for the unit rater                */
	.unit-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 20px; line-height: 100%;
		position: relative;
		background: url('star_rating.gif') top left repeat-x;
	}

	.unit-rating li{
	    text-indent: -90000px;
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.unit-rating li a{
		display:block;
		width:20px;
		height: 20px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.unit-rating li a:hover{
		background: url('star_rating.gif') left center;
		z-index: 2;
		left: 0px;
	}
	.unit-rating a.r1-unit{left: 0px;}
	.unit-rating a.r1-unit:hover{width:20px;}
	.unit-rating a.r2-unit{left:20px;}
	.unit-rating a.r2-unit:hover{width: 40px;}
	.unit-rating a.r3-unit{left: 40px;}
	.unit-rating a.r3-unit:hover{width: 60px;}
	.unit-rating a.r4-unit{left: 60px;}
	.unit-rating a.r4-unit:hover{width: 80px;}
	.unit-rating a.r5-unit{left: 80px;}
	.unit-rating a.r5-unit:hover{width: 100px;}
	.unit-rating li.current-rating{
		background: url('star_rating.gif') left bottom;
		position: absolute;
		height: 20px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}


.full-list{
width: 100%;
}

.full-list ul.main-catalog{

margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

a.main-cat-title{
font-size: 150%;
line-height:2;
color: #9a0052;
/* color: #d64d96; */
}
.full-list td{

width: 50%;
vertical-align: top;
padding-right: 50px;

}
.full-list td ul li span{
    text-align: left;
    text-indent: 0px;
    width: 100%;
    display: block;
/*     color: #054871; */
    margin-bottom: 15px;
    margin-top: 0px;
}
.full-list td ul li span a{
/*     border-bottom: 1px solid #0980C9; */
    margin-right: 5px;
/*     font-size: 110%; */
/*     color: #054871; */
 color: #454545;
}



/* AUTO SUGGEST */
.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('images/loader.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

span.btn a{
	color: #222900;
	cursor: pointer;
}

span.btn a:hover{
	color: #000;

}

.edit_btn
{
    float:right;
    padding-top:12px;
}

.info_and_edits
{
    border: 1px solid #e9d81f;
    background-color: #fffcd5;

	/* FireFox 3.6 */
	background-image: -moz-linear-gradient(top, #ffffc0, #ffffe4);
	/* Safari4+, Chrome */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ffffc0),color-stop(1, #ffffe4));
	/* IE6,IE7 */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc0', endColorstr='#ffffe4');
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc0', endColorstr='#ffffe4')";

    padding:12px 18px;
    -moz-border-radius: 0 0 1em 1em;
    border-radius: 0 0 1em 1em;
}

.company_info
{
    background-color: #fff;
    border: 1px solid #e0cd00;
    padding: 11px 18px;
    color: #34342b;
    -moz-border-radius: 1em;
    border-radius: 1em;

	-moz-box-shadow: 0px 1px 6px #c8b700; /* Firefox F3.5+ */
	-webkit-box-shadow: 0px 1px 6px #c8b700; /* Safari3.0+, Chrome */
	 box-shadow: 0px 1px 6px #c8b700; /* Opera 10.5, IE 9.0 */
	 filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=2px, Color='#c8b700'); /* IE6, IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=2px, Color='#c8b700')"; /* IE8 */
}

.the_map
{
    border: solid 1px #ddd;

    padding:12px 19px;

    -moz-border-radius: 0.5em 0.5em 0 0;
    border-radius: 0.5em 0.5em 0 0;

	-moz-box-shadow: 2px 1px 8px #aaaaaa; /* Firefox F3.5+ */
	-webkit-box-shadow: 2px 1px 8px #aaaaaa; /* Safari3.0+, Chrome */
	 box-shadow: 2px 1px 8px #aaaaaa; /* Opera 10.5, IE 9.0 */
	 filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=2px, Color='#aaaaaa'); /* IE6, IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=2px, Color='#aaaaaa')"; /* IE8 */
}

.other_with_tags
{
    border: 1px dashed #666;
    padding: 0 18px;
    line-height:3;
    margin:11px 0;
}

#mad_canvas
{
    width: 100%;
    height: 60px;
}

#map_link
{
    font-size: 1.5em;
    line-height:6;
    background-image: url(/web/images/map.png);
    cursor: pointer;
    color: #222900;
    text-align:center;
}

.advertisement
{
    line-height:3;
    text-align:center;
}


.side_usernotes
{
    text-align: left;
}

.side_usernotes_image
{
    float:right;
}

.jHtmlArea iframe
{
    background:#fefefe;
    font-size:12px;
    line-height:2;
}

#comment
{
    width: 370px; height: 180px;font-size: 12px; color:#222;overflow-y: scroll;
}



.results_pages
{
    line-height:1;
}

.results_page_current
{
    background:#FFDD90;
    border:1px solid #FAC651;
    padding:6px;
}

.results_page_other
{
    background:#fff7e6;
    border:1px solid #ffdd92;
    padding:5px;
}


.results_company_link
{
    text-shadow:#bbb 0 1px;
    color:#000;
    font-size:1.2em;
}

.results_page_comment_count
{
    display: block;width: 50px;height:50px;float: right;letter-spacing: -1px; text-align: center;line-height: 24px;color: #716b11;margin-right: 3px;
}

.results_page_photo_count
{
    display: block;width: 50px;height:50px;float: right;letter-spacing: -1px; text-align: center;line-height: 24px;color: #716b11;margin-right: 3px;
}

.results_page_photo_count_number
{
    display: block;font-size: 18px;padding: 2px; color:#111;
}
