/*
Bulldog Computers
June 2008
*/

/** 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 0 10px 0;
	padding: 0;
	font-size:0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
	background:#f5f5f5;
}

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

.container {
	margin: 0 auto 0 auto;
	padding: 7px 0 0 0;
	width: 930px;
	text-align:left;
}

.header {
	margin: 0;
	padding: 0;
	width: 930px;
	background:transparent url(/images/bg-header.jpg) no-repeat;
	position:relative;
}

.column {
	float: left;
	margin: 0 0 0 0px;
	padding: 0;
	width: 165px;
	display:inline;
	background:#ececec;
}

#main {
	padding:2px 0 36px 0;
	background: url(/images/bg-main.gif) repeat-y top left;
	clear:both;
}


.content {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	float: right;
	width:754px;
	display:inline;
}

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

.footer {
	margin:0px;
	padding:5px 0 0 0;
	text-align: left;
	background: transparent url(/images/bg-footer-top.gif) no-repeat top left;
}

/** **/

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

h1 {
	font-size: 1.7em;
	padding:9px 0 9px 0;
	color:#000;
	margin:0 0 0 0px;
	background:url(/images/bg-dotted-line.gif) repeat-x bottom left;
}

#category h1, #product_details h1 {
	background:none;
	padding:9px 0 0 0;
}

h2 {
	font-size: 1.4em;
	padding:8px 0 0 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 #999;
	padding:0;
	margin:1em 0;
}
/*  */

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


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

.content img.imageleft {
	margin: 10px 28px 20px 0;
	float: left;
	border: 3px solid #fff;
}

.content img.imageright {
	margin: 20px 28px 20px 28px;
	float: right;
	border: 3px solid #fff;
}

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

.content p {
	line-height: 1.4em;
	padding: 0 28px 0 0;
	margin:1em 0 1em 0;
	font-size:0.9em;
}

#brands .content p, #category .content p, #brands .content p, #product_details p {
	margin:1em 0;
}

.content form p {
	padding-left:0;
}

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

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


/** HEADER **/

.header img.logo {
	margin: 0 0 7px 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 7px;
	list-style: none;
	text-transform: capitalize;
	background:#ececec url(/images/bg-headernav.gif) no-repeat bottom left;
	clear:both;
	min-height:24px;
	height:auto !important;
	height:24px;
}

ul#headernav li {
	margin: 0;
	padding: 0 0 0 5px;
	font-size:0.95em;
	line-height:1.7em;
	display: inline;
	border-right:1px solid #cccccc;
}

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

ul#headernav a:hover, ul#headernav a.activelink {
	color:#00b2a2;
}

/*  */

/** CART **/

/* Holder */

div#cart {
	float:right;
	width:156px;
	clear:right;
	background: url(/images/bg-cart.png) top left;
	margin:8px 8px 0 0;
	font-size:0.95em;
	border:1px solid #fff;
	padding:0 0 10px 0;
}

/* Basket */

div#basket {
	margin: 0;
	padding: 0 0 0 0;
	display: block;
	width: 149px;
	color: #000000;
}

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

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

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

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

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


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


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

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

/*  */

/* Options */

div#options {
	margin: 0;
	padding: 0;
	width: 148px;
	color: #000000;
}

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

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

div#options li a {
	color: #000000;
	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:#f37021;
	color:#fff;
	border:none;
	border-right:1px solid #993300;
	border-bottom:1px solid #993300;
	border-top:1px solid #ff9758;
	border-left:1px solid #ff9758;
	padding:1px;
	cursor: pointer;
	float:right;
	margin-right:3px;
}
/*  */

/* Primary Navigation */

ul.primary {
	margin: 0;
	padding: 8px 0;
	list-style: none;
}

.primary img {
	border: none;
}

ul.primary li {
	margin: 0 0 1px 0;
	display: block;
	font-size: 1em;
	color: #ffffff;
}

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

