﻿@import url(../css/form.css);

/* Carousel */

.catalogue .con-image {
	padding-bottom: 13px;
	background: #2f86c9 url(../library/carousel-bg.jpg) no-repeat 0 100%;
	}

.product-detail .con-image {
	padding-bottom: 13px;
	background: #2f86c9 url(../library/carousel-bg.jpg) no-repeat 0 100%;
	}

.con-image:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	}

a.jScrollArrowLeft,
a.jScrollArrowRight {
	background: #2f86c9;
	height: 17px;
	}


.jScrollPaneTrack {
	background: url(../library/scroll-pane-track.png);
	}

.jScrollPaneDrag {
	background: transparent;
	}

.jScrollPaneDragLeft, 
.jScrollPaneDragRight {
	background-image: url(../library/scroll-panel-drag.png);
	}
	
.jScrollPaneDragLeft {
	background-position: left;
	width: 51%;
	margin-right: -1%;
	}
.jScrollPaneDragRight {
	background-position: right;
	width: 50%;
	}


#carousel {
	width: 970px;
	height: 230px;
		height: 222px;
	padding: 0;
	overflow: auto;
	}
.js #carousel {
	overflow: hidden;
	float: left;
	margin: 0;
	}

#carousel-inner {
	width: 10000px; /* set with js */
	float: none;
	}
#carousel-inner:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;
	}

.js #carousel-inner li li {
	visibility: hidden;
	padding-left: 10px;
	}

#carousel ul,
#carousel li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#carousel ul ul,
#carousel li {
	float: left;
	}


#carousel li span {
	display: none;
	}
/*
#carousel li span {
	display: block;
	text-align: center;
	line-height: 2em;
	font-size: 12px;
	}
*/
#carousel li img {
	display: block;
	border: none;
	}
#carousel li a {
	display: block;
	color: #dde;
	text-decoration: none;
	padding-top: 10px;
	}
#carousel li a:link {
	color: #dde;
	}
#carousel li a:visited {
	color: #dde;
	}
#carousel li a:focus {
	color: #fff;
	outline: none;
	}
#carousel li a:hover {
	color: #fff;
	}
#carousel li a:active {
	color: #fff;
	outline: none;
	}


.tabs {
	margin: 0;
	padding: 0;
	height: 1.6em;
	list-style-type: none;
	background: #125883;
	}
.tabs li {
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	}

.tabs a {
	display: block;
	background: #125883;
	color: #7AAFDC;
	text-transform: uppercase;
	padding: .2em 1.5em;
	text-decoration: none;
	}

.tabs .active a {
	background: #3086c9;
	color: #fff;
	}



/* Product Reviews */
div.mod-productreviews {
	width: 440px;
	background: url(../library/bg-productpanel.png) repeat-x 0 19px;
	padding-top: 19px;
	position: relative;
	z-index: 1;
	}
body.product-detail div.mod-productreviews {
	width: 460px;
	background: url(../library/bg-productdetailpanel.png) repeat-x 0 19px;
	}
body.content div.mod-productreviews {
	width: 670px;
	background: url(../library/bg-reviewpanel.png) repeat-x 0 19px;
	}				
div.industry,
div.owner,
div.specification,
div.testimonial {
	padding: 5px 10px 0 10px;
	}
div.entry {
	background: url(../library/divider-news.png) no-repeat bottom left;
	clear: both;
	}	
span.date,
span.review {
	float: left;
	display: block;
	width: 110px;
	padding: 4px 0 5px 0;
	}	
span.review {
	width: 310px;
	}	
body.content span.review {
	width: 500px;
	}			
span.review a {
	display: block
	}

div.testimonial div.entry {
	}
	
span.testimonial {
	display: block;
	padding: 0px 0px 5px 0px;
	}		
	
h4 em {font-weight: normal; font-style: normal;}	


/* Review filter */	
span.review-filter {
	display: block;
	background: url(../library/divider-news.png) repeat-y 0 0;
	margin: 10px 0px 5px 10px;
	padding: 0px 0px 0px 5px;
	}	
span.review-filter span {
	float: left;
	display: block;
	padding: 5px 5px 4px 0px;
	}
span.review-filter span.from {
	width: 100px;
	text-align: right;
	padding-top: 8px;
	}	
span.review-filter span.for {
	padding-top: 8px;
	}		

span.review-filter span.btn {
	padding-top: 4px;
	}			
	
