/*-----------------------------------------------------------------------------
[unity models] Screen Stylesheet

version:   1.0
date:      2009-10-08
author:    Manuel Boy
email:     manuel@polargold.de

website:   ?
-----------------------------------------------------------------------------*/

/* Clearfix
-----------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* General
-----------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

a img {
	border: none;
}

* {
	outline: none;	
}

/* Document
-----------------------------------------------------------------------------*/

html {
	background: #FFF;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #666;
	line-height: 1.4;
	font-size: 12px;
}

/* Typo
-----------------------------------------------------------------------------*/

h1, h2, h3 {
}

h1 {
	font-size: 24px;
	color: #3f4c85;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: lowercase;
}
	
	h1 em {
		font-style: normal;
		font-weight: bold;
		color: #bf0a1f;
	}

h2 {
	text-transform: lowercase;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: .8em;
}

h4 {
	font-size: 12px;
	margin-bottom: .6em;
	padding-top: .5em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	margin-bottom: 1em;
}

a {
	color: #3f4c85;
}

a:hover {
	color: #bf0a1f;
}

ul, ol {
	margin-left: 20px;
	margin-bottom: 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

ul li, ol li {
	margin-bottom: 5px;
}

/* Layout
-----------------------------------------------------------------------------*/

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#content {
	padding-bottom: 30px;
}

#main {
}
	
	#main h1 {
		margin-bottom: 10px;
		padding-bottom: 2px;
	}
	
	#main h1.solo {
		margin-bottom: 30px;
		border-bottom: 1px solid #C5C5C5;
	}

	.main-content {
		float: left;
		width: 420px;
	}
	
	.main-sub {
		float: right;
		width: 520px;
	}

/* Header
-----------------------------------------------------------------------------*/
#header {
	background: #FFF;
	padding: 10px 0 25px 0;
}

	#header h1 {
		width: 200px;
		height: 75px;
		float: left;
	}
	
	#header-cart-minibook {
		float: right;
		text-transform: lowercase;
	}
	
	#header-cart-minibook a {
		text-decoration: none;
		padding-right: 20px;
		background: url(../images/arrow_right.png) right center no-repeat;
	}
	
/* Navigation
-----------------------------------------------------------------------------*/
#navigation {
	width: 700px;
	float: right;
}
	
	#navigation ul {
		margin: 20px 0 0 0;
		padding: 0;
		height: 40px;
		float: right;
		letter-spacing: -1px;
	}
	
	#navigation ul li {
		display: inline;
		margin: 0;
		list-style: none;
		line-height: 1;
		font-size: 16px;
	}
	
	#navigation ul li a {
		display: block;
		float: left;
		text-decoration: none;
		margin-left: 30px;
		color: #666;
		text-transform: lowercase;
	}
		
		#navigation ul li.active a,
		#navigation ul li a:hover {
			color: #3f4c85;
			border-bottom: 2px solid #3f4c85;
		}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #C5C5C5;
}

	#footer-inner {
		padding: 10px 0;
	}


	#footer p {
		text-transform: lowercase;
		color: #666;
		float: left;
	}
	
	#footer p.address {
		width: 320px;
	}
	#footer p.phone {
		width: 320px;
		text-align: center;
	}
	#footer p.links {
		width: 320px;
		text-align: right;
	}
		
		#footer p a {
			color: #666;
		}
			
			#footer p a:hover {
			}

/* Forms
-----------------------------------------------------------------------------*/
form {
}

form fieldset {
	border: 0;
}

	form label { 
		cursor: pointer;
		float: left;
		padding: 2px 7px 0 0;
		width: 100px;
	}
	
	form label.checkbox {
		float: none;
		padding: 3px 20px 0 3px;
		text-align: left;
		width: auto;
	}

	form legend {
		display: none;
	}
	
	form ul {
		margin: 0 0 5px 0;
		list-style: none;
	}
	
		form ul li {
			padding: 0 0 6px 0;
			list-style: none;
		}
		
		form input, 
		form textarea {
			width: 240px;
			line-height: 1;
			font-size: 13px;
			padding: 2px;
		}
		
		form textarea {
			width: 290px;
		}
		
		form input {
		}
		
		form input#zip {
			width: 44px;
		}
		
		form select {
			width: 100px;
			font-size: 13px;
			line-height: 1;
		}
		
		form input#city {
			margin: 0 0 0 2px;
			width: 184px;
		}
		
		form button.stylish {
			border: 0;
			background: 0;
			padding: 0;
			margin: 0;
			float: right;
			cursor: pointer;
			margin: 20px 0;
			font-size: 19px;
			color: #3f4c85;
			letter-spacing: -1px;
			font-family: Helvetica, Arial, Verdana, sans-serif;
		}
			
			form button.stylish em {
				font-weight: bold;
				font-style: normal;
				color: #bf0a1f;
			}
		
