/*-----------------------------------------------------------------------------
Pike Place Fish Market Screen Stylesheet

version:	2.0
date:		03/11/08
author:		Ryan J. Salva
email:		ryan at capitolmedia dot com
website:	http://www.pikeplacefish.com
history:	/history/css/default.info
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	background-image: url(../site/bkgr_chart.gif);
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5 {
	/* use pixels for vertical separation because 1em for <h1> is much larger than 1em for <p> */
	margin-bottom: 14px; 
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
	color: #ff6600;
	font-family: arial, helvetica, sans-serif;
}

h2 {
	font-size: 1em;
	color: #990000;
	font-family: arial, helvetica, sans-serif;
	font-variant: small-caps;
}

h3 {
	color: #666666;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
}

h3.altheader{
	font-size: 1.6em;
	font-family: arial, helvetica, sans-serif;
	color: #ff6600;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
}

p, li, blockquote, code {
	line-height: 1.3em;
}

ul, ol, blockquote {
	padding-left: 3em;
}

dl {
	margin: 0 0 14px 0;
}

dt {
	font-weight: bold;
	display: block;
}

dd {
	display: block;
	margin-bottom: 7px;
}

img {
	border: none;
}

hr {
	border: none;
	border-top: 1px solid #000;
	width: 80%;
	margin: 14px auto;
	padding: 0;
	border-collapse: collapse;
}

a:link {
	color:#006633;
	text-decoration:none;
}

a:visited {
	color:#006633;
	text-decoration:none;
}

a:hover {
	color:#ff6600;
	text-decoration:underline;
}

a:active {
	color:#006633;
}


/* Tables
-----------------------------------------------------------------------------*/

table { 
	width: 100%;
	border: none;
	border-collapse: collapse;
}

td, th {
	border: none;
	border-collapse: collapse;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	vertical-align: top;
}

th {
	background: #ccc;
	font-weight: bold;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.Content, .Padding {
	padding: 10px;
}

* html .Content, * html .Padding {
	padding: 5px;
}

.Center {
	text-align: center;
}

.floatLeft {
	float: left;
}

.floatRight {
	float:right;
}

.disabled {
	cursor: wait !important;
}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* Page Layout
-----------------------------------------------------------------------------*/

div#Page {
	width: 800px;
	background: #fff;
}

div#Wrapper {
	position: relative;
	clear: both;
	float: none;
	/* For color variations of div.Wrapper, see files/css/pagespecific.css */
}

div#Canvas { 
	position: relative;
}

div.Left {
	margin-left: 180px;
}

div#Left {
	float: left;
	width: 185px;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	margin-left: 5px;
	_position: relative;	/*IE HACK*/
	_top: 0;	/*IE HACK*/
	_left: 0;	/*IE HACK*/
}

#Left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	width: 160px;
}

#Left ul li{
	line-height: 18px;
}

div#Left #leftMenuTop {
	border: 1px solid #999;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
}

div#Left #leftMenuTop #funStuff {
	position: absolute;
	top: 0;
	right: 0;
}

* html div#Left #leftMenuTop #funStuff {
	top: 1px;
}

div#Left #leftMenuTop #funStuff #container{
	height: 85px;
	width: 50px;
	overflow: hidden;
}

div#Left #leftMenuTop p {
	font-size: 10px;
	line-height: 13px;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0;
}

div#Left #leftMenuTop p#icons {
	position: relative;
	top: -5px;
	margin-right: 5px;
}

#icons {
	display: inline;
}

div#Left #leftMenuBottom {
	border: 1px solid #999;
	margin-bottom: 5px;
	min-height: 334px;
}

div#Left #leftMenuBottom ul {
	padding: 0 10px;
}

div#Left #leftMenuBottom div {
	margin: 10px 0;
	padding: 0;
}

div#Left #leftMenuBottom img {
	margin: 0;
	padding: 0;
	border: 0;
}

#pageBanner {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	position: relative;
	z-index: 2002;
}

#pageBannerBlock {
	margin-left: 190px;
	margin-top: -10px;
	position: relative;
}

div#Center {
	float: left;
	margin-right: 5px;
	width: 400px;
	_position: relative;	/*IE HACK*/
	_top: 0;	/*IE HACK*/
	_left: 0;	/*IE HACK*/
}

div.Right {
	margin-right: 160px;
}

div#homeCenter {
	float: left;
	margin-right: 5px;
	width: 410px;
	_position: relative;	/*IE HACK*/
	_top: 0;	/*IE HACK*/
	_left: 0;	/*IE HACK*/
}

div#homeRight {
	float: left;
	width: 170px;
	border: 1px solid #ccc;
	font-weight: bold;
	min-height: 370px;
	_position: relative;	/*IE HACK*/
	_top: 0;	/*IE HACK*/
	_left: 0;	/*IE HACK*/
}

