/* BASE STYLES */

/* Reset styles  http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: #999999;
	background: #FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* RESET END */

/* headings */
h1 { font-size:1.5em; }
h2 { font-size:1.2em; }
h3 { font-size:1.2em; }
h4 { font-size:0.90em; }
h5 { font-size:0.90em; }
address {display:inline;}
/* links */
a, a:visited {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}
/********************/
/*  COMMON CLASSES  */
/********************/
/*  forms elements */
fieldset {
	margin:0;
	padding:0;
	border: 0;
}
fieldset a,
fieldset a:visited {
	color:#666;
}
fieldset a:hover {
	color:#666;
}
label {
	font-size:0.85em;
}
input {
	font-size:70%;
	color:#666;
	padding:0 0 0 1px;
}
legend {
	margin:0;
	padding:0;
	color:#333;
}
select {
	font-size:0.85em;
	color:#666;
	padding:0;
}
.required {
	color:red;
}
.invisible,
.subbullet,
#orderreceipt #contactdetails a,
#sdsubmit {
	display:none !important;
}
.error,
#storenotfound,
#addedmsg {
	color:red;
	margin:10px 11px;
	font-size:0.85em;
}
.first {border-left: 0;}
.hide {display: none;}
.left {float: left;}
.right {float: right;}
.clear-all {clear: both; height: 0; line-height: 0; font-size: 0;}
.re-waiHide {position:absolute;left:0px;top:-500px;width:1px;height:1px;overflow:hidden;}