/*Padding and margin reset*/
	html, body, p, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, address, table, tr, td, th, form, fieldset, img{
		margin: 0;
		padding: 0;
		font-size: 1em;
		list-style: none;
		font-style: normal;
		font-weight: normal;
		border: 0;
	}
	
abbr{
	border: none;
}
a{
	text-decoration: none;
	color: #fff;
}
	
a:hover{
	text-decoration: underline;
}

.clear, .clearer{
	clear:both;
	height: 1px;
	font-size: 1px;
}

/*Accessibility*/
#nav_access{
	position:absolute;
	left:-999em;
}

/*Layout*/
body {
	background:#5b1e01;
	font-family:tahoma,arial,helvetica,sans-serif;
	letter-spacing:0.07em;
	padding-bottom: 30px;;
}

#container{
	width:1024px;
	margin:0 auto 25px;
	background: #5b1e01 url(/graphics/andrews-signs/contentbg.gif) repeat-y;
}

#branding{
	background:url(/graphics/andrews-signs/headerbg.gif) no-repeat;
	height:235px;
}

#slogan{
	background:url(/graphics/andrews-signs/sloganbg.gif) no-repeat #ac754a;
	min-height:43px;
}

#nav_main{
	background:url(/graphics/andrews-signs/navbar.gif) repeat-x #f7921e;
	min-height:44px;
}

#content-outer{
	background:url(/graphics/andrews-signs/contentshadow.gif) repeat-x;
	padding:22px 20px 0 20px;
	width: 760px;
	float: right;
}

#breadcrumbs{
	font-size: .88em;
	color: #fad19e;
}

#breadcrumbs a{
	color: #fad19e;
	border-bottom-color: #fad19e;
}

#breadcrumbs a:hover{
	color: #fff;	
}

#maincontent{
	width:400px;
	float:left;
}

#sidebar{
	width:319px;
	float:right;
	margin-right:22px;
}

/*Header*/
#branding h1 a{
	text-indent:-9999px;
	background:url(/graphics/andrews-signs/logo.png) no-repeat;
	width:297px;
	height:158px;
	display:block;
	float:left;
	margin:40px 0 0 25px;
}

#contact{
	float:right;
	margin:75px 25px;
	text-align:right;
}

#contact h2{
	color:#5b1e01;
	font-size:200%;
	background:url(/graphics/andrews-signs/phone.gif) no-repeat center left;
	height:46px;
	padding-left:55px;
}

#contact a{
	background:url(/graphics/andrews-signs/enquiryright.gif) no-repeat top right;
	float:right;
	margin-top:10px;
	font-size:70%;
	height:30px;
	letter-spacing:0.15em;
	display:block;
}

#contact a:hover{
	background:url(/graphics/andrews-signs/enquiryright.gif) no-repeat bottom right;
}

#contact a span{
	background:url(/graphics/andrews-signs/enquiryleft.gif) no-repeat left top;
	height:16px;
	padding:7px 30px;
	display:block;
}

#contact a:hover span{
	background:url(/graphics/andrews-signs/enquiryleft.gif) no-repeat left bottom;
}

/*Slogan & Basket*/
#slogan h2{
	color:#fde8cf;
	font-weight:normal;
	font-size:90%;
	padding:12px 25px;
	float:left;
}

#info{
	float:right;
	margin:5px 25px 0 0;
	font-size:70%;
	margin-top:5px;
	width:315px;
}

#infotop{
	background:url(/graphics/andrews-signs/baskettop.gif) no-repeat top;
}

#infobg{
	background:url(/graphics/andrews-signs/basketbg.gif) repeat-y;
}

#infobottom{
	background:url(/graphics/andrews-signs/basketbottom.gif) no-repeat bottom;
}

#info p{
	font-weight:bold;
	padding:8px;
}

#info a{
	color:#fde8cf;
	background:url(/graphics/andrews-signs/basket.gif) no-repeat top right;
	height:21px;
	padding:4px 30px 4px 2px;
}

#basket{
	font-weight:normal;
	color:#5f2407;
	margin-left:20px;
}

/*Primary Navigation*/
#nav_main ul{
	padding:12px 0 0 25px;
	font-size:90%;
}

