/* pfsmedia (pfsmedia.net)
Author: David Heriot
Version: 1
––––––––––––––––––––––––––––––––––––––––––––––––*/
* {-moz-box-sizing: border-box; margin: 0; padding: 0;}

body {
	font: 0.8em Tahoma, 'trebuchet ms',verdana,arial,sans-serif;
	background: #f0f0f0;
	color: #333;
}
/* global styles */
a { color:#333; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }
h1 { font-size: 1.2em; font-weight: bold;}
h2 {font-size: 1.1em; }
p {font-size: 1em}

#wrapper {
	width: 965px;	
	margin: 3px auto;
	background: #fff;
	padding: 3px;
}
#searchBar {
	width: 100%;
	margin-bottom: 3px;
	float: left;
	background: #ddd
}

/* testing section */
.insetContentImage	{
	float: right; clear: right; 
	width: 150px; height: 150px;
	margin: 10px;
	border: 1px solid #ccc;
	padding: 2px;
}
/*====== Main Content ======*/
/* uses 2 col layout, with lh side panel for cat menus */
#mainContent {
	width: 100%; /* use for breadcrumbs */
	margin-bottom: 10px;
}
#content	{
	width: 752px; /*79%;*/
	float: right;
	margin-top: 10px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}
#contentHeader {
	width: 752px; /*79%;*/
	background: #ddd;
	font-size: 100%;
	font-weight: bold;
	float: right;
	margin-top: 3px;
	padding: 2px 0 2px 3px;;
}

#contentMenu	{
	/*width: 20.5%;*/
	width: 198px;
	float: left;
	margin-top: 3px;
}
#contentMid	{
	width: 250px;
	float: left;
}
#contentSide	{
	width: 225px;
	float: left;
	margin-left: 10px;
}
#contentSide img	{
	border: 1px solid #701c1c;
	float: left;
}
#contentSide img.mid	{
	margin: 2px 0;
}	

.prodTable {
	border-collapse: collapse;
}
.prodTable td {
	border-right: 1px solid #ccc;
}
/* Main area text styles 
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight : bold;
	margin:0px 0px 15px 0px;
	color:#333;
	text-align:left;
	text-transform:capitalize;
}*/

#content p {
	margin: 8px 5px;
	line-height: 1.6em;
}
#content h2 {
	margin:0px 0px 10px 0px;
}
#content h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}
/* General style of subcat list style in left column */
#catnav	{
	background-color :#F9F9F9;
}
ul#catnav {		
	list-style-type: none;
	line-height: 20px;
	width: 100%;
}
#catnav li	{
	background: #ddd;
	margin-bottom: 2px;
	font-weight: bold;
	
}
#catnav li ul 	{
	margin: 0;
}
#catnav li ul li	{
	background: #eee;
	list-style: none;
	font-weight: normal;
	padding-left: 5px;
}
#catnav li ul ul li	{
	font-size: 95%;
	font-weight: normal;
}
#catnav li a {
	padding-left: 0px;
	color:#333;
	text-decoration : none;
}
#catnav li a:hover {
	padding-left:0px;
	text-decoration : underline;
}
#catnav li a.currentlink { 
	/*border-bottom: 1px solid #5b0000;
	background: #B33C3C;  menu bgd colour */
	color: red;
}
.catnavIndent {
	line-height: 20px;
	color: red;
	width: 100%;
}
.catnavIndent li {
	margin-left: 5px;
	color: #999;
}
/*===== product display formatting =====*/
.productDisplay	{
	width: 95%;
	margin: 10px 5px 10px 5px;
	padding: 5px;
	border: 1px solid #E4701E;
}
.productDisplayPic	{
	width: 151px;
	/*height: 220px;*/
	float: left;
	margin: 10px;
	padding: 10px 0 0 0;
	/*background-image: url(../images/site/thumb_bgd.jpg);*/
	background-repeat: no-repeat;
	font-size: 80%;
}
.categoryDisplayPic	{
	width: 151px;
	height: 220px;
	float: left;
	margin: 10px 0;
	padding: 10px 0 0 0;
	/*background-image: url(../images/site/thumb_bgd.jpg);*/
	background-repeat: no-repeat;
	border-right: 1px solid #ccc;
}

