﻿/**********************************************************
* CMS EDITING STYLES
/**********************************************************/
/* ********************* CMS BAR ***************************/
div#CMSBar
{
	background: #c0dbff url(/RadControls/Panelbar/Skins/Office2007/Img/RootItemBkg.gif) repeat-x;
	color: #204d89;
	font-weight: bold;
	left: 0px;
	top: 0px;
	margin-bottom: 10px;
	position: static;
	line-height: 31px;
	height: 31px;
	width: 100%;
}
div#CMSBar span
{
	float: left;
	margin-left: 10px;
}

div#CMSBar a, div#CMSBar a:visited, div#CMSBar a:link
{
	float: right;
	color: #204d89;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	margin-right: 10px;
}

div#CMSBar a:hover
{
	color: #10110f;
	font-weight: normal;
	text-decoration: underline;
}

/*EDIT BUTTON*/
.ContentRegionButton	
{
	width: 35px;
	height: 35px;
	margin: 0;
	float:right;
	top: 0px;
	right:0px;
}
/*--------------END OF CMS STYLES-------------------


/**********************************************************
* PUBLIC WEBSITE FORM FIELD DEFAULTS
/**********************************************************/
.button
{
	background-color: #D8E6D0;
	color: #005700;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: #B1CDA3 1px ridge;
	border-top: #B1CDA3 1px ridge;
	border-left: #B1CDA3 1px ridge;
	border-bottom: #B1CDA3 1px ridge;

	margin-top:4px;
}

.buttonsmall
{
	background-color: #D8E6D0;
	color: #005700;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	cursor:pointer;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: #B1CDA3 1px ridge;
	border-top: #B1CDA3 1px ridge;
	border-left: #B1CDA3 1px ridge;
	border-bottom: #B1CDA3 1px ridge;
	margin-top:2px;
}

.button:hover, .buttonsmall:hover
{
	background-color:#B1CDA3;
	
}

.textbox
{
	padding:1px;
	border: solid 1px #005700;
	color: #005700;
	font-size:1.0em;
}

.textboxwitherror
{
	padding: 1px;
	border: solid 1px #005700;
	color: #005700;
	font-size: 1.0em;
	background-color: #ffffcc;
}

.fieldlabel
{
	color:#333333;
	font-weight:bold;
}

.fieldhelp
{
	color:#333333;
	font-weight:normal;
	font-size:1.1em !important;
}

.requiredmarker
{
	color: red !important;
}

.error
{
	color: Red;
	font-size:1.0em;
	font-weight:bold;
}

.FakeButton
{
	cursor:pointer;
}

.radiobutton
{
	font-size:0.9em;
}

/*-------- End of Form Field Defaults-------------/



/****************************************************
/* FAST SEARCH BOX
/****************************************************/
#search h3 
{
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 4px;
	height: 23px;
	font-size: 1.4em;
	background-image: url(../images/centreColumn/pageDividerRight.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:White;
	margin-top: 0px;
	padding-bottom:0px;
	font-weight: lighter;
	text-align:right;
	padding-right:20px;
}

#search .advSearch {
	font-size:1.0em;
	color:#333333;
	font-weight:bold;
	text-align: right;
	margin-right: 10px;
	margin-bottom:5px;
	}
	
#search .button:hover
{
	background-color: #D8E6D0 !important;
	cursor:pointer;
}

/*-------- End of Search Box Defaults-------------*/


/***************************************************
/*SEARCH BOX ADVANCED PANEL
/***************************************************/
#SearchBoxAdvanced
{
	border: solid 1px #B1CDA3;
	/*border: solid 1px #FDD7AC;*/
	width: 520px;
	padding: 5px;
	background-color:  #D8E6D0;
	/*background-color: #FEF0E0*/
}

/*-------- End of Search Box Advanced Defaults-------------*/