ul.primary li:hover, ul.primary li.active {
	background: url(/images/bg-primary-li-top.gif) no-repeat top left;
}


ul.primary li a {
	padding: 3px 0 3px 10px;
	display: block;
	color: #515151;
	text-decoration: none;
	font-size: 0.95em;
	line-height:1.6em;
}

ul.primary li a:hover, ul.primary li a.active {
	background: url(/images/bg-primary-li-bot.gif) no-repeat bottom left;
}

* html ul.primary li a:hover,* html ul.primary li a.active {
	background:#c1c1c1;
	text-decoration:none;
}


ul.primary li.brands, ul.primary li.offers, ul.primary li.sizeinfo {
	border:none;
	background: url(/images/bg-primary-offers-top.gif) no-repeat top left;
}

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

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: url(/images/bg-primary-offers-bot.gif) no-repeat bottom left;
}

/* */

/* Newsletter */

.column .newsletter {
	background:#c1c1c1;
	padding:8px 4px 1px 10px;
	margin:10px 0 4px 0;
	border-color:#fff;
	border-width:1px;
	border-style:solid none;
}

.column .newsletter p {
	color:#999;
	padding:0 0 11px 0;
	font-weight:bold;
}

.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:11px;
	background:#bababa;
	color:#fff;
	border:none;
	border-right:1px solid #bababa;
	border-bottom:1px solid #bababa;
	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;
}

/* */

/** **/

/** CONTENT **/

/* Breadcrumb */

.content ul#breadcrumb {
	margin:0;
	padding:7px 0 10px 0;
	text-transform: capitalize;
	list-style: none;
	background: url(/images/bg-dotted-line.gif) repeat-x bottom left;
	font-size:0.95em;
}

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

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

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

/* Page navigation */

.content ul.pagenav {
	margin: 0 10px 0 0px;
	padding:0px 0 40px;
	background:url(/images/bg-dotted-line.gif) repeat-x bottom left;
	display:block;
	list-style: none;
}

.content ul.pagenav li {
	margin: 0;
	display: block;
	font-weight:bold;
	font-size:0.95em;
}

.content ul.pagenav a {
	color: #00b2a2;
	text-decoration: none;
}

.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;
}

/* */

/* 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 10px 10px 0;
	padding: 0;
	width: 141px;
	float: left;
	background:transparent url(/images/bg-ctaboxpagead.png) no-repeat bottom left;
	min-height:205px;
	height:auto !important;
	height:205px;	
}

.content div.ctaboxpagead-thumb {
	padding:10px 3px;
	height:120px;
	background:transparent url(/images/bg-ctaboxpagead-thumb.png) no-repeat top left;
	text-align:center;
}	

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

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

div.ctaboxpagead h2,
div.ctaboxpageadend h2 ,
div.ctaboxofferad h2,
div.ctaboxofferadend h2,
div.ctaboxpagead p,
div.ctaboxpageadend p ,
div.ctaboxofferad p,
div.ctaboxofferadend p {
	margin: 0px 5px 4px 5px;
	padding:5px 8px;
	color: #515151;
	font-size:0.95em;
}

div.ctaboxpagead h2 a,
div.ctaboxpageadend h2 a,
div.ctaboxofferad h2 a,
div.ctaboxofferadend h2 a,
div.ctaboxpagead p a,
div.ctaboxpageadend p a,
div.ctaboxofferad p a,
div.ctaboxofferadend p a {
	color: #515151;
	text-decoration:none;
}

div.ctaboxpagead h2,
div.ctaboxpageadend h2 ,
div.ctaboxofferad h2,
div.ctaboxofferadend h2 {
	background: url(/images/bg-ctaboxpagead-h2.gif) no-repeat top left;
}	

div.ctaboxpagead h2 em,
div.ctaboxpageadend h2 em,
div.ctaboxofferad h2 em,
div.ctaboxofferadend h2 em {
	font-style: normal;
	font-size:1.4em;
	text-transform: capitalize;
}

.content em.oldoffpr {
	text-decoration: line-through;
	font-style: normal;
	font-size:1.4em;
}

.content em.newoffpr {
	font-weight: bold;
	font-size:1.4em;
	color: white;
	font-style: normal;
}

/* */

