/* Common */
body,table,input,select,textarea { 
  font-family:arial, sans-serif; 
  font-size:100%;
}

/* Remove padding and margin */
*   {
    margin: 0;
    padding: 0;
    border: 0;
}

input, select {
  border: 1px solid #ccc;
}

body {   
  color:#3e3e3e;
  background: #000046 url('../images/i-bg.jpg') repeat-x center top;
}

p { 
  margin:1em 0 1em 0; 
  line-height:1.5em;
  font-size:0.88em;
}

h1 {
	color:#00344f;
	font-weight:normal;	
	font-size:2.2em;
}

h2 {
	color:#ffa200;
	font-weight:normal;	
	font-size:1.5em;
}

h3 { 
	color:#00344f;
	font-weight:normal;	
	font-size:1.4em;
	margin: 25px 0 2px 0;
}

dl.col { 
  line-height:1.5em;
}

dl.col dt { 
  float:left; 
  width:6em;
}

dl.col dd { 
  margin-left:7em;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr{
  clear: both;
}

.right {
  float:right;
}

.left {
  float:left;
}

.txt-right {
	text-align:right;
}

.txt-center {
	text-align:center;
}

p { 
  margin:1em 0 1em 0;
}

a { 
  text-decoration:none;
  color:#1f74c9;
}

a:hover { 
  text-decoration:none;
  color:#606060;
}

option { padding-right: 1.5em; }

/* Layout */
#constrain {
	width:990px;
	margin: 0 auto;
	position:relative;
	z-index:2;
}
#bg-diver {
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:780px;
	z-index:1;
	background: transparent url('../images/i-diver.png') no-repeat right top;
}
#topbar {
        position: relative;
	background:#00344f;
	padding:10px 20px;
	height: 24px;
}
#topbar #topbar-facebook {
  position: absolute;
  top: 10px;
  left: 20px;
  height: 24px;
  overflow: visible;
}
#topbar #topbar-cart {
  position: absolute;
  top: 10px;
  right: 20px;
  height: 24px;
  overflow: visible;
}
#topbar #topbar-cart p {
	margin: 0;
	text-align:right;
	font-size: 0.69em;
	color:#ccc;
}
#topbar #topbar-cart p span {
	padding: 0 7px;
}
#topbar #topbar-cart a.checkout-button {
	color:#fff;
	background: transparent url('../images/i-checkout.gif') no-repeat;
	width: 58px;
	height: 20px;
	line-height:20px;	
	display:inline-block;
	text-align:left;
	padding: 0 20px 0 5px;
}
#topbar #topbar-cart a.checkout-button:hover {
	background-position: left -21px;
}
#header {
	background:#fff;
}
#logo {
	margin: 20px 0 0 25px;
	position:absolute;
}
#search {
	float:right;
	width:250px;
	margin: 35px 20px 20px 20px;
}
	#search h2 {
		color:#0d4c6b;
		font-size:1.125em;
		font-weight:normal;
		margin: 0 0 5px 10px;
	}
	#search input {
		border: 1px solid #b4d7e6;
		padding: 3px;
		width:180px;
		font-size:0.875em;
		margin: 0 0 4px 10px;
	}
	#search input.radio {
		width:15px;
		border: 0;
		margin: 0 0 0 10px;
	}
	#search label {
		font-size:0.69em;
	}
	#search input.submit {
		background: transparent url('../images/i-search-submit.gif') no-repeat;
		width:24px;
		height:25px;
		cursor:pointer;
		border:0;
		font-size:1px;
		text-indent: -1000px;
		position:relative;
		top: -29px;
	}
	#search input.submit:hover {
		background-position: 0 -26px;
	}
#buttons {
	padding: 43px 0;
}
#buttons a {
	display:inline-block;
	color:#fff;
	text-align:left;
	padding: 35px 0 0 118px;
	width:171px;
	height:81px;
	font-size:20px;
}
#buttons a.shopby-category {
	background: transparent url('../images/i-cta-1.png') no-repeat;
	padding: 35px 0 0 138px;
	width:151px;
}
#buttons a.shopby-model {
	background: transparent url('../images/i-cta-2.png') no-repeat;
	margin: 0 57px;
}
#buttons a.shopby-manufacturer {
	background: transparent url('../images/i-cta-3.png') no-repeat;
}
#buttons a:hover {
	text-decoration:underline;
}

