/* CSS Document */

* {
	margin:0;
	padding:0;
}

/* ELEMENTS */

html {
	overflow-y:scroll; /* always show scroll so pages dont jump in FF */
}

body {
	font-size:0.7em;
	background-color:#737373;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin-bottom:0.7em;
	line-height:0.7em;
	color:#1634A6;
}

h1 {
	font-size:2em;
	line-height:1.1em;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.2em;
}

p {
	margin-bottom:1em;
}

img {
	border:none;
	vertical-align:middle;
}

hr {
	border:0;
	border-bottom:1px solid #737373;
	height:1px;
	margin:0.7em 0;
	clear:both;
}

input, textarea, select {
	font-size:1em;
	margin-right:5px;
}

input.textbox, textarea.textbox {
	border:1px solid #000;
}

input.button {
	border:1px solid #ccc;
	background: url(/images/buttonBG.gif) 0px 0px repeat-x;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	margin:0px;
	padding:0 5px;
	height:24px;
}
input.button.blue {
	background: url(/images/buttonBG_blue.gif) 0px 0px repeat-x;
}
input.button.green {
	background: url(/images/buttonBG_green.gif) 0px 0px repeat-x;
}
input.button.orange {
	background: url(/images/buttonBG_orange.gif) 0px 0px repeat-x;
}
input.button[disabled] {		
	background: url(/images/buttonBG_disabled.gif) 0px 0px repeat-x;
	color:#eee;
}

ul {
	list-style:circle;
}

li {
	margin-left:20px;
}

li a {
	color:#50545F;
}

li a:hover {
	color:#818080;
}

small {
	font-size:0.8em;
}

big {
	font-size:1.5em;
}

table.styled {
	border:0;
}

table.styled th {
	font-weight:bold;
	color:#485B87;
	text-align:left;
	vertical-align:top;
	padding:2px;
	border-bottom:1px solid #333;
}

table.styled td {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:2px;
	border-bottom:1px solid #ccc;
}



/* CONTENT */
.altColor {
	color:#1634A6;
}

.altColor2 {
	color:#aaa;
}

.altColorRed {
	color:#BA0C0C;
}

strong, .bold {
	font-weight:bold;
}

.normal {
	font-weight:normal;
}

.border {
	border:1px solid #B2B2B2;
}

.clearPadding {
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:none;
	color:#555;
}

a.highlight {
	color:#1C4BA5;
	text-decoration:underline;
}
a.highlight:hover {
	color:#1C4BA5;
	text-decoration:underline;
}

.error {
	color:#c00;
	font-weight:bold;
}

.note {
	color:#485B87;
	font-weight:bold;
}

.indent {
	padding-left:20px;
}

a .bulletLink_1, a.bulletLink_1 {
	color:#333;
	padding:2px 0px 1px 20px;
	background:url(/images/bulletLink_1.gif) 0px 1px no-repeat;
	display:list-item;
	list-style:none;
	text-align:left;
	min-height:20px;
	cursor:pointer;
	cursor:hand;
}

a:hover .bulletLink_1, a:hover.bulletLink_1 {
	color:#888;
	background:url(/images/bulletLink_1_Hover.gif) 0px 1px no-repeat;
}

a .bulletLink_2, a.bulletLink_2 {
	color:#333;
	padding:2px 0px 1px 20px;
	background:url(/images/bulletLink_2.gif) 0px 1px no-repeat;
	display:list-item;
	list-style:none;
	text-align:left;
	min-height:17px;
	cursor:pointer;
	cursor:hand;
}

a:hover .bulletLink_2, a:hover.bulletLink_2 {
	color:#888;
	background:url(/images/bulletLink_2_Hover.gif) 0px 1px no-repeat;
}

a .bulletLink_3, a.bulletLink_3 {
	color:#333;
	padding:2px 0px 1px 20px;
	background:url(/images/bulletLink_3.gif) 0px 1px no-repeat;
	display:list-item;
	list-style:none;
	text-align:left;
	min-height:17px;
	cursor:pointer;
	cursor:hand;
}

a:hover .bulletLink_3, a:hover.bulletLink_3 {
	color:#888;
	background:url(/images/bulletLink_3_Hover.gif) 0px 1px no-repeat;
}

