/*

Theme Name: FishermansChoiceProShop09

Theme URI: 

Description: 

Version: 

Author: 

Author URI: 

Tags: 



  The CSS, XHTML and design is released under GNU General Public License version 3 (GPLv3):

  http://www.opensource.org/licenses/gpl-3.0.html



  In this theme are used some icons from Glass Style RSS Icon set by Bittbox (www.bitbox.com) 

  and from Diagona set by Yusuke Kamiyamane (www.pinvoke.com). 

  The both sets are licensed under GPL.

  

  WHAT'S NEW:



  2.4 (2009.08.29)

   � Image alignment bug was fixed.



  2.3.1 (2009.07.24)

   � Minor bug fix.



  2.3 (2009.06.29)

   � Calendar styles were adjusted.

   � jQuery menu bar bug (IE only) was fixed.

   � Some changes in design.

   � Some minor bug fixes.



  2.2 (2009.03.21)

   � Drop-down menus for subpages (thanks to Stanley www.seoadsensethemes.com).

   � Some minor design changes.

*/



html, body {

  height: 100%;

}



body {

  margin: 0;

  background: #fff;

  font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;

  font-size: 62.5%;

  color: #000000;

}



#wrapper{

  width: 1000px;

  position: relative;

  margin: 0 auto;

  min-height: 100%;

  background: url(/PDGCommTemplates/HTN/images/contentwrapperbg.gif) left top repeat-y #FFF;

}



p {

  margin: 0px 0px 10px 0px;

}



h1, h2, h3, h4, h5, h6 {

  font-family: Helvetica, Arial, Verdana, sans-serif;

  font-weight: normal;

  margin-bottom: 10px;

  color: #701400;

}



a {

  border: 0px;

  color: #115588;

  text-decoration: none;

}



a:hover {

  color: #4477bb;

  text-decoration: underline;

}



img {

  border: 0px;

}



hr {

  color: #FFF;

  height: 0px;

  border: 1px dotted #ccc;

  margin-top: 3px;

  margin-bottom: 3px;

}



/*code {

  font: 12px Monaco, "Lucida Console", "Courier New", "Courier", monospace;

  padding: 15px;

  border: #cde9a7 1px solid;

  background: #e9ffcb;

  display: block;

}*/



code, pre {

  font: 'Courier New', Courier, Fixed;

  font-size: 110%;

  border: #cde9a7 1px solid;

  background: #e9ffcb;

  overflow: auto;

  padding: 5px;

	display: block;

  width: 100%; /* Important for IE6 */

}




#header {

  color: #FFFFCC;

  clear: both;

  height: 222px;

  background: #701400 url(/PDGCommTemplates/HTN/images/fcps_header.jpg) left top no-repeat;

}



#header h1 {

  font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;

  letter-spacing: -1px;

  font-size: 250%;

  padding: 12px 0px 0px 0px;

  margin: 0;

  line-height: 90%;

}



#header h2 {

  font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;

  font-size: 160%;

  padding: 1px 0px 0px 0px;

  margin: 0px;

}



#header a, #header a:hover, #header a:active, #header a:visited {

  color: #FFFFCC;

  text-decoration: none;

  border: 0;

}



#header a:focus {

  outline:none;    /* kills dotted border around the link */

}



#header a img {

  border: 0;

}



#header-logo {

  float: left;

  width: 500px;

  height: 201px;

  background: transparent;

  border: 0;

}

#header-miniCart {
	z-index: 10;
	background-color:#631314;
	border: thin solid white;
	width: 125px;
	height: 45px;
	text-align:center;
	font-weight: normal;
	font-size: 9px;
	color:#FFFFFF;
	position: absolute;
	top: 20px;
	right: 30px;
	padding-right: 0.3em;
}

#cart_checkout a {
	z-index:11;
	position: absolute;
	top:70px; 
	right: 42px;
	display:block;
}
#shopping_cart td 
{ 
	text-align:right; 
	vertical-align: middle;
}

td.smarty 
{ 
	text-align: center; 
	vertical-align: middle;
}

/* background:url(/PDGCommTemplates/HTN/images/cart.gif) right no-repeat;width:25px; height:40px; margin:0 auto; padding:5px 0 0 0;*/
#header-RightCol {

  float: left;

  width: 500px;

  height: 201px;

  background: transparent;

  border: 0;

}



#header-title {

  margin: 0 0 0 126px;

  text-align: left;

  height: 65px;

  border: 0;

}



#header-navi {

  border: 0px;

  height: 18px;

  font-size: 130%;

  padding: 0;

  margin: 0px 1px 0px 190px;
  
  width: 1000px;

  vertical-align: middle;

}



#header ul {

  margin: 0;

  padding: 0;

  float: left;

}



