/*
	-----------------------------------------------------------------------------------
	
	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 { }
* { /* normalise margin, padding, typography */
	margin: 0;
	padding: 0;
	font-family: "Arial", Tahoma, sans-serif;
	font-size: 100%;


}
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;
}

#wrapper { /* this wraps everything inside the <body> tag */
	text-align: left;
	max-width: 62em;
	min-width: 760px;
	margin: 0 auto;
	border-width: 0 1px;
	min-height: 100%;
	padding-bottom: 16px;
	overflow: hidden;
	background: #fff;
}
#header { position: relative; overflow: hidden; }
#header h1 {
	margin: 0 0 16px 0;
	float: left;
}
#header { height: 128px; padding-top: 10px;}

#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 { padding: 0; overflow: visible; }
#primary .inner-content { 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;
}
#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
------------------------------------------------------------------------------------*/
/*Category Navigation*/
#category-nav { width: 168px; }
#category-nav ul { border-top: solid #E6E6E6 1px; border-left: solid #E6E6E6 1px; border-right: solid #E6E6E6 1px;}
#category-nav h3 { padding-left: 20px;  }
#category-nav a { padding-left: 20px; color: #666666; font-weight: bolder;}
#category-nav a:link { color: #666666;}
#category-nav a:visted { color: #666666;}
#category-nav a:hover {
background:transparent url(/static/Image/cat-hover-active.png) no-repeat scroll left center;
color:#FFFFFF; text-decoration: none; }
#category-nav a:active {
background:transparent url(/static/Image/cat-hover-active.png) no-repeat scroll left center;
color:#FFFFFF; text-decoration: none; }
#category-nav .cat-link-categories { font-size: 19px; color: #000099; font-weight: 600; }

#category-nav .cat-link-categories ul {border: solid #E6E6E6 1px;}

#category-nav li { border-bottom: solid #E6E6E6 1px; }
#category-nav li a { height: 27px; width: 170px; line-height: 27px; font-size: 12px;}

body.home #category-nav { display :none; }
body.home #secondary { }
body.product #category-nav { display :none; }
body.category #primary { min-height: 650px; }
body.category #product-list { margin-left: 22%; width: 78%; }
body.category #sub-categories { margin-left: 22%; width: 78%; }
body.category #category-nav { margin-top: 70px; }
body.category .body { margin-left: 21%; width: 78%; }
body.page #category-nav { margin-top: 55px; display: none;}
body.page .body { margin-top: 30px; }
body.page .info { margin-top: 30px; }
body.page #breadcrumbs { margin:0; position: absolute; }
body.advanced-search .body { margin-left: 0; }
body.page #basket {  }
body.page #checkout {  }
body.page #register {  width: 60%; }
body.page #login {  width: 60%; }
/*body.page #search { margin-left: 22%; width: 78%; }
body.page #login { margin-left: 22%; width: 78%; }*/
body.page #enquiry { }
body.page #sub-pages { margin-top: 30px;}
/*body.page #addresses { margin-left: 22%; width: 78%; }
body.page #my-details { margin-left: 22%; width: 78%; }
body.page #my-orders { margin-left: 22%; width: 78%; }*/
body.page .datamate {  }
/*body.news #primary { margin-left: 22%; width: 78%;}*/
/*body.news #news { margin-left: 22%; width: 78%;}*/
body.news #category-nav { display: none; }
body.page p.msg { margin-top: 30px; }
body.enquiry-basket p.success {display: none; }
body.advanced-search p.msg { margin-left: 0;}
body.page #my-quotes { }

body.forgotten-your-password- #login { display: none; }
body.forgotten-your-password- #breadcrumbs { display: none; }
body.forgotten-your-password- p.msg { margin-top: 0.4em; }
body.forgotten-your-password- fieldset ol { margin: 0; }
body.forgotten-your-password- fieldset.submit { text-align: left; }

