﻿/* This CSS file was created by JB on 13/01/09 with the intention of being merged with
GPs CSS file when complete */

body
{
	color: #3B3B3B; /* A soft shade of gray for the text */	
	font-family:Verdana;
	font-size: 62.5%;
}

a
{
	text-decoration: none;
	color: #00A6DE;
}

a img
{
	border: 0;
}

input
{
}

ul
{
	list-style: none;
}

hr
{
	border-top:solid 1px #D4D4D4;
	border-left:0;
	border-right:0;
	border-bottom:0;
}

h1
{
	font-size: 24px !important;	
	color: #00A6DE;
	font-weight: normal; /*So that parts of the H1 can be bolded manually */
	margin-bottom: 25px;
}

p, .content-body ul li
{
	/*font-size: 1.2em !important;*/
	font-size: 12px !important;
	color: #666666;
	line-height: 1.8em;
}

p.text-with-net
{
	font-size: 0.9em !important;
}

/* The menu at the top (1st tier) */
ul.main-menu li
{
	text-align: center;
	font-size: 1.1em;
}

ul.main-menu li a
{
	color: #3B3B3B;
}



ul.main-menu li.buy-now a
{
	font-weight: bold;
	text-transform: uppercase;
	color: #00A6DE;
}

ul.main-menu li a:hover, ul.main-menu li a.selected
{
	color: #FFFFFF;
	background-color: #00A6DE;
}

/* Footer styling */
.footer-menus
{
	color: #999999;
	/* font-size: 0.8em; FAR TOO SMALL */
}

/* Styling the preview net box in the right hand menu */
.secondary-column .basket-preview
{
	font-size: 0.9em;
}

.secondary-column .basket-preview p.text-with-net
{
	padding-left: 25px;
	min-height: 16px;
	background: transparent url('../gfx/symbols/net.gif') no-repeat left center;
}

* html .secondary-column .basket-preview p.text-with-net
{
	height: 16px;
}

.secondary-column .basket-preview p.right-floated-text
{
	float: right;
}

/* This is the MAIN CONTENT MANAGED AREA in the left column */
.content-menu
{

}

.content-body ul
{
	margin-top: 20px;
}

.content-body ul li
{
	background: transparent url('../gfx/symbols/fish.gif') no-repeat left top;
	padding-left: 25px;
	margin-bottom: 15px;
}

/* The login box */
.static-login-box p
{
	line-height:1.1em;	color:#848484;	font-family:Verdana;	font-size:0.6em;	text-align: justify;}

#login-title{	text-align:center;	font-family:Verdana;	font-weight:bold;	color:#00A6DE;	font-size:2em;	line-height:1em;	padding-bottom:10px;}.loginbtn{	float:left;	font-size: 1em;	font-weight:bold;	text-decoration:underline;}.registerbtn{	float:right;	padding-left:30px;	font-size: 1em;	font-weight:bold;	text-decoration:underline;}/** Error Border - Control not Validated **/
.invisible-item
{
	display:none;
}
.visible-item
{
	display:none;
}
.error-messages
{
	color:Red;
	font-size:0.9em;
	margin-left:10px;
}

/** Fishy List **/
.fishyList ul
{
	list-style-image:url(../gfx/fishy.gif);
	list-style-position: inside;
	line-height:20px;
	vertical-align:middle;
	font-size:1.1em;
}


/** Added by Gordon as a request by foundry - Alex **/
h2 #
{ 
	color:#00A6DE; 
	font-size:16px !important; 
	font-weight:normal; 
	margin:15px 0pt; 
} 

/* Added as quick fix on 02/03/09 by J.Burley */
a.loginbtn, a.registerbtn
{
	font-size: 1em !important;
	margin-top: 5px !important;
}

.content-body ul li a
{
	display: inline !important;
}





.w-s { width: 50px; }
.w-m { width: 150px; }
.w-l { width: 300px; }

.login-container { height:150px; background-color:#FFF; }
.anchor-look { text-align:center; }
.login-container a { font-weight:bold; color:#00A6DE; text-decoration:underline; }
.login-container table { width:100%; }
.login-container td { padding:5px 0px 5px 0px; }

.sign-up { padding:0px 0px 0px 20px;}
.sign-up h1 { font-size:1.6em; color:#00A6DE; font-weight:normal; margin-bottom:15px; }
.sign-up h2 { background-color:#E5F6FD; font-weight:normal;	font-size:1.3em; color:#3B3B3B; padding:10px 0px 10px 10px; }
.sign-up td { padding:5px; }

.highlight-con { background-color:#E5F6FD; padding:10px 20px 10px 10px; }
.valid-message { color:Red; }

.blue-custom-button { background-color: #00A6DE; border: solid 1px #FFFFFF;	color: #FFFFFF;	font-weight: normal; height:25px; padding-bottom:3px; padding-left:10px; padding-right:10px; }