/*

	Sample Stylesheet 2 for QOP
	@author: $Author: rob $
	@copyright: Versatilia Ltd 2008
	@lastmodified: $Date: 2008-04-16 22:51:13 +0100 (Wed, 16 Apr 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
		
	Basics:
		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: #000000;
	background-image: url(bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
* { /* normalise margin, padding, typography */
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 100%;
	line-height: inherit;
	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 (!?) */
button { width: auto; overflow: visible; }

/* Layout 
------------------------------------------------------------------------------------*/
html, body {
	text-align: center;
	background: #fff;
	color: #000000;
	background-image: url(bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	
}

#wrapper { /* this wraps everything inside the <body> tag */
	text-align: left;
	max-width: 62em;
	min-width: 760px;
	margin: 0 auto;
	min-height: 100%;
	padding-bottom: 16px;
	overflow: hidden;
	background: #fff;
}
#header {
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 {
	margin: 16px 0;
	float: left;
}

#header {
background-image:url(MI-banner2.png);
background-position:left top;
border-bottom:1px dotted #CCCCCC;
height:133px;
padding-bottom:16px;
}


/*#header {
	padding-bottom: 16px;
	height: 125px;
	background-image: url(MI-banner2.png);
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}*/

#inner-wrapper { /* this wraps the main content blocks, useful with float clearing methods for background images etc */
	overflow: hidden;
	padding: 0;
}
#primary { float: left; width: 100%; margin: 0; padding: 0; }
#primary .content { margin: 0 22%; min-height: 600px; padding: 0; overflow: visible; width:550px} 
#primary .inner-content { border: 1px solid #eee; border-width: 0 1px; padding: 1px 16px 3000px; margin: -1px 0 -3000px;  }
#secondary { float: left; width: 22%; margin: 0 0 -16px -22%; }
#tertiary { float: left; width: 22%; margin: 0 0 -16px -100%; }


#footer {
	margin: 16px 0 0;
	clear: both;
	font-size: small;
	position: relative;
	background-image: url(footer-BG.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#footer .content { margin: 0 16px; }

.content { overflow: hidden; }
.inner-content { /* a generic helper wrapper inside each main content block, best used in the context of its parent eg. #primary .content {} */
	margin: 0 16px; /* using margin means we can apply 100% width to boxes inside without layout breaking */
}

/* Boxes - specific section styling
------------------------------------------------------------------------------------*/

/*Advanced Search*/
#search fieldset { width: 190px; }
#search ol { width: 190px; }
#search select { width: 190px; }

/* =box */
.box { /* set basic styles for all .box sections, then over-ride as necessary */

}
#sub-pages, #footer .content {

}
#top-search {

}
.box .tl, .box .tr, .box .bl, .box .br {
	background-repeat: no-repeat;
}
#footer .ctl, #footer .ctr, #footer .cbl, #footer .cbr,
#sub-pages .tl, #sub-pages .tr, #sub-pages .bl, #sub-pages .br {
	background-repeat: no-repeat;
}
#top-search .tl, #top-search .tr, #top-search .bl, #top-search .br {
	background-repeat: no-repeat;
}

#sub-pages .tl, #sub-pages .tr, #sub-pages .bl, #sub-pages .br,
#footer .ctl, #footer .ctr, #footer .cbl, #footer .cbr,
#top-search .tl, #top-search .tr, #top-search .bl, #top-search .br {
	position: relative;
	z-index: 4;
}

.box, #sub-pages { /* this is a set of classes for easiest possible creation of fluid content boxes around the various site elements. Can be made specific to the area of the site eg. #header .box1, #primary .box1 */
	padding: 0;
	margin: 0 0 16px 0;
}
.tl, #sub-pages .tl, #footer .ctl, .ltl { background-position: left top; }
.tr, #sub-pages .tr, #footer .ctr, .ltr { padding: 16px 0 0; margin-left: 16px; background-position: right top; }
.bl, #sub-pages .bl, #footer .cbl, .lbl { clear: both; background-position: left bottom; }
.br, #sub-pages .br, #footer .cbr, .lbr { padding: 16px 0 0; margin-left: 16px; background-position: right bottom; }
.inner-box,
#footer .inner-content {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#footer .content {
	overflow: visible;
}

