html,body,h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,li,dl,dt,dd,form,fieldset,legend,table,tr,td,th {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans MT", Futura, sans-serif;
	font-size: 100%;
	line-height: inherit;
	vertical-align: baseline;
}
ol, ul { list-style: none outside; } /* remove bullets by default, only desirable under the .body-text class */
table.nc { border-collapse: collapse; border-spacing: 0; } /* collapse space between table cells by default. 'nc' is a special class for tables written out by the template and not by the wysiwyg editor */
fieldset, img { border: 0; }
q:before, q:after { content: ''; } /* bring good browsers in line with IE <= 6 (!?) */
button { width: auto; overflow: visible; }

/* Layout 
------------------------------------------------------------------------------------*/
body {
text-align: center;
background: #ffffff;
color: #000000;
font: 100%/20px "Trebuchet MS", Tahoma, sans-serif;
}

#wrapper { /* this wraps everything inside the <body> tag */
text-align: left;
margin: 0;
overflow: hidden;
cursor: default;
}
#header {
background: #ffffff;
}
#header h1 {
text-align: center;
padding: 25px 0;
width: 880px;
margin: 0 auto 45px;
}
#header h1 img { display: block; }
#header #top-search {
height: 50px;
background: url(search-bg.png) repeat-x left top;
line-height: 45px;
text-align: left;
margin-top: -20px;
}

#header #top-search .inner-box,
#category-nav {
width: 880px;
margin: 0 auto;
}

/* layout */

#inner-wrapper {
overflow: hidden;
width: 880px;
margin: 16px auto;
}

#primary {
float: left;

margin: 0 0 0 165px;
}

.primary .inner-content { width: 540px; }

#secondary {
float: right;
width: 168px;
cursor: default;
}

#tertiary {
float: left;
width: 155px;
margin-left: -716px;
}

.tertiary,
.secondary .box {
background: #ffffff;
border: 0px solid #fff;
margin-bottom: 16px;
color: #000000;
}

.tertiary .inner-content,
.secondary .inner-box { margin: 12px; width: 155px;  }

#footer {
clear: both;
font-size: small;
padding: 16px 0;
margin: 16px auto;
width: 880px;
background: url(footerbg.png) no-repeat;
text-align: center;
height: 90px;
}

/* Boxes - specific section styling
------------------------------------------------------------------------------------*/

#category-nav {
position: absolute;
top: 120px;
left: 50%;
margin: 0 0 0 -440px;
width: 890px;
z-index: 2;
}
#category-nav ul {
margin: 0;
padding: 0 0 1px;
background: #ffffff;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
overflow: hidden;
height: 40px;
}
#category-nav ul li {
float: left;
clear: none;
padding: 0 0 0 8px;
padding-right: 9px;
background: url(tab-left.png) no-repeat left top;
margin: 0 0 -7px 0;
display: block;
list-style: none;
}
#category-nav ul li:hover {
background: url(tab-left-hover.png) no-repeat left top;
}
#category-nav ul li:hover a {
background: url(tab-right-hover.png) no-repeat right top;
}
#category-nav ul li a {
padding: 3px 12px 8px 4px;
margin: 0; color: #fff;
display: block;
background: url(tab-right.png) no-repeat right top;
}



