﻿div.MiniBasket
{
	position:absolute;
	top:132px;
	right:150px;
	border:solid 3px #41b236;
	background-color:#357fd0;
	width:250px;
	z-index:3;
	padding:5px 5px 5px 10px;
}
div.MiniBasket a
{
	color:White;
	text-decoration:none;
	border:none;
}
div.MiniBasket p a:hover
{
	border-bottom:dotted 1px Silver;
}
div.MiniBasket p
{
	color:White;
	padding:0;
	font-size:0.95em;
}
div#MenuBar
{
	height: 18px;
	background: url(../../Images/Structure/MenuBar/bckgnd_Main.gif) repeat-x 0 0;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	
	color: White;
	margin: 14px 0 0 0;
	letter-spacing: 1px;
	font-size: 0.95em;
	z-index:2;
}
div.CCBannerImage
{
	width: 464px;
	height: 350px;
	padding: 0 20px 0 0;
	float: left;
	display: inline; /* for IE6 */
	vertical-align: bottom;
	position:relative;
	_position: static;
	z-index:0;
}
.CCBannerImageStandard
{
	background: url(../../Images/Structure/Banner/BannerDropShadow.gif) no-repeat bottom right;
	text-align: right;
}
.CCBannerImageProduct
{
	background: url(../../Images/Structure/Banner/BannerDropShadowBorder.gif) no-repeat bottom right;
	text-align: left;
}
.CCCentreBoxInner
{
	padding: 10px 20px 20px 0;
	position: absolute;
	_position: static;
	left:38px;
	bottom:10px;
}
.CCProductBuyBox
{
	/* border:solid 1px Silver; */
	position:absolute;
	_position: static;
	bottom:20px;
	right:32px;
	width:280px;
	vertical-align:bottom;
}
.CCProductBuyBox p
{
	letter-spacing:0;
	padding:0;
}
div.RCHeading
{
	margin: 20px 0 30px 20px;
}
div.RCSubHeading
{
	margin: 0 0 25px 20px;
}
div.RCContent
{
	margin: 0 0 0 20px;
}
div.RCContent li
{
	line-height: 2.2em;
	font-size: 1.1em;
}
div.ProductBox
{
	width: 954px;
	height: 160px;
	background: url(../../Images/Pages/Products/ProductBox.gif) no-repeat bottom right;
	padding: 0;
	float: left;
	display: inline; /* for IE6 */
	vertical-align: bottom;
	margin: 0 0 15px 5px;
}
div.ProductDetails
{
	padding: 19px 36px 0 25px;
}
div.ProductDetails a
{
	color: #D2691F;
}
div.ProductDetails p
{
	line-height:150%;
	padding: 3px 0 4px 0;
}
div.ProductImage
{
	float: left;
	padding: 0 36px 0 0;
	width: 70px;
}
div.ProductDetails img
{
}
div.ProductDescription
{
	width: 620px;
	float: left;
	padding-top: 4px;
}
div.ProductMoreInformation
{
	float: right;
	text-align: center;
	height: 116px;
	vertical-align: top;
	margin-top: -45px;
	clear:left;
}
div.ProductCircles
{
	margin: -72px 0 20px 0;
	clear:left;
}
div.ProductCircles input
{
}
div.ProductMoreInformationButton
{
	margin-top:-7px;
	padding: 0 0 0 10px;
}
.comment
{
	color:#3c8f48;
	font-size:0.9em;
	line-height:1.6em;
}
/* --------- Basket Display ---------*/
table.Basket
{
	margin: 0;
	padding: 0;
}
table.Basket th
{
	border-bottom: 1px solid #eee;
	padding-bottom: 4px;
	color: #999;
}
.BasketItem
{
	line-height: 150%;
	padding: 1px 0 1px 0;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
}
.BasketItemName
{
	min-width: 200px;
}
.BasketItemStrong
{
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}
.BasketItemSmall
{
	font-size: 1em;
	white-space: nowrap;
	overflow: hidden;
}
.BasketItemTotal
{
	border-top: 1px solid #eee;
}
/* --------- Checkout ---------*/
.Errors
{
	display: block;
	width: 75%;
	color: #c00;
	background-color: #FFEAEA;
	border: dotted 1px #c00;
	margin: 20px 0px 20px 50px;
	padding: 5px;
	font-size: 1em;
	text-align: center;
}
/* --------- Right Box ---------*/
div.RightBox
{
	width: 220px;
	margin: 10px 0 40px 0;
	border: solid 1px #3a5089;
	padding: 5px 8px 15px 8px;
	z-index: 9999;
}
.RightBoxHeader
{
	font-size: 1.2em;
	text-align: center;
	line-height: 100%;
	color: #9DC200;
	padding: 8px 0 4px 0;
}
/* --------- SiteMap ---------*/
.SiteMap
{
	font-size: 1.1em;
	line-height: 1.7em;
	color: #3c3c3c;
	letter-spacing: 1px;
}
/* --------- Misc ---------*/
table.TextTable {}
.TextTable td
{
	padding:5px 15px 5px 0;
}
/* -------- Gridview Displays -------*/
.gridview
{
	clear: both;
	margin-top: 12px;
	width: 100%;
}
.gridview table
{
	border-bottom:1px solid silver;
}
.gridview th, .gridview td, .gridview tr
{
	padding:4px 15px 4px 7px;
	/*border-top:1px solid silver;*/
}
.borders th, .borders td, .borders tr
{
	border:1px solid silver !Important;
}
.borders th
{
	background-color: #F0F5FF;
}
.noborder table
{
	border:solid 0px Transparent !Important;
}
.lopad td
{
	padding:2px 1px 2px 3px !Important;
}
.lopad table
{
	margin-bottom:3px !Important;
}
.gridview th
{
	font-weight:bold;
	color:#999;
	font-size:0.95em;
	/* background-color: #F0F5FF; */
}
.gridview a
{
	font-weight:bold;
}
.gridview_pager td, .gridview_pager tr
{
	padding:3px 15px 3px 5px;
	border:none;
}
.contentgridview
{
	padding:0 0 25px 0;
}
.itemfield
{
	margin-right:15px;
}
.BorderRight
{
	border-right:1px solid silver !Important;
}
.GridFooter
{
	font-weight:bold;
	background-color:#dedede;
	border-top:1px solid silver !Important;
	border-bottom:1px solid silver !Important;
}
/* IE6 security warning */
.warningIE6
{
	margin-top:5px;
	background: #ffffdf url(../../Images/Home/icon_warning.gif) no-repeat 5px 3px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #CFA840;
	font-weight: bold;
	font-size:0.85em;
}