div#homeRight #webcam {
	margin: 5px;
	letter-spacing: -.02em;
}

div#homeRight ul {
	list-style: none;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	line-height: 18;
	font-size: 11px;
}

div#homeRight ul li {
	margin: 5px;
}

div#homeRight ul li:last-child {
	margin-top: 10px;
	font-weight: normal;
}

div#Right {
	float: left;
	width: 180px;
	border: 1px solid #ccc;
	font-weight: bold;
	min-height: 370px;
	_position: relative;	/*IE HACK*/
	_top: 0;	/*IE HACK*/
	_left: 0;	/*IE HACK*/
}

div.WideRight {
	margin-right: 350px;
	float: left;
	width: 400px;
}

div#WideRight {
	width: 350px;
	position: absolute;
	top: 0;
	right: 0;
}

div#RightTitle {
	margin: 5px;
}

table#AltItems {
	margin-top: 15px;
	font-weight: normal;
	width: 170px;
	margin-left: 5px;	
}

table#AltItems img {
	padding-top: 5px;
	padding-right: 5px;
}

table#AltItems td, table#AltItems th {
	font-size: 11px;
	margin-left: 3px;
	background: none;
	text-align: left;
}

table#AltItems td p {
	margin-bottom: 0;
	margin-top: 5px;
}

/* Header
-----------------------------------------------------------------------------*/

div#Header {
	position: relative;
	height: 200px;
}

img#Logo { 
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
}

img#floatingFish {
	position:absolute;
	top:0px;
	left:170px;
	z-index:10;
}

div#Banner { 
	width: 800px;
	height: 93px;
	overflow: hidden;
}

div#Headline {
	height: 63px;
	padding-left: 200px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/site/bg_pagetitle.png', sizingMethod='scale'); /* IE Hack, all other browsers will ignore */
	background-image: url(/site/bg_pagetitle.png);
	background-color: #FF6500;
	_background-image: none; /* IE Hack */
}

div#Headline h1 {
	font-size: 21px;
	padding-top:10px;
	text-align: left; 
	font-weight: bold;
	color: #fecb65; 
	padding: 10px 0 0 0;
	text-transform: uppercase; 
	letter-spacing: -1px;
	margin: 0;
}




/* Ancestors (a.k.a. "Cookie Trail")
-----------------------------------------------------------------------------*/

div#Ancestors {
	color: #666;
}

div#Ancestors a:link, div#Ancestors a:visited, div#Ancestors a:active {
	text-decoration: none;
	color: #666;
}

div#Ancestors a:hover {
	text-decoration: underline;
	color: #0000FF;
}


/* Primary Navigation
-----------------------------------------------------------------------------*/

div#Primary {
	text-align: right;
	font-size: 11px;
}

div#Primary #Cart {
	float: right;
	width: 52px;
	height: 30px;
	background: url(../images/cartIcon.png) top left no-repeat;
	margin-right: 10px;
	padding-top: 7px;
	cursor: hand;
}

div#Primary #Cart {
	background: url(../site/cartIcon.gif) top left no-repeat;
}

div#Header div#Primary {
	padding-top: 5px;
}

div#Primary a { 
	text-decoration: none;
	position: relative;
  	z-index: 2002;
  	margin-right: 5px;
  	margin-left: 2px;
}

div#Primary a:hover {
	text-decoration: underline;
}

div#Primary ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 2000;
	padding-top: 8px;
	position: relative;
	top: -15px\9; /*IE 7-8 HACK*/
}

* html div#Primary ul {
	padding-top: 22px;
}

div#Primary ul li {
	display: inline;
	padding: 0;
  	border-right: 1px solid #000;	z-index: 2001;
}

div#Primary ul li a {
	padding: 0 .3em;
}

* html div#Primary ul li a {
	border-right: 1px solid #000;
}


/* Secondary Navigation
-----------------------------------------------------------------------------*/

div#Secondary ul {
	padding: 0;
	margin: 0 0 2em 0;
	list-style: none;
}

div#Secondary ul li {
	font-weight: bold;
}

div#About ul {
	padding: 0;
	list-style: none;
	margin: 10px 0px 0 100px;
}

div#About ul li {
	padding: 1em 2em 0 2em;
	float: left;
	display: block;
	font-weight: bold;
}

div#About ul li a, div#About ul li a { 
  text-decoration: none;
}

div#About ul li a.Active {
	color: #000;
}

div#About ul li a:hover, div#About ul li a:hover {
	text-decoration: underline;
}


/* Tertiary Navigation
-----------------------------------------------------------------------------*/

ul#Tertiary {
	padding: 0;
	list-style: none;
}

ul#Tertiary li {
	padding: 0 .25em 0 .25em;
	font-weight: bold;
}