body.category h2 { color: #eb0087; background: #fde5f3; height: 30px; padding: 5px 0 5px 20px; font-weight: 600; margin: 0px 0 10px -2px; border-bottom: none;}
body.category h3 { color: #003580; font-weight: 700; font-size: 20px;}
#virtual-category-nav { }
#page-nav { display: none; }

/* =box */
.box { /* set basic styles for all .box sections, then over-ride as necessary */
}

#footer .ctl, #footer .ctr, #footer .cbl, #footer .cbr,
#sub-pages .tl, #sub-pages .tr, #sub-pages .bl, #sub-pages .br { 
}

#sub-pages .tl, #sub-pages .tr, #sub-pages .bl, #sub-pages .br,
#footer .ctl, #footer .ctr, #footer .cbl, #footer .cbr {
	background-repeat: no-repeat;
	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;
}

#footer .content {
	overflow: visible;
}

#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 */
	background-repeat: no-repeat;
	background-image: url(/templates/blank/lib/white-border.png);
	position: relative;
	z-index: 6;
}

/* =links =sidebar =box */
.sidebar .link-box { position: relative; z-index: 4; }
.ltl { position: absolute; top: 0; left: 0; width: 100%; }
.lbl { position: absolute; bottom: 0; left: 0; width: 100%; }

/* =primary =box */
.primary .box,
.primary .inner-box { background: none; padding: 0; margin: 0; border: 0; }
.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 { background: none; padding: 0; margin: 0; }

/* =table (tables that ARE NOT user submitted content via FCKin editor */
.nc { border: 1px solid #aaa; border-width: 0; width: 99.8%; margin: 0.81em 0; font-size: small; clear: both; }
.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; color: #eb0087; font-smooth: always;}
.nc thead th { color: #eb0087; 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.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; }
#tt { color: #000; }
.tot { color: #36f; border-bottom: 1px solid #000; }

/* =nav =back */
.back, fieldset.submit {
	clear: both;
	border-top: 1px dashed #ccc;
	line-height: 1.62em;
	padding: 0.81em 0; font-size: small;
	text-align: center;

}

#login ul.mini-nav { margin: 0;}
#login fieldset { padding-bottom: 0;}

/* =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 { top: 0; right: 0; text-align: right; background: none; float: right; margin: 0; }
#top-links ul { }
#top-links li { padding: 0 8px; background: none; border-left: 1px solid #ccc; float: left;}
#top-links li.top-link-logout, #top-links li.top-link-logout a  { color: #EB0087; }
#top-links li a { color: #000000; font-size: 10px;}
#top-links li a:hover { color: #ff0099; }
#top-links li:first-child { border-left: none; }
#top-links li.top-link-home a { padding-left: 20px; background: url(/static/Image/top-home.png) no-repeat left center; }
#top-links li.top-link-my-account a { padding-left: 20px; background: url(/static/Image/top-myaccount.png) no-repeat left center; }
#top-links li.top-link-product a { padding-left: 20px; background: url(/static/Image/top-product.png) no-repeat left center; }
#top-links li.top-link-blog a { padding-left: 20px; background: url(/static/Image/top-blog.png) no-repeat left center; }
#top-links li.top-link-news a { padding-left: 20px; background: url(/static/Image/top-news.png) no-repeat left center; }
#top-links li.top-link-basket a { padding-left: 20px; background: url(/static/Image/top-basket.png) no-repeat left center; }
#top-links li.top-link-contact-us a { padding-left: 20px; background: url(/static/Image/top-contact.png) no-repeat left center; }

/* =links =tabs
#tab-links div { background: none; padding: 0; margin: 0; } */
#tab-links { background: transparent url(/static/Image/tabsbg.png) repeat scroll left top; clear: both; height: 35px;}
#tab-links li { display: inline;  background: none; border-left: 1px solid #000033; font-size:11px;}
#tab-links ul { padding-top: 7px; }
#tab-links a { padding: 0.2em 10px;  color: #003775; font-weight: bolder;}
#tab-links li a:hover { color: #ff0099; text-decoration: none; }
#tab-links .inner-box {height: 35px; }

/* =nav =breadcrumbs */
#primary #breadcrumbs { font-size: x-small; background: none; }
body.category #breadcrumbs { display: none; }

/* sub-categories */
#sub-categories { margin-top: 10px; margin-left: 200px;}
#sub-categories ul { }
#sub-categories ul li { float: left; text-align: center; margin: 4px; padding: 10px 0 0; width: 172px; _height: 200px; min-height: 200px;
 overflow: hidden; border: 1px solid #ccc; display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; }
#sub-categories ul li a { }
#sub-categories ul li a:hover { }
#sub-categories ul li a img { margin-top: 40px; }
#sub-categories ul li a span { background: #fdfdfd; display: block; height: 40px; margin-top: -200px; overflow: hidden; padding: 5px 0 2px; white-space: normal; font-size: 16px; font-weight: 600; color: #a4a4a4;}

/* =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: none; }
.sidebar li, #login ul li { font-size: small; clear: both;   }
.sidebar a, #login ul a { padding: 0; display: block; 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: #e8e7ed;
	color: #000;
	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; }

/* =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; display: none;}
#meta p { margin: 0; padding: 0; line-height: 1.2em; }

/* =links =bottom */
#footer #bottom-links { text-align: center; margin: 0; overflow: visible; z-index: 20; margin-bottom: 40px;}
#footer #bottom-links li { display: inline; margin-right: 10px; border-right: 1px solid #393a3d; font-weight: 500; font-size: 12px; padding-right: 10px;}
#footer #bottom-links a { line-height: 1.2em; color: #000000; }
#footer #bottom-links a:hover { line-height: 1.2em; color: #eb0087; }
#footerpic { text-align: center; margin: 20px 0 0 0; }
#footerdivider { margin-left: -10px;}

/* =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;
	display: none;
}
#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 { }
.location ul a { font-weight: normal; }

#category-nav .location .location a { background: transparent url(/static/Image/cat-hover-active.png) no-repeat scroll left center; color: #FFFFFF;}

/* =basket =mini */
.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; }
#class1-item { display: none; }
#class3-item { display: none; }
#class4-item { display: none; }
.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; }

/*Enquiry Form*/
#enquiry .file-browse { margin-left: 100px; line-height:1.2em;}

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; padding-bottom: 5px; }
fieldset.submit input,
fieldset.submit a { vertical-align: middle; }

