/* Site Styles */

html, body, p, h1, h2, h3, h4, ul, ol, li, form, input, div, img, span {
	margin: 0;
	padding: 0;
} 

a img {
	border: 0 none;
}

a {
	color: #5a5329;
	font-weight: bold;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;	
	background-color: #000;
	color: #5a5329;
}

h1 {
	font-size: 12px;
	margin-bottom: 20px;
}

p {
	margin-bottom: 10px;
}

.clearboth {
	clear: both;
}

.center {
	text-align: center;
}

.page {
	width: 1000px;
	background-color: #220501;
}

.header {
	height: 301px;
	width: 1000px;
	background: url(/img/header-bg.jpg) no-repeat;
	position: relative;
}

.nav {
	height: 24px;
	position: absolute;
	width: auto;
	bottom: 0;
	left: 0;
}

.nav ul {
	list-style: none;
}

.nav li {
	display: inline;
	padding: 0 2px 4px 8px;
	line-height: 20px;
	font-size: 11px;
}

.nav li a {
	color: #DCDAC5;
	text-decoration: none;
}

.nav li a:hover {
	color: #fc0;
}

.cartLink {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.cartLink a {
	text-decoration: none;
}

.cartLink a:hover {
	text-decoration: underline;
}

.mainContent {
	clear: both;
	/*height: 484px; - not sure if we need this yet
	height: auto !important;
	min-height: 484px;	*/
	position: relative;
}

.content {
	width: 663px;
	background-color: #f4f3e7;
	border-right: 1px solid #8c8b81;	
	padding: 12px;
	/*position: absolute; - abs pos only needed for shorter of the 2 columns
	top: 0;
	left: 0;
	bottom: 0;	*/
	height: 602px;
	height: auto !important;
	min-height: 602px;			
}

.subColumn {
	width: 312px;
	background-color: #f4f4f0;
	position: absolute;	
	top: 0;
	right: 0;
	bottom: 0;
}

.footer {
	height: 77px;
}

/* Press - Article Styles */

.publicationImage {
	width: 100%;
	text-align: center;
}

.publicationImage img {
	padding: 10px;
}

.articleContent {
	margin: 10px 0 0 0;
}

.articleContent img {
	float: left;
	margin: 0 5px 5px 0;
}

ul.pressList {
	margin: 0 0 0 15px;
	padding: 0px;
}

ul.pressList li {
	font-size: 11px;
	line-height: 18px;
}

/* Contact - form styles */ 

table.contact {
	margin: 10px 140px;
}

table.contact label {
	width: 70px;
	display: block;
	text-align: right;
}

table.contact tr.checkbox label {
	width: 300px;
	text-align: left;
}

table.contact tr.checkbox input {
	width: auto;
}

table.contact tr.checkbox td.checkboxInput {
	text-align: right;
	padding-right: 2px;
}

table.contact input,
table.contact textarea {
	width: 300px;
}

table.contact tr.buttons td {
	text-align: center;
}

table.contact tr.buttons input {
	width: auto;
}

/* Print Page Styles */

.pagination {
	clear: both;
	float: right;
}

.pagination a {
	margin: 0 5px;
}

.printBox {
	clear: right;
	float: left;
	width: 301px;
	padding: 5px;
	margin: 7px;
	border: ridge 2px #474747;
	position: relative;
}

.printImage {
	float: left;
	width: 172px;
	margin: 0 5px 5px 0;
}

.printImage img {
	padding: 5px 5px 10px 5px;
	background-color: #fff;
	border: outset 2px #ffffff;
}

.printImage a.printImageLink {
	width: 100%;
	display: block;
	text-align: center;
}

.printBox h2 {
	font-size: 10px;
	padding-bottom: 10px;
}

.limited_edition {
	font-weight: bold;
}

.original_available {
	font-weight: bold;
	color: #FF0000;
}

.printCartLink {
	float: right;
	height: 32px;
	line-height: 32px;
	margin-top: 20px;
}

.viewPrintFull .printImageLink {
	float: left;	
}

.viewPrintFull .printImageLink img {
	padding: 5px 5px 10px 5px;
	margin: 0 5px 5px 0;	
	background-color: #fff;
	border: outset 2px #ffffff;
}

.viewPrintFull h2 {
	font-size: 10px;
	padding-bottom: 10px;
}

.subContentNewPrint {
	margin: 15px 5px;
	/*padding: 10px 0;
	border-bottom: solid 1px #000;	*/
}

.subContentNewPrint img {
	float: right;
	padding: 5px 5px 10px 5px;
	margin: 0 0 5px 5px;	
	background-color: #fff;
	border: outset 2px #ffffff;	
}

.subContentNewPrint h3 {
	font-size: 10px;
	padding-bottom: 10px;
}

.filter {
	height: 70px;
	/*background-color: #CFCCA8;*/
	margin-bottom: 10px;
}

ul.filterType {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul.filterType li {
	float: left;
	margin: 5px 5px 5px 0;
}

ul.filterType li li {
	margin: 0;
}

ul.filterType li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #8b8b81;	
	color: #f4f3e7;
}

ul.filterType li a.selected {
	background-color: #220501;	
}

ul.filterType li a:hover {
	background-color: #220501;	
}

ul.filterType ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 27px;
	background-color: #8b8b81;	
	width: 100%;
}

ul.filterType ul#SportList {
	left: 0px;
}

ul.filterType ul#TeamList {
	left: 0px;
}


/* Google Checkout Cart Styles */
.override #googlecart-widget-body {
	background: #f4f3e7;
	/*background: #9ebfc4;*/
}

.override #googlecart-title {
	color: #ffffff;
}

.override #googlecart-widget-list{
	color: #ffffff;
	background: #ffffff;
}

.override #googlecart-summary{
	color: #ffffff;
}

.override #googlecart-widget-head {
	background: #8b8b81;
	color: #ffffff;
}


.googlecart-add-button {
	background: url('/img/cart-icon.gif') 70px 0px no-repeat !important;
	line-height: 30px;
	font-weight: bold;
	text-decoration: underline;
	display: inline;
	padding: 8px 35px 7px 0px;
	text-align: left;
}

.products {
	display: inline;
	
}

img.leftImage {
	padding: 0 10px 10px 0;
}

img.rightImage {
	padding: 0 0 10px 10px;
}

/*
.override #gButton {
	background: url('/img/add_to_cart.gif') no-repeat;	
}*/