
/*

Title: 		Maincol Styles
Media:		Screen
Updated: 	Jun 29, 2009



/* Maincol styles */

.overview { width: 540px; }

.desc { float: left; }

.desc p {
	font-size: .815em;
	line-height: 1.54em; /* 20px */
}

#maincol h1 {
	font-size: 1.625em; /* 26px */
	margin: 20px 0 20px;
	color: #ff5b00;
}

#maincol h2 {
	font-size: 1em; /* 16px */
	color: #555;
	line-height: 1.375em; /* 20px */
	margin-bottom:  25px;
}

#maincol p,
#maincol li {
	color: #555;
	font-size: .75em; /* 12px */
	margin-bottom: 20px;
}

#maincol ol li { margin-bottom: 10px; }

#maincol ol { margin-bottom: 20px; }

#maincol h3 {
	color:  #ff5b00;
	font-size: .75em; /* 12px */
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

#maincol h3 a {
	color: #ff5b00;
	}
	
#maincol h3 a:hover {
	color: #ff1e00;
	}
	
#maincol dd h3 {
	text-transform: none;
	}
	
#maincol h4 {
	font-size: .75em;
	font-weight: bold;
	margin-bottom: 2px;
	}

#maincol.search h2 {
	padding-top: 15px;
	border-top: 1px solid #ddd;
	margin-bottom: 0;
}

#maincol.search .result { padding-bottom: 15px; }

#maincol.search .result p { margin-bottom: 0; }

/* Seats & Accessories styles */

form.jumptoseat {
	margin-bottom: 25px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 40px;
	top: 20px;
}

form.jumptoseat select {
	margin: 0px 7px 0 0;
	padding: 2px 4px 3px 2px;
}

form.jumptoseat input { position: absolute; }

#maincol ul.seats-thumbs { margin-bottom: 30px; }

#maincol ul.seats-thumbs li {
	float: left;
	width: 92px;
	margin: 0 13px 0 0;
	font-size: .687em;
	text-align: center;
}

ul.seats-thumbs li img {
	border: 2px solid #ccc;
	border-left: 2px solid #e0e0e0;
	border-top: 2px solid #e0e0e0;
}

ul.seats-thumbs li a.two { display: block; }

/* Fabric styles */

dl.specs {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #eaeaea;
	}

dl.specs dt {
	float: left;
	padding-right: 20px;
	width: 150px;
	font-size: .625em; /* 10px */
	text-transform: uppercase;
	color: #333;
	}
	
dl.specs dd {
	font-size: .75em;
	color: #555;
	}
	
li.s3, li.discontinued {
	position: relative;
	}
	
li.s3 span, li.discontinued span {
	position: absolute;
	top: 4px;
	right: 4px;
	display: block;
	height: 26px;
	width: 26px;
	background: url(../img/ico-s3.png) 0 0 no-repeat;
	}
	
li.discontinued span {
	top: 0;
	right: 0;
	height: 60px;
	width: 81px;
	background: url(../img/ico-discontinued.png) 0 0 no-repeat;
	}
	
	
/* Seat type page styles (ie, passenger seats) */

#maincol ul.seats-overview li {
	padding: 25px 0;
	border-top: 1px solid #ddd;
	margin-bottom: 0;
}

#maincol ul.seats-overview ul {
	margin: 10px 0 15px 5px;
	}

#maincol ul.seats-overview li li {
	padding: 0;
	border: none;
	margin: 0 0 2px 125px;
	font-size: 1em;
	}
	
#maincol ul.parts li {
	margin: 0 0 10px 0;
	}

#maincol ul.seats-overview img {
	padding: 5px;
}

#maincol ul.seats-overview a img {
	border: 2px solid #eee;
	}
	
#maincol ul.seats-overview a:hover img {
	border-color: #ddd;
	}

#maincol ul.seats-overview li h3.seats-overview {
	font-size: 1.5em;
	text-transform: none;
	margin: 0 0 5px;
}

#maincol ul#fabric-listing li h3 {
	margin-bottom:15px;
	}

