/*
 FishNFrags Theme
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
body {
 	font-size: 62.5%; 
        color: #ccc;
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {
	background: #161616;
}
.clear{
	clear:both;
}
img {
padding: 0; margin: 0;
}
a {
color: #4EA3D7;
}
/**************
 	Site Container Box
*/
#BgContainer {
  width: 975px;  
  margin: 0 auto; 
  border: 1px solid 161616;
}
#Container #indexDefault { 
	width: 975px;
	padding-bottom: 15px;
	background: #161616;
	}
#Layout {
	width: 975px;
	clear: both;
	overflow: hidden;
	margin: 0;
}
#Content {
	width: 975px;
	float: right; 	
	margin: 0;
	text-align: left;
}
/** Header **/
#Header { 
 	width: 975px; 
 	margin: 0 auto;
        font-size: 0px;
}

/*** Main Nav ***/
#Navigation, #Navigation ul {
  z-index: 9999;
  margin: 0; 
  padding: 0; 
  list-style-type: none;
  list-style-position: outside;
  position: relative;
height: 1px;
}

#Navigation li ul {
  display: none;
  position: absolute;
  width: 150px;
  background-color: #666;
  z-index: 1;
  font: arial verdana helvetica;
  font-size: 9pt;
  border: 1px solid white;
  top: 35px;
  left: 0;
}

#Navigation li {
  display: inline; 
  float: left;
}
#Navigation img {
  border: none;
}

#Navigation li ul a {
  display: block;
  width: 139px;
  padding: 5px;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #333;
}
#Navigation li ul a:hover {
  background-color: #feb900;
}

#navWrap {
  height: 36px;
}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#Footer { 
  clear: both;  
  width: 975px; 
  height: 5em; 
  text-align: center; 
  color: #ccc;
margin: 5em auto auto auto;
}
#Footer a { 
  color: #ccc; 
  text-decoration: none;
}
#Footer a:hover {
  color: #fff;
  text-decoration: underline;
}
  
#faqList a {
  font-size: 9pt;
  color: #feb900;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}
#faqList {
list-style-type: none;
list-style-position: outside;
display: block;
position: relative;
float: left;
width: 25%;
border-right: 1px solid #666;
}
#faqList li {
  margin-bottom: 5px;
}
#faqItems {
display: block;
position: relative;
float: left;
width: 70%;
}
.subTitle {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #feb900;
  color: #feb900;
  font-size: 10pt;
  font-weight: bold;
  clear: both;
}
.title {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #feb900;
  color: #008CF2;
  font-size: 12pt;
  font-weight: bold;
  clear: both;
}
.textContent {
  color: #fff;
  font-size: 9pt;
}

.homePageLeft {
  margin: none;
  width: 58%;
  float: left;
  position: relative;
}

.homePageRight {
  margin: none;
  position: relative;
  width: 40%;
  float: left;
  text-align: right;
}

.featuredProduct img {
  border: 12px solid #fff;
}
.featuredProduct {
  width: 390px;
  padding: 0 0 0 20px;
  margin: 10px 0 0 0;
 /* position: absolute; */
  font-size: 8pt;
  font-color: #fff;
  text-align: center;
  display: none;
  left: 10px;
}
.featuredTitle {
  color: #feb900;
  font-size: 10pt;
  font-weight: bold;
}

#InformationTable {
color: #fff;
width: 100%;
font-size: 9pt;
border-collapse: collapse;
}
.gapSummary {
  border-top: 1px solid #fff;
}
#InformationTable td {
padding: 3px !important;
}
#InformationTable th {
color: #feb900;
font-weight: bold;
font-size: 9pt;
background-color: #333;
border-left: 1px solid #000;
}
#InformationTable .cartLineItem {
border-top: 1px solid #999;
border-left: 1px solid #999;
}
#InformationTable .cartLineItem a {
color: #feb900;
font-weight: bold;
}
#InformationTable img {
  border: none;
}

.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right { 
  text-align: right;
}
.newsItem {
padding: 5px;
height: 150px;
width: 95%;
}
.newsTitle {
font-weight: bold;
font-size: 9pt; 
color: #fc3;
text-align: left;
position: relative;
width: 75%;
float: left;
}
.newsDate {
font-weight: bold;
font-size: 9pt; 
color: #fc3;
text-align: right;
position: relative;
width: 25%;
float: left;
}
.newsSummary {
width: 100%;
clear: both;
}
#newsContainer {
  background-color: #515151;
width: 100%;
overflow: auto;
height: 200px;
padding: 5px;
}
/**
  SilverStripe Black Candy Theme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Futura, Verdana, Arial;
}

/* PARAGRAPHS */
.typography p { 
 	color: #ccc;
 	line-height: 1.6em;
 	font-size: 9pt;
}
#Layout p {
 	margin: 10px 5px 5px 0;
}
#Sidebar p {
	font-size: 1.1em;
 	clear: both;
 	margin: 10px 10px 0 10px;
}
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	

/* LINKS */
.typography a { 
 	text-decoration: none; 
	color: #3E91C4;
}
.typography a:hover { 
 	text-decoration: underline;
}

/* ICONS */
.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 20px;
	color: #666;
}

.typography li {
	margin: 5px 10px;
	font-size: 9pt;
}

/* HEADER STYLES */

.typography h1,
.typography h2 { 
	color: #4EA3D7; 
	margin: 15px 0;
	clear: both;
	font-weight: 300;
	font-family: Tahoma, Verdana, sans-serif;
}
.typography h1 {
	font-size: 2.4em;
}
.typography h2 { 
 	font-size: 2em; 
}
	
