/*
	CSS for Remarkable shop
	@author: Robert o'Rourke
	@copyright: Versatilia Ltd 2008
*/

/* Reset */
body, html { min-height: 100%; }
body,h1,h2,h3,h4,h5,h6,img,p,blockquote,ul,ol,li,dl,dt,dd,form,fieldset,legend,table,tr,td,th { /* normalise margin, padding, typography */
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 100%;
	line-height: inherit;
	vertical-align: baseline;
	color: #333;
}
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: #333;
}

#wrapper { /* this wraps everything inside the <body> tag */
text-align: left;
width: 870px;
margin: 0 auto;
min-height: 100%;
background: #fff;
padding: 0 12px;
}

#header {
position: relative;
}
#header h1 {
line-height: 0;
padding: 0;
margin: 0;
width: 870px;
overflow: hidden;
}
#header h1 a img {
display: block; /* removes gaps under images */
}

#inner-wrapper {
position: relative;
padding-top: 35px;
width: 870px;
background: #dfd9cd;
float: left;
}

#primary {
float: left;
width: 620px;
padding: 10px 0;
margin: 0 10px;
overflow: hidden;
}
#primary .box {
background: #fff;
}
.home #primary { padding-top: 0; }

#tertiary {
background: #dfd9cd;
width: 205px;
margin: 0 0 0 645px;
padding: 10px 10px 0 10px;
clear: none;
}

#secondary { display: none; }



#footer {
margin: 0;
padding: 12px;
overflow: hidden;
clear: both;
font-size: small;
}

/* Boxes - specific section styling
------------------------------------------------------------------------------------*/

#category-nav {
position: absolute;
top: 0; left: 0;
height: 35px;
width: 870px;
background: #fff;
z-index: 40;
}
#category-nav ul { position: relative; padding: 0; margin: 0; }
#category-nav li {
float: left;
list-style: none;
width: auto;
line-height: 15px;
clear: none;
font-size: 70%;
margin: 10px 0;
position: relative;
}
#category-nav li+li {
border-left: 1px solid #F58025;
}
#category-nav li a {
display: block;
padding: 0 10px;
position: relative;
z-index: 10;
}
#category-nav li ul {
display: none;
position: absolute;
z-index: 1;
left: 0; top: 99%;
width: 400px;
padding: 10px 0;
background: #dfd9cd;
}
#category-nav li:hover ul {
display: block;
}
#category-nav li li {
width: 180px;
padding: 0; line-height: 16px;
float: left;
font-size: 100%;
margin: 0 10px;
border: 0;
}
#category-nav li li a {
padding: 0; margin: 0;
position: static;
}


