/* ----- end float fix ----- */
body{
	background:#d3d3d3;
	color:#444;
	font: 70%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:130%;
	margin:0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#1481bc;
	text-decoration:none;
}
a:hover{color:#555;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4, h5{font-size:100%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	width:780px;
	text-align:left;
	background:#fff;
	position:relative;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

/* ----- header area ----- */
#header{
	height:92px;	
	position:relative;
	background:#FFF;
}
#flash{
	height:160px;	
	position:relative;
	background:#FFF;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:20px;
	left:30px;
	line-height:30px;
	font-size:180%;
	font-weight:normal;
}
#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:50px;
	left:30px;
	line-height:20px;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:5px 11px;
	top:0px;
	right:80px;
	z-index:10;
	background: #cc0000;
	color: #FFF;
	font-weight: bold;
}
#info a{
color: #ffe9e9;
}
/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{
float: left;
}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	float:left;
	display:inline;
	padding: 8px 0 10px 15px;
	width:455px;
	font-size: 9px;
}

/* ----- search box ----- */
#search{
	position:absolute;
	top: 40px;
	margin: 0 0 0 600px;
}
#search label{display:block;}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;

}
#navDept{
	border-top: #efefef 1px solid;
	border-bottom: #efefef 1px solid;
	background: #0083b9 url(/graphics/images/links.gif) repeat-x;
}
#navDept li{
	float: left;
}
#navDept li a{
	display:block;
	background:#f2f2f2;
	color:#FFF;
		background: #0083b9 url(/graphics/images/links.gif) repeat-x;

}
#leftmenu li a:hover, #leftmenu li a.selected{background: #33a1cf url(/graphics/images/links-hover.gif) repeat-x;}
#navDept li a:hover, #navDept li a.selected{background: #33a1cf url(/graphics/images/links-hover.gif) repeat-x;}
#navDept li a span{
	display:block;
	padding:7px 13px;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#navSubDept li a{color:#777;}
#navSubDept li a:hover, #navSubDept li a.selected{color:#777;text-decoration:underline;}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{margin-bottom:1em; position:absolute; top: 30px; right: 10px;}
.sg-group{margin-bottom:1em; position:absolute; top: 0px; right: 0px;}
#navTools li{
	margin-bottom:1px;
}
#navTools li a{
	display:block;
	width:100%;	
	color:#666;
}
#navTools li a:hover, #navTools li a.selected{
}
#navTools li a span{
	display:block;
	padding:3px 0 3px 12px;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{margin-bottom:1em;}
.navStatic li{
	margin-bottom:1px;
}
.navStatic li a{
	display:block;
	width:100%;	
	background:#f2f2f2;
	color:#555;
}
.navStatic li a:hover{background:#ddd;}
.navStatic li a span{
	display:block;
	padding:3px 20px;
}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:3px 20px;
	margin-bottom:1px;
	background:#ddd;
	font-size:100%;
}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:780px;
}
#side ul{
float: left;
}
#side li{
float: left;
}
/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:765px;
padding: 12px 0 0 15px;
}
#main h2{
	font-weight:bold;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#575757;
	font-size:15px;
}
#main h2#pageTitle{
	font-weight:bold;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#575757;
	font-size:15px;
}

#main2{
	float:left;
	display:inline;
	width:765px;
padding: 12px 0 0 15px;
background: url(/graphics/images/main-pages-bg.gif) repeat-y;
}
#main2 h2{
	font-weight:bold;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#575757;
	font-size:15px;
}
#main2 h2#pageTitle{
	font-weight:bold;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#575757;
	font-size:15px;
}
#main3{
	float:left;
	display:inline;
	width:765px;
padding: 12px 0 5px 15px;
background: #fff;
}
#main3 h2{
	font-weight:bold;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#575757;
	font-size:15px;
}
#main3 h2#pageTitle{
	font-weight:bold;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#575757;
	font-size:15px;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */
#footer{
	padding:14px 15px;
	float: left;
	width: 750px;
	background: #8fbfd8 url(/graphics/images/footer-bg.gif);
	color: #FFF;
	border-bottom: 20px #4f9fc9 solid;
}
#footer p{margin:0;}