.sectionTitle {
	clear:both;
	font-size:1.2em;
	font-weight:bold;
	color:#1634A6;
	background:#f2f2f2 url(/images/sectionTitleBG2.gif) left top no-repeat;
	margin-bottom:10px;
	border-top:1px solid #DBDBDB;
	border-bottom:1px solid #A4A4A4;
	max-height:100px;
	overflow:hidden;
	white-space:normal;
} * html .sectionTitle {
	background:#f2f2f2 url(/images/sectionTitleBG2.gif) left 1px no-repeat;
}
.sectionTitle div {
	background:url(/images/sectionTitleBG2.gif) 100% -100px no-repeat;
	padding:5px 10px;
}
.sectionTitle a {
	color:#1634A6;
	text-decoration:underline;
}
.sectionTitle a:hover {
	color:#999;
	text-decoration:underline;
}
		
.sectionContent {
	margin-bottom:20px;
	padding:0px 0px 0px 10px;
}

.framedImage {
	position:relative;
	width:209px;
	height:160px;
	background:url(/images/framedImage.gif) left top no-repeat;
}
.framedImage img {
	margin:6px;
	clip:rect(0px 197px 148px 0px);
	overflow:hidden;
	position:absolute;
}

.panel {
	padding:6px 10px;
	background-color:#EAEEF1;
/*	min-width:285px;*/
}

.headedPanel {
	border:1px solid #D8E3FD;
	margin:5px 0 10px 0;
}
.headedPanel.first { margin-top:0px; }
.headedPanel .inner {
	padding:8px 6px;
	border:1px solid #fff;
	background:#fff url(/images/headedPanelInner.gif) 0 33px no-repeat;
}
.headedPanel .innerContent{
	min-height:60px;	/*in some languages the international delivery is shorter, so this stops the globe slipping out of it's box*/
}
.headedPanel .bulletLink_1 {
	color:#1634A6;
	text-decoration:underline;
}
.headedPanel h2 {
	background:#DEDDE0 url(/images/headedPanelHeader.gif) bottom left no-repeat;
	color:#2C2C2C;
	line-height:12px;
	font-size:11px;
	margin:-8px -6px 0 -6px;
	padding:8px 6px 15px 6px;
}

/* HOME PAGE */
.homePanel {
	background:url(/images/homepage_panel_background.gif) #fff repeat-x;
	min-height:241px;
	border:1px solid #dbe5fd;
	padding:13px;
} * html .homePanel {
	height:241px;
}
.introPanel {
	background:url(/images/homepage_panel_background.gif) #fff repeat-x;
	border:1px solid #dbe5fd;
	padding:13px;
	margin-bottom:15px;
	width:521px;
}
.homePageBoxes h1 {
	line-height:1.1em;
}
.homePageBoxes h1,h2 {
	color:#1c4ba5;
	font-weight:bold;
	font-size:14px;
	text-transform:capitalize;
	margin:0;
}
.homePanel h3 a {
	color:#1c4ba5;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
	line-height:13px;
}
.homePanel p span.price {
	color:#ba0c0c;
}

.boxes {
	margin:11px 0px 0px 0px;
	float:left;
	clear:both;
}
.boxes .box {
	width:85px;
	padding:0px 4px 0px 10px;
	border-right:1px solid #e6e6e6;
	float:left;
}
.boxes .box .image {
	height:90px;
	padding-bottom:10px;
}
.boxes .box.first {
	padding:0px 4px 0px 0px;
}
.boxes .box.last {
	border-right:none;
}

#whatsHot {
	width:182px;
	float:left;
}
#whatsHot p img {
	margin:19px 0px 0px 0px;
}
#whatsHot h3 {
	margin:26px 0px 7px 0px;
}
#whatsHot p span.price {
	color:#ba0c0c;
}

#manufacturersHighlight {
	width:300px;
	float:right;
	margin-right:8px;
}
#manufacturersHighlight p, .introPanel p {
	margin:19px 0px 0px 0px;
}