/* products banner */

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

/*  */

/* brands */

#brands ul#breadcrumb {
	background:none;
}

#brands .product-inner {
	background:none;
	padding:0;
	margin:0;
}

#brands div.product-thumb {
	width:100px;
	background:none;
	height:30px;
	padding:0;
}

#brands div.product {
	background: url(/images/bg-dotted-line-vertical.gif) repeat-y top right;
	text-align:center;
	width:100px;
	margin: 0 0px 10px 0;	
	min-height:105px;
	height:auto !important;
	height:105px;		
}

#brands div.product-details p {
	padding:0;
	display:block;
	font-size:1em;
	font-weight:bold;
}

#brands div.product-details p.moredetails {
	font-weight:normal;
}

div.brandsbox {
	background: url(/images/bg-brands-bot.gif) no-repeat bottom left;
	padding:10px;
	padding-bottom:25px;
}

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

div.searchbybrand a img {
	border:0;
}

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

h1.searchbybrand, #brands h1 {
	border:none;
	background:url(/images/bg-h1-brand.gif) no-repeat top left;
	font-size:0.95em;
	padding:7px 0 6px 42px;
	margin:0;
	font-size:15px;
	font-weight:bold;
}

.brands p {
	font-size:1.1em;
	font-weight:bold;
	padding:0 0 0 12px;
}

.brands p a:hover {
	text-decoration:none;
	color:#00b2a2;
}

/* */

/* Category / Product pages */

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

.content div.product {
	margin: 0 10px 10px 0;
	padding: 0 0 10px 0;
	width: 141px;
	float: left;
	background:transparent url(/images/bg-ctaboxpagead.png) no-repeat bottom left;
	min-height:205px;
	height:auto !important;
	height:205px;	
}

.content div.product.cat {
	height:160px;
	background:transparent url(/images/bg-ctaboxpagead-cat.png) no-repeat bottom left;
}

.content div.product-thumb {
	padding:10px 3px;
	height:120px;
	width:136px;
	background:transparent url(/images/bg-ctaboxpagead-thumb.png) no-repeat top left;
	text-align:center;
	overflow:hidden;
}

.content div.product-details {
	padding:0 8px;
}

.content h2.producttitle {
	margin:0 -2px;
	padding:5px 4px;
	color: #515151;
	font-size:1em;
	background: url(/images/bg-ctaboxpagead-h2.gif) no-repeat top left;	
	color:  #303030;	
	min-height:4em;
	height:auto !important;
	height:4em;
	font-weight:normal;
}

.content h2.producttitle a {
	color: #515151;
}

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

#category  .content div.product_info_area p.oldprice, #special_offers  .content div.product_info_area 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;
}

#category .content div.product_info_area p.oldprice em, #special_offers .content div.product_info_area p.oldprice em {
	font-style:normal;
	font-weight:bold;
}

#category .content div.product_info_area p.oldprice, #special_offers .content div.product_info_area p.oldprice {
	text-decoration: line-through;
	padding:0;
	font-weight:normal;
}

#category .content div.product_info_area p.newprice, #special_offers .content div.product_info_area p.newprice {
	margin:0 0 0 0;
	padding:0;
	color:#00b2a2;
	font-size:0.95em;
	font-weight:bold;
	font-style:normal;
	text-align:left;
}

#category .content div.product_info_area p.newprice.no_old, #special_offers .content div.product_info_area p.newprice.no_old {
	color:#00b2a2;
}

#category .content div.product_info_area p.newprice em, #special_offers .content div.product_info_area 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;
}

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

