@CHARSET "ISO-8859-1";

html, body {
	margin:0;
	padding:0;
	border:0;
	height:100%;
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color:#000;
}

/*
html {
	overflow-y: scroll;
}
*/

body {
	background:#fff url('/img/bg_gradient.png') repeat-x;
}

a {
	color: #000;
}

img, div#fancy_outer div, div#mopTip01 div { 
	behavior: url('/js/iepngfix.htc'); 
}

img {
	border:0;
}

form {
	margin:0;
	padding:0;
	border:0;
}

div.message {
	padding:5px;
	text-align: center;
	color:#fff;
	background: #f00;
	margin:10px 0px;
}

div#global_container {
	background:#fff url('/img/bg.png') no-repeat top center; 
}

div#frame_container {
	margin:0px auto;
	width:867px;
	padding-bottom:0px;
	background: url('/img/bg_frame.png') repeat-y;
}

div#frame_container_header {
	background: url('/img/bg_frame_header.png') no-repeat top center;
}

div#frame_container_footer {
	height:13px;
	background: url('/img/bg_frame_footer.png') no-repeat bottom center;
}

div#main_container {
	margin-left:14px;
	margin-bottom:1px;
	width:840px;
	min-height:644px;
	height:auto !important;
	height:644px;
}

div#header_container {
	height:167px;
	border-bottom:1px solid #a1a1a1;
	margin-bottom:1px;
}

div#header_menu {
	margin:0 auto;
	width:804px;
	height:49px;	
	background: url('/img/header_menu_bg.png') no-repeat top center;
}

div#header_menu div.menu-main {
	padding:14px 20px;
}

div#header_menu div.menu-main a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 10px;
}

div#header_menu div.menu-main a span {
	font-size: 12px;
	color: #d00;
	padding-right:3px;
}

div#logo {
	float:left;
	position:relative;
	top:27px;
	left:25px;
	width:345px;
	height:91px;
	background: url('/img/logo.png') no-repeat;
}

div#logo a {
	font-size:0;
	display:block;
	height: 100%;
	text-decoration: none;
}

div#small_logos {
	float:right;
	height:63px;
	position:relative;
	right:20px;
	top:31px;
}

body#home div#flash_banner {
	height:222px;
	/*background-color: #000;*/
}

body#default div#flash_banner {
	height:137px;
}

div#home_boxes {
	padding-left:12px;	
}

div.box_title {
	width:251px;
	height:38px;
}

div.home_box {
	width:251px;
	height:191px;
	padding:10px;
	background: url('/img/bg_box.png') no-repeat center center;
}

div#home_boxes div.left_box,
div#home_boxes div.center_box,
div#home_boxes div.right_box {
	float:left;
}

div.inner_box {
	/*width:246px;*/
	height:153px;
	overflow: hidden;
}

/*
div#box_user div.inner_box {
	background: url('/img/user.gif') no-repeat 15px 30px;
}
*/

div#box_cars div.inner_box {
	background: url('/img/used_cars.png') no-repeat left center;
}

div#box_sms div.inner_box {
	background: url('/img/sms.png') no-repeat 12px 20px;
}

div.home_box a.button {
	font-weight:bold;
	color:#f30;
	text-decoration: none;
}

div#showcases {
	clear:both;
	min-height:285px;
	height: auto !important;
	height: 285px;
}

div#footer_container {
	clear:both;
	height:30px;
}

div#global_footer {
	clear:both;
	margin:0 auto;
	padding-right:80px;
	width:867px;
	height: 50px;
	text-align:right;
	font-size:10px;
	color:#707070;
}

div#body_content div#content_column {
	float:right;
	padding:25px 25px 0px 0px;
	width:500px;
}

/*
	right_column
*/
div#right_column {
	float:left;
	padding-left:15px;
}

/*
	Box Login
*/

div#login_box div.users-login {
	float:right;
	height:22px;
	margin-right:40px;
}

div#login_box div.users-login form,
div#login_box div.users-login div.optional,
div#login_box div.users-login div.submit {
	float:left;
}

