/* pfsmedia
Created: 03 June 2009
Author: David Heriot
Website Version: 2.0

––––––––––––––––––––––––––––––––––––––––––––––––*/
* {
	-moz-box-sizing: border-box; 
	padding: 0; 
	margin: 0;
	border: 0;
    text-decoration: none;
    list-style: none;
}
body {
	font: 0.9em/18px tahoma,'trebuchet ms',verdana,arial;
	color: #eee;
	background: #430d00;
}
a { 
	color: #eec900;
}
a:hover	{ 
	text-decoration: underline; 
	color: #fff; 
}
hr	{ 
	background: none; 
	height: 1px; 
	border-top: 1px solid #ccc; 
}
h1	{
	font-size: 1.2em;
	margin-top: 10px;
}
h2	{
	font-size: 1.1em;
	margin: 10px 0;
}
p {
	margin-bottom: 15px;
}
p.reduction10pc {
	font-size: .9em;
}
#wrapper {
	width: 960px; 
	margin: 0 auto;
	background: #0e5104 url(../images/header/header.jpg) no-repeat;
	position: relative;
	z-index: 1;
}
#header {
	width: 960px;
	position: relative;
	margin: 0 auto;
	z-index: 10;
}
.logo {
	position: absolute;
	top: 30px; left: 200px;
}
/* top nav menu */
ul#topNav	{
	float: right;
	width: 450px;
	background: #003a00;
}
#topNav li	{
	display: inline;
	width: 50px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #eec900;
}
#topNav li.last	{
	display: inline;
	width: 50px;
	padding: 0 10px 0 10px;
	border-right: 0;
}
#topNav li a	{
	font-size: .9em;
}
#topNav ul li a.currentlink { 
	text-decoration: underline;
	color: #eec900; 
}
/* search box */
#search	{
	float: right;
	width: 290px;
	color: #fff;
}
.searchfield {
	margin-top: 20px;
	color: #333;
	font-size: 90%;
	border: 1px solid #000;
}
.submitbtn	{
   color: #0e5104;
   font-weight: bold;
   background: #eee;
   border: 1px solid #333;
}
/* login and basket */
#admin { 
	float: right;
	width: 400px;
	margin-top: 120px;
}
#adminLeft	{
	width: 45%;
	float: left;
	margin-right: 0px;
}
.account	{
	margin-top: 0px;
}
.account ul	{
	padding: 10px 0;
}
.account li{
	float: left;
	border-right: 2px solid #ffd700;
}
.account li.right{
	float: right;
	border-right: 2px solid #ffd700;
}
.account li.last{
	border-right: 0;
}
.account li a {
	font-weight: bold;
	padding: 0 10px ;
}
#adminRight	{
	width: 50%;
	float: right;
	text-align: right;
	font-size: 90%;
	margin-right: 5px;
	color:  #fff;
	min-height: 64px;
}
/* main category / product navigation menu */
#catNav	{
	float: left;
	width: 100%;
	background: #126905;
	border-top: 1px solid #777;
	border-bottom: 1px solid #333;
	padding-left: 0px;
	margin: 0;
}
#catNav ul {
	/*padding-left: 12px;*/
}
#catNav li	{
	float: left;
}
#catNav li a	{
	margin: 0 10px;
	font-weight: 800;
	padding: 3px 2px;
	font-size: .85em;
	display: block;
}
/*#catNav ul li a.currentlink { 
	background: #eec900;
	color: #e31207; red
	font-weight: 200;
}*/
/* home content section */
#homeContentImage {
	float: left;
	width: 200px;
	margin: 10px 0 0 10px;
	padding-bottom: 20px;
}
#homeContentCopy {
	float: left;
	width: 390px;
	margin-left: 10px;
}
#homeContentFeatures {
	float: left;
	width: 280px;
	margin: 10px 0 0 10px;
}
/* thumbnails */
.frame {
	float: left;
	display: block;
	margin: .5em 0em 0em .5em;
	/*position: relative;width: 80px; */
}
.frame img {
	display: block; 
	margin: 0 auto;
}
.frame a img  {
	color: #000; /*#D6050A;*/
	text-align: center;
	padding: 2px;
	border: 1px solid #000;
	border-bottom-color: #111;
	border-top-color: #555;
	border-left-color: #666;
	display: block; float: left;
}
.frame a:hover {
	text-decoration: none;
	border: 1px solid #666;
	border-bottom-color: #555;
	border-top-color: #111;
	border-left-color: #000;
}
#footer {
	float: left;
	width: 100%; 
	background: #093603;
	border-top: 1px solid #111;
	font-size: .9em;
}
#footer .left {
	width: 60%;
	float: left;
}
#footer .right	{
	float: right;
	width: 30%;
	text-align: right;
	padding-right: 10px;
}
/* bottom nav menu */
ul#bottomNav	{
	float: left;
	margin-right: 0px;
	list-style-type: none;
}
#bottomNav li	{
	display: inline;
	border-right: 1px solid #eec900;
	padding: 0 10px;
}
#bottomNav li.last	{
	border-right: 0;
}
#bottomNav ul li a.currentlink { 
	text-decoration: underline;
	color: #e3d06f;
}