#category .content div.product.listing, #special_offers .content div.product.listing {
	height:220px;
}

#category .content div.product_info_area, #special_offers .content div.product_info_area {
	padding:4px 0 9px 2px;
	margin-right:3px;
}

#category .content div.product_info_area p, #special_offers .content div.product_info_area p {
	margin:0;
}

.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 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 */

#product_details h1 {
	float:left;
	width:325px;
	font-size:1.4em;
}

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

.content div#productdetails img.imageright, .content div#productdetails img.imageleft {
	margin:22px 0 0 0;
	border:none;
	float: none;
}

.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 0 5px 0;
	color:#000;
}

.content div#productdetails img {
	margin: 15px 10px 0 0;
	float: left;
}

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

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

img.microthumb {
	margin: 5px 6px 4px 0;
	float: left;
	border:2px solid #d3d3d3;
}

.productcolholder {
	width:558px;
	float:left;
}

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

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

.productcol-cta {
	width:170px;
	float:right;
	margin:0 7px 0 19px;
}

* html .productcol-cta {
	margin:0 7px 0 10px;
}

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;
}


ul.prices {
	float:right;
	margin:10px 0 0 0px;
	padding:0 10px 0 0;
}

ul.prices li {
	list-style: none;
	margin:0;
	padding:0 0 0 10px;
	float:left;
	font-size:1.25em;
	font-weight:bold;
}

ul.prices li.oldprice {
	text-decoration: line-through;
	font-weight:normal;
	color:#959595;
}

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

li.price {
	color:#77b1ff;
	font-weight: bold;
	list-style: none;
	margin-left:0;
}

.add-to-cart {
	margin:3em 0 12px 0;
	background:green url(/images/bg-add-to-cart-bot.gif) bottom left no-repeat;
}

.add-to-cart-inner {
	background:url(/images/bg-add-to-cart-top.gif) top left no-repeat;
	padding:0px 14px 5px 14px;
}

.add-to-cart-inner label {
	float:left;
	font-size:1.3em;
	line-height:1.2em;
}

.add-to-cart-inner input#cart_quantity {
	float:right;
}

.add-to-cart-inner .productsubmit {
	width:131px;
	background: url(/images/bg-input-add-to-cart.gif) no-repeat top left;
	border:none;
	text-align:right;
	padding:3px 12px 5px 4px;
	margin:5px 0 0 6px;
	float:right;
	font-size:13px;
	font-weight:bold;
}

* html .add-to-cart-inner .productsubmit {
	margin:5px 0 0 0;
}

/* icons */

#product_details .content .icons p {
	margin:0;
	padding:0;
	line-height:0;
}

.similar-products {
	width:170px;
	background:url(/images/bg-similar-products.gif) no-repeat bottom left;
	padding:0 0 10px 0;
	margin-top:12px;
}

.similar-products h2 {
	padding:5px 10px;
	background:url(/images/bg-h2-similar-products.gif) no-repeat top left;
	border-bottom:1px solid #cccccc;
}

.similar-products ul {
	padding:5px 0;
	margin:0;
}

.similar-products ul li {
	list-style: none;
	background:url(/images/bg-dotted-line.gif) bottom left repeat-x;
	clear:left;
	padding:5px 0;
	margin:0 10px;
	font-size:0.9em;
	font-weight:bold;
}

.similar-products ul li img {
	float:left;
	padding:2px 5px 9px 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:754px;
}

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:#ECECEC;
}

table#ordercart th, table#viewcart th {
	font-weight:bold;
	background:#d7d7d7;
	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:#ececec;
	padding-top:4px;
	padding-bottom:4px;
}

table#productoptions th {
	font-size: 0.95em;
	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.95em;
	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: 145px;
	background-color: #ced1d2;
	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;
}

/*  */

/** **/

/** footer **/

