/* 

STYLE SHEET FOR AMS NEVE
Created by Martin Wharton and Richard Clark
www.kmp.co.uk

/* ================ TABLE OF CONTENTS ======================

1. RESET
2. DEFAULT STYLES
3. STANDARD CLASSES, FLOATS ETC.
4. OUTER STRUCTURE
5. NAVIGATION
6. INNER STRUCTURE
7. MISC STYLES
8. GOOGLE MAP PAGE

/* =============== NOTES =======================


/* ====================
COLOUR REFERENCE SHEET
-----------------------

Page Background: #ffffff;
Primary Font: #555;
Secondary Font: #000000;
Primary Link: #666666;
Primary Link Hover: #cc0000;
Secondary Link: #000000;
Secondary Link Hover: #cc0000;

Borders, Headlines, etc, 

------------------------
===================== */


/* ================ 
1. RESET
===========================*/

* { /*reset all elements to have no margin and padding */
	margin:0;
	padding:0;
}

body {
	background-color:#ffffff;
	text-align:center;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5;	
	color:#555;
}

ul {
	list-style-type:none;
	list-style:none;	
	background:none;
}

img {
	border:0;
}

/* ================ 
2. STANDARD STYLING
===========================*/

/* ===== FONTS =====*/

h1, h2, h3, h4, p, ul, ol {
}

h1 {
}

h2 {
}

h3 {
}
		
h4 {
}

p {
	font-size:1em;
}

blockquote {
}

.body-content ul{margin-left:24px; list-style-type:disc; margin-top:10px;}
.body-content ol{margin-left:30px; margin-top:10px;}
.body-content ul ol, .body-content ul ul, .body-content ol ol, .body-content ol ul{margin-top:0px;}
.body-content ol{list-style-type:decimal;}			
.body-content ul ul, .body-content ul ol, .body-content ol ul {margin-left:20px;}	
.body-content ol ol{list-style-type:lower-alpha; margin-left:22px;}		

dl {
}
em{
color:#000; font-style:normal;
}
hr {
    display: block;
    height: 1px;
    border-top: 1px solid #cccccc;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    margin: 1em 0;
    padding: 0;
}

/* ===== LINKS =====*/

a {
	text-decoration:none;
	color:#555;
}

.body-content a {
	text-decoration:underline;
}

a:link {
}

a:active {
}

a:hover {
	color:#c30;
}

a:visited {	
}
a.intext-link{
	color:#000; text-decoration:underline;
}
a.intext-link:hover{
	color:#c00; text-decoration:underline;
}
.txt-link{	
	background:url(images/v2/icons/txt-link.gif) 0 4px no-repeat; 
	padding-left: 10px; text-decoration:none; line-height:1.2em;
}
.back-link{	
	background:url(images/v2/icons/back-link.gif) 0 5px no-repeat; 
	padding-left: 10px; text-decoration:none; line-height:1.2em;
}
a.rss-link{
	float:right;
	padding-top:3px;
}
li a{
	text-decoration:none;	
}


/* ===== TABLES =====*/
#content-main table td, #content-main table th{
	padding:5px;
}
#content-main table.in-text {
	margin:10px 10px 10px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;	

}

#content-main table.in-text th {
	padding:5px;
	border-bottom:1px solid #ccc;
	background:#eeeeee;	
}

#content-main table.in-text td {
	padding:5px;
}
		
caption {
}
		
tr {
}

th, td {
}
		
th {
color:#000;
}
		
td {
}


/* ===== FORMS =====*/

form {
}

input, select, textarea {
	vertical-align:middle;
}
.hidden-form-element{
	display:none;
}
.form-element-block{
	float:left; margin:10px 20px 0 0;
}
.form-element-block label{
	display:block; color:#000; font-weight:bold;
}
.form-element-block .txt-field{
	width:170px;
}
#login-btn{
	margin-top:12px;
}

button {
	background:#fff url(images/v2/buttons/btn-left.gif) left no-repeat;
	border:none;
	font-size:10px;
	padding:0 0 0 10px;
	margin:5px 0 5px 0;
	text-align:center;
	cursor:pointer;
	color:#666;
}

