/*
* Blueprint overrides
*/
.container { 
	width: 990px;
	}
.span-25, div.span-25 { 
	width: 990px; 
	}	
.box {
	margin: 0;
	}	
p img {
	float: none;
	margin: 0;
	padding: 0;
}	
input.text, input.title, textarea {
	padding: 2px 5px;
	}
/*
* Main styles
*/	
.al {
	text-align: left;
	}
.ar {
	text-align: right;
	}	
.fl {
	float: left;
	}	
.fr {
	float: right;
	}	
.cb {
	clear: both;
	}	
.help {
	background: url(../images/global/help.png) no-repeat right;
	cursor:help;
	padding-right: 20px;
	}
#main-wrapper .reset {
	margin: 0;
	padding: 0;
	}
a {
	color: #047;
	}
a:hover {
	color: #047;
	text-decoration: none;
	}
a:active {
	color: #FF0016;
	}
h1, h2, h3, h4, h5, h6 {
	/* font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-family: Tahoma, Verdana, Geneva ;*/
	font-family: Arial, Helvetica, sans-serif;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0.25em;
}
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#main-wrapper {
	position: relative;
	width: 100%;
	height: 106px;
	background: url(../images/global/header_bg.gif) left top repeat-x;
	z-index: 20;
	}
#banner {
	position: relative;
	height: 85px;
	margin: auto;
	background: url(../images/global/header.jpg) left top no-repeat;
	z-index: 1;
	}
#tagline {
	color: #676767;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	left: 290px;
	letter-spacing: 3.2px;
	position: absolute;
	top: 48px;	
	}
#logo {
	position: absolute;
	top: 18px;
	left: 5px;
	width: 252px;
	height: 62px;
	}
#navigation {
	height: 24px;
	background: url(../images/global/navi_bg.gif) left top repeat-x;
	z-index: 90;
	margin: 0 0 10px;
	}
#main {
	min-height: 400px;
	}
#footer {
	font-size: 9px;
	float: none;
	width: 986px;
	height: 50px;
	position: relative;
	margin: 2px auto;
	border-top: #CCCCCC 1px dotted;
	color: #666666;
	clear:both;
	}
#footer_links {
	position: absolute;
	top: 10px;
	left: 10px;
	line-height: 2;
	}
#footer_links a {
	color: #FF0016;		
	}
#footer_logos {
	position: absolute;
	top: 5px;
	right: 10px;
	}
ol, ul {
	padding-left: 10px;
	}	
.muro-list li {
	list-style: url(../images/global/bullet.gif);
	}	
embed {
	margin-bottom: 10px;
	}	
/*
* User login, account, cart links
*/
#navi-tools {
	position: absolute;
	top: 16px;
	right: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
	}
#navi-tools a {
	color: #FF0016;	
	}
#navi-tools ul {
	margin: 0;
	padding: 2px;
	}
#navi-tools li {
	display: inline;
	padding: 8px 3px 0px 6px;
	}
#navi-tools #loginGuest {
	padding-right: 20px;
	}
#navi-tools #account {
	background: url(../images/global/account.png) no-repeat;
	padding-left: 18px;
	}
#navi-tools #catalogue {
	background: url(../images/global/catalogue.png) no-repeat;
	padding-left: 20px;
	}
#navi-tools #cart {
	background: url(../images/global/cart.png) no-repeat;
	padding-left: 18px;
	}
	
/*
* Main navigation
*/
#nav {
	margin: 0 auto;
	min-height: 26px;
	/*height: 26px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 632px;
	list-style: none;
	line-height: 1;
	padding: 0;
	text-align: left;
	}
#nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0 0 1em 0;
	}
#nav a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 5px 15px 11px;
	}
#nav a.toplevel {
	/*border-right: 1px solid #EEEEEE;*/
	}
#nav li {
	float: left;
	padding: 0;
	}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 184px;
	w\idth: 19.2em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	z-index: 1000;
	}
#nav li li {
	padding-right: 1em;
	width: 184px;
	background: url("../images/global/menu_bg.gif") repeat-y;
	}
#nav li li.menu_footer {
	height: 15px;
	background: url("../images/global/menu_b.gif") no-repeat;
	}
#nav li ul a {
	width: 179px;
	}
#nav li ul ul {
	margin: -1.75em 0 0 14em;
	}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