.footer .section {
	float:left;
	padding:0 30px;
	width:145px;
	color: #8c8c8c;
}

.footer .section.two {
	width:163px;
}

.footer .section.four {
	width:284px;
	padding:0 13px 0 0;
	text-align:right;
	position:relative;
}

.footer .section.four p {
	position:absolute;
	right:25px;
	top:140px;
	font-size:1.2em;
}

.footer h2 {
	color:#00b2a2;
	padding:0;
	font-weight:normal;
}

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

.footer ul li {
	color: #8c8c8c;
	line-height:1.5em;
	height:1%;
}

.footer ul li a {
	color: #8c8c8c;
	text-decoration: none;
	display:block;
	padding-right: 12px;
}

.footer ul li a:hover {
	color: #8c8c8c;
	text-decoration: underline;
}

/* Credit card icons */

ul.ccicons {
	position:absolute;
	left:54px;
	top:31px;
}

ul.ccicons li {
	float:left;
	padding:0 5px 0px 0;
	margin:0 2px 0 0;
	background:url(/images/cc_shadow.png) bottom right no-repeat;
}

* html ul.ccicons li {
	background: none;
}

/*  */

/** 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;
	font-size:11px;
}

input {
	margin-top: 1px;
}

input.submit {
	padding: 2px;
}

input.checkbox {
	width: 1em;
}

select {
	margin-top: 1px;
}

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

.content fieldset#buttons input, div.login input {	
	width:150px;
	background: url(/images/bg-input-button.gif) no-repeat top left;
	border:none;
	color:#fff;
	text-align:center;
	padding:3px 0px 4px 0px;
	margin:0 0 0 10px;
	float:right;
	font-size:13px;
	font-weight:bold;	
	cursor: pointer;
	line-height:auto;
}

 div.login input {
 	float:none;
	margin:10px 0 0 0;
 }

.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;
}

.product-details .textadd {
	clear:left;
	float:left;
	margin:2px 10px 0 0;
	width:30px;
	height:1.5em;
}

.add, .productsubmit {
	font-size:12px;
	background:#f37021;
	color:#fff;
	border:none;
	border-right:1px solid #993300;
	border-bottom:1px solid #993300;
	border-top:1px solid #ff9758;
	border-left:1px solid #ff9758;
	padding:1px;
	cursor: pointer;
}

.add {
	width:69px;
	background: url(/images/bg-input-add.gif) no-repeat top left;
	border:none;
	text-align:left;
	padding:2px 1px 3px 4px;
	margin:0;
	float:right;
	font-size:13px;
	font-weight:bold;
}

/* 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;
	margin:0 0 0 8px;	
}

#acconfirmpassword {
	width: 220px;
}

.checkoption label {
	margin:0 0 0 8px;	
}

/*  */

/* Billing */

#billingtitle {
	width: 75px;
}

#billingfirstname {
	width: 205px;
}

#billinglastname{
	width: 200px;
}

/*  */

/* 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 */

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


p#note {
	margin: 0 0 15px 0px;
	padding: 10px;
	background-color: #eee;
}

fieldset#buttons p#note {
	width:558px;
}

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:400px;
	float:left;
	background-color: #ccc;
	margin:10px 0 0 0px;
	padding-top:10px;
}

.deliverycol {
	width:335px;
	margin:10px 0 0 8px;
	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 0;
	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#delivery_details label {
	margin:5px 0 0 0;
}

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

.content form#checkout_address_details fieldset#buttons, .content form#delivery_details fieldset#buttons, .content form#checkout_payment_details fieldset#buttons {
	margin-left:0;
}

/** **/

/** 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;
}

/*  */
.content div.manufacturer {
	margin: 0 3px 4px 0;
	padding: 0 0 10px 0;
	float: left;
	width: 115px;
	color: #000;
	border: none;
	position: relative;
	min-height: 120px;
	border: #77b1ff 1px solid;
	text-align:center;
}