/* Same buttons in content area - smaller */
#buttons-content {
	padding: 15px 0;
	margin: 0 -30px 0 0;
}
#buttons-content a {
	display:inline-block;
	vertical-align:top;
	color:#fff;
	text-align:left;
	padding: 25px 10px 0 90px;
	width:115px;
	height:65px;
	font-size:16px;
  background-size: 190px 78px;
}
#buttons-content a.shopby-category {
	background: transparent url('../images/i-cta-1-sml.png') no-repeat;
	padding: 25px 0 0 100px;

}
#buttons-content a.shopby-model {
	background: transparent url('../images/i-cta-2-sml.png') no-repeat;
	margin: 0 ;
}
#buttons-content a.shopby-manufacturer {
	background: transparent url('../images/i-cta-3-sml.png') no-repeat;
}
#buttons-content a:hover {
	text-decoration:underline;
}



#mid {
	background:#fff;
	padding: 30px;
	min-height:400px;
	
}
#lhs {
	display:inline-block;
	width:255px;
	vertical-align:top;
}

	/* Nav */
	#nav {
		background:#004583;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		overflow:hidden;
	}
  #nav #nav-toggle {
    display: none;
  }
	#nav ul {
		list-style-type:none;
	}
	#nav li {
		border-bottom: 1px solid #fff;
	}
	#nav li.cms-last {
		border-bottom: 0;
	}
	#nav li a {
		display:block;
		padding: 13px 15px;
		color:#fff;
		font-size:0.88em;
	}
	
	/* 2nd Level Nav */
	#nav ul ul {
		border-top: 1px solid #0067d1;
	}
	#nav ul ul li {
		border-bottom: 1px solid #0067d1;
	}
	#nav ul ul li a {
		background:#005bb5;
		font-size:12px;
	}
#nav ul ul li.contracted a {
    background-image: url('../images/i-nav-r-arrow.png');
    background-repeat: no-repeat;
    background-position:235px 17px;
  }
#nav ul ul li.current a {
    background-image: url('../images/i-nav-arrow.png');
    background-repeat: no-repeat;
    background-position:235px 17px;
  }
#nav ul li.current ul {
    display: block;
  }
#nav ul li.contracted ul {
    display: none;
  }
/* 3rd Level Nav */
	#nav ul ul ul {
		border-top: 0;
		background: #0067d1;
		padding: 4px 0 6px 10px;
	}
	#nav ul ul ul li {
		border-bottom: 0;
	}
	#lhs #nav ul ul ul li a {
		background: transparent url('../images/i-nav-dash.gif') no-repeat 10px 14px;
		padding: 8px 0 0 25px;
	}
  /* 4th Level Nav */
  #nav ul ul ul ul {
    padding: 0 0 0 0px;
  }
  #lhs #nav ul ul ul ul li a {
	background: transparent;
	font-weight:bold;
	font-size:11px;
  }
  /* > 5th Level Nav */
  #nav ul ul ul ul ul {
    padding: 0 0 10px 0px;
  }
  #lhs #nav ul ul ul ul ul li a {
	  font-weight:normal;
	color:#cfdbe1;
  }
  
  /* Hovers */
	#lhs #nav li a:hover {
		background-color:#0a3a64;
	}
	#lhs #nav li li a:hover {
		background-color:#004e9b;
	}
	#lhs #nav li li li a:hover {
		color:#ccc;
		background-color:transparent;
	}
	#nav li.cms-first a:hover {
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
	}
	#nav li.cms-last a:hover {
		-webkit-border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
	}
	#nav li li.cms-first a:hover, #nav li li.cms-last a:hover {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		/*behavior: none;*/
	}