button span{	
	position:relative; 
	display:block; 
	white-space:nowrap; 	
	line-height:18px;
	background:#fff url(images/v2/buttons/btn-right.gif) right no-repeat;
	border:none;
	padding:0px 10px 0px 0px;
	margin:0;
	height:18px;
}
.reqField{
	color:#c00; padding-left:4px;
}				
#accDetailsForm label{
	display:block; font-weight:bold; color:#000;
}
#accDetailsForm textarea{
	height:60px;
}
#accDetailsForm input, #accDetailsForm select, #accDetailsForm textarea{
	width:200px;	
	margin-bottom:4px;
}					
/* ================ 
3. STANDARD CLASSES FLOATS ETC
===========================*/

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.clearBoth {
	clear:both;
}

.clearRight {
	clear:right;
}

.clearLeft {
	clear:left;
}

.alignLeft {
	text-align:left;
}

.alignRight {
	text-align:right;
}

.alignCenter {
	text-align:center;
}


/* ================ 
4. OUTER STRUCTURE
===========================*/

#page-wrapper {
	font-size:1em;
}
#header{
	width:830px;
	margin:0 auto;
}
/*-----------------------
x. H1 Logo Replacement
-------------------------*/

.logo { 
	letter-spacing : -1000em;
} 

/* Just for Opera, but hide from MacIE */ 
/*\*/html>body .logo { 
	letter-spacing : normal; 
	text-indent : -999em; 
	overflow : hidden;
} 
/* End of hack */ 

h1.logo, h2.logo {
	background: url(../Sites/8/img/logos/ams-neve-main.gif) top left no-repeat;
	float:left;
	border:none;
	margin:20px 0;
}

h1.logo a, h2.logo a {
	display:block;
	width:830px;
	height:55px;
}
#content-top{
	height:290px;
	background:url(images/v2/content/bg-top.jpg) top repeat-x;	
}
#content-wrapper{
	background:url(images/v2/content/bg-main.jpg) top repeat-x;
	padding-top:21px;
}
#content-main{
	width:830px;
	margin:0 auto;
	font-size: 1.1em;	
}

#footer{	
	clear:both;
	width:750px;
	margin:0 auto;
	color: #999;
	text-align:left;
	padding-top:50px;
	padding-left:80px;
	background-image:url(../Sites/8/img/logos/ams-neve-footer.gif);
	background-repeat: no-repeat;
	height:40px;
	background-position:0 52px;
		
}	             

#foot-links ul li{
	float:left;
}

#foot-links {
	margin:0; 
	padding:0 0 30px 0; 
	list-style-type:none;
}
#foot-links li{
	float:left;
	border-right:1px solid #999;
}
#foot-links li a {
	padding:0 5px;
}
#foot-links li.last {
	border-right:none;
}
#foot-links li.last a {
	padding:0 0 0 5px;
}
		
#footer a {
	color:#555; 
	text-decoration:none;
}
#footer a:hover{
	color:#c00;
}


/* ================ 
5. NAVIGATION
===========================*/

#navigation-wrapper{
	background:url(images/v2/navigation/background.gif) bottom repeat-x;
}
#navigation{
	width:830px;
	margin:0 auto;
	height:29px;		
}
#navigation ul{
	float:left;	
}
#navigation li{
	float:left;
	font-size:1.2em;
	font-weight:bold;
	height:29px; 
	background: url(../img/navigation/item-bg-active.gif) bottom left repeat-x;
}
#navigation li a{
 	color:#666; 
	padding: 0 14px 0 16px; 
	display:block; 
	float:left;
	background:url(images/v2/navigation/item-bg-left.gif) bottom left repeat-x;
	line-height:31px;
	height:29px; 
}
#navigation li a:hover{
	color:#c00;
}
#navigation li div{
	background:url(images/v2/navigation/item-bg-right.gif) right bottom no-repeat;
	line-height:29px; 
	padding-right:2px; 
	float:left;
}
#navigation li.active{
	background:none; 
	background-color:#fff;
}
#navigation li.active a{
	color:#c00;
}


/* ================ 
6. INNER STRUCTURE
===========================*/

.grid-c1{
	width:200px;
	float:left; text-align:left;
}
.grid-c2{
	width:410px;
	float:left; text-align:left;
}
.grid-c3{
	width:620px;
	float:left; text-align:left;
}
.grid-c4{
	width:830px;
	float:left; text-align:left;
}
.grid-gutter{
	margin-right:10px;
}

#main-logo{
	margin:12px 0 14px 0; 
	float:left; 
	width:135px;
}

#search-controls{	
	float:right;
}
#search-controls input{
	vertical-align:middle;
}
#search-controls #search-txt-entry, #search-controls #SearchKeywords {
	margin-right:10px; 
	width:140px;
}