#top-search .inner-box { margin: -8px 0; }
#top-search form { position: relative; z-index: 8; }
#sub-pages .inner-box { margin: -6px 0; }
#footer .inner-content { margin: -6px 0; padding: 1px 16px 0; }
#footer .inner-content .box,
#sub-pages ul { position: relative; z-index: 12; } /* stop p covering the list */

/* =links =box */
.ltl, .ltr, .lbl, .lbr { /* link border css */
	position: relative;
	z-index: 6;
	display:none
}

/* =links =sidebar =box */
.sidebar .link-box { position: relative; z-index: 4; }
.ltl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
.lbl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
}

/* =primary =box */
.primary .box,
.primary .inner-box {
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
	display: inherit;
}

.primary .tl,
.primary .tr,
.primary .bl,
.primary .br { background: none; padding: 0; margin: 0; }
.primary .box { margin: 0.81em 0; }

#footer .box,
#footer .inner-box,
#footer .box .tr,
#footer .box .tl,
#footer .box .bl,
#footer .box .br {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #3399CC;
	text-decoration: none;
}

/* =table (tables that ARE NOT user submitted content via FCKin editor */
.nc { border: 1px solid #aaa; border-width: 0px 0; width: 99.8%; margin: 0.81em 0; font-size: small; }
.nc td, .nc th { font-size: small; padding: 2px 3px; margin: 0; line-height: 1.205em; vertical-align: middle; }
.nc th { font-weight: bold; text-align: left; }
.nc thead th { color: #393a3d; font-size: 1.1em; font-weight: bold; border-bottom: 1px dotted #aaa; }
.nc tfoot th,
.nc tfoot td { border-top: 1px solid #aaa; font-size: 1.1em; font-weight: bold; line-height: 1.62em; }
.nc tfoot td { border-top-style: dotted; }
.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: #ccc; }
.nc .even { background: #eee; }

/* =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: #393a3d; text-decoration: none; border-bottom: 1px solid #343833; }
.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[headers="pd"] { padding-left: 56px; height: 60px; }
.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[class="nc"] img { position: absolute; left: 0; margin: -6px 6px 2px; border: 1px solid #aaa; }
.basket table img { float: left; margin: 0 6px 2px; padding: 2px; background: #fff; border: 1px solid #aaa; }
.tac input { text-align: center; }
.quantity { width: 2.8em; text-align: center; }
#tt { color: #000; }
.tot { color: #36f; 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 {
background:transparent none repeat scroll 0 0;
left:-18px;
position:absolute;
text-align:left;
top:101px;
width:950px;
}
#top-links * {
	background: none;
	color: #FFFFFF;
}
#top-links .tr { padding: 0 0 12px; }
#top-links li { display: inline; margin-left: 5px; }
#top-links a { padding-left: 22px; } /* leave room for background image */

/* =links =tabs */
#tab-links div {
	background: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#tab-links {
	background: none;
	clear: both;
	margin: 0;
	padding-right: 0;
	padding-bottom: 0.81em;
	padding-left: 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: x-small; background: none; margin-top: 0; }

/* =nav =subcats */
#sub-categories { font-size: small; } /* these may have an associated image *//*
#sub-categories li { display: inline; padding: 0; margin-right: 16px; }*/
#sub-categories li { padding: 5px; margin-right: 16px;  margin-top:10px; float:left; width:140px;}




/*#sub-categories a img { padding: 4px; border: 1px solid #999; background: #fff; vertical-align: middle; }*/
#sub-categories a img {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #999999;
float:left;
margin-right:5px;
padding:4px;
vertical-align:middle;
}

/* =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, #login ul {
	list-style-position: outside;
	list-style-type: square;
}
.sidebar li, #login ul li {
	margin-left: 14px;
	font-size: small;
	clear: both;
	color: #343833;
	padding: 0.1em 0;
}
.sidebar a, #login ul a {
	padding: 0;
	width: 100%;
}

/* =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; background: none; }
.links ul { list-style: none; margin: 0; padding: 0px 0; }
.links li { margin: 0; padding: 0; width: 100%; position: relative; }
.links img { display: block; margin: 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: #FFFFFF;
	padding: 0.6em 8px;
	display: block;
	margin: 0;
}

/* =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; }

/* =meta */
#footer #meta { float: left; position: relative; z-index: 20;  }
#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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer #bottom-links li { display: inline; margin-left: 10px; border-right: #393a3d;	color: #FFFFFF;}
#footer #bottom-links a {
	padding-left: 10px;
	line-height: 1.2em;
	color: #FFFFFF;
}

/* =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: bold; }
.location ul a { font-weight: normal; }

/* =basket =mini */
.mini-basket {	font-size: small;}
#mini-basket {	font-size: small; display:none;}
.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; 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 { 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 #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 .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: 1.2em 0; margin: 0; border: 0; }
li.file fieldset legend { padding: 0; margin-bottom: 0.6em; }
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 { 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; }

/* =product =detail */
#product img { float: right; border: 1px solid #202320; padding: 4px; background: #fff; }
#product .item-info { width: auto; margin: 0.81em 0; }
#product .item-info th { border-bottom: 1px solid #c8dbbf; padding: 3px 6px 3px 0; }
#product .item-info td { border-bottom: 1px dotted #c8dbbf; padding: 3px 0 3px 6px; }
#product .small { display: block; clear: both; text-align: right; margin: 0.81em 0; }
#product .small fieldset { display: block; }
#product .small .submit { margin-right: 16px; }
.product-variations { text-align: left; }
#product .commodity-code { display: none; }

/* =addresses */
#addresses .address-list { border-top: 1px dotted #ccc; }
#addresses .address-list li { overflow: hidden; 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; }

/* =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.18em; }


/* =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; }
.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; }

/* =top =search */
#top-search {
	margin: 0;
	float: right;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
#top-search a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
#top-search .inner-box { margin: -8px 4px; }
#top-search form fieldset {
	text-align: left;
	margin: 0;
	padding: 0;
}
#top-search form * { font-size: small; }
#top-search form input { vertical-align: bottom; }
#top-search form select { vertical-align: baseline; }
#top-search form input.submit { margin-left: 0; vertical-align: baseline; }

/* =product-list */
.product-list { width: 100%; }
.product-list ol { list-style: none outside; border-top: 1px dotted #ccc; clear: both; }
.product-list ol li {
	position: relative;
	border-bottom: 1px solid #ccccc;
	padding: 16px 16px 16px 140px;
	font-size:small;
	min-height: 109px;
	background: #FFFFFF;
	background-image: url(product-BG.jpg);
	background-repeat: repeat-x;
	width: 360px;
}
.product-list ol li.even {
	background: #E6E6E6;
	background-image: url(product-BG2.jpg);
	background-repeat: repeat-x;
}
.product-list ol h3 a { font-weight: bold; font-variant: small-caps; }
.product-list ol .pid {
	font-weight: normal;
	color: #000000;
	font-size: small;
}
/*.product-list ol li img {  position: absolute; top: 16px; left: 16px; margin: 0 16px 0.4em 0; border: 1px solid #ccc; padding: 4px; background: #fff; }*/

.product-list ol li img {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
left:0px;
padding:0px;
position:absolute;
top:0px;
margin:15px;
}


.product-list ol .options { overflow: hidden; padding-top: 0.81em; }
.product-list ol .options input { margin-right: 8px; }
.product-list ol .small { float: left; margin: 0; padding: 0; }
.product-list ol .item-info { clear: both; border: 1px dotted #aaa; 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; }


/* Basic element styles (low level stuff)
---------------------------------------------------------------------------------------*/

h1 { font-size: 2em; }
h2 { font-size: x-large; font-weight: normal; margin: 0 0 0.4em; border-bottom: 1px solid #ccc; padding: 0 0 0.2em; line-height: 0.81em; color: #000; }
h3 { font-size: medium; font-weight: bold; font-variant: 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 #393a3d; }

.date { margin-bottom: 0.2em; font-size: x-small; color: #aaa; font-style: italic; }

.pid {
	font-weight: normal;
	color: #000000;
	font-size: small;
} /* product id span */
.price { color: #36f; font-weight: bold; } /* price display (not always a span) */
.sidebar .price { color: #36f; }

.pagination { font-size: small; float: left; width: 100%; 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 { font-size: x-small; float: right; margin-top: 4em; text-align: right; color: #ccc; 	display: none;}

a { text-decoration: none; }
a:link {
	color: #0C5CA7;
}
a:visited {
	color: #0C5CA7;
}
a:hover {
	color: #0C5CA7;
	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.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 {
	padding: 4px;
	background: #fff;
}
img.fl-l { float: left; clear: left; margin: 0 16px 0.81em 0; border: 1px solid #393a3d; padding: 4px; background: #000; }
img.fl-r { float: right; clear: right; margin: 0 0 0.81em 16px; border: 1px solid #393a3d; padding: 4px; background: #000; }
img.news-image { float: right; clear: right; margin: 0.4em 0 0.81em 16px; border: 1px solid #393a3d; padding: 4px; background: #000; }

.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; }

.cat-link-ceramics-mugs li { display:none;}
.cat-link-clothing-textiles li { display:none;}
.cat-link-conference li { display:none;}
.cat-link-desk-office li { display:none;}
.cat-link-electronics-technology li { display:none;}
.cat-link-executive li { display:none;}
.cat-link-food-drink li { display:none;}
.cat-link-golf-products li { display:none;}
.cat-link-health-personal-care li { display:none;}
.cat-link-pens-writing-instruments li { display:none;}
.cat-link-promotional li { display:none;}
.cat-link-recycled-eco-products li { display:none;}
.cat-link-time-pieces li { display:none;}
.cat-link-tools-torches li { display:none;}
.cat-link-travel-leisure li { display:none;}
.cat-link-home-living li { display:none;}
.page-link-products { display:none;}
.page-link-branding { display:none;}
.page-link-about-us { display:none;}
.page-link-contact-us { display:none;}
.page-link-catalogues { display:none;}
#page-nav { display:none;}

.Left-homepage-box {
	float: left;
	width: 250px;
	border: 1px solid #999999;
}
.Left-homepage-box-header {
	background-image: url(Homepage-bo-bg-header.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 240px;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.Left-homepage-box-wrapper  ul  {
list-style:none;
}
.Left-homepage-box-wrapper  li  {
	background-image: url(tick.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-bottom: 14px;
	font-size: 12px;
}


 
 .right-homepage-box {
	float: left;
	width: 250px;
	margin-left: 10px;
	border: 1px solid #999999;
}.Left-homepage-box-wrapper {
	float: left;
	padding: 5px;
	width: 240px;
	text-align: left;
	font-size: 14px;
	height:300px;
}
.right-homepage-box-wrapper {
	float: left;
	padding: 5px;
	width: 240px;
	text-align: left;
	height:300px;
}
.right-homepage-box-wrapper ul {
	float: left;
	width: 240px;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin:0px;
}
.right-homepage-box-wrapper li {
	float: left;
	text-align: left;
	margin-left: 20px;
	width: 200px;
	font-size: 12px;
	margin-top: 5px;
}
.homepage-text-box-div {
	clear: both;
	margin-top: 20px;
	display:inline;
	float:left;
}
.homepage-text-box-div p {
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;	
}


.image-no-pad {
padding:0px; !important
margin:0px;}