* { margin: 0px; padding: 0px; }

html, body {

}

body {
	margin: 30px 0px;
	background: url(images/body-bg.png) top repeat-x #B7B4B0;
}

body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #66696C;
}

a {
	color: #FFA400;
	text-decoration:none;
}
a:hover {
	color: #956100;
	text-decoration:none;
}

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em 0em 1em 2em;
}

/************* FORMS *************/
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input[type=text], input[type=password], textarea, select {
	background: #fff;
	border: solid #ccc 1px;
	font-size: 12px;
	color: #777;
}
input[type=text], input[type=password], textarea, select option {
	padding: 1px 2px;
}

input[type=button], input[type=submit], input[type=reset] {
	background: #847F7C;
	color: white;
	border: outset black 1px;
	font-size: 12px;
	padding: 1px 8px;
}

.formcaption {
	font-size: 11px;
	text-align: right;
	padding: 3px 4px;
	font-weight: bold;
	white-space: nowrap;
}
.formfield {
	padding: 1px 4px 5px 4px;
}

.formerror td {
	padding: 2px 4px 0px 4px;
	font-size: 11px;
	color: red;
	font-style: italic;
}

/************* HEADINGS *************/
h1, h2, h3, h4, h5, h6 {
	display:inline;
	font-family: "Futura Condensed", "Century Gothic", Arial, sans-serif;
}
h1, h2, h3 { color:#FFA400; }
h4, h5, h6 { color:#66696C; }
h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

div.heading {
	padding-bottom: 3px;
	border-bottom: dotted #847F7C 1px;
}


hr {
	height: 0px;
	border: none;
	border-bottom: solid #847F7C 1px;
}
hr.dotted { border-bottom-style: dotted; }

ul, ol {
	padding-left: 2em;
}
li {
	padding: 4px 0px;
}

/*************  *************/
td.main-column-left {
	width: 252px;

}
td.main-column-left>div {
	padding: 8px 15px 20px 20px;
}

.main-column-right>div {
	padding: 8px 20px 20px 20px;
}

.textcontent {
	line-height:18px;
}

.upper { text-transform: uppercase; }
.lower { text-transform: lowercase; }

div#main {
	width:975px;
	margin: 0px auto;
}

div#main div#main-top {
	height: 8px;
	background: url(images/main-bg-top.png) no-repeat;
}

div#main div#main-inner {
	padding: 0px 8px;
	background: url(images/main-bg.png) repeat-y;
}

div#main div#main-bot {
	height: 8px;
	background: url(images/main-bg-bot.png) no-repeat;
}

div.breadcrumbs {
	font-size: 11px;
	line-height:10px;
	padding-bottom:10px;
}

/************* MENU *************/
table#tblmainmenu {
	width: 100%;
}
table#tblmainmenu td.menuitem {
	font-family: "Futura Condensed", "Century Gothic", Arial, sans-serif;
	padding: 2px 10px;
	text-align: center;
}
table#tblmainmenu td.menuitem, table#tblmainmenu td.menuitem a, table#tblmainmenu td.menuseparator {
	font-size: 12px;
	font-weight: normal;
	color: #66696C;
	text-decoration: none;
	text-transform: uppercase;
}
table#tblmainmenu td.menuitem a:hover {
	color: #ffffff;
}

div.submenu {
	position: absolute;
	display: none;
	width: 150px;
	border: solid 0px;
}

div.submenu td {
	font-family: "Futura Condensed", "Century Gothic", Arial, sans-serif;
	white-space: nowrap;
	padding: 1px 6px;
	height: 16px;

	border: solid;
	border-width: 1px 1px;
	border-color: #FEE2AF #C88302 #C88302 #FEE2AF;

	font-size: 12px;

	background: #FDC052;
}

div.submenu td a {
	text-decoration: none;
	color: #66696C;
}

div.submenu td.hover {
	cursor: pointer;
	background-color: #F09D02;
}

div.submenu td.hover a {
	color: #ffffff;
}

/*********************************/
#header {
	background: #ffffff;

}
#header-photo {
	padding-bottom: 12px;
	background: url(images/header-photo-bg.png) no-repeat bottom left;
}

#header #member-menu a {
	padding: 0px 5px;
}
#header #member-menu, #header #member-menu a {
	color: #66696C;
}
#header #member-menu a:hover {
	color: black; background:#F2F2F2;
}