.productDisplayPic p {
	font-size: 100%;
	font-weight: bold;
}
.productDisplayInfo	{
	float: left;
	width: 280px;
	margin: 3px 0px 3px 0px;
	padding-right: 5px;
	color: #666666;
	font-size: 85%;
	border-right: 1px solid #e4701e;
}
.productDisplayOrder	{
	width: 220px;
	float: right;
	margin: 3px 0px 3px 0px;
	padding: 0;
	font-size: 80%;
	color: #333;
}
.productDisplayOrder a	{
	color: #333;
	text-decoration: none;
	font-size: 100%;
}
.productDisplayOrder a:hover	{
	text-decoration: underline;
}


/*===== product page =====*/
#prodContent	{
	/*width: 79%;*/
	width: 760px;
	w/idth: 758px;
	float: right;
	border-left: 1px solid #ccc;
	background: #fff;
	padding: 0 1px;
}
#prodImages {/* container div for picture area */
	clear: left;
	float: left;
	width: 262px;
	margin: 3px 0 0px 0;
}
#prodImage {	
	float: left;
	margin: 0px 0 5px 0;
}
#prodImage img {
	display: block;
	margin: 0px auto;
	border: 1px solid #971112;
}
#prodImage h3 {
	margin: 10px 0;
	color: #333;
	font-size: 100%;
}

.prodPicAlt {
	float: left;
	margin: 0; padding: 0;
}
.prodPicAltMid {
	float: left;
	margin: 0 4px; padding: 0;
}
.prodPicAlt img, .prodPicAltMid img {
	margin: 0;
}
#prodInfo {	/* container div for info/order box */
	float: right;
	width: 494px;
	margin: 3px 0 10px 0;
	font-size: 100%; 
	position: relative;
}
#prodInfo h2 {
	padding-bottom: 5px;
}
.prodHdr {
	background: #f5e1e1;
	font-size: 1.3em;
	padding-left: 12px;
}
ul#priceLine {
	list-style: none;
	margin-bottom: 5px;
}	
ul#priceLine li {
	display: inline;
	padding-right: 40px;
}
ul#priceLine li.cname {
	display: inline;
	padding-right: 20px;
	font-weight: bold;
}
.dropDownPic {
	width: 190px;
	float: right;
	height: 220px;
	position: absolute; top: 110px; left: 310px;
}
.dropDownPic img {
	height: 122px;
	width: 180px;
}
ul#priceLine {
	list-style: none;
	margin-bottom: 5px;
}	
ul#priceLine li {
	display: inline;
	padding-right: 40px;
}
ul#priceLine li.cname {
	display: inline;
	padding-right: 20px;
	font-weight: bold;
}
.prodXsell {
	background: #eee;
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 2px;
}
.prodXsellImage {
	float: left;
	margin: 0; 
	padding-right: 20px;
	
}
.prodXsellImage img {
	border: 1px solid #333;
}
.prodXsellDesc {
	float: left;
	margin: 0 6px; padding: 0;
	width: 230px;
	border-right: 1px solid #666;
}
.prodXsellPrice {
	float: left;
	margin: 0 4px; padding: 0;
	width: 150px;
}
.prod_upper_nav {
	/*background: #dae0d2 url("../images/menu/bg.gif") repeat-x ;*/
	float: left;
}
.prod_upper_nav ul {
    margin: 0 0 0 0px; /*0 0 0 10px */
    padding: 0px 5px 0;
    list-style:none;
}
.prod_upper_nav li {
    float:left;
    background:url("../images/menu/right_both.gif") no-repeat right top;
    margin:0 0 0 9px;
    padding:0;
}
.prod_upper_nav a {
    float:left;
    display:block;
    position:relative;
    left:-9px;
    margin-right:-9px;
    width:.1em;
    background:url("../images/menu/left_both.gif") no-repeat left top;
	padding: 5px 10px;
    text-decoration:none;
    font-weight:bold;
    font-size: 85%;
    color:#333;
}
.prod_upper_nav > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
.prod_upper_nav a {float:none;}
    /* End IE5-Mac hack */
.prod_upper_nav a:hover {
      color:#333;
}
.menus .nav-menus, .boxes .nav-boxes {
      /*background-position: 100% -150px;*/
      background-position: 100% -150px;
}
.layouts .nav-layouts {
	background-position: 100% -150px;
}
.menus .nav-menus a, .boxes .nav-boxes a {
      background-position: 0 -150px;
      padding-bottom: 6px;
      color: #333;
}
.layouts .nav-layouts a {
      background-position: 0 -150px;
      padding-bottom: 6px;
      color: #333;
}
	  /* not for IE5.x or IE6 */