/* =table (tables that ARE NOT user submitted content via FCKin editor */
.nc { border: 1px solid #aaa; border-width: 0; width: 600px; margin: 10px; 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; }
.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: #fcfcfc; }
.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: #fff; padding: 3px; }

/* =basket */
#primary .basket form { padding: 10px 0 0; }
#primary .basket fieldset { margin: 0 10px 0; padding: 0; position: relative; }
.basket .nc { margin: 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; padding: 0; vertical-align: middle; display: inline-block; }
.basket fieldset.submit a img { padding: 0; vertical-align: middle; display: inline; }
.basket table img { border: 1px solid #aaa; margin: 0; padding: 2px; background: #fff; }
.tac input { text-align: center; }
.quantity { width: 2.8em; text-align: center; }
#tt { color: #000; }
.tot { color: #36f; border-bottom: 1px solid #000; }

/* =nav =back */
.back {
	clear: both;
	border-top: 10px solid #eee;
	line-height: 1.62em;
	padding: 10px; font-size: small;
	text-align: center;
	background: #fff;
}
/* enquiry form page */
.enquiry-form .back { display: none; }

/* =news */
#news { background: none; font-size: small; }
#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 { display: none; }

/* =links =tabs */
#tab-links { display: none; } 

/* =nav =breadcrumbs */
#primary #breadcrumbs { font-size: x-small; background: #fff; padding: 0 0 10px; }

/* =nav =subcats */
#sub-categories { font-size: small; padding: 0; margin: 0; } /* these may have an associated image */
#sub-categories ul { margin: 0; padding: 0 0 10px; overflow: hidden; }
#sub-categories li { float: left; width: 200px; margin: 10px 0 0 5px; overflow: hidden; display: inline; }
#sub-categories a { line-height: 14px; display: block; text-align: center; }
#sub-categories a img { display: block; width: 200px; height: 200px; margin: 0 auto 5px; background: #fff; vertical-align: middle; }
#sub-categories a span { display: block; height: 2.4em; }

/* =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: disc outside; }
.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; display: block; width: 100%; }*/

/* =links */
.links .tl, .links .bl, .links .tr, .links .br {
background: none; margin: 0; padding: 0;
}
.links ul { list-style: none; margin: 0; padding: 0; }
.links li {
margin: 0;
border-bottom: 10px solid #dfd9cd;
padding: 0;
width: 100%;
position: relative;
}
.links .ltl { height: 14px; margin-bottom: -14px; position: relative; z-index: 2; }
.links .lbl { height: 14px; margin-top: -14px; position: relative; z-index: 2; }
.links .link-box {
margin: 0; padding: 0;
min-height: 80px;
width: 205px;
text-align: center;
background: #fff no-repeat -1px 0;
}
.links img {
display: block;
margin: 0 auto;
width: 203px;
}
.links a.link { /* use the .link class if just image and text. HTML box has .body styling */
background: #fff;
}
.links .description {
background: #fff;
display: none;
}

/* =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; }
#meta p { margin: 0; padding: 0; line-height: 1.2em; }

/* =links =bottom */
#footer #bottom-links { text-align: right; float: right; margin: 0; overflow: visible; z-index: 20; }
#footer #bottom-links li { display: inline; margin-left: 10px; border-right: #393a3d; }
#footer #bottom-links a { padding-left: 22px;  line-height: 1.2em; }

/* =nav =back-to-top */
#back-to-top {
	display: none;
}

/* =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; 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; }
.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; }
form li input,
form label input,
form li select,
form li textarea { border: 1px solid #83b2cc; background: #fff; }
.primary form li textarea { width: 23em; line-height: 1.4em; padding: 0.2em 2px; }
#wrapper .currency input { width: 6em; margin-right: 4px; vertical-align: middle; padding-top: 2px; } /* use #id overrides */
#wrapper .currency select { margin-left: 0; vertical-align: middle; }
form .text input, form .Text input,
form .number input, form .Number input,
form .URL input, form .Postcode input,
form .Email input, form .email input, form.email-address,
form .readonly input, form .password input,
form .select input { padding-top: 2px; padding-left: 2px; padding-right: 2px; line-height: normal; }
form .readonly input { background: #fff; border: 1px solid #fff; color: #393a3d; }
form li.checkbox input,
form li.Checkbox input { margin: 0.35em 0 0.35em 1em; } /* capital letters because of the datamate form write out */
form li.nolabel select { margin-left: 0; width: 70%; }
.amount input, input.qty { width: 2.4em; }

li.checkbox input { vertical-align: middle; }
option { padding: 0em 0.2em 0em 0.4em; }

li.file fieldset { padding: 0 0 0.6em 0; margin: 0; border: 0; }
li.file fieldset legend { padding: 0; margin-bottom: 0.6em; }
li.file fieldset img { float: left; margin-right: 10px; border: 1px solid #ccc; }
li.file fieldset label { float: none; 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; }

.small,
.small fieldset { display: inline; padding: 0; margin: 0; border: 0; }

fieldset.submit { text-align: center; }
fieldset.submit input,
fieldset.submit a { vertical-align: middle; }

#technologo-image fieldset {
border: 0;
margin: 0;
padding: 0 0 10px;
}


/* =product */
#product .body,
#product .nc,
#product .price-box,
#product .options { margin: 10px; }
#product .image { float: right; background: #fff; width: 250px; height: 250px; position: relative; margin: 10px; }
#product .image img { position: absolute; width: 250px; height: 250px; top: 4px; left: 4px; }
#product .item-info th { border: 1px solid #c8dbbf; border-width: 1px 0; padding: 3px 6px 3px 0; }
#product .item-info td { border: 1px dotted #c8dbbf; border-width: 1px 0; padding: 3px 0 3px 6px; }
#product .discounts { display: none; clear: both; }
#product .small { display: inline; margin: 10px 10px 10px 10px; }
#product .small fieldset { display: inline; }
#product .small input,
#product .small span.desc { vertical-align: middle; }
#product .basket .submit { clear: left; }
.product-variations { text-align: left; }
#product .basket h3 { margin: 0; padding-left: 0; display: none; }
#product .basket label { width: 100%; display: block; padding: 4px 0; clear: both; overflow: visible; }
#product .basket span.desc { display: block; width: 8em; float: left; margin-top: 0.2em; }
#product .basket label span.info-link { display: none; }
#product .basket label span.info-link acronym { display: none; }
#product .basket label span.info-link span { display: block; background: #ffc; border: 1px solid #ccc; padding: 6px; }
#product .basket label input { width: 15em; text-align: left; }
#product .basket label select { width: 15.4em; }
#product .results { padding: 16px 4px; clear: both; line-height: 1.2em; }
#product .results .calculate,
#product .results table { float: left; margin-right: 16px; }
#product .results table th,
#product .results table td { padding-right: 16px; }
#product .results strong { color: #c00; }
#upsell { border: 1px solid #ccc; border-width: 3px 0; clear: both; margin: 10px 0 16px; }

/* =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 */
.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: 10px; line-height: 1.2em; font-size: small; color: #343833; clear: both; }
.primary p.msg { margin: 10px; }
.msg h3 { margin: 0 0 0.2em 0; }
.msg p { margin: 0.2em 0 0; }
.info { background: ivory url(/templates/blank/lib/info.png) no-repeat 6px 0.44em; }
.error { background: ivory url(/templates/blank/lib/error.png) no-repeat 6px 0.44em; }
.success { background: ivory url(/templates/blank/lib/success.png) no-repeat 6px 0.44em; }
.warning { background: ivory url(/templates/blank/lib/warning.png) no-repeat 6px 0.44em; }

/* =top =search */
#top-search { clear: both; width: 224px; padding: 0 0 3px; margin: 0; position: absolute; top: 0; right: 0; background: url(search-bg.png) no-repeat left bottom; }
#top-search form fieldset { text-align: left; margin: 0; padding: 0; }
#top-search form label span.desc { display: block; font-weight: bold; padding: 2px 4px; background: #83b2cc; color: #fff; }
#top-search form input { display: block; width: 190px; margin: 6px 0 0px 18px; font-size: x-small; }
#top-search form a { display: block; margin: 0 0 0 18px; padding: 0; font-size: x-small; }
#top-search form input.submit { margin-left: 0; position: absolute; top: -9999px; left: -9999px; }

/* =product-list */
.product-list { width: 100%; }
.product-list ol { list-style: none outside; clear: both; border-top: 10px solid #eee; }
.product-list ol li { position: relative; border-bottom: 10px solid #eee; padding: 10px 160px 10px 130px; font-size:small; min-height: 110px; }
.product-list ol h3 a { font-weight: bold; }
.product-list ol .pid { font-weight: normal; color: #aaa; font-size: small; }
.product-list ol li img { position: absolute; top: 10px; left: 10px; margin: 0 16px 0.4em 0; }
.product-list ol .options { width: 120px; position: absolute; right: 10px; top: 10px; }
.product-list ol .options input { margin-right: 8px; }
.product-list ol .small { float: left; margin: 0; padding: 0; text-align: right; }
.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; }

#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: 1em; background: #ef813d; color: #fff; margin: 0; padding: 2px 6px; }
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; }

div.date { margin-bottom: 0.2em; font-size: x-small; color: #aaa; font-style: italic; }

.pid { font-weight: normal; color: #777; font-size: small; } /* product id span */
.price-box { display: none; color: #c62a47; font-weight: bold; } /* price display (not always a span) */

.pagination { font-size: small; overflow: hidden; padding: 6px; vertical-align: bottom; }
.pagination .per-page { float: left; line-height: normal; }
.pagination .next { float: right; padding-left: 8px; }
.pagination .prev { float: right; }

dl { overflow: hidden; font-size: small; border-bottom: 1px dotted #ddd; margin: 1.62em 0; }
dl dt { float: left; width: 10em; padding: 0.4em 0; border-top: 1px dotted #ddd; clear: left; line-height: 1.2em; }
dl dd { margin-left: 10em; padding: 0.4em; border-top: 1px dotted #ddd; line-height: 1.2em; }

.adr { font-size: small; line-height: 0.8em; }

.logged-in-as { display: none; }

a { text-decoration: none; }
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #F58025; }

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; background: #fff; margin: 0; padding: 0; } /* 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 { font-style: italic; }

/* js stuff */
#quick-order label,
#order-forms label { float: none; display: inline; margin: 0 22px; }
#quick-order label input,
#order-forms label input { margin: 0; }
.details { margin: 12px; }
.details h4 { margin-bottom: 4px; }
.details dl { margin-top: 0; margin-bottom: 0; }

#order-forms ul { clear: both; border-bottom: 1px dotted #ccc; }
#order-forms ul li { margin: 0 0 16px; border-top: 1px dotted #ccc; }
#order-forms .copy label,
#order-forms .copy input { margin: 0; }
#order-forms .copy { margin: 8px 0 16px; }

/* 2 column product view layout stuff starts here */
#qo-2col { clear: both; float: left; width: 100%; margin: 0 0 12px; }
#qo-2col .product-list { clear: both; float: left; width: 100%; list-style: none; margin: 0 0; padding: 12px 0; }
#qo-2col .product-list li { float: left; width: 48%; padding: 14px 0; margin: 0 0 -1px 0;  border: dotted ; border-color: #cccccc; border-width: 1px 0; font-size: 0.8em; overflow: visible; }
#qo-2col .product-list>li { }
#qo-2col .product-list li.odd { clear: both; }
#qo-2col .product-list li.even { margin-left: 16px; /*float: right; clear: right;*/ }
#qo-2col .product-list h3 { margin: 0 0 12px; padding: 0; line-height: 1em; }
#qo-2col .product-list h3 a { float: none; }
#qo-2col .product-list a { float: left; font-weight: bold; } /* the link surrounding the image */
#qo-2col .product-list a img { padding: 0; margin: 0 10px 0 0; }
#qo-2col .product-list .excerpt { margin: 0 0 10px 0; color: #000000; height: 4em; }
#qo-2col .product-list>.excerpt { height: auto; min-height: 4em; }
#qo-2col .product-list .excerpt * { margin: 0; line-height: 0.8em; }
#qo-2col .product-list a.more-info { float: none; display: block; font-weight: bold; color: #000; text-decoration: none; text-align: center; margin: 8px 0 10px; }
#qo-2col .product-list a.more-info:hover { color: #000; text-decoration: none; }
#qo-2col .product-list .item-info { text-align: center; overflow: hidden; margin-bottom: 6px; }
#qo-2col .product-list .item-info * {display: inline; margin: 0; padding: 0; float: none; width: auto; border: 0;}
#qo-2col .product-list .item-info dt { text-align: right; padding: 0 0 0 0px; }
#qo-2col .product-list .item-info dd { text-align: left; padding: 0 12px 0 0; }
#qo-2col .product-list .item-info .price { color: #ED1820;} /*price text color*/
#qo-2col .product-list .item-info .value { color: #ED1820; font-weight: bold; font-size: 110%; }
#qo-2col .product-list .item-info .min-qty { color: #999; } /*min qty text color*/
#qo-2col .product-list .item-info .min-val { color: #999; }
#qo-2col .product-list .item-info abbr { border-bottom: 0; text-decoration: none; }
#qo-2col .product-list form { margin: 6px 0 0 6px; display: block; text-align: right; vertical-align: middle; float: right; }
#qo-2col .product-list form * { vertical-align: middle; }
#qo-2col .product-list form label { margin: 0 6px 0 0; }
#qo-2col .product-list form>label { margin: 0; }
#qo-2col .product-list form label abbr {  }
#qo-2col .product-list form label input { text-align: center; width: 3em; font-size: 0.8em; }
#qo-2col .product-list form button { padding: 0 0 1px; margin: 0; line-height: 1em; }
#qo-2col .product-list form button img { margin: 1px 1px 0; }
#qo-2col .product-list form button { font-size: 0.8em; }

/* l10n menu */
#wrapper .l10n {
position: relative;
z-index: 400;
padding: 0;
}
#wrapper .l10n>a {
border: 1px solid #fff;
border-width: 1px 1px 0;
padding: 1px 4px 1px;
position: relative;
z-index: 500;
background: #fff;
}
#wrapper .l10n:hover>a {
border-color: #aaa;
text-decoration: underline;
}
#wrapper #header .l10n-opts-wrap {
display: none;
width: 160px;
background: #fff;
position: absolute;
right: 0;
top: 99%;
z-index: 400;
font-size: small;
border: 1px solid #aaa;
}
#wrapper #header .l10n:hover .l10n-opts-wrap {
display: block;
overflow: hidden;
}
#wrapper #header .l10n:hover .l10n-opts-wrap ul {
padding: 6px;
}
#wrapper #header .l10n .l10n-opts-wrap li {
float: none;
text-align: left;
display: block;
padding: 1px;
margin: 0;
}
#wrapper #header .l10n .l10n-opts-wrap a {
padding: 2px;
display: block;
margin: 0;
}
#wrapper #header .l10n .l10n-opts-wrap .current a {
background: #ccc;
color: #000;
cursor: default;
}
#wrapper #header .l10n .l10n-opts-wrap a:hover {
background: #eee;
color: #000;
}
