/* base.css  											*/

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, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* generic tag styles */
html, body, input {
	padding: 0;
	margin: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #fff;
	height: 100%;
	font-size: 62.5%;
	margin: 0 auto;
	*padding: 24px 0 15px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 0.9em;
	color: #0178aa;
	background-color: #fff;
	padding: .1em .1em .5em .1em;
	height: 40px;
}

h2 {
	color: #09c;
	line-height: 3.9em;
	font-size: 1.2em;
	font-weight:bold;
}

br.clr {
	clear:both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 1.2em;
}

p, a:link {
	color: #333;
}

a:visited, a:active {
	color: #333;
}

a:hover {
	color: #09c;
}

:focus {
	outline: 0;
}

strong {
	font-weight: bold;
}

select {
	font-size: 1.03em;
}

/* 
use clearfix to clear floats without additional markup 
http://www.positioniseverything.net/easyclearing.html
*/
.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 */

/* skip links */
#skiplinks {
	position:absolute;
	left:-1000em;
	}

#outerwrap { 
	width: 890px;
	padding: 0;
	margin: 21px auto;
   *margin: 9px auto;
   _margin: 12px auto;
	border: 3px solid #ccc;
   _border-top: none;
	background-color: #fff;
	position: relative;
}

#top_curve {
	position: absolute;
	width: 896px;
	height: 10px;
	top: -10px;
	left: -3px;
	background: transparent url(bkg_header_left.gif) no-repeat left top;
}
/* override reset padding */
input {
	padding-left:2px;
}

/* Header Styles */
#header {
	margin-top: 0;
	padding-top: 0;
	color: #000;
	width: 100%;
	background-color: transparent;
	font-size: 1.2em;
}

#header #logo {
	float: left;
   _margin-top: 3px;
	margin-left: 5px;
}

#header #toplinks {
	float: right;
	margin-right: 15px;
	margin-bottom: 23px;
   _margin-top: 3px;
}

#header #toplinks li {
	float: left;
}

#header #toplinks #tlhome,
#header #toplinks #tllogreg,
#header #toplinks #tlpricecheck,
#header #toplinks #tlstorelocator,
#header #toplinks #tlhelp {
	padding: 0 8px;
	border-right: 1px solid #666;
}

#header #toplinks a {
	color: #666;
}

#header #toplinks a:hover {
	color: #09c;
}

#header #toplinks #trolleyform {
	width: 17em;
	margin-left: 5px;
	position: relative;
}

#header #toplinks #trolleyitems,
#header #toplinks #trolleyprice {
	color: #309a30 !important;
}

#header #toplinks #trolleylink {
	padding-left: .3em;
	padding-right: 2em !important;
	color: #309a30 !important;
	font-weight: bold !important;
	background: transparent url(icon_trolley.gif) no-repeat right 0;
}

.trolley #header #toplinks #trolleyform {
	visibility: hidden;
}

.trolley #header #toplinks #tlhelp {
	border-right: none;
}


/* COMMON: search wrapper    */

#header #sitesearch {
	float: right;
	line-height: 2em;
   *line-height: 2.25em;
   _height: 27px;
	background-color: #ec2e2c;
	color: #fff;
	width: 55em;
	text-align: right;
	background: #ec2e2c url(bkg_search2.gif) no-repeat left top;
}

#header #sitesearch legend {
	display: none;
}

#header #sitesearch label {
	font-size: 0.9em;
}

#header #sitesearch label strong {
	font-size: 1.2em;
	font-weight: bold;
}

#header #sitesearch #search {
	width: 12.5em;
	border: 1px solid #c31f1d;
	padding: 2px;
	font-size: 0.95em;
}

#header #sitesearch #btnsearch {
	top: 5px;
   *top: 4px;
	position: relative;
}

#header #sitesearch ul {
	display:inline;
}
#header #sitesearch li {
	display:inline;
	margin:0 1.5em 0 2em;
}
#header #sitesearch li.first {
	margin:0 9em 0 2em;
}
#header #sitesearch a {
	color: #fff;
}

/* COMMON: end search wrapper    */

/* COMMON: category links		*/
/* SAMSAM Menu Background orig colour 09c*/
 
#header .headercatlinks {
	clear: both;
	display: block;
	text-align: left;
	background-color: #09C;
	padding: 4px 0;
	width: 100%;
	font-size: 1em;
	margin-top: 1px;
	height: 1.3em;
}

#header .headercatlinks li {
	float: left;
   	border-right: 1px solid #fff;
   	position: relative;
}

#header .headercatlinks li.firstcat {
	padding-left: 6px;
}

#header .headercatlinks li.lastcat {
	border-right: 0;
}

#header .headercatlinks li a {
	color: #fff;
	text-decoration: none;
	margin: -4px 0;
	padding: 0 8px;
}

#header .headercatlinks li a:hover {
	color: #09c;
	background-color: #fff;
}

#header .headercatlinks li#tablatestdeals span {
	background: transparent url(icon_latestdeals2.gif) no-repeat left top;
	height: 20px;
	width: 29px;
	position: absolute;
	top: -2px;
	right: -26px;
}

/* COMMON: footer  				*/

#footer {
	clear: both;
	background-color: #fff;
	border-top: 2px solid #ccc;
	font-size: 1.2em;
	text-align: center;
	padding: 15px 15px 0 15px;
	margin: 0;
	width: 860px;
	overflow: hidden;
}

#footer .footerlinks {
	width: 174px;
	float: left;
	background-color: #fff;
	text-align: left;
	margin: 5px 0;
	border-bottom: 1px solid #ccc;
	height: 7em;
}

#footer .footerlinks.last {
	width: 164px;
}

#footer .footerlinks h3 {
	color: #666;
	font-weight:bold;
}

#footer .footerlinks ul li a {
	color: #666;
	font-weight: normal;
}

#footer .footerlinks ul li a:hover {
	color: #09c;
}

##SAMSAM footerlogo.gif

#footertext p {
	clear: both;
	width: 29em;
	background: #fff url() no-repeat right center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	padding: 2em 1.5em;
	font-size: 1em;
	font-weight:normal;
	color: #666;
}

div#titleDiv {
	float: left;
	width: 50%;
	height: 7em;
	background-image: url(log_reg_header.gif);
	background-repeat: no-repeat;
	background-position: 2em 1.5em;
}

div#bannerDiv {
	float: right;
	width: 415px;
	height: 110px;
	*height: 70px;
	background-image: url(fav_stor_list_banner.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

input.noborder {
	border: none !important;
}

p.error, div.error {
	margin:10px;
	color: #ec2e2c;
	font-weight: bold;
}

p.errorparagraph, div.errorparagraph  {
	font-weight:normal !important;
	margin:10px;
	color: #ec2e2c;
}

p.errorparagraph a, div.errorparagraph a {
	color: #ec2e2c;
}

/* IR headings */
h1 {
	position: relative;
	/* default heading styles - just in case */
	color: #09c;
	font-size: 0.9em;
	font-weight: bold;
}

h1 span  {
	position:absolute;
	z-index:101;
	display:block;
	top:0;
	left:0;
	/* standardised height */
	height:40px;
}

/* print styles */

@media print {
	#header .headercatlinks, #header #toplinks, #header #sitesearch,
	#footer, #progress, #checkout input{
		display: none !important;
	}
	.logo {
		dispaly:block !important;
		}
	#progress, .action {
		display: none !important;
	}
	body {
		margin:0 !important;
		padding:0 !important;
	}	
	#content {
		clear:both;
		width:790px !important;
	}
	
	#outerwrap  {
		margin:0;
		padding:0;
		border:0;
	}	
}