ul#Tertiary li a { 
	text-decoration: none;
	color: #006600;	
}

ul#Tertiary li.active a {

}

ul#Tertiary li a:hover {
	text-decoration: underline;
	color: #FF6600;
}


/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	text-align: center;
	clear: both;
	float: none;
	width: 800px;
	padding-bottom: 30px;
}

div#Footer ul.Menu {
	padding: 20px 100px 30px 100px;
	margin: 0;
}

div#Footer ul.Menu li {
	display: inline;
  	border-right: 1px solid #000;
}

div#Footer ul.Menu li a {
	padding: 0 .3em;
}

div#Footer ul.Menu li:last-child {
	border: none;
}



/*Page Properties (edit mode)
-----------------------------------------------------------------------------*/

div#PageProperties {
	position: relative;
	padding: 1em;
	color: #000;
	background: #FFF;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div#PageProperties a {
	color: #0000FF !important;
}

div#PageProperties a:hover {
	color: #0000FF !important;
}

div#MetaData {
	margin-right: 240px;
	padding: 10px;
	background: #DEDEDE;
}

dl#MetaKeywords {
	padding-left: 20px;
	background: url(/admin/tag_blue.png) no-repeat 0 50%;
}
dl#MetaDescription {
	padding-left: 20px;
	background: url(/admin/tag_red.png) no-repeat 0 50%;
}

div#InternalComments {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 220px;
	line-height: 1.6em;
}

div.Note {
	padding: 5px 5px 5px 35px;
	background: #F3E5A1 url(/admin/note.png) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

/* Page Comments (Edit Mode) */

div.adminComments {
	margin: 20px;
	padding: 10px;
	display: block;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div.adminComments p {
	margin: 0;
	padding: 0;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div.pending {
	background: #F3E5A1;
	border: 1px solid #FFCC00;
}
div.approved {
	background: #cbe2a6;
	border: 1px solid #a0c45b;
}

div.deleted {
	background: #e8918d;
	border: 1px solid #ee6061;
}

div.adminComments p.Status {
	text-transform: capitalize;
	padding-left: 20px;
	display: block;
	line-height: 20px;
	font-weight: bold;
}

div.pending p.Status {
	background: url(/admin/comment_edit.png) no-repeat 0 center;
	color: #68541a;
}

div.approved p.Status {
	background: url(/admin/comment_add.png) no-repeat 0 center;
	color: #51662f;
}

div.deleted p.Status {
	background: url(/admin/comment_delete.png) no-repeat 0 center;
	color: #6a2b2d;
}

a.buttonApprove {
	background: url(/admin/button_publish.png) no-repeat center center;
	height: 30px;
	width: 103px;
	display: block;
	text-indent: -2000px;
	float: left;
}

a.buttonDelete {
	background: url(/admin/button_delete.png) no-repeat center center;
	height: 30px;
	width: 97px;
	display: block;
	text-indent: -2000px;
	float: left;
}


/* Online Forms
-----------------------------------------------------------------------------*/
fieldset {
	border: medium none;
	margin: 0;
	padding: 0;
}

div#checkoutWrapper fieldset {
	width: 500px;
}

legend { 
	color:#333333;
	display:block;
	font-size: 1.2em;
	font-weight:bold;
	line-height:30px;
}

legend#billToAddress a {
	font-size: .8em;
}

div.LabelInput, span.LabelInput {
	margin-bottom: 14px;
	display: block;
	clear: left;
}

div.Radio div.LabelInput, div.Checkbox div.LabelInput {
	padding-left:12em;
}

input.text, input.password, input[type="text"], input[type="password"], textarea {
	width: 23em;
	font-size: 1em;
	border: 1px solid #666;
	padding: .3em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

select {
	width: 15em;
}

label {
	width: 11.5em;
	padding: .3em .5em .3em 0;
	float: left;
	display: block;
	text-align: right;
	line-height: 2em;
}

div.Radio label, div.Checkbox label {
	display:inline;
	float:none;
	width:auto;
}

.advice {
	background: url(../site/bg_advice.gif) no-repeat 0 50%;
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	display: block;
	margin-left: -9px;
	padding: 0 15px 0 30px;
	white-space: nowrap;
	z-index: 1000;
}

#adviceSummary {
	font-weight: bold;
	color: #e17000;
}

div.CAPTCHA input.text {
	font-family: georgia, times new roman, serif;
	font-size: 30px;
	width: 135px !important;
	text-align: center;
	color: #3a2d59;
	padding: 7px;
	margin-left: 5px;
}

.CAPTCHA img {
	float: left;
}


div.FormControls {
	display: block;
	padding: 14px 0 14px 12em; /* right padding for label width plus label padding */
}


/* Edit Option Dialog
-----------------------------------------------------------------------------*/
.editItemDialog {
	
}

.editItemDialog label, .modalMessage label {
	text-align: left;
	float: none;
	width: auto;
}

.editItemDialog span.addToCart {
	background: url(../site/btn_basket.gif) no-repeat center center;
	display: block;
	width: 97px;
	height: 17px;
	text-indent: -9999px;
	cursor: pointer;
}

.editItemDialog span.addToCart.disabled {
	background: none;
	display: block;
	width: 97px;
	height: 17px;
	text-indent: 0px;
	cursor: default;
}


/* Info, Error & Success Messages
-----------------------------------------------------------------------------*/

.Info, .Error, .Success, .ErrorInline, .Help {
	margin-bottom: 14px;
	padding: 5px 5px 5px 35px;
	display: inline-block;
	line-height: 1.6em;
	position: relative;
	color: #000;
}

.Info a, .Error a, .Success a, .ErrorInline a {
	color: #000;
	text-decoration: underline;
}

.Info {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE !important;
	margin-top: 1px;
}

.Error {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #ebff00;
}

.Success {
	background: #B5E1AE url(../site/icon_success.gif) no-repeat 10px 6px;
	border: 1px solid #3B9E2B;
}

.Help {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}


/* Validation messages delivered by validate.js
-----------------------------------------------------------------------------*/

.error {
	background: #F3E5A1;
}

div.errorMessage {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #ebff00;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* Form Tips
-----------------------------------------------------------------------------*/

div.FormTip {
	/* the floating tooltip */
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
	color: #000;
}


/* Contact Form, contact.html
-----------------------------------------------------------------------------*/

fieldset#Contact {
	background: #DF9300;
	border: none;
	border-top: 5px solid #003365;
	border-bottom: 5px solid #003365;
	padding: 20px 0;
}

fieldset#Contact legend {
	display: none;
}