#content {
	margin: 0 -915px 0 285px;
	display:inline-block;
	vertical-align:top;
	width:630px;
}
#nav-footer  {
	float:right;
	width: 300px;
	position:relative;
	z-index:2;
}
#footer-cover {
	position:absolute;
	right:320px;
	top: 40px;
	z-index:3;
	width:15px;
	height: 80px;
	background:#004583;
}

#nav-footer a {
	white-space: nowrap;
}
#footer {
	background:#004583;
	position:relative;
	color:#fff;
	padding: 35px 30px 10px 30px;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#1f74c9;
}
#footer p, #footer dl.col {
	display:inline-block;
	vertical-align:top;
	margin: 0 50px 0 0;
	font-size:0.69em;
}
#footer dl.col {
	margin: 0 10px 0 0;
}
#footer dl.col dt {
	font-weight:bold;
}
#footer dl.col dt, #footer dl.col dd {
	margin-bottom: 4px;
}
#footer ul {
	margin:0 0 0 0;
}
#footer ul li {
	display:inline;
	font-size:0.69em;
	background: transparent url('../images/i-footer-bullet.gif') no-repeat left center;
	padding: 0 10px 0 20px;
	line-height:1.5em;
}
#footer ul li.cms-first {
	background:none;
}
#footer ul ul {
	display:none;
}
#footer p#author, #footer p#currency {
	display:block;
	margin: 20px 0 0 0;
}
#footer p#author a {
	color:#5281ab;
}
#footer p#author a:hover {
	color:#fff;
}

#content li {
  line-height:2em;
  font-size:0.88em;
}
#content ol {
	list-style-position: inside;
	margin: 1em 0;
}
#content ul {
	list-style-type:none;
	margin: 1em 0;
}
#content ul li {
	background: transparent url('../images/i-bullet.gif') no-repeat left 9px;
	padding: 0 0 0 15px;
}
#content ul.list-third li {
	display:inline-block;
	width:190px;
}
#content td, #content th {
	text-align:left;
}

/* Item */
.item {
	width: 194px;
	display:inline-block;
	vertical-align:top;
	border: 1px solid #0d4c6b;
	padding: 10px 3px 3px 3px;
	text-align:center;
	margin: 0.5em 5px 0.5em 0;
}
table.item {
	width: auto;
	border: 0 none;
	margin: 0;
	padding: 0;
	display: table;
}
.item.simple-item.first-mini {
  clear: both;
}
.simple-item {
	padding-top:2px;
}
.item.simple-item h4 {
	height:38px;
}
.item.item-details {
	width: 100%;
	border: 0 none;
    text-align: left;
}
.item.item-details .gallery {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin: 10px 0 20px 0;
	padding: 10px 0;
}
.item.item-details .gallery a {
width: 157px;
height: 122px;
vertical-align: top;
display: inline-block;
text-align: center;
margin: 0;
padding: 0;
}
.item-details h2 {
	margin-top:1em;
}
.item-details h2.item-price {
	margin-top:0;
}
.item p {
	margin: 5px 0 0 0;
}
.item p.item-description {
	min-height: 68px;
	padding: 0 10px;
	font-size:11px;
	max-height: 68px;
	margin: 0 0 5px 0;
	overflow: hidden;
}
.item.mini-item p.item-description {
	display: none;
}
.item span.item-description {
  font-size:0.69em;
  line-height: 1em;
  text-align: left;
}
.item h4 {
	color:#666;
	font-size: 0.88em;
	font-weight:normal;
	margin: 5px 0;
}
.item h4.item-title {
        height: 1.25em;
        overflow: hidden;
}
#content .item a.image-fixed-size {
  display: block;
  margin: 0 auto;
  background: #fff;
  width: 155px;
  height: 125px;
  text-align: center;
}
#content .item a.more-info, #content .item a.add-cart, #content .item a.add-cart-disabled, .item a.more-info-disabled {
	color:#fff;	
	display:inline-block;
	width: 94px;
	padding: 25px 0 5px 0;
  	text-align:center;
	font-size:11px;
	white-space:nowrap;
}
#content .item a.more-info {
	background:#5edf00 url('../images/i-button-info.png') no-repeat center 5px;
}
#content .item a.add-cart {
	background:#ffa200 url('../images/i-button-cart.png') no-repeat center 5px;
}
#content .item a.add-cart-disabled, #content .item a.more-info-disabled {
	background:#999 url('../images/i-button-cart-disabled.png') no-repeat center 5px;
}

