/*
Filarinskis
*/

/** RESET CODE **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/** **/

/** CLEAR AND FLOATS **/


.clear {
	clear:both;
	margin:0;
	line-height:0%;
	padding:0;
	font-size:0em;
	display:block;
	height:0%;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

.right {
	float:right;
}

.left {
	float:left;
}

/** **/

/** STRUCTURE **/

body {
	margin: 0;
	padding: 0;
	font-size:0.75em;
	font-family: Helvetica,sans-serif;
	color: #000000;
	background: #357cbf url(../images/bg.jpg) repeat-x top center;
}

* html body { /* make ie5.5 behave itself and center the layout */
	text-align:center;
}

.container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 790px;
	background: #ffffff;
	text-align:left;
	min-height:811px;
	height:auto !important;
	height:811px;
}

.header {
	margin: 0;
	padding: 0;
	width: 790px;
	background:#ffffff url(/images/bg-header.jpg) no-repeat;
	height: 136px;
	}

.column {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	width: 165px;
	background-color: transparent;
	display:inline;
}

.content {
	margin: 0 12px 0 0;
	padding: 0;
	float: right;
	width: 603px;
	background-color: #ffffff;
	display:inline;
}

.footer-container {
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	width: 790px;
	background: transparent url(/images/bg-footer.png) no-repeat top left;
}

.footer {
	margin:0 15px 0 0px;
	text-align: left;
	height:40px;
}

/** **/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000;
	display: block;
}

h1 {
	font-size: 1.7em;
	padding:3px 0 3px 0;
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #7ab3ff;
	margin-bottom:1em;
}

h2 {
	font-size: 1.2em;
	padding:8px 0;
	font-weight:bold;
}

h3 {
	font-size: 1.4em;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

hr {
	height:1px;
	border:none;
	border-bottom:1px solid #77b1ff;
	padding:0;
	margin:1em 0;
}
/*  */

/* --generic id's & classes-- */


.content img.banner {
	margin: 0 10px 10px 10px;
	border: none;
}

.content img.imageleft {
	margin: 0 10px 10px 0px;
	float: left;
	border: none;
}

.content img.imageright {
	margin: 0 15px 10px 10px;
	float: right;
	border: none;
}

.price {
	font-size: 1.1em;
	font-weight: bold;
}
/*  */


/** HEADER **/

.header img.logo {
	margin: 0;
	border: none;
	display:inline;
	float:left;
}

.header img.printlogo {
	display: none;
}

.header img.headerstrap {
	margin: 18px 0 0 50px;
}

.header img.headerad {
	margin: 0;
	float: right;
}

/* Header CTA */

div.header_cta {
	padding: 5px 0 0 10px;
	float: left;
	width: 483px;
	height: 90px;
}

div.header_cta p.admintext a {
	position: relative;
	top: -102px;
	width: 160px;
	display: block;
	text-align: center;
	background-color: #fff;
}

/* */


/* Header Nav */

ul#headernav {
	padding: 0 0 0 2px;
	list-style: none;
	text-transform: capitalize;
	background:#000000;
	clear:both;
	min-height:21px;
	height:auto !important;
	height:21px;
}

ul#headernav li {
	margin: 0;
	padding: 0 0 0 12px;
	font-size:0.8em;
	line-height:2.1em;
	display: inline;
	text-transform:uppercase;
}

ul#headernav li a {
	margin: 0 1px 0 0;
	padding: 0;
	display: inline;
	font-weight:bold;
	color: white;
}

ul#headernav a:hover, ul#headernav a.activelink {
	color: #77b1ff;
	text-decoration: none;
}

/*  */

/** CART **/

/* Holder */

div#cart {
	float:right;
	width:154px;
	clear:right;
}

/* Basket */

div#basket {
	margin: 0;
	padding: 0 0 0 0;
	display: block;
	width: 154px;
	color: #5c5c5c;
	background-color: #ffffff;
}