div#login_box div.users-login,
div#login_box div.users-login form input {
	font-size: 10px;
}

div#login_box div.users-login label {
	font-weight: bold;
	padding:0px 3px 0px 5px;
}

div#login_box div.users-login a {
	padding:0px 3px;
	position: relative;
	top:2px;
}

div#login_box div.users-login input#link_login {
	border:0;
	background: none;
	font-size: 11px;
	position: relative;
	top: 2px;
	cursor: pointer;
}

/*
	greeting
*/

div#login_box div.greeting {
	display:inline;
	position:relative;
	top:2px;
}

div#login_box div.greeting span.full_name {
	font-weight: bold;
	padding-left: 3px;
	padding-right: 10px;
}

div#login_box div.user_menu {
	display:inline;
}

div#login_box div.user_menu ul {
	display:inline;
	list-style-type: none;
	padding:0;
	margin:0;
}

div#login_box div.user_menu ul li {
	display: inline;
	padding:0;
	margin:0;
}

div#login_box div.user_menu ul li b {
	position:relative;
	top: 2px;
}


/*
div#box_login_form {
	margin-left:85px;
	margin-right:20px;
}

div#box_login_form label {
	display:block;
	padding-top:10px;
	padding-left:5px;
}

div#box_login_form input {
	width:100%;
	height:16px;
	padding-top:4px;
	font-size:12px;
	border:1px solid #bbb;
}

div#box_login_form a {
	text-decoration: none;
}

div#box_login_form a#link_login {
	padding-top:5px;
	display: block;
	text-align:right;
}

div#box_login_form a#link_register {
	padding-top:3px;
	display: block;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}

div#box_login_form a#link_retrieve {
	padding-top:3px;
	display: block;
	font-size: 90%;
}

div#box_login_form div.greeting {
	padding-top:20px;
}

div#box_login_form div.greeting span.full_name {
	font-weight: bold;
	display: block;
}

div#box_login_form div.user_menu ul {
	padding:0;
	margin:0;
	padding-top:10px;
	padding-left:10px;
	list-style-type: none;
	line-height: 15px;
}

div#box_login_form div.user_menu ul a:hover {
	text-decoration:underline;
}
*/

/*
	Box Usato Garantito
*/

div#box_used_cars {
	padding-top:10px;
	padding-left:100px;
	padding-right:10px;
}

div#box_used_cars p {
	margin:0;
	padding:0;
	line-height: 150%;
}

div#box_used_cars a.button {
	display: block;
	padding-top:3px;
}

/*
	Box SMS
*/

div#box_sms_info div.p {
	padding:10px 10px 10px 80px;
	line-height:150%;
}

div#box_sms_info div#sms_number {
	position:relative;
	left:15px;
	top:0px;
	padding:0;
	margin:0;
}

/*
	Showcase Cars
*/
div#showcase_cars {
	float:left;
	position:relative;
	left:30px;
	width:500px;
	margin-top: 30px;
}

div#showcase_cars div.showcase_cars_title {
	padding-bottom:1px;
	border-bottom: 1px solid #545454;
        overflow: hidden;
}

div#showcase_cars div.showcase_cars_title img {
    vertical-align: bottom;
}

div#showcase_cars div.showcase_cars_title a {
    text-decoration: none;
}

div#showcase_cars div.showcase_cars_title div.showcase_cars_title_left {
    float: left;
}

div#showcase_cars div.showcase_cars_title div.showcase_cars_title_right {
    float: right;
    margin-top: 17px;
}

/*
	Car Details
*/

div#showcase_cars div.car_details {
	float:left;
	width:240px;
	margin-top:10px;
	padding-bottom:20px;
}

div#showcase_cars div.car_details_even {
	float:left;
	width:240px;
	margin-top:10px;
	padding-left:20px;
}

div#showcase_cars div.car_details img.car_image {
	float:left;
	margin-right:5px;
}

div#showcase_cars div.car_details img.car_image {
}

div#showcase_cars div.car_details div.car_model {
	padding:2px 5px;
	margin-bottom:5px;
}