.search-results-controls{	
	float:left;
	clear:both;
	width:410px;
}
.search-results-controls input{
	vertical-align:middle;
}
.search-results-controls #search-txt-entry{
	margin-right:10px; width:140px;
}

.home-promo p{
	margin-bottom:10px;
}
.home-promo h2{
	font-size:1.2em; color:#c00; line-height:1.2em; padding-bottom:4px;
	background:url(images/v2/content/promo-box-header-bg.gif) bottom right no-repeat;
}
.promo-image{
	padding:1px 0 1px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;	
}
.body-content h1, #column-mid h2, #column-mid h3{
	line-height:1.1em;
}
.body-content h1{
	color:#000; font-size:1.6em;
}
.body-content h1 em{
	color:#999;
}
.body-content h2{
	font-size:1.4em; color: #c00; 
	/*margin-top:12px;*/
}
.body-content h3{
	font-size:1.6em;
	color:#999;
}
.body-content h4{
	margin-top:10px;
	font-size:1.2em;
	color:#000000;
}	
.body-content p{
	margin-top:10px;
	padding-right:10px;
}
.contact-address{
	padding-top:8px;
}
#product-detail-menu {
	margin:0; 
	padding:0 0 30px 0; 
	list-style-type:none;
}
#product-detail-menu li{
	float:left;
	border-left:1px solid #999;
}
#product-detail-menu li a {
	padding:0 5px;
}
#product-detail-menu li.first {
	border-left:none;
}
#product-detail-menu li.first a {
	padding:0 5px 0 0;
}
ul.paging, ul.regions {
	float:left;
	margin:0; 
	padding:0; 
	list-style-type:none;
	list-style-image:none;
}
ul.regions {
	margin:10px 0;
}
.paging li, .regions li {
	float:left;
	display:block;
	border-left:1px solid #999;
}

.paging li a, .regions li a {
	padding:0 5px;
}

.paging li.active, .paging li.active a, .regions li.active a  {
	color:#cc0000;
}

.paging li.first, .regions li.first {
	border-left:none;
}

.paging li.first a, .regions li.first a {
	padding:0 5px 0 0;
}

#accDetails dt{
	clear:left; font-weight:bold; color:#000;
}
#accDetails dt, #accDetails dd{
	line-height:2em;
}
#accDetails dt{
	float:left; margin-right:8px;
}


/* ================ 
7. MISC STYLES
===========================*/



/*/////////////////*/
/* Site tools menu */
/*/////////////////*/

#nav-tools{
	float:right; 
	padding-top:8px;
}
#nav-tools li{
	float:left;
	padding-left:10px;
}
#nav-tools a{
	display:block;
}
#nav-tools a.sound{
	background:url(images/v2/icons/sound_on.gif) 0 1px no-repeat; padding-left: 20px; display:block;
}
#nav-tools a.dist{
	background:url(images/v2/icons/distributors.gif) 0 1px no-repeat; padding-left: 20px;
}
#nav-tools a.home{
	background:url(images/v2/icons/home.gif) 0 1px no-repeat; padding-left: 14px;
}
#nav-tools a.sitemap{
	background:url(images/v2/icons/sitemap.gif) 0 1px no-repeat; padding-left: 20px;
}
#nav-tools a.help{
	background:url(images/v2/icons/help.gif) 0 1px no-repeat; padding-left: 10px;
}
#nav-tools a:hover{
	background-position: 0 -19px;
}


/*/////////////*/
/* Promo Boxes */
/*/////////////*/

.promo-box{				
	background:url(images/v2/content/promo-box-header-bg.gif) right 16px no-repeat;
	border-bottom:1px solid #ccc;
	margin-bottom:14px;
}
.promo-box h2{				
	font: bold 1.0em Arial; height:19px; color:#000;
}		
#related-links-menu{				
	background:url(images/v2/content/promo-box-gradient-bg.jpg) left top repeat-x;
	padding: 5px 0 3px 8px;
}
#related-links-menu li{
	padding-bottom: 5px;
}				
#product-download{				
	background-color:#eee;
	padding: 5px 0 8px 8px;
}		
.file-download{
	background:url(images/v2/icons/download.gif) 0 2px no-repeat;
	padding-left:22px;
	margin-top:10px;
}
.file-download a{
	font-weight:bold; text-decoration:none; font-size:1.1em;
}	
#find-dealer{
	padding:10px 6px 6px 6px;
}		
#world-map{
	display:block;
	margin:0 auto;
	padding-bottom:4px;
}
#office-map{
	padding:1px 0 6px 0;
}
#newsletter-form{
	padding:8px 0 10px 6px;
}
#newsletter-form p{
	line-height:1.2em; margin-bottom:8px;
}
#newsletter-form #submit-btn{
	margin-top:4px;
}