div#basket ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#basket li {
	padding:4px 0 4px 8px;
	color: #6699ff;
}

div#basket li.basketheader {
	background:#000000;
	padding-top:8px;
	text-transform:uppercase;
	font-weight:bold;
}

div#basket li.basketheader a {
	color:#6699ff;
}

div#basket li.basketheader a:hover {
	text-decoration: none;
}

div#basket li strong {
	color:#ffffff;
}

div#basket li a {
	display: block;
	color:#5c5c5c;
	text-decoration: none;
}

div#basket a:hover {
	text-decoration: underline;
}

/*  */

/* Options */

div#options {
	margin: 0;
	padding: 0;
	width: 148px;
	color: #5c5c5c;
	background-color: #ffffff;
}

div#options ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#options li {
	padding: 0 0 3px 8px;
	color: #5c5c5c;
}

div#options li a {
	color: #5c5c5c;
	text-decoration: none;
}

div#options li a:hover {
	text-decoration: underline;
}

div#options a.currency1, div#options a.currency2, div#options a.currency3 {
	display:inline;
	background:transparent url(/images/bg-currency1.gif) no-repeat center left;
	padding:10px 22px 5px 0;
	overflow:hidden;
	font-size:1px;
}

div#options a.currency2 {
	background:transparent url(/images/bg-currency2.gif) no-repeat center left;
}

div#options a.currency3 {
	background:transparent url(/images/bg-currency3.gif) no-repeat center left;
	float:none;
}

div#basket.productsadded {
	border-bottom: #fff 1px solid;
	background-color:#198643;
}

/* */

/** **/

/** COLUMN **/

/* Search */

#search label {
	color: #77463B;
	font-size: 1.3em;
	line-height: 1.8em;
	display:none;
}

#search {
	padding:0 0 7px 0;
	border-bottom:1px solid #cccccc;
}

#search input.textbox {
	width:58%;
	border:1px solid #666633;
	color:#666633;
	padding:2px 0 4px 3px;
	margin:0 1px 0 9px;
	font-size:0.8em;
	float:left;
}

#search input.searchbutton {
	width:30%;
	font-size:12px;
	background:#006699;
	color:#fff;
	border:none;
	border-right:1px solid #006699;
	border-bottom:1px solid #006699;
	border-top:1px solid #e2efff;
	border-left:1px solid #e2efff;
	padding:1px;
	float:right;
}
/*  */

/* Primary Navigation */

ul.primary {
	margin: 10px 0 1px 0;
	padding: 0 0 10px 0;
	list-style: none;
	border-bottom:1px solid #cccccc;
}

ul.primary li {
	margin: 0 0 0 0;
	padding: 0;
	line-height: 1.7em;
	display: block;
	font-size: 0.9em;
}

ul.primary li a {
	padding: 0 0 0 10px;
	display: block;
	color: #000000;
	text-transform: capitalize;
	text-decoration: none;
	font-weight:bold;
}

ul.primary li a:hover {
	color: #fff;
	text-decoration: none;
	background: #ffffff url(/images/bg-primary.gif) repeat-y top left;
}

ul.primary li.nav_title_a {
	padding: 0 0 0 10px;
	color: #ee3a43;
	text-decoration: none;
	background-color: #fff;
	font-size:0.9em;
	font-weight:bold;
}

ul.primary li.brands a, ul.primary li.offers a, ul.primary li.sizeinfo a {
	color: #ffffff;
	background: #ffffff url(/images/bg-primary-special.gif) repeat-y top left;
}

ul.primary li#accessories a,
ul.primary li#prescription_options a,
ul.primary li#top_10_best_sellers a,
ul.primary li#finishing_line a, 
ul.primary li#interchangeable_sets a, 
ul.primary li#under_20_pounds a, 
ul.primary li#over_glasses a, 
ul.primary li#gift_vouchers a {
	color: #ffffff;
	background: #ffffff url(/images/bg-primary-special.gif) repeat-y top left;
	border-bottom:1px solid #fff;
}

