@charset "UTF-8";/* CSS Document *//* LK */
a{
	color:#000;
	font-family:Arial;
	text-decoration:none;
	}
	
a:hover{
	color:#2194d0;
	}

a:visited{
	outline:none;
	}
	
/* Product Lists */

/* Product List Container */
.SHOP_PLC
{
	abackground-color: Blue;
	display: inline-block;
	height: auto;
	width: 660px;
}
/* Product List Menu Container */
.SHOP_PLMC
{
	display: inline-block;
	height: auto;
	width: auto;

}
/* Product List Menu LHS */
.SHOP_PLMLHS
{
	display: inline-block;
	vertical-align: text-top;
	text-align:left;

}

.SHOP_PLMLHS h1
{
	display:inline-block;
	color: #808080;;
	font-size:14px;
	font-family: verdana;
	border-bottom:1px dotted #808080;
	margin-bottom:10px;
	width:700px;
}


/* ----- Product Grid ----- */
/* Product List Grid - Product Container */
.SHOP_PLGPC
{
	border-bottom:1px dotted #808080;
	display: inline-block;
	height: 310px;
	margin: 10px 10px 10px 10px;
	overflow: hidden;
	width: 190px;
}
/* Product List Grid - Product Image Container */
.SHOP_PLGPIC
{
	border: 1px #808080 solid;
	height:220px;
	display: inline-block;
	vertical-align: text-top;
	width: 180px;
	text-align:center;
	vertical-align:middle;
}
/* Product List Grid - Product Image  */
.SHOP_PLGPI
{
	border: none;
	width: 150px;
}
/* Product List Grid Product Name */
.SHOP_PLGPN
{
	display: inline-block;
	height: 28px;
	overflow: hidden;
	width: auto;
	font-size:11px;
}
/* Product List Grid Product NET Cost */
.SHOP_PLGPNC
{
	display: inline-block;
	height: 20px;
	width: 208px;
	color:red;
	font-size:11px;
	font-weight:bold;
}
/* Product List Grid Product Add to Basket */
.SHOP_PLGPA2B
{
	display: inline-block;
	height: 20px;
	width: 208px;
}


/* ----- Product Detail ----- */

/* Product Detail - Container */
.SHOP_PDC
{
	display: inline-block;
	height: auto;
	width: 690px;
	padding:10px;
	margin: 10px;
	overflow: auto;
	vertical-align:top;
}
/* Product Detail - Image Container */
.SHOP_PDIC
{
	border: none;
	display: inline-block;
	height: auto;
	width: 300px;
	padding: 5px;
	vertical-align:top;
}
/* Product Detail - Image */
.SHOP_PDI
{
	border: none;
	display: inline-block;
	vertical-align:top;
	width:250px;
}
/* Product Detail - Body */
.SHOP_PDB
{
	border: 1px #808080 solid;
	display: inline-block;
	height: auto;
	overflow: hidden;
	padding: 12px 12px 12px 12px;
	vertical-align:top;
	width:300px;
}
/* Product Detail - Product Name */
.SHOP_PDPN
{
	border: none;
	display: inline-block;
	vertical-align: text-top;
	height:auto;
	width: 250px;
	font-size:14px;
	font-weight:bold;
	color:black;
	padding:0px 0px 4px 0px;	
}
/* Product Detail - Product Description */
.SHOP_PDPD
{
	border: none;
	display: inline-block;
	height: auto;
	overflow: hidden;
	vertical-align: text-top;
	width: 240px;
	text-align:justify;
	font-size:11px;
}
/* Product Detail - Field Row*/
.SHOP_PDFR
{
	abackground:green;
	display:inline-block;
	width:280px;
	margin-bottom:4px;
}

/* Product Detail - Field Name */
.SHOP_PDFN
{
	border: none;
	display: inline-block;
	height: auto;
	vertical-align: text-top;
	width: 60px;
	font-size:14px;
}
/* Product Detail - Field Value */
.SHOP_PDFV
{
	border: none;
	display: inline-block;
	vertical-align: text-top;
	width: auto;
	font-size:12px;
}
/* Product Detail - NET Cost */
.SHOP_PDPNC
{
	border: none;
	display: inline-block;
	color: red;
	overflow: hidden;
	vertical-align: text-top;
	width: 280px;
	font-size:14px;
	font-weight:bold;
}
/* Product Detail - Stock Level */
.SHOP_PDPSL
{
	border: none;
	color: Red;
	display: inline-block;
	font-weight: Bold;
	height:auto;
	overflow: hidden;
	padding:2px 0px 2px 0px;
	vertical-align: text-top;
	width: 280px;
}
/* Product Detail - Add 2 Basket Button */
.SHOP_PDA2BB
{
	display: inline-block;
	height: 20px;
	margin-top: 12px;
}
/* Product Detail - Back Button */
.SHOP_PDBB
{
	display: inline-block;
	height: 20px;
	margin-top: 12px;
}


/* ----- Category Menus ----- */

/* Category top level menu item container */
.SHOP_CTLPC
{
	display: inline-block;
	height: auto;
	vertical-align:top;
	width: auto;
}

.LukeTestBorder
{
	display: inline-block;
	border-bottom:1px #808080 dotted;
	cursor:pointer;
}


/* Category top level menu item body */
.SHOP_CTLPB
{
	background:url(/Assets/Images/NavArrowSmall.png) no-repeat 0% 30%;
	display: inline-block;
	height: auto;
	vertical-align:top;
	width: 145px;
	font-size:12px;
	padding:6px 0px 6px 25px;
	color:blue;
	cursor:pointer;
}

.SHOP_CTLPB:hover
{
	color:red;
	display:inline-block;
	height: auto;
	vertical-align:top;
	width: 145px;
	font-size:12px;
	padding:6px 0px 6px 25px;
}

/* Category sub menu item container */

.SHOP_CTLSC2
{
	display:none;
	height: auto;
}

/* Category sub menu item left hand side */
.SHOP_CTLSLHS
{	

}
/* Category sub menu item body */
.SHOP_CTLSB
{
	display:inline-block;
	width:10px;
	color: blue;
	font-family:Arial;
	font-size:10px;
	
}
/* Category sub menu item right hand side */
.SHOP_CTLSRHS
{

}

.SHOP_CTLSB
{
	width:170px;
	list-style:none;
}

.SHOP_CTLSBLINK
{
	display:inline-block;
	color:#2E368F;
	width:50px;
	margin:0px 0px 8px 25px;
}

.SHOP_SASH{
	border-bottom:1px dashed #808080;
	display:inline-block;
	font-size:12px;
	text-align:left;
	width:660px;
	}

.SHOP_SEARCH{
	display:inline-block;
	}