#header-navi ul li {

  line-height: 18px;

  text-align: center;

  float: left;

  list-style: none;

}



#header-navi li a {

  padding: 0px 9px;

}



#header-navi li a:hover {

  background: #f5d312;

  color: #701400;

}



#header-navi a, #header-navi a:active, #header-navi a:visited {

  color: #f5d312;

  text-decoration: none;

  display: block;

}



/* Drop-down menus */

#dropmenu, #dropmenu ul {

  margin:0;

  padding:0;

  list-style-type:none;

  list-style-position:outside;

  position:relative;

  z-index:300;

  width:100%;

  font-family: New York, serif;

  font-size: 14px;

}



#dropmenu a {

  display:block;

  padding:0.25em 1em;

  text-decoration:none;

}



#dropmenu a:hover {

}



#dropmenu li {

  float:left;

  position:relative;

}



#dropmenu ul {

  position:absolute;

  display:none;

  width:13em;

  top:1.9em;

  border:1px solid #701400;

}



#dropmenu ul a {

}



#dropmenu li ul {

  width:13em;

  top:auto;

  background:#701400;

}



#dropmenu li ul a {

  width:  11.6em;

  height: auto;

  float:  left;

  text-align: left;

}



/* Sub-menu */

#dropmenu ul ul {

  top:auto;

}



#dropmenu li ul ul {

  left: 13em;

  margin:0px 0 0 0px;

}



#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

/* Drop-down menus */



#content-wrapper {


	margin-bottom: 1em;
/*
  float: left;
  width: 801px;
  display: inline;
  background: transparent
*/
}



#content {
  font-size: 120%;
  line-height: 150%;
  margin-left: 205px;
  
/*
  width: 791px;
  float: left;
  display: inline;
*/

}



#content a {

  text-decoration: underline;

}



#content a:visited {

  color: #800080;

}



#content a:hover {

  color: #4477bb;

}



#content img {

}



#content h1 {

  margin-top: 0.25em 0;
  font-size: 190%;
  line-height: 115%;
  text-align: center;
}



#content h2 {

  font-size: 160%;

  line-height: 120%;

}



#content h3 {

  font-size: 130%;

  line-height: 120%;

  font-weight: bold;

}



#content blockquote {

  background-color: #e9ffcc;

  border-left: 3px solid #cde9a7;

  margin: 0 0 5px 15px;

  padding: 5px 10px 1px 8px;

}



#content h1 a, #content a h1,

#content h2 a, #content a h2,

#content h3 a, #content a h3 {

  text-decoration: none;

}



#content h1 a:visited, #content a:visited h1,

#content h2 a:visited, #content a:visited h2,

#content h3 a:visited, #content a:visited h3 {

  color: #115588;

  text-decoration: none;

}



#content h1 a:hover, #content a:hover h1,

#content h2 a:hover, #content a:hover h2,

#content h3 a:hover, #content a:hover h3 {

  color: #4477bb;

  border-bottom: 1px dotted;

  text-decoration: none;

}



#content .pagetitle {

  margin-bottom: 20px;

  border-bottom: 1px dotted #701400;

}



#content ul, #content ol {

  padding: 0 0 0 20px;

}



#content ul {

  list-style: square;

}



#content ul li, #content ol li {

  margin: 3px 0 3px 0;

  padding: 0;

}

#content.clearance-block  {
	background-color: white;
	color:black;
	font-style:italic;
	width: 290px;
	height: 125px;
	border: thin;
	border-color:#000000;
}

#sidebar-left {

  list-style: none;

  float: left;

  width: 199px;

  min-height: 816px;

  padding-top: 4px;

  font-size: 13px;

  color: #FFF;

  display: inline;

  line-height: 125%;

  background: #000 url(/PDGCommTemplates/HTN/images/fcps_sidebar.jpg) left top no-repeat;
  

}



#sidebar-left ul li a strong {

  font-size: 12px;

}



#sidebar-left h2, #sidebar-right h2 {

  margin-top: 0px;

  font-size: 120%;

  font-weight: normal;

  color: #FFF;

  padding: 1px 0 1px 10px;

  line-height: 110%;

}



#sidebar-left h2 a, #sidebar-right h2 a{

  color: #FFF;

  text-decoration: none;

}



#sidebar-left ul a:link, #sidebar-left ul a:visited{

  color: #FFF;

  text-decoration: none;

}

#sidebar-left ul a:hover{

  color: #FFF;

  text-decoration: underline;

}

#sidebar-left a {
  color: #FFF;

  text-decoration: none;
}

#sidebar-left a:hover {
  color: #FFF;
  text-decoration: underline;
}

#sidebar-left ul, #sidebar-right ul {

  list-style: none;

  color: #FFF;

  margin: 0 0 0 2px;

  padding: 0;

}



