body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
body {
	margin: 0;
	padding-bottom: 2em;
	background-color: white;
}

h1 {
	font-family: Tahoma;
	font-size: 16pt;
}

#tabular_data {
/*	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;			
	border-collapse: collapse;
*/
}

#tabular_data th {
	background-color: #E3FFD4;
	border-bottom: 1px solid #B8ED8D;
	text-align: center;
}

#tabular_data td {
	font-size: 10px;
	font-family: Verdana;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	empty-cells: show;
}

#tabular_data th a {
	text-decoration: none;
	color: #333;
}

/*
td {
	padding-left: 5px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;	
}

th {
	background-color: #94B9DA;
	color: White;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;	
}
*/
input[type="text"], input[type="password"], textarea {
	border: 1px solid gray;
	font-weight: normal;
}

input, textarea, select, option, label, legend {
	font-size: 9pt;
	font-family: Verdana;
}

button {
	font-size: 130%;
}

.blue {
	font-weight: bold;
	font-size: 1.1em;
	color: #003399;
}

a {
	color: Blue;
}

a:hover {
	color: Red;
	text-decoration: none;
}

tr.rowodd {
	background-color: #FDF5E6;
}

tr.roweven{
	background-color: #FEFDF7;
}


#header {
	height: 70px;
	width: 100%;
	background-color: #B8E100;
	margin: 0;
	padding: 0;
}

#topmenu {
	height: 35px;
	width: 100%;
	background-color: #415251;
}

#mainmenu {
	height: 25px;
	width:100%;
}

#Tabs {
	margin: 10px 0 0 30px;
	height: 25px;
	padding: 0;
	background-color: #B8E100;
}

#Tabs ul {
	margin: 0; padding: 0;
}

#Tabs li {
	margin: 0; padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

#Tabs ul#MainTabs {
}

div#Tabs a:link,
div#Tabs a:visited {
  text-decoration: none;
}

#Tabs a:hover {
	color: #fff;
	background: #333;
}

#Tabs ul#MainTabs a:link, #Tabs ul#MainTabs a:visited {
  float: left; /* for IE6 */
	font-size: 12px;
	font-weight: normal;
	padding: 4px 8px 6px 8px;
	margin: 0;
}

#Tabs ul#MainTabs a:link.current, #Tabs ul#MainTabs a:visited.current {
/*	background: #e5e5e5 url(/images/tab-bg.gif) top repeat-x; */
	background: #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #222;
	font-weight: bold;
	text-decoration: none;
  margin: 0;
}
#topmenu a {
	color: #B0C4DE;
	padding-left: 7px;
	font-size: 10pt;
	text-decoration: none;
	text-transform: lowercase;
}
#topmenu a:hover{
	text-decoration: underline;
}

#middle {
	width: 100%;
	height: 600px;
	min-width: 900px;
	text-align: left;
}

#content {
clear:both;
float:left;
overflow: hidden;
	display: inline; /* double margin bug */
	text-align: left;
	width: 76%;
	margin: 10px 0 40px 30px;	
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	min-width: 550px;
}

#content h1 {
	color: #434343;
	font-size: 16pt;
	border-bottom: 3px solid #D4D4D4;
	margin-top: 0px;
}

#right {
 float: right;
	position: relative;
	right: 1em;
	margin-top: 10px;
	width: 160px;
	height: 150px;
}


legend {
	font-family: verdana;
	font-size: 14pt;
	color:  #41669B;
}

/* uzeto od script.aculo.us */

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2em;
	background-color: #2A4F6F;
	color: #FFFFFF;
	border-top: #778899;
	text-align: right;
}
html > body #footer {
  position: fixed;
}

#footer a:link, #footer a:visited {
	padding: 0.5em 1em 0.5em 1em;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 80%;
}
#footer a:hover {
	text-decoration: none;
}


/* photo upload */

#thumbnails div {
	text-align: center;
	display:block;
	width: 120px;
	height: 80px;
	border: 1px solid black;
	float: left;
	font-size: 9px;
	font-family: verdana;
}

#thumbnails img {
	display: block;
}

#thumbnails span.photo_name {
	display: block;
	float: left;
}
#thumbnails span.trashcan {
	display: block;
	float: right;
}

.info_message {
	width: 70%;
	padding: 15px;
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ADD8E6;
}

a.button {
	text-decoration: none;
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #00CCFF;
	border: 1px solid black;
}

a.button_active {
	text-decoration: none;
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 1px;
	background-color: white;
	border: 1px solid black;
	border-bottom: 1px solid white;
}

.red {
	color: red;
}

.green {
	color: green;
}

.yellow {
	color: yellow;
}



