/*
Poldings Limited
www.poldings.co.uk
Licensed to JHBF 
www.jhbf.co.uk */


#sidebar {
	text-align: left;
	float: right;
	width: 200px;
	font-size: 11px;
	color: #666666;
	padding-top: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.subtitle {
	font-size: 18px;
	color: #50758D;
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


/* admin menu options */
#adminmenu{
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 95%;
	border-bottom-width: 0;
}

#adminmenu li a{
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #84AABF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	border: 1px solid #ECF5FF;
}

* html #adminmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 95%;
}

#adminmenu li a:visited, #adminmenu li a:active{
color: ;
}

#adminmenu li a:hover{
	background-image: none;
	background-color: #B3D9FF;
}

/* FADE */

.fade:hover img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1; }
.fade img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5; }

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* FORM FIELDS */
input, textarea, select {
	padding: 3px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.space30 {	height: 30px; clear: both;}
.space20 {	height: 20px; clear: both;}
.space15 {	height: 15px; clear: both;}
.space10 {	height: 10px; clear: both;}

/* SECTION AREAS */

.section-title {
	font-size: 16px;
	color: #006A9D;
	text-align: left;
	background-color: #B8CEDA;
	padding: 3px;
	font-weight: bold;
	letter-spacing: 0.1em;
	}

.section-description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
	background-color: #FFE9E9;
	margin-bottom: 20px;
	padding: 3px;
		}
	
	.section-help {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006A9D;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: left;
}

.table-element-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
.table-stock-caps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	}
.table-stock-capsline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	table.hovtabred tr:hover {
	background-color: #FFF0F0;
} 
	table.hovtab tr:hover {
	background-color: #ECF5FF;
} 
.table-stock-submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E4EDF1;
	}
.table-stock-confirm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFD5D5;
	}
.section-element-title-row { /* places title on own row */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	}
.section-element-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 15%;
	line-height: 25px;
	color: #666666;
	}
.section-element-field { 
	float: left;
	width: 84%;
}
.section-element-field-caps {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #666666;
	width: 84%;
	text-transform: uppercase;
}
.section-element-help {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006A9D;
	padding: 3px 0 15px 0;
	clear: both;
	}

.section-divide {
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #006A9D;
	margin-top: 30px;	
}

.section-divide-image {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #006A9D;
	margin-top: 5px;	
}

.section-end {
	padding-top: 50px;
}

.backtotop {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* LEFT MENU */
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-right: 40px;
}

#vertmenu h6 {
	display: block;
	font-size: 12px;
	color: #006A9D;
	margin: 0px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006A9D;
	border-right-color: #006A9D;
	border-bottom-color: #006A9D;
	border-left-color: #006A9D;
	padding: 0px 0 5px 0;
	font-weight: bold;	
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #006A9D;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006A9D;
	padding: 0 0 0 0;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
background-color: #DFF4FF;
}

body#home a.menu-home {	background-color: #DFF4FF;}
body#about a.menu-about {	background-color: #DFF4FF;}
body#contact a.menu-contact {	background-color: #DFF4FF;}
body#health a.menu-health {	background-color: #DFF4FF;}
body#beauty a.menu-beauty {	background-color: #DFF4FF;}
body#lifestyle a.menu-lifestyle {	background-color: #DFF4FF;}
body#offers a.menu-offers {	background-color: #DFF4FF;}
body#success a.menu-success {	background-color: #DFF4FF;}

.spacer-menu {
	padding-bottom: 15px;
}

.menu-admin-top {
width:96%;
padding: 0 0px 0px 0;
border-bottom: solid 1 #000000;}
.images {
	float: left;
	width: 24%;
	padding: 0 0 40px 0;
	color: #666666;
	line-height: 20px;
	}
.offers-images {
	float: left;
	width: 24%;
	padding: 0 0 40px 0;
	color: #666666;
	line-height: 20px;
	}
.displayimages {
	width: 24%;
	float: left;
	padding-top: 20px;
}

.clearboth {
	clear: both;
}

.message {
	margin: 0 0 17px 0;
	line-height: 160%;
	font-size: 12px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	}
	.bold {	font-weight: bold; }
	.burgundy { color: #6F1B1B; }