/*
Theme Name: Maine Sportsman
Theme URI: http://www.mainesportsman.com/
Description: The default WordPress theme for the Maine Sportsman.
Version: 0.1
Author: Doug Vanderweide
Author URI: http://www.dougv.com/
Tags: fixed width, two columns, widgets
*/

body {
	background: #366 url(/store/includes/templates/mainesportsman/images/tile.gif) repeat-x;
	margin: 0;
	padding: 0;
}

body#popupCVVHelp, body#popupImage, body#infoShoppingCart {
	background: #fff;
}

body, p, input, textarea, option, label, li, th, td, blockquote, select {
	font: normal normal normal .9em georgia,"Times New Roman",times,serif;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6, legend {
	font: normal normal normal .9em verdana,arial,helvetica,sans-serif;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	padding: 5px 0 5px 0;
	margin: 0;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4, legend {
	font-size: 1.2em;
}

h4 {
	padding: 0;
}

.bold {
	font-weight: bold;	
}

.right {
	float: right;
}

br.clear, .clearBoth {
	clear: both;
	margin: 0;
	padding: 0;
}

#container {
	width: 1050px;
	margin: 30px auto 0 auto;
}

#masthead {
	height: 150px;
	background: #030;
}

#masthead img {
	border: none;
}

#mainbanner {
	width: 470px;
	height: 150px;
	float: left;
}

#searchbox {
	color: #fff;
	margin: 0 220px 0 510px;
}

#searchbox ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #000;
}

#searchbox ul li {
	font-size: 1em;
	padding: 5px;
	background: #990;
	border: 1px solid #000;
}

#ad-masthead-180-150 {
	float: right;
	width: 180px;
	height: 150px;
}

#ad-right-300-250 {
	margin-bottom: 10px;
}

#main {
	margin: 0 auto 0 auto;
	width: 1040px;
}

#leftcol {
	width: 730px;
	float: left;
	background: #fff;
	padding: 5px;
}

#rightcol {
	width: 300px;
	margin-left: 750px;
}

.mainmenu ul, .cartProductDisplay ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #000;
}

.cartProductDisplay ul {
	border: none;	
}


.mainmenu ul li {
	font-size: 1.2em;
	padding: 10px;
	background: #990;
	border: 1px solid #000;
}


.mainmenu ul li.active, .mainmenu ul li.active:hover {
	background: #030;
}

.mainmenu ul li:hover, #searchbox ul li:hover, .sidebox ul li:hover {
	background: #f60;
}

.mainmenu ul li a, #searchbox ul li a, .sidebox ul li a {
	color: #eee;
}

.sidebox {
	width: 290px;
	padding: 5px;
	background: #990;
	border: 2px solid #000;
	margin-bottom: 10px;
}

.sidebox ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sidebox ul li {
	padding: 5px 0px 5px 5px;
}

#footerarea {
	width: 100%;
	min-height: 150px;
	background: #990;
	margin-top: 10px;
}

#footerarea p {
	font-size: .9em;
	text-align: right;
	padding: 10px 20px 0 0;
}

a {
	font-weight: bold;
	color: #030;
	text-decoration: none;
}

a:hover {
	color: #f90;
}

a:visited, a:active {
	color: #933;
}


a img, .messageStackWarning img, .messageStackError img, .messageStackCaution img {
	border: none;
}

img {
	border: 1px solid #000;
}

img.alignleft {
	float: left;
	margin-right: 10px;
}

.messageStackWarning, .messageStackError, .messageStackCaution {
	padding: 10px;
	width: 700px;
	border: 2px dashed #000;
	background: #ffe4e1;
	margin: 10px 0 10px 0;
}


.tabTable, .productListing-data, .productListing-heading, #cartContentsDisplay {
	border-top: 1px solid #060;
	border-bottom: 1px solid #060;
}

td, th {
	padding: 5px;
	vertical-align: top;
}

th {
	background: #060;
	font-weight: bold;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

.tabTable tr th a {
	color: #fff;
}

.tabTable tr th a:hover {
	color: #f60;
}

.productMainImage {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
	padding: 5px;
	text-align: center;
	background: #eee;
}

.productMainImage a img {
	border: 1px solid #000;
}

.productMainImage a:hover {
	color: #f90;
}

.navNextPrevWrapper {
	clear: both;
}

p.navNextPrevCounter {
	font-size: .8em;
	font-style: italic;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
}

.navNextPrevList, .buttonRow {
	width: 33%;
	float: left;
}

.center {
	text-align: center;	
}

.next {
	text-align: right;	
}

#productGeneral {
	margin-top: 15px;
}

.optionName {
	font-weight: bold;
}

.buttonRow, #cartInstructionsDisplay {
	margin: 10px 0;
}

.lineTitle {
	float: left;
	font-weight: bold;
	text-align: right;
}

.totalBox {
	float: right;
}

#ottotal, #otsubtotal, #otshipping {
	padding: 5px;
	height: 20px;
}

#ottotal {
	background: #f90;
}

#ottotal .totalBox {
	font-weight: bold;
}

#checkoutOrderTotals br.clearBoth {
	height: 0;
	margin: -20px 0 0 0;
	padding: 0;
}


#productTellFriendLink {
	width: 200px;
	float: right;
}

#cartImage {
	float: left;
	margin-right: 5px;
}

#cartSubTotal, .cartBoxTotal {
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

fieldset {
	margin: 15px 0 0 0;
}

fieldset br {
	margin-bottom: 10px;}

#acctNewslettersDefault {
	display: none;
}

#checkoutConfirmDefault p {
	margin: 0;
}

.marginb20 {
	margin-bottom: 30px;
}