#sidebar-left ul li, #sidebar-right ul li {

  margin: 0 0 20px 0;

  color: #FFF;

}



#sidebar-left ul ul, #sidebar-right ul ul {

  padding: 0 0 0 8px;

  color: #FFF;

}



#sidebar-left ul ul li, #sidebar-right ul ul li,

#sidebar-left ul ul ul li, #sidebar-right ul ul ul li {

  margin: 5px 0;

  color: #FFF;

}



#postmeta {

  font-size: 80%;

  margin-bottom: 30px;

  padding-bottom: 3px;

  border-bottom: 1px dotted #701400;

  color: #701400;

  clear: both;

  line-height: 100%;

}



#postmeta a {

  text-decoration: none;

}



#postmeta a:visited {

  color: #115588;

}



#postmeta a:hover {

  text-decoration: underline;

}



#postmeta p {

  line-height: 100%;

}



#postmeta img {

  vertical-align: middle;

  margin: 0 4px 0 0;

}



#postmeta .editlink {

  float: right;

  margin-top: 5px;

}



.postnav {

  width: 86%;

  float: left;

  list-style: none;

  line-height: 110%;

  margin-top: -10px;

  margin-bottom: 20px;

  padding: 0;

}



.postnav li.left {

  display: block;

  float: left;

  padding: 0;

  margin: 0;

}



.postnav li.right {

  display: block;

  float: right;

  padding: 0;

  margin: 0;

}



#comments {

  clear: both;

  float: none;

  margin-top: 50px;

}



#comments ul li, #comments ol li {

  margin-bottom: 40px;

  border-bottom: 1px dotted #701400;

}



#comment-area {



}



#comment-form {



}



.commenter {

  color: #701400;

}



.comment-moderation {

  color: red;

}



.comment-info {



}



#footer {

  margin: 0 auto;

  width: 970px;

  clear: both;

  height: 60px;

  line-height: 17px;

  color: #000;

  padding: 0 15px 0 15px;

  font-size: 110%;

  border-top: 4px solid #000;

  background-color: #FFF;

  text-align: center;

}



#footer a {

  color: #000;

  text-decoration: none;

}



#footer a:hover {

  text-decoration: underline;

}



#footer p {

  margin: 0;

}



#footer-left {

  float: left;

  text-align: left;

}



#footer-right {

  float: right;

  text-align: right;

}



.hasFloat:after {

  content: "";

  display: block;

  clear: both;

}



#searchform input {

  font-family:Tahoma, Arial, Helvetica, sans-serif;

  font-size:12px;

  background-color:#84ad5b;

  margin: 0 0 3px 0;

  padding: 2px 4px 2px 4px;

  border:#701400 1px solid;

  color:#e9ffcb;

}



#searchform input:hover {

  cursor:pointer;

  background-color:#701400;

  border:#567635 1px solid;

  color:#fff;

}



#searchform #s {

  font-family:Tahoma, Arial, Helvetica, sans-serif;

  font-size:12px;

  margin: 0 0 3px 0;

  background-color:#e9ffcc;

  padding: 3px 4px 3px 4px;

  border:#688848 1px solid;

  color:#222;

}



#searchform #s:hover {

  background-color:#e9ffcb;

  color:#222;

}



img#wpstats {

  width: 0px;

  height: 0px;

  padding: 0px;

  border: none;

  overflow: hidden;

}



.aligncenter,

div.aligncenter {

   display: block;

   margin-left: auto;

   margin-right: auto;

}



.alignleft {

   float: left;

   margin: 0 10px 10px 0;

}



.alignright {

   float: right;

   margin: 0 0 10px 10px;

}



.alignnone {

   float: none;

}



.wp-caption {

   border: 1px solid #ddd;

   text-align: center;

   background-color: #f3f3f3;

   padding: 7px;

   margin: 5px 10px 5px 0px;

   /* optional rounded corners for browsers that support it */

   -moz-border-radius: 3px;

   -khtml-border-radius: 3px;

   -webkit-border-radius: 3px;

   border-radius: 3px;

}



.wp-caption img {

   border: 0 none;

}



.wp-caption p.wp-caption-text {

   font-size: 90%;

   line-height: 120%;

   padding: 0;

   margin: 5px 0 0 0;

}



#wp-calendar {

  margin: 0 auto;

  line-height: 150%;

}



table#wp-calendar{

  width: 90%;

}



#wp-calendar a {

	text-decoration: underline;

  font-weight: bold;

}



table#wp-calendar tfoot td a{

  border: 0;

  font-weight: normal;

}



table#wp-calendar th, table#wp-calendar td {

  text-align: center;

}