/* Forms: Feedback
-----------------------------------------------------------------------------*/
.success {
	margin-bottom: 20px;
	color: #3f4c85;
	padding: 10px 0;
}

.validation-error-container {
	background: #FCE0E0;
	margin-bottom: 20px;
	padding: 1em;
}

	.validation-error-container ol {
		margin-bottom: 0;
	}

		.validation-error-container ol li {
			color: #900;
			margin: 0;
		}
		
/* Google Map
-----------------------------------------------------------------------------*/

#city-map {
	height: 400px;
}
		
/* Home
-----------------------------------------------------------------------------*/
#home-wrapper {
}
	
	#home-wrapper h1 {
		width: 440px;
		margin: 80px auto 50px auto;
	}

	#home-select {
		width: 440px;
		margin: 0 auto;
		margin-bottom: 130px;
	}
		
		#home-select li {
			display: inline;
			font-size: 40px;
			font-weight: bold;
			text-transform: lowercase;
		}
			
			#home-select li a {
				float: left;
				width: 220px;
				text-align: center;
				display: block;
				text-decoration: none;
			}
				
				#home-select li.female a {
					color: #bf0a1f;
				}
				
				#home-select li.male a {
					color: #3f4c85;
				}
					
					#home-select li.female a:hover {
						color: #3f4c85;
					}
					
					#home-select li.male a:hover {
						color: #bf0a1f;
					}
				
				#home-info {
					font-size: 18px;
					text-align: center;
					text-transform: lowercase;
					color: #bf0a1f;
				}

/* Models: List Container
-----------------------------------------------------------------------------*/
#model-list-container {
	background: #f0f1f6;
	border-top: 1px solid #CCC; 
	padding: 0 20px;	
}

#model-result-wrapper {
	padding-top: 10px;
}

#model-item {
}

/* Models: List Controls
-----------------------------------------------------------------------------*/
#model-list-controls {
	padding: 10px 0 10px 0;
}
	
	#model-letter-browser {
		float: left;
		width: 350px;
	}
	
		#model-letter-browser ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
			#model-letter-browser ul li {
				list-style: none;
				line-height: 1;
				display: inline;
				padding: 0;
				margin: 0;
			}
	
			#model-letter-browser ul li a {
				display: block;
				float: left;
				padding: 2px 3px;
				text-decoration: none;
				color: #666;
			}
			
			#model-letter-browser ul li a:hover,
			#model-letter-browser ul li a.active {
				color: #3f4c85;
				text-decoration: underline;
			}
	
			#model-letter-browser ul li.disabled a {
				text-decoration: none;
				color: #CCC;
			}
		
	#model-extra-controls {
		float: left;
		width: 380px;
	}
	
		#model-extra-controls ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
			#model-extra-controls ul li {
				list-style: none;
				line-height: 1;
				display: inline;
				padding: 0;
				margin: 0;
			}
		
				#model-extra-controls ul li a {
					display: block;
					float: left;
					padding: 2px 3px;
					margin-right: 30px;
					text-decoration: none;
					color: #666;
				}
		
				#model-extra-controls ul li.disabled a {
					color: #CCC;
				}
		
				#model-extra-controls ul li.hide-detail-view a {
					background: url(../images/arrow_top.png) right center no-repeat;
					padding-right: 15px;
				}
				#model-extra-controls ul li.show-detail-view a {
					background: url(../images/arrow_bottom.png) right center no-repeat;
					padding-right: 15px;
				}
		
				#model-extra-controls ul li.show-head-sheet a {
					background: url(../images/arrow_bottom.png) right center no-repeat;
					padding-right: 15px;
				}
				#model-extra-controls ul li.hide-head-sheet a {
					background: url(../images/arrow_top.png) right center no-repeat;
					padding-right: 15px;
				}
	
			#model-extra-controls ul li a:hover,
			#model-extra-controls ul li.active a {
				color: #3f4c85;
				text-decoration: underline;
			}
	
	#model-contact-info {
		width: 180px;
		text-align: right;
		float: right;
	}
		
		#model-contact-info p {
			margin: 0;
		}
			
		#model-navigation {
			padding: 7px 0;
		}
				
			#model-navigation a {
				color: #666;
				text-decoration: none;
			}
				
			#model-navigation-prev {
				float: left;
				width: 200px;
			}
					
				#model-navigation-prev a {
					padding-left: 20px;
					background: url(../images/arrow_left.png) left center no-repeat;
				}
				
			#model-navigation-next {
				float: right;
				width: 200px;
				text-align: right;
			}
					
				#model-navigation-next a {
					padding-right: 20px;
					background: url(../images/arrow_right.png) right center no-repeat;
				}