.typography h3 {
	color: #222;
	margin: 25px 0 15px 0;
	font-weight: 300;
	clear: both;
	font-size: 1.8em;
}
.typography h4 {
	font-size: 1.6em;
	color: #222;
	width: 95%;
	clear: both;
	font-weight: 300;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	margin: 25px 0 15px 0;
}
.typography h5 {
	font-size: 1.4em;
	color: #222;
	font-weight: 300;
	margin: 10px 0;
}
.typography h6 {
	font-size: 1.2em;
	color: #555;
	line-height: 1.4em;
	margin: 10px;
}

/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}

/* TABLE STYLING */
/*
.typography table {
	margin: 10px;
	font-size: 1.2em;
	color: #666;
	border-collapse:collapse;
}
	.typography td {
		border:1px solid #999;
		padding:5px;
	}
*/

address {
  color: #fc3;
  font-size: 9pt;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* FORMS */
.typography label {
	font-size: 1em;
}
.typography input.text, .typography textarea {
	font-size: 1em;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* Forms
*******************************************************/

fieldset {
	border: 0;
	font-size: 1.2em;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	padding: 4px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	width: 300px;
}
select {
	width: auto;
}

input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
#Search {
	width: 105px;
}
input#Search_Form_SearchForm_Search {
	width: 110px;
	padding: 3px;
	margin-left: -4px;
	font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}

/*=== PRODUCT CSS ====*/
/* Product list and product page css */
#Layout {
  font-family: futura, arial, helvetica, verdana;
}
#Layout h2{
  font-size: 2em; 
  color: #4EA3D7; 
  margin: 15px 0;
  font-weight:normal;
  font-family: Tahoma, Verdana, sans-serif;
}

#Layout h2 a{
  color:#3E91C4;
  text-decoration:none;
}
#Layout a:hover {
  text-decoration:underline;
}

#ProductGroup {
  margin-top: 10px;
  margin-left: 10px;
}

img { 
  border: none;
}

.availability { float: left; display: block; color: #ccc; width: 69%; font-size: 16pt; font-size: 12pt; }
.cartDiv      { float: left; display: block; color: #ccc; width: 29%; font-size: 12pt; text-align: right;}

.itemTitle { float: left; display: block; color: #008cf2; width: 69%; font-size: 14pt; }
.itemPrice { float: left; display: block; color: #008cf2; width: 29%; font-size: 14pt; text-align: right; }
.prodImgWrap { width: 100%; text-align: center; clear: both; height: 385px; position: relative;}

.productDesc {
  font-size: 9pt; 
  color: #ccc;
  text-align: center;
}
.productImageLg {
    width: 500px; height: 360px;
    border: 12px solid #fff;
float: left;
}
.thumbHolder {
  float: left;
  width: 70px;
}
.productThumb {
border: 1px solid white;
margin: 10px 0 1px 0;
display: block;
position: absolute; right: -10px;
}
.productScroller {
  position: relative;
  width: 300px; 
  float: left;
  text-align: center;
  height: 590px;
}
#productThumbsWrap {
  position: relative;
  height: 460px;
  width: 300px;
  overflow: hidden;
}
#productThumbs {
  position: relative;
  height: 5000px;
}
#productThumbs img {
  border: 2px solid #fff;
}

.productView {
  float: left;
  position: relative;
  width: 600px; 
  padding: 0 15px 0 45px;
 /* height: 650px;*/
}

.productItem {
  width: 600px;
  padding-top: 30px;
 /* height: 650px; */
 /* position: absolute; */
  display: none;
}

.highlight { 
  background-color: #333;
}

.productNavThumb {
  padding-top: 5px;
  display: relative; float: left;
  width: 150px;
  height: 110px;
  overflow: hidden;
  color: #ccc;
}
#viewing {
float: left;
color: #ccc;
width: 140px;
text-align: left;
padding-left: 10px;
}
#pagecounter {
float: right;
color: #ccc;
width: 140px;
text-align: right;
padding-right: 10px;
}
#bottomButton {
clear: both;
}

.cart {
  border-collapse: collapse;
  width: 100%;
color: #fff;
font-size: 10pt;
}

.price {
  text-align: right;
}

.subRow {
  text-align: right;
}
.cart img {
border: none;
}

.cart a {
  font-size: 10pt;
  font-weight: bold;
  color: #feb900;
}

.item {
  background-color: #333; 
  border-bottom: 1px solid #000;
}
.cart th {
  background-color: #666; 
  border-right: 1px solid #000;
  padding-left: 5px;
  padding-right: 5px;
  color: #feb900;
  font-weight: bold;
  text-align: center;
  font-size: 10pt;
}
.cart td {
  padding: 5px;
}


#loginDefault fieldset {
width: 40%; float: left;
}
fieldset {
  border: 1px solid #fff;
  padding: 15px;
  margin: 10px;
color: #4EA3D7;
       font-weight: bold;
}

label {
display: block; float: left;
width: 30%;
text-align: right;
font-weight: bold;
padding-right: 5px;
color: #fc3;
}

.fakeLabel { 
font-weight: bold;
padding-left: 15px;
padding-right: 4px;
color: #fc3;
}
h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #feb900;
  color: #feb900;
  font-size: 10pt;
  font-weight: bold;
  clear: both;
}
h1 {
color: #4EA3D7;
}
.productContact {
display: block;
width: 220px; height: 220px; float: left; font-size: 12pt; text-align: center;
}
.productContact a {
  text-decoration: none;
}
.productContact img {
border: 5px solid white;
}
.productGroupTitle {
  border-bottom: 1px solid #fc3;
  clear: both;
  color: #008cf2;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
  width: 100%;
}