div#showcase_cars div.car_details div.car_model,
div#showcase_cars div.car_details div.car_model a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color:#333;
}

div#showcase_cars div.car_details div.car_info {
	margin-left: 160px;
}

div#showcase_cars div.car_details div.car_year {
	font-size:10px;
	font-weight: bold;
	margin-top:3px;
}

div#showcase_cars div.car_details div.car_km {
	margin-top:3px;
}

div#showcase_cars div.car_details div.car_fuel {
	margin-top:3px;
}

div#showcase_cars div.car_details div.car_categories {
	margin-top:3px;
}

div#showcase_cars div.car_details div.car_price {
	margin-top:3px;
	font-size:13px;
	font-weight: bold;
}

div#showcase_cars div.car_details img.car_manufacturer {
	margin-top:3px;	
}

/*
	showcase_cars_lite
*/

div#showroom_cars {
	float : right;
	width : 250px;
	margin-top : 35px;
	margin-right : 30px;	
}

div#showroom_cars div.showroom_title {
	color: #fff;
	background-color: #cc0000;
	margin-bottom: 1px;
}

div#showroom_cars div.showroom_title span {
	display: block;
	float:left;
	padding:3px;
}

div#showroom_cars div.showroom_title h1 {
	margin:0;
	padding:2px 4px;
	font-size: 13px;
	text-align: right;
}

div#showroom_cars div.showroom_title h1 a {
    font-size: 10px;
    text-decoration: none;
    color: #fff;
}

div#showroom_cars div.showroom_cars_list {
	height:250px;
	/*overflow: auto;*/
}

div#showroom_cars div.car_details {
	margin-bottom: 20px;
	line-height: 18px;
}

div#showroom_cars div.car_model {
}

div#showroom_cars div.car_model a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div#showroom_cars div.car_fuel {
	font-size: 10px;
}

div#showroom_cars div.car_price {
	font-size: 12px;
	color:#c00;
	font-weight: bold;
}

/*
	News
*/
div#news {
	margin: 5px auto;
	width: 235px !important;
	height: 145px !important;
}
/*
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
*/
div#news div.news_latest {
	padding-bottom:15px;
	margin-top:5px;
	/*border-bottom: 1px dotted black;*/
}

div#news div.news_latest div.title {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding-top: 3px;
}

div#news div.news_latest div.date {
	font-size:10px;
	border-left: 12px solid #f30;
	padding-left: 5px;
	height: 12px;
}

div#news div.news_latest div.content {
	line-height:15px;
	margin-top: 5px;
	color:#555;
}

/* ++++++++ */

div#news div.news_latest_first div.date {
	border-left: 12px solid #A0CA06;
	padding-left: 5px;
}

div#news div.news_latest_first div.title {
	border-left: 0px solid #A0CA06;
	font-size:13px;
}

div.news_latest_first div.content {
	font-size: 11px;
	line-height:150%;
	padding: 5px;
	color:#000;
}

/*
	Stili comuni
*/

h1#content_title,
div.cars h1.title,
div.contents-view h1.content_title,
div.news-index h1.news_title {
	margin:0px;
	color:#008EFC;
	font-size:18px;
	background: url('/img/dotted_h.png') repeat-x bottom left;
}

h1#content_title embed {
	position: relative;
	top:5px;
}

/*
	News
*/

div.news_row {
	margin-top:30px;
}

div.news_row h2.title {
	color:#d00;
	font-size:13px;
}

div.news_row div.created {
	float:left;
	padding:4px;
	width:59px;
	height:52px;
	margin-right:5px;
	background:url('/img/bg_news_date.png') no-repeat;
}

div.news_row div.content {
	line-height:20px;
}

/*
	Contents
*/
div.contents-view div.content {
	margin-top:20px;
	line-height: 20px;
}

/*
	Cars
*/
div.cars-index div.car_details {
	float: left;
	width: 245px;
	margin-top:15px;
	padding-bottom:15px;
	padding-right:5px;
}