/*  Easy Contact Form, e.g. notfound.html
-----------------------------------------------------------------------------*/

fieldset#EasyContact label {
	display: block;
	width: auto;
	text-align: left;
	padding: 0;
	margin: 0;
	float: none;
	clear: none;
}


/* Modal Dialog Box
-----------------------------------------------------------------------------*/

.modalBox {
	position: relative;
	display:block;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:20px solid #fff;
	-moz-box-shadow:0 0 40px #000;
	-webkit-box-shadow:0 0 40px #000;
	box-shadow:0 0 40px #000;
}

.modalClose {
	display: block;
	position: absolute;
	top: -36px;
	left: -36px;
	width:36px;
	height: 36px;
	overflow: hidden;
	text-indent: -2000em;
	background: url(../site/button_close.png) top right no-repeat;
}

.modalBox h1 {
	font-size: 1.6em;
	color: #000;
	text-transform: none;
	font-variant: normal;
}

.modalBox h2 {
	font-size: 1.4em;
	color: #000;
	text-transform: none;
	font-variant: normal;
}

/* JavaScript Debug Log
-----------------------------------------------------------------------------*/

div#Debug { 
	display: none;
	height: 200px; 
	overflow: auto; 
	padding: 1em; 
	background: #000;
	color: green;
}


/* Edit Mode
-----------------------------------------------------------------------------*/

div.Block, li.Block, .Block {
	position: relative;
}

table.Block, td.Block, li.Block {
	position: relative;
}

a.Create, a.Edit {
	width: 85px;
	height: 35px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_edit.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -15px;
	z-index: 999;
	outline: none;
}

div.toolbar {
    position: absolute;
    top: 25%;
    right: 0;
    width: 150px;
}

div.toolbar_compound {
    width: 110px;
}

div.toolbar a {
	height: 30px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_container.png) no-repeat 0 0;
	position: absolute;
	top: -15px;
	z-index: 1000;
	text-align: left !important;
}

div.toolbar_compound a {
	background: url(../admin/button_container_compound.png) no-repeat 0 0;
}

div.toolbar a.add {
	width: 44px;
	left: -25px;
}

div.toolbar a.add:hover, div.toolbar a.add:active {
	background-position: 0 -30px;
}

div.toolbar a.remove {
	width: 35px;
	left: 19px;
	background-position: -44px 0;
	margin: 0;
}

div.toolbar a.remove:hover, div.toolbar a.remove:active {
	background-position: -44px -30px;
}

div.toolbar a.moveUp {
	width: 35px;
	left: 54px;
	background-position: -79px 0;
}

div.toolbar a.moveUp:hover, div.toolbar a.moveUp:active {
	background-position: -79px -30px;
}

div.toolbar a.moveDown {
	width: 35px;
	left: 89px;
	background-position: -114px 0;
}

div.toolbar_compound a.moveDown {
	width: 42px;
}