ul.seats-overview li p,
#maincol ul.seats-overview li h3.seats-overview { margin-left: 125px; }

#maincol ul.seats-overview p.learn-more { margin-bottom: 0; }

body.accessories #maincol ul.seats-overview li p, body.accessories #maincol ul.seats-overview li h3.seats-overview {
	margin-left: 0;
	}

/* Carousel */

#slider {
	height: 115px;
	background: url(../img/bg-slider.jpg) left bottom repeat-x;
	position: relative;
	margin: 0 -24px;
	padding: 0 24px;
}

#slider h4 {
	padding-top: 15px;
	font-size: .687em; /* 11px */
	color: #666;
	text-transform: uppercase;
	font-weight: normal;
	}

body#seats-landing #slider, body#fabrics-landing #slider {
	height: 150px;
	padding: 0 24px 0 12px;
	}

.infiniteCarousel {
	width: 746px;
	position: relative;
}

body#seats-landing .infiniteCarousel {
	width: 756px;
	}

.infiniteCarousel .wrapper {
	width: 680px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	height: 115px;
	margin: 27px 0 0 0;
	position: absolute;
	top: 0;
	padding-right: 2px;
	background: url(../img/carousel-sep.gif) 100% 10px no-repeat;
}

body#seats-landing .infiniteCarousel .wrapper {
	width: 756px;
	height: 150px;
	background: none;
	margin-top: 12px;
	padding-right: 0;
	}

.infiniteCarousel .wrapper ul {
	width: 9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
}

body#seats-landing .infiniteCarousel .wrapper ul {
	top: 5px;}

#maincol .infiniteCarousel ul li {
	display:block;
	float:left;
	padding: 10px 0 0;
	margin: 0;
	height: 100px;
	width: 160px;
	text-align: left;
	font-size: .687em; /* 11px */
	}

body#seats-landing #maincol .infiniteCarousel ul li {
	height: 120px;
	width: 110px;
	text-align: center;
	}

.infiniteCarousel ul li a {
	padding-right: 10px;
	display: block;
	}
	
body#seats-landing .infiniteCarousel ul li a {
	padding-right: 0;
	display: block;
	}

.infiniteCarousel ul li a img {
	display:block;
	border: 2px solid #eee;
	margin-bottom: 2px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

body#seats-landing .infiniteCarousel ul li a img {
	float: none;
	margin: 0 auto 2px;
	}

#maincol .infiniteCarousel ul li a { color: #54bad1; }

#maincol .infiniteCarousel ul li a:hover { color: #666; }

.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	background: url(../img/arrow.gif) no-repeat 0 0;
	text-indent: -99999px;
	position: absolute;
	top: 45px;
	cursor: pointer;
}

body#seats-landing .infiniteCarousel .arrow {
	display: none;
	}

.infiniteCarousel .forward {
	background-position: 0 0;
	right: 0;
}

.infiniteCarousel .back { display: none; }

.infiniteCarousel .forward:hover { background-position: 0 -36px; }

.infiniteCarousel .back:hover { background-position: 0 -108px; }

/* Gallerific */

div.content { /* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none; }

div.content a,
div.navigation a {
	text-decoration: none;
	color: #777;
}

div.content a:focus,
div.content a:hover,
div.content a:active { text-decoration: underline; }

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}

div.slideshow {
	width: 240px;
	height: 240px;
	overflow: hidden;
	display: block;
	border: 1px solid #ddd;
	margin-bottom: 12px;
}

#maincol p.caption {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
	}
	
#maincol p.click {
	margin-bottom: 12px;
	font-size: .687em;
	text-transform: uppercase;
	color: #ff5b00;
	}

div.slideshow img {
	border: none;
	display: block;
	margin: 0 auto;
	width: 240px;
}

div#slideshow a {
	display: block;
	height: 240px;
	}

body.seat_options div.slideshow {
	width: 425px;
	height: 425px;
	}
	
body.seat_options div.slideshow img {
	width: auto;
	}
	
body.seat_options div#slideshow a {
	height: 425px;
	}

div.navigation { /* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */ }

div#thumbs,
div#controls {
	margin-top: 12px;
	float: left;
}

body.parts_book div#caption {
	margin: 8px 0;
	}
	
body.parts_book #maincol div#caption p {
	margin-bottom: 0;
	}

div#thumbs { width: 200px; }

div#controls {
	line-height: 29px;
	float: right;
}

div#controls a.pause,
div#controls a.play {
	display: block;
	border: 1px solid #ddd;
	width: 28px;
	overflow: hidden;
	text-indent: -9999999px;
	background: url(../img/btn-pause.gif) center center no-repeat;
}

div#controls a.play { background: url(../img/btn-play.gif) center center no-repeat; }

div#controls a:hover { border: 1px solid #ff5b00; }

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

#maincol ul.thumbs li, #maincol ul#lightbox li {
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
	list-style: none;
}

#maincol ul.thumbs a.thumb, #maincol ul#lightbox li {
	padding: 2px;
	display: inline-block;
	border: 1px solid #ccc;
}

.fabrics #maincol ul#lightbox li {
	border: none;
	padding: 0;
	margin: 0 20px 10px 0;
	}

#lightbox-container-image-box {
	min-width: 300px;
	}
	
#lightbox-container-image-data-box {
	min-width: 280px;
	}

ul.thumbs li.selected a.thumb {
	background: #fff;
	border: 1px solid #ff5b00;
}

a.thumb:focus { outline: none; }

ul.thumbs img {
	border: none;
	display: block;
}

div.pagination { clear: both; }

div.pagination a,
div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}

div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}

div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Fabrics styles */


#maincol.fabrics ul.fabric-images {
	margin-bottom: 30px;
	}

#maincol.fabrics ul.fabric-images li {
	float: left;
	margin: 0 20px 10px 0;
	list-style: none;
	height: 1%;
	}
	
#maincol ul.fabric-images li img {
	padding: 8px;
	border: 1px solid #ddd;
	}

/* News styles */

#news dt {
	width: 46px;
	float: left;
	color: #777;
	font-size: .625em; /* 10px; */
	text-transform: uppercase;
	clear: both;
	position: relative;
	top: -2px;
}

#news dd {
	padding-left: 68px;
	margin-bottom: 25px;
}

#news dd h3 {
	font-size: .815em; /* 13px */
	font-weight: bold;
	margin-bottom: 3px;
}

#news dt p {
	padding-top: 2px;
	font-size: 1em;
}

/* Bulleted maincol styles */

#maincol.fabrics .overview li, body.accessories #maincol .overview ul li, body.documentation #maincol ul li {
	list-style: disc;
	margin-left: 15px;
}

#maincol p.b-top {
	padding-top: 20px;
	border-top: 1px solid #ddd;
	}

/* Form styles */

ul.three-col li {
	width: 32%;
	float: left;
	margin-right: 1%;
	}
	
ul.three-col li input, ul.two-col li input {
	}
	
ul.two-col li {
	width: 45%;
	float: left;
	margin-right: 1%;
	}
	
#maincol ul li.auto input {
	width: auto;
	}
	
#maincol ul.formfields li {
	width: 400px;
	margin-bottom: 12px;
	}
	
#maincol ul.formfields li.b {
	border-top: 1px solid #ddd;
	padding-top: 12px;
	}
	
ul.formfields label {
	float: left;
	text-align: right;
	width: 150px;
	}
	
ul.formfields input, ul.formfields select {
	float: left;
	margin-left: 10px;
	width: 225px;
	}
	
ul.formfields select {
	width: auto;
	}
	
#maincol p.no-m {
	margin-bottom: 10px;
	}
	
.quantities ul.three-col input {
	width: 20px;
	margin-right: 10px;
	}
	
body.request_brochures_and_swatches #maincol h3 {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-bottom: 15px;
	}
	
/* Documentation styles */

body.documentation #maincol img {
	padding: 5px;
	border: 1px solid #ddd;
	}