div.cars-index td.list_separator,
div.cars-latest td.list_separator {
	height:1px;
	font-size:0;
	background: url('/img/dotted_h.png') repeat-x;
}

div.cars-index div.car_details div.car_model {
	padding:2px 5px;
	margin-bottom:5px;
	/*background-color: #555;*/
}

div.cars-index div.car_details div.car_model,
div.cars-index div.car_details div.car_model a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	/*color:#fff;*/
}

div.cars-index div.car_details img.car_image {
	float:left;
	margin-right:10px;
}

div.cars-index div.car_details div.car_info {
	margin-left: 160px;
}

div.cars-index div.car_details div.car_year {
	font-weight: bold;
	font-size: 10px;
	margin-top:10px;
}

div.cars-index div.car_details div.car_km {
	margin-top:5px;
}

div.cars-index div.car_details div.car_fuel {
	margin-top:5px;
}

div.cars-index div.car_details div.car_categories {
	margin-top:5px;
}

div.cars-index div.car_details div.car_price {
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
}

div.cars-index div.car_details small.command {
	display: block;
	margin-top:5px;
}

div.cars-view div#car_images {
	clear:right;
	width:160px;
	float:right;
}

div.cars-view div#car_images img, 
div.cars-view div#car_zoom img {
/*	border:2px solid #eee;*/
}

div.cars-view div#car_images a {
	display:block;
	width:150px;
	margin:1px auto;
	font-size: 0;
}

div.cars-view div#car_details {
	margin-top: 15px;
}

div.cars-view div#car_details div#car_title {
	padding:2px 5px;
	font-size:125%;
	font-weight: bold;
	color:#fff;
	margin-bottom:15px;
	background-color: #555;
}

div.cars-view div#car_details div#car_info {
	margin-top:10px;
	clear:left;
	float:left;
	width:300px;
}

div.cars-view div#car_details div#car_info table {
	width: 100%;
	/*border: 1px solid #ccc;*/
	border-collapse: collapse;
	border-spacing: 0;
}

div.cars-view div#car_details div#car_info table td {
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

div.cars-view div#car_details div#car_info table tr:first-child td {
	border-top: 1px solid #ddd;
}

div.cars-view div#car_details div#car_info table td.value {
	width: 100%;
}

div.cars-view div#car_details div#price_box {
	margin-top:5px;
	width: 300px;
	clear: left;
}

div.cars-view div#car_details div#manufacturer {
	width:150px;
	margin:10px auto;
	text-align: center;
}

div.cars-view div#car_details div#categories {
	float:right;
	font-size: 11px;
	font-weight: normal;
	margin-top:2px;
}

div.cars-view div#price * {
	font-size: 130%;
	color:#000;	
}

div.cars-view div#price b {
	font-size: 110%;	
}

div.cars-view div#price span.price {
	font-weight: bold;
	color:#d00;
}

div.cars-view div#price span.vat {
	font-size: 100%;
}

div.cars-view div#price {
	font-size:120%;
	margin:10px auto;
	text-align:center;
}

div.cars-view div#info_box div#info_button {
	margin: 15px 0px;
	margin-left:60px;
}

div.cars-view div#info_box form#contact_form {
	width:300px;
	padding:5px;
}

div.cars-view div#info_box form#contact_form th {
	vertical-align: top;
	text-align: right;
	padding-top: 5px;
}

div.cars-view div#info_box form#contact_form div.checkbox {
	float: left;
}

div.cars-view div#info_box form#contact_form td.submit {
	text-align: center;
}

div.cars-view div#info_box div#privacy_title {
	font-size:10px;
	margin-top:10px;
	font-weight: bold;
}

div.cars-view div#info_box div#privacy_text {
	height: 100px;
	margin-top:3px;
	margin-bottom:10px;
	overflow: auto;
	padding: 3px;
	background-color: #eee;
}

div.cars-view div#info_box td#privacy_accept {
	font-size: 10px;
}

div.cars-view div#info_box div.error-message,
div.cars-view div#info_box label.validation_error {
	border:1px solid #f00;
	display:block;
	margin-left:0px;
	margin-bottom:10px;
	padding-left:26px;
	background-position: 5px center;
}

