﻿

/* Page layout */

body
{
	margin: 0px auto;
	font-size: 10pt;
	color:#808080;
	font-family: Arial;
	width: 972px; /* page sides width  */
	position: relative;
	direction: ltr;
	text-align: left;
	line-height: 1.4em;
	background-color:white;
	 background :  url(../Images/pageBackground.png) repeat-x; 
}
.pageTop
{
	margin-top:20px;
	height: 16px;
	z-index:10; /* ensures Safari displays background image */
	background-image: url(../Images/pageTop.png);
	background-repeat: no-repeat;
	margin-bottom:0px;
	padding-bottom:0px;
	
} 
.pageSides
{
	background-image: url(../Images/pageSides.png);
	background-repeat: repeat-y;
}
.header
{
	margin-left:6px;  /* width of page side */
	margin-right:6px; /* width of page side */
	margin-top: 0px;
	padding-top: 0px;
	background-color:white; 
	background-image:none; /* required by admin html editor */

}
.page
{
	margin: 0px auto 0px 0px; /* left marging width of page sides */
	width: 960px;
	 /* background-color: White; display: inline;  supposed to fix IE6 float bug */
	background-image:none; /* required by admin html editor */
}
.pageBanner
{
	margin-left:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
}
.shopColumn1of2
{
	margin-top:0px;
	padding-top:15px;
	float:left;
	width:160px;
	padding-left:20px;
	padding-right:10px;
}

.shopColumn2of2
{
  	 margin-top:0px;
  	padding-top:15px;
	 margin-left:180px;
	 padding-right:10px;
}
.column1of1
{
	padding-top:15px;
	margin-bottom:20px;
	padding-left:30px;
	padding-right:30px;
}
.clearBoth
{
	clear:both;
}
.pageBottom
{
	background-image: url(../Images/PageBot.png);
	background-repeat: no-repeat;
	height: 22px;
	clear: both;
	padding-bottom: 20px;
	background-color:white /* Same as body */
}



/* Shop Product Page */
.productSummary
{
	float:left;
	width:180px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color:Black;
	margin-right:5px;
	height:250px;
}
.productSummaryFeatured
{
	float: left;
	width: 180px; /* depends upon thumbnail width - also check width of images btnProductSummaryBuy.png & btnProductSummaryMore.png */
	color: Black;
	margin-right: 5px;
	height: 250px;
	background-image: url(../Images/productSummaryFeatureBack.png);
	background-repeat: no-repeat;
}
.productSummaryImage
{
	height: 180px; /* thumnail height */
	text-align:center;
}
.productSummaryName
{
	text-align:center;
	color:#404040;
	font-size:8pt;
}
.productSummaryPrice
{
	color:Gray;
	text-align:center;
}
.productSummaryButtons
{
	text-align:center;
}


/* General Style */

