@charset "utf-8";
/* CSS Document */
body {
	font-family:Tahoma;
	font-size:12px;
	margin:30px 0px 0px 0px;
	background:url(images/body_bg.png) repeat-x top left #fff;
	color:#6a6a6a;
}

.container {
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	width:1024px;
}

.numeretaxi {
	float:left;
	color:#fff;
	font-weight:bold;
}

.numeretaxi h1 {
	font-size:50px;
	margin:0px;
}

.top_menu {
	float:right;
	margin-top:25px;
}

.content_wrapper {
	border:1px solid #d6e1f8;
	background:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin-top:10px;
	padding-top:3px;
}

h1.title {
	color:#9daac7;
	font-weight:bold;
	font-size:24px;
	margin:50px 0;
	padding:5px 0 0 50px;
}

a {
	color:#9daac7;
	text-decoration:none;
}

.header_link {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:url("images/top_menu.png") repeat-x scroll left top;
	color:#9DAAC7;
	font-size:16px;
	font-weight:bold;
	margin-right:10px;
	padding:8px 10px;
	text-decoration:none;
}

.gotop {
	display:block;
	width:138px;
	height:47px;
	float:right;
	background:url(images/sus.png) no-repeat;
}

td.views-field {
	padding:12px;
	border-right:1px solid #E6E6E6;
	vertical-align:top;
}

th.views-field {
	background:url("images/table_header.png") repeat-x scroll left top transparent;
	color:#8792AB;
	font-size:14px;
	padding:10px;
	text-align:left;
	border-right:1px solid #E6E6E6;
	width:152px;
}

#th_firma {
	width:170px;
}

#romtelecom {
	padding-right:34px;
	background:url("images/romtelecom.png") no-repeat right;
}

#orange {
	background:url("images/orange.png") no-repeat right;
}

#vodafone {
	background:url("images/vodafone.png") no-repeat right;
}

#zapp {
	background:url("images/zapp.png") no-repeat right;
}

#cosmote {
	background:url("images/cosmote.png") no-repeat right;
}

.even {
	background:#eeeeee;
}

.views-field-title {
	font-weight:bold;
}

.content_taxi {
	color:#868686;
	line-height:20px;
}

#despre {
	background:url("images/despre_noi.png") no-repeat 0 0;
	margin-left:30px;
	color:#6a6a6a;
	font-size:14px;
	padding-right:20px;
}

.despre_list li {
	color:#9DAAC7;
}

.despre_list li span {
	color:#6a6a6a;
}

#contact {
	background:url("images/contact.png") no-repeat 0 6px;
	margin:60px 0 0 20px;
	padding-left:10px;
	padding-right:20px;
}

.gray-text {
	font-size:14px;
}

input {
	background:#f9fafb;
	border:1px solid #d1d3d6;
	padding:5px;
	color:#9daac7;
	font-weight:bold;
}

#trimite {
	border:2px solid #9DAAC7;
	color:#9DAAC7;
	float:right;
	font-size:25px;
	font-weight:bold;
	margin-right:3px;
	margin-top:70px;
	padding:5px;
	cursor:pointer;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.footer_wrapper {
	background:#B6C4E1;
}

.footer_wrapper a {
	font-weight:bold;
	color:#fff;
}

.footer {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:5px 30px;
	width:935px;
	margin:0 auto;
}

#booty {
	display:none;
}

.content_taxi tr:hover {
	background:#ebf2ff;
}