ul.primary li.brands a:hover,
ul.primary li.offers a:hover,
ul.primary li.brands a.active,
ul.primary li.offers a.active,
ul.primary li.sizeinfo a:hover {
	color: #ffffff;
	background: #5392d7;
}

* html	ul.primary li a {
		height: 1%;
	}

/* */

/* Newsletter */

.column .newsletter {
	background:#000000;
	padding:6px 4px 6px 10px;
	margin:0 0 8px 0;
}

.column .newsletter p {
	color:#ffffff;
	padding:0 0 8px 0;
}

.column form.newsletter-form {
	margin:0 0 12px 0;
	padding:0;
	line-height:0;
}

.column form.newsletter-form label {
	display:none;
}

.column form.newsletter-form input {
	margin:0;
}

.column form.newsletter-form input.newsletter-textbox {
	width:102px;
	border:1px solid #ffffff;
	color:#000000;
	padding:2px 0 2px 2px;
	margin:0 3px 0 0;
	font-size:0.8em;
}

.column form.newsletter-form input.newsletter-button {
	font-size:12px;
	background:#006699;
	color:#fff;
	border:none;
	border-right:1px solid #006699;
	border-bottom:1px solid #006699;
	border-top:1px solid #e2efff;
	border-left:1px solid #e2efff;
	padding:1px;
}

/* */

/* Call to action boxes */

.column .ctabox {
	margin: 2px 0;
	padding:0;
}

.column .enewsbox {
	margin: 0 0 0 0;
	padding: 0 0 1px 0;
}

.ctabox img {
	margin: 0;
	padding: 0;
	border: none;
}

div.ctabox h2 {
	background: #0267b2 url(/images/bg-primary-special.gif) repeat-y top left;
	color:#ffffff;
	padding:3px 3px 3px 8px;
	margin:-3px 0 0 0;
	font-weight:bold;
	font-size:0.9em;

}

div.ctabox ol {
	margin:0;
	padding:5px 0;
	font-size:0.9em;

	list-style: decimal;
}

div.ctabox ol li {
	margin:0 4px 0 28px;
	padding:1px 0;
}

/* */

/* brands */

div.searchbybrand {
	width:201px;
	height:55px;
	float:left;
	text-align:center;
}

div.searchbybrand a img {
	border:0;
}

div.searchbybrand a {
	color:#0055a5;
	font-weight:bold;
}

h1.searchbybrand {
	border:none;
	color: #ffffff;
	background: #10cffe url(/images/bg-primary-special.gif) repeat-y top left;
	font-size:0.9em;
	padding:3px;
	margin:0 0 5px 0;
}


/* */


/* Credit card icons */

ul.ccicons {
	margin:-50px 0 0 0;
	float:right;
	width:200px;
}

ul.ccicons li {
	float:left;
	padding:0 2px 0 0;
}
/*  */
/** **/


/** CONTENT **/


/* Page navigation */

.content ul.pagenav {
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
	height: 30px;
	list-style: none;
}

.content ul.pagenav li {
	margin: 0;

	display: block;
}

.content ul.pagenav a {
	color: #7ab3ff;
	text-decoration: underline;
}

.content li.pagelink {
	float: right;
	list-style:none;
	padding: 0 5px;
}

.content li.totalpages {
	float: left;
	text-align: left;
	list-style:none;
}

.content li.previousnext {
	float: right;
	list-style:none;
	padding:0 5px;
}

/* Glossary */

.glossary p a {
	font-weight:bold;
	margin:0 0 1.5em 0;
}

#glossary .content p {
	margin-top:0;
}

#glossary h3 {
	font-size:1.2em;
	font-weight:bold;
}

/*  */

/* Breadcrumb */

.content ul#breadcrumb {
	margin:0 -12px 7px 0;
	padding: 1px 0 1px 8px;
	text-transform: capitalize;
	list-style: none;
	background:#27d4fe url(/images/bg-breadcrumb.gif) no-repeat top left;
	font-size:0.9em;
}

