
/* General */

.hidden
{
	display: none;
}

.align-right
{
	text-align: right;
}

.align-left
{
	text-align: left;
}

.align-centre
{
	text-align: center;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #e7e7e7;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}


/* Images */

a img {
	border: none;
}


/* Headers */

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	color: #3973ac;
}

h1, h2
{
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 0 0;
}

h2
{
	font-size: 14px;
	font-weight: bold;
}

h3, h4
{
	font-size: 14px;
}

h5, h6
{
	font-size: 11px;
}

div#body-right h3
{
	margin: 0 0 0.5em 0;
	padding: 0 16px 0 18px;
}


/* Links */

a
{
	color: #3973ac;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p.sub a
{
	color: #999;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: #3973ac;
}

th a {
	color: #fff;
}

div#header-nav-curve a
{
	color: #e0e0e0;
	font-weight: bold;
}

div#header-nav-curve a:hover
{
	color: #fff;
	text-decoration: none;
}

div#body-centre-thread a
{
	color: #a1a1a1;
}

div#body-left-menu a
{
	color: #fff;
	display: block;
	padding: 7px 0 7px 14px;
	font-weight: bold;
}

div#body-left-menu a:hover
{
	text-decoration: none;
	background-color: #bdbdbd;
}

div.body-right-feeds p.more a,
div.body-right-news p.more a,
div#body-centre-top-box p a,
div#body-centre-content p.more a
{
	color: #3973ac;
}

div#body-trust ul li a {
	color: #000;
}

div#footer a
{
	color: #797979;
}

div#footer a:hover
{
	text-decoration: underline;
}


/* Paragraphs */

p
{
	margin: 0 0 1.25em 0;
}

p.sub
{
	margin: 0;
	color: #999;
}

p.sub-margin
{
	color: #999;
}