div.toolbar a.moveDown:hover, div.toolbar a.moveDown:active {
	background-position: -114px -30px;
}

div.toolbar a.Edit {
	width: 51px;
	left: 124px;
	background-position: -149px 0;
}

div.toolbar span.Edit {
	width: 51px;
	left: 124px;
	background-position: -149px -30px;
}

div.toolbar a.Edit:hover, div.toolbar a.Edit:active {
	background-position: -149px -30px;
}

.Editable {
	background: #ffcc00 !important;
}

/* Store Entrance, store.html
-----------------------------------------------------------------------------*/

ul#StoreEntrance {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul#StoreEntrance li {
	float: left;
	display: block;
	margin: -4px 0;
	padding: 0;
}


/* Product List, salmon.html
-----------------------------------------------------------------------------*/

P#InCategory { 
	font-weight: bold;
}

table#ProductList { }

table#ProductList tr.MissingContent {
	background: #ff3333 url('../site/missingContent.gif') no-repeat top center;
}

table#ProductList tr.MissingContent td {
	padding-top: 26px !important;
}

table#ProductList tr {
	border-bottom: 1px solid #FF6600;
}

* html table#ProductList tr {
	border-bottom: 1px solid #FF6600;
	margin-bottom: 1px;
}

table#ProductList td {
	padding: 1em .3em;
}

table#ProductList td.Thumbnail {
	width: 25%;
}

table#ProductList td.ShortDescripiton {
	width: 75%;
}

table#ProductList td.ShortDescription h3 a {
	color: #666666;
	text-decoration: none;
}

table#ProductList td.ShortDescription div.buyButton {
	float: left;
	margin-right: 10px;
}

table#ProductList td.ShortDescription span.addToCart {
	background: url(../site/btn_basket.gif) no-repeat center center;
	display: block;
	width: 97px;
	height: 17px;
	text-indent: -9999px;
	cursor: pointer;
}


/* Product Detail, store_product_1001.html
-----------------------------------------------------------------------------*/

img#RotatingImage {
	border: 1px solid #000;
}

div#ProductPhoto {
	display:block;
	width: 360px;
}

div#ProductDescription {
	
}

div#ProductDescription div.itemid {
	float: none;
	margin-bottom: 14px;
}

div#ProductDescription div.itemid div.buyButton {
	float: left;
	margin-right: 10px;
}

div#ProductDescription div.itemid span.itemPrice {
	font-size: 1.1em;
	font-weight: bold;
}

div#ProductDescription span.addToCart {
	background: url(../site/btn_basket.gif) no-repeat center center;
	display: block;
	width: 97px;
	height: 17px;
	text-indent: -9999px;
	cursor: pointer;
}




/* Different Anchor colors for pages with an Navy Blue background
-----------------------------------------------------------------------------*/

div.Blue {
	background: #003366 !important;
}

div.Blue a:link {
	color: #FFFFCC;
}

div.Blue a:visited {
	color: #FFFFCC;
}

div.Blue a:active {
	color: #FFFFCC;
}

div.Blue a:hover {
	color: #FF6600;
	text-decoration: underline;
}


/* Different Anchor colors for pages with an orange-yellow background
-----------------------------------------------------------------------------*/

div.Orange {
	background: #DF9300 !important;
}

div.Orange a:link {
	color: #FFFFCC;
}

div.Orange a:visited {
	color: #FFFFCC;
}

div.Orange a:active {
	color: #FFFFCC;
}

div.Orange a:hover {
	color: #006600;
	text-decoration: underline;
}



/* Different Anchor colors for pages with a tan background
-----------------------------------------------------------------------------*/

div.Tan {
	background: #FFFFCC !important;
}

div.Tan a:link {
	color: #990000;
}

div.Tan a:visited {
	color: #990000;
}

div.Tan a:active {
	color: #990000;
}

div.Tan a:hover {
	color: #006600;
	text-decoration: underline;
}


/* Different Anchor colors for pages with an olive background
-----------------------------------------------------------------------------*/

div.Olive {
	background: #999966 !important;
}

div.Olive a:link {
	color: #FFFFCC;
}

div.Olive a:visited {
	color: #FFFFCC;
}

div.Olive a:active {
	color: #FFFFCC;
}

div.Olive a:hover {
	color: #FF6600;
	text-decoration: underline;
}


/* Different Anchor colors for pages with a dark green background
-----------------------------------------------------------------------------*/

div.DarkGreen {
	background: #666633 !important;
}

div.DarkGreen a:link {
	color: #FFFFCC;
}

div.DarkGreen a:visited {
	color: #FFFFCC;
}

div.DarkGreen a:active {
	color: #FFFFCC;
}

div.DarkGreen a:hover {
	color: #FF6600;
	text-decoration: underline;
}


