/* MAIN Styles */
body {
	background-color: #c8c8c8;
	margin: 0;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/main_bgr.png);
	background-repeat: repeat-x;
}

a {
	font-size: 11px;
	font-weight: bold;
	color: #416595;
	text-decoration: none;
}

a:hover {
	color: #739ed8;
}

h2 {
	width: 100%;
	height: 30px;
	background-image: url(../images/tab_blue.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	padding-top: 7px;
	overflow: hidden;
}

.h2_blue {
	width: 100%;
	height: 30px;
	background-image: url(../images/tab_blue.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	padding-top: 7px;
	overflow: hidden;
	text-indent: 5px;
}

#h2_title {
	width: 660px;
	height: 30px;
	background-image: url(../images/tab_blue.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	padding-top: 7px;
	overflow: hidden;
}

.h2_gray {
	background-image: url(../images/tab_gray.gif);
	color: Gray;
	text-indent: 5px;
}

.h2_title {
	margin-left: 10px;
}

ul {
	list-style: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
	margin-top: 4px;
	margin-left: 10px;
}

dl {
	margin: 0; padding: 0;
}

dt {float: left; font: bold 11px Tahoma, Geneva, Arial, Helvetica, sans-serif; text-transform: uppercase; margin-top: 8px; }
dt a {
	margin-right: 20px;
	color: White;
}

#content_wrapper {
	width: 100%;
}

#content_block {
	width: 975px;
	margin: auto;
	background-color: white;
	padding: 7px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 11px;
	border-style: solid;
	border-color: #E3E3E3;
	border-width: 1px;
	border-bottom: none;
	border-top: none;
}


/* HEADER Styles */
#header_container {
	height: 100px;
	background-image: url(../images/header_bgr.gif);
	background-repeat: repeat-x;
	background-color: Blue;
	width: 100%;
}

.header_right {
	float: right;
	display: inline;
}

.header_left {
	float: left;
	width: 630px;
}

.header_logo {
	padding-top: 20px;
	padding-left: 15px;
}

.header_menu {
	margin-top: 15px;
	margin-left: 81px;
	height: 30px;
}

/* Breadcrumbs */
#breadcrumbs {
	width: 100%;
	height: 15px;
	border: solid 1px #cdcdcd;
	background-color: #e5e5e5;
	color: #717273;
	font-size: 10px;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#breadcrumbs a {
	font-size: 10px;
	color: #717273;
	font-weight: bold;
	text-decoration: none;
	margin-left: 7px;
}

#breadcrumbs a:hover {
	font-weight: bold;
	text-decoration: underline;
}

/* Left Content Styles */
#left_container {
	width: 660px;
	float: left;
	margin-top: 10px;
}

/*---- HOME PAGE Styles */
#home_incoming_schedule {
	width: 329px;
	float: left;
	margin-bottom: 10px;
}

#home_outgoing_schedule {
	width: 329px;
	float: left;
	clear: right;
	margin-left: 2px;
	margin-bottom: 10px;
}

#home_table_outgoing {
	margin-bottom: 10px;
	font-size: 11px;
}

#home_table_incoming {
	margin-bottom: 10px;
	font-size: 11px;
}

.bottom_link {
	height: 20px;
	background-image: url(../images/link_bar_gray.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	color: gray;
}

.bottom_button {
	height: 20px;
	position: relative;
	margin-top: -3px;
	float: right;
	margin-right: 10px;
	background-image: url(../images/link_bar_blue.gif);
	background-repeat: repeat-x;
	color: White;
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
}

.fs_table {
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}

.fs_town_drop, .fs_period {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.fast_search_outgoing {

}

.fast_search_incoming {

}

#banner_300x250 {
	margin-top: 10px;
}

#banner_300x250_search {
	margin-top: 0;
}

#about_us_container, #location_container, #services_container, #transporters_container {
	width: 210px;
	height: 200px;
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}

#banner_660x90 {
	margin-bottom: 10px;
}

#about_us_container {
	margin: 0;
}

