/***** Stage Electrics Basic styles *****/
/***** Aimed at unsupported browsers and devices - no layout, just colours, sizes, bullet styles etc *****/

/* CSS Reset */
/* Don't forget to set a foreground and background color
   on the 'html' or 'body' element! */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}


/* Now start again */
html,body{
	text-align: center;
	background: #fff;
	color:#707070;
	margin:0;
	padding:0;
}


/* default lists */
ol, ul {margin-bottom: 1.2em;}
ol li, ul li {padding: 0 0 .4em 0;}
ul {list-style: none;}
	ul li {
		padding-left:10px;
		list-style: none;
		background: url(/stageElectricsAssets/images/bul.gif) 0 .6em no-repeat;
		}
ol {
	margin-left: 22px;
	list-style: decimal;
	}
	ol li {vertical-align: middle;}
ol.lettered { list-style: lower-alpha; }

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*Custom Lists*/
.arrowList li {
	padding-left:10px;
	background: url(/stageElectricsAssets/images/arrowSmall.gif) 0 .6em no-repeat;
	}
.noBulList li {
	padding-left:0;
	background: none;
	}

/* Basic CSS */
body {
	font-size: .75em; /* 12px */
	line-height: 1.5;
	font-family: verdana, arial, sans-serif;
	color: #707070;
	background: #fff;
	padding: 30px;
	}
table, textarea, input { font-size: 100%; font-family: verdana, arial, sans-serif;}
table, th, td, caption {
	text-align: left;
	vertical-align: top;
	}
hr { display: none; }
img {
	border: 0;
	vertical-align: bottom;
	}
	div.fl img {
		float:left;
		margin-right:10px;
	}
	div.fr img {
		float:right;
		margin-left:10px;
	}
	div.fl img,
	div.fr img {
		padding:2px;
		margin-bottom:15px;
		border: 7px solid #f4f4f4;

	}
	div.block img{
		display:block;
		padding:2px;
		margin-bottom:15px;
		border: 7px solid #f4f4f4;
	}

/* Headings */
h1,h2,h3,h4,h5,h6 {	line-height:1em; }/* reset this to align titles better */
h1 { font-size: 250%; }
h2 { font-size: 235%; font-weight: normal; margin: 0 0 24px 0; color: #ab070c; text-transform:uppercase;}
h3 { font-size: 145%; font-weight: normal; margin: 0 0 13px 0; color: #5c5c5c;}
h4 { font-size: 100%; font-weight: bold; margin: 0 0 5px 0; color: #000;}
h5,h6 { font-size: 100%; font-weight: normal; color: #000;}

/* Paragraphs */
p { padding: 0 0 1.5em 0; }

/* Links */
a {
	text-decoration: underline;
	color: #ab070c;
	}
a:hover,
a:focus,
a:active { text-decoration: none; }

a.arrow,
a.arrowSml,
a.prev,
a.next {text-transform: uppercase;}
* html a.arrow,
* html a.arrowSml,
* html a.prev,
* html a.next {zoom:1;}

a.arrow {
	padding-right: 10px;
	background: url(/stageElectricsAssets/images/arrowRed.gif) 100% .5em no-repeat;
}

a.arrowSml {
	padding-left: 10px;
	background: url(/stageElectricsAssets/images/arrowSmall.gif) 0 .5em no-repeat;
}

a.prev {
	padding-left: 10px;
	background: url(/stageElectricsAssets/images/arrowBack.gif) 0 .7em no-repeat;
}
a.next {
	padding-right: 10px;
	background: url(/stageElectricsAssets/images/arrowRed.gif) 100% .7em no-repeat;
}

a.addToBasket{
	display: block;
	width:124px;
	height:24px;
	overflow:hidden;
	text-indent: -5000px;
	text-decoration: none;
	background: url(/stageElectricsAssets/images/btnAddToBasket.gif) 0 0 no-repeat;
}
* html a.addToBasket{zoom:1;}

a.addToBasketRed{
	display: block;
	width:124px;
	height:24px;
	overflow:hidden;
	text-indent: -5000px;
	text-decoration: none;
	background: url(/stageElectricsAssets/images/btnAddToBasketRed.gif) 0 0 no-repeat;
}
* html a.addToBasket{zoom:1;}

a img, :link img, :visited img {
	border: 0;
}

strong {font-weight: bold;}

/* Forms */
select {
	margin-right: 7px;
	vertical-align: middle
	}
option {
	margin-right: 7px;
	}

/* Common Classes */
.clr { clear: both; height: 0.1px; font-size: 0; line-height: 0; }

.delete { display: none; }
.strip { padding: 0 !important; margin: 0 !important; }
.stripWidth { width: auto !important; }
.noFloat { float: none !important; }
.hozDots {
	height: 12px;
	background: url(/stageElectricsAssets/images/hozDots.gif) 0 0 repeat-x;
	}
.hozDotsWhite {
	height: 12px;
	background: url(/stageElectricsAssets/images/hozDotsWhite.gif) 0 0 repeat-x;
	}
.hozRule {
	height: 12px;
	background: url(/stageElectricsAssets/images/hozRule.gif) 0 0 repeat-x;
	}


/* graphic text */
/* irt = image replacement text - used with e3 CMS, for inline background images made on the fly */
.irt { text-indent: -5000px; overflow: hidden; }


/***** XStandard Styles *****/
/* Classes used in text editor 'style' dropdown - styles.xml */
.jsOnly {
	position: absolute;
	top: -5000px;
	left: -5000px;
	}
