@charset "utf-8";
/* CSS Document */

/* COMMON */
.cyan {
	color: #00ADEF;
}
.blue {
	color: #3366ff;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

/* COMMON IN USE */
.value {
	font-weight: normal;
}
.orange {
	color: #666666;
}
.bggray {
	background: #CFCFCF;
}
.bggraydark {
	background: #dddddd;
}
.bgblue {
/*	background: #E6EFFF; */
}

/* CONTACTS */
table.contacts {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	border: none;
}
.contacts td {
	vertical-align: top;
	padding: 8px 0;
	border-bottom: solid 1px #999;
}
.contacts td.title {
	font-weight: bold;
	color: #F5F5F5;
	padding-right: 4px;
}
.contacts a {
	color: #0000FF;
}
.contacts a:hover {
	text-decoration: none;
}
/* TABLES - Kurierski uslugi i Vatreshen transport */
table.prices_table {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
	border: none;
//	color: #666666;
	font-weight: bold;
}
.prices_table td, .prices_table th {
	vertical-align: middle;
	text-align: center;
	padding: 4px;
	border: solid 1px #999;
}
.prices_table th {
	background: #dddddd;
	padding: 12px 4px;
}
.prices_table .title {
	font-weight: bold;
	border-left: none;
	border-right: none;
	border-top: none;
}
.prices_table .left {
	text-align: left;
}

.prices_table thead tr th {
}
.prices_table tbody tr th {
	padding: 4px;
	background: #CFCFCF;	
}
.prices_table tbody tr td {
	font-weight: normal;
}
/* SELECT */
#towns_list {
	padding: 4px;
	font-weight: bold;
}
#towns_list select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 8px 0;
}
#towns_list .comment {
	font-size: 10px;
	Ccolor: #dddddd;
	font-weight: normal;
}