.content ul#breadcrumb li {
	display: inline;
	line-height:1.75em;
	font-weight:bold;
	color:#ffffff;
	margin-left:0;
}

.content ul#breadcrumb li a {
	color:#000000;
}

.content ul#breadcrumb a:hover {
	text-decoration:underline;
}

/* */

/* Spotlight */

div#spotlight {
	margin: 0 0 4px 0;
	padding: 0;
}

div#spotlight img {
	margin: 0;
	padding: 0;
	border: none;
}

/*  */

/* Call to action */

div.ctaboxpagead,
div.ctaboxpageadend,
div.ctaboxofferad,
div.ctaboxofferadend {
	margin: 0 7px 10px 0;
	padding: 0;
	width: 145px;
	float: left;
	min-height:18em;
	height:auto !important;
	height:18em;
}


div.ctaboxofferadend,
div.ctaboxpageadend {
	margin-right: 0;
}

div.ctaboxpagead img,
div.ctaboxpageadend img {
	margin: 0;
	padding: 0;
	border: none;
}

div.ctaboxofferad img,
div.ctaboxofferadend img {
	border: none;
}

div.ctaboxpagead h2,
div.ctaboxpageadend h2,
div.ctaboxofferad h2,
div.ctaboxofferadend h2

{

	margin: 0;
	padding: 2px 4px 0px 4px;
	color: #2a73b9;
	font-size: 0.9em;
	min-height:3em;
	height:auto !important;
	height:3em;
}


/* */

/* Generic styles */

.content ul {
	margin: 0 0 0 25px;
	padding: 0;
}

.content p {
	line-height: 1.4em;
	padding-right:12px;
	margin:1em 0;
}

.content ul li {
	list-style: disc;
	margin-left:14px;
}

/* */


/* products banner */

.productsbanner {
	margin: 0;
	padding: 0;
}

/*  */

/* Category pages */

div.categoryblock {
	margin: 0 0 0 0px;
	padding: 0;
	color: #000;
	font-size: 1em;
}

.content h2.producttitle {
	margin: 0 0 1px 0;
	padding: 2px 0 2px 5px;
	background-color: transparent;
	font-size: 1em;
	font-weight: normal;
	min-height:2em;
	text-align:left;
	font-weight:bold;
}

.content h2.producttitle a {
	color:  #303030;
	display: block;
}

.content p.productqty {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #8D8D92;
	font-size: 0.8em;
  	font-weight: normal;
	display: inline;
}

.content p.details {
	display: none;
	font-size: 1.1em;
}

p.oldprice {
	text-decoration: line-through;
	font-weight: bold;
	font-style: normal;
	margin: 0 6px 0 0;
	padding: 0 6px 0 6px;
	text-align:left;
	float:left;
}

p.oldprice em {
	font-style:normal;
	font-weight:bold;
	}

div.product p.oldprice {
	text-decoration: line-through;
	padding:0 0 0 4px;
	font-weight:normal;
}

p.newprice {
	margin: 0 0 0 0;
	padding: 0 0 0 4px;
	color: #ff0000;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-align:left;
}

p.newprice.no_old {
	color:#5692D8;
}

p.newprice em {
	color:  red;
	font-style:normal;
}

.content li.newprice em {
	font-style: normal;
	margin-left:0;
}

em.specialoffer {
	padding:2px 0;
	font-weight:bold;
	color:red;
	text-align:left;
}

p.specialoffer {
	color:red;
	font-weight:bold;
	text-align:left;
	padding:0 0 0 4px;
	margin:0;
}

/* */

/* product listing pages */

.content div.product {
	margin: 0 3px 15px 0;
	padding: 0 0 5px 0;
	float: left;
	width: 195px;
	color: #000;
	position: relative;
	min-height:240px;
	height:auto !important;
	height:240px;
	text-align:center;
	border-bottom:6px solid #dae6fb;
}