#nav li:hover div, #nav li.sfhover div { /* Top links tab bg */
	background: url("../images/global/tab_r.gif") no-repeat right top; 
	}
#nav li:hover a.toplevel, #nav li.sfhover a.toplevel {
	background:url("../images/global/tab_l.gif") no-repeat left top;
	color:#FF0016;
	}
#nav li li:hover, #nav li li.sfhover { /* Pop up hover details */
	}
#nav li li:hover a, #nav li li.sfhover a {
	color: #FF0016;
	background: url("../images/global/menu_bg.gif") repeat-y;
	} /* End Pop up details */
	
/*
* Side Box Styles 
*/	
.wrap {
	margin: 0 0 10px;
	}
.boxhead {
	background: #CCCCCC url(../images/global/head.gif) repeat-x;
	position: relative;
	}
.boxhead div {
	background: transparent url(../images/global/head_right.gif) no-repeat right top;
	line-height: 13px;
	margin: 0pt;
	padding: 0pt;	
	}
.boxhead div div {
	background: transparent url(../images/global/head_left.gif) no-repeat left top;
	}
.boxhead h2 {
	background-position: 8px 6px;
	background-repeat: no-repeat;
	height: 20px;
	font-weight: bold;
	color: #333;	
	font-size: 12px;
	padding: 6px 2px 2px 8px;
	margin: 0px;
	}
.box {
	background-color: #EEEEEE;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top-style: none;
	border-top-color: #999999;
	}
/* Specific Side Box Styles */
.navBox .box {
	/*height: 195px;*/
	padding: 6px 5px 5px 5px;
	}
#muroNav .box {
	/*height: 196px;*/
	}
#muroNav2 .box { /* Logged in menu */
	/*height: 153px;*/
	}
/*#prodNav .box{
	height: 153px;
	}
#partnerNav .box{
	height: 239px;
	}
#supportNav .box{
	height: 67px;
	}
#faqBindNav .box{
	height: 397px;
	}
#faqLamNav .box{
	height: 228px;
	}
#faqShredNav .box{
	height: 45px;
	}*/
#topTen .box {
	/*height: 195px;*/
	}
#quickCart {
	font-size: 11px;
	position: relative;
	/*z-index: -10;*/
	}
#quickCart .box {
	/*height: 64px;*/
	}
#quickCart form {
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
#quickCart .label {
	font-weight: bold;
	}
#quickCart .value {
	text-align: right;
	}
#quickCart table {
	margin: 2px auto;
	width: 170px;
	}
#quickCart td {
	padding: 0;
	}	
.searchBox {
	z-index: 80;
	}	
.searchBox .box {
	padding: 5px;
	}
.searchBox #keywords {
	width: 145px;
	}	
p.searchTips {
	font-size: 10px;
	margin-top: 4px;
	position: relative;
	}
p.searchTips a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
	}
p.searchTips a span {
	display: none;
	}
p.searchTips a:hover span {
	display: block;
	position: absolute; 
	top: 8px; 
	left: -16px; 
	width: 178px;
	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	color: #000; 
	background: #eee;
	font: 11px Verdana, sans-serif; 
	text-align: left;
	border: 1px solid #999;
	text-decoration: none;
	}
.searchBox #btnSearch {
	background: url(../images/global/search-button.gif) no-repeat;
	border: none;
	height: 22px;
	margin: 0 0 6px;
	text-indent: -9999em;
	width: 22px;
	}

/*
* Suckerfish Nav Styles
*/	
/* Side Nav */
#ulSideNav li {
	font-size: 10px;
	}
#ulSideNav, #ulSideNav ul { /* all lists */
	padding: 0;
	margin: 0 0 2px;
	list-style: none;
	float: left;
	width: 11em;
	z-index: 100;
	}
#ulSideNav li { /* all list items */
	position: relative;
	float: left;
	line-height: 1.25em;
	margin-bottom: -1px;
	width: 11em;
	}
#ulSideNav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-left: 12em;
	margin-top: -2.2em;
	}
#ulSideNav li ul ul { /* third-and-above-level lists */
	left: -999em;
	}
#ulSideNav li a {
	width: 16.6em;
	display: block;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 0.8em 0.5em;
	background-color: #FFFFFF;
	}
#ulSideNav li a:hover {
	color: white;
	background-color: #4FA0D3;
	}
