/********************************************************/
/* General stylesheet for shop							*/
/* merlinlazer.co.uk									*/
/*														*/
/* Copyright 2006 by MSO.net			 				*/
/* By Steve Tanner 										*/
/* 					 									*/
/* File Created on 09/11/2006							*/
/* Last Edited on 23/11/2006							*/
/********************************************************/
.SHOP_mainContainer
{
	padding: 10px 0px 10px 0px;
	background-color:FFFFFF;
	
}
.SHOP_categoryLeft
{
	float: left;
	width: 150px;
	padding-right: 15px;
	padding-left: 14px;
	border-right: 3px solid #ff9900;
}
.SHOP_main
{
	float: left;
	padding-left: 15px;
	width: 800px;
}
.SHOP_headerBox
{
	background-color: #ff9900;
	height: 22px;
	padding:3px 0px 0px 10px;
}
.SHOP_headerBox a, .SHOP_headerBox a:visited, .SHOP_headerBox a:hover
{
	font: 1.3em Arial;
	font-weight: bold;	
	color: #FFFFFF;
	text-decoration: none;
}
.SHOP_innerBox
{
	padding: 7px 0px 7px 0px;
}
.SHOP_categoryBox {
	color: #333333;
	font-family:Verdana;
	font-size:11px;
	margin: 0;
	padding: 0px 0px 10px 0px;
	text-align:left;
	width: 150px;
}



.SHOP_CategoryList
{
	padding: 10px 0px 10px 0px;
}
.SHOP_CatalogueHeader
{
	background-color: #bdcfd6;
	width: 235px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
.SHOP_CategoryLink, .SHOP_CategoryLinkON
{
	font: 1.1em arial, sans-serif;	
	padding: 4px 0px 0px 10px;
}

.SHOP_CategoryLinkON, .SHOP_CategoryLinkON a, .SHOP_CategoryLinkON a:visited
{
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}
.SHOP_CategoryLinkON a:hover, .SHOP_CategoryLink a:hover
{
	color: #ff9900;
	font-weight: bold;
	text-decoration: underline;
}
.SHOP_SubCategoryLink, .SHOP_SubCategoryLinkON
{
	font: 1.1em arial, sans-serif;	
	padding: 4px 0px 0px 20px;
}

.SHOP_SubCategoryLinkON, .SHOP_SubCategoryLinkON a, .SHOP_SubCategoryLinkON a:visited
{
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}
.SHOP_SubCategoryLink a:hover, .SHOP_SubCategoryLinkON a:hover
{
	color: #ff9900;
	font-weight: bold;
	text-decoration: underline;
}

.SHOP_productLink, .SHOP_productLinkON
{
	text-transform: uppercase;
	font: 1.1em arial, sans-serif;	
	padding: 2px 0px 2px 30px;	
}
.SHOP_productLink a:hover, .SHOP_productLinkON a:hover
{
	color: #ff9900;
	text-decoration: underline;
}
.SHOP_productLinkON a, .SHOP_productLinkON a:visited
{
	color: #ff9900;
	text-decoration: none;
}

.SHOP_generalPageContainerSmall {
	width: 500px;
	margin: 0;
	padding: 0px 0px 0px 6px;
	/*padding						: 5px 10px 5px 10px;*/
	vertical-align				: top;
}

.SHOP_generalPageContainer {
	/*width: 600px;*/
	/*padding						: 5px 10px 5px 10px;*/
	vertical-align				: top;
	text-align: left;
}
.SHOP_generalPageContainer td a, .SHOP_generalPageContainer td a:visited
{
	text-decoration: underline;
}
.SHOP_generalPageContainer td a:hover
{
	text-decoration: none;
}

.SHOP_generalPageContainer ul
{
	list-style: disc;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.SHOP_generalPageContainer li
{
	margin-left: 20px;
}

.SHOP_generalPageContainer ul a, .SHOP_generalPageContainer ul a:visited,
.SHOP_generalPageContainer p a, .SHOP_generalPageContainer p a:visited
{
		text-decoration: underline;
}
.SHOP_generalPageContainer ul a:hover,
.SHOP_generalPageContainer p a:hover
{
	text-decoration: none;
}


.SHOP_generalPageContainerSmall td a, .SHOP_generalPageContainerSmall td a:visited
{
	color: #666666;	
	text-decoration: underline;
}
.SHOP_generalPageContainerSmall td a:hover
{
	color: #666666;
	text-decoration: none;
}
.SHOP_generalPageContainerSmall ul
{
	list-style: disc;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.SHOP_generalPageContainerSmall li
{
	margin-left: 20px;
}

.SHOP_generalPageContainerSmall ul a, .SHOP_generalPageContainerSmall ul a:visited
{
		text-decoration: underline;
}
.SHOP_generalPageContainerSmall ul a:hover
{
	text-decoration: none;
}

#SHOP_documentArchiveItem, #SHOP_documentArchiveItem:visited
{
	color: #333333;
	text-decoration: none;
}
#SHOP_documentArchiveItem:hover
{
	color: #333333;
	text-decoration: underline;
}


div.paddedBlock {
	padding-left				: 65px;
	padding-right				: 0px;
	padding-top					: 5px;
	padding-bottom				:5px;

	vertical-align				: top;
	margin						: 0;
	border						: 0;
	text-align					: left;
	font							: 0.9em Arial;
}

div.paddedBottom {
	padding						: 0px;
	vertical-align				: top;
	margin						: 0 0 0 0;
	border						: 0;
}

.colourLight {
	background-color			: #eaeaea;
}

.colourDeep {
	background-color			: #d9d9d9;
}

table.rightBox {
	margin						: 0 0 0 25px;
}

table.rightBox td {
	padding						: 0 0 6px 0;
}

.pagethru a {
	text-decoration				: none;
	color						: #01538b;
}

.pagethru a:hover {
	text-decoration				: underline;
	color						: #01538b;
}


div.product_image {
	float						: left;
}

#SHOP_BasketFormTag
{
	margin: 8px 0px 0px 0px;
	padding: 0;
}
.whiteRule {
	color						: #FFFFFF;
	background-color			: #FFFFFF;
	height						: 2px;
	padding						: 0;
	margin						: 0;
	border						: 0;
	font-size					: 0px;
	clear						: all;
}
.listProductTitle, a.listProductTitle, a.listProductTitle:active, a.listProductTitle:visited
{
	font-weight			: bold;
	padding-bottom		: 3px;
	text-decoration		: none;
}

a.listProductTitle:hover
{
	font-weight			: bold;
	padding-bottom		: 3px;
	text-decoration		: underline;
}