.tag_xxsmall{
	font-size: xx-small;
	line-height: 16px;
}
.tag_small{
	font-size: small;
	line-height: 16px;
}
.tag_medium{
	font-size: 16px;
	line-height: 16px;
}
.tag_large{
	font-size: 20px;
	line-height: 16px;
}
.tag_xxlarge{
	font-size: 25px;
	line-height: 25px;
}

/*

.tag_xxsmall{
}
.tag_small{
}
.tag_medium{
}
.tag_large{
	font-weight: bold;
}
.tag_xxlarge{
	font-weight: bold;
}
*/

.error {
	display:block;
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.formtip {
	font-size: 90%;
	color: #444444;
}


.label_models {
	float: left;
	width: 170px;
	font-weight: bold;
}


.error_light {
	background:#FBE3E4 none repeat scroll 0%;
	border-color:#FBC2C4;
	color:#8A1F11;
}
.error_light, .error_light, .error_light {
	border:2px solid #DDDDDD;
	margin-bottom:1em;
	padding:0.8em;
}
/* tabs ads_tabs (quick search through categories) */

#ads_tabs {
	list-style: none;
	margin:0;
	padding: 0;
}

#ads_tabs h2 {	/* header to emphasize content of the tab */
	font-family: 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	display: inline;
	font-size: 13px;
	margin:0px;
	padding:0px;
}

#ads_tabs li {
	position: relative;
	display: inline;
	float: left;
}


#ads_tabs a {
	display: block;
	float: left;
	background-color: #DCDCDC;
	text-decoration: none;
	color: black;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
/*	border-right: 1px solid blue;	*/
	background: url(/images/tabs/categoryGrad.jpg);

/*	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
*/
}

#ads_tabs a:hover {
	text-decoration: underline;
}

#ads_tabs a.active-tab {
	background: url(/images/tabs/categoryGrad1Active.jpg);
	background-color: red;
	color: white;
}

#ads_tabs a.active-tab-vehicle_type_1 {
	background: url(/images/tabs/vehicleType1GradActive.jpg);
	background-color: #E01B1B;
	color: white;
}

#ads_tabs a.active-tab-vehicle_type_2 {
	background: url(/images/tabs/vehicleType2GradActive.jpg);
	background-color: #3A77C1;
	color: white;
}

#ads_tabs a.active-tab-vehicle_type_3 {
	background: url(/images/tabs/vehicleType3GradActive.jpg);
	background-color: #79C13A;
	color: white;
}

/* panels */
.panel {
	clear: both;
	display: none;
	background-color: #e01b1b;
	height: 100%;
	padding-top: 5px;
}

.panel.active-tab-body {
	display: block;
}

.panel.active-tab-body-vehicle_type_1 {
	clear: both;
	display: none;
	background-color: #e01b1b;
	height: 130px;
	padding-top: 5px;
}

.panel.active-tab-body-vehicle_type_1 {
	display: block;
}

.panel.active-tab-body-vehicle_type_2 {
	clear: both;
	display: none;
	background-color: #3A77C1;
	height: 130px;
	padding-top: 5px;
}

.panel.active-tab-body-vehicle_type_2 {
	display: block;
}

.panel.active-tab-body-vehicle_type_3 {
	clear: both;
	display: none;
	background-color: #79c13a;
	height: 130px;
	padding-top: 5px;
}

.panel.active-tab-body-vehicle_type_3 {
	display: block;
}



/* mailing_list_subscribe */

#mailing_list_subscribe_tabs {
	list-style: none;
	margin:0;
	padding: 0;
}

#mailing_list_subscribe_tabs h2 {
	font-family: 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	display: inline;
	font-size: 13px;
	margin:0px;
	padding:0px;
	padding-left: 10px;
}



/* tabs recent_ads (quick preview of last ads placed on site */

#recent_ads_tabs {
	list-style: none;
	margin:0;
	padding: 0;
}

#recent_ads_tabs h2 {	/* header to emphasize content of the tab */
	font-family: 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	display: inline;
	font-size: 13px;
	margin:0px;
	padding:0px;
	padding-left: 10px;
}


/* tabs aktuelnosti_tabs (aktuelnosti from automotive industry) */

#aktuelnosti_tabs {
	list-style: none;
	margin:0;
	padding: 0;
}

#aktuelnosti_tabs h2 {	/* header to emphasize content of the tab */
	font-family: 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	display: inline;
	font-size: 13px;
	margin:0px;
	padding:0px;
	padding-left: 10px;
}

#aktuelnosti_tabs a {
	display: block;
	float: left;

	text-decoration: none;
	color: black;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 2px;

	background-color: #b7eab7;
}



input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
/*	border: 1px solid #00A8E6; */
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
	background-color: yellow;
}
input.validation-passed, textarea.validation-passed {
/*	border: 1px solid #00CC00; */
	color : #000;
}

.validation-advice {
	display:block;
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
/*	font-weight: bold; */
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 100px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