a
{
	color:#404040;
}
p
{
	padding-top:0px;
	margin-top:0px;
}
h1
{
	margin-top:0px;
	padding-top:0px;
	font-size:12pt;
	color: #6C923A;
}
h2
{
	margin-top:0px;
	padding-top:0px;
	font-size:11pt;
		color: #6C923A;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


.footerText
{
	margin-top:10px;
	margin-left : 6px; /*page side */
	border-top: #B1BC83 3px solid;
	padding-top: 15px;
	padding-bottom: 10px;
	color: Gray;
	font-size: 10pt;
	text-align: center;
	width:960px;
}
.footerText a
{
	text-decoration:underline;
	color:gray;
}


/* general styles */

.floatRight
{
	float:right;
}
.floatLeft
{
	float:left;
}

.errorMessage
{
	background-color:#FFFF40;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
.confirmationMessage
{
	background-color:#99E791;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}


/* Top Menu */
.menu
{
	margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    font-size: 10pt;

    padding-top: 0px;
	z-index:1; /* ensures Safari displays background image */
	width:960px; /* required by admin html editor */
}
.menuDividers
{
    color:#D55C70;
}


.menu ul
{
	list-style-type: none;
	margin-top:0px;
	margin-left:0px;
	margin-bottom: 10px;
	padding: 0;
	padding-top: 13px;
	padding-left: 40px;
	background-image: url(../Images/MenuBack.png);
	height: 32px;
	background-repeat: repeat-x;
	z-index:10;
}

.menu ul li
{
    display:inline;
}
.menu ul li a 
{
    padding-right: 8px;
    padding-left: 8px;
    text-decoration:none;
    color:#718541;
}
.menu ul li a:hover
{
    text-decoration:underline;
    color:#718541;
}
.menu ul li a:visited
{
    color:#718541;
    }
.menuSelected
{
	padding-top: 7px;
	padding-bottom: 6px;
	background-repeat: repeat-x;
	background-position: center 50%;
	color: #1C2D0D;
	line-height: 1em;
}


/* Basket Summary */

.checkoutBasket
{
	 margin-left:0px;
	 margin-right:0px;
}
.basketSummary
{

	width: 150px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;

}
.basketSummaryTitle
{
	width: 140px;
	height: 22px;
	font-weight: bold;
	padding-left: 0px;
}
.basketSummaryText
{
	margin-left:10px;
	padding-top:5px;
}
.basketSummaryCheckout
{
	display:inline;
	float:right;
	margin-right:10px;
	color:#404040;
}

.basketSummaryText a
{
	text-decoration:none
	color:back
}



/* Product Menu */

.productMenu
{
	
	width: 150px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
}
.productMenuSearchTitle
{
	background-image: url(../Images/productMenuSearchTitle.png);
	background-repeat: no-repeat;
	color:white;
	width: 140px;
	height: 22px;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 10px;
	margin-top:0px;
}
.productMenuSearchBox
{
	margin-left:0px;
	padding-left:3px;
	width:110px;
	height:15px;
	color:#404040;

}
.productMenuSearchButton
{
	position: relative;
	top: 5px;
}
.productMenuSearchDropDown
{
	margin-left:0px;
	width:142px;
	margin-top:2px;
	margin-bottom:5px;
	color:#404040;

}
.productMenu ul
{
	list-style-type: none;
	width:150px;
	padding-left: 0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.productMenuCategory
{
	margin-top:15px;
	padding-top: 0px;
	padding-left: 10px;
	color: white;
	background-image: url(../Images/productMenuCategory.png);
	width: 140px;
	height: 21px;
	font-weight: bold;
}
.productMenuSubCategory
{
	padding-left: 10px;
	height:20px;
	background-color:#F5F6EC;
	margin-bottom:1px;
}
.productMenuSubCategory a
{
	color:#404040;
	text-decoration:none;

}
.productMenuSubCategory a:hover
{
	color:Black;
	text-decoration:underline;
	
}


/* Product Details Page */

.productDetails
{
}
.productDetails h1
{
	color: #6C923A;
	font-weight: bold;
	font-size: 12pt;
}

.productDetailsImageWrapper
{
	float:right;
	width:350px;
	margin-right:10px;
	margin-left:20px;
}
.productDetailsImage
{
	width:350px;
}
.productDetailsFeatures
{
}
.productDetailsPrices
{
	color:#666666;
}
.productDetailsBuy
{
	margin-top:20px;
}
.productDetailsBack
{
	padding-bottom:15px;
}
.productDetailsNote
{
	margin-top:20px;
	clear:right;
}
.productDetailsNote a
{
	color:Gray;
}
.productDetailsLinkedProducts
{
	clear:right;
	display:table;
	width:750px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: #E5E5E5 1px solid;
}
.productDetailsLinkedProducts h1
{
		font-size: 10pt;
}


/* Sort Control */
.sortOuter
{
	height:30px;
}
.sortProducts
{
	float:right;
	margin-right:10px;
}
.sortDropDown
{
	font-size: 10pt;
	color:#404040;
	font-family: Arial;
}

/* checkout page */

.checkoutConsignmentName
{
	width:180px;
}
.checkoutProgress
{
	padding-bottom:15px;
}
.checkoutProgress a
{
	text-decoration:none;
	color:Gray;
}
.checkoutProgress a:visited
{
	text-decoration:none;
	color:Gray;
}
.checkoutProgress a:hover
{
	text-decoration:none;
	color:Gray;
}
.checkoutProgressHighlight a
{
	color:Black;
}
.checkoutProgressHighlight a:visited
{
	color:Black;
}
.basketOrderItems
{
	margin-left:0px;
	margin-right:0px;
	color:Gray;
}
.basketOrderItems a
{
		color:Gray;
}
.basketOrderItemsProductName
{
	text-decoration:none;
	color:Gray;
}

.basketOrderItemsProductName a:hover
{
	text-decoration:underline;
}

.basketDelivery
{
	margin-left:0px;
	margin-right:0px;
}
.basketHeader
{
	background-color:#E6E4E4;
	color:Black;
}
.basketHeaderGrayText
{
	background-color:#E6E4E4;
	color:#808080;
}
.basketHeaderArrow
{
	background-color: #e6e4e4;
	color: Black;
	background-image: url(../Images/basketArrow.png);
	background-repeat: no-repeat;
	padding-left:19px;
	height:29px;
}

.basketShading
{
	background-color:#FBF9F9;
}
.basketShadingPadded
{
	padding-left:19px;
	background-color:#FBF9F9;
}
.calendarDisabled
{
	color:Gray;
}
.upsell
{
	clear:right;
	margin-left:20px;
	margin-right:20px;
}
.promoCode
{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	width:120px;
}


/* Checkout Billing */
.checkoutHeader
{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#E6E4E4;
	color:Black;
}
.checkoutPrompt
{
	width:180px;
	float:left;
	text-align:right;
	padding-right:5px;
}
.checkoutTextBox
{
	width:200px;
}
.checkoutPaymentDropDown
{
		width:171px;
}
.checkoutPaymentTextBox
{
	width:167px;
}
.checkoutPaymentShortTextBox
{
	width:77px;

}
.checkoutPaymentSecurityCodeHelp
{
	margin-left:275px;
}
.checkoutInset
{
	margin-left:180px;
}


/* Contact Form */

.contactFormPrompt
{
	width:250px;
	display:inline;
	float:left;
	text-align:right;
}
.contactFormField
{
	width:200px;
}
.contactFormMessageBox
{
	width:400px;
}
.contactFormButton
{
	width:330px;
	display:inline;
	float:left;
	text-align:right;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

/* Site Map Page */
.siteMap
{
	color:#808080;
}
.siteMapPages
{
	color:#808080;
	margin-left:0px;
}

.siteMapProducts
{
	float:right;
	color:#808080;
	margin-right:100px;
	
}
.siteMapCategory
{
}
.siteMapPage
{
	color:Gray;
	 text-decoration:none;

}
.siteMapPage a:hover
{
	text-decoration:underline;
}
.siteMapSubCategory
{
	text-indent: 25px;
	color:Gray;
	text-decoration:none;
}
.siteMapSubCategory a:hover
{
	text-decoration:underline;
}
.siteMapProduct
{
	text-indent: 50px;
	color:Gray;
	text-decoration:none;
}
.siteMapProduct a:hover
{
	text-decoration:underline;
}

/* Captcha */
.captch
{
 vertical-align:top;