#content .item a.more-info:hover {
	background-color:#71f014;
}
#content .item a.add-cart:hover {
	background-color:#fcae27;
}

a.cart-more-info, a.cart-remove {
	white-space: nowrap;
	display:block;
	padding: 0 0 0 18px;
	margin: 0 0 5px 0;
}
a.cart-more-info {
	background: transparent url('../images/g-info.png') no-repeat left 3px;
}
a.cart-remove {
	background: transparent url('../images/g-remove.png') no-repeat left 1px;
}
#content .simple-item a.add-cart, #content .simple-item a.add-cart-disabled {
	/*width:194px;	*/
	/* margin-left: 99px; // remove width + enable this, it will have normal sized button right aligned */
	/*background-position: center 5px;*/
}

#content a.add-cart.product-add, #content a.add-cart-disabled.product-add {
	text-align:left;
	background-position: 5px 5px;
	padding: 9px 20px 9px 40px;	
	width:auto;
}
#content a.add-cart-disabled, #content a.more-info-disabled {
	cursor: default;
}
#content .txt-right {
	text-align:right;
}
.payment-form-details span.note {
	padding: 10px 15px;
	display:block;
}
.payment-form-details div.form-row span.note {
  padding: inherit;
  display: inherit;
}

/* Search Results for pages */
.search-result {
	border: 1px solid #0D4C6B;
	padding: 10px;
	margin: 1em 0;
}
.search-result h2 {
	font-size:1.2em;
}
.search-result-blurb {
	font-size:0.875em;
	margin: 0.75em 0;
}
.search-result-url {
	font-size:0.75em;
	font-style: italic;
}

.button-back {
	color:#666;
	font-size:11px;
}
a.button-back:hover {
	color:#FFA200;
}

hr {
	color:#ccc;
	background-color:#ccc;
	height:2px;
	margin: 1em 0;
}

/* Category List */
#content .category-list {
		
}
#content .category-list li {
	border: 1px solid #0D4C6B;
  	display: inline-block;
    margin: 0.5em 5px 0.5em 0;
    padding: 3px;
    text-align: center;
    vertical-align: top;
    width: 194px;
	background: none;
	}
#content .category-list li a {
	display:block;
}

/* IE Round Corners */
#nav, 
#lhs #nav li.cms-first a,  
#lhs #nav li.cms-last a {
	behavior: url('../scripts/pie.htc');
	position:relative;
	z-index:100;
}

/* Content tables */
#content table {
	border-collapse: collapse;
	margin: 1em 0;
}
#content fieldset table.item {
	margin: 0;
}

#content table td {
	border: 1px solid #ccc;
	font-size:14px;
	padding: 10px 30px  10px 10px;
	vertical-align:top;
}
#content table.d td {
	font-size:12px;
	padding: 0.5em;
}

#content table.contact-table {
	border: 1px solid #00344F;
	border-collapse: separate;
	border-spacing: 0;
	margin: 1em 0;
}
#content table.contact-table td {
	background:#EEF5FD;
	border: 1px solid #fff;
	font-size:12px;
	border-spacing: 0;
}

.contact-box-form.f {
	border: 0;
	padding: 0;
	margin: 0;
}
.contact-box form.f fieldset {
	border: 0;
}
.contact-box {
	width: 450px;
	margin:1em 0;
}
.contact-box h2 {
	background:#00344F;
	color:#fff;
	font-size:12px;
	padding: 5px 7px;
	font-weight:bold;
}
#content .contact-box .buttons {
	padding: 10px 0 0 0;
}

#content div#cart-items a.cart-items-shop-link {
   color: inherit;
   text-decoration: underline;
}