#ulSideNav li:hover ul ul, #ulSideNav li:hover ul ul ul, #ulSideNav li.sfhover ul ul, #ulSideNav li.sfhover ul ul ul {
	left: -999em;
	}
#ulSideNav li:hover ul, #ulSideNav li li:hover ul, #ulSideNav li li li:hover ul, #ulSideNav li.sfhover ul, #ulSideNav li li.sfhover ul, #ulSideNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}	
	
/* Side Nav changed to use a class*/
.navList li {
	font-size: 10px;
	}
.navList, .navList ul { /* all lists */
	padding: 0;
	margin: 0 0 2px;
	list-style: none;
	float: left;
	width: 11em;
	z-index: 100;
	}
.navList li { /* all list items */
	position: relative;
	float: left;
	line-height: 1.25em;
	margin-bottom: -1px;
	width: 11em;
	}
.navList li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-left: 17.7em;
	margin-top: -2.25em;
	}
.navList li ul ul { /* third-and-above-level lists */
	left: -999em;
	}
.navList li a {
	width: 16.6em;
	display: block;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 0.8em 0.5em;
	background-color: #FFFFFF;
	}
.navList li a:hover {
	color: white;
	background-color: #4FA0D3;
	}
.navList li:hover ul ul, .navList li:hover ul ul ul, .navList li.sfhover ul ul, .navList li.sfhover ul ul ul {
	left: -999em;
	}
.navList li:hover ul, .navList li li:hover ul, .navList li li li:hover ul, .navList li.sfhover ul, .navList li li.sfhover ul, .navList li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}		

/*
* Content
*/
#content {
	/*margin-top: 24px;*/
	}

/*
* Form Styles 
*/
fieldset {
	margin:10px 0px;
	padding: 10px 10px;
	border: 1px solid #2F85B9;
	background: #f9f9f9 url(../images/global/fieldset_gradient.jpg) repeat-x;
}
legend {
	background: #FEFEFE;
	/*border: 1px solid #2F85B9;*/
	color: #047;
	font-size: 12px;
	font-weight: bold;
	padding:0px 5px;
}
label {
	font-weight:bold;
}
label.notBold {
	font-weight:normal;
}
/* Zero default margin & padding around common elements */
#newForm .text, #newForm textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px 5px;
}
#newForm form, #newForm li, #newForm ol, #newForm  p, #newForm ul {
	margin: 0;
	border: 0 none transparent;
	padding: 0;
}
#newForm fieldset {
	float: left;
	clear: left;
	width: 99.7%;	
	margin: 0 0 1.5em 0;
	padding: 0;
	background-image: url(../images/global/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}
#newForm legend {
	margin-left: 1em;
	padding: 0 1em;
	font-weight: bold;
}
#newForm fieldset ol {
	padding: 1em 1em 0;
	list-style: none;
	float:left;
	/*zoom: 1;*/
}
#newForm fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	list-style: none;
	height:1.5em;
}
#newForm label {
	position: relative;
	float: left;
	width: 10em;
	margin-right: 0.5em;
	text-align:right;
}
#newForm label strong {
	position: absolute;
	left: 28em;
	top: 0.3em;
	width: 30em;
	color: #E60018;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
	text-align:left;
}
#newForm label em {
	position: absolute;
	left: 280px;
	top: 0;
	cursor: help;
}
#newForm input.text {
  	width: 11.5em;
}
#newForm fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 11.5em;
	background-color: transparent;
	background-image: none;
}
#newForm input.submit {
  	font-weight: bold;
}
input.submitPrimary {
  	font-weight: bold;
}
#newForm input.submitSecondary {
  	font-weight: normal;
}
input.text:focus, textarea:focus, select:focus, input.iefocus {
  	border: 1px solid #2F85B9;
}
#newForm input.text#CustomersTelAreaCode {
	width: 4em;
}
#newForm input.text#CustomersTelephone {
	width: 6.9em;
}
#newForm .labelReset { /* for use with tickbox labels */
	position: static;
	float: none;
	width: auto;
	margin-right: 0;
	text-align:left;
	font-weight:normal;	
}
/* forms with textarea elements within */
#newForm .wide input.text, #newForm .wide textarea {
  	width: 18em;
}
#newForm fieldset li.textarea {
	height:9em;
}
#newForm .wide textarea {
	height:8em;
}
#newForm .wide label em {
	left: 356px;
}
.forgotPassword {
	font-size: 11px;
	margin-left: 11.5em;
}
/*
* Message boxes 
*/
.message {
	font-size:12px;
	margin:5px 0px;
}
.message h4 {
	font-weight: bold;
	margin:5px 0px;
}
.message p {
	margin:5px 0px;
}
#main .message-warning {
	background:#FFF6BF url(../common/warning.png) no-repeat scroll 15px 50%;
	border-bottom:2px solid #FFD324;
	border-top:2px solid #FFD324;
	padding:5px 20px 5px 65px;
	text-align:left;
}
#main .message-success {
	background:#EAFFEA url(../common/ok.png) no-repeat scroll 15px 50%;
	border-bottom:2px solid #72D361;
	border-top:2px solid #72D361;
	padding:5px 20px 5px 65px;
	text-align:left;
}
#main .message-info {
	background:#F0F8FF url(../common/info.png) no-repeat scroll 15px 50%;
	border-bottom:2px solid #4FA0D3;
	border-top:2px solid #4FA0D3;
	padding:5px 20px 5px 65px;
	text-align:left;
}
#main .message-error {
	background:#FFF0F1 url(../common/error.png) no-repeat scroll 15px 50%;
	border-bottom:2px solid #FF0016;
	border-top:2px solid #FF0016;
	padding:5px 20px 5px 65px;
	text-align:left;
}
span.spnError {
	font-weight: bold;
	color: #E60018;
	margin-left:1em;
}

