h/* @override http://fishfood.dev/css/fishfoodstyles.css */

/* \*/
* html .hollyhack {
	height: 1%;
	}
/* */

/*
------------------------------
Default Selectors
------------------------------
*/

* 	{
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #DDD;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 20px;
	text-align: center;
}

body.admin {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 8;
	text-align: left;
}


em, b
{	
	font-style: normal;
	font-weight: bold;
}

#faqem em
{
font-style:italic;
font-weight:normal;
}

a, a:link, a:visited
{
	color: #36F;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #39C;
	padding:20px 20px 5px 20px;
	}	
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #39C;
	padding:5px 20px 5px 20px;
}	

h3 {
	font-size: 11px;
	font-weight: bold;
	padding:5px 20px 5px 20px;
}	


p {
	font-size: 11px;
	font-weight: normal;
	padding:5px 20px 15px 20px;
}

.subclause p  {
	font-size: 11px;
	font-weight: bold;
	padding:100px 100px 100px 200px;
}

ul {
	margin: 5px 10px 20px 2em;
}

.rightcol ul {
	margin-left: 1em;
}

.rightcol ul ul {
	*margin-left: 0.5em;
}


li
{
	list-style-type: none;
	background-image: url(/images/listimg_tick.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top:10px;
	padding-left: 18px;
}

#faqlist li {
	list-style-type: none;
	background-image: url(/images/listimg_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left:20px;
	margin-top:10px;
	padding-left: 10px;
 }

ul ul li
{
	background-image: url(/images/listimg_bullet.gif);
	padding-left: 10px;
}


td {
	font-size: 10px;
	font-weight: normal;
}
th {
	font-size: 11px;
	font-weight: bold;
	padding:5px 5px 5px 5px;
}

/* 
------------------------------
Dimensions and ensuring centered placement
------------------------------
*/

#header,
#menu,
.submenu,
#center,
#footer
{ 
	width: 750px; 
	margin-right: auto;
    margin-left: auto; 
}
#headerbook,
#menubook,
.submenubook,
#centerbook,
#footerbook
{ 
	width: 800px; 
	margin-right: auto;
    margin-left: auto; 
}

/*
------------------------------
Header
------------------------------
*/

#header, #headerbook
{
	height: 110px;
	background-color: #FFF;
	margin-top: 20px;
}


#homePage #header, #headerbook
{
	height: 156px;
}


#header .slogan, #headerbook .slogan{
	float:left;
	padding:20px;
}

#header .logo, #headerbook .logo{
	float:right;
	padding:20px;
}
#header .logo2, #headerbook .logo2{
	float:right;
	padding:5px;
}

/*
------------------------------
Menu
------------------------------
*/


#menu, #menubook
{
	height: 20px;
	margin-top: 6px;
	background-color: #EEE;
	background-image: url(http://www.fishfoodhosting.co.uk/images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	vertical-align: middle;
}


#menu ul, #menubook ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding:3px 0 0 0;
}

#menu li, #menubook li {
	 display: inline;
	 list-style-type: none;
	 margin: 0;
	 padding: 0px 20px 0 20px;
	 background-image: none;
 }

#menu a
{
	color: #888;
	text-decoration: none;
}

#menu a:hover, #menubook a:hover
{
	color: #333;
	text-decoration: none;
}


/*
------------------------------
Sub Menu - Under Main Menu
------------------------------
*/


.submenu, .submenubook
{
	height: 20px;
	margin-top: 0;
	background-color: #CCC;
	background-image: url(http://www.fishfoodhosting.co.uk/images/submenu_bg.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	text-align: left;
	vertical-align: middle;
}


.submenu ul, .submenubook ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding:3px 0 0 0;
}

.submenu li, .submenubook li {
	 background-image: none;
	 display: inline;
	 list-style-type: none;
	 margin: 0;
	 padding: 0px 20px 0 20px;
 }

.submenu a:link, .submenu a:visited, .submenubook a:link, .submenubook a:visited
{
	color: #EEE;
	text-decoration: none;
}

.submenu a:hover, .submenubook a:hover
{
	color: #777;
	text-decoration: none;
}


/*
------------------------------
Main Body Area
------------------------------
*/


.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clear { 
	clear: both; 
	}

.singlecol
{
	width: 750px;
	background-color: #FFF;
	margin: 6px 0  10px 0;
	text-align: left;
}
.singlecolbook
{
	width: 900px;
	background-color: #FFF;
	margin: 0 0  0 0;
}
.leftcol
{
	width: 478px;
	background-color: #FFF;
	margin: 6px 6px 10px 0;
	text-align: left;
}