.widget_tag_cloud {

  line-height: 200%;

}
.pdgmain {color:#003366;}
.pdgmainlnk a{color:#003366;}
.pdgmainlnk a:visited{color:#003366;}
.pdgmainlnk a:hover{color:#003366;}

#shopping_cart a {font-weight: normal; color:#FFFFFF;}
.about h1 {text-align: center;}
#contact p {text-align: center; color:#CC0000; font-weight: bold;}

.categories1 {width: 199px; height:auto; margin:0 auto; padding:0; border:solid #fff 2px; border-bottom:none; border-top:none; float:left; overflow:hidden;}
.categories1 ul {list-style:none; margin:0 auto; padding:0 0 20px 0; text-align:left; font-size:12px;}
.categories1 li{background:url(images/dashedline.gif) no-repeat; width:186px; height:20px; padding:0 0 0 15px; overflow:hidden;}
.categories1 a{color:#fff; text-decoration:none; font-weight:normal}
.categories1 a:link,a:visited{color:#fff; text-decoration:none; font-weight:normal}
.categories1 a:hover{color:#f6cc57; text-decoration:underline; font-weight:normal}
.blackborder {text-decoration: none; border: 1px solid #000000;}
.thumbnames {font-size:11px; font-weight:bold; color:#000000;}



#free_ship_status {
	float: right;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	margin: 1em 0;
	padding: 1em;
	/* background-color: #FC0; */
	background: url(/PDGCommTemplates/HTN/images/total_status_bg.jpg);
}
#free_ship_status p {
	margin: 0;
	padding: 0;
}



.search_controls {
	
	text-align: center;
}

#search_results {
	
}

.search_result {
	float: left; 
	width: 184px;
	height: 200px; 
	text-align: center; 
	padding: 0.5em;
}

table.search_result_table
{
	width: 790px;
}


#bottom_four_table {
	margin-top: 10px;
}
.search_result_table tr td {
	text-align: center;
	vertical-align: bottom;
	padding-top: 1.5em;
}

.search_result_table tr td.search_desc {
	vertical-align: top;
	padding-top: 0;
}

#site_stripe {
	margin: 0 0 0 -6px;
}

.hot-items-table {
	/* background: url(/PDGCommTemplates/HTN/images/home-hot-items-bg.gif) no-repeat; */
	
}

#hot_items_table {
	height: 490px;
	width: 389px;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}
#new_items_table {
	height: 490px;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}
#hot_items_table tr, #new_items_table tr {
	margin: 0;
	padding: 0;
}
#hot_items_table td,  #new_items_table td {
	margin: 0;
	padding: 0 0;
	vertical-align: top;
	text-align: center;
}

td.top_banner {
	height: 36px;
}


#hot_items_table td.product-cell.top.left {
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}

#hot_items_table td.product-cell.top.right {
	border-bottom: solid 1px #000;
}

#hot_items_table td.product-cell, #new_items_table td.product-cell {
	padding-top: 0.5em;
}

#hot_items_table td.product-cell.bottom.left {
	border-right: solid 1px #000;
	border-bottom: none;
}

td.edge.right {
	background-image: url(/PDGCommTemplates/HTN/images/edge-right.gif);
	background-repeat: no-repeat;
	width: 10px;
}
 td.edge.left {
	background-image: url(/PDGCommTemplates/HTN/images/edge-left.gif);
	background-repeat: no-repeat;
	width: 10px;
}

td.edge.bottom {
	height: 10px;
	background-image: url(/PDGCommTemplates/HTN/images/edge-bottom.gif);	
	background-repeat: no-repeat;
}

td.corner.bottom.left {
	background-image: url(/PDGCommTemplates/HTN/images/corner_bot_left.gif);
	background-repeat: no-repeat;
	height: 10px;	
	width: 10px;
}

td.corner.bottom.right {
	background-image: url(/PDGCommTemplates/HTN/images/corner_bot_right.gif);
	background-repeat: no-repeat;
	height: 10px;	
	width: 10px;
}

table.style-table {
	width: 794px;
}

table.style-table td {
	text-align: center;
	vertical-align: top;
	width: 25%;
}

#breadcrumbs {
	margin: 1em 0 1em 10px;
}
#breadcrumbs a, #breadcrumbs a:visited {
  border: 0px;
  color: #115588;
  text-decoration: none;
}

#breadcrumbs a:hover {
  color: #4477bb;
  text-decoration: underline;
}


/*
 * Constant Contact sign-up form
 */
form#ccoptin
{
	border-bottom: #750E05 thin solid;
	border-top: #750E05 thin solid;
	color: white;
	margin: 2em 0 1em 0;
	padding: 0.5em 0;
	text-align: center;
}

form#ccoptin h1
{
	color: white;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}