div#body-centre-content p.more
{
	text-align: right;
	color: #999;
	background-image: url(../images/more-arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 11px 2px 0;
}

div#header-nav-curve p
{
	margin: 0;
}

div#body-centre-thread p
{
	margin: 0;
	color: #a1a1a1;
}

div#body-left-menu p
{
	margin: 0;
	color: #fff;
	font-family: arial, sans-serif;
}

div.body-right-news p,
div.body-right-feeds p
{
	color: #0a0a0a;
	margin: 0 0 1em 0;
}

div.body-right-news p.more
{
	text-align: right;
	color: #3973ac;
	background-image: url(../images/more-arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 11px 2px 0;
}

div#body-right-login p {
	margin: 0 0 0.25em 0;
}

div.body-right-feeds p.more {
	text-align: right;
	color: #3973ac;
	padding: 0 11px 2px 0;
}

div#body-centre-top-box p.more
{
	text-align: right;
	color: #3973ac;
	background-image: url(../images/more-arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 11px 2px 0;
	font-weight: bold;
}

div#footer p
{
	font-size: 10px;
	margin: 0;
	color: #797979;
}

div#footer-right p
{
	padding: 3px 0 0 0;
}


/* Bolds */

div.body-right-news p strong,
div.body-right-feeds p strong
{
	color: #333;
}


/* Layers */

div.break
{
	clear: both;
}

div.block
{
	margin: 0.5em 0 0 0;
}

div.block-buttons
{
	margin: 0.5em 0.5em 0.5em 0;
}

div.feed-image {
	float: right;
	padding: 0 0 1.25em 1em;
}

div.form-error {
	background-color: #f9fbfc;
	border: 1px solid #3b75ad;
	padding: 1px;
	margin: 0 0 20px 0;
}

div.form-error-background {
	background-image: url(../images/form-error.gif);
	background-repeat: repeat-x;
	padding: 10px 15px 10px 15px;
}

div#allcontent
{
	width: 900px;
	background-color: #d8d9d7;
	border-style: none solid solid solid;
	border-color: #ccc;
	border-width: 1px;
	margin: 0 auto 0 auto;
}

div#header
{
	background-color: 000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

div#header-logo
{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 60px 9px;
	height: 97px;
}

div#header-nav
{
	float: right;
	background-image: url(../images/nav-background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 97px;
}

div#header-nav-curve
{
	background-image: url(../images/nav-curve.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 31px;
	padding: 66px 0 0 0;
	width: 473px;
}

div#body
{
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

div#body-left-background
{
	background-image: url(../images/body-left-background.gif);
	background-repeat: repeat-y;
}

div#body-right-background
{
	background-image: url(../images/body-right-background.gif);
	background-repeat: repeat-y;
	background-position: right;
}

div#body-left-top
{
	background-image: url(../images/body-left-top.gif);
	background-repeat: no-repeat;
}

div#body-right-top
{
	background-image: url(../images/body-right-top.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 300px;
	min-height: 300px;
}

div[id]#body-right-top
{
	height: auto;
}

div#body-left
{
	float: left;
	width: 200px;
}

div#body-left-search
{
	height: 95px;
	background-image: url(../images/body-left-search.gif);
	background-repeat: no-repeat;
	padding: 28px 17px 0 13px;
}

div#body-left-menu
{
	background-image: url(../images/body-left-divider.gif);
	background-repeat: no-repeat;
	padding: 2px 0 0 0;
	margin: 0 0 20px 0;
}

div#body-right-cart,
div#body-right-login {
	padding: 0 16px 12px 18px;
	background-image: url(../images/body-right-divider.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0 0 10px 0;
}

div.body-right-news
{
	background-image: url(../images/body-right-divider.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0 16px 2px 18px;
	margin: 0 0 10px 0;
}

div.body-right-feeds
{
	padding: 0 0 2px 18px;
	margin: 0 0 10px 0;
	width: 166px;
}

div.body-right-feeds-container {
	height: 200px;
	min-height: 200px;
}

div[class].body-right-feeds-container {
	height: auto;
}

div.body-right-text
{
	padding: 0 16px 2px 18px;
	margin: 0 0 10px 0;
}

div#body-right
{
	float: right;
	width: 200px;
	padding: 28px 0 0 0;
	margin: 0 0 20px 0;
}

div#body-centre
{
	margin: 0 200px 0 200px;
	background-image: url(../images/thread-background.gif);
	background-repeat: no-repeat;
}

div#body-centre-thread
{
	height: 22px;
	padding: 5px 0 0 5px;
}

div#body-centre-top
{
	width: 477px;
	margin: 12px auto 0 auto;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0.75em 0;
}

div#body-centre-top-box
{
	margin: 0 0 0 279px;
	background-image: url(../images/box.gif);
	background-repeat: no-repeat;
	height: 150px
}

div#body-centre-top-box-prop
{
	padding: 26px 10px 0 19px;
}

div#body-centre-content
{
	width: 477px;
	margin: 0 auto 20px auto;
}

div.footer-prop-left
{
	float: right;
	height: 30px;
	font-size: 0;
}

div.footer-prop-right
{
	float: right;
	height: 20px;
	font-size: 0;
}

div#footer
{
	padding: 5px 10px 30px 10px;
}

div#footer-left
{
	width: 71%;
	background-image: url(../images/logo-small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 40px;
	min-height: 30px;
}

div#footer-right
{
	float: right;
	width: 21%;
	text-align: right;
	background-image: url(../images/azexis.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 25px 0 0;
}


/* Lists */

ol
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div#header-nav-curve ul
{
	list-style-type: none;
	margin: 0 0 0 38px;
	padding: 0;
}

div#header-nav-curve ul li
{
	float: left;
	color: #e0e0e0;
	padding: 7px 6px 6px 7px;
	margin: 0;
	background-image: url(../images/nav-separator.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#header-nav-curve ul li.first
{
	background: none;
	margin: 0;
	padding-left: 0;
}

div#body-centre-thread ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#body-centre-thread ul li
{
	float: left;
	background-image: url(../images/thread-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 10px 2px 7px;
}

div#body-centre-thread ul li.last
{
	background-image: none;
}

div#body-left-menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#body-left-menu ul li
{
	background-image: url(../images/body-left-divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 2px 0;
}

div#body-right ul
{
	padding: 0;
	margin-left: 20px;
}

div#body-trust ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#body-trust ul li {
	padding: 3px 5px 3px 5px;
}

div#body-trust ul li.bgdark {
	background-image: url(../images/trust-gradient.gif);
	background-repeat: repeat-y;
	background-position: top left;
}


/* Spans */

span.highlight
{
	color: #fff;
	font-weight: bold;
}

span.c1
{
	background-color: #000;
}

span.c2
{
	background-color: #333;
}

span.c3
{
	background-color: #666;
}

span.c4
{
	background-color: #999;
	color: #000;
}

span.c5
{
	background-color: #ccc;
	color: #000;
}


/* Forms */

form
{
	margin: 0;
}

input
{
	font-size: 12px;
	font-family: arial, sans-serif;
	padding: 2px 0 2px 0;
}

input.button,
input.submit
{
	background-image: url(../images/button.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 0.25em;
	padding-right: 0.25em;
	border:1px solid #3973AC;
	color: #fff;
	font-weight: bold;
	cursor: hand;
	margin-bottom: 0.25em;
}

textarea {
	font-family: arial, sans-serif;
	font-size: 12px;
}

div#body-left-search input.text
{
	width: 165px;
	margin: 5px 0 10px 0;
}

div#body-right-login input.text
{
	width: 160px;
	margin: 5px 0 10px 0;
}

table.miniCart form {
	display: inline;
	margin: 0;
}

/* Labels */

label
{
	font-weight: bold;
}

label.normal {
	font-weight: normal;

}


/* Tables */

tr.bglight td,
td.bglight
{
	background-color: #f6f9fd;
}

tr.bgdark td,
td.bgdark
{
	background-color: #eaf3fd;
}

table.form {
	width: 100%;
	border-collapse: collapse;
}

table.form label {
	font-weight: normal;
}

table.accountInformation th {
	text-align: left;
	padding: 0 15px 0 0;
}

table.styled
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #c9ddf1;
}

table.styled th
{
	text-align: left;
	background-color: #5d8cbb;
	background-image: url(../images/table-header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
	padding: 5px;
}

table.styled th.noimage {
	background-image: none;
}

table.styled td
{
	padding: 5px;
	border-bottom: 1px solid #c9ddf1;
}

table.styled tr.noline td {
	border: none;
}

table.styled th.align-right,
table.styled td.align-right
{
	text-align: right;
}

table.styled th.align-left,
table.styled td.align-left
{
	text-align: left;
}

table.styled th.align-centre,
table.styled td.align-centre
{
	text-align: center;
}

table.buttons
{
	margin: 5px auto 0 auto;
}

table.buttons td
{
	border: none;
	padding: 0;
}

table.styled-small
{
	border-collapse: collapse;
	border: 1px solid #c9ddf1;
}

table.styled-small th {
	text-align: left;
	background-color: #5d8cbb;
	background-image: url(../images/table-header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
	padding: 5px;
}

table.styled-small td {
	padding: 5px;
}

table.miniCart {
	width: 100%;
}

table.miniCart td.product,
table.miniCart td.total,
table.miniCart td.totalPrice {
	font-weight: bold;
}

table.miniCart td.qty,
table.miniCart td.qtyPrice {
	padding: 0 0 10px 0;
}

table.miniCart td.buttons {
	padding: 10px 0 0 0;
}