/*
	sidebar
*/
div#sidebar {
	width:271px;
}

div#sidebar div.search_car_box {
	width:271px;
	margin:0 auto;
	margin-top:10px;
	background: url('/img/bg_xbox_border.png') repeat-y;
}

div#sidebar div.search_car_box_top {
	width:271px;
	background: url('/img/bg_xbox_top.png') no-repeat top center;
}

div#sidebar div.search_car_box_bottom {
	width:271px;
	background: url('/img/bg_xbox_bottom.png') no-repeat bottom center;
}

div#sidebar div.search_car_box div.box_title {
	width:251px;
	margin:0 auto;
}

div#sidebar div.search_car_box form {
	display: block;
	margin: 0 auto;
	width:220px;
	padding-top:10px;
	padding-bottom:20px;
}

div#sidebar div.search_car_box div.model {
	margin-top: 5px;
}


div#sidebar div.search_car_box label {
	font-size: 11px;
	white-space: nowrap;
}

div#sidebar div.search_car_box select {
	width:200px;
	font-size: 14px;
}

div#sidebar div.search_car_box option {
	font-size: 14px;
}

div#sidebar div.search_car_box fieldset.vehicle,
div#sidebar div.search_car_box fieldset.categories,
div#sidebar div.search_car_box fieldset.price {
	border:0;
	border:1px solid #888;
	border-top:1px solid #000;
	margin:0 auto;
	margin-top:15px;
	padding:5px;
	padding-left:10px;
	padding-bottom:10px;
}

div#sidebar div.search_car_box fieldset.vehicle legend,
div#sidebar div.search_car_box fieldset.categories legend,
div#sidebar div.search_car_box fieldset.price legend {
	padding:0px 3px;
	padding-bottom:4px;
	font-weight: bold;
	text-transform: uppercase;
}

div#sidebar div.search_car_box fieldset.price div.input {
	float:left;
}

div#sidebar div.search_car_box fieldset.price input {
	width: 60px;
}

div#sidebar div.search_car_box fieldset.price label {
	float:left;
	text-align: right;
	padding-top: 3px;
	padding-right: 3px;
}

div#sidebar div.search_car_box fieldset.price label.max_price {
	margin-left:10px;
}

div#sidebar div.search_car_box fieldset.categories {
	clear:both;
	line-height: 18px;
}
/*
div#sidebar div.search_car_box fieldset.categories br {
	clear:both;
	height:0px;
	font-size:0;
}
*/
div#sidebar div.search_car_box div.car_category {
	float:left;
	white-space: nowrap;
	padding-right:3px;
}

div#sidebar div.search_car_box div.car_category input {
	margin:0px;
	padding:0px;
}	

div#sidebar div.search_car_box div.submit {
	padding-top:20px;
}

div#sidebar div.search_car_box button {
	border: 0;
	margin: 0;
	padding: 0;
	width: 75px;
	height: 30px;
	background: none;
	cursor: pointer;
}

div#sidebar div.search_car_box img#ResultsLoading {
	float:right;
	position:relative;
	top:8px;
}

/*
	sidebar_menu
*/

div#sidebar div.sidebar_menu {
	padding-top:20px;
	padding-bottom:20px;
}

div#sidebar div.sidebar_menu a {
	display:block;
	margin: 0 auto;
	width:225px;
	height:20px;
	padding-top:9px;
	padding-left:28px;
	background: url('/img/bg_menu_item.png') no-repeat;
	font-size:11px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-decoration: none;
	color:#000;
}

div#sidebar div.sidebar_menu a.selected,
div#sidebar div.sidebar_menu a:hover {
	background: url('/img/bg_menu_item_hover.png') no-repeat;
}

div#sidebar div.sidebar_menu h1 {
	font-size: 18px;
	font-style: italic;
	color: #fff;
	margin:0 auto;
	width:253px;
	height:31px;
	background: url('/img/box_title_sidebar.png') no-repeat top center;
}

div#sidebar div.sidebar_menu h1 span {
	padding-left:15px;
	padding-top:5px;
}