/*
* Misc
*/
.backLink {
	font-weight: bold;
	float: left;
	}
img.border {
	border: 1px solid #999;
	margin-bottom: 6px;
	}
.login-section {
	float: left;
	width: 372px;
	}
.login-section-last {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	}
#register-now {
	margin :0 10px 20px 110px;
	display: block;
	float: left;
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
span.freeCarriageNote {
	color: #FF0016;
	}
/*
* Homepage
*/
/* Special offers */
#spoffers {
	color: #FFFFFF;
	/*background: transparent url(../images/global/bg-spoffer.png) no-repeat left bottom;*/
	position: relative;
	min-height: 258px;
	font-weight: bold;
	}
	#spoffers div {
		text-align: left;
		font-size: 16px;
		display: none;
		}
		#spoffers div img {
			padding: 0;
			background: #fff;
			}
	#spoffers #defaultHomepageImage	{
		display: block;
		}		
/* Random products */
.randProd {
	padding: 0;
	margin: 0 -10px 0 0;
	list-style: none;
	}
	.randProd li {
		background: url(../images/global/bottom-gradient.png) repeat-x bottom center;
		width: 188px;
		min-height: 246px;
		border: 1px solid #CCCCCC;
		float: left;
		margin: 0 10px 10px 0;
		position: relative;
		}
	.randProd li:hover {
		border-color: #999;
		}
		.randProd li div {
			padding: 10px;
			}
	.randProd h3 {
		color: #36c;
		font-size: 1.1em;
		font-weight: bold;
		min-height: 4em;
		}	
		.randProd h3 a {
			color: #36c;
			text-decoration: none;
			}
		.randProd h3 a:hover {
			text-decoration: underline;
			}
	.randProd p {
		margin-bottom: 0.5em;
		}
	.randProd .image img {
		margin: 0 auto 10px;
		padding: 0;
		float: none;
		display: block;
		}
	.randProd .prodCode {
		clear: left;
		font-size: 10px;
		position: absolute;
		bottom: 72px;		
		}
	.randProd .prodCode, .randProd .price span {
		color: #666;
		}		
	.randProd .price {
		bottom: 48px;
		color: #C10000;
		font-size: 15px;
		font-weight: bold;
		position: absolute;
		}	
	.randProd .price span {
		color: #666;
		font-size: 10px;
		font-weight: normal;
		}	
	.randProd .prodLink {
		position: absolute;
		bottom: 24px;
		margin: 0;
		}	
		.randProd .prodLink a {
			margin-bottom: 0;
		}	
	.randProd .addToCatalog {
		bottom: 6px;
		font-size: 9px;
		margin: 0;
		position: absolute;
		text-align: center;
		}				
/* Manufacturer links */	
#front_manu_links {
	height: 60px;
	text-align: center;
	}
#front_manu_links img {
	padding: 19px 20px;
	vertical-align: middle;
	}	

/*
* Listing page
*/
.breadHTML {
	float: left;
	}
.prodCount, .breadPagination {
	float: right;
	}