/*/////////////*/
/* Site Map */
/*/////////////*/

.site-map {
}

.site-map ul{ margin-left:0px; list-style-type:none; margin-top:10px;  }
.site-map li{ 
	list-style-type:none; 
	background:url(images/v2/icons/txt-link.gif) no-repeat left 8px; 
	padding:2px 0 2px 10px;
	font-weight:bold; 	
}
.site-map li a{ 
	color:#000000;
}
.site-map li a:hover{ 
	color:#cc0000;
}
.site-map li li {
	font-weight:bold;
}
.site-map li li li {
	font-weight:normal;
}
.site-map li li li a{ 
	color:#555;
}
.site-map li li li a:hover{ 
	color:#cc0000;
}
.site-map ul ul {margin:0 0 0 20px;}


/*///////////////////////*/
/*  MENU NAVIGATION */
/*///////////////////////*/

#shopMenuOutboard li a{
	color:#666;
	text-decoration:none;
	background:url(images/v2/icons/nav-aro.gif) 0 -26px no-repeat;
	padding: 0 0 0 11px;
	font-size:1.1em;
	font-weight:bold;
}
#shopMenuOutboard li a:hover{
	color:#c00;
	background:url(images/v2/icons/nav-aro.gif) 0 4px no-repeat;
}
#shopMenuOutboard ul li{
	padding-left:11px;
}
#shopMenuOutboard li{
	margin-bottom:6px;
}
#shopMenuOutboard ul li{
	margin-top:6px;
}
#shopMenuOutboard ul li a{
	font-weight:normal !important;
}
#shopMenuOutboard .smItem2 ul{
	display:none;
	}
#shopMenuOutboard .smItem3 ul{
	display:none;
	}	
	
	
	.alertMessage{
		border:2px solid #CC3300; padding:10px;
		background-color:#FFCCCC;
		color:#c00;
		font: bold 1.4em Arial;
		margin-bottom:20px;
	}
	.alertMessage span{
		color:#000;
	}
			
			
/* ================ 
8. GOOGLE MAP PAGE
===========================*/

.google-map-form {
	margin:10px 0 0 0;
}

.google-map-form p {
	margin:0 0 5px 0;
}

.google-map-form fieldset{
	border:none;
	padding:0;
	margin:0;
	color:#555;
}

.google-map-form input {
	margin:0 5px 0 0;
	vertical-align:middle;
}

.google-map-form .checkCol {
	display:block;
	float:left;
	width:200px;
}

.google-map {
	clear:both;
	margin:10px 0;
}


table.dealers  {
	margin:0 !important;
	border:none !important;
	width:620px !important;
}

table.dealers th {
	padding:5px 5px 5px 0 !important;
	border:none !important;
	background:none !important;	
	font-size:1.4em !important;
}

table.dealers td {
	padding:5px 5px 5px 0 !important;
	width:33%;
	vertical-align:text-top;
}

table.dealers td strong{
	color:#000;
}

/* ===========================
PRODUCT SELECT PAGE
=============================*/

.product-wrap {
	clear:both;
}

.product-group {
	float:left;
	display:block;
	width:285px;
	border-bottom:1px solid #ccc;
	margin:10px 10px 0 0;
	padding:0 0 10px 0;
}

.marginLeft-ten {
	margin-left:10px;
}

.product-group img, .product-item-group img {
	float:left;
}

.product-group-desc {
	float:left;
	margin:0 0 0 10px;
	width:180px;
}

.product-group h2, .product-item-desc h2 {
	display:block;
	padding:0;
	margin:0;
	font-size:1em;

}

.product-group h2 a, .product-item-desc a {
	color:#cc0000;
}

.product-group p, .product-item-desc p {
	display:block;
	padding:0;
	margin:0;
	color:#000;
}

/* ===========================
PRODUCT LISTINGS PAGE
=============================*/