#footer ul, #footer li{
	margin:0;
	float: none;
	color: #fff;
}
#footer li{padding: 0 10px 0 0;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}
#footer #credits{
	float:right;
	margin-top:-1.5em;
}
#footer ul {
padding: 10px 0 10px 13px;
}
#footer h1{
padding: 0;
margin: 0;
font-size: 14px;
color: #1180bb;
}
/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination p{
	margin:0;
	float:left;
	width:100px;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-top:3px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage{background:url(../graphics/plain/ico_first.gif)no-repeat 0 0;}
#pagination a#prevPage{background:url(../graphics/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../graphics/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../graphics/plain/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */

.products table{
padding: 0;
margin: 0;
}
.products th{
padding: 0;
margin: 0;
}
.products td{
padding: 5px 3px;
margin: 0;
font-weight:bold;
font-size: 10px;
}
.products{
	margin:0;
	float: left;
	width: 550px;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
width: 140px;
	margin-bottom:1em;
	padding:.5em 10px 0 10px;
	color:#777;
	float: left;
}
.products li:hover{
}
.products li h3{
	margin-top:0.3em;
	margin-bottom:0.1em;
	padding:0 0 0 4px;
	background:none;
	font-size: 12px;
}
.products li h3 a{}
.products li h3 a:hover{
color:#555;
}
.products .image{
	margin:0;

}
.products .image a img{
}
.products .image a:hover img{
}
.products .price{
	clear:both;
	margin:0;
	text-align:left;
	line-height:180%;
	color:#13689d;
	font-size:90%;
	font-weight:bold;
}
.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}


.products-related{
	margin:1em 0;
	float: left;
}
.products-related ul, .products-related li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products-related li{
width: 140px;
	margin-bottom:1em;
	padding:.5em 10px 0 0;
	color:#777;
	float: left;
}
.products-related li:hover{
}
.products-related li h3{
	margin-top:0.4em;
	margin-bottom:0.2em;
	padding:0;
	background:none;
}
.products-related li h3 a{}
.products-related li h3 a:hover{
color:#555;
}
.products-related .image{
	margin:0;

}
.products-related .image a img{
border: 1px #999 solid;
}
.products-related .image a:hover img{
border: 1px #666 solid;
}
.products-related .price{
	clear:both;
	margin:0;
	text-align:left;
	line-height:180%;
	color:#13689d;
	font-size:90%;
	font-weight:bold;
}
.products-related .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}


.products-small{
	float: left;
	margin: -11px 0 0 0;
	padding: 0 0 10px 8px;
	width: 319px;
}
.products-small ul, .products-small li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products-small li{
width: 44px;
	padding:0 4px;
	color:#777;
	float: left;
}
.products-small li:hover{
}
.products-small li h3{
margin: -8px 0 0 0;
	padding:0;
	background:none;
	font-size:10px;
	line-height: 11px;
}
.products-small li h3 a{
margin: 0;
	padding:0;
	color: #555;
	}
.products-small li h3 a:hover{
margin: 0;
	padding:0;
color:#444444;
}
.products-small .image{
	margin:0;

}
.products-small .image a img{
}
.products-small .image a:hover img{
}
.products-small .price{
	clear:both;
	margin:0;
	text-align:left;
	line-height:180%;
	color:#13689d;
	font-size:90%;
	font-weight:bold;
}
.products-small .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

/* ----- individual products ----- */
#product{	
}
#product .image{	
	float:left;
	margin-bottom:1.5em;
}	
#product .image p{margin:7px 0 0 0;}
#product .image img{	
	border:1px solid #999;
	width: 220px;
}	
#product .info{	
clear: both;	width:290px;
}
#product .price{
	color:#1481bc;
	font-size:11px;
	font-weight: bold;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product #addWishlist a{
}


#product-main{	
}
#product-main .image{	
	float:left;
	margin-bottom:1.5em;
}	
#product-main .image p{margin:7px 0 0 0;}
#product-main .image img{	
	border:1px solid #999;
}	
#product-main .info{	
clear: both;	width:270px;
}
#product-main .price{
	color:#1481bc;
	font-size:11px;
	font-weight: bold;
}
#product-main .info p{
	margin:0;
	margin-bottom:.2em;
}
#product-main .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product-main .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product-main #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product-main #addWishlist a{
}