#technologo-image fieldset {
border: 0;
margin: 0;
padding: 0 0 10px;
}


/* PRODUCT DETAILS PAGE
----------------------------------------------------------------------------------------------*/
#product { margin-top: 5px; }
#primary #product h1 { color: #ff0099; background: #fde5f3; font-size: 24px; overflow: hidden; font-weight: normal; height:30px;
margin:-66px 0 0 -2px; padding:5px 0 5px 20px;}
#product h2 { display: block; float: left; clear: both; margin-bottom: 10px; width: 960px; } /* Product header */
#product h2 .pid { } /* Product id */
#product .back { display: none; }

/* General table formatting */
#product table { display: block; margin-top: 1px; border: 1px solid #ededed; width: 342px; float: left; clear: both; }
#pr
#product p.msg { background-color:ivory;
border:1px solid #CCCCCC;
color:#343833;
font-size:small;
line-height:1.5em;
margin:0.5em 0;
padding:0.5em 0.5em 0.5em 26px;
width: 300px;}

#product p.info { background: #fff; }
#product p.success a { width:200px; display: block; font-size: 14px; }

/* Product description */
#product .body { padding: 0 0 10px 0; width: 350px; color: #838383; font-smooth: always;}

#product .body.pdv-body { }

/* Product image */
#product .image { float: left; display: block; border: #CCCCCC 1px solid; position:relative; clear:left; width: 250px; height: 250px;}
#product .image a { }
#product .image a img { float: left; }
#product .image img { float: left;  }
#product .lightbox-enabled { position: absolute; }

/* item-info */
#product .main-wrap { margin-top: 10px; min-height: 500px; position: relative;}
#product .info-wrap { width: 350px; overflow: hidden; float: left;  margin-left: 20px;}

/* Price box */
#product p.price-box { float: left; margin-top: 1px; padding: 5px 10px; border: 1px solid #ededed; width: 320px; background: #eb0087; color: #FFFFFF; font-weight: 600;}
#product p.price-box em { color: #FFFFFF; font-weight: 600; font-style: normal;}
#product p.price-box span { }