.txtfield	{
	background-color: #FFFFFF;
	border: 1px solid #eec900;
	color: #333;
	font-size: 100%;
}
.txtfielddropdown	{
	background-color: #FFFFFF;
	color: #333;
	font-size: 100%;
	border: 1px solid #333;
}
.txtheader{
	font-weight: bold;
	font-size: .85em;
}
.hdrproduct{
	color: #333;
	font-size: 100%;
	font-weight: bold;
}

/*------ navigation styles ------––––––––--–––––*/

/* main */
#main	{
	width: 100%;
	background: url(../images/site/bg_wrapper1.gif) repeat;
	float: left;
}
#main h1 {
	margin: 0px 0px 15px 0px;
	text-transform: capitalize;
	padding-left: 12px;
}
#main h2 {
	margin: 0px 0px 10px 0px;
	text-transform: capitalize;
}
#main h2.picheader { /* Heading style for headings with icons */
	background-position: 1% 50%;
	background-repeat: no-repeat;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: white;
	padding: 10px 5px 10px 50px;
	color: #333;
}
#main h2.payPicHeader { /* Heading style for headings with icons */
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: white;
	padding: 20px 600px 20px 40px;
	float: left;
	width: 400px;
	color: #333;
}

#adminTerms { /*shipping terms etc */
	width: 100%;
}
#adminTerms h2 {
	margin: 10px 5px 0px 5px;
}
#adminTerms p {
	margin: 5px;
}
/*===== product display formatting =====*/
.product{
	width: 105px;
	height: 157px;
	float: left;
	padding: 8px 20px 0px 6px;
	background-image: url(../images/site/thumb_bgd.gif);
	background-repeat: no-repeat;
}
.product h2	{
	margin: 3px 0px 3px 0px;
	font-size: 80%;
}
.product p	{
	font-size: 11px;
	line-height: 11px;
}
.product a	{
	font-size: .85em;
}
.product a:hover	{
	color: #ff9e06;
	text-decoration: none;
}
.productDisplay	{
	width: 750px;
	margin: 0px auto;
	padding: 5px;
	color: #eee;
}
.productDisplayPic	{
	float: left;
	width: 400px;
	margin: 5px;
	padding: 8px;
	font-size: 80%;
	border-right: 1px solid #e4701e
}
.productDisplayPic img	{
	border: 1px solid #1f611b; 
}
.productDisplayInfo	{
	float: left;
	width: 280px;
	margin: 3px 0px 3px 30px;
	padding-right: 5px;
}
.productDisplayInfo p	{
	margin-bottom: 20px;
	border-bottom: 1px dotted #1f611b;
	
}
.productDisplayInfo p#order	{
	margin-bottom: 20px;
	border-bottom: 1px solid #1f611b;
	font-size: 120%;
	font-weight: bold;
	
}
.productDisplayOrder	{
	width: 220px;
	float: right;
	margin: 3px 0px 3px 0px;
	padding: 0;
	font-size: 80%;
}
.productDisplayOrder a	{
	color: #8b0b04;
	text-decoration: none;
	font-size: 100%;
}
.productDisplayOrder a:hover	{
	text-decoration: underline;
}

