*{
	padding: 0px;
}

/* General Style Info */
body {
	background-color: #ffffff;
	color: #fff;
	font-family:  arial;
	font-size: 14px;
}
a, a:visited {
	background-color: inherit;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:visited:hover {
	background-color: inherit;
	color: #b22222;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight:normal;
	text-align: center;
}
h1 {
	color: #b22222;
	font-size: 140%;
	margin: 0.1em 0;
}
h2 {
	color: #b22222;
	font-size: 120%;
	margin: 0.3em 0;
	padding-top: 1em;
}
h3 {
	color: #b22222;
	font-size: 110%;
/*	padding-top: 0.5em;*/
	text-align: left;
}
h4 {
	color: #b22222;
	font-size: 100%;
	font-weight: normal;
	/*padding-top: 0.5em;*/
}
p {
	text-indent: 20px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 16px;
	font-size: 14px;
}

ul {
	font-size: 14px;
}

/* Layout */
#container{
	text-align: left;
	border-left: 1px solid #b9b9b9;
	width: 805px;
	margin-bottom: 0px;
}
#header {
	height: 139px;
}
#header td {
	text-align: left;
	margin-top:  0em;
	margin: 0px;
	padding: 0px;
}
#content_td {
 	background-image: url('../img/center-shadow.png');
	background-position: top right;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
#content {
	width: 100%;
	color:  #333;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#footer{
	text-align: left;
	width: 805px;
	border-top: none;
	font-size: 10px;
	color: #000000;
	line-height: 10px;
	margin-bottom: 0px;
}
#footer #td1 {
	border-top: 1px solid #b9b9b9;
	text-align: right;
	color: #666666;
}
#footer #end{
 	background-image: url('../img/center-shadow.png');
	background-position: top right;
	background-repeat: repeat-y;
	width: 25px;
}
#footer #bottom{
 	background-image: url('../img/footer-bottom2.png');
 	background-position: top right;
}
#footer a{
	/*color: #666666;*/
}
#chead_photo {
	width: 637px;
	border-bottom: 1px solid #b2b2b2;
}
#navigation {
	width: 159px;
	height: 654px;
	color: #ffffff;
	font-size: 12px;
	border-right: 1px solid #b9b9b9;
	padding: 0px;
	margin: 0px;
	background-image: url('../img/left-panel.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}


/* Tables */
table {
	clear: both;
	margin-bottom: 10px;
}
table.list {
	font-size: 12px;
}
table.checkgroup {
	margin: 0px;
	padding: 0px;
	border: none;
}
table.checkgroup td {
	padding: 0px;
}
th {
	background-color: #b22222;
	color: #f2f2f2;
	text-align: center;
}
th a {
	color: #f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #ffffff;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table.formtable {
	clear: both;
	width: 50%;
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}
table.formtable th {
	text-align: left;
	padding-left: 20px;
}
table.information {
	font-size: 12px;
	width: 90%;
	border: none;
	background-color: #666666;
}
table.information td {
	text-align: center;
}
table.information th {
	text-align: center;
}
table.carsample {
	clear: none;
	float: right;
	width: 460px;
	margin-right:20px;
}

/* Forms */
form {
	font-size: 12px;
}
fieldset {
	border: 1px solid #ccc;
	padding: 16px 20px;
	text-align: center;
}
fieldset legend {
	color: #2C6877;
	font-weight: bold;
}
form div {
	clear: both;
	vertical-align: text-top;
}
form div.optional, form div.input {
	color: #444;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	padding-right: 2px;
}
input, textarea {
	display: inline;
}
input[type=text] {
	width: 150px;
}
select {
	clear: both;
	width: 154px;
	text-align: center;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	width: auto;
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	margin-bottom: 10px;
	vertical-align: bottom;
}

/* General styling for both valid and invalid input */
.invalidInput,.validInput{
}
/* Style for invalid input */
.invalidInput{
	border-right: 4px solid #b22222;
}

/* Style for valid input */
.validInput{
	background-color: inherit;
}

/* Notices and Errors */
div.message, p.error, div.error-message {
	color: #900;
	font-size: 80%;
	margin: 4px 0px;
}
div.error-message {
	clear: both;
}
div.error em {
	font-size: 100%;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 140%;
	padding: 0.5em;
	margin: 1em 0;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake_debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 18px;
	margin: 4px 2px;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 4px 2px;
	padding: 4px;
	font-size: 120%;
	line-height: 18px;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}

/* MSC */
.smalli {
	color: #7F7F7F;
	font-size: xx-small;
}
.breadcrumb {
	clear:both;
	color: #b22222;
	padding-top: 20px;
	font-size: 16px;
	font-weight: normal;
	width: 630px;
	text-align:right;
}
.breadcrumb a, .breadcrumb a:visited {
	color: #b22222;
}
.breadcrumb a:hover, .breadcrumb a:visited:hover {
	color: #000000;
}
.gray {
	color: #666666;
}

/* CARZLIST */
ul.carzlist {
	padding-top: 20px;
	float: left;
	font-weight: bold;
	text-align: left;
	list-style-type:none;
	margin-left: 20px;
}
ul.carzlist li {
	padding-bottom: 4px;
}
ul.carzlist li.active a {
	color: #b22222;
}


ul.links {
	list-style-image: url('../img/li_link.gif');
	list-style-position: inside;
	padding-left:0px;
	margin: 0px;
}
ul.links li {
	margin: 0px;
	padding: 0px;
	line-height:16px;
}
ul.links li:hover {
	list-style-image: url('../img/li_link2.gif');
}


a.whitelink, a.whitelink:visited {
	color: #ffffff;
}
a.whitelink:hover, a.whitelink:visited:hover {
	color: #b22222;
}

span.important {
	font-size: 180%;
	color: #b22222;
	font-weight: bold;
}

div.redhead {
	float:left;
	margin-right:4px;
	background-color:#b22222;
	color: #ffffff;
	font-weight:bold;
	padding:2px 10px;
}
div.grey {
	background-color:#c0c0c0;
	margin-right: 15px;
	margin-bottom: 10px;
}

#garanty {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: red;
}

#garanty #or {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: red;

}

/* NEWS */

#full_news, #news_anounces {
    margin: 12px;
}

.news_anounce {
    margin: 0 0 20px 0;
}

#full_news .header, .news_anounce .header {
    margin: 0 10px 0 0;
}

#full_news .header, .news_anounce .header a {
    font-size: 120%;
    font-weight: bold;
}

#full_news .date, .news_anounce .date {
    font-size: 80%;
    color: #999;
}

#full_news .content, .news_anounce .anounce {
    margin: 5px 0 0 0;
}

.news_anounce .readmore {
    width: 97%;
    text-align: right;
    margin: 5px 0 0 0;
}

.news_anounce .readmore a {
    font-size: 90%;
}