/*
	Paginator
*/
div.paging {
	margin-top:25px;
	color:#bbb;
}

div.paging div {
	color:#f30;
	display: inline;
}

div.paging div.disabled {
	color:#bbb;
}

p.paginator_info {
	font-size:10px;
}

/*
	staff
*/

div.staff {
	margin-top: 20px;
}

table.staff {
	border-spacing: 1px;
	border-collapse: separate;
}

table.staff h3 {
	margin:0;
}

table.staff td {
	padding:0;
}

table.staff tr,
table.staff td {
	border:0;
	padding:0;
	margin:0;
}

table.staff p {
	margin:0;
	padding:0;
}

table.staff_person {
	border: 1px solid #ddd;
	margin:0px 6px 10px 0px;
}

table.staff_person td.info {
	padding:5px 0px;
}

div.staff div.full_name {
	text-align: center;
	font-size:14px;
	color:#f30;
	font-weight: bold;
}

div.staff div.role {
	text-align: center;
	font-size:12px;
}

table.staff_bubble {
	/*border: 1px solid #ccc;*/
}

table.staff_bubble div.full_name {
	color:#1665DD;
	font-size:16px;
}

/*
	jWindow
*/

div.jwindow div.jwindow_header {
	background-color:#000;
	border:0;
}

div.jwindow div.jwindow_header_buttons {
	color:#fff;
}

/*
	front_admin
*/

div.front_admin {
	clear:both;
	float: right;
	margin-top:5px;
}

div.front_admin div.icon_box {
	display: inline;
}

div.cars div.front_admin {
	margin-top: 0px;
}

div.admin_xml_images {
	float:none;
	clear: both;
}

/*
	user_profiles
*/

div.user_profiles-register form label.validation_error, 
div.user_profiles-register form div.error-message {
	display:block;
}

div.user_profiles-register form h3 {
	color: #f30;
	font-size: 13px;
	padding-left:5px;
	border-bottom: 1px dotted #333;
}

div.user_profiles-register div.form div.mandatory_note {
	display: block;
	float: right;
	font-size: 9px;
}

div.user_profiles-register form div.text label,
div.user_profiles-register form div.select label,
div.user_profiles-register form div.date label,
div.user_profiles-register form div.time label,
div.user_profiles-register form div.password label {
	clear:both;
	width:120px;
	padding-top:3px;
	float:left;
	font-size: 11px;
}

div.user_profiles-register form div.input label {
	font-weight: bold;
}

div.user_profiles-register form div.required label,
div.user_profiles-register form div.access label {
	font-style: italic;
	color:#000;
}

div.user_profiles-register form div.input {
	margin:10px auto;
}

div.user_profiles-register form div.password input,
div.user_profiles-register form div.text input,
div.user_profiles-register form div.textarea textarea {
	border: 1px solid #555;
}

div.user_profiles-register form div.required input,
div.user_profiles-register form div.required textarea,
div.user_profiles-register form div.access input {
	background-color: #EAF7BC;
}

div.user_profiles-register form input.readonly {
	background-color: #eee !important;
}


div.user_profiles-register form div.text input#UserProfileFirstName,
div.user_profiles-register form div.text input#UserProfileLastName {
	width:200px;
}

div.user_profiles-register form div.text input#UserProfileCity {
	width:100px;
}

div.user_profiles-register form div.text input#UserProfileProvince {
	width:30px;
	text-transform: uppercase;
}

div.user_profiles-register form div.text input#UserEmail {
	width:200px;
}

div.user_profiles-register form div.profile,
div.user_profiles-register form div.access {
	width:90%;
	margin:0 auto;
}

div.user_profiles-register form div.privacy {
	clear: both;
	margin:0px;
	margin-top:30px;
	padding: 5px;
	background-color: #eee;
}

div.user_profiles-register form div.privacy div.title {
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	background-color: #ddd;
}

div.user_profiles-register form div.privacy div.content {
	margin: 0;
	height:250px;
	overflow: auto;
}