/* Models: Thumb Item
-----------------------------------------------------------------------------*/
.model-item {
	width: 136px;
	margin-right: 20px;
	float: left;
	height: 220px;
	margin-bottom: 10px;
}

	.model-item h4 {
		font-size: 12px;
		color: #666;
		margin-bottom: 0;
	}
	
		.model-item h4 a {
			font-size: 12px;
			color: #666;
			text-decoration: none;
		}

	.model-item-image-container {
		height: 182px;
		width: 136px;
		overflow: hidden;
	}

	.model-item-image-container a {
		display: block;
		border: 1px solid #CCC;
	}

	.clicked .model-item-image-container a {
		border: 1px solid red;
	}

	.model-item-image-container img {
		display: block;
		border: 2px solid #FFF;
	}

	
/* Models: Detail View
-----------------------------------------------------------------------------*/

#model-data {
	float: left;
	width: 310px;
}

	h1.model-head {
		font-size: 27px;
		text-transform: uppercase;
		margin-top: 50px;
		letter-spacing: -1px;
		line-height: 1.1;
		height: 90px;
	}

#model-media {
	width: 640px;
	float: right;
	overflow: auto;
}

	.gallery-container {
	}
	
	.gallery-container .model-detail-image-wrapper {
		border: 1px solid #CCC;
		margin-right: 5px;
		margin-bottom: 5px;
	}

	.gallery-container img {
		border: 2px solid #FFF;
		display: block;
	}
	
#model-options {
	height: 205px;
}
	
	#model-options ul {
		margin: 0;
		padding: 0;
		margin-right: 20px;
	}
	
	#model-options ul li {
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 24px;
		letter-spacing: -1px;
		line-height: 1.1;
		text-align: right;
	}
		
	#model-options ul li a {
		text-decoration: none;
	}
		
	#model-options ul li a.disabled {
		color: #CCC;
	}
		
	#model-options ul li a em {
		font-style: normal;
		font-weight: bold;
	}
	
#model-measure-wrapper {
}
		
	#model-measure-wrapper {
	}
	
	#model-measures-container {
		height: 100px;
	}
	
	.model-measure-switch {
		width: 70px;
		float: left;
		height: 96px;
		margin-right: 5px;
		background: #f0f1f6;
	}
	
	.model-measure-switch h4 {
		text-align: center;
		letter-spacing: -1px;
		color: #4a578d;
		text-transform: lowercase;
		font-size: 20px;
	}
	
	.model-measure-switch p {
		text-align: center;
		color: #666;
	}
		
		.model-measure-switch p a {
			padding-right: 20px;
			background: url(../images/arrow_right.png) right center no-repeat;
			text-decoration: none;
			color: #666;
		}
	
	table.model-measures {
		float: left;
		width: 230px;
		border: none;
		border-top: 1px solid #CCC;
	}
		
		table.model-measures td,
		table.model-measures th {
			padding: 3px 0;
			border-bottom: 1px solid #CCC;
		}
		
		table.model-measures th {
			color: #B2B2B2;
			text-align: left;
		}
		
		table.model-measures td {
			color: #666;
			text-transform: lowercase;
			padding-right: 20px;
			text-align: right;
		}
	
	
	