#nav_main li{
	display:inline;
	color:#f9b66a;
	border-left: 1px solid #f9b66a;
	padding: 0 .55em 0 .75em;
}

#nav_main li.first{
	border-left: none;
	padding-left: 0 !important;
}

#nav_main li a,
#nav_main li a span{
	color:#5b1e01;
}

#nav_main li a:hover,
#nav_main li a:hover span{
	color:#fff;
}

#nav_main li a.selected,
#nav_main li a.selected span{
	color:#fff;
}

/*Secondary Navigation*/
#nav_secondary{
	background:url(/graphics/andrews-signs/nav2shadow.gif) repeat-x;
	width:224px;
	float:left;
	font-size:80%;
}

#nav_secondary ul{
	padding-top:42px
}

#nav_secondary li{
	border-bottom:1px solid #5b1e01;
}

#nav_secondary li a{
	padding:6px 0px 6px 25px;
	display:block;
}

#nav_secondary li a:hover{
	background:#5b1e01;
}

#nav_secondary li.first{
	border-top:1px solid #5b1e01;
}

/*Search box*/
form#search{
	margin-top: 17px;
	padding-left: 22px;
	padding-bottom: 17px;
}

form#search label{
	position: absolute;
	left: -999em;
}

form#search input{
	display: inline;
}

#searchKeyword{
	padding: 2px;
	width: 155px;
}

#searchSubmit{
	margin-left: 5px;
	padding: 2px;
}

/*Secondary Navigation Ad*/

#fulldesignservicebg{
	background:url(/graphics/andrews-signs/designservicebg.gif) repeat-y;
	margin-top:10px;
	font-size:90%;
}

#fulldesignservicebottom{
	background:url(/graphics/andrews-signs/designservicebottom.gif) no-repeat bottom;
}

#fulldesignservicetop{
	background:url(/graphics/andrews-signs/designservicetop.gif) no-repeat top;
}

#fulldesignservicetop h2{
	font-size:180%;
	padding:60px 35px 15px 35px;
}

#fulldesignservicetop p{
	padding:0px 35px 30px 35px;
}

/*Content*/
#content-outer{
	font-size:80%;
	color: #fff;
}

#content-outer a{
	border-bottom: 1px dotted #fff;
}

#content-outer a:hover{
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#content-outer p{
	margin-bottom:20px;
	line-height:1.4em;
}

#content-outer h2{
	margin-bottom:20px;
	font-size:140%;
	font-weight:bold;
}

#content-outer img{
	margin-bottom:20px;
}

#sidebar img{
	padding:0 0 10px 20px;
}

/*Product Pages*/
.inner {
	background-color:#fff;
	color:#000;
	width:730px;
	padding:10px;
	margin-bottom:25px;
	overflow: hidden;
}

.image{
	float:left;
	text-align:center;
	color:#000;
}

.image a{
	color:#000;
}

img#productimagelarge{
	margin-bottom:5px;
}

.inner p#viewlargelink{
	margin-bottom:5px;
}

.info{
	float:left;
	margin:15px 0px 0px 80px;
}

.info h3, .info p, .info label{
	color:#000;
}

form{
	margin-top:-10px;
	float:left;
}

label, input{
	float:left;
	margin-top:5px;
}

input{
	color:#000;
	border:1px solid #f7921e;
}

.inner ul#cartbutton{
	float:right;
	margin:0 10px 0px 20px;
}

.inner ul#cartbutton li{
	background:url(/graphics/andrews-signs/cartbuttonright.gif) no-repeat right;
	float:left;
	margin-right:10px;
	font-size:80%;
	height:30px;
	letter-spacing:0.15em;
}

.inner ul#cartbutton li:hover{
	background:url(/graphics/andrews-signs/cartbuttonrighthover.gif) no-repeat right;
}

.inner ul#cartbutton li a{
	background:url(/graphics/andrews-signs/cartbuttonleft.gif) no-repeat left top;
	height:30px;
	padding:7px 30px;
	display:block;
}

.inner ul#cartbutton li a:hover{
	background:url(/graphics/andrews-signs/cartbuttonlefthover.gif) no-repeat left top;
}

.inner ul#products li{
	display:inline;
	margin:0px 25px 25px 0px;
}

/*Sidebar Ad Boxes*/
#sidebar{
	font-size:90%;
}