.content div.productwide {
	margin: 0 0 1.7em 1em;
	padding: 0 0 8px 0;
	width: 94%;
	color: #000;
	border: none;
	background-color: #E7F0ED;
}

.content div.product.listing {
	height:220px;
}

.content div.product_info_area {
	padding:4px 0 9px 2px;
	margin-right:3px;
	min-height:4.3em;
	height:auto !important;
	height:4.3em;
}

.content div.product ul, .content div.productwide ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content div.product ul li, .content div.productwide ul li {
	display: block;
	margin-bottom: 0px;
	list-style: none;
	margin-left:0;
}

.content div.product img {
	margin: 0 auto;
	padding: 0;
}

.content div.productwide img {
	float:right;
	margin: 0;
	padding: 0;
	border: #4E8FCD 1px solid;
}

.content li.detailslink {
	margin: 0.3em 0 0 0;
	padding: 0;
	list-style: none;
}

.content li.newprice {
	text-align: left;
	list-style: none;
}

em.adlink a:link {
	display: block;
	clear: right;
	width: 80px;
}

/*  */

/* Product detail pages */

.content div#productdetails, .content div#productenlarged {
	margin: 15px 0 0 0;
	padding: 0 0 30px 10px;

}

.content div#productenlarged, .content div#productenlarged img {
	padding:0;
}

.content div#productenlarged p {
	padding:10px 0 10px 8px;
}

.content div#productdetails h1, .content div#productdetails h2 {
	font-size: 1.3em;
	padding:0 0 5px 0;
	font-weight:bold;
	margin:10px -24px 5px 0;
	color:#000;
}

.content div#productdetails img {
	margin: 0 10px 0 0;
	float: left;
	border: white 1px solid;
}

.content div#productdetails p {
	font-size:1.1em;
}

div.productdescription p {
	margin-top: 0;
}

.content div#prodisimg {
	margin: 0px 0 0 -10px;
	padding: 0;
	width: 230px;
	float: left;
}

.content div#prodisimg img.microthumb {
	margin: 5px 6px 4px 0;
	float: left;
}

.productcolleft {
	float:left;
	margin:0;
	padding:0;
	width: 220px;
}

.productcolright {
	float:left;
	margin:0;
	padding:0;
	width: 327px;
	padding:13px 0 0 23px;
}

div#productdetails .productcol p ,div#productdetails .productcol ul {
	margin-left:0;
}

.productadvert {
	float:left;
	margin-left:10px;
}

div#productdetails .productadvert img {
	border: none;
	padding:0;
	margin:0;
}

.content div#productdetails ul {
	list-style: none;
	margin:25px 0 0 0;
}

div#productdetails li.oldprice {
	padding:0 5px 0 0;
	float:left;
	text-decoration: line-through;
	font-weight:bold;
	list-style: none;
	margin-left:0;
}

div.product li.oldprice {
	text-align:left;
	padding: 0 0 0 4px;
	list-style: none;
	margin-left:0;
}

div#productdetails li.newprice {
	color: red;
	font-weight: bold;
	list-style: none;
	margin-left:0;
}

/*  */

/* Size Information */

.content ul.sizeinformation  {
	list-style: none;
	margin:0;
	font-size:1.2em;
	font-weight:bold;
	padding:0;
}

.content ul.sizeinformation li {
	list-style:none;
	margin:0 0 0.4em 0;
}

/* View basket */

table#ordercart {
	margin: 0px;
	width:604px;
}

table#ordercart th, table#ordercart td, table#viewcart th, table#viewcart td {
	padding:2px;
}

table#ordercart tr.rowhighlight td, table#viewcart tr.rowhighlight td {
	background:#d1e5ff;
}

table#ordercart th, table#viewcart th {
	font-weight:bold;
	background:#27D4FE;
	border-right:1px solid #ffffff;
}