/*------ breadcrumbs -––––––––--–––––*/
div.breadcrumb {
	font-size:90%; 
	padding-left: 12px;
}

div.breadcrumb a { 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	text-decoration:underline;
}



/*------ tables ------––––––––--–––––*/
/* main product thumbnail display */
table.products {
	border-collapse: collapse;
	margin: 0 auto;
	width: 122px;
/*	border: 1px solid #333;*/
}
table.products td {
	border: 0;
}
table.products td.img {
	text-align: center;
	height: 260px;
	vertical-align: bottom;
}
table.products td img {
	border: 1px solid #f1af22;
}
table.products td#text {
	background: #1f611b;
	font-size: 90%;
	color: #fff;
}
/*table.products tbody tr.over td, tbody tr:hover td	{
	background: 0;
}
/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width: 90%;
	border:1px solid #CCCCCC !important;
	margin-left: 12px;
	margin-bottom: 10px;
	border-collapse:collapse;
	padding: 10px;
	
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	/*background: #F9F9F9;
	border: 1px solid #1f611b !important;*/
	margin-bottom: 10px;
	padding: 10px;
	vertical-align: top;
	line-height: 20px;
	text-align: left;
}
.std_table table { 
	/*border-collapse: collapse;*/border: 1px solid white !important;
	width: 100%;
}
.std_table th { 
	vertical-align: top;
	padding: 0px 10px 0px 0px;
	width: 35%;
	font-weight: normal;
}
.std_table td {	padding:0px 5px 0px 0px; 
}
table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}
table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}
table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}
table.tbl_compareproduct td {
	padding:3px 0px;
}
table.tbl_category td {	text-align:center; 
}
table.tbl_customer {
	width: 100%;
	border: 1px solid #333;
}
table.tbl_customer th {
	width: 60%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size: 90%;
}
table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}
table.tbl_customer iframe {	 
	width:100%;
}
table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}
table.tbl_subproduct td {padding:3px 5px;
}
table.tbl_cart	{
	width: 99%;  color: #333;
}
table.tbl_cart td	{
	padding: 3px;
	font-size: 90%;
}
table.tbl_order	{
	background: #fff; 
	width: 99%;
	color: #333;
}
table.tbl_order td	{
	border-bottom: 1px solid #C6DAC1;
	border-left: 1px solid #C6DAC1;
	padding-left: 3px;
	font-size: 90%;
	
}
/*------ Content: stores list ------*/
#side_bar	{
	width: 200px;
}
#side_bar a	{ 
	font-weight: bold;
}
#mapBox	{
	width: 350px;
	height: 500px;
	float: left;
	border: 1px solid #C9EBFA;
	margin: 0px 25px;
	color: #333;
}
#mapBox a {
	font-weight: bold;
}
#mapBox a:hover {
	color: #eec900
}
#directions {
	overflow: auto;
	height: 500px;
}
/*--- iframe style ---*/
.tour	{
	width: 580px;
	height: 820px;
	text-align: center;
}
#paypalBox {
	float: left; 
	width: 100%; 
	border: 1px solid #C6DAC1; 
	margin-bottom: 10px; 
	padding: 20px 0 20px 10px; 
	background: #fff url(../images/site/paypal.gif) no-repeat;
}
/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.smlpad { padding:15px !important; }
.grn {border-bottom: 1px solid #83CFA5}
.heavy {font-weight: bold !important;}
.darkTxt {color: #333;}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.credits a {
	color: #34389c;
}
.credits a:hover {
	color: #ed008c;
}