.sidebarbox{
	margin-bottom: 2em;
	width: 319px;
}

.sidebarbox .box-inner{
	min-height: 175px;
	position: relative;
}

#sidebar img{
	position: absolute;
}

#sidebar h3{
	font-size:165%;
	letter-spacing:0.04em;
	padding:25px 22px 14px 100px;
	margin: 0;
	font-weight: bold;
}

#sidebar p{
	padding:0px 22px 30px 100px;
	margin:0;
}

#sidebar .signs{
	background: url(/graphics/andrews-signs/bg_greenbox_b.jpg) no-repeat bottom;
}

#sidebar .signs .box-inner{
	background: url(/graphics/andrews-signs/bg_greenbox_t.jpg) no-repeat top;
}

#sidebar .engraving{
	background: url(/graphics/andrews-signs/bg_redbox_b.jpg) no-repeat bottom;
}

#sidebar .engraving .box-inner{
	background: url(/graphics/andrews-signs/bg_redbox_t.jpg) no-repeat top;
}

#sidebar .engraving img{
	top: 20px;
	left: -35px;
}

#sidebar .engraving h3, #sidebar .engraving p{
	width: 175px;
}

#sidebar .engraving h3, #sidebar .engraving p,
#sidebar .rail h3, #sidebar .rail p{
	position: relative;
	z-index: 1000;
}

#sidebar .rail{
	background: url(/graphics/andrews-signs/bg_orangebox_b.jpg) no-repeat bottom;
}

#sidebar .rail .box-inner{
	background: url(/graphics/andrews-signs/bg_orangebox_t.jpg) no-repeat top;
}

#sidebar .rail img{
	top: 0;
	left: -35px;
}

#sidebar .signs img{
	top: 0;
	left: -35px;
}

#sidebar .clothing{
	background: url(/graphics/andrews-signs/bg_purplebox_b.jpg) no-repeat bottom;
}

#sidebar .clothing .box-inner{
	background: url(/graphics/andrews-signs/bg_purplebox_t.jpg) no-repeat top;
}

#sidebar .clothing img{
	left: -33px;
	bottom: -23px;
}

#sidebar .aboards{
	background: url(/graphics/andrews-signs/bg_turquoisebox_b.jpg) no-repeat bottom;
}

#sidebar .aboards .box-inner{
	background: url(/graphics/andrews-signs/bg_turquoisebox_t.jpg) no-repeat top;
}

#sidebar .aboards img{
	top: 30px;
	left: -25px;
}

#sidebar .trophies{
	background: url(/graphics/andrews-signs/bg_bluebox_b.jpg) no-repeat bottom;
}

#sidebar .trophies .box-inner{
	background: url(/graphics/andrews-signs/bg_bluebox_t.jpg) no-repeat top;
}

#sidebar .trophies img{
	top: -12px;
	left: -35px;
}

#sidebar a{
	border-bottom: none;
}

#sidebar a:hover{
	text-decoration: underline;
}

/*Footer*/
#footer{
	min-height:25px;
	clear:both;
	padding:18px 25px 8px 25px;
	background-color:#9d4603;
	font-size:70%;
	font-weight:bold;
}

/*Styles from TradingEye default stylesheet*/
/* =FORMS
=============================================== */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
legend {
	clear: left;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	color: #fff;
	margin-left: 0;
	padding-left: 0;
	}
fieldset h3 {
	margin: 1em 0;
	}
.formField {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 4px;
	width: 170px;
	}
select.formSelect {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 3px 4px;
	width: 170px;
	}
select.formSelectMedium {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 3px 4px;
	width: 90px;
	}
.formFieldShort {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 4px;
	width: 50px;
	}
.formFieldMedium {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 4px;
	width: 90px;
	}
h3 .formRadio {
	margin: -.2em .5em 0 0;
	}
p .formRadio {
	margin: -.2em .5em 0 0;
	}
.formButton {
	background: #e36400;
	border: none;
	color: #fff;
	height: 2.2em;
	line-height: 2.2em;
	overflow: hidden;
	padding: 0 4px 2px 4px;
	}
.formButton:hover {
	background: #4f7a9f;
	cursor: pointer;
	}
label {
	margin: .5em 0;
	}