#sofia_guide_container {
	width: 435px;
	float: left;
	clear: left;
}

#sofia_guide_container img {
	float: left;
}

.sofia_guide_text {
	float: right;
	width: 210px;
}

.home_about_text {
	text-align: justify;
	margin-top: 4px;
}

/* Right Content Styles */
#right_container {
	width: 300px;
	margin-top: 10px;
	float: right;
	clear: right;
}

/* FOOTER Styles */
#footer_container {
	height: 110px;
	width: 100%;
	background-image: url(../images/footer_bgr.gif);
	background-repeat: repeat-x;
	clear: both;
	font-size: 9px;
	color: White;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
}

/* SEARCH PAGE Styles */


.search_outgoing {
	height: 250px;
	background-color: #e1f0ff;
	border: solid 1px #cfdcea;
	color: #4e4e4e;
}

.search_incoming {
	height: 250px;
	background-color: #ececec;
	border: solid 1px #dadada;
}

.search_table {
	padding: 4px;
	padding-top: 2px;
	font-size: 11px;
}

.search_table td {
	padding: 2px;
}

.search_text_box {
	font-size: 11px;
	width: 120px;
	height: 14px;
	padding: 0;
}

.search_company_box {
	font-size: 10px;
	width: 180px;
	height: 50px;
	padding: 0;
}

.hr_search_incoming {
	background: #cfdcea;
	color: #cfdcea;
	width: 97%;
	height: 1px;
	border: 0;
}

.search_foot_hours {
	width: 270px;
	float: left;
	margin-left: 10px;
}

.search_foot_destinations {
	float: left;
	margin-left: 10px;
	width: 350px;
}

.search_foot_destinations a{
	font-size: 10px;
}

#results_container {
	width: 100%;
	clear: both;
	font-size: 10px;
	margin-bottom: 10px;
}

.results_count {
	padding-top: 15px;
	margin-bottom: 15px;
	font-size: 11px;
	color: Gray;
}

.results_variables {
	padding-top: 15px;
	font-size: 11px;
	color: Gray;
}

.results_title {
	background-color: #426fa6;
	height: 25px;
	color: White;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	font-size: 19px;
	padding-top: 5px
}

.result_days {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: inside;
}

.result_days li {
	float: left;
	display: inline;
	margin: 2px;
	width: 15px;
	height: 15px;
	border: none;
	text-align: center;
	color: White;
}

.rd_green {
	background-color: #1ab500;
}

.rd_gray {
	background-color: #d1d0d0;
}

.result_table_odd {
	border: solid 1px #426fa6;
	border-bottom: none;
	font-size: 11px;
	color: #426fa6;
}

.result_table_even {
	border: solid 1px #426fa6;
	border-bottom: none;
	background-color: #e1f0ff;
	font-size: 11px;
	color: #426fa6;
}

.sr_valid {
	font-size: 10px;
	color: gray;
	margin-top: 5px;
	float: left;
}

/* Inside Page Styles */
#inside_content {
	padding: 7px;
	padding-top: 0;
	font-size: 12px;
	width: 650px;
	float: left;
}

/*Daniel Georgiev*/

.ol {
	list-style: none;
}

.a {
	background-color: #c8c4c5;
	font-family: Verdana;
	font-size: 12px;
}

.b {
	background-color: #979596;
	font-family: Verdana;
	font-size: 12px;
}

#leave_main {
	height: 175px;
}

#come_main {
	height: 175px;
}

.language_select {
	position: relative;
	float: right;
	top: 0px;
	right: 15px;
}

.language_text {
	font-weight: bold;
	color: White;
}

.header_language {
	float: right;
	height: 100px;
	width: 315px;
	background-image: url(../images/header_phone.png);
	background-repeat: no-repeat;
	background-position: left;
}

.header_language_en {
	float: right;
	height: 100px;
	width: 315px;
	background-image: url(../images/header_phone_en.png);
	background-repeat: no-repeat;
	background-position: left;
}

.promo {
	color: #ff2c3a;
	font-weight: bold;
}