/* Background colors for map superimposed over the Page Title 
-----------------------------------------------------------------------------*/

div.TitleBlue, div.TitleNavy {
	background-color: #003366 !important;
}

div.TitleGreen {
	background-color: #006600 !important;
}

div.TitleOrange {
	background-color: #FF6600 !important;
}

div.TitleRed {
	background-color: #990000 !important;
}

div.TitleOlive {
	background-color: #CC9933 !important;
}


/* Random colors for various text elements
-----------------------------------------------------------------------------*/

P.Red {
	color: #990000;
	font-size: .75em;
}

P.White {
	color: #fff;
}


/* Recipes and Tips (list), recipes.html
-----------------------------------------------------------------------------*/

ul.RecipeList {
	padding: 0;
	list-style: none;
}

ul.RecipeList li {
	padding: .25em .25em 0 .25em;
}

ul.RecipeList li a { 
	text-decoration: none;
	color: #006600;	
}

ul.RecipeList li.active a {

}

ul.RecipeList li a:hover {
	text-decoration: underline;
	color: #FF6600;
}

div.Recipes {
	margin-left: 390px;
}

div#Recipes {
	position: absolute;
	top: 0;
	left: 40px;
	width: 350px;
}


/* Recipe Detail
-----------------------------------------------------------------------------*/

div.RecipeDetail {
	margin: 0 400px 0 50px;
}

div#RecipeDetail {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
}


/* Tip Detail
-----------------------------------------------------------------------------*/

div.TipDetail {
	padding: 0 160px;
	background: url(/site/cookingtipssm.gif) no-repeat 130px 0;
}


/* Philosophy
-----------------------------------------------------------------------------*/

div.Philosophy {
	margin-right: 315px;
}

div#Philosophy {
	position: absolute;
	top: 0;
	right: 0;
	width: 315px;
}




/* Home, default.html 
-----------------------------------------------------------------------------*/

div.Sidebar {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

ul#Home {
	padding: 0;
	list-style: none;
	padding: 10px 0 20px 20px;
}

ul#Home li {
	padding: 0 .25em 0 .25em;
	float: left;
	display: block;
  	border-right: 1px solid #000;
}

ul#Home li a { 
  text-decoration: none;
}

ul#Home li.active a {

}

ul#Home li a:hover {
	text-decoration: underline;
}

img#Fish { 
	position: absolute;
	top: 0px;
	left: 166px;
	z-index: 10;
}

div#Feat {
	list-style: none;
	padding: 0;
	width: 600px; /* IE 7 hack */
	float: left;
	z-index: 10;
	display: block;
	height: 170px;
}

ul#FeatL {
	list-style: none;
	float: left;

}

ul#FeatL li {
	margin-top: -3.5px;
}

ul#FeatM {
	list-style: none;
	float: left;
}

ul#FeatM li {
	margin-top: -3.5px;
	margin-left: -39px;
}

ul#FeatR {
	list-style: none;
	float: left;
}

ul#FeatR  li {
	margin-top: -3.5px;
	margin-left: -39px;
	display: inline;
}


/* Hovering Employee Images for Employee Detail page 
-----------------------------------------------------------------------------*/

div#EmployeePhoto { 
	position: absolute;
	top: 12px;
	left: 495px;
	z-index: 10;
}

img#EmployeeConfidential { 
	position: absolute; 
	left: 230px; 
	top: 0; 
	width: 213px;
	height: 117px;
}


/* Meet the Guys Image Display
-----------------------------------------------------------------------------*/

ul#Guys {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%; /* IE 7 hack */
}

ul#Guys li {
	width: 25%;
	height: 180px;
	overflow: hidden;
	float: left;
	display: block;
	text-align: center;
}

ul#Guys li a { 
	display: block;
	padding: 30px 30px;
	text-decoration: none;
}


/* Photo Gallery Image Display
-----------------------------------------------------------------------------*/

ul#PhotoGallery {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 700px; /* IE 7 hack */
	text-align: center;
	list-style-type: none;
}

ul#PhotoGallery li {
	width: 100px;
	height: 150px;
	margin: 5px;
	overflow: hidden;
	float: left;
	display: block;
	text-align: center;
}

ul#PhotoGallery li a { 
	text-decoration: none;
}

/* Fish Card Gallery Image Display
-----------------------------------------------------------------------------*/

ul#CardGallery {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 700px; /* IE 7 hack */
	text-align: center;
	list-style-type: none;
	margin-bottom: 20px;
}

ul#CardGallery li {
	width: 200px;
	margin: 5px;
	overflow: hidden;
	float: left;
	display: block;
	text-align: center;
}

ul#CardGallery li a { 
	text-decoration: none;
}

/* Fish Card Form, efishcards.html
-----------------------------------------------------------------------------*/