table#ordercart th.subtotal, table#ordercart td.productsubtotal, table#ordercart th.itemprice, table#ordercart td.itemprice, table#viewcart th.subtotal, table#viewcart td.productsubtotal, table#viewcart th.itemprice, table#viewcart td.itemprice {
	text-align:right;
}

table#ordercart td.subtotal, table#viewcart td.subtotal {
	text-align:right;
	font-weight:bold;
	font-size:1.1em;
	border-top:1px solid #000000;
	background:#d1e5ff;
	padding-top:4px;
	padding-bottom:4px;
}

table#productoptions th {
	font-size: 0.9em;
	font-weight: normal;
}

table#productoptions th.toptitle {
	text-align: center;
}

table#productoptions tr.descriptionrow {
	background-color: #EEEEEE;
}

table#productoptions td.descriptiontext {
	border: 1px solid #7E7E7E;
	text-align: left;
}

table#productoptions tr.options th,td {
	text-align: center;
}

table#subtotal {
	text-align: right;
}

/*  */

/* Checkout */

.content ul#progress_indicator {
	margin: 20px 0 50px 0px;
	padding: 0;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	list-style: none;
	display:block;
}

.content ul#progress_indicator li {
	margin: 0 2px 2px 2px;
	padding: 2px 0 0 0;
	line-height: 15px;
	float: left;
	width: 19%;
	background-color: #d1e5ff;
	border-bottom: 1px solid #000000;
	list-style: none;
}

.content ul#progress_indicator li#selected {
	color:  #666633;
	font-weight:bold;
	border-bottom: 2px solid #666633;
}

.content ul#progress_indicator a {
	padding: 0;
	width: 115px;
	text-decoration: none;
}

.content ul#progress_indicator a:hover {
	background-color: transparent;
}

#checkout_comments {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}

.carddates {
	float:left;
	width:7em;
}

.checkoutaddress {
	float:left;
	width: 250px;
}

/*  */


/* icons */

.icons {
	float:right;
	color:#000;
}

/* */

/** **/

/** footer **/

.siteinfo {
	margin: 0px;
	padding: 0px 5px 0em 10px;
	clear:both;
}

.siteterms {
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 0.5em;
	border: none;clear:both;
}

.footernav {
	float:left;
}

.footer ul {
	margin: 0;
	font-size: 1em;
	list-style: none;
}

.footer ul li {
	display:inline;
}

.footer ul li a {
	color: #fff;
	text-decoration: none;
	display:block;
	float:left;
	border-right:1px solid #fff;
	padding:0 0 4px 12px;
}

.footer ul li#secondary_navigation_1 a, .footer ul li#secondary_navigation_5 a {
	width:130px;
}

.footer ul li#secondary_navigation_2 a, .footer ul li#secondary_navigation_6 a {
	width:70px;
}

.footer ul li#secondary_navigation_3 a {
	width:71px;
}

.footer ul li#secondary_navigation_4 a {
	border:none;
}

.footer ul li#secondary_navigation_5 a {
	clear:both;
}


.footer ul li a:hover {
	text-decoration: underline;
}

/** FORMS **/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

legend {
	margin-left: 0;
	padding:0 0 0 4px;
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
	text-align:left;
}

label {
	color: black;
	display: block;
	line-height: 1.8em;
}

input {
	margin-top: 1px;
}

input.submit {
	padding: 2px;
}

input.checkbox {
	width: 1em;
}

select {
	margin-top: 1px;
}

.content fieldset#buttons {
	font-size:12px;
	background:#d1e5ff;
	color:#000000;
	border:none;
	padding:5px 5px 5px 5px;
	text-align:right;
}

.content fieldset#buttons input {
	font-size:12px;
	background:#006699;
	color:#fff;
	border:none;
	border-right:1px solid #006699;
	border-bottom:1px solid #006699;
	border-top:1px solid #e2efff;
	border-left:1px solid #e2efff;
	padding:1px;
}