/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#777;}
#articles  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:99%;
	margin:0em 0 1em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	background:#ddd;
}
td{
	vertical-align:top;
}
.formField {
	width:250px;
border: 1px solid #333;
padding: 3px 2px 2px 2px;
font-size: 11px;
background: #eee;
color: #0077b6;
font-weight: bold;
}
.choice-wrapper .formField {
	width:90px;
border: 1px solid #333;
padding: 3px 2px 2px 2px;
font-size: 11px;
background: #eee;
color: #0077b6;
font-weight: bold;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:130px;
border: 1px solid #333;
padding: 2px;
font-size: 11px;
background: #eee;
color: #0077b6;
font-weight: bold;
}
.formFieldProduct2{
border: 1px solid #333;
padding: 2px;
font-size: 11px;
background: #eee;
color: #0077b6;
font-weight: bold;
}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#296fa4;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
	font-size: 11px;
}
.formButton2{
	float: right;
	background:#296fa4 url(/graphics/images/add-to-basket.gif) no-repeat;
	color:#fff;
	border:none;
	height: 19px;
	width: 87px;
	text-align:left;
}
.formButton3{
	float: left;
	background:#296fa4 url(/graphics/images/add-to-basket.gif) no-repeat;
	color:#fff;
	border:none;
	height: 19px;
	width: 87px;
	text-align:left;
}
.formButton4{
	float: right;
	background:#296fa4 url(/graphics/images/add-to-basket2.gif) no-repeat;
	color:#fff;
	border:none;
	height: 19px;
	width: 77px;
	text-align:left;
}

label span{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
input.formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */
.special {
	display:none;
}

.clear {
clear: both;
}


.sg-products {
width:286px;
float: left;
padding: 0 21px 0 0;
}
.sg-datasheets {
width:260px;
float: left;
padding: 0;
}
.sg-related {
width:127px;
float: right;
}


.search {
border: 0px #FFF solid;
padding: 2px;
font-size: 9px;
font-weight: bold;
color:#666;
}
.search-link {
padding: 3px 0 0 13px;
float: left;
}
.search-link2 {
margin: 3px 0 0 0;
float: left;
}
#searchSubmit {
background: url(/graphics/images/search.gif) no-repeat;
border: 0px;
width: 55px;
height: 14px;
margin: 0;
}
.search-image {
padding: 2px 0 0 7px;
float: left;
}

.main-text {
width: 430px;
float: left;
}

.main-side {
width: 304px;
float: right;
background: #e4e9ed;
padding: 12px 8px 8px 8px;
line-height: 13px;
margin: -13px 0 0 0
}
.main-side h2{
	font-weight:bold;
	padding:0 0 0 0;
	margin:0;
	margin-bottom:1em;
	color:#575757;
	font-size:15px;
}
.main-side-sub {
width: 284px;
float: left;
padding: 0 0 0 20px;
background: #e4e9ed url(/graphics/images/side-bullet.gif) no-repeat;
}
.main-side-text {
width: 170px;
float: left;
padding: 0 2px;
}
.main-side-image {
width: 100px;
float: right;
}
.line {
float: left;
background: #fff;
height: 1px;
width: 100%;
margin: 10px 0;
}



.sub-text {
width: 560px;
float: left;
padding: 0 15px 0 0;
}

.sub-side {
width: 150px;
float: right;
line-height: 13px;
padding: 0 20px 10px 20px;
}
.sub-side a{
color: #444;
}
.sub-side h3{
	font-weight:bold;
	padding:0 0 0 0;
	margin:0;
	margin-bottom:1em;
	color:#575757;
	font-size:14px;
}

.product-wrap {
width: 550px;
padding: 0 0 10px 0;
}

.product-left {
width: 550px;
padding: 0 0 10px 0;
float: left;
}
.products-right {
float: right;
width: 150px;
padding: 0 20px 0 0;
line-height: 13px;
}
.products-right a{
color: #444;
}
.image2 img{
width: 44px;
height: 44px;
border: 1px solid #999;
}