#productHighlight {
	width:521px;
	float:left;
	margin-top:15px;
	
}
#productHighlight .product {
	float:left;
	padding-top:2px;
	width:190px;
}
#productHighlight .product p {
	padding-top:18px;
}
#productHighlight .desc {
	float:right;
	width:330px;
}
#productHighlight .desc p {
	padding-top:10px;
}
#productHighlight h3 {
	margin-bottom:4px;
}
#productHighlight .boxes {
	float:none !justIE;
}
#productHighlight .boxes .box {
	width:110px;
}

#bestSellers {
	width:547px;
	float:left;
	margin:15px 0px 0px 0px;
}
#bestSellers span img {
	margin:10px 10px 0px 0px;
}

/* stretcher is a utility class to be applied to an empty div within floats or table cells to push out the element as far as possible */
.stretcher {
	clear:both;
	height:1px;
	overflow:hidden;
	letter-spacing:1000px;
}
.stretcher:after {
	content: ".";
}

/* CONTAINERS */
#container {
	width:955px;
	border:2px outset;
	margin: 5px auto;
	border:1px solid #b4b4b4;
/*	overflow:hidden; */	
	padding:0px 1px 1px 1px;
}

#masthead {
	position:relative;
	height:140px;
	background:url(/images/masthead_Bg.jpg) left top repeat-x;
}
#masthead h2 {padding:15px 0px 0px 10px;}

#masthead h2 a {
	display: block;
	height: 56px;
	width: 245px;
	background: url(/images/masthead_Logo.gif) top left no-repeat;
	text-decoration: none;
	text-indent: -2000em;
}

#masthead .currencyChangerContainer {
	position:absolute;
	right:0px;
	top:85px;
	padding:10px 10px 0px 0px;
}
.currencyChangerContainer a img {
	border:1px solid #999;
}

.currencyChangerContainer a:hover img, .currencyChangerContainer a.selected img {
	border:1px solid #F8DA0B;
}

#masthead .altColor {
	color:#FFF81B;
}

#pageContent {
	background-color:#fff;
	clear:both;
	overflow:hidden;
} * html #pageContent {	height:100%; }

#navBar {
	width:199px;
	float:left;
	min-height:480px;
	background:#1D3CA6 left top no-repeat;
} * html #navBar { height:550px; overflow-x:hidden;}

#navBarFooter {
	background:#1D3CA6 left top no-repeat;
	height:89px;
}

#navBar .sectionTitle {
	border:none;
	background:#fff url(/images/leftColumnSectionTitleBG.gif) left top repeat-x;
	color:#F8DA0B;
	font-size:13px;
	margin:10px 1px 0px 0px;
	padding-left:10px;
	height:25px;
	line-height:24px;
	font-weight:bold;
	font-family:"Myriad Pro", Myriad, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#navBar .sectionContent {
	padding:10px;
	color:#fff;
	margin:0px;
	font-family: Helvetica, Arial, sans-serif;
}

#navBar label {
	color:#fff;
}

#navBar .dropList {
	width:100%;
}

#navBar strong {
	color:#fff;
}

#mainContent {
	margin:15px 10px 10px 214px;
	color:#50545F;
}

#bodyText {
	display:inline-block;
	width:537px;
	float:left;
	padding-right:13px !justIE;
}
html>body #bodyText {display:table-cell;}

.advertContainer {
	position:relative;
	display:inline-block;
	float:right;
	width:175px;
}
	

/* FOOTER */
#footer {
	clear:both;
	height:32px;
	padding-top:30px;
	background-color:#fff;
}

#footer ul {
	list-style: none;
}

#footer li {
	float: left;
	margin-left:0;
}

#footer li a {
	display:block;
	padding: 0px 10px;
	border-right:1px solid #acacac;
	color:#acacac;
	text-decoration:none;
}

#footer li a:hover {
	color:#797979;
}

#footer li a.lastLink {
	border-right:none;
}

#footer .copyright {
	float:right;
	margin-right:10px;
	color:#acacac;
}

#siteNavigation {
	position:relative;
	top:86px;
	z-index:90;
}

#siteNavigation ul {
	list-style: none;
	float:right;
	margin-right:5px;
}

#siteNavigation li {
	float: left;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	margin-left:0;
}