p.addreview {height: 18px; width: 82px; padding: 0; margin:0; position: absolute; z-index: 1; top: 0; right: 0;}
p.viewarchive {height: 18px; padding: 0; margin: 8px 0 0 120px;}
p.addreview a, p.viewarchive a {display: block; height: 18px; width: 82px;}
p.addreview span, p.viewarchive span {display: none;}
p.addreview a {background: url(../library/link-addreview.png) no-repeat 0 0 transparent;}
p.addreview a:link {text-decoration: none; background-position: 0 0;}
p.addreview a:visited {text-decoration: none !important; background-position: 0 0;}
p.addreview a:hover {text-decoration: none; background-position: 0 -18px;}
p.addreview a:active {text-decoration: none; background-position: 0 0;}	
p.viewarchive a {background: url(../library/link-viewarchive.png) no-repeat 0 0 transparent; }
p.viewarchive a:link {text-decoration: none; background-position: 0 0; }
p.viewarchive a:visited {text-decoration: none !important; background-position: 0 0; }
p.viewarchive a:hover {text-decoration: none; background-position: 0 -18px; }
P.viewarchive a:active {text-decoration: none; background-position: 0 0; }




	

/* Product Filter Nav - Also see CSS folder*/
div.mod-productnav {
/*	background: url(css/img/bg-nav.png) no-repeat 0 0 #3086c9;*/
	width: 970px;
	height: 19px;
	padding: 10px 0;
	}
	

	
/* Complimentary Models */
div.mod-complimentarymodels {
	padding: 10px 10px 0px 10px;
	}
div.mod-complimentarymodels ul {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: -5px 0 10px 0;
	}
div.mod-complimentarymodels ul a {
	display: block; 
	width: 100%;
	}		

/* Feature Review - Product detail page */		
div.feature-review {
	border-top: 2px solid #3086c9;
	margin-top: 15px;
	padding: 10px 0 5px 0;
	}
div.feature-review p, 
div.feature-review li {
	font-style: italic;
	color: #3086c9;
	}
div.feature-review p.source {
	font-style: normal;
	font-size: 10px;
	}
div.product-awards img {
	margin-left: 10px;
	}		

/* Product list table containing checkboxes on Add review page*/	
.product-list td {
    padding-right: 15px;
    padding-bottom: 5px;
    white-space: nowrap;
	}
.product-list {
    margin-bottom: 5px;
	}


/* Tech drawing listing */

ul.techdrawings {
	padding-left: 0;
	}

ul.techdrawings li {
	background: none;
	padding-left: 0;
	}
ul.techdrawings ul {
	padding-left: 0;
	}
ul.techdrawings ul li {
	background: none;
	}

ul.techdrawings ul.linklist {
	background: transparent url(../library/divider-news.png) no-repeat;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	zoom: 1;
	}

ul.techdrawings ul.linklist li {
	display: inline-block;
	}

ul.techdrawings p {
	margin-bottom: 0;
	}

ul.linklist li a.dxf {
	background: url(../library/icn-dxf.gif) no-repeat 0 0.5em;
	}


#category-descriptions .hide {
	position: absolute;
	left: -9999px;
	}


/* Product info panel */

.product-info-panel {
	overflow: hidden;
	margin-bottom: 2em;
	}

.product-info-panel h3 {
	position: absolute;
	left: -9999px;
	}

.product-info-panel .product-rrp-part h3 {
	position: absolute;
	top: 13px;
	left: 13px;
	overflow: hidden;
	background: url(../library/product-info-rrp.png) no-repeat;
	height: 7px;
	text-indent: 9999px;
	width: 20px;
	padding: 0;
	margin: 0;
	}

.product-info-panel .product-rrp-part h3.rrpfrom {
	width: 54px;
	}


.product-rrp-part {
	float: left;
	width: 107px;
	height: 77px;
	background: #2f86c9 url(../library/product-info-bg.png) no-repeat;
	position: relative;
	}

.product-rrp-part .rrp {
	font-size: 22px;
	margin: 24px 0 0 11px;
	color: #fff;
	white-space: nowrap;
	}

.rrp-unit {
	color: #def;
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1;
	padding-left: 14px;
	text-transform: uppercase;
	word-spacing: -.15em;
	}

.dealer-locator-part {
	float: left;
	width: 196px;
	height: 77px;
	position: relative;
	}
.dealer-locator-part a {
	display: block;
	width: 196px;
	height: 77px;
	}
.dealer-locator-part span {
	display: block;
	width: 196px;
	height: 77px;
	position: absolute;
	top: 0;
	left: 0;
	background: #d9ecff url(../library/product-info-bg.png) no-repeat -107px 0;
	cursor: pointer;
	}

.collection-brochure-part {
	overflow: hidden;
	min-height: 50px;
	background: url(../library/product-info-bg.png) no-repeat -303px 0;
	margin: 0;
	padding: 26px 0 0 17px;
	}

.collection-brochure-part .linklist {
	margin: 0;
	padding: 0;
	}

.collection-brochure-part .linklist li {
	background: none;
	}
	
.collection-brochure-part .linklist a {
	padding: .2em 0 .2em 20px;
	}