/****************************************************
/* Category Nav (Actual Items share #leftNav styles
/****************************************************/
#categoryNav h3 
{
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 4px;
	height: 23px;
	font-size: 1.7em;
	background-image: url(../images/centreColumn/pageDivider.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	padding-bottom:0px;
	font-weight: lighter;
	margin-bottom:3px;
	background-color:Transparent;
}


/*-------- End of Category Nav Styles-------------*/



/*******************************************************
/* BASKET SUMMARY PANEL STYLES
/*******************************************************/

.BasketSummaryContent
{
	margin-left:10px;
	margin-right:10px;
	width:170px;
	padding-top:5px;
}

.BasketSummary
{
	font-size:1.2em;
}

.BasketSummary h3
{
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 4px;
	height: 23px;
	font-size: 1.4em;
	background-image: url(../images/centreColumn/pageDividerRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:white;
	margin-top: 0px;
	padding-bottom:0px;
	font-weight: lighter;
	text-align:right;
	padding-right:20px;
}

.BasketSummary td, .BasketSummary p
{
	font-size:1.0em;
	line-height:150%;
}

td.BasketSummaryTotal
{
	color:#005700;
	font-size:1.0em;
	font-weight:bold;
	border-top: dotted 1px #005700;
	border-bottom: dotted 1px #005700;
	padding-top:2px;
	padding-bottom:2px;
}

.BasketSummary a, .BasketSummary a:visited
{
	font-size: 1.0em;
	font-weight: bold;
	color: #990000;
}

.BasketSummary a:hover
{
	color:#005700;
	text-decoration:underline;
}

.BasketSummary hr
{
	color: Black;
	height:1px;
	margin-bottom:3px;
}

/*-------- End of Basket Summary Styles-------------*/



/**************************************************
/ MY ACCOUNT STYLES
/***************************************************/
div.MyAccountSignInRegister
{
	width:530px;
}

div.MyAccountSignIn
{
	border: solid 1px #B1CDA3;
	margin-bottom:20px;
	padding:5px;
}

div.MyAccountRegister
{
	border: solid 1px #B1CDA3;
	padding:5px;
}

/*-------- End of My Account Styles-------------*/


/*************************************************
/* PRODUCT SUMMARY STYLES
/*************************************************/
table.tblProductSummary tr td
{
	border-bottom:dotted 1px #B1CDA3;
	padding-bottom:5px;
}

.ProductSummary
{
	width:110px;
	margin-right:20px;
	margin-top:10px;
	min-height:230px;
}

.ProductSummaryImage
{
	width: 100px;
	height:143px;
	border:solid 0px #B1CDA3;
	text-align:center;

}

hr.ProductSummary
{
	border:dotted 1px #B1CDA3
}



h3.productname a, h3.productname a:visited
{
	font-size:0.6em;
	line-height:110%;
	
}



table.tblProductSummary tr td .AddtoBasket
{
	vertical-align:bottom;
}


.CategorySummary
{
	width:110px;
	margin-right:20px;
	margin-top:10px;
	min-height:200px;
}

h3.categoryname a, h3.categoryname a:visited
{
	font-size:0.7em;
	line-height:120%;
	color:#005700 !important;
}

h3.categoryname a:hover
{
	text-decoration:underline;
	color:#F8931D !important;
}


/* Product Summary Bar - covers the top (display order preferences) and bottom (pager controls)*/
div.ProductSummaryBar
{
	margin: 0;
	padding: 3px;
	width: 529px;
	border-bottom: dotted 1px #B1CDA3;
}

div.ProductSummaryFooterBar
{
	float: left;
	padding: 3px;
	/*border-top: dotted 1px #B1CDA3;*/
	border-bottom:0px;
	width:529px;
	margin-top:10px;
}

div.ProductSummaryFooterBar ul
{
	float: left;
	width: 100%;
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
}



div.ProductSummaryFooterBar #Pager
{
	float: left;
	padding: 3px;
	font-size:1.1em;
	margin-left:0px;
	list-style-type: none;
	font-weight:bold;
}

div.ProductSummaryFooterBar #Message
{
	float: right;
	padding: 3px;
	font-size:1.1em;
}



/*************************************************
* PRODUCT DETAIL
**************************************************/
#productpricetagholder
{
	background-color: #cc0000;
	width:142px;
	float:left;
	clear:left;
	margin-right:10px;
	padding-top:3px;
	padding-bottom:3px;
}
#productprice
{
	font-size:1.2em;
	color: white;
	font-style: italic;
	text-align:right;
}

#ProductDetailLeftPanel
{
	width:142px;
	float:left;
	margin-right:10px;
	clear:left;
}

#ProductDetailInfoAttributes
{
	clear:left;
}
#ProductDetailInfoAttributes p
{
	font-size:1.1em;
	line-height:110%;
	margin-bottom:5px;
	color:#666666;
}
#ProductDetailRightPanel
{
	width:370px;
	float:right;
}
.ProductImage
{
	width:140px;
	float:left;
	clear:left;
	margin-right:10px;
}

.ProductImage img
{
	border: solid 1px #666666;
}

#enlargeImageButton
{
	text-align:center;
}

td.ProductStatus
{
	color:Red;
	font-weight:bold;
}


/*************************************************
Basket and Order Styles
**************************************************/
#noshipping
{
	font-size:0.9em !important;
	color:Maroon !important;
	font-weight:bold;
	width:50%;
	float:right;
}