.prodCount{
	margin-right: 10px;
	}	
#store_head_subcats {
	width: 790px;
	background-color: #F9F9F9;
	float: left;
	border-top: 1px solid #fff;
	font-size: 9px;
	}
#store_head_subcats div {
	padding: 5px;
	}
#store_head_subcats h4 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
	}
#store_head_subcats ul {
	padding: 0;
	margin: 0;
	}
#store_head_subcats li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	}
#store_head_subcats li a {
	display: block;
	padding: 2px 5px 10px;
	}
#listing-pg .randProd li {
	min-height: 310px;
	width: 183px;
	}
#listing-pg #page-content {
	clear: both;
	}
/*
* Detail page
*/
#detail-pg #page-content div {
	/*padding: 0;*/
	}	
.imgTooltip {
	border: 1px solid #fff;
	background-color: #4FA0D3;
	padding: 6px;
	color: #fff;
	font-size: 11px;
	font-weight:bold;
	}
#detail-pg #main {
	background: url(../images/page/main-background-790px.png) repeat-y 200px;
	}
#productMainImage {
	position: relative;
	border: 1px solid #fff;
	float: left;
	height: 243px;
	margin-right: 10px;
	width: 260px;	
	}	
	.imgMagGlass {
		bottom: 10px;
		position: absolute;
		right: 10px;
	}		
#productMainDetails, #productExtraInfo, #productDescription {
	background: url(../images/global/bottom-gradient.png) repeat-x bottom center;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}
#productMainDetails, #productExtraInfo {
	float: left;
	height: 243px;
	margin-right: 10px;
	width: 241px;
	}	
#productMainDetails h2, #productExtraInfo h2, #productDescription h2 {
	background: #fdfdfd;
	color: #36c;
	padding: 10px;
	}
#productMainDetails dl, #productMainDetails form, #productMainDetails p, #productExtraInfo p {
	color: #666;
	margin: 10px;
	}		
#productMainDetails dt {
	color: #444;
	}
	#productMainDetails .prodCode, #productMainDetails .price span {
		color: #666;
		}		
	#productMainDetails .price {
		color: #C10000;
		font-size: 15px;
		font-weight: bold;
		}	
	#productMainDetails .price span {
		color: #666;
		font-size: 10px;
		font-weight: normal;
		}	
	#productMainDetails .normalPrice {
		text-decoration: line-through;
		font-size: 10px;
		}
	#productMainDetails .addToCatalog {
		font-size: 9px;
		}	
#productExtraInfo {
	margin: 0; /* reset right margin */
	width: 242px;
	}	
	#productExtraInfo .button {
		/*color: #C10000;*/
		float: none;
		}	
	#productExtraInfo #viewSpec, #productExtraInfo #addToCat, #productExtraInfo #moreInfo, #productExtraInfo #largerImageLink, #productExtraInfo #editProduct, #productExtraInfo #reqDemo {
		font-weight: normal;
		padding-left: 30px;			
		}
	#productExtraInfo #viewSpec:hover, #productExtraInfo #addToCat:hover, #productExtraInfo #moreInfo:hover, #productExtraInfo #largerImageLink:hover, #productExtraInfo #editProduct:hover, #productExtraInfo #reqDemo:hover {
		text-decoration: underline;		
		}		
	#productExtraInfo #viewSpec {
		background: url(../images/global/pdf.png) no-repeat 6px 5px;		
		}		
	#productExtraInfo #addToCat {
		background: url(../images/global/add.png) no-repeat 6px 5px;		
		}
	#productExtraInfo #moreInfo {
		background: url(../images/global/email.png) no-repeat 6px 5px;		
		}	
	#productExtraInfo #largerImageLink {
		background: url(../images/global/magnify.png) no-repeat 6px 5px;		
		}	
	#productExtraInfo #editProduct {
		background: url(../images/global/update.gif) no-repeat 6px 5px;		
		}		
	#productExtraInfo #reqDemo {
		background: url(../images/global/lorry.png) no-repeat 6px 5px;	
		font-weight: bold;	
		}					

#productDescription {
	clear: both;
	/*padding: 10px;*/
	}	
	#productDescription ul {
	color: #333;
	margin: 0 30px 20px;
	}		
	#productDescription h3, #productDescription p, #productDescription embed {
	color: #333;
	margin: 10px;
	}		
	#productDescription .description h2{
		background: none;
		border: none;
		color: #333;
		}	