/* Product stock level */
#product p.stock { float: left; margin-top: 1px; padding: 5px 10px; border: 1px solid #ededed; width: 320px; }

/* Specific areas */

#product #upsell { color: #8b8b8b; }
#product .small div { float: none; }
#product .small div label { margin-top: 10px; }
#product .small label { float: none; display: block; }
#product .small table { float: none; display: block; margin: 10px 0; }
#product .small table th { background: none; padding-left: 5px; }
#product .small input { width: 242px; }

#product .basket { background: #eee; position: absolute; right: 20px; top: 50px; width: 280px; overflow: hidden; padding: 0 10px 0 0; display: inline; margin-left: 35px; clear: both; }
#product .basket h3 { background: #003775; color: #FFFFFF; font-size: 18px; display: block; width: 275px; padding-left: 10px; position: relative;  }
#product .basket fieldset { display: block; margin: 0px 0 0 15px; }
#product .basket fieldset .multi-select { display: none; }
#product .basket fieldset #restrictions { display: none; }
#product .basket input.submit { width: auto; }
#product .basket select { width: 244px; }
#product .basket table { width: 240px; }
#product .basket label span { display: block; float: left; width: 120px; }

#qqtext { font-weight: bold; margin: 10px 0 10px 10px; }
#livechatglobal { }

#product .enquiry { float: right; clear: right; background: #eee; width: 120px; position: relative; bottom: 49px; right: 20px; } /* Add to Enquiry */
#product .enquiry input { width: auto; }
#product .favourites { float: right; } /* Add to Favourites */
#product .favourites input { width: auto; }
#product .sample { position: absolute; top: 460px; right: 0; } /* Virtual Sample */
#product #submits { text-align: center; }
#product #submits p.msg { width: auto; font-size: normal; text-align: left; }
#product #submits p.info { background: url(/static/Image/btc-loader.gif) no-repeat 5px 5px; }
#product #submits button { background: none; overflow: visible; border: 0; padding: 0; margin: 0; display: inline; }
#product #submits button img { display: inline; }

#product-links { display: block; width: 300px; overflow: hidden; position: absolute; top: 360px; left: 0px; }
#product-links table { border: none; padding: 0; margin: 0; }
#product-links li { float: left; width: 150px; }

/* Discounts table */
#product .discounts { width: 342px; float: left; }

/* Quantity validation text */
#product #qty-validation { margin: 10px 0; }

#product .basket .info-link { float: left; background: #174986 url(/static/Image/iButton.png) no-repeat; color: white; display: block; padding: 0; width: 0; height: 14px; width: 14px;  position: absolute; left: 999px; cursor: help; } /* info-link 'i' popups */
#product .basket .info-link span { display: none; background: #174986;  position: absolute; right: 1px; width: 200px; height: 200px; }oduct table th { padding: 5px 10px 0; background: #fafafa; text-align: left; color: #ec008b; }
#product table td { padding: 5px; }

/* =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 { color: #000; }
.sidebar fieldset.submit { text-align: center; margin-bottom: 0.4em; }
.sidebar input.submit { margin: 0 auto; }

/* =sidebar =login */
#secondary .inner-content { }
#secondary #login { position: absolute; top: 120px; left: 160px; }
#secondary #login fieldset h3 { display: none; }
#secondary #login fieldset ol { display: none; }
#secondary #login fieldset input.submit { display: none; }
#secondary #login ul { display: none; }

.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; 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; margin-top: 30px; }
.success { background: ivory url(/templates/blank/lib/success.png) no-repeat 6px 0.44em; margin-top: 30px;}
.warning { background: ivory url(/templates/blank/lib/warning.png) no-repeat 6px 0.44em; margin-top: 30px;}

/* top-search
----------------------------------------------------------------------------------------------*/
#top-search { width: 400px; height: 36px; position: absolute; top: 50px; right: 0; z-index: 1; }
#top-search .inner-box { }
#top-search a { margin-top: 6px; text-decoration: underline; display: block; color: white; display: none; } /* 'Advanced Search' */
#top-search form { }
#top-search input { float: right; margin-right: 30px; margin-top: -1px;}
#top-search input#keywords { border: 1px solid #333; color: #999; float: left; margin: 0px 0px 0 2px; background: white; position: absolute; width: 200px;} /* Keyword search input field */
#top-search label { float: left; display:inline-block; margin: 0px 0px 0 30px;}
#top-search label.select { margin-right: 5px; position: relative; top: 5px; }
#top-search label.text { }
#top-search label.text span.desc { color: #003775; font-weight: 500;} /* 'Keywords' */