#siteNavigation li a {
	display:block;
	overflow:hidden;
	height:9px;
	float:left;
	margin-left: 3px;
	text-decoration:none;
	color:#fff;
	white-space:nowrap;
	text-indent: -2000px;
	background:url(/images/siteNavigationMenu.jpg) 0px 0px no-repeat;
}

#siteNavigation li a.item1 {
	width:36px;
	background-position:0px 0px;
}
#siteNavigation li a.item1:hover, #siteNavigation li a.item1Selected {background-position:0px -9px;}

#siteNavigation li a.item2 {
	width:74px;
	background-position:-42px 0px;
}
#siteNavigation li a.item2:hover, #siteNavigation li a.item2Selected {background-position:-42px -9px;}

#siteNavigation li a.item3 {
	width:53px;
	background-position:-124px 0px;
}
#siteNavigation li a.item3:hover, #siteNavigation li a.item3Selected {background-position:-124px -9px;}

#siteNavigation li a.item4 {
	width:90px;
	background-position:-184px 0px;
}
#siteNavigation li a.item4:hover, #siteNavigation li a.item4Selected {background-position:-184px -9px;}

#siteNavigation li a.item5 {
	width:63px;
	background-position:-279px 0px;
}
#siteNavigation li a.item5:hover, #siteNavigation li a.item5Selected {background-position:-279px -9px;}

#siteNavigation li a.item6 {
	width:36px;
	background-position:-348px 0px;
}
#siteNavigation li a.item6:hover, #siteNavigation li a.item6Selected {background-position:-348px -9px;}


/* parts menu */
#partsMenu {
	padding:0;
}
#partsMenu ul {
	list-style:none;
}

#partsMenu li {
	margin:0;
	padding:0;
	display:block;
}* html #partsMenu li {
	border-bottom:1px solid #7193EA;		
}

#partsMenu li a {
	text-decoration:none;
	display:block;
/*	line-height:15px;  - Change to allow for nav on two lines due to translations.  RR 15/04/09
	height:15px;
	white-space:nowrap;*/
	padding:2px 0 5px 20px;
	font-family: Helvetica, Arial, sans-serif;
	color:#fff;
	font-size:1.1em;
	font-weight:normal;
}

#partsMenu li a:hover {
	color:#F5D90C;
	background:url(/images/partsMenuArrow.gif) 10px 5px no-repeat;
}
#partsMenu li.selected {
	background:url(/images/partsMenuSelectedBg.gif) left top repeat;
}
#partsMenu li.selected a {
	color:#F5D90C;
	background:url(/images/partsMenuArrow.gif) 10px 5px no-repeat;
}

#filterSelector {
	white-space:nowrap;
	border-top:1px solid #fff;
	border-bottom:3px solid #1C3CA3;
	height:25px;
	background:url(/images/filterBG.gif) left top repeat-x;
	color:#353535;
	font-size:11px;
	font-weight:bold;
	padding:4px 0px 0px 20px;
	overflow:hidden;
}
#filterSelector .dropList {
	width:180px;
	font-size:11px;
}
#filterSelector .button {
	height:20px;
	font-size:11px;
}

#productListContainer .sectionContent {
/*	min-width:460px;
*/}

.productImageContainer {
	width:215px;
	float:right;
	margin:0px 0px 5px 5px;
}

.productDisplayOuterContainer {
	border:1px solid #C7D7FD;
	padding:5px;
}
.productDescriptionContainer {
	display:inline-block;
	width:522px;
}
html>body .productDescriptionContainer {display:table-cell;}

.productDescriptionContainer h1 {
	font-weight:bold;
	font-size:1em;
	line-height:1.1em;
	margin-bottom:5px;
	color:#50545F;
}

.filterDisplay {
	margin-bottom:10px;
}

#navigationTabs ul{
	list-style:none;
}
#navigationTabs ul li {
    background: url(/images/buttonBG_blue.gif) repeat-x scroll 0 0 transparent;
	border:1px solid #021241;
    font-size:12px;
    margin:0 10px 0 0;
	padding:5px;
	float:left;
}
#navigationTabs ul li.selected {
	font-weight:bold;
}
#navigationTabs ul li a {
    color: #FFFFFF;
    display: block;
    padding: 0 1em 0 1.1em;
    text-decoration: none;
}