.prod_upper_nav li:hover, .prod_upper_nav li:hover a {
      background-position:100% -150px;
      color:#333;
}
.prod_upper_nav li:hover a {
      background-position:0 -150px;
}
.move_layout	{
	margin-left: 2px;
}
/* end */

/*====== Site Header ======*/
#header {
	width: 100%;
	margin-bottom: 0px;
	
	float: left; height: 100px;
	background: url(../images/header/crest.jpg) no-repeat 100%;
}
#leftHeader {
	width: 48%;
	float: left;padding: 0;
}
#rightHeader {
	width: 52%;
	float: left;padding-top: 19px;
}
#topMenu {
	width: 359px;	
	float: left;
	margin: 15px 0 15px 0;
}
#topMenu li { 
	display: inline;
	list-style: none;
	padding-right: 10px;
}
#topMenu a {
   	font-weight: bold;
   	font-size: .85em;
}
#logo {
	clear: both;
	float: left;
}
#currency {
	float: left;
	width: 150px;
	margin-left: 50px;
	margin-top: 4px;
}
#cart {
	float: left;
	width: 150px;
	padding-left: 5px;
	line-height: 12px;
	margin-top: 31px;
}
.searchfield {	/*formats the search box*/
	background-color: #fff;
	border: 1px solid #8a3030;
	color: #333;
}
.submitbtn {
   color: #fff;
   font-weight: bold;
   font-size: 95%;
   background-color: #8a3030;
   border: 1px solid #8a3030;
}
.imgbtn { 
    width: 100px; 
    margin: 10px 0 0 128px;
}
.txtfield{
	background-color: #fff;
	border: 1px solid #999;
}
.txtfieldUser { /*for user text for some products */
	background-color: #fff;
	border: 1px solid #999;
	width: 100px;
}
.qtyTxtfield{
	background-color: #fff;
	border: 1px solid #999;
	width: 50px;
}

.dropDown { /* txtfield dropdown styling */
	background-color: #fff;
	color: #333;
	font-size: 50%;
	border: 1px solid #8a3030;
	width: 150px;
}

/*========== Home Page Content ==========*/
#homeContent {
	float: left;
	width: 189px; 
}

#homeText {
	border: 1px solid #000;
	margin-bottom: 3px;
}
#homeContent h1 {
	padding: 3px;
}
#homeContent p {
	padding: 3px;
	font-size: 0.95em;
}

#homeContent p.box {
	font-size: 0.9em;
	border: 1px solid #000;
	margin-bottom: 5px;
	padding: 3px;
}

#homeContent p.box a {
	text-decoration: none;
	display: block;
}

#homeContent p.box a:hover {
	background: #ccc;
}

#homeContentFeaturedProduct {
	float: right;
	margin: 0; padding: 0;
}

#homeContentFeaturedProduct ul {
	list-style-type: none;
}

#homeContentFeaturedProduct li {
	float: left;
	margin: 0pt
}

#homeContentFeaturedProduct a {
	margin-left: 3px;
}

#homeLowerPanel {
	float: left;
}

/*====== site lower customer admin menu ======*/
/*====== footer ======*/
#footer {
	width: 100%; 
	clear: both;
	border-top: 1px solid #ddd2ac;
	background-color: #ddd;
}
#subscription {
	width: 247px;
	float: right;
	height: 50px;
}
/*====== cust admin panel ======*/
#adminPanel	{
	width: 650px;
	float: left;list-style-type: none; 
}
ul#adminPanel li {
	float: left;
	line-height: 10px;
	color: #000;
	font-size: 95%;
	margin-left: 10px;
	padding: 10px 10px;
	font-weight: bold;
}
ul#adminPanel li li {
	line-height: 10px;
	color: #333;
	font-size: 95%;
	margin-left: 19px;
	padding: 5px;
}
ul#adminPanel li p	{
	padding: 5px;
	line-height: 20px;
	color: #333;
	font-size: 95%;
}
ul#adminPanel li h1 { 
	padding: 5px;
}
ul#adminPanel li h3 { 
	padding: 5px;
}
ul#adminPanel li img {
	padding: 0 10px 0px 0;
}
#extLinks { /* links at bottom of home page */
	width: 965px;	
	margin: 3px auto;
	background: #f0f0f0;
	text-align: center;
}
.searchfield{
	background-color: #fff;
	border: 1px solid #000;
	color: #333;
}

