/*	Power Surge Technology Ltd.
	http://www.power123.com/
	Style Sheet */

/* RESET */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL */

body {
	background-color:#ffe202;
	background-image:url(../images/yellow_bg_02.gif);
	background-repeat:repeat-x;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

p {
	padding-bottom: 18px;
}

a, a:hover, a:visited, a:active {
	color: #000;
}

h1 {
	font-size: 15px;
	padding-bottom: 18px;
}

h2 {
	font-size: 14px;
}

#bucket {
	background: #fff;
	border: 2px solid #000;
	border-top: 0px;
	margin: 0 auto;
	position: relative;
	width: 852px;
}

#global-header {
	background: #000 url(../graphics/00000001/branding.jpg) no-repeat;
	color: #fff;
	font-size: 13px;
	height: 119px;
	position: relative;
}

a#branding-link {
	display: block;
	float: left;
	height: 71px;
	text-indent: -9999px;
	width: 360px;
}

#nav-meta {
	float: right;
	padding: 6px;
	text-align: right;
}

#nav-meta a {
	color: #fff;
	text-decoration: none;
}

#nav-top {
	bottom: 0px;
	left: 0px;
	padding: 6px;
	position: absolute;
}

#nav-top a {
	color: #fff;
	text-decoration: none;
}

#search {
	bottom: 3px;
	position: absolute;
	right: 0px;
}

#search input.submit {
	background: #000;
	border: 0;
	color: #fff;
	padding: 0;
}

#content {
	position: relative;
}

#min-height {
	float: left;
	height: 877px;
}

#left {
	background: url(../graphics/00000001/left.jpg) no-repeat;
	float: left;
	font-size: 15px;
	/* height: 877px; */
	padding: 18px;
	width: 197px;
}

#left ul {
	font-size: 13px;
}

#left ul a {
	text-decoration: none;
}

#left ul li {
	border-top: 1px dashed #444343;
	padding: 6px 0;
}

#left ul li ul {
	padding-top: 6px;
}

#left ul li ul li {
	color: #444343;
	padding-left: 18px;
}

#left ul li ul li.last {
	padding-bottom: 0;
}

#email-signup {
	background: #fff url(../graphics/00000001/email_signup.gif);
	bottom: 18px;
	color: #fff;
	height: 103px;
	margin: 9px;
	overflow: hidden;
	padding: 9px;
	position: absolute;
	width: 179px;
}

#email-signup input {
	margin: 0;
	margin-top: 9px;
	padding: 0;
	width: 177px;
}

#email-signup input.submit {
	background: #000 url(../graphics/00000001/email_signup_submit.gif) center right no-repeat;
	color: #fff;
	border: 0;
	margin-left: 70px;
	margin-top: 3px;
	padding: 0;
	padding-right: 9px;
	text-align: right;
	width: 90px;
}

#category-tree-spacer {
	height: 139px;
}

#right {
	float: left;
	margin-bottom: 36px;
	padding: 18px;
	width: 578px;
}

#login {
	margin-bottom: 18px;
	text-align: right;
}

.clear {
	clear: both;
}

#black-bar {
	background: #000;
	bottom: 0px;
	height: 16px;
	position: absolute;
	right: 0px;
	width: 463px;
}

#global-footer {
	margin: 0 auto;
	padding: 18px 0;
	text-align: center;
	width: 852px;
}

form.inline {
	display: inline;
}

.red {
	color: #ed2724;
}

/* STOREFRONT */

.content-box {
	border: 1px solid #ed2724;
	padding: 18px;
}

.content-box.last {
	margin-bottom: 18px;
}

.content-box.header {
	border-top-width: 27px;
}

.content-box .three-column {
	float: left;
	width: 33%;
}

.content-box .three-column ul li ul {
	list-style: disc;
	padding-left: 18px;
}

.content-box .four-column {
	float: left;
	margin: 0 1%;
	text-align: center;
	width: 23%;
}

.content-box .four-column .product-image {
}

.content-box .four-column .product-name {
	text-align: left;
}

.content-box .four-column .product-price {
	color: #ed2724;
	padding-bottom: 6px;
	text-align: left;
}

#prevbutton {
	float: left;
}

#nextbutton {
	float: right;
}


/* PRODUCT DISPLAY */

img.prodimage {
	float: left;
	margin: 0 50px 30px 0;
}

#product-buyline-price {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

#product-buyline-buy {
	float: left;
}

#product-buyline-custom {
	float: left;
	font-weight: normal;
}

/* CUSTOMER FIELDS */

.form-labels {
	float: left;
	font-weight: bold;
	line-height: 22px;
	margin-right: 9px;
	text-align: right;
	width: 150px;
}

.form-labels label {
	display: block;
	height: 14px;
	padding-bottom: 6px;
}

.invalid {
	color: #ed2724;
}

.optional {
	font-style: italic;
	font-weight: normal;
}

.form-inputs {
	float: left;
}

.form-inputs input {
	display: block;
	height: 14px;
}

/* SHOPPING CART */

#cart td {
	padding: 3px;
}

#cart th, #cart td.header {
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	text-align: left;
}

#leftbutton {
	float: left;
	width: 50%;
}

#rightbutton {
	float: right;
	width: 50%;
}

#rightbutton input {
	float: right;
	margin-right: 45px;
}

.continue-shopping {
	font-size: 16px;
}

/* CHECKOUT PROCESS */

.normal-text {
	font-weight: normal;
}