@import url('forms.css');

* {;
	margin: 0px;
	padding: 0px;
}
a {
	color: #3399ff;
}
a:hover {
	color: #31577c;
}
html,
body {
	width: 100%;
	height: 100%;
	font-family: helvetica,arial,sans-serif;
}
body {
	background-color: #e9e9e9;
	background-image: url("../gfx/layout/bd-grad.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}
.clear {
	clear: both;
}
div#site {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #333;
}

/* Top Banner */
div#top-banner-outer {
	background-color: black;
}
div#top-banner-inner {
	margin-left: auto;
	margin-right: auto;
	width: 728px; height: 90px;
}

div#template {
	width: 100%;
	background-color: #eee;
}
div#footer {
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: black;
	font-size: 11px;
	color: #666;
}
div#header {
	background-color: black;
}
div#header a {
	text-decoration: none;
	color: #3399ff;
}
div#header a:hover {
	text-decoration: none;
	color: white;
}
div#header-banner {
	width: 100%;
	height: 100px;
	background-image: url("../gfx/layout/header.jpg");
}
div#header-menu {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	background-color: #000;
	font-size: 14px;
	color: #666;
}
div#header-menu span {
	margin-right: 10px;
}
div#header-status-bar {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 14px;
	border-top: 1px solid #333;
}
div#header-status-bar img {
	vertical-align: middle;
}
div#header-status-bar div#cart-status {
	float: left;
	width: 300px;
	text-align: left;
	margin-left: 20px;
}
div#header-status-bar div#region-status {
	float: right;
	width: 300px;
	text-align: right;
	margin-right: 20px;
}

div.message * {
	margin: 0px; padding: 0px;
}
div.message {
	background-color: #e5e7d8;
	padding: 10px;
	margin-bottom: 10px;
}
div.message h2 {
	font-size: 22px;
	font-weight: normal;
}
div.message p {
	font-size: 14px;
	padding-top: 5px;
	line-height: 18px;
}

div#page {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#page-inner {
	width: 920px;
	padding: 10px;
	background-color: white;
}

div#search-header {
	float: right;
	padding-right: 20px;
	padding-top: 20px;
	text-align: right;
}
div#search-header img {
	vertical-align: middle;
	padding-left: 10px;
}
div#search-header input[type=text] {
	width: 150px;
	padding: 8px;
	border: 1px solid #ccc;
	background-color: white;
	font-size: 14px;
}

div#footer {
	border-top: 1px solid #333;
}
div#footer a {
	color: #999;
}
div#footer a:hover {
	color: #ccc;
}
h1 ,h2, h3, h4 {
	color: #333;
}
h1 {
	padding: 10px;
	font-weight: normal;
	color: #999;
	background-image: url("../gfx/layout/h1-grad.gif");
	border-bottom: 1px solid #ccc;
}
h2 {
	padding-top: 20px;
	padding-bottom: 20px;
}
h3 {
	padding-top: 15px;
	padding-bottom: 15px;
}
h4 {
	padding-top: 10px;
	padding-bottom: 10px;
}
hr {
	border: none;
	height: 1px;
	background-color: #ccc;
	color: #ccc;
}
img {
	border: none;
}

span#join-list a{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #990000;
	color: #ccc;
}
span#join-list a:hover {
	background-color: #cc0000;
}
p {
	font-size: 12px;
	padding-bottom: 5px;
	line-height: 16px;
}

/* Alternating row styles */
.row-alt-1,
.row-alt-2 {
	border-bottom: 1px solid #ccc;
}
.row-alt-1 {
	background-color: white;
}
.row-alt-2 {
	background-color: #f5f5f5;
}
.row-highlight {
	background-color: #f3f1b9;
}

/* Adserver */
div#adserver {
	text-align: center;
	background-color: black;
}