fieldset#FishCard {
	border: none;
	border-top: 5px solid #003365;
	border-bottom: 5px solid #003365;
	padding: 20px 0;
}

fieldset#FishCard legend {
	display: none;
}


/* Tips, tips.html
-----------------------------------------------------------------------------*/

div#Tip {
	padding: 50px 180px 0 180px;
	background: url(../site/cookingtipssm.gif) no-repeat 140px 60px;
}


/* Employee Detail, jeremyridgway.html
-----------------------------------------------------------------------------*/

div.EmployeeDetail {
	padding-top: 150px;
	padding-left: 200px;
}


/* Contact Us, contact.html
-----------------------------------------------------------------------------*/

div.Contact {
	padding-top: 150px;
	padding-left: 200px;
}

div.ContactUSLeft {
	position: absolute;
	width: 215px;
	margin-top: -80px;
	padding-bottom: 200px;
	left: 192px;
	top: 111px;
}

div.ContactUSRight {
	position: absolute;
	width: 215px;
	margin-top: -120px;
	padding-left: 300px;
	left: 277px;
	top: 242px;

}


/* Guest Book, guestbook.html
-----------------------------------------------------------------------------*/

div#GuestBook {
	background: #003365;
	text-align: center;
}

div#GuestBookComment {
	background: #FF6600;
	text-align: center;
}

fieldset.Guestbook label {
	color:#fff;
}


/* Fun Stuff, funstuff.html
-----------------------------------------------------------------------------*/

div.FunStuff {
	background: url(/site/fun_stuff_bg.gif) no-repeat 0 0; 
	padding: 125px 125px 0 125px;
}

/* - - - - - - - - - - Fun Stuff Navigation - - - - - - - - - - - */

ul#FunStuff {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 74px;
	left: 200px;
	width: 600px;
}

ul#FunStuff li {
	width: 33%;
	height: 32px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: left;
	display: block;
}

ul#FunStuff li a { 
	display: block;
	width: 153px;
	height: 30px;
	text-decoration: none;
}


/* Web Camera, webcam.html
-----------------------------------------------------------------------------*/

body#WebCamera {
	background: #666 url(/site/bg_webcamera.jpg) repeat-x 0 0;
	color:#fff;
	text-align:center;
}

div#Cameras {
	width: 800px;
	height: 289px;
	margin: 0 auto;
	background: url(../site/silverscreen.jpg) no-repeat 0 0;
}

div.Camera {
	float: left;
	width: 50%;
}

div#North, div#South {
	width:320px;
	height:240px;
	margin: 20px auto;
	overflow:hidden;
	background:#000;
}


/* Sights and Sounds, sights-sounds.html
-----------------------------------------------------------------------------*/

div#SightsSounds {
	background-color: #FF9933;
	border-top: 5px solid #003366;
	border-bottom: 5px solid #003366;
}

div#SightsSounds ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#SightsSounds ul li {
	list-style: none;
	width: 50%;
	margin: 0;
	padding: 10px 0;
	float: left;
	display: block;
	text-align: center;
	position: relative;
}

div#SightsSounds ul li a { 
	text-decoration: none;
	border: 1px solid #003366;
}

ul#VideoList{
	padding: 0;
	margin: 0 0 0 8px;
	display: block;
	height: 300px;
	width: 660px;
	list-style: none;
}

ul#VideoList li{
	float: left;
	display: bloack;
	width: 150px;
	height: 150px;
	margin: 0px 15px 15px 0px;
}


/* Local Activities, local.html
-----------------------------------------------------------------------------*/

div.LocalBox{
	clear:both;
}

div.LocalBox img {
	float: left;
	margin: 0px 10px 60px 0px;
}



 Activities, local.html
-----------------------------------------------------------------------------*/

div.LocalBox{
	clear:both;
}

div.LocalBox img {
	float: left;
	margin: 0px 10px 60px 0px;
}



/* PPFM specific */
.price_progress {
    width: 1.3em;
    height: 1.3em;
}

/* Checkout
-----------------------------------------------------------------------------*/

#customerProfile {
	background: #ffe5b4;
	float: right;
	margin-top: 30px;
	padding: 20px 15px;
	width: 245px;
	text-align: center;
}

#customerProfile a.button {
	font-weight: bold;
	display: block;
	width: 160px;
	margin: 0 auto;
}

#customerProfile .intro {
	font-weight: bold;
}

#customerProfile .notice {
	color: #9b0000;
	margin-top: 1.2em;
	font-weight: bold;
}

#continueShopping {
	font-weight: bold;
	line-height: 1.5;
	float: right;
	margin-bottom: 5px;
}

#shoppingCart {
	width: 100%; 
	margin: 0; 
	padding: 0; 
	border-collapse: collapse;
}

