body {
	background: #121212 url('img/bg_alfaromeo_tutto.jpg');
	margin: 0px;
	text-align: center;
	height: 100%;
}
body, td, th, a {
	color: #999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body, td, th {
	font-size: 11px;
}

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
}
a:hover {
	color: #fff;
}
.important {
	color: #fff;
}
a.important:hover {
	color: #f00;
}

form {
	margin: 0px;
	padding: 0px;
}

#pageWrapper {
	background-color: #121212;
	height: 100%;
	margin: 0px auto;
	text-align: left;
	width: 1000px;
}

#pageHeader {
	background: #252525 url('img/bg_header.gif') repeat-x left top;
	height: 61px;
}

#pageContent {
	background: #121212 url('img/bg_alfaromeo_tutto.jpg') no-repeat center bottom;
	clear: both;
	padding-bottom: 375px;
}

#pageFooter {
	height: 24px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#pageFooter .help-navigation {
	line-height: 23px;
	position: absolute;
}
#pageFooter span {
	font-size: 9px;
	line-height: 24px;
}

#mainMedia {
	/*background: #000 url('img/bg_mainmedia.gif') repeat-x left top;*/
	background: #000 none repeat-x left top;
	height: 430px;
	overflow: hidden;
	position: relative;
}

.horizontal-line,
.horizontal-line-1,
.horizontal-line-2 {
	background: transparent url('img/bg_dottedline_h.gif') repeat-x left top;
	height: 1px;
	overflow: hidden;
}
.horizontal-line-1 { height: 4px; }
.horizontal-line-2 { height: 3px; margin-top: 6px; }

/* basic layout ends*/

/* subpage's title */
#subpageTitle {
	background: transparent url('img/bg_model_title.png') no-repeat left top;
	height: 82px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 4px;
	width: 290px;
	z-index: 100;
}

/* model page */
#modelContent {
	position: relative;
}

#modelImageSelector {
	left: 764px;
	position: absolute;
	top: 240px;
	z-index: 2;
}
#modelImageSelector .background {
	background: transparent url('img/bg_model_overview_image_selector.png') no-repeat left top;
	height: 102px;
	left: 0;
	position: absolute;
	top: 0;
	width: 199px;
	z-index: 1;
}
#modelImageSelector .control {
	position: absolute;
	z-index: 2;
}
#modelImageSelector .control label {
	color: #fff;
}











#contentBox {
	color: #666;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 25px;
	position: absolute;
	top: 5px;
	width: 674px;
}
#contentBox td,
#contentBox th {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentBox .border-top {
	background: transparent url('img/bg_contentbox_top.png');
	height: 8px;
	overflow: hidden;
}
#contentBox .border-bottom {
	background: transparent url('img/bg_contentbox_bottom.png');
	height: 8px;
	overflow: hidden;
}
#contentBox .content {
	background-color: #e5e5e5;
}
#contentBox #contentBoxHeader {
	background: #d1d1d1 url('img/bg_contentbox_title.gif') no-repeat left top;
	height: 45px;
	padding-left: 45px;
	position: relative;
}
#contentBox #contentBoxImage {
	float: left;
	height: 269px;
	overflow: hidden;
	width: 350px;
}
.contentBox-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 269px;
	overflow: auto;
	padding: 12px 20px 0 0;
}

#contentBox .content {
	display: none;
}
#contentBox.show-0 .content-0,
#contentBox.show-1 .content-1,
#contentBox.show-2 .content-2,
#contentBox.show-3 .content-3,
#contentBox.show-4 .content-4,
#contentBox.show-5 .content-5,
#contentBox.show-6 .content-6,
#contentBox.show-7 .content-7,
#contentBox.show-8 .content-8,
#contentBox.show-9 .content-9 {
	display: block;
}

/* Content pages */
#contentBox ul.contentBox-pages {
	bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 10px;
}
#contentBox ul.contentBox-pages li {
	background-color: #5b5b5b;
	float: left;
	margin-left: 3px;
}
#contentBox ul.contentBox-pages li a {
	border-top: 1px solid #b3b3b3;
	color: #fff;
	display: block;
	font-size: 9px;
	text-align: center;
	width: 20px;
}

#contentBox a.thumbnail {
	background: transparent url('img/bg_gallery_image.gif') no-repeat top left;
	cursor: pointer;
	display: inline;
	float: left;
	height: 246px;
	margin: 12px 0 11px 12px;
	text-align: center;
	width: 322px;
}
#contentBox a.thumbnail-even {
	float: right;
	margin: 12px 12px 11px 0;
}
#contentBox a.thumbnail img.thumbnail {
	margin: 3px auto 5px;
}
#contentBox a.thumbnail img.title {
	float: left;
	margin-left: 10px;
}
#contentBox a.thumbnail span {
	color: #404040;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 32px;
	padding-right: 10px;
}

#contentBox .content-page {
	display: none;
}
#contentBox.show-page-0 .page-0 ,
#contentBox.show-page-1 .page-1 ,
#contentBox.show-page-2 .page-2 ,
#contentBox.show-page-3 .page-3 ,
#contentBox.show-page-4 .page-4 ,
#contentBox.show-page-5 .page-5 ,
#contentBox.show-page-6 .page-6 ,
#contentBox.show-page-7 .page-7 ,
#contentBox.show-page-8 .page-8 ,
#contentBox.show-page-9 .page-9  {
	display: block;
}

/* Contact data  */
.contactData {
	border-style: none;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
}
.contactData td,
.contactData th {
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 3px 10px 4px 2px;
	text-align: left;
	vertical-align: top;
}
.contactData thead th {
	font-size: 14px;
	padding-top: 12px;
}
.contactData tbody td,
.contactData tbody th {
	border-bottom: 1px dotted #333;
}
.contactData tbody tr.title th {
	background-color: #333;
	border-style: none;
	border-right: 1px solid #000;
	color: #fff;
	padding-bottom: 2px;
	padding-top: 2px;
}
.contactData a {
}


span.required {
	color: #900;
}
.box-error {
	background-color: #900;
	border: 1px solid #ccc;
	border-bottom-color:#fff;
	border-right-color:#fff;
	color: #fff;
	padding: 5px;
	text-align: center;
}




/* HINNASTOT-sivu */
table.models {
	border: 1px solid #2B3127;
	border-bottom-style: none;
	border-right-style: none;
	width: 100%;
}
table.models td,
table.models th {
	background-color: #fff;
	border: 1px solid #2B3127;
	border-left-style: none;
	border-top-style: none;
	color: #000;
	font-size: 11px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
table.models th {
	background-color: transparent;
	color: #fff;
	padding: 2px;
}
table.models a {
	color: #000;
	font-weight: normal;
}
table.models a:hover {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}
table.models a.models-button {
	background-color: #949792;
	border: 1px solid #949792;
	color: #fff;
	display: block;
	font-weight: bold;
	margin-top: 2px;
	padding: 0 4px;
	text-decoration: none;
}
table.models a.models-button:hover {
	background-color: transparent;
	color: #949792;
}