.product-item {
	clear:both;
	float:left;
	display:block;
	width:620px;
	border-bottom:1px solid #ccc;
	margin:10px 0 0 0;
	padding:0 0 10px 0;	
}

.product-item-img {
	float:left;
	margin-right:10px;
}

.product-item-desc {
	float:left;
	width:315px;
	margin:0;
	padding:0 5px 0px 0;
}

.product-item-pricing {
	float:left;
	width:200px;
	margin:0;
	padding:0;
	background:#eeeeee;
}

.product-item-pricing table, .product-details-pricing table {
	border:0 !important;
	margin:0 !important;
	color:#000;
}

.product-item-pricing table td, .product-details-pricing table td {
	padding: 3px 5px !important;
}

.product-item-pricing table td.centerCol, .product-details-pricing td.centerCol {
	text-align:center;
}

.product-item-pricing table td.rightCol, .product-details-pricing td.rightCol {
	text-align:right;
}

.product-item-pricing table td.dealerPrice, .product-details-pricing td.dealerPrice {
	color:#cc0000;
}

.product-item-pricing form input, .product-details-pricing input {
	width:25px;
	text-align:center;
}

/* ===========================
INDIVIDUAL PRODUCT PAGE
=============================*/

.product-details {
	margin:28px 0;
}

.product-details .floatRight img {
	margin:0 0 10px 0;
}

.product-details-pricing {
	float:left;
	width:324px;
	margin:0;
	padding:0;
	background:#eeeeee;
}

h4.relatedProducts {
	border-bottom:1px solid #ccc;
	padding:0 0 10px 0;
}

/* ===========================
ORDER PAGE
=============================*/

table.order-summary {
	width:100% !important;
	border:none !important;
}

table.order-summary th {
	background:#fff !important;
	color:#cc0000;
	text-transform:uppercase;
}

table.order-summary tr td {
	background:#ddd !important;
	color:#000;
}

table.order-summary tr.total td {
	background:#cc0000 !important;
	color:#fff;
}
table.order-summary tr.subtotal td {
	background:#000 !important;
	color:#fff;
}

table.order-summary tr.oddRow td {
	border-bottom:1px solid #ccc;
	background:#eee !important;
}

table.order-summary tr.evenRow td {
	border-bottom:1px solid #ccc;
	background:#ddd !important;
}

table.order-summary a {
	color:#000;
	text-decoration:underline;
}

table.order-summary input {
	width:25px;
	text-align:center;
}

.buttons {
	clear:both;
	float:right;
	text-align:right;
}

.buttons button {
	margin-left:10px;
}

.buttons-my-acc {
	clear:both;
}

.buttons-my-acc button {
	margin-right:10px;
	clear:both;
}


/* ===========================
CHECKOUT STEP 1
=============================*/

.body-content p span {
	color:#cc0000;
}

dl.company-name {
	clear:both;
}

dl.company-name dt, dl.company-name dd  {
	float:left;
	display:block;
}

dl.company-name dt, dl.company-name dd  {
	float:left;
	display:block;
	font-weight:bold;
	color:#000;
}

dl.company-name dd {
	margin-left:10px;
}

.body-content form {
}

.checkout label {
	clear:both;
	float:left;
	display:block;
	font-weight:bold;
	color:#000;
	margin-top:15px;
}

.checkout label span{
	color:#cc0000;
	font-size:1.2em;
}

.checkout input, .checkout textarea {
	display:block;
	clear:both;
	width:190px;
	font-size:1.2em;
}

.checkout textarea {
	font-family:Arial, Helvetica, sans-serif;
	}

.checkout select {
	display:block;
	clear:both;
	width:194px;
	font-size:1.1em !important;	
}

.form-row {
	margin:0 0 15px 0;
}

.form-input {
	display:block;
	float:left;
	margin-right:10px;
}

.checkout label.first-label {
	margin-top:5px;
}

.checkout .form-error {
	margin:5px 0 0 0;
}

.checkout .form-error p {
	padding:0;
	margin:0;
	color:#cc0000;
	font-weight:bold;
}

.error-field { /* added to fields when user hasn't entered details required. */
	background:#ffcccc;
	border:1px solid #a5acb2;
}

.checkout .terms {
	clear:both;
}

.terms input {
	width:auto;
	float:left;
	display:block;
	margin:10px 5px 0 0; 	
	padding:0;
	white-space:nowrap;
}

.terms label {
	clear:none;
	float:left;
	margin:8px 0 0 0;
	display:block;
}