.textadd, #cart_quantity, #ordercart input,  #checkout_payment_details input,  #checkout_payment_details select {
	border:1px solid #666633;
	color:#000000;
	padding:2px 2px 2px 2px;
	margin:0 3px 0 0;
	font-size:0.8em;
}

.add, .productsubmit {
	font-size:12px;
	background:#006699;
	color:#fff;
	border:none;
	border-right:1px solid #006699;
	border-bottom:1px solid #006699;
	border-top:1px solid #e2efff;
	border-left:1px solid #e2efff;
	padding:1px;

}


/* generic classes and ids */

.formerror {
	color: red;
	font-weight: bold;
	padding-left:6px;
}

.required {
	color: #646464;
	font-weight: bold;
	padding-left:6px;
}

.highlight {
	color: #E48B00;
	font-size: 0.8em;
}

/* */

/* Account */

div.accountbox {
	float: left;
}

#actitle {
	width: 75px;
}

#acfirstname {
	width: 205px;
}

#acsurname{
	width: 195px;
}

#acpassword {
	width: 230px;
}

#acconfirmpassword {
	width: 220px;
}

/*  */

/* Billing */

#billingtitle {
	width: 75px;
}

#billingfirstname {
	width: 205px;
}

#billinglastname{
	width: 300px;
}

/*  */

/* Delivery */

#deliverytitle {
	width: 75px;
}

#deliveryfirstname {
	width: 205px;
}

#deliverylastname{
	width: 300px;
}

/*  */

/* Category */

#acnewcategory {
	width: 220px;
}

#accategoryimage {
	width: 240px;
}

#acparentcategory {
	width: 220px;
}

#acaddbutton {
	width: 100px;
}

label.checkboxlabel {
	float: left;
	width: 8em;
}

input.checkboxes {
	margin: 5px 0 0 0;
}

/*  */

/* maincontent form styles */

form p {
	margin: 5px 0 5px 0;
}

.content fieldset {
	margin: 0 0 0px 0px;
	padding: 10px 10px 10px 0px;
}

.content fieldset div {
	margin: 0 auto 0.5em auto;
}

p#note {
	margin: 0 0px 15px 0px;
	padding: 10px;
	border: #006699 1px solid;
	background-color: #ebf4ff;
}

div#rightbutton {
	float: right;
}

div#centrebutton {
	text-align: center;
}

.content div#productdetails fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.content div#productdetails fieldset div {
	margin: 0 0 10px 0;
	padding: 0;
}

/*  */

/* --admin form--- */

div#admintext {
	margin: 0;
	padding: 0 0 30px 0;
}

div#admintext div {
	margin: 0 0 1.5em 10px;
	padding: 0;
}

div#admintext form {
	margin: 0;
	padding: 0;
	width: 100%;
}

div#admintext fieldset {
	margin: 10px 10px 10px 0px;
	padding: 10px;
	border: #D1D1C4 1px solid;
	background-color: #F7F7F7;
}

* html div#admintext fieldset {
	background-color: transparent;
}

/*  */

/* 2 column form layout and css overides */

.addresscol, .deliverycol {
	width:305px;
	float:left;
	background-color: #d1e5ff;
	margin:10px 0;
	padding-top:10px;
}

.deliverycol {
	width:260px;
	margin:10px 0 0 15px;
	background:#fff;
}

.addresscol #billingtitle, .deliverycol #billingtitle, .addresscol #billingfirstname, .deliverycol #billingfirstname, .addresscol #billinglastname, .deliverycol #billinglastname,  .addresscol #billing_country, .deliverycol #billing_country, .addresscol #deliverytitle, .deliverycol #deliverytitle, .addresscol #deliveryfirstname, .deliverycol #deliveryfirstname, .addresscol #deliverylastname, .deliverycol #deliverylastname {
	width: auto;

}

.addresscol label, .deliverycol label {
	float:left;
	width:100px;
	line-height:100%;
	padding:0 0 0 5px;
}