#footer {
	padding: 4px 10px;
	background:#847F7C;
}
#footer, #footer table, #footer a {
	font-size: 11px;
	color: #CBC9C8;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}



/********* PAGE NAV **********/
table.pagenav {
	display: inline;
}
table.pagenav td a {
	text-decoration: none;
}

table.pagenav td {
	font-size: 11px;
	border: solid #8A989E 1px;
	padding: 0px;
	color: black;

	height: 15px;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	padding: 0px 5px;
}
table.pagenav td:hover {
	background: #FFA400;
}
table.pagenav td:hover, table.pagenav td:hover a {
	color: #000000;
}

table.pagenav td.on {
	background: #FFA400;
	font-weight: bold;
}




/************* *************************/
fieldset {
	background: #F0F0F0;
	text-align: left;
	padding: 10px;
}

fieldset legend {

	padding-left: 2px;
	padding-right: 2px;
}

fieldset.plain {
	background: transparent;
}

div.blog-posts {

}

div.blog-post {
	margin-bottom: 30px;
}
div.blog-post-heading {
	background: #F2F2F2;
	border-bottom: dotted #FFA400 1px;
	padding: 1px 5px;
}
div.blog-post-title {
	display: inline;
}
div.blog-post-title {
	color: #FFA400;
	font-size: 14px;
	font-weight: bold;
}


div.blog-post-author {
	display: inline;
	padding-left: 5px;
	font-size: 11px;
	font-style: italic;
}
div.blog-post-date {
	display: inline;
	font-size: 11px;
}






span.searchterm {
	font-weight: bold;
}

div.search-result {
	margin-bottom: 20px;
}

div.search-result-title {
	font-weight: bold;
	font-size: 15px;
}

div.search-result-content {
	font-size: 12px;
}

div.search-result-link {
	font-size: 12px;
	font-style: italic;
}


/***************** product styles *******************/
a.add-to-cart {
	font-size: 12px;
	padding-right: 36px;
	background:  url(images/icon-add-to-cart.png) no-repeat right center;
}
a.remove-from-cart {
	font-size: 12px;
	padding-left: 36px;
	background:  url(images/icon-remove-from-cart.png) no-repeat left center;
}
a.update-quantities {
	font-size: 12px;
	padding-left: 17px;
	background:  url(images/icon-refresh.png) no-repeat left center;
}
a.continue {
	font-size: 12px;
	padding-right: 16px;
	background:  url(images/icon-continue.png) no-repeat right center;
}
a.back {
	font-size: 12px;
	padding-left: 16px;
	background:  url(images/icon-back.png) no-repeat left center;
}

span.sold-out, a.sold-out {
	padding-right: 22px;
	background:  url(images/icon-sold-out.png) no-repeat right center;
}


a.arrow-right {
	padding-right: 15px;
	background:  url(images/arrow-right.png) no-repeat right center;
}
a.arrow-left {
	padding-left: 15px;
	background:  url(images/arrow-left.png) no-repeat left center;
}

div.product-row, div.category-row {
	margin-bottom: 5px;
	padding: 8px;
	border: solid #fff 1px;
}

div.product-row:hover, div.category-row:hover {
	background: #F2F2F2;
	border: dotted #B7B4B0 1px;
}

div.product-row div.image img, div.category-row div.image img {
	border: solid 2px #BCB9B5;
	margin: 0px auto;
	display: block;
}

div.product-row div.details, div.category-row div.details {
	padding-left: 10px;
	padding-right: 40px;
	color: #66696C;
}

div.product-row div.title, div.category-row div.title {
	font-weight: bold;
	font-size: 13px;
}

div.product-row div.model {
	font-size: 11px;
	font-weight: bold;
}


div.product-row div.description, div.category-row div.description {
	padding-bottom: 5px;
	font-size: 11px;
}

div.product-row div.price {

}

div.product-row div.links, div.category-row div.links {
	float: right;
}

div.cart-warning {
	border: dotted #847F7C 1px;
	padding: 10px;
	color: red;
	font-size: 11px;
	margin: 10px 0px;
}

table.invoice {
	border-collapse: collapse;
}


table.invoice td {
	padding: 2px 6px;
	border: solid #75736E 1px;
}

.alt1 {
	background: #FFFFFF;
}
.alt2 {
	background: #F2F2F2;
}
