/*	Sample Stylesheet for QOP	@author: $Author: rob $	@copyright: Versatilia Ltd 2008	@lastmodified: $Date: 2008-02-01 12:58:30 +0000 (Fri, 01 Feb 2008) $	-----------------------------------------------------------------------------------		This CSS file is split into 3 areas to enable web developers and designers	of different abilities to make edits and alterations to the default design.		Reset:		This removes all default browser styling. The advantage is closer		agreement between different browsers so there are fewer hacks to do		Layout: 		This is where the main layout is put together. By this we mean the columns		boxes, header and footer sections. The more fine-grained layouts of each 		individual section are handled separately in section 2.			Boxes:		Element and section styles can be handled here, for example .sidebar ul 		enables you to style all menus in a sidebar. Backgroud images are applied 		where appropriate to avoid duplication, also background images and padding, 		margins on boxes etc.. should be kept together as they are not necessarily		mutually exclusive when it comes to creating certain effects				You can search through the file using crtl+F and search for specific sections		via the id eg. #top-search, #basket etc... or use the section flag eg. =box,		=search, =top, =links, =nav			Style + Typography:		Basic element styles.				Notes:		1/			There are some extra CSS hooks available to you to make the template			as customisable as possible. Firstly the <body> tag has an id similar to			the sites hostname eg. #www-example-quickorder-uk-com, which is useful if			you need to over-ride downstream styles (ids over-ride styles applied via			classes and single elements.				2/			=nav - any section that is the default navigation, eg. page list and				category list			=links - any section that pulls its data from the links table.			=basket - shopping and enquiry baskets			=top - any section that appears at the top eg. inside the header			=bottom - bottom section			=box - any section that relates to the styling of the .box construct				surrounding each section of the site.			=sidebar - anything that appears in the 					3/			Take a look at the information regarding the .body class in the bottom			section of the file.	*//* Reset */body { color: #000; background: #fff; }* { /* normalise margin, padding, typography */	margin: 0;	padding: 0;	font-family: 'Verdana', Helvetica, Tahoma, Arial, sans-serif;	font-size: 100%;	line-height: 1;	font-style: normal;	font-weight: normal;	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 (!?) *//* Layout ------------------------------------------------------------------------------------*/html, body { text-align: center; background-color: #4784C5;}#wrapper { /* this wraps everything inside the <body> tag */	position: relative;	text-align: left;	width: 1000px;	margin: 0 auto;	min-height: 100%;	padding-bottom: 0px;	overflow: hidden;	background-color: #FFFFFF;}#header { position: relative; width: 1000px; height: 235px; float: left;}#header h1 {width: 1000px;	margin: 0px 0;}#inner-wrapper { /* this wraps the main content blocks, useful with float clearing methods for background images etc */	position: relative;	float: left;	left: 0px;	margin: 0px;	}	#secondary { position: relative; top: 0px; left: 600px; width: 216px; float: right; margin-right: 4px;}#tertiary { position: relative; top: 0px; float: left; width: 176px; margin-left: 4px; }#primary { position: relative; top: 0px; left: -220px; width: 600px; float: right; margin: 0; padding: 0; }#primary .content { margin: 0px; padding: 0px; overflow: visible; }#frontpagetext {position: relative; float: left; font-size: 12px; color: #4784C5; padding-left: 10px; padding-right: 10px; text-align: center; line-height: 16px;}p.fpt {line-height: 1.2em;}p.fpt2 {font-size: 16px; font-weight: bold; line-height: 1.2em;}#footer {	margin-top: 10px;	padding: 12px 16px 4px;	clear: both;	position: relative;	width: 1000px;	font-size: small;	color: #FFFFFF;	background-image: url("/static/Image/sidelinksback.gif"); background-repeat:repeat-x;	border-bottom: 1px solid #ccc;}#footer p { margin: 0; }.content { /* a generic helper wrapper inside each main content block, best used in the context of its parent eg. #primary .content {} */	margin: 0; /* using margin means we can apply 100% width to boxes inside without layout breaking */	overflow: hidden;}.msg_head {padding: 5px 10px;cursor: pointer;position: relative;background-color:#DBE5FF;color: #3B5CB0;margin:1px;}.msg_body {padding: 5px 10px 15px;background-color:#F4F4F8;color: #3B5CB0;}/* Category Nav------------------------------------------------------------------------------------*/#category-nav a {   background : #C9C9C9;   color : #494F58;     display : block;    text-decoration: none;      line-height : 15px;    border-bottom: 1px dotted #eeeeee;   margin-top : none;   margin-bottom : none;   padding : 4px;  }#category-nav a:hover {  background : #ABA5A5; color : #494F58; }#virtual-category-nav {   display : none;   }#virtual-category-nav a {   display : none;   }#virtual-category-nav a:hover { background : #ABA5A5; color : #494F58; }#page-nav a {   background : #DBE5FF;   color : #3B5CB0;     display : block;    text-decoration: none;      line-height : 15px;    margin-top : 0px;   margin-bottom : 0px;   border-bottom: 1px dotted #3B5CB0;   padding : 4px;  }#page-nav a:hover { background : #C1D2FD; color : #3B5CB0; }/* Boxes - specific section styling------------------------------------------------------------------------------------*/#secondary .content { margin-left: 5px; }#tertiary .content { margin-right: 5px; }/* =box */.box { /* set basic styles for all .box sections, then over-ride as necessary */padding: 0 0 8px;}#top-search { padding-top: 10px; padding-bottom: 0px; position: absolute; top: 180px; width: 1000px; height: 50px; background-image: url("/static/search-back(1).gif"); background-repeat:repeat-x; }/* =primary =box */.primary .box,.primary .inner-box { background: none; padding: 0; margin: 0; border: 0; }.inner-box h1 { font-size: 20px; font-weight: normal; color: #FFFFFF; height: 30px; background: #4784c5 none repeat scroll 0 0; padding: 8px 6px; }/* =table (tables that ARE NOT user submitted content via FCKin editor */.nc { border: 1px solid #ccc; border-width: 1px; width: 99.8%; margin: 0.81em 0; }.nc td, .nc th { font-size: small; padding: 2px 3px; margin: 0; line-height: 1.205em; }.nc th { font-weight: bold; }.nc thead th { background: #eee; color: #333; border-bottom: 1px solid #ddd; }.nc tfoot th,.nc tfoot td { border-top: 1px solid #ddd; }.nc tbody td { padding: 8px 3px; }.nc .tac { text-align: center; }.nc .tar { text-align: right; padding-right: 6px; }.nc .tal { text-align: left; }.nc .odd { background: #fff; }.nc .even{ background: #fcfcfc; }/* =basket =steps */.steps { padding: 0.81em 0; text-align: center; }.steps * { margin: 0 8px; background: none; border: 0; padding: 0; }.steps input,.steps button,.steps a { text-decoration: underline; color: #000; }/* =basket */#primary #enquiry-basket fieldset,#primary #basket fieldset { width: 100%; margin: 0; padding: 0; }.basket .nc { margin: 1.62em 0; }.basket #pd { width: 50%; }.basket #rm { width: 12%; }.basket input.submit { margin: 0; }.basket fieldset.submit a,.basket fieldset.submit input { margin: 0 8px; }#product .options .basket {display:none;}/* =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; text-transform: small-caps; border-bottom: 1px solid #ccc; display: block; }#news img { float: left; margin: .81em 16px 0.81em 0; }/* =links =top */#top-links {	position: absolute;	top: 140px;	width: 1000px;	height: 40px;	padding: 10px 0 0 0;	text-align: center;	background-image: url("/static/Image/toplinksback.gif"); background-repeat:repeat-x;}#top-links li { display: inline; margin-left: 5px; }#top-links a { padding-left: 15px; color: #ffffff; } /* leave room for background image *//* =links =tabs */#tab-links { background: none; clear: both; }#tab-links li { display: inline; }#tab-links a { padding: 0.81em; }/* =nav =breadcrumbs */#primary #breadcrumbs { font-size: x-small; color: #FFFFFF; background: #4784C5; margin: 0 0 0; padding: 4px 4px 4px 2px; border-bottom: 1px dotted #FFFFFF; }#primary #breadcrumbs a { color: #FFFFFF; }/* =nav =subcats */#sub-categories { font-size: small; } /* these may have an associated image */#sub-categories ul li { float: left; text-align: center; margin: 4px; padding: 10px 0 0; width: 187px; height: 125px; overflow: hidden; border: 1px solid #ccc; }#sub-categories ul li a span { color: #FFFFFF; background: #4784C5; border-top: 1px solid #eee; display: block; height: 52px; margin: 0 auto; margin-top: 5px; overflow: hidden; padding: 5px 0 2px; white-space: normal; }/* =nav =subpages */#sub-pages { font-size: small; text-align: center; }#sub-pages .inner-box { margin: -8px 0; padding: 0 8px; }#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, #login ul { list-style: disc outside; }.sidebar li, #login ul li { margin-left: 0px; font-size: small; clear: both; color: #fff; padding: 0em 0; }.sidebar a, #login ul a { padding: 0; display: block; width: 100%; line-height: 1.2em; }/* =links */.links { background: none; }.links .tl, .links .bl, .links .tr, .links .br { background: none; margin: 0; padding: 0; }.links .inner-box { margin: 0; padding: 0; }.links ul { list-style: none; margin: 0; padding: 0; }.links li { margin: 0; padding: 0; width: 100%; }.links img { display: block; margin: 0 0 5px 0; width: 100%; }.links a.link { /* use the .link class if just image and text. HTML box has .body styling */	font-size: small;	text-align: center;	display: block;	line-height: 1.2em;	overflow: hidden;}.links .description {	background: #eee;	padding: 0.4em;	display: none;}/* =links =bestsellers */#primary .links { text-align: center; }#primary .links li { float: left; width: 32%; margin-right: 1.3%; } /* 3 column list */#primary .links li.a { clear: left; }#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 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; }/* =links =bottom */#bottom-links { background: none; text-align: right; float: right; margin: 4px 0 0; }#bottom-links li { display: inline; margin-left: 10px; border-right: #eee; }#bottom-links a { padding-left: 22px;  }/* =nav =back-to-top */#back-to-top {	display: none;	position: absolute;	width: 32px;	left: 50%;	top: -1.4em;	margin-left: -16px;	font-size: x-small;	text-align: center;}#back-to-top a {	display: block;	padding: 0;	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: bold; }.location ul a { font-weight: normal; }/* =basket =mini */.mini-basket { font-size: small; }.mini-basket li { list-style: none; margin-left: 0; color: #000; }.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; text-transform: 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 #eee; overflow: hidden; }#latest-news p { color: #000; line-height: 1.4em; margin: 0.2em 0; color: #000; }#latest-news img { margin: 0 6px 0 0; }/* =form */form { font-size: small; }.primary fieldset { border-top: 1px solid #ccc; padding: 0.81em 16px; }.primary legend { font-weight: bold; font-size: normal; padding: 0.4em; }.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 0.4em; border-top: 1px dotted #eee; }.primary fieldset li { overflow: hidden; padding: 0.4em; position: relative; border-bottom: 1px dotted #eee; }.primary form li label { float: left; width: 10em; padding: 0.2em 0 0; line-height: 1.2em; }.primary fieldset p { margin-left: 0.4em; margin-right: 0.4em; }.primary form li em, .req { color: #900; }.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; }.primary form li textarea { width: 23em; }#wrapper .currency input { width: 6em; margin-right: 4px; vertical-align: bottom; padding-top: 2px; } /* use #id overrides */#wrapper .currency select { margin-left: 0; }form .text input, form .Text input,form .URL input, form .Postcode input,form .Email input, form .readonly input,form .password input,form .select input { vertical-align: bottom; padding-top: 2px; padding-left: 2px; padding-right: 2px; }form li.checkbox input,form li.Checkbox input { margin: 0.4em 0 0.4em 1em; } /* capital letters because of the datamate form write out */form li.nolabel select { margin-left: 0; width: 70%; }.amount input, input.qty { width: 50px; height: 22px; background-image: url(/static/Image/inputbg.gif); background-repeat: no-repeat; border: 0px; padding-left: 4px;}li.checkbox input { vertical-align: middle; }option { padding: 0em 0.2em 0em 0.4em; background-color: #4784C5; color: white; border-top: 1px dotted #FFFFFF;}li.file fieldset { padding: 0.81em 0; margin: 0; border: 1px solid #ccc; border-width: 1px 0; }li.file fieldset legend { padding: 0; margin-bottom: 0.4em; }li.file fieldset label { display: block; width: 100%; padding: 0.2em 0; }li.file fieldset span.desc { float: left; width: 10em; padding: 0.35em 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,#wrapper .small fieldset { padding: 0; margin: 0 20px 0 0; border: 0; }fieldset.section,fieldset.submit { text-align: center; }/* =product =detail */#product img { float: right; }#product .small { clear: both; text-align: right; margin: 0.81em 0; }#product .small .submit { margin: 0px; }#product .body { text-align: left; padding: 10px; }#product .item-info { border: 0px; width: 45%; margin: 0.81em 0 0.81em 10px; }#product .item-info th { background: #9a9a9a; color: #FFFFFF; border-bottom: 1px solid #FFFFFF; }#product .item-info td { background: #c6c6c6; color: #FFFFFF; border-bottom: 1px solid #FFFFFF; }#product .price-box { margin-left: 10px; }#product .discounts { border: 0px; margin-left: 10px; width: 570px; }#product .discounts th { background: #9a9a9a; color: #FFFFFF; }#product .discounts td { background: #c6c6c6; color: #FFFFFF; }#product .options { background: #FFFFFF; color: #000000; width: 580px; }.product-variations { text-align: left; }.commodity-code { display: none; }/* =addresses */#default-addresses li.select label { width: 12em; }#addresses h3 { font-weight: bold; text-transform: none; font-size: normal; padding: 0.4em 0; margin: 0.81em 16px 0.4em; }#addresses .address-list { border-top: 1px solid #ccc; }#addresses .address-list li { overflow: hidden; padding: 0.4em 0; border-bottom: 1px solid #ccc; }#addresses .address-list .small { float: right; clear: right; width: 7em; text-align: right; padding-right: 16px; border-left: 1px solid #eee; margin: 0.2em 0; }#addresses .address-list .small input { width: 5em; font-size: small; }#addresses .address-list .adr { font-size: small; line-height: 1.21em; text-align: left; float: left; width: 70%; padding: 0.4em 16px 0.4em 16px; }/* =orders */#my-orders fieldset { border: 0; text-align: center; }#my-orders label { margin: 0 2px; }/* =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 { color: #000; }.sidebar fieldset.submit { text-align: center; margin-bottom: 0.4em; }.sidebar input.submit { margin: 0 auto; }/* =sidebar =login */.sidebar #login fieldset.submit { float: right; width: auto; margin-top: -2.35em; padding: 0; border: 0; }.sidebar #login ul { clear: both; }.sidebar #login #pwd { margin-bottom: 0.3em; }.sidebar #login .checkbox input { margin-left: 0; margin-top: 0.16em; }/* =msg */.msg { border: 1px dotted #FFFFFF; background-color: #4784C5; padding: 0.4em 0.4em 0.4em 26px; margin: 0.4em 0; line-height: 1.2em; font-size: small; }.msg p { margin: 0.2em 0; color: #FFFFFF;}.info { background: #4784C5 url(/templates/blank/lib/info.png) no-repeat 6px 0.44em; color: #FFFFFF;}.error { background: #4784C5 url(/templates/blank/lib/error.png) no-repeat 6px 0.44em; color: #FFFFFF;}.success { background: #4784C5 url(/templates/blank/lib/success.png) no-repeat 6px 0.44em; color: #FFFFFF;}/* =top =search */#top-search { clear: both; margin: 0; }#top-search form fieldset { text-align: center; margin: 0; padding: 0; }#top-search form * {  font-size: small; }#top-search form input.submit { margin-left: 0; vertical-align: text-bottom; }/* =product-list */.product-list ol { list-style: none outside; border-top: 1px solid #ccc; }.product-list ol li { overflow: hidden; position: relative; border-bottom: 1px solid #ccc; padding: 16px 16px 16px 140px; font-size:small; min-height: 109px; }.product-list ol li.even { background: #FFF; }.product-list ol h3 a { float: left; font-weight: bold; font-size: 14px; color: #4784C5; margin-left: 150px; width: 130px; clear: none; display: block; }.product-list ol .pid { font-weight: normal; color: #aaa; font-size: small; display: block; margin-left: 150px; }.product-list ol a img { position: absolute; top: 0px; float: left; padding: 0; margin: 0px; z-index: 2;}.product-list ol .body { display: block; margin-left: 150px; font-size: 10px; font-weight: normal; color: #5c67a9; line-height: 100%; }.product-list ol .price-box { position: absolute; top: 130px; margin-left: 150px; float: left; clear: both; }.product-list ol .options { overflow: hidden; padding-top: 0.81em; display: none; }.product-list ol .options input { margin-right: 16px; }.product-list ol .small { float: left; margin: 0; padding: 0; }.product-list ol .item-info { border: 1px dotted #eee; margin: 0; }.product-list ol .item-info th { width: 20%; }.product-list ol .item-info th,.product-list ol .item-info td { padding: 0.1em; }.product-list ol .min-qty { color: #bbb; }#restrictions {display:none;}#product form h3 {font-size: 20px; font-weight: bold; color: #5c67a9; margin-right: 12px; }.results {float: right;}.results table {margin-bottom: 5px; color: #acacac;}.qty-label {display: block; margin-bottom: 5px;}.virtual-category .product-list ol { list-style: none outside; border-top: 1px solid #ccc; }.virtual-category .product-list ol li { overflow: hidden; position: relative; border-bottom: 1px solid #ccc; padding: 16px 16px 16px 140px; font-size:small; min-height: 109px; }.virtual-category .product-list ol h3 a { float: right; font-weight: bold; font-size: 14px; color: #4784C5; margin-left: 150px; width: 130px; clear: none; display: block; }.virtual-category .product-list ol .pid { font-weight: normal; color: #aaa; font-size: small; margin-left: 0px;}.virtual-category .product-list ol a img { position: absolute; top: 0px; float: left; padding: 0; margin: 0px; z-index: 2;}.virtual-category .product-list ol .body { display: block; margin-left: 150px; font-size: 10px; font-weight: normal; color: #5c67a9; line-height: 100%; }.virtual-category .product-list ol .price-box { position: absolute; top: 130px; margin-left: 150px; float: left; clear: both; }.virtual-category .product-list ol .options { overflow: hidden; padding-top: 0.81em; display: none; }.virtual-category .product-list ol .options input { margin-right: 16px; }.virtual-category .product-list ol .small { float: left; margin: 0; padding: 0; }.virtual-category .product-list ol .item-info { border: 1px dotted #eee; margin: 0; }.virtual-category .product-list ol .item-info th { width: 20%; }.virtual-category .product-list ol .item-info th,.virtual-category .product-list ol .item-info td { padding: 0.1em; }.virtual-category .product-list ol .min-qty { color: #bbb; }#primary #product-list li, #primary #search-results li {	border: 1px solid #E6E8E8;	float: left;	height: 160px;	margin: 5px;	padding: 2px 4px 0px 0px;	text-align: left;	width: 280px;	}	#primary #product-list ol, #primary #search-results ol { margin-top: 10px; clear: both; }#primary #product-list li img, #primary #search-results li img {margin-bottom: 10px; }	#primary #product-list div.pagination p, #primary #search-results div.pagination p { float: left; font-size: 12px; color: #494F58; margin-left: 10px; margin-top: 6px; margin-right: 20px;}#primary #product-list div.pagination div.per-page, #primary #search-results div.pagination div.per-page { float: left; font-size: 12px; color: #494F58; margin-left: 10px; margin-right: 10px; margin-top: 5px;}#primary #product-list div.pagination, #primary #search-results div.pagination { clear: both; }#qo-sl1 { clear: both; float: left; width: 100%; margin: 0 0 12px; }#qo-sl1 .product-list { clear: both; float: left; width: 100%; list-style: none; margin: 0 0 0; padding: 12px 0; text-align: center; }#qo-sl1 .product-list li { float: left; width: 48%; padding: 14px 0; margin: 0 1% 12px 0; font-size: 0.8em; }#qo-sl1 .product-list li.odd { clear: left; }#qo-sl1 .product-list li.even { margin: 0 0 12px 1%; float: right; clear: right; }#qo-sl1 .product-list h3 { margin: 0; padding: 0; line-height: 1em; font-size: 1.3em; height: 2.1em; }#qo-sl1 .product-list li>h3 { min-height: 2.2em; height: auto; }#qo-sl1 .product-list h3 a { float: none; }#qo-sl1 .product-list a { display: inline; } /* the link surrounding the image */#qo-sl1 .product-list a img { padding: 0; margin: 4px auto; }#qo-sl1 .product-list .excerpt { margin: 0 0 10px 0; color: #000000; }#qo-sl1 .product-list .excerpt * { margin: 0; line-height: 0.8em; }#qo-sl1 .product-list a.more-info { display: inline; font-weight: bold; color: #000; width: 109px; height: 26px; text-decoration: none; text-align: center; vertical-align: middle; }#qo-sl1 .product-list a.more-info img { margin: 0; display: inline; vertical-align: middle; }#qo-sl1 .product-list a.more-info:hover { color: #000; text-decoration: none; }#qo-sl1 .product-list .item-info { text-align: center; overflow: hidden; padding: 8px 0; }#qo-sl1 .product-list .item-info * { display: inline; margin: 0; padding: 0; }#qo-sl1 .product-list .item-info dt { text-align: right; padding: 0 0 0 12px; }#qo-sl1 .product-list .item-info dd { text-align: left; padding: 0 12px 0 0; }#qo-sl1 .product-list .item-info .price { color: #900;} #qo-sl1 .product-list .item-info .value { color: #900; font-weight: bold; font-size: 110%; }#qo-sl1 .product-list .item-info .min-qty { color: #bbb; }#qo-sl1 .product-list .item-info .min-val { color: #bbb; }#qo-sl1 .product-list .item-info abbr { border-bottom: 0; text-decoration: none; }#qo-sl1 .product-list .item-options { line-height: 28px; display: none; }#qo-sl1 .product-list .item-options * { vertical-align: middle; display: none; } /* options like quantity, add to basket/faves */#qo-sl1 .product-list form { margin: 0; padding: 0; display: inline; vertical-align: middle; }#qo-sl1 .product-list form * { vertical-align: middle; width: auto; float: none; clear: none; }#qo-sl1 .product-list form img { display: inline; }#qo-sl1 .product-list form label { margin: 0 6px 0 0; display: inline; }#qo-sl1 .product-list form>label { margin: 0; }#qo-sl1 .product-list form label abbr { }#qo-sl1 .product-list form label input { text-align: center; font-size: 0.9em; padding: 1px; }#qo-2col{ clear: both; float: left; width: 100%; margin: 0px; }#qo-2col .product-list { clear: both; float: left; width: 100%; list-style: none; margin: 0px; padding: 0px; }#qo-2col .product-list li { 	border: 1px solid #E6E8E8;	float: left;	height: 160px;	margin: 0px;	padding: 0px;	text-align: left;	width: 280px; }#qo-2col .product-list li.even { background: #FFF; }#qo-2col .product-list>li { }#qo-2col .product-list h3 { margin: 0 0 12px; padding-top: 10px; line-height: 1em; font-size: 12px;}#qo-2col .product-list h3 a { float: none; font-size: 14px;}#qo-2col .product-list a { float: left; } /* the link surrounding the image */#qo-2col .product-list a img { display: block; float: left; padding: 0; margin: 0px; }#qo-2col .product-list .excerpt { margin: 0; color: #000000; height: 4em; padding: 0 10px 0 10px; font-size: 10px;}#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: none; font-weight: bold; color: #000; text-decoration: none; text-align: center; margin: 8px 0 10px; font-size: 0.7em; }#qo-2col .product-list a.more-info:hover { color: #000; text-decoration: none; }#qo-2col .product-list .item-info { overflow: hidden;  }#qo-2col .product-list .item-info * { margin: 0; padding: 0; }#qo-2col .product-list .item-info dt { float: left; text-align: left; padding: 0 ;  }#qo-2col .product-list .item-info dd { text-align: right; padding: 0 ;  }#qo-2col .product-list .item-info .price { color: #900; } #qo-2col .product-list .item-info .value { color: #900; font-weight: bold;  }#qo-2col .product-list .item-info .min-qty { color: #bbb; } #qo-2col .product-list .item-info .min-val { color: #bbb; }#qo-2col .product-list .item-options { display: 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; }#qo-bigpic { clear: both; float: left; width: 100%; margin: 0 0 12px; }#qo-bigpic .product-list { clear: both; float: left; width: 100%; list-style: none; margin: 0 0 0; padding: 12px 0; }#qo-bigpic .product-list li { float: left; display: block; width: 100%; padding: 14px 0; margin: 0 0 -1px 0; text-align: center;  border: solid ; border-width: 1px 0; font-size: 0.8em; overflow: visible; }#qo-bigpic .product-list>li { }#qo-bigpic .product-list li.odd { clear: both; }#qo-bigpic .product-list li.even { /*float: right; clear: right;*/ }#qo-bigpic .product-list h3 { margin: 0 0 8px 250px; padding: 0; line-height: 1em; height: 1.8em; text-align: left; }#qo-bigpic .product-list li>h3 { height: auto; min-height: 1.8em; }#qo-bigpic .product-list h3 a { float: none; }#qo-bigpic .product-list a { float: left; } /* the link surrounding the image */#qo-bigpic .product-list a img { padding: 0; margin: 0 10px 0 0; }#qo-bigpic .product-list .excerpt { margin: 0 0 10px 250px; color: #000000; text-align: left; height: 13em; }#qo-bigpic .product-list li>.excerpt { height: auto; min-height: 13em; }#qo-bigpic .product-list .excerpt * { margin: 0; line-height: 0.8em; }#qo-bigpic .product-list a.more-info { float: right; width: 278px; display: block; font-weight: bold; color: #000; text-decoration: none; text-align: center; margin: 8px 0 10px 0; }#qo-bigpic .product-list a.more-info:hover { color: #000; text-decoration: none; }#qo-bigpic .product-list .item-info { text-align: center; overflow: hidden; margin: 0 0 6px 0; padding: 14px 0 0; float: right; width: 278px; clear: right; }#qo-bigpic .product-list .item-info * { display: inline; margin: 0; padding: 0; }#qo-bigpic .product-list .item-info dt { text-align: right; padding: 0 0 0 12px; }#qo-bigpic .product-list .item-info dd { text-align: left; padding: 0 12px 0 0; }#qo-bigpic .product-list .item-info .price { color: #900;} #qo-bigpic .product-list .item-info .value { color: #900; font-weight: bold; font-size: 110%; }#qo-bigpic .product-list .item-info .min-qty { color: #bbb; } #qo-bigpic .product-list .item-info .min-val { color: #bbb; }#qo-bigpic .product-list .item-info abbr { border-bottom: 0; text-decoration: none; }#qo-bigpic .product-list .item-options { float: left; clear: left; text-align: center; width: 240px; }#qo-bigpic .product-list .item-options { line-height: 28px; }#qo-bigpic .product-list .item-options * { vertical-align: middle; } /* options like quantity, add to basket/faves */#qo-bigpic .product-list form { margin: 0; padding: 0; display: inline; vertical-align: middle; }#qo-bigpic .product-list form * { vertical-align: middle; width: auto; float: none; clear: none; display: inline; }#qo-bigpic .product-list form label { margin: 0 6px 0 0; display: inline; }#qo-bigpic .product-list form>label { margin: 0; }#qo-bigpic .product-list form label abbr { }#qo-bigpic .product-list form label input { text-align: center; font-size: 0.9em; padding: 1px; }#qo-links { clear: both; float: left; width: 100%; margin: 0 0 12px; }#qo-links .product-list { clear: both; float: left; width: 100%; list-style: none; margin: 0 0; padding: 12px 0; }#qo-links .product-list li { float: left; width: 48%; padding: 14px 0; margin: 0 0 16px; font-size: 0.8em; overflow: hidden; }#qo-links .product-list li.odd,#qo-links .product-list li.even { position: relative; height: auto !important; height: 14em; min-height: 14em; }#qo-links .product-list li.odd { clear: both; }#qo-links .product-list li.even { margin-left: 16px; /*float: right; clear: right;*/ }#qo-links .product-list h3 { margin: 0 150px 12px 0; padding: 0 0 0; line-height: 1em; }#qo-links .product-list h3 a { float: none; }#qo-links .product-list a { float: none; } /* the link surrounding the image */#qo-links .product-list a img.product-image { position: absolute; top: 12px; right: 0; padding: 0; margin: 0 10px 0 0; }#qo-links .product-list .excerpt { margin: 0 0 10px 0; color: #000000; height: 4em; }#qo-links .product-list>.excerpt { height: auto; min-height: 4em; }#qo-links .product-list .excerpt * { margin: 0; line-height: 0.8em; }#qo-links .product-list .item-info { clear: left; border: 0; overflow: hidden; margin: 0 150px 6px 0; }#qo-links .product-list .item-info li { border: 0; float: none; width: auto; padding: 0; margin: 0; }#qo-links .product-list .item-info .value { color: #c00; font-weight: bold; font-size: 150%; }#qo-links .product-list .item-info abbr { border-bottom: 0; text-decoration: none; }#qo-links .product-list .item-options { margin-right: 150px; font-size: 0.96em; width: auto; text-align: left; }#qo-links .product-list .item-options ul { border: 0; width: 100%; list-style: none; padding: 0 0 8px; margin: 0; }#qo-links .product-list .item-options li { border: 0; padding: 0; margin: 0; display: block; float: left; width: 8.6em; font-size: 1em; }#qo-links .product-list .item-options a,#qo-links .product-list .item-options span { white-space: nowrap; line-height: 18px; padding: 2px 2px 2px 0; overflow: visible; }#qo-links .product-list .item-options .more-info { clear: left; }#qo-links .product-list .item-options img { display: inline; margin: 0; padding: 0; border: 0; vertical-align: baseline; }#qo-links .product-list .item-options .cat-link { padding: 6px 0; clear: both; width: auto; float: none; font-size: 1.2em; text-decoration: underline; }#qo-tc1 .product-list { clear: both; float: left; width: 100%; list-style: none; margin: 1px 0; padding: 12px 0; text-align: center; }#qo-tc1 .product-list li { float: left; width: 31.5%; padding: 0; margin: 12px 1% 12px 0; font-size: 0.8em; background: <?scriptsite table=sites field='##colour_border##' ?> url(/utils/template-bits/gfx/product-lists/white-corner-right-top.png) no-repeat right top; }#qo-tc1 .product-list li.one { clear: both; }#qo-tc1 .product-list li.two { margin-left: 1.7%; margin-right: 0; }#qo-tc1 .product-list li.three { float: right; margin: 12px 0; }#qo-tc1 .product-list h3 { margin: 0; padding: 8px 16px 2px; line-height: 1em; font-size: 1.3em; height: 2.1em; background: url(/utils/template-bits/gfx/product-lists/white-corner-left-top.png) no-repeat left top; }#qo-tc1 .product-list li>h3 { min-height: 2.1em; height: auto; }#qo-tc1 .product-list h3 a { float: none; }#qo-tc1 .product-list .prod-info { overflow: hidden; height: 18em; margin: 2px 2px; background: #fff; padding: 8px; }#qo-tc1 .product-list a { display: inline; } /* the link surrounding the image */#qo-tc1 .product-list a img { padding: 0; margin: 4px auto; }#qo-tc1 .product-list a.more-info { display: inline; text-align: center; vertical-align: middle; }#qo-tc1 .product-list a.more-info img { margin: 0; display: inline; vertical-align: middle; }#qo-tc1 .product-list a.more-info:hover {  }#qo-tc1 .product-list .item-info { text-align: center; overflow: hidden; padding: 8px 0 0; }#qo-tc1 .product-list .item-info * { display: inline; margin: 0; padding: 0; }#qo-tc1 .product-list .item-info dt { text-align: right; padding: 0 0 0 12px; }#qo-tc1 .product-list .item-info dd { text-align: left; padding: 0 12px 0 0; }#qo-tc1 .product-list .item-info .price { color: #900; } #qo-tc1 .product-list .item-info .value { color: #900; font-weight: bold; font-size: 110%; }#qo-tc1 .product-list .item-info .min-qty { color: #bbb; }#qo-tc1 .product-list .item-info .min-val { color: #bbb; }#qo-tc1 .product-list .item-info abbr { border-bottom: 0; text-decoration: none; }#qo-tc1 .product-list .item-options { padding: 0 0 8px; margin: 0; }#qo-tc1 .product-list .item-options * { vertical-align: middle; } /* options like quantity, add to basket/faves */#qo-tc1 .product-list form { margin: 0; padding: 0; display: inline; vertical-align: middle; }#qo-tc1 .product-list form * { vertical-align: middle; width: auto; float: none; clear: none; }#qo-tc1 .product-list form img { display: inline; }#qo-tc1 .product-list form label { margin: 0 6px 0 0; display: inline; }#qo-tc1 .product-list form>label { margin: 0; }#qo-tc1 .product-list form label abbr { }#qo-tc1 .product-list form label input { text-align: center; font-size: 0.9em; padding: 1px; }/* Front page offers------------------------------------------------------------------------------------*/#product-front-container{width: 600px;}.product-front{	float:left;	border:1px solid #CCCCCC;	width:188px;	height:286px;	padding:2px;	margin-top: 8px;	margin-right: 8px;	text-align:center;}.product-front h3{	margin:6px 0px 8px 0px;}.product-front h3 a{	margin:0px;	padding:0px;	font-size:13px;	font-weight:bold;	color:#2a4e9a;	font-family:Verdana,sans-serif;	text-decoration:underline;}.product-front-heading {	text-align:center;	margin:0px;	padding:7px 0 0 0;	width: 188px;	height:20px;	background-color: #9E002D;	font-size: 9px;	color: #FFFFFF;}.product-front img {	margin-top:11px;	padding:0px;}.front-price {	color:#EABBC9;	font-size:16px;	font-family:Arial,Helvetica,sans-serif;	font-weight:bold;	font-style:italic;	text-align: right;}.pricefrom {	color:#EABBC9;	font-size:12px;	font-family:Arial,Helvetica,sans-serif;	font-style:italic;	text-align: right;}.product-front-text{	color:#1C3591;	font-size:9px;	display:block;	height:30px;	text-align:center;}.bottom-block {	background-color: #D31149;	margin-top: 10px;	width: 188px;	height:30px;	display: block;}.bottom-block-text {	padding: 5px;}	.minquatext {	color:#FFFFFF;	font-size:9px;}.fulldetails {	display:block;	margin: 0px;	background-color: #9E002D;	width: 188px;	height:30px;}.clickdetails {	padding: 5px;}.clickdetailstext {	font-size:9px;	color: #FFFFFF;	text-decoration: underline;	}.clickdetailstext a:visited{	font-size:9px;	color: #FFFFFF;	text-decoration: underline;	}		.product-front2{	float:left;	border:1px solid #CCCCCC;	width:188px;	height:286px;	padding:2px;	margin-top: 8px;	margin-right: 0px;	text-align:center;}.product-front2 h3{	margin:6px 0px 8px 0px;}.product-front2 h3 a{	margin:0px;	padding:0px;	font-size:13px;	font-weight:bold;	color:#2a4e9a;	font-family:Verdana,sans-serif;	text-decoration:underline;}.product-front2 img {	margin-top:11px;	padding:0px;}/* Basic element styles (low level stuff)---------------------------------------------------------------------------------------*/h1 { font-size: 2em; font-family: verdana; color: #000; }h2 { font-size: 20px; font-weight: normal; color: #FFFFFF; height: 30px; background: #4784c5 none repeat scroll 0 0; padding: 8px 6px; }h3 { font-size: medium; font-weight: bold; text-transform: small-caps; margin: 0 0 0.4em; }h4 { font-size: small; font-weight: bold; }/* may want some alternate styling in sidebars or on .tertiary, .secondary, #basket etc... */.sidebar h3 { margin: 0; padding: 0 0 0.4em; border-bottom: 1px dotted #eee; }.tertiary h3 { height: 30px; background-image: url("/static/Image/sidelinksback.gif"); background-repeat:repeat-x; border-bottom: 0px; padding: 8px 0px 0px 8px; color: #FFFFFF; }.secondary h3 { height: 30px; background-image: url("/static/Image/sidelinksback.gif"); background-repeat:repeat-x; border-bottom: 0px; padding: 8px 0px 0px 8px; color: #FFFFFF; }.date { margin-bottom: 0.2em; }.date { font-size: x-small; color: #666; font-style: italic; }.pid { font-weight: normal; color: #aaa; font-size: 9px; } /* product id span */.price { color: #4784C5; font-weight: bold; } /* price display (not always a span) */dl { overflow: hidden; font-size: small; }.pagination { font-size: small; overflow: hidden; padding: 0.4em 0; vertical-align: bottom; background : #b9d9fc;}.pagination .per-page { float: left; }.pagination .next { float: right; margin-right: 10px; }.pagination .next a { width: 79px; height: 27px; background: url(/static/Image/next.gif) no-repeat scroll 0 0; border: 0px; display: block;}.pagination .next a img { display: none; }.pagination .prev { float: right; }.logged-in-as { font-size: x-small; float: right; margin-top: 4em; text-align: right; color: #ccc; display: none; }a { text-decoration: none; }a:link { color: #36f; }a:visited { color: #777; }a:hover { color: #0cf; text-decoration: underline; }a:active { background: #39f; color: #fff; }/*	.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.62em; } /* container for FCK Editor output */p,.body ol,.body ul, .primary ul,.body blockquote,.body dl,.body table { margin: 0.81em 0; line-height: 1em; }.body ol { list-style: decimal outside; margin-left: 32px; }.body ul { list-style: disc outside; margin-left: 32px; }.body li { line-height: 1.62em; }.body img { border: 0px; padding: 0px; background: #fff; }img.fl-l { float: left; clear: left; margin: 0 16px 0.81em 0; border: 1px solid #eee; padding: 4px; background: #fff; }img.fl-r { float: right; clear: right; margin: 0 0 0.81em 16px; border: 1px solid #eee; padding: 4px; background: #fff; display: none; }img.news-image { float: right; clear: right; margin: 0.4em 0 0.81em 16px; border: 1px solid #eee; padding: 4px; background: #fff; }.body blockquote { margin: 0.81em 80px 0.81em 20px; border: 1px solid #ccc; border-width: 1px 0; background: #eee; padding: 0.81em 16px; }small { font-size: small; }big { font-size: normal; font-weight: bold; }strong { font-weight: bold; }em { font-style: italic; }