label span {
	font-size: 110%;
	font-weight: bold;
	}
input.formField:focus,
input.formFieldShort:focus,
input.formFieldMedium:focus,
textarea:focus,
.quantity:focus,
.formField.comments:focus	{
	background: #fff;
	border: 1px solid #aaa;
	}


/* =TABLES
=============================================== */

table {
	border-collapse: collapse;
	/*border: 1px solid #e5e5e5;*/
	border-bottom: 0;
	line-height: 150%;
	margin: .5em 0 1em 0;
	width: 100%;
	}
th {
	/*background: #f3f3f3;*/
	/*border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;*/
	padding: 5px;
	}
tr {
	/*border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;*/
	}
td {
	/*background: #f9f9f9;*/
	/*border-bottom: 1px solid #e5e5e5;*/
	padding: 5px;
	vertical-align: top;
	}
table .price {
	/*color: #e36400;*/
	font-size: 1em;
	font-weight: bold;
	}
th.first,
td.first {
	width: 25%;
	}
td.qty {
	width: 100px;
	}
th.remove {
	width: 75px;
	}
th.product,
th.attributes {
	width: 30%
	}


/* =MISC
=============================================== */

/* site map */

#sitemap,
#sitemap ul,
#sitemap li {
	list-style: none;		
	margin: 0;
	padding: 0;
	}
#sitemap {
	margin: 1em 0;
	}
#sitemap li {
	margin: .5em 0;
	}
#sitemap li h3 {
	margin: .2em 0;
	}
#sitemap ul {
	padding-left: 20px;
	}

/* shopping cart & checkout */

.module1 {
	float: left;
	margin: 1em 0;
	width: 340px;
	display: inline;
	}
.module2 {
	float: right;
	margin: 1em 0;
	width: 340px;
	display: inline;
	}
.module1 *:first-child,
.module2 *:first-child {
	margin-top: 0;
	}
.formCheckbox,
.formRadio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
p .formCheckbox {
	margin: -.4em .5em 0 0;
	}
p .formRadio {
	margin: -.4em .5em 0 0;
	}
#cartContents {
	margin-bottom: 1em;
	}
#cartContents td.productDetails {
	padding-left: 80px;
	}
.cartProductImage {
	display: inline;
	float: left;
	margin: 0 0 0 -75px;
	}
.cartProductImage a img {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 2px;
	width: 60px;
	}
.cartProductImage a:hover img {
	background: #eee;
	border: 1px solid #d5d5d5;
	padding: 2px;
	}
a.removeItem {
	background: url(../graphics/site/removeItem.gif) no-repeat 0 50%;
	height: 16px;
	padding-left: 20px;
	}
#acceptedCards img {
	margin-right: .5em;
	}

/* cart totals */

#total {
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 110%;
	}
#total dt {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	line-height: 2.5em;
	}
#total dd {
	line-height: 2.5em;
	margin-top: -2.6em;
	text-align: right;
	}
#total .total {
	font-size: 1.2em;
	}
.actions {
	clear: both;
	margin: 1em 0;
	}

/* content area forms (checkout, login, contact form etc.) */

#content-outer label {
	display: block;
	width: 120px;
	}
#content-outer label span{
	font-size: .8em;
	padding-left: 2px;
}
#content-outer .formField,
#content-outer .formFieldMedium {
	margin: 0 10px .8em 0;
	width: 270px;
	}
#content-outer select.formSelect,
#content-outer select.formSelectMedium,
#content-outer select.formSelectShort {
	margin: 0 0 .8em 0;
	width: 280px;
	}
#content .formField,
#frmContact .formField {
	width: 240px;
	}
	
#content .formFieldShort,
#frmContact .formFieldShort {
	margin: .2em 0 1em 0;
	width: 50px;
	}
#content select.formSelect,
#frmContact select.formSelect {
	width: 228px;
	}
#content select.formSelectMedium,
#frmContact select.formSelectMedium {
	margin-right: .8em;
	width: 80px;
	}
#content .formButton,
#frmContact .formButton {
	float: left;
	margin-right: .5em;
	}
#cv2 {
	float: left;
	margin: -.2em 0 0 1em;
	}

/* checkout summary */