.rightcol
{
	width: 266px;
	background-color: #FFF;
	margin: 6px 0 10px 0;
}

.rightcol .pics, .leftcol .pics, .singlecol .pics {
	padding:20px 20px 0 20px;
}

.splitcol {
	width:218px;
}

.splitcolend
{
	height: 1px;
	font-size: 1px;
}

.article
{
	text-align: left;
}

.article h2 {
	font-size: 12px;
	padding:10px 5px 0 10px;
}

.article h3 {
	padding:10px 5px 0 10px;
}

.article h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding:2px 0 2px 5px;
	margin-top:20px;
	background-color: #39C;
	background-image: url(http://www.fishfoodhosting.co.uk/images/header_bg2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.article p {
	padding:0 5px 10px 10px;
}

.article p.date
{
	font-size: 11px;
	padding: 10px 0 0 10px;
	font-style: italic;
	color: #999;
}

.article p.category
{
	font-size: 11px;
	padding: 10px 0 0 10px;
	font-style: italic;
	color: #999;
}


.news
{
	text-align: left;
}
.news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #39C;
	padding:20px 20px 5px 20px;
}	
.news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #39C;
	padding:5px 20px 5px 20px;
}

.news h3 {
	font-size: 11px;
	font-weight: bold;
	padding:5px 20px 5px 20px;
}
.news h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding:2px 0 2px 5px;
	margin-top:20px;
	background-color: #39C;
	background-image: url(http://www.fishfoodhosting.co.uk/images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.news p {
	font-size: 11px;
	font-weight: normal;
	padding:5px 20px 15px 20px;
}

.news_disabled ul {
	font-size: 11px;
	font-weight: normal;
	color: #dd7777;
}

.news p.date
{
	font-size: 11px;
	padding: 10px 0 0 10px;
	font-style: italic;
	color: #999;
}

.news p.category
{
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	font-style: italic;
	color: #999;
}
.news a, a:link, a:visited
{
	color: #39C;
	text-decoration: underline;
}

.news a:hover
{
	color: #000;
	text-decoration: underline;
}

.view { 
	text-align: right;
	padding:0 10px 10px 0;
	
}

.colender {
	padding:0 20px 0 20px;
	clear: both;
}

.view a:link, .view a:visited
{
	background-color: #666;
	color: #FFF;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
}

.view a:hover
{
	background-color: #39C;
	color: #FFF;
	text-decoration: none;
}

.quotable .view {
		margin-top: 10px;
}

.buynow { 
	text-align: left;
	padding:10px 10px 10px 20px;
	
}
.buynow a:link, .buynow a:visited
{
	background-color: #666;
	color: #FFF;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
}