.imgbtn { 
	border:0px; 
	width: 100px;
}

.txtfielddropdown{
	background-color: #fff;
	color: #333;
	font-size: .8em;
	border: 1px solid #000;
}

.submitbtn {
   color: #000;
   background-color: #f3f3f3;
   font-size: .9em;
   font-weight: bold;
   border: 1px solid #aaaaaa;
}
.orderSubmitbtn {
   color: #000;
   background-color: #f3f3f3;
   font-size: .8em;
   font-weight: normal;
   padding: 0;
   line-height: 10px;
   border: 1px solid #aaaaaa;
   width: 100px;
}

/* General styles */
.menuhdr{
	background-color : #333;
	color : White;
	font-size : x-small;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}

.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}
.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color: #000000;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}
.productHdr {
	color: #333;
	font-weight: bold;
	font-size: 1.3em;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size: 0.85em;
	margin-bottom: 0px;
}

div.breadcrumb a { 
	color: #333; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	text-decoration:underline;
}
/* Style used in shoporderprint */
#main {
	font-size:90%;
	line-height:18px;
	width:75%;
}

#main h1 {
	margin:0px 0px 15px 0px;
	text-align:left;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
}

#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	color:#333;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

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;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	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 #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	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;
}


/* ================================================================ 
Loosely based on the menu at http://www.cssplay.co.uk/menus/pro_dropline_dropdown.html
=================================================================== */
.mainNav {
	clear: both;
	height: 36px;
	width: 959px;
	background: url(../images/line/blank_sepia.gif);
	position: relative;
	z-index: 500;
}

.mainNav .select {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	white-space: nowrap;
}

.mainNav li {
	float: left;
	background: url(../images/line/blank_over_sepia.gif);
	font-size: .95em;
}

.mainNav .select a {
	display: block; 
	height: 36px; 
	float: left; 
	background: url(../images/line/blank_sepia.gif); 
	padding: 0 0 0 5px; 
	text-decoration: none; 
	line-height: 25px; 
	white-space: nowrap; 
	color: #eee;
}

.mainNav .select a { /*}b {*/
	display: block; 
	padding: 0 20px 10px 15px; 
	background: url(../images/line/blank_sepia.gif) right top;
}

.mainNav .select a:hover, 
.mainNav .select li:hover a {
	background: url(../images/line/blank_over_sepia.gif); 
	padding: 0 0 0 5px;
	line-height: 27px;
	cursor: pointer; 
	color: #fff;
}
.mainNav .select li:hover a { 
	display: block; 
	padding: 0 20px 9px 15px; 
	background: url(../images/line/blank_over_sepia.gif) right top; 
	cursor: pointer;
}

/* forms */
#custForm {/* for main shipcustomerform */
	float:left; 
	margin-left: 0px; 
	width:49%;
}
#shipForm {/* for main shipcustomerform */
	float: left; 
	margin-left: 10px;  
	width: 49%
}
#ssForm {
	float: left; 
	margin-left: 0px; 
	width: 350px;
}
fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
	background-image: url(../images/site/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}

legend {
	margin-left: 1em;
	padding: 0;
	color: #333;
	font-weight: bold;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 2em;
}

label {
	float: left;
	width: 8em;
	margin-right: 1em;
}

fieldset fieldset {
	margin-bottom: -2.5em;
	margin-top: 0;
	border-style: none;
	background-color: transparent;
	background-image: none;
}

fieldset fieldset legend {
	margin-left: 0;
	font-weight: normal;
	padding-top: 0em;
}

fieldset fieldset ol {
	position: relative;
	top: -1.5em;
	margin: 0 0 0 11em;
	padding: 0;
}

fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}

fieldset li.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 9em;
	background-color: transparent;
	background-image: none;
}
.credits {
	font-size: 0.8em;
	color: #34389c;
	text-align: right;
}
.credits a:hover {
	color: #ed008c;
}
/* 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; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }
.bold {
	font-weight: bold;
}
.noBold {
	font-weight: normal;
}
.brdrs {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-weight: bold;
}
.gapTop {
	margin-top: 10px;
}
.ssTxt {
	font-size: 1.1em;
	margin-top: 10px;
}