.h1blue {
color: #1481bc;
font-weight: bold;
}
.enlarge {
background: url(/graphics/images/enlarge.gif) no-repeat;
padding: 3px 30px 3px 23px;
color: #555;
font-size: 11px;
font-weight:bold;
margin: 0 0 0 5px;
}
.enlarge a{
color: #666;
}
.enlarge a:hover{
color: #333;
}
.product-header-dark {
background:url(/graphics/images/product-head-dark.gif) no-repeat;
width: 552px;
height: 20px;
	font-weight:bold;
	padding:6px  0 0 12px;
	margin:0;
	margin-bottom:0.5em;
	color:#FFF;
	font-size:14px;
}
.product-header-dark2 {
background:url(/graphics/images/product-head-dark.gif) no-repeat;
width: 552px;
height: 20px;
	font-weight:bold;
	padding:6px  0 0 12px;
	margin:0;
	color:#FFF;
	font-size:14px;
}
.product-header-dark3 {
background:url(/graphics/images/product-head-buy.gif) no-repeat;
width: 552px;
height: 39px;
	font-weight:bold;
	padding:24px  0 0 12px;
	margin:0;
	margin-bottom:0.5em;
	color:#FFF;
	font-size:14px;
}
.product-header {
background:url(/graphics/images/product-header.gif) no-repeat;
width: 552px;
height: 20px;
	font-weight:bold;
	padding:6px  0 0 12px;
	margin:0;
	margin-bottom:0.5em;
	color:#FFF;
	font-size:14px;
}
.product-padding {
padding: 0 12px;
}
.product-padding2 {
float: left;
padding: 0px 12px;
}
.product-padding3 {
float: left;
padding: 0;
}
.product-wrapper {
float: right;
width: 280px;
margin: 0 -14px 0 0;
padding: 0 0 10px 0;
}
.product-options {
float: right;
width: 280px;
margin: 0;
border: 1px solid #eeeeee;
font-weight: bold;
color:#666;
}
.product-options-header {
float: left;
background: #eeeeee;
width: 260px;
padding: 10px;
	color:#666;
	font-size:12px;
	font-weight: bold;
}
.product-options h3 {
font-size: 11px;
padding: 8px 0 5px 0;
margin: 0;
 color: #666;
 }
 
.product-price{
	margin: 0;
	padding: 4px 0 10px 0;
	text-align:left;
	color:#0c7bba;
	font-size:18px;
	font-weight:bold;
}
.top-padding {
float: none;
margin: 10px 0 0 0;
padding: 10px 0 0 0;
}

.blue-colour {
background: #319bc7;
font-weight:bold;
color: #FFF;
font-size: 10px;
padding: 0;
margin:0;
}
.blue-colour2 {
color: #0e7eb9;
}

.image-bore-wrap {
width: 565px;
float: left;
padding: 0;
}

.main-product-image {
width: 365px;
float: left;
border: 1px solid #999;
}

.main-product-image2 {
width: 561px;
float: left;
border: 1px solid #999;
text-align: center;
}
.main-product-image3 {
width: 365px;
float: left;
border: 1px solid #999;
padding: 50px 0
}
.main-product-image4 {
width: 285px;
float: left;
border: 1px solid #999;
padding: 85px 0
}
.main-product-image4 img{
width: 285px;
}


.main-product-bore-wrap2 {
float: left;
width: 157px;
background: #6ebdd9;
color: #fff;
font-weight:bold;
padding: 4px 12px 0 12px;
}

.main-product-bore-wrap {
float: left;
width: 165px;
background: #319bc7;
color: #fff;
font-weight:bold;
padding: 4px 8px 0 8px;
}
.main-product-bore-header {
float: left;
width: 172px;
font-size: 12px;
font-weight: bold;
color: #fff;
padding: 8px 0 0 10px;
height: 20px;
background:url(/graphics/images/bore-size-header.gif) no-repeat;
}
.main-product-bore {
float: right;
width: 181px;
background:url(/graphics/images/bore-size-header.gif) no-repeat;
}
.main-product-bore-footer {
float: left;
width: 181px;
margin: -9px 0 0 0;
height: 9px;
background:url(/graphics/images/bore-size-footer.gif) no-repeat;
}


