/*---------------------------------------------------+
| MyClubWeb.com WebDesign
+----------------------------------------------------+
| Copyright © 2002 - 2008 Alec Wright
| http://www.myclubweb.co.uk
+---------------------------------------------------*/
/* Sheepishly.co.uk Style Sheet 
Blue 557FFF
light blue D4FFFF
light green 7FFF7F
light orage FFAA7F
orange FF7F55
green 55FF55
White FFFFFF
red FF0000
Black 000000
*/
a img{
	border:0;
}

.norecs{
	clear: both;
}

ul.linkmenu{
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	margin: 0px 20px 0px 0px;
}

ul.linkmenu li{
	padding: 5px 10px 5px 5px;
	display: inline;
}

ul.linkmenu li a{
	font-weight: bold;
}

.m16_icon{
  	border: 0;
  	vertical-align: middle;
  	margin: 0px 3px 0px 3px;
}

.linklogo{
	border: 0px;
	float: right;
	margin: 5px 15px 5px 5px;
}

.category_table table{
	border-spacing:0;
	padding: 0px;
}

.category_table table td{
	vertical-align: top;
}

.category_table table td.main_cats a h3{
	margin: 0px;
}

.breadcrumblink{
	background-color: #7FFF7F;
}




/* Number after viewlink represents priority */
.viewlink0,
.viewlink1,
.viewlink2{
	margin: 15px 0;
}

.viewlink0 h4,
.viewlink1 h4,
.viewlink2 h4{
	margin: 0px 0px 5px 40px;
}

.shadowcontainer0{background-color: #FFAAFF;}
.viewlink0{border: 1px solid #FF7FFF;}

.shadowcontainer1{background-color: #FFD4AA;}
.viewlink1{border: 1px solid #FFAA7F;}

.shadowcontainer2{background-color: #D4FFAA;}
.viewlink2{border: 1px solid #7FFF7F;}




dl.linkcats{
	border-top: 1px solid #557FFF;
	border-bottom: 1px solid #557FFF;
	clear: left;
	margin:10px 0;
	overflow:auto;
	padding:10px 0;
}

dl.linkcats dt{
	float: left;
	width: 200px;
	height: 40px;
	margin: 0px 10px 5px 0px;
	border-bottom: 1px solid #557FFF;
}

dl.linkcats dt a{
	text-decoration: none;
}

dl.linkcats dt a span.catstitle{
	font-family: "Comic Sans MS", arial, "Times New Roman";
	font-size :13px;
	font-weight :bold;
	margin: 5px;
	padding: 0px;

}

dl.linkcats dt a span.qtylinks,
dl.linkcats dt a span.qtycats{
  	display: inline;
  	float: right;
  	clear: right;
  	font-weight: bold;
}

.viewlink0 h3 a,
.viewlink1 h3 a,
.viewlink2 h3 a,
dl.linkcats dt a span.qtylinks{
  	color: #FF7F55;
}


dl.linkcats dt a span.qtycats{
  	color: #55FF55;
}


.viewlink0 h3 a:hover,
.viewlink1 h3 a:hover,
.viewlink2 h3 a:hover{
	color: #000000;
}

<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>

.shiftcontainer{
position: relative;
clear: both;
left: -5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer0,
.shadowcontainer1,
.shadowcontainer3{
width: 100%; /* container width*/
}

.shadowcontainer,
.viewlink0,
.viewlink1,
.viewlink2{
/* Add container height here if desired */
background-color: white;
padding: 6px;
position: relative;
left: 5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}

<![endif]>