/*
* Search page
*/
.simple-form {
	margin: 0 0 10px;
	}
	.simple-form dt, .simple-form dd {
		float: left;
		margin: 0 10px 0 0;
		}
	.simple-form #queryLabel {
		margin-left: 21px;
		}	
	.simple-form input {
		/*margin-right: 10px;*/
		}	
	.simple-form select {
		margin: 0;
		}	
	.simple-form .search {
		background: url(../images/global/search-button.gif) no-repeat;
		border: none;
		height: 22px;
		margin: 0 0 6px;
		text-indent: -9999em;
		width: 22px;
		}	
	.simple-form ul, .srCatTotals {
		padding-left: 0;
		}	
	.simple-form .removeCat {
		background: url(../images/global/delete.gif) no-repeat;
		padding-left: 20px;
		}
.srCatTotals li {
	float: left;
	list-style: none;
	margin: 5px;
	}	
.srResultsList {
	list-style: none;
	padding-left: 0;	
	}
	.srResultsList li {
		background: url(../images/global/bottom-gradient.png) repeat-x left 60px;
		border: 1px solid #CCCCCC;
		margin-bottom: 10px;
		position: relative;
		}	
		.srResultsList .srProdImage {
			float: left;
			}
		.srResultsList .srProdPrice {
			bottom: 10px;
			padding: 30px 0 0;
			position: absolute;
			right: 10px;
			text-align: right;
			}	
			.srResultsList .srProdPrice .price {
				color: #C10000;			
				font-size: 15px;
				font-weight: bold;	
				margin-bottom: 10px;			
				}	
				.srResultsList .srProdPrice .price span {
					color: #666;
					font-size: 10px;
					font-weight: normal;			
					}					
			.srResultsList .srProdPrice .button {
				float: right;
				margin: 0;
				}			
		.srResultsList .srProdDetails {
			padding: 0 140px 0 90px;
			}	
			#page-content .srResultsList .srProdDetails h2 {
				border: none;
				font-size: 12px;
				text-decoration: none;
				}	
		.srResultsList .srProdDetails .addToCatalog {
			font-size: 11px;
			margin-bottom: 10px;
			}									
			
			
/*
* Rounded corners - http://www.modxcms.com/simple-rounded-corner-css-boxes.html
*/
/* set the image to use and establish the lower-right position */  
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h3 {
	background: transparent url(../images/global/demobox6.png) no-repeat bottom right;  
	}  
.cssbox {      
	width: 188px !important; /* intended total box width - padding-right(next) */     
	width: 173px; /* IE Win = width - padding */     
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */     
	margin: 20px auto; /* use to position the box */  
	}   
/* set the top-right image */  
.cssbox_head {      
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */     
	padding-right: 40px; /* right-image-gap + right-inside padding */  
	}   
/* set the top-left image */  
.cssbox_head h3 {      
	background-position: top left;      
	margin: 0; /* reset main site styles*/      
	border: 0; /* ditto */      
	padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */      
	height: auto !important; 
	height: 1%; /* IE Holly Hack */  
	}   
/* set the lower-left corner image */  
.cssbox_body {      
	background-position: bottom left;      
	margin-right: 25px; /* interior-padding right */      
	padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */  
	}  
	
/* -------------------------------------------------------------- 
  
   buttons.css
   * Gives you some great CSS-only buttons.
   
   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element

   See Readme.txt in this folder for instructions.

-------------------------------------------------------------- */

a.button, button {
	display: block;
	float: left;
	margin: 0 0.583em 0.667em 0;
	padding: 5px 10px 5px 7px;   /* Links */
	
	border: 1px solid #ccc;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	
	background-color: #fff;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #3366CC;
	cursor: pointer;
	}
button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px;   /* IE6 */
	}
button[type] {
	padding: 4px 10px 4px 7px;   /* Firefox */
	line-height: 17px;           /* Safari */
	}
*:first-child+html button[type] {
	padding: 4px 10px 3px 7px;   /* IE7 */
	}
button img, a.button img{
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	float: none;
	}
/* Button colors
-------------------------------------------------------------- */
/* Standard */
button:hover, a.button:hover {
	background-color: #529214; /* #36c */
	border: 1px solid #ccc;
	color: #fff;
	}
a.button:active{
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
	}
