/* 
 * Default fonts, background colours, and base structure
 */
body
{
	background-color:#DEDFDE;
}

a 
{ 
	color:#CC0000;
	text-decoration:none;
}

a:hover 
{
	text-decoration:underline;
}

body, td, input, select, textarea{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
}

.sneaky
{
	display: none;
	background-repeat: no-repeat;
}

.mainTable 
{
	border-color:#0066CC;
	border-style:solid;
	border-width:2px;
	width:766px;
	background-color:#FFFFFF;
	margin-top:20px;
	margin-bottom:10px;
	vertical-align:top;
	text-align:center;
}

.headercell
{
	padding-left:10px;
	height:0px;
}

/* 
 * Menu details
 */
.menucell
{
	background-color:#0066CC;
	height:26px;
	width:80px;
	padding-left:10px;
	text-align: center;
	color:#FFFFFF;
	border-top: solid 2px #094898;
	border-bottom: solid 2px #094898;
}

.menuselected 
{
	background-color:#475B65;	
}

.menuimage
{
	vertical-align:middle;	
}

td.withLink { 
	height: 26px; 
	width: 70px; 
	text-align:center;
	background-color:#0066CC;	
	border-top: solid 2px #094898;
	border-bottom: solid 2px #094898;
	border-right: solid 2px #094898;
} 

td.withLink a 
{
	display: block; 
	height: 26px; 
	width: 70px; 
	color: #FFFFFF;
	/* text-decoration: none; */
	line-height:26px;
} 

td.withLink a:hover 
{
	text-decoration: underline;
} 

td.withLinkLarge { 
	height: 26px; 
	width: 140px; 
	text-align:center;
	background-color:#0066CC;	
	border: solid 2px #094898;
} 

td.withLinkLarge a 
{
	display: block; 
	height: 26px; 
	width: 140px; 
	color: #FFFFFF;
	/* text-decoration: none; */
	line-height:26px;
} 

td.withLinkLarge a:hover 
{
	/*background-color: #7FB2E5; */
	text-decoration: none;
} 

td.menufiller 
{
	background-color:#0066CC;	
	border-top: solid 2px #094898;
	border-bottom: solid 2px #094898;
}

.searchtextbox
{
	vertical-align:middle;
	width:70px;
	font-size:10px; 
}

.searchbutton
{
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	display:block;
	background-color:#0066CC; 
	width:60px;
	border-style:none;
}

.searchbutton:hover
{
	color:#000000;
}


/*
 * Submenu css
 */

/* These are the style specifications for the menu layers.  
   Set width to get more browsers corporation  */
div.submenu  { 
  position:absolute; 
  visibility:hidden; 
  width:150px; left:0; top:0; 
  z-index:500; 
  background-color: #7FB2E5; 
  color:#000;
  border: solid 2px #094898; 
}

/* Style specifications for menu items and links  */
div.submenu ul { margin:0; padding:0 }

/* Need to set padding of at least one pixel or ie sets very large margin */
div.submenu ul li { 
  padding-bottom:1px; margin:0;
  list-style-type:none
  }

/* Set display block and position relative so clicks on list items activate links  */  
div.submenu a { 
  cursor:hand;
  padding:.3em .4em; margin:0; 
  background-color:transparent; 
  display:block; position:relative; 
  text-decoration:none;
  text-align:left;
 }
  
div.submenu a:link { font-weight:bold; color:#0066CC }
div.submenu a:visited { color:#0066CC }
div.submenu a:hover { color:#fff; background-color:#0066CC; text-decoration:none; }


/* 
 * Right side column
 */
.rightsideheader 
{	
	font-weight:bold;
	color:#0066CC;	
	padding-left:5px;
}

.rightsidelist
{
	padding-left:10px;
}

.rightsideitem
{
	text-decoration:none;
	line-height:26px;
	font-weight:bold;	
}

.rightsidedivider
{
	background-color:#0066CC;
	width:1px;
}

/* 
 * Breadcrumb 
 */
.breadcrumb 
{
	color:#000000;
	text-decoration:bold;
	font-size:12px;
	font-weight:bold;
	height:26px;
	padding-top:10px;
	vertical-align:top;
}

/* 
 * Main body layout
 */
.pagecontent
{
	width:585px;
	vertical-align:top;
	padding-left:15px;
}

.pagecontentnewsite
{
	vertical-align:top;
	padding-left:15px;
}

.pagetitle
{
	background-image: url(../images/static/fish_red_g.jpg);
	background-repeat:no-repeat;
	width:550px;
	height:50px;
	font-size: 14px;  
	color:#000000;	
}

.pagetitlenewsite
{
	background-image: url(../images/static/fish_red_g.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:50px;
	font-size: 14px;  
	color:#000000;	
}

.pagetitlebold
{
	font-weight:bold;	
}

.bodycontent
{
	padding-top:15px;
	padding-bottom:5px;
	padding-right:15px;
}

/* 
 * Category page layouts
 */
.prodcat_column
{
	width:50%;
	text-align:left;
	vertical-align:top;
	padding-top:5px;
}

.cat_name
{
	font-weight:bold;
	font-size:13px;  
	padding-left:10px;
}

.cat_desc
{
	PADDING-LEFT:26px;	
	padding-bottom:15px;
	font-size:12px;  
}

/* 
 * Product item page layout
 */
.proditemcell_pic 
{
	Width:210px;
	padding:10px;
	background-color:#CDE7E8; 
	border-color:#0066CC;
	border-style:Solid;
	border-width:1px;
}

.proditemcell_desc
{
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
}

/* 
 * Product list page layout
 */
.prodlistingtable
{
	width:550px;		
}

.prodlistheaderrow
{
	font-size:14px; 
	color:#FFFFFF;
	background-color:#0066CC;
	height:26px;
	padding-left:2px;
}

.prodlisting
{
	background-Color:#CDE7E8;
	padding-left:2px;
	height:26px;
}

.prodlistingalt
{
	background-Color:#FAFAFA;
	padding-left:2px;
	height:26px;
}

/* 
 * Input field 
 */
.inputformheader
{
	background-color:#0066CC;
	height:26px;
}

.inputmessage
{
	padding-left:10px;
	color:#FFFFFF;
}

.inputerror
{
	padding-left:10px;
	color:#FFFFFF;
}

.inputheader
{
	font-weight:bold;
	text-align:right;
	padding-right:5px;		
	width:150px;
	padding-top:10px;
}

.inputfieldcell
{	
	padding-top:10px;
	padding-right:40px;
	text-align:left;
}

.inputfieldshort
{
	width:150px;	

}

.inputfieldlong
{
	width:250px;	
}

.inputmaindd
{
	width:250px;
	background-color:#FF265B;
	color:#FFFFFF;
}

.inputdd
{
	width:250px;
}

.inputbuttoncell
{
	padding-top:5px;	
	padding-left:155px;
	padding-bottom:5px;
}

.basketbutton
{
	font-size:10px;
	background-color:#DC143C;
	color:White;	
	border-color:Black;
	border-width:1px;
	border-style:solid;
	cursor:pointer;
	text-decoration:none;
	padding:3px;
	text-align:center;
	vertical-align:middle;
}

.footerstrapline
{
	font-size:12px;
	font-weight:bold;
	color:#0066CC;
	text-align:center;
	padding-right:10px;
	padding-top:10px;
}