div.user_profiles-register form div.submit {
	text-align: center;
}

div.user_profiles-register form div.error {
	padding:5px;
	border:1px solid #ccc;
}

div.user_profiles-register form input.form-error {
	background-color:#FF9494 !important;
}

/*
	contacts
*/

div.contacts form div.text input#ContactFirstName,
div.contacts form div.text input#ContactLastName,
div.contacts form div.text input#ContactEmail {
	width:200px;
}

div.contacts form div.text input#ContactCity {
	width:100px;
}

div.contacts form div.text input#ContactProvince {
	width:30px;
	text-transform: uppercase;
}

div.contacts form div.textarea label {
	display:block;
}

div.contacts form div.textarea textarea {
	width:100%;
}

/*
    ads
*/

div.ads_list {
    height:151px;
    overflow: auto;
}

div.ads_list p {
    margin: 0;
    padding: 0;
}

div.ads_list div.ad_item {
    margin: 5px 10px;
    padding: 0;
}

div.ads_list div.ad_item div.ad_title b.ad_category {
    color:#f30;
}

div.ads-index table.ads_list {
    margin-top: 10px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

div.ads-index table.ads_list td {
    vertical-align: top;
    width: 50%;
}

div.ads-view div.ad_item,
div.ads-index table.ads_list div.ad_item {
    border: 2px solid #ddd;
    background-color: #eee;
    padding: 5px;
}

div.ads-view div.ad_category,
div.ads-index div.ad_category {
	font-size: 12px;
	text-align: center;
	font-style: italic;
	color:#000;
	font-weight: bold;
	padding: 3px;
    border-bottom: 1px dotted #000;
}

div.ads-view div.ad_date,
div.ads-index div.ad_date {
	text-align: right;
	font-style: italic;
	font-size: 10px;
	margin: 5px 0px;
}

div.ads-view div.ad_title,
div.ads-index table.ads_list div.ad_title {
    color: #c00;
	padding: 5px;
    background-color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    border: 2px solid #ddd;
}

div.ads-view div.ad_content,
div.ads-index table.ads_list div.ad_content {
	padding: 5px;
	margin-top: 5px;
	background-color: #e5e5e5;
	min-height: 40px;
}

div.ads-view div.ad_contact,
div.ads-index table.ads_list div.ad_contact {
	margin-top: 5px;
	text-align: right;
	padding: 5px;
	border-top: 1px dotted #000;
}

div.ads-view div.ad_contact a,
div.ads-index table.ads_list div.ad_contact a {
	text-decoration: none;
	font-weight: bold;
	padding-left: 16px;
	background: url('/img/ad_contact.gif') no-repeat 0px 2px;
}

div.ads-view div#info_box {
	width:350px;
    margin: 0 auto;
}

div.ads-view div.ad_item {
	margin-top: 20px;
	padding: 5px;
}

div#box_ads div#ads_list {
}

div#box_ads div#ads_list div.ad_item {
	margin: 5px;
	background: none;
	height: 130px;
	overflow: hidden;
	border:0;
	width:232px;
}

div#box_ads div#ads_list div.ad_item div.ad_title a {
	color: #c00;
	text-decoration: none;
}

div#box_ads div#ads_list div.ad_item div.ad_title {
	border: 0;
	background: none;
	padding: 2px;
}

div#box_ads div#ads_list div.ad_item div.ad_content {
	overflow: hidden;
	height: 3.0em;
	background-color: #eee;
	margin-top: 0px;
}

div#box_ads div#ads_list div.ad_item div.ad_date {
	float: right;
}

div#box_ads div#ads_list div.ad_item div.ad_category {
	text-align: left;
}

div.ads-add input#AdCustomerFullName,
div.ads-add input#AdCustomerEmail {
	width:200px;
}

div.ads-add input#AdTitle {
	width:300px;
}

div.facebook div.facebook_description {
    padding: 10px 0px;
    font-weight: bold;
}

div.facebook div.facebook_checkbox {
    padding: 3px 0px;
}

div.facebook div.facebook_checkbox input {
    vertical-align: middle;
}