/* Positive */
body .positive {
	color: #529214;
	font-weight: bold;
	}
a.positive:hover, button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
	}
a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
	}
/* Negative */
body .negative {
	color: #d12f19;
	}
a.negative:hover, button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
	}
a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
	}
/* Call to action button */
.action-button {
	background: #7CC11C url(../images/button/action-button-gradient.png) repeat-x;
	clear: both;
	color: #062445;
	cursor: pointer;
	float: right; /* Needed to show background */
	font-size: 16px;
	text-decoration: none;
	}
a.action-button:hover {
	background-position: 0 -130px;
	}	
	.action-button * {
		display: block;
		float: left;
		position: relative;
		}
	.action-button span {
		background: transparent url(../images/button/action-button-edges.png) no-repeat scroll left bottom;
		padding: 0 0 0 6px;
		}	
		.action-button span span {
			background: transparent url(../images/button/action-button-edges.png) no-repeat scroll right bottom;
			padding: 0 0 8px;
			}		
			.action-button span span span {
				background: transparent url(../images/button/action-button-edges.png) no-repeat scroll left top;
				left: -6px;
				padding: 0 0 6px;
				}	
				.action-button span span span strong {
					background: transparent url(../images/button/action-button-edges.png) no-repeat scroll right top;
					padding: 10px 20px 0 6px;
					right: -6px;
					}			
/*
* Standard page
*/
/* Active pages */
#login-pg #login-nav, #registration-pg #registration-nav, #about-pg #about-nav, #news-pg #news-nav, #findus-pg #findus-nav, #contactus-pg #contactus-nav, #feedback-pg #feedback-nav, #jobs-pg #jobs-nav, #privacy-pg #privacy-nav, #terms-pg #terms-nav, #sitemap-pg #sitemap-nav {
	background-color: #4FA0D3;
	color: #fff;
	}
.padAlt {
	padding: 10px 10px 10px 0;
	}
.pad10 {
	padding: 10px;
	}	
.altPage #main {
	background: url(../images/page/main-background-790px.png) repeat-y 200px;
	}	
.page #main {
	background: transparent url(../images/page/main-background.png) repeat-y;
	}
	#page-head h1 {
		background: #4FA0D3 url(../images/global/page-head-h1.gif) repeat-x;
		color: #fff;
		font-size: 22px;
		margin: 0;
		padding: 14px 10px;
		}	
	#breadcrumbs, .sub-pagination {
		background-color: #eee;
		border-top: 2px solid #fff;		
		clear: both;
		font-size: 9px;
		height: 26px;
		}
		#breadcrumbs p, .sub-pagination p {
			margin: 0;
			padding: 5px 10px;
			}	
	#page-info {
		}	
		.info-block {
			background-color: #F9F9F9;
			border: 1px solid #eee;
			border-style: solid none solid solid;
			}
			.info-block div {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				margin: 0;
				padding: 10px;
				}	
				.info-block div p {
					margin: 0;
					}	
			.imgPartner {
				margin-top: 50px;
				padding: 5px;
				text-align: center;				
				}
			.imgPartner a {
				padding: 100px 25px 0;			
				}				
			.imgPartner img {
				float: none;
				margin: 0;
				padding: 0;
				}					
	#page-content {
		}
		#page-content > div {
			/*padding: 10px 10px 10px 0;*/
			}	
		#page-content h2 {
			border-bottom: 1px dotted #ccc;
			}								

/*
* Registration page
*/
#registration-pg input.text, #registration-pg input.title {
	margin: 0;
	}
#registration-pg label {
	font-size: 12px;
	}
#registration-pg input.text, #registration-pg input.title {
	width: auto;
	}	
.tdLeftCol {
	width: 110px;
	white-space: nowrap;
	text-align: right;
	}
.tdLabelCol {
	width: 120px;
	text-align: right;
	vertical-align: middle;
	}
.tdTop {
	vertical-align:top;
	}		
.CustomersPasswordConfirm {
	font-size: 10px;
	}		
/*	
input.telAreaCode { width: 50px; }
input.telNumber { width: 156px; }
input.qty{ width: 20px; }
input.addToCart{ width: 100px; }
div#ddNav select{ width: 150px; }
table.tblCheckout {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.tdLeftCheckout {
	font-weight: bold;
}
td.tdRightCheckout {
	text-align: right;
}
table.tblAddresses {
	width: 540px;
}
td.tdLeftAddresses{
	width: 450px;
	border-right: 1px dashed #999999;
}
td.tdRightAddresses{
	padding-left: 10px;
}
*/