/* =table (tables that ARE NOT user submitted content via FCKin editor */
.nc { border: 0; border-width: 0; width: 99.8%; margin: 20px 0; font-size: small; clear: both; }
.nc td, .nc th { font-size: small; padding: 6px 24px 6px 6px; margin: 0; vertical-align: middle; }
.nc th { font-weight: bold; text-align: left; }
.nc td { color: #2D3795; }
.nc thead th { color: #fff; font-size: 1.1em; font-weight: bold; background: #2D3795; }
.nc tfoot th,
.nc tfoot td { border-top: 1px solid #2D3795; font-size: 1.1em; font-weight: bold; line-height: 1.62em; }
.nc tfoot td { border-top-style: dotted; }
.nc tbody td { padding: 3px; }
.nc .tac { text-align: center; }
.nc .tar { text-align: right; padding-right: 6px; }
.nc .tal { text-align: left; }

/* =basket =steps */
.steps { padding: 0.81em 0; text-align: center; }
.steps * { display: inline; margin: 0 8px; background: none; border: 0; padding: 0; }
.steps input,
.steps span,
.steps a:link,
.steps a:visited,
.steps a:hover,
.steps a:active { color: #37BEBB; text-decoration: none; border-bottom: 1px solid #37BEBB; }
.steps a, .steps span { padding: 1px 3px; }
.steps input { cursor: pointer; }
.steps input:hover,
.steps a:hover { border-color: #999; }
.steps .current { border: 1px solid #999; background: #eee; padding: 3px; }

/* =basket */
#primary .basket fieldset { margin: 0; padding: 0; position: relative; }
.basket .nc { margin: 1.62em 0; }
.basket #pd { width: 50%; }
.basket #rm { width: 12%; }
.basket td.pd p { margin: 2px 0; }
#primary .basket td.img { width: 54px; padding: 3px; }
.basket input.submit { margin: 0; }
#primary .basket fieldset.submit { padding: 16px 0; }
.basket fieldset.submit a,
.basket fieldset.submit input { margin: 0 8px; }
.basket table img { border: 1px solid #aaa; margin: 0; padding: 2px; background: #fff; }
.tac input { text-align: center; }
.quantity { width: 2.8em; text-align: center; }
#tt { color: #fff; }
.tot { color: #37BEBB; border-bottom: 1px solid #000; }


/* =nav =back */
.back, fieldset.submit {
	clear: both;
	border-top: 1px solid #ccc;
	line-height: 1.62em;
	padding: 0.81em 0; font-size: small;
	text-align: center;
	margin-bottom: 1.82em;
}

/* =news */
#news { background: none; font-size: small; }
#news * { background: none; }
#news .inner-box { padding: 0; }
#news li { padding: 0.81em 0; overflow: hidden; }
#news h3 a { padding: 0 0 0.2em; font-weight: bold; font-variant: small-caps; border-bottom: 1px solid #ccc; display: block; }
#news img { float: left; margin: .81em 12px 0.2em 0; }

/* =links =top */
#top-links {
	position: absolute;
	top: 0;
	left: 50%;
	width: 880px;
	text-align: right;
	background: none;
	margin: 0 0 0 -440px;
}
#top-links li { display: inline; margin-left: 10px; font-size: small; }
#top-links a { color: #000000; } /* leave room for background image */

/* =links =tabs */
#tab-links div { background: none; padding: 0; margin: 0; } 
#tab-links { background: none; clear: both; padding: 0 0 0.81em 0; margin: 0; }
#tab-links li { display: inline; line-height: 1.62em; }
#tab-links a { padding: 0.81em 16px; white-space: nowrap; }

/* =nav =breadcrumbs */
#primary #breadcrumbs { font-size: small; background: #2D3795; margin-top: 0; padding-left: 5px;}
#primary #breadcrumbs a { color:#FFFFFF; }
#primary #breadcrumbs a:hover { color:#FFFFFF; }
#primary #breadcrumbs a:visited { color:#FFFFFF; }

/* =nav =subcats */
#sub-categories { overflow: hidden; font-size: small; } /* these may have an associated image */
#sub-categories li { display: block; float: left; width: 114px; text-align: center; padding: 0; margin: 0 25px 25px 0; background: #ffffff; border: 1px solid #ccc; }
#sub-categories li.one { clear: left; }
#sub-categories li.four { margin-right: 0; }
#sub-categories a { color: #000; }
#sub-categories a img { margin: 0 auto; display: block; }
#sub-categories a span { padding: 3px; display: block; min-height: 2.4em; line-height: 1.1em; vertical-align: bottom;}

/* =nav =subpages */
#sub-pages { font-size: small; text-align: center; }
#sub-pages ul { padding: 0; margin: 0; }
#sub-pages li { display: inline; padding: 0; margin: 0 8px; line-height: 1.41em; }
#sub-pages li li { display: none; }
#sub-pages a { padding: 0.2em; white-space: nowrap; }

/* =sidebar =nav */
.sidebar ul { list-style: none; margin: 0; }
.sidebar li { margin: 0; font-size: small; clear: both; padding: 0.1em 0; }
.sidebar a { padding: 0; display: block; }

/* =links */
.links ul { list-style: none; margin: 0; padding: 0px 0; }
.links li { margin: 0 0 12px; padding: 0; width: 100%; overflow: hidden; }
.links img { display: block; float: left; width: 155px; margin-right: 4px; height: auto; }

.links a.link { /* use the .link class if just image and text. HTML box has .body styling */
	font-size: small;
	overflow: hidden;
	color: #000000;
}
.links .description {
	padding: 25px 8px 0;
	display: block;
	margin: 0;
	color: #000000;
}

/* =links =bestsellers */
#primary .links { text-align: center; }
#primary .links li { float: left; width: 30%; } /* 3 column list */
#primary .links li.a { clear: both; display: block; cursor: pointer; margin-right: 5%; }
#primary .links li.c { float: right; margin-right: 0; }
#primary .links img { width: 100%; }
#primary .links .image { display: block; width: 100%; height: 14em; overflow: hidden; }

/* =nav =site-map */
#site-map { background: none; }
#site-map * { background: none; }
#site-map ul ul { list-style: disc outside; }
#site-map li { margin-left: 14px; font-weight: bold; clear: both; color: #ccc; padding: 0.25em 0; }
#site-map a { font-weight: bold; }
#site-map li li { font-weight: normal; font-size: small; }
#site-map li li a { padding: 0; font-weight: normal; width: 100%; line-height: 1.2em; }

/* =gallery */
#user-gallery { width: 100%; }
#user-gallery form { clear: both; }
#user-gallery form label { display: block; padding: 0.2em 0; }
#user-gallery form label span.desc { float: left; width: 10em; padding: 0.35em 0; line-height: 1.2em; }
#user-gallery ul.galleries { overflow: hidden; list-style: none; margin: 0; padding: 16px 0; clear: both; }
#user-gallery ul.galleries li { overflow: hidden; }
#user-gallery ul.galleries .image { display: block; float: left; width: 30.8%; min-width: ; text-align: center; font-size: small; padding: 6px 0; margin: 0 1% 12px; border: 1px solid #ccc; }
#user-gallery ul.galleries .image-link { display: block; height: 140px; max-width: 140px; width: 140px; margin: 0 auto 6px; }
#user-gallery ul.galleries .image img { display: block; width: 95%; margin: auto; }
#user-gallery .single-image { width: 100%; overflow: hidden; }
#user-gallery .single-image img { width: auto; max-width: 100%; }
#user-gallery .a { clear: left; }

/* =meta */
#footer #meta { float: left; position: relative; z-index: 20; margin-top: 80px; text-align:center; width: 880px;}
#meta p { margin: 0; padding: 0; line-height: 1.2em; }

/* =links =bottom */
#footer #bottom-links { text-align: right; float: right; margin: 0; overflow: visible; z-index: 20; }
#footer #bottom-links li { display: inline; margin-left: 10px; border-right: #393a3d; }
#footer #bottom-links a { padding-left: 22px;  line-height: 1.2em; }

/* =nav =back-to-top */
#back-to-top {
	position: absolute;
	height: 12px;
	width: 32px;
	top: -14px;
	left: 50%;
	margin-left: -16px;
	font-size: x-small;
	text-align: center;
	z-index: 10;
}
#back-to-top a {
	display: block;
	background: url(/templates/blank/lib/back-to-top.png) no-repeat center;
	height: 12px;
	width: 32px;
	overflow: hidden;
	text-indent: -9999px;
}

/* =location  - this class is applied to the containing <li> around any link that matches the current location */
.location a,
.location .location a { font-weight: normal; }
.location ul a { font-weight: normal; }

/* =basket =mini */
.mini-basket { font-size: small; }
.mini-basket li { list-style: none; margin-left: 0; }
.mini-basket .checkout-link { display: block; text-align: center; }

/* =sidebar =news */
#latest-news { font-size: small; } /* news box on home page, contains a list of the most recent 6 articles */
#latest-news h4 a { line-height: 1.21em; font-weight: bold; font-variant: small-caps; margin-bottom: 0.4em; }
#latest-news ol { margin: 0; padding: 0; }
#latest-news li { margin: 0.81em 0 0.6em; padding: 0 0 0.6em; border-bottom: 1px dotted #393a3d; overflow: hidden; }
#latest-news p { line-height: 1.4em; margin: 0.2em 0; }
#latest-news img { margin: 0 6px 0 0; }

/* =form */
form { font-size: small; }
.primary fieldset { border-top: 1px solid #808280; padding: 0.81em 0 2.44em; }
.primary legend { font-weight: bold; font-size: normal; padding: 0.4em 0.4em 0.4em 0; color: #36f; }
.primary form h3 { font-weight: bold; font-size: normal; padding: 0.4em 0.3em; }
.primary fieldset p { margin-top: 0; }
.primary fieldset ol { margin: 0 0 2em; border-top: 1px dotted #ccc; }
.primary fieldset li { overflow: hidden; padding: 0.4em; position: relative; border-bottom: 1px dotted #ccc; }
.primary form li label { float: left; width: 10em; padding: 0.2em 0 0; line-height: 1.2em; }
.primary fieldset p { margin: 0.4em; }
.primary form li em, .req { color: #c00; }
.primary form li em { position: absolute; left: 10.2em; top: 1em; }
.primary form li input,
.primary form li select,
.primary form li textarea { margin-left: 1em; vertical-align: bottom; }
.primary form li textarea { width: 23em; line-height: 1.4em; padding: 0.2em 2px; }
#wrapper .currency input { width: 6em; margin-right: 4px; vertical-align: middle; padding-top: 2px; } /* use #id overrides */
#wrapper .currency select { margin-left: 0; vertical-align: middle; }
form .text input, form .Text input,
form .number input, form .Number input,
form .URL input, form .Postcode input,
form .Email input, form .email input, form.email-address,
form .readonly input, form .password input,
form .select input { padding-top: 2px; padding-left: 2px; padding-right: 2px; line-height: normal; }
form .readonly input { background: #fff; border: 1px solid #fff; color: #393a3d; }
form li.checkbox input,
form li.Checkbox input { margin: 0.35em 0 0.35em 1em; } /* capital letters because of the datamate form write out */
form li.nolabel select { margin-left: 0; width: 70%; }
.amount input, input.qty { width: 2.4em; }

li.checkbox input { vertical-align: middle; }
option { padding: 0em 0.2em 0em 0.4em; }

li.file fieldset { padding: 0 0 0.6em 0; margin: 0; border: 0; }
li.file fieldset legend { padding: 0; margin-bottom: 0.6em; }
li.file fieldset img { float: left; margin-right: 10px; border: 1px solid #ccc; }
li.file fieldset label { width: auto; display: block; overflow: hidden; padding: 0em 0; }
li.file fieldset span.desc { float: left; width: 9em; padding: 0; line-height: 1.2em; }

.sidebar form .text input,
.sidebar form .password input,
.sidebar form .email input { padding-left: 0; padding-right: 0; }

#wrapper .small { vertical-align: middle; }
#wrapper .small,
#wrapper .small fieldset { display: inline; padding: 0; margin: 0; border: 0; }

fieldset.submit { text-align: center; }
fieldset.submit input,
fieldset.submit a { vertical-align: middle; }

#technologo-image fieldset {
border: 0;
margin: 0;
padding: 0 0 10px;
}


/* =product */
#product { background: #fff; color: #2D3795; }
#product .h1 { color: #ffffff; }
#product h2 { background: #2D3795; margin-bottom: 10px; }
#product .body { margin: 10px; width: 200px; float: right; font-size:18px;}
#product .image { float: left; margin: 10px; position: relative; width: 164px; height: 245px; }
#product .image img { position: absolute; left: 0; top: 0; }
#product .item-info { width: 290px; margin: 20px 10px; clear: none; }
#product .discounts { width: 290px; margin: 20px 10px; clear: none; }
#product .price-box { float: left; position: absolute; margin-top: 270px; margin-left: 250px; }
#product .small { display: block; clear: both; text-align: left; }
#product .small .nc { text-align: left; }
#product .small .nc tbody td { padding: 3px 6px; }
#product .small fieldset { display: block; padding: 0; margin: 0; }
#product .basket .submit { clear: left; }
.product-variations { text-align: left; }
#product .basket { clear: both;}
#product .basket h3 { margin: 0; padding-left: 0; display: none; }
#product .basket label { width: 100%; display: block; padding: 4px 0; clear: both; overflow: visible; text-align: left; }
#product .basket span.desc { display: block; width: 5em; float: left; margin-top: 0.2em; }
#product .basket label span.info-link { display: none; }
#product .basket label span.info-link acronym { display: none; }
#product .basket label span.info-link span { display: block; background: #ffc; border: 1px solid #ccc; padding: 6px; }
#product .basket label input { width: 8em; text-align: left; }
#product .basket label select { width: 100%; }
#product .results { padding: 16px 0; clear: both; line-height: 1.2em; }
#product .results .calculate,
#product .results table { float: left; margin-right: 16px; }
#product .results table th,
#product .results table td { padding-right: 16px; }
#product .results strong { color: #c00; }
#upsell { border: 1px solid #ccc; border-width: 3px 0; clear: both; margin: 10px 0 16px; }

tr.commodity-code { display: none; }

/* =addresses */
#addresses .address-list { border-top: 1px dotted #ccc; }
#addresses .address-list li { float: left; width: 100%; padding: 0.4em 0; border-bottom: 1px dotted #ccc; }
#addresses .address-list .options { float: right; clear: right; width: 30%; padding: 4px; border-left: 1px solid #eee; margin: 0; height: 3.6em; }
#addresses .address-list .options fieldset { border: 0; padding: 0 0 6px 4px; margin: 0 0 4px; border-bottom: 1px dotted #ccc; }
#addresses .address-list .options label { padding: 0; display: inline; float: none; margin-right: 8px; }
#addresses .address-list .options input { margin: 0; vertical-align: top; }
#addresses .address-list .options a { margin: 0 8px 0 4px; }
#addresses .address-list .adr { font-size: small; line-height: 1.21em; text-align: left; float: left; width: 60%; padding: 0.4em 16px 0.4em 16px; }

/* =orders */
#my-orders fieldset { border: 0; text-align: center; }
#my-orders label { margin: 0 2px; }

#past-order-filter label { margin-right: 16px; }
#past-order-filter .submit { vertical-align: middle; }

/* =logos */
#logos { text-align: center;background: none; }
#logos div { background: none; }

/* =users */
#my-users form h3 { padding-left: 0; padding-right: 0; }
#my-users form input.submit { padding: 0; width: auto; }


/* =sidebar =form */
.sidebar fieldset ol { margin: 0.4em 0; padding: 0; }
.sidebar fieldset li { margin: 0; padding: 0.2em 0; }
.sidebar li.text input { width: 98%; margin-top: 4px; }
.sidebar li label { }
.sidebar fieldset.submit { text-align: center; margin-bottom: 0.4em; }
.sidebar input.submit { margin: 0 auto; }

/* =sidebar =login */
.sidebar #login { display: none; }

/* =msg */
.msg { border: 1px solid #ccc; background-color: ivory; padding: 0.4em 0.4em 0.4em 26px; margin: 0.4em 0; line-height: 1.2em; font-size: small; color: #343833; clear: both; }
.primary p.msg { margin: 0.4em 0; }
.msg h3 { margin: 0 0 0.2em 0; }
.msg p { margin: 0.2em 0 0; }
.info { background: ivory url(/templates/blank/lib/info.png) no-repeat 6px 0.44em; }
.error { background: ivory url(/templates/blank/lib/error.png) no-repeat 6px 0.44em; }
.success { background: ivory url(/templates/blank/lib/success.png) no-repeat 6px 0.44em; }
.warning { background: ivory url(/templates/blank/lib/warning.png) no-repeat 6px 0.44em; }

/* =top =search */
#top-search { clear: both; margin: 0; }
#top-search form fieldset { margin: 0; padding: 0; }
#top-search form span.desc { font-size: 16px; color: #000000; text-transform: uppercase; font-weight: bold; margin-right: 22px; }
#top-search form .text span.desc { position: absolute; top: -9999px; left: -9999px; }
#top-search form select { padding: 1px; vertical-align: baseline; }
#top-search form input { vertical-align: baseline; border-color: #37BEBB; border-width: 1px;}
#top-search form input.submit { margin-left: 0; }
#top-search form a { margin-left: 175px; background: #BBE3FB; padding: 2px 18px; color: #000; vertical-align: baseline; }

/* =product-list */
.product-list { width: 100%; }
.product-list ol { list-style: none outside; clear: both; overflow: hidden; }
.product-list ol li { position: relative; font-size: small; display: block; float: left; width: 114px; height: 60px; text-align: center; padding: 150px 0 0; margin: 0 25px 25px 0; background: #ffffff; border: 1px solid #ccc; overflow: hidden; }
.product-list ol li.one { clear: left; }
.product-list ol li.four { margin-right: 0; }
.product-list ol h3 a { font-size: small; text-transform: none; font-weight: normal; display: block; min-height: 2.4em; line-height: 1.1em; padding: 3px; color: #000000; margin-top: -5px;}
.product-list ol h3 a:hover { }
.product-list ol h3 a:active { }
.product-list ol .pid,
.product-list ol .body,
.product-list ol .price-box { display:none; } 
.product-list ol li img { position: absolute; top: 0; left: 7px;}
.product-list ol .options { display: none; }
.product-list ol .small { display: none; }
.product-list ol .item-info { display: none; }
.product-list p.stock {display:none;}

#a-z-list h3 {
background: #eee;
padding: 6px;
}
#a-z-list ul {
width: 24.9%;
float: left;
}
#a-z-list a { display: block; }


/* Basic element styles (low level stuff)
---------------------------------------------------------------------------------------*/

h1 { font-size: 2em; }
h2, #primary h1 { font-size: x-large; font-weight: normal; border-bottom: 3px solid #33cccc; color: #33cccc; line-height: 40px; }
h3 { font-size: medium; font-weight: bold; margin: 0 0; color: #37BEBB; }
h4 { font-size: small; font-weight: bold; }

/* may want some alternate styling in sidebars or on .tertiary, .secondary, #basket etc... */
.sidebar h3 { text-transform: uppercase; text-align: center; }

div.date { margin-bottom: 0.2em; font-size: x-small; color: #aaa; font-style: italic; }

.pid { font-weight: normal; color: #aaa; font-size: small; } /* product id span */
.price { color: #37BEBB; font-weight: bold; } /* price display (not always a span) */

.pagination { font-size: small; overflow: hidden; padding: 0.4em 0; vertical-align: bottom; }
.pagination .per-page { float: left; line-height: normal; }
.pagination .next { float: right; padding-left: 8px; }
.pagination .prev { float: right; }

dl { overflow: hidden; font-size: small; border-bottom: 1px dotted #ddd; margin: 1.62em 0; }
dl dt { float: left; width: 10em; padding: 0.4em 0; border-top: 1px dotted #ddd; clear: left; line-height: 1.2em; }
dl dd { margin-left: 10em; padding: 0.4em; border-top: 1px dotted #ddd; line-height: 1.2em; }

.adr { font-size: small; line-height: 0.8em; }

.logged-in-as { display: none; }

a { text-decoration: none; }
a:link { color: #37BEBB; }
a:visited { color: #37BEBB; }
a:hover { color: #ffffff; text-decoration: underline; }
a:active { color: #000; }

p.line-shipping { color: #666; }

caption { font-weight: bold; text-align: left; padding: 16px 4px 0; text-transform: uppercase; text-decoration: underline; }

.add-costs-info {
	border: 1px solid #ccc;
} 
.add-costs-info th {
	background: #eee;
}

/*
	.body encompasses the output from FCK Editor, try to avoid styling the colors etc
	as it's meant to be WYSIWYG and customers complain otherwise. They'll complain
	anyway coz they put tables in and it can break the layout but there's only so much
	you can do. Refer everyone to the documentation for guidelines on using FCK Editor
	to the best effect.
*/
.body { font-size: small; line-height: 1.41em; } /* container for FCK Editor output */
p,
.body ol,
.body ul, .primary ul,
.body blockquote,
.body dl,
.body table { margin: 0.81em 0; }

.body ol { list-style: decimal outside; margin-left: 32px; }
.body ul { list-style: disc outside; margin-left: 32px; }
.body li { line-height: 1.62em; }

li { vertical-align: middle; } /* aligns bullet points in IE */

.body img { border: 1px solid #ffffff; padding: 4px; background: #fff; }
img.fl-l { float: left; clear: left; margin: 0 16px 0.81em 0; }
img.fl-r { float: right; clear: right; margin: 0 0 0.81em 16px; }
img.news-image { float: right; clear: right; margin: 0.4em 0 0.81em 16px; }

.body blockquote { margin: 0.81em 80px 0.81em 20px; border: 1px solid #ccc; border-width: 1px 0; background: #393a3d; padding: 0.81em 16px; }

small { font-size: small; }
big { font-size: normal; font-weight: bold; }
strong { font-weight: bold; }
em { font-style: italic; }

/* js stuff */
#quick-order label,
#order-forms label { float: none; display: inline; margin: 0 22px; }
#quick-order label input,
#order-forms label input { margin: 0; }
.details { margin: 12px; }
.details h4 { margin-bottom: 4px; }
.details dl { margin-top: 0; margin-bottom: 0; }

#order-forms ul { clear: both; border-bottom: 1px dotted #ccc; }
#order-forms ul li { margin: 0 0 16px; border-top: 1px dotted #ccc; }
#order-forms .copy label,
#order-forms .copy input { margin: 0; }
#order-forms .copy { margin: 8px 0 16px; }

/* 2 column product view layout stuff starts here */
#qo-2col { clear: both; float: left; width: 100%; margin: 0 0 12px; }
#qo-2col .product-list { clear: both; float: left; width: 100%; list-style: none; margin: 0 0; padding: 12px 0; }
#qo-2col .product-list li { float: left; width: 48%; padding: 14px 0; margin: 0 0 -1px 0;  border: dotted ; border-color: #cccccc; border-width: 1px 0; font-size: 0.8em; overflow: visible; }
#qo-2col .product-list>li { }
#qo-2col .product-list li.odd { clear: both; }
#qo-2col .product-list li.even { margin-left: 16px; /*float: right; clear: right;*/ }
#qo-2col .product-list h3 { margin: 0 0 12px; padding: 0; line-height: 1em; }
#qo-2col .product-list h3 a { float: none; }
#qo-2col .product-list a { float: left; font-weight: bold; } /* the link surrounding the image */
#qo-2col .product-list a img { padding: 0; margin: 0 10px 0 0; }
#qo-2col .product-list .excerpt { margin: 0 0 10px 0; color: #000000; height: 4em; }
#qo-2col .product-list>.excerpt { height: auto; min-height: 4em; }
#qo-2col .product-list .excerpt * { margin: 0; line-height: 0.8em; }
#qo-2col .product-list a.more-info { float: none; display: block; font-weight: bold; color: #000; text-decoration: none; text-align: center; margin: 8px 0 10px; }
#qo-2col .product-list a.more-info:hover { color: #000; text-decoration: none; }
#qo-2col .product-list .item-info { text-align: center; overflow: hidden; margin-bottom: 6px; }
#qo-2col .product-list .item-info * {display: inline; margin: 0; padding: 0; float: none; width: auto; border: 0;}
#qo-2col .product-list .item-info dt { text-align: right; padding: 0 0 0 0px; }
#qo-2col .product-list .item-info dd { text-align: left; padding: 0 12px 0 0; }
#qo-2col .product-list .item-info .price { color: #ED1820;} /*price text color*/
#qo-2col .product-list .item-info .value { color: #ED1820; font-weight: bold; font-size: 110%; }
#qo-2col .product-list .item-info .min-qty { color: #999; } /*min qty text color*/
#qo-2col .product-list .item-info .min-val { color: #999; }
#qo-2col .product-list .item-info abbr { border-bottom: 0; text-decoration: none; }
#qo-2col .product-list form { margin: 6px 0 0 6px; display: block; text-align: right; vertical-align: middle; float: right; }
#qo-2col .product-list form * { vertical-align: middle; }
#qo-2col .product-list form label { margin: 0 6px 0 0; }
#qo-2col .product-list form>label { margin: 0; }
#qo-2col .product-list form label abbr {  }
#qo-2col .product-list form label input { text-align: center; width: 3em; font-size: 0.8em; }
#qo-2col .product-list form button { padding: 0 0 1px; margin: 0; line-height: 1em; }
#qo-2col .product-list form button img { margin: 1px 1px 0; }
#qo-2col .product-list form button { font-size: 0.8em; }

/* l10n menu */
#wrapper .l10n {
position: relative;
z-index: 400;
padding: 0;
}
#wrapper .l10n>a {
border: 1px solid #fff;
border-width: 1px 1px 0;
padding: 1px 4px 1px;
position: relative;
z-index: 500;
background: #fff;
}
#wrapper .l10n:hover>a {
border-color: #aaa;
text-decoration: underline;
}
#wrapper #header .l10n-opts-wrap {
display: none;
width: 160px;
background: #fff;
position: absolute;
right: 0;
top: 99%;
z-index: 400;
font-size: small;
border: 1px solid #aaa;
}
#wrapper #header .l10n:hover .l10n-opts-wrap {
display: block;
overflow: hidden;
}
#wrapper #header .l10n:hover .l10n-opts-wrap ul {
padding: 6px;
}
#wrapper #header .l10n .l10n-opts-wrap li {
float: none;
text-align: left;
display: block;
padding: 1px;
margin: 0;
}
#wrapper #header .l10n .l10n-opts-wrap a {
padding: 2px;
display: block;
margin: 0;
}
#wrapper #header .l10n .l10n-opts-wrap .current a {
background: #ccc;
color: #000;
cursor: default;
}
#wrapper #header .l10n .l10n-opts-wrap a:hover {
background: #eee;
color: #000;
}