#shoppingCart th {
	 border: none; 
	 background: #eee; 
	 margin: 0; 
	 padding: .3em; 
	 border-bottom: 1px solid #666;
	 border-collapse: collapse; 
	 font-size: 1.2em; 
}

#shoppingCart td {
	border: none; 
	border-bottom: 1px solid #eee; 
	margin: 0; 
	padding: .3em; 
	border-collapse: collapse; 
	vertical-align: top;
}

#shoppingCart tfoot td {
	text-align: right; 
	background: #eee;
}

#items td {
	border-bottom: 1px dotted #666;
	background: #fff;
	padding: 2px 0;
}

#Checkout label {
	text-align: left;
}

.remove { 
	cursor: pointer; 
	margin: 0 .5em; 
	color: #df4c09; 
	text-decoration: underline; 
}

.edit { 
	cursor: pointer; 
	margin: 0 .5em; 
	color: #df4c09; 
	text-decoration: underline; 
}

.save {	
	cursor: pointer; 
	margin: 0 .5em; 
	color: red; 
	text-decoration: underline; 
}

.disabled {
	cursor: normal;
	color: #666;
	text-decoration: none;
}

.addAnother { 
	cursor: pointer; 
	margin: 0 .5em; 
	color: #666; 
	text-decoration: underline; 
}

.actions { 
	width: 10%; 
	text-align: center; 
}

.actions span { 
	display: block; 
	margin-bottom: .5em; 
}

.description {
	overflow: auto; 
	width: 70%; 
}

.description img.thumbnail {
	float: left;
	height: 100px;
	width: 100px;
}

.description p {
	float: right;
	width: 430px;
	margin: 0 0 .4em 0; 
}

.description dl {
	float: right;
	width: 430px; 
	font-size: .9em;
	color: #666; 
}

.description dd { 
	margin: 0;
	font-style: italic;
}

.description dd.required {
	color: red;
}

.description dt { 
	display: block; 
	width: 12em; 
	color: #9F9F9F;
	padding-right: .5em;
	text-align: left; 
	float: left; 
	clear: left; 
}

.quantity { 
	width: 10%; 
	text-align: center; 
}

.quantity input[type='text'], .quantity input.text { 
	width: 3em; 
	text-align: center; 
}

.price { 
	width: 10%; 
	text-align: center; 
}

.cost { 
	width: 10%; 
	text-align: right; 
}

#items .loading, #items .emptyCart { 
	padding: 60px 0 60px 0; 
	background: #fff; 
	text-align: center; 
	font-size: 2em; 
}

#gTotal {
	display:block;
	line-height:34px;
	width:200px;
	white-space: nowrap;
}

#items .cost {
	color: #4F4F4F;
}

#shoppingCart thead .cost, #shoppingCart tfoot .cost {
	color: #3F3F3F;
}

.editCartItem { 
	padding: 2em 1em; 
	background: #dedede url(../site/bg_editItem.gif) no-repeat 50% 0; 
}

#controls {
	font-size: 11px !important;
	text-align: left !important;
}

.coupon { 
	margin: 0 1em; 
	cursor: pointer; 
	border: 1px dashed #999; 
	color: #666; 
	padding: 0 .5em; 
}

.coupon:hover { 
	background: #fff; 
	border: 1px dashed #666; 
	color: red; 
}

.error { 
	color: #ff0000; 
}

.success { 
	color: #008F06; 
}

.total td { 
	font-weight: bold;
	font-size: 1.3em; 
	color: #3F3F3F;
}

#creditCardVerificationNumber { 
	width: 5em; 
}

#cartErrors { 
	background: #ffff66; 
	height: 0; 
	overflow: hidden; 
}

#cartErrors ul { 
	margin: 0; 
	padding: 1em 2.5em; 
}

#cartErrors li { 
	margin: 0; 
}

#shippingAddress, #giftOptionsWrapper, #createPasswordsWrapper {
	overflow: hidden;
	height: 0;
}

#billTo, #delivery, #payment, fieldset#account {
	margin-top: 32px;
}

#billto {
	float: left;
}

.spinner {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(../site/spinner.gif) no-repeat;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}

.editItemDialog {
	width: 400px;
}

.controls td {
	text-align: left !important;
	background: #666 !important;
}

#upsellRewards {
	text-align: right;
	padding-top: 18px;
}

#coupon, #giftCertificate, #joinRewards, #customerLogin, #passwordReset {
	width: 400px;
	padding-bottom: 40px;
}

#showCustomerLogin {
	float:right;
}

#couponCode, #giftCertificateCode {
	width: 150px;
}

a.button, span.save {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #e15a1c;
	color:#FFFFFF !important;
	cursor:pointer;
	line-height:2em;
	padding:0.25em 0.5em;
	text-decoration:none;
}