.addresscol input, .deliverycol input  {
	width:180px;
	border:1px solid #666633;
	color:#000000;
	padding:2px 2px 2px 2px;

}

.addresscol select, .deliverycol select,.addresscol #billing_country, .deliverycol #delivery_country {
	width:186px;
	border:1px solid #666633;
	color:#000000;
	padding:2px 2px 2px 2px;
	font-size:1.1em;
}

textarea {
	border:1px solid #666633;
	color:#000000;
	padding:2px 2px 2px 2px;
	font-size:1.1em;
}

.deliverycol label {
	display:none;
}

.deliverycol input, deliverycol select, .deliverycol #delivery_country, .deliverycol #delivery_title {
	margin-left:4px;
}

form#checkout_address_details h2, form#create_account h2 {
	min-height: 2.5em;
	padding:0 0 0 5px;
}

/** **/

/** ADMIN **/

div#admintext a:link {
	color: #8C181B;
}

div#admintext a:visited {
	color: #8C181B;
}

div#admintext a:hover {
	color: #FF4500;
}


/* --Admin table styles-- */

table#admintable,
table#customertable,
table#ordertable {
	margin:0 20px 0 0;
	width:100%;
}

table#admintable th,
table#customertable th,
table#ordertable th {
	font-weight:bold;
	background:#E4EFF5;
	border-right:1px solid #ffffff;
	padding:2px;
}

table#admintable td,
table#customertable td,
table#ordertable td {
	padding:2px;
}

table#admintable tr.rowhighlight,
table#customertable tr.rowhighlight,
table#ordertable tr.rowhighlight {
	background:#EEEEEE;
}

table#admintable tr.attributehighlight {
	background-color: #E9D1B3;
}

table#admintable .width100,
table#customertable .width100,
table#ordertable .width100 {
	width: 100px;
}

table#admintable .width150,
table#customertable .width150,
table#ordertable .width150 {
	width: 150px;
}

table#admintable .width300,
table#customertable .width300,
table#ordertable .width300 {
	width: 300px;
}

table#admintable .width470,
table#customertable .width470,
table#ordertable .width470 {
	width: 470px;
}

table#admintable .width30,
table#customertable .width30,
table#ordertable .width30 {
	width: 30px;
}

table#admintable .width60,
table#customertable .width60,
table#ordertable .width60 {
	width: 60px;
}

table#admintable .width70,
table#customertable .width70,
table#ordertable .width70 {
	width: 70px;
}

table#subtotal {
	text-align: right;
}

/*  */

/* admin link styles */

#adminnav {
	background: transparent;
}

ul#adminnav  {
	border:none;
}

#adminnav li {
	margin-left: 0;
	margin-bottom: 5px;
}

#adminnav li a {
	padding-left: 5px;
	line-height: 2em;
	color: white;
	background-color: #A52A2A;
}

#adminnav li a:hover {
	color: white;
	background-color: #E82A2A;
}


.adminlink, p.admintext {
	margin-top: 20px;
	color: Red;
	text-align: left;
}

.adminlink a, p.admintext a {
	padding: 3px;
	color: white;
	font-size: 11px;
	font-weight: normal;
	background-color: #A52A2A;
	text-decoration: none;
	border: 1px solid silver;
}

.adminlink a:hover, p.admintext a:hover {
	color: white;
	background-color: #0F589D;
	text-decoration: none;
}

#categoryadminlink {
	margin: 0 0 0 50px;
	font-size: 0.45em;
	font-weight: normal;
}

.contentadminlink {
	font-size: 1em;
	color: #E48B00;
}

/*  */

div.searchbybrand, .content div.manufacturer {
	width:201px;
	float:left;
	text-align:center;
}

div.searchbybrand a img {
	border:0;
}

div.searchbybrand a {
	color:#0055a5;
	font-weight:bold;
}

h1.searchbybrand {
	border:none;