#checkout dl.cartSummary,
#checkout dl.cartSummary dt,
#checkout dl.cartSummary dd {
	margin: 0;
	padding: 0;
	}
#checkout dl.cartSummary dt {
	clear: left;
	float: left;
	margin: 0;
	width: 40%;
	}
#checkout dl.cartSummary dd {
	float: left;
	margin: 0;
	width: 59%;
	}
.addGiftWrap {
	float: left;
	margin: -.5em 0 0 0;
	}

/* checkout form layout */

table.user,
table.user tr,
table.user td {
	background: none;
	border: none;
	padding: 0;
	}
table.user {
	margin: 0;
	}
table.user td {
	width: 50%;
	}	
.paymentGateway {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	display: block;
	margin: -.5em 1em 1em 0;
	padding: 3px;
	}

/* =SEARCH RESULTS
=============================================== */

#searchResults,
#searchResults li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#searchResults {
	margin: 1em 0;
	}
#searchResults li {
	list-style: decimal;
	margin: 1em 0 1em 2.5em;
	}
#searchResults h3 {}
#searchResults p {
	margin-top: -1em;
	}
#searchResults span {
	background: #ccc;
	color: #fff;
	font-size: .9em;
	font-weight: normal;
	margin-left: .5em;
	padding: .2em .5em .15em .5em;
	}

/*Products page*/
#productSort h3{
	display: none;
}

#productSort{
	background: #F8A23E;
	margin-bottom: 2em;
	padding: 10px 5px 0;
	width: 700px !important;
}

#productSort .submit{
	display: inline !important;
}

#productSortForm{
	font-size: .8em;
	letter-spacing: .1em;
	clear: both;
	margin-right: 15px;
}

#productSortForm .sortBlock{
	float: left;
}

#productSortForm select{
	width: auto !important;
	margin-right: 6px !important;
	margin-top: 3px !important;
	font-size: .9em;
}

#productSortForm label{
	padding: 0 3px 0 0!important;
	width: auto !important;
}



/* product list */

.products,
.products li {
	list-style: none;
	margin: 0;
	padding: 0;
	} 
.products li {
	margin: 0 0 1em 0;
	padding: 10px 10px 0 10px;
	position: relative;
}
.products li h3 {
	background: none;
	font-size: 15px;
	margin-right: 6.5em;
	margin-bottom: .25em;
	font-weight: bold;
	}
#content-outer .products li p{
	margin-bottom: .5em;
}
.products .image {
	display: inline;
	float: left;
	margin: 0 10px 0;
	width: 170px;
	}
/*.products .product_details{
	float: left;
}*/
.products .image a{
	border: 0 !important;
}	
.products .image a img {
	background: #eee;
	padding: 2px;
	}
.products .image a:hover img {
	background: #fff;
	padding: 2px;
	}
.products .addWishlist,
.products .addCompare {
	display: inline;
	margin: .5em 1em .5em 0;
	}
.products .desc {
	line-height: 1.5em;
	}
.products .rrp {
	color: #777;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	}
.products .rrp span {
	color: #555;
	}
.products .onSale {
	background: #a00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	position: absolute;
	top: -.5em;
	right: 10px;
	}
.products .price {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	}
.products .quantity {
	clear: both;
	margin: -3em 0 1em 0;
	text-align: right;
	}
.products .actions {
	float: right;
	margin: .5em 0;
	text-align: right;
	}

/* product grid */

.products.grid {
	margin-right: -10px;
	width: 710px;
	}
.products.grid li {
	float: left;
	margin-right: 10px;
	padding: 10px 10px 0 10px;
	width: 204px;
	}
.products.grid .image {
	float: none;
	margin: 1em 0;
	}
.products.grid .addWishlist,
.products.grid .addCompare {
	border: 0;
	display: block;
	margin: .2em 0;
	padding: 0;
	}
.products.grid .price {
	margin: .5em 0;
	}
.products.grid .price span {
	display: block;
	margin: .5em 0;
	}
.products.grid .actions {
	clear: both;
	float: none;
	margin: .5em 0;
	text-align: left;
	}

/* sort by options / attributes header */

#productSort h3 {
	clear: both;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 0 0;
	text-transform: uppercase;
	}
#productSort h3 a {
	color: #999;
	height: 2.7em;
	line-height: 2.7em;
	padding: .8em 10px;
	}
