/*** Hooked in France Website *********/
/*** Design and Code: Chris Kent 2010 *********/
/*** chris.kent3@btinternet.com - www.ckportfolio.co.uk *********/

body {
	background-color:#112941;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:1px solid #999999;
}
.clear {
	clear:both;
}
ol {
	font-size:12px;
}
#content a {
	color:#666666;
	border-bottom:1px dotted #999999;
	text-decoration:none;
}
#content a:hover {
	color:#999999;
	text-decoration:none;
	border-bottom:1px dotted #CCCCCC;
}
h3 {
	font-style:italic;
	font-size:14px;
	color:#666666;
	margin-top:5px;
}
.number {
	margin-right:5px;
	font-size:16px;
	font-weight:bold;
	color:#999999;
}
.lnumber {
	margin-right:9px;
	font-size:16px;
	font-weight:bold;
	color:#999999;
	margin-left:5px;
}
#container {
	width:980px;
	margin:10px auto;
	background-color:#fff;
	padding:10px;
	border:1px solid #040f1b;
}
#header {
	width:980px;
	height:150px;
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	border-bottom:1px solid #e6e6e6;
	padding-bottom:10px;
	margin-bottom:10px;
}
#leftnav {
	background-color:#b5c6d9;
	width:190px;
	float:left;
	display:inline;
	padding:10px;
	border:1px solid #8da7c1;
	font-size:12px;
	margin-left:3px;
	font-weight:bold;
}
#leftnav li {
	padding:4px 0
}
#leftnav a {
	color:#112941;
	text-decoration:none;
	font-size:11px;
}
#leftnav a:hover {
	color:#699bce;
	text-decoration:underline;
}
#content {
	width:750px;
	/*background-color:#e6e6e6;
	border:1px solid #adadad;*/
	float:right;
	display:inline;
	padding-left:10px;
}
#content h1 {
	font-family:Tahoma;
	font-size:20px;
	color:#112941;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 10px 10px 0;
	border-bottom:1px dashed #6a9bcf;
	padding:5px 0 5px 0;
	line-height:25px;
}
#content h2 {
	color:#333333;
}
#content p {
	font-size:12px;
	line-height:15px;
	margin:10px 10px 10px 0;
}
#leftnav h2 {
	background-color:#d0d0d0;
	color:#333333;
	padding:5px;
	width:180px;
	font-size:14px;
	border:1px dashed #a8a8a8;
}
#imagelinks {
	margin:0 auto;
}
#imagelinks img {
	padding-left:10px;
	padding-bottom:10px;
}
#footer {
	border-top:1px dashed #ebebeb;
	text-align:center;
	font-size:11px;
	padding-top:5px;
	color:#454545;
	margin-top:10px;
}
#footer a {
	color:#666666;
}
.centeredimage {
	text-align:center;
}
blockquote {
	font-size:12px;
	line-height:15px;
	margin-top:7px;
	font-weight:bold;
	quotes:"\201C" "\201D";
}
cite {
	font-style:italic;
	font-size:12px;
	line-height:25px;
	color:#666666;
}
blockquote:before  {
	content:open-quote;
	font-weight:bold;
}
blockquote:after {
	content:close-quote;
	font-weight:bold;
}
.bullets {
	list-style-type:disc;
	padding-left:15px;
}
.bullets li {
	margin-left:10px;
	line-height:15px;
}
#columnDate {
	float:left;
	display:inline;
	width:80px;
	margin-right:20px;
	border-right:1px dashed #CCCCCC;
}
.columnDateImprove {
	float:left;
	display:inline;
	width:180px;
}
#columnName {
	float:left;
	display:inline;
	width:170px;
}
#columnCatch {
	float:right;
	display:inline;
	width:458px;
	padding-left:20px;
	border-left:1px dashed #CCCCCC;
}
#columnImprovements {
	float:right;
	display:inline;
	width:530px;
	padding-left:20px;
	border-left:1px dashed #CCCCCC;
}
.catchreporttable {
	border-bottom:1px dashed #999999;
	width:440px;
	margin:10px 0;
	padding-bottom:10px;
}
.catchreporttable th {
	text-transform:uppercase;
	font-size:12px;
	padding:2px;
	border:1px solid #CCCCCC;
	background-image:url(/images/thbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.catchreporttable td {
	border:1px solid #CCCCCC;
	font-size:12px;
	color:#666666;
	text-align:center;
	padding:3px;
}
.baittable {
	width:360px;
	margin:10px 0;
}
.baittable th {
	text-transform:uppercase;
	font-size:12px;
	padding:2px;
	border:1px solid #CCCCCC;
	background-image:url(/images/thbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.baittable td {
	border:1px solid #CCCCCC;
	font-size:12px;
	color:#666666;
	text-align:center;
	padding:3px;
}
.tackletable {
	width:360px;
	margin:10px 0;
}
.tackletable th {
	text-transform:uppercase;
	font-size:12px;
	padding:2px 10px 2px 2px;
	text-align:right;
	border:1px solid #CCCCCC;
	background-image:url(/images/thbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.tackletable td {
	border:1px solid #CCCCCC;
	font-size:12px;
	color:#666666;
	text-align:left;
	padding:3px 3px 3px 7px;
}
.hspacer {
	width:500px;
	border-bottom:1px dashed #CCCCCC;
}
.newslink a {
	border-bottom:none;
	margin-top:10px;
}
.newsdate {
	font-weight:bold;
	font-style:italic;
	color:#666666;
}
#pagenumbers a {
	font-size:12px;
}
#pagenumbers {
	font-size:8px;
	margin:15px 0 10px 0;
	color:#999999;
}
.activepage {
	font-size:13px;
	font-weight:bold;
	color:#333333;
}
#leftlinks {
	width:350px;
	float:left;
	display:inline;
}
#rightlinks {
	width:350px;
	float:right;
	display:inline;
	margin-right:20px;
}
#baitleft {
	float:left;
	display:inline;
	width:375px;
	margin-right:9px;
	border-right:1px dashed #CCCCCC;
}
#baitright {
	float:right;
	display:inline;
	margin-right:10px;
	width:343px;
	padding-left:12px;
}
#baitright h2 {
	margin-bottom:12px;
}
div.hrule {
	border-bottom:1px dashed #CCCCCC;
	margin:10px 0;
}
div#lakeSpecial50 {
	background-image:url(../images/offerbg1.jpg);
	background-repeat:no-repeat;
	height:130px;
	padding:40px 20px 20px 20px;
	text-align:center;
	background-position:center;
	float:left;
	width:260px;
	margin-left:60px;
	display:inline;
}
div#lakeSpecial60 {
	background-image:url(../images/offerbg1.jpg);
	background-repeat:no-repeat;
	height:150px;
	padding:20px;
	margin-right:60px;
	text-align:center;
	background-position:center;
	float:right;
	width:260px;
	display:inline;
}
ul.newsImages li {
	float:left;
	display:inline;
	padding:3px;
}

table.availabilityTable { width:350px;  border-bottom:1px dashed #999999; margin:10px 0; b}
table.availabilityTable td {border:1px solid #CCCCCC; font-size:12px; color:#666666; text-align:center;	padding:3px; }
table.availabilityTable .head { text-transform:uppercase; font-size:12px; padding:2px; border:1px solid #CCCCCC; background-image:url(/images/thbg.jpg); background-repeat:repeat-x; background-position:bottom; font-weight:bold; }
table.float_left { float:left; }
table.float_right { float:right; }

/**** LIGHTBOX CSS *****************************************/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; font-size:16px; color:#333333; font-family:Arial, Helvetica, sans-serif }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



#gallery {
		width: 730px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 3px solid #a4a4a4;
	}
	#gallery ul a:hover img {
		border: 3px solid #cfcfcf;
		color: #fff;
	}
	#gallery ul a:hover { color: #cfcfcf; }

/*********** END OF LIGHTBOX ******************************8/