.main-product-bore-wrap3 {
float: left;
width: 245px;
background: #319bc7;
color: #fff;
font-weight:bold;
padding: 4px 8px 0 8px;
}
.main-product-bore-wrap4 {
float: left;
width: 237px;
background: #6ebdd9;
color: #fff;
font-weight:bold;
padding: 4px 12px 0 12px;
}
.main-product-bore-header3 {
float: left;
width: 251px;
font-size: 12px;
font-weight: bold;
color: #fff;
padding: 8px 0 0 10px;
height: 20px;
background:url(/graphics/images/bore-size-header2.gif) no-repeat;
}
.main-product-bore3 {
float: right;
width: 261px;
background:url(/graphics/images/bore-size-header2.gif) no-repeat;
}
.main-product-bore-footer3 {
float: left;
width: 261px;
margin: -9px 0 0 0;
height: 9px;
background:url(/graphics/images/bore-size-footer2.gif) no-repeat;
}
.main-product-bore3 table{
padding: 0;
margin: 0;
}
.main-product-bore3 th{
padding: 0;
margin: 0;
}
.main-product-bore3 td{
line-height: 13px;
margin: 0;
padding: 0;
vertical-align:middle;
}



.main-product-bore table{
padding: 0;
margin: 0;
}
.main-product-bore th{
padding: 0;
margin: 0;
}
.main-product-bore td{
line-height: 13px;
margin: 0;
padding: 0;
vertical-align:middle;
}
.left-float {
float: left;
}

.options-holder .formFieldProduct{
width: 250px;
margin: 10px 0;
}

.options-holder .formField {
width: 244px;
}

.table-line {
float: left;
}
.table-line table{
padding: 2px;
line-height: 13px;
}
.table-line td{
padding: 2px;
line-height: 13px;
}
.table-line th{
padding: 2px;
line-height: 13px;
}


/*************
Drop Down
*************/
#drop-wrapper {
width: 754px;
float: left;
padding: 0 0 0 0;
}
#drop-wrapper a{
text-decoration: none;
color: #000;
}

#drop-wrapper a:hover{
text-decoration: underline;
color: #999;
}
.section-wrapper {
width: 754px;
padding:  0 0 15px 0;
float: left;
}

.drop-left {
float: left;
width: 370px;
}
.drop-small-top {
float: left;
width: 359px;
height: 21px;
background: url(../graphics/images/small-top.gif) no-repeat;
color: #FFF;
font-weight: bold;
padding: 5px 0 0 11px;
font-size: 14px;
}

.drop-small-main {
float: left;
width: 346px;
border: 1px solid #9f9f9f;
border-top: 0px;
padding: 11px;
}
.drop-right {
float: right;
width: 370px;
}
.drop-big-top {
float: left;
width: 742px;
height: 21px;
background: url(../graphics/images/big-top.gif) no-repeat;
color: #FFF;
font-weight: bold;
padding: 5px 0 0 11px;
font-size: 14px;
}
.drop-big-main {
float: left;
width: 741px;
border: 1px solid #9f9f9f;
border-top: 0px;
padding: 5px;
line-height: 15px;
}

#drop-wrapper h2 {
padding: 0 0 13px 0;
margin: 0;
color: #444444;
font-size: 14px;
}
#drop-wrapper h2 a, #drop-wrapper h2 a:hover{
padding: 0 0 13px 0;
margin: 0;
color: #444444;
font-size: 14px;
text-decoration: none;
}



.products2{
	margin:0;
	float: left;
	width: 550px;
}
.products2 .formField {
	width:55px;
border: 1px solid #333;
padding: 3px 2px 2px 2px;
font-size: 11px;
background: #eee;
color: #0077b6;
font-weight: bold;
}
.products2  .formFieldProduct{
width:100px;
border: 1px solid #333;
padding: 2px;
font-size: 11px;
background: #eee;
color: #0077b6;
font-weight: bold;
}
.products2 table{
padding: 0;
margin: 0;
}
.products2 th{
padding: 0;
margin: 0;
}
.products2 td{
padding: 5px;
margin: 0;
font-weight:bold;
font-size: 10px;
}

.product-blue-text {
color: #296fa4;
font-weight: bold;
}