#productSort h3 a:hover {
	color: #555;
	}
#productSort h3 a.selected {
	background: #f2f2f2;
	color: #111;
	}
#productSort h3 a span {
	color: #777;
	letter-spacing: normal;
	text-transform: none;
	}

/* sort container */

#productSort #productSortOptions {
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}

/* sort options */

#productSort #productSortOptions .sortBlock {
	float: left;
	margin-right: 10px;
	width: 140px;
	}
#productSort #productSortOptions .sortBlock .formSelect {
	width: 140px;
	}
#productSort #productSortOptions .formButton {
	float: right;
	margin-top: 1.8em;
	}

/*Product page*/
/* =PRODUCT DETAILS
=============================================== */

/* product details */

#product {	
	margin: 1em 0;
	}

/* image gallery */

#product .image {	
	float: left;
	margin: 1em 0;
	}
#product .image p {
	margin: 1em 0;
	}
#product .image ul,
#product .image ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#product .image ul {
	width: 370px;
	}
#product .image ul li {
	display: inline;
	}
#product .image ul li {
	margin: 0 5px 0 0;
	}
#product .image ul li a img {
	background: #f2f2f2;
	padding: 4px;
	}
#product .image ul li a:hover img {
	background: #ddd;
	padding: 4px;
	}

/* product price & options */

#product .info {
	float: right;
	margin: 1em 0;
	padding: 1px 10px 10px 10px;
	position: relative;
	width: 468px;
	}
	
#product .info input#quantity{
	border: 1px solid #f7921e;
}
#product .info .onSale {
	background: #c00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	position: absolute;
	top: -.5em;
	right: 10px;
	}
#product .info .price {
	color: #111;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 1em 0 .5em 0;
	}
#product .info .price span {
	color: #aaa;
	display: block;
	}
#product .info .rrp {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	}
#product .info h3 {
	line-height: 2em;
	margin-bottom: -.5em;
	}
#product .info label {
	float: left;
	margin: 5px .5em 0 0;
	}
#product .info .formField {
	width: 270px;
	}
#product .info .formButton {
	margin: .2em 0 0 0;
	}
#product .info .formFieldShort,
#product .info .formButton {
	float: left;
	margin-right: 1em;
	}
#product .info #addWishlist,
#product .info #addComparison {
	margin: .5em 0;
	}
#product .actions {
	clear: both;
	}
#product .info label{
	width: auto;
}

/* =SEARCH RESULTS
=============================================== */

#searchResults,
#searchResults li {
	list-style: none;
	margin: 0;
	padding: 0;

	}
#searchResults {
	margin: 1em 0;
	}
	
#searchResults .product_image{
	float: left;
	padding: 0 10px;
}

#searchResults .product_image img{
	margin-bottom: 0;
}
#searchResults .product_image a{
	border-bottom: 0;
}
#searchResults li {
	margin: 1em 0 1em 0;
	clear: left;
	}
#searchResults h3 {
	font-weight: bold;
	font-size: 1.1em;
	}
#searchResults p {
	margin-top: 0;
	}
#searchResults span {
	background: #F9B25E;
	color: #fff;
	font-size: .9em;
	font-weight: normal;
	margin-left: .5em;
	padding: .2em .5em .15em .5em;
	}

/*Checkout pages*/
.checkout_step_1{
	padding-bottom: 4em !important;
}

.checkout_step_1 h2{
	padding-top: 2em;
}

.checkout_step_1 h3{
	font-weight: bold;	
}

.checkout_step_1 h2#pageTitle{
	padding-top: 0;
}

.checkout_step_1 label{
	padding-left: 1px;
}

.checkout_step_1 select{
	clear: both !important;
	display: block;
}

#terms_agree.formCheckbox,
.formRadio{
	position: relative;
	top: 5px;
}

.checkout_step_1 .module1 label{
	width: 300px !important;
}

/*Add bullets back to content area lists*/

#content ul, #content ul li{
	list-style-type: disc !important;
}

#content ul{
	padding-left: 2em;
}

#navSubDept{
	padding-bottom: 2em;
	margin-top: -1em;
}

#content-outer a.no-border,
#content-outer a.no-border:hover{
	border-bottom: none;
}