/*
* Checkout Steps Nav 
*/
ul#stepNav {
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 0px 85px;
	padding: 0px;
}
#stepNav li {
	background-color:#eee;
	background-image:url(../images/store/navBtn.gif);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	height:71px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#stepNav li.current {
	background-color:#4FA0D3;
	background-image:url(../images/store/navCurrentBtn.gif);
}
#stepNav li.lastDone {
	background-color:#72D361 ;
	background-image:url(../images/store/navLastDoneBtn.gif);
}
#stepNav li.done {
	background-color:#72D361 ;
	background-image:url(../images/store/navDoneBtn.gif);
}
#stepNav li a, #stepNav li a:link, #stepNav li a:visited, #stepNav li a:hover, #stepNav li a:active {
	color:#CCCCCC;
}
#stepNav li.lastDone a, #stepNav li.lastDone a:link, #stepNav li.lastDone a:visited, #stepNav li.lastDone a:hover, #stepNav li.lastDone a:active, #stepNav li.current a, #stepNav li.current a:link, #stepNav li.current a:visited, #stepNav li.current a:hover, #stepNav li.current a:active, #stepNav li.done a, #stepNav li.done a:link, #stepNav li.done a:visited, #stepNav li.done a:hover, #stepNav li.done a:active {
	color:#FFFFFF;
}
#stepNav li.done a:hover, #stepNav li.lastDone a:hover {
	color:#FFFF99;
	cursor: pointer;	
}
#stepNav li.done a.noLink:hover, #stepNav li.lastDone a.noLink:hover {
	color:#ffffff;
	cursor: default;	
}
#stepNav li a em {
	display:block;
	font-style:normal;
	font-weight:bold;
	margin:6px 0pt 0pt 10px;
	width:150px;
}
#stepNav li a span {
	display:block;
	font-weight:normal;
	margin-left:10px;
	width:140px;
}
#stepNav li.stepNavNoBg {
	background-image:none;
}
#stepNav li a {
	display:block;
	height:71px;
	text-decoration:none;
}
#stepNav.fourStep li {
	width:192px;
}
#stepNav.fourStep li.stepNavNoBg {
	width:190px;
}
#stepNav.fourStep li a {
	width:190px;
}

/*
* Pagination
*/
.pager strong {
	color: #047;
	}
.pager #sort {
	width: 120px;
	}	
.pager select { 
	width: 4em; 
	margin: 0 4px; 
	}
.pager input.page { 
	width:2em !important; 
	}
.pager .arrow { 
	margin: 0 3px; 
	vertical-align: middle; 
	}

/*
* Landing pages
*/
.landing-head {
	border-bottom: 4px solid #efefef;
	margin-bottom: 4px;
	padding-bottom: 10px;
	}
.landing-pg #page-content h2 {
	color: #36c;
	font-size: 20px;
	}	
.landing-pg #page-content .second {
	clear: both;
	padding-top: 20px;
	}		
.landing-pg-float-actions .action-button {
	clear: none;
	float: left;
	}
	
/*
* My Account Page
*/
#account-pg #page-content h2 {
	background: #4FA0D3 url(../images/global/page-head-h1.gif) repeat-x;
	color: #fff;
	padding: 5px 10px;
	}
.account-links {
	list-style: none;
	margin: 10px;
	padding: 0;
	}
	.account-links li {
		background: url(../images/global/account-icons.png) no-repeat left top;
		margin-bottom: 5px;
		padding: 5px 10px 10px 40px;
		}
	.account-links p {
		margin-bottom: 5px;
		}		
	.account-links #order-link {
		background-position: 0 3px;
		}
	.account-links #catalogue-link {
		background-position: 0 -105px;		
		}
	.account-links #addresses-link {
		background-position: 0 -217px;
		}
	.account-links #customer-link {
		background-position: 0 -328px;
		}
	.account-links #invoice-link {
		background-position: 0 -437px;
		}		
	.account-links #email-link {
		background-position: 0 -550px;
		}		
	.account-links #password-link {
		background-position: 0 -659px;
		}
	.account-links #communication-link {
		background-position: 0 -770px;
		}	
		
/*
* Zend_Form
*/
.zend_form .errors {
	color: #E60018;
	}