#search-results .pagination .next {float: left; }
#search-results .pagination .prev {float: left; margin-left: 20px; }
#search-results ol { display: inline-block; clear: both; }
#search-results li { display: inline-block; background: none; padding: 0; margin: 0 5px; margin-bottom: 10px; width: 172px; min-height: 300px; height: 330px; float: left; overflow: hidden; text-align: center; border: 1px solid #ccc; display: -moz-inline-stack; vertical-align: top; zoom: 1; *display: inline; _height: 250px; }
#search-results li h3 { }
#search-results .options { display: none; }
#search-results.price-box .price { color: #ff0099; border-top: #CCCCCC; }
#search-results .price-box em { font-weight: 600; }
#search-results .price-box span { font-weight: 600; }
#search-results p.price-box { font-weight: 600; }
#search-results li .image { padding: 0 10px; } /* Product image */
#search-results li .body { overflow:hidden; padding:0 10px; width:150px; text-overflow: ellipsis; word-break: break-all; word-wrap: break-word; line-height: 12px; height: 60px; } /* Product body text */

#search {margin-top: 20px; }

/* =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 dotted #ccc; padding: 16px 16px 16px 140px; font-size:small; min-height: 109px; background: #cac9d6; }
.product-list ol li.even { background: #e8e7ed; }
.product-list ol h3 a { font-weight: bold; font-variant: small-caps; }
.product-list ol .pid { font-weight: normal; color: #aaa; 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 .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; }*/

/* Actual product list */
.product-list h3 { padding: 0; height: 35px; overflow: hidden; background: #fdfdfd; border-bottom: 1px solid #eee;} /* Product name, heading. Font defined in headings section. */
.product-list h3 a { display: inline-block;  font-size: 14px; color: #999999; } /* Product name */
.product-list h3 .pid { display: none; } /* Product code */
.product-list ol { display: inline-block; clear: both; }
.product-list li { display: inline-block; background: none; padding: 0; margin: 0 5px 10px 5px; width: 172px; min-height: 300px; height: 300px; float: left; overflow: hidden; text-align: center; border: 1px solid #ccc; }
.product-list li h3 { }
.product-list .options { display: none; }
.product-list .price-box .price { color: #ff0099; border-top: #CCCCCC; }
.product-list .price-box em { font-weight: 600; font-style: normal; }
.product-list .price-box span { font-weight: 600; }
.product-list p.price-box { font-weight: 600; color: #bbbbbb;}
.product-list li.odd { }
.product-list li.even { }
.product-list li .image { padding: 0 10px; } /* Product image */
.product-list li .body {  height: 65px; margin: 0 5px; font-size: 11px; } /* Product body text */


#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: 1px solid #ccc; margin-top: 5px; color: #eb0087;  }
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;  }

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: #fff; font-weight: bold; } /* price display (not always a span) */
.sidebar .price { color: #36f; }

.pagination { font-size: small; overflow: hidden; padding: 0.4em 0; vertical-align: bottom; float: left; width: 100%;}
.pagination .per-page { float: left; line-height: normal; margin-right: 20px;}
.pagination .next { color:#FF0099; width: 82px;float: left;}
.pagination .next a {color:#FF0099; }
.pagination .next a:link {color:#FF0099; }
.pagination .prev { color:#FF0099; width: 82px;float: left; margin-left: 20px;}

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: xx-small; float: right; margin-top: 4em; text-align: right; color: #FF0099; display: none; }

a { text-decoration: none; }
a:link { color: #36f; }
a:visited { }
a:hover { color: #eb0087; text-decoration: underline; }
a:active { color: #eb0087; }

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 { 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 { }

/* 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;
}

/*My Quotes Page */
#my-quotes { }
#my-quotes .price { color: #EB0087; }