#content div#cart-items table tbody tr.no-stock td {
        background-color: #FFA;
}

#content #cart_form table.warning-message thead th {
        background-color: #FF8;
        color: black;
        border: 1px solid #AA6;
}

#content #cart_form table tfoot tr td.postage-messages {
        padding: 0px;
        border-bottom: 1px none;
}

#content #cart_form table tfoot tr td.postage-messages table {
  margin: 0.5em;
  width: 51.25em;
}
.category-image {
	margin: 0 0 0 40px;
}

#content #facebook-like-foot {
  width: 40%;
  float: right;
  text-align: right;
}
#facebook-like-intro {
	padding: 10px 0 0 0;
}
#facebook {
	margin: 10px 0 0 0;
}
#facebook-like-intro .fb_ltr {
	width:60px !important;
}

#add-to-cart-foot {
  width: 40%;
  float: left;
  text-align: left;
  overflow: hidden;
}


#site_search_form #model_field {
  width:100%;
}

/* Category Item */
.category-item {
        border: 1px solid #0d4c6b;
        padding: 3px;
        text-align:left;
        margin: 0.5em 5px 0.5em 0;
        overflow: hidden;
}
table.category-item {
        width: auto;
        border: 0 none;
        margin: 0;
        padding: 0;
        display: table;
}
.category-item p {
        margin: 5px 0 0 0;
}
.category-item h4 {
        color:#666;
        font-size: 0.88em;
        font-weight:normal;
        margin: 5px 0;
        padding: 0 10px;
}
.category-item h4.category-title {
        height: 1.25em;
        overflow: hidden;
}
.category-item p.category-description {
        padding: 0 10px;
        font-size:11px;
        max-height: 38px;
        margin: 0 0 5px 0;
        overflow: hidden;
}
#content .category-item a.category-products,
  #content .category-item a.category-products-disabled {
    float: right;
    color:#fff;     
    display:inline-block;
    width: 95px;
    padding: 38px 0 18px 0;
    text-align:center;
    font-size:11px;
}
#content .category-item a.category-products {
        background:#004583 url('../images/i-button-info.png') no-repeat center 18px;
}
#content .category-item a.category-products-disabled {
        background:#999 url('../images/i-button-cart-disabled.png') no-repeat center 18px;
        cursor: default;
}
#content .category-item a.category-products:hover {
        background-color:#0a3a64;
}

/* Banner */
#hero-wrap {
	height:175px;
	margin: 16px 0 11px 0;
	overflow:hidden;
}
.banner {
	background: transparent url('../images/i-hero-bubbles.png') no-repeat right center;
	position:absolute;
	right:8px;
	bottom:9px;
	left:8px;
	top:8px;
}
.banner-border {
	background: transparent url('../images/i-hero-bg.png') no-repeat;
	position:absolute;
	left:-8px;
	top:-8px;
	right:-8px;
	bottom:-8px;
	z-index:6;
}
.banner-image {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:580px;
	z-index:5;
}
.banner-content {
	position:absolute;
	left:415px;
	top:0;
	right:0;
	bottom:0;
	z-index:7;
}
.banner-content-nudge {
	display:inline-block;
	vertical-align:middle;
	height:153px;
	width:1px;
}
.banner-content-inner {
	display:inline-block;
	vertical-align:middle;
	width:535px;
}
.banner h1, .banner h2, .banner h3, .banner p {
	color:#fff;
	margin: 5px 0;
}
.banner p.txt-right {
	margin: 15px 0 0 0;
}
.banner a.button {
	background:#004583 url('../images/g-button.png') no-repeat right center;
	text-decoration:none;
	color:#fff;
	font-size:18px;
	padding: 5px 50px 5px 10px;
	margin: 10px 0 0 0;
}

#footer #footer-facebook {
	display: none;
}

/*#topbar-facebook .fb_iframe_widget iframe {
  width: 500px !important;
  height: 25px !important;
}

#facebook .fb_iframe_widget iframe {
  width: 255px !important;
}*/