.buynow a:hover
{
	background-color: #39C;
	color: #FFF;
	text-decoration: none;
}
.gradebg, .gradebg2
{
	background-image: url(http://www.fishfoodhosting.co.uk/images/article_bg.jpg);
	background-repeat: repeat-x;
}

.gradebg {
	background-position: left 20px;
}

.greyborder {
	border-bottom:1px solid #CCC;
	margin:0 20px 0 20px;
}

.orangeborder {
	border-bottom:1px solid #39C;
	margin:0 20px 20px 20px;
}

.dotrightedge {
	border-right:1px dotted #CCC;
}


.paraline { 
	margin:0 20px 15px 20px;
	font-size: 1px;
	border-bottom: 1px solid #CCC;
	}

p span.qa,
h3 span.qa
{
	color: #39C;
	font-weight: bold;
}


.picFlow {
	margin:20px;
	float:left;
	}
	
.picNews {
	margin:0px 20px 0px 20px;
	float:left;
	}

.picRightcol {
	margin:5px 10px 5px 10px;
	float:left;
}	
		
.picPorty {
	margin:9px;
	border:1px solid #DDD;
	}	
	
.nwshead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; background-color: #E6F3F3; text-indent: 0pt; line-height: 14px; padding-top: 2px; padding-right: 0px; padding-bottom: 2px; padding-left: 2px}

.newsparaline { 
	margin:20px 20px 15px 20px;
	font-size: 1px;
	border-bottom: 1px solid #CCC;
	}
	
.quotable {
	background-image: url(/images/quote-start.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 7px;
	margin: 10px 10px 5px 10px;
}	

.quotable h3 {
	margin-top: 0;
	padding-top: 2px;
}

.quotable span.end-quote {
	background-image: url(/images/quote-end.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 20px;
	margin-bottom: 100px;
	width: 20px;
}	

.features {
	margin: 10px 20px;
}

.features th {
	border-bottom: 1px solid #CCC;
	text-align: right;
}

.features tr.valueindicated th {
	vertical-align: bottom;

}

.features th.bestvalue {
	background-image: url(/images/bestbuy3.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 35px;
}

.features th span {
	display: block;
	color: #39C;
	font-size: 10px;
	font-weight: normal;
	margin-top: 5px;
	padding-left: 5px;
}

.features td {
	padding: 5px 8px 5px 2px;
	border-bottom: 1px solid #CCC;
	text-align: right;
}

.features tr.last td {
	border-bottom-style: none;
}

.features tr.details td {
	padding-top: 15px;
}

.features tr.details .view {
	padding: 0;
	/*text-align: left;*/
}

.features tr.details .view a:link, 
.features tr.details .view a:visited {
	background-color: #EEE;
	color: #000;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	font-weight: normal;
}

.features tr.details .view a:hover {
	color: #39C;
}


.features tr.buy .view {
	padding: 0;
	/*text-align: left;*/
}

.features tr.buy td {
	padding-top: 5px;
}

.features tr.buy .view a:link, 
.features tr.buy .view a:visited {
	padding: 2px 5px 2px 5px;
}

.features td.item {
	font-weight: bold;
}

.features .rightborder {
	border-right: 1px solid #ccc;
}

/*
------------------------------
Footer
------------------------------
*/


#footer, #footerbook {
	padding:10px 0 20px 0;
	text-align:left;
	clear: both; 
	}

#footer p, #footerbook p
{
	font-size: 9px;
	padding: 0 20px 0 5px;
	margin-right: 20px;
}
.link {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		line-height: 14px; 
		color: #999999;
		}
/*
------------------------------
Forms
------------------------------
*/   

.sideform {
	   padding:10px 10px 5px 10px;
		text-align:right;
}


.sideform .textinput,
.sideform .textarea {
	width:140px;
	margin:5px 0 0 0;
	font-family:arial, sans-serif;
	font-size:11px;
}

.sideform .textarea {
	height:50px;
}

.sideform .submit {
	margin-top:10px;
}

.sideform label {
	padding-right:5px;
}

.leftcol form, .singlecol form{
 	   padding:10px 20px 5px 20px;
}

.singlecol form label, 
.leftcol form label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

.singlecol form fieldset, 
.leftcol form fieldset {
	border-style: none;
	margin:10px 0;
	padding:0;
}

.singlecol form legend, 
.leftcol form legend {
	font-weight:bold;
	margin:5px 0;
	color: #666;
	
}

.singlecol form fieldset label, 
.leftcol form fieldset label {
	display:inline;
	font-weight:normal;
	 margin: 0 20px 0 0;
}

.singlecol .select,
.singlecol .textinput,
.singlecol .textarea {
	width:300px;
}

.singlecol .select,
.singlecol .checkbox,
.singlecol .radio,
.singlecol .textinput,
.singlecol .textarea {
	margin:0 0 10px 0;
	font-family:arial, sans-serif;
	font-size:11px;
}

.singlecol .checkbox,
.singlecol .radio {
    margin:0;
}

.singlecol .textarea {
	height:100px;
}

.singlecol .submit,
.singlecol .continue {
	margin-top:10px;
	display:block;
}
/*
------------------------------
Terms Table
------------------------------
*/   

.terms {
	margin: 10px 20px;
}

.terms th {
	border-bottom: 0px solid #CCC;
	/*text-align: right;*/
}
.terms tr.valueindicated th {
	vertical-align: bottom;

}

.terms th.bestvalue {
	background-image: url(/images/bestbuy3.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 35px;
}

.terms th span {
	display: block;
	color: #39C;
	font-size: 10px;
	font-weight: normal;
	margin-top: 5px;
	padding-left: 5px;
}

.terms td {
	padding: 5px 8px 5px 2px;
	border-bottom: 0px solid #CCC;
	font-size: 11px;
	font-weight: normal;
	/*text-align: right;*/
}

.terms tr.last td {
	border-bottom-style: none;
}

.terms tr.details td {
	padding-top: 15px;
}

.terms tr.details .view {
	padding: 0;
	/*text-align: left;*/
}

.terms tr.details .view a:link, 
.terms tr.details .view a:visited {
	background-color: #EEE;
	color: #000;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	font-weight: normal;
}

.terms tr.details .view a:hover {
	color: #39C;
}


.terms tr.buy .view {
	padding: 0;
	/*text-align: left;*/
}

.terms tr.buy td {
	padding-top: 5px;
}

.terms tr.buy .view a:link, 
.terms tr.buy .view a:visited {
	padding: 2px 5px 2px 5px;
}

.terms td.item {
	font-weight: bold;
}

.terms .rightborder {
	border-right: 1px solid #ccc;
}