@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	background: url(images/backgroundBody.jpg) no-repeat center top;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; min-height: 100%;
}
textarea {
	resize:none;
}
#main {
	padding-bottom: 150px; /* must be same height as the footer */
} 
td {
	padding: 3px;
}
h1 {
	margin-bottom: 10px;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 26px;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h1 span , h2 span{
	color: #D84BAB;
}
h2 {
	font: normal 18px Verdana, Geneva, sans-serif;
	margin-bottom: 10px;
	padding-top: 5px;
}
h3 {
	text-transform: uppercase;
	color: #FFF;
	margin-left: 8px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 11px;
}

p {
	margin-bottom: 10px;
}
a {
	color: #D84BAB;
}
ul, ol {
	margin-left: 50px;
	margin-bottom: 10px;
}

.formInput {
	font: 11px Verdana, Geneva, sans-serif;
	color: #DD4CAB;
	padding: 2px;
}
.buyNow {
	width: 40px;
}


#content {
	text-align: left;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	min-height: 500px;
	padding-bottom: 10px;
}
#header {
	height: 90px;
	width: 1050px;
	position: relative;
}

#adminContent {
	width: 1000px;
	margin-left: 20px;
	padding-top: 20px;
}

#hairProducts {
	float: left;
	border-style: none;
}
#telephone {
	position: absolute;
	left: 420px;
	top: 48px;
	font: 28px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#cartOverview {
	line-height: 20px;
	height: 22px;
	position: absolute;
	top: 58px;
	right: 20px;
	overflow: hidden;
}
#cartOverview img {
	vertical-align: text-bottom;
}
.currencyFlag {
	padding-right: 3px;
	padding-left: 3px;
}
#topMenu {
	position: absolute;
	top: 30px;
	right: 15px;
}
#topMenu a {
	line-height: 20px;
	color: #000;
	text-decoration: none;
	display: block;
	height: 20px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 2px dotted #D84BAB;
}
#topMenu a:hover {
	color: #D84BAB;
	text-decoration: underline;
}

#topMenu a:first-child {
	border: none;
}
#mainMenu {
	clear: both;
	height: 28px;
	width: 1050px;
	background: url(images/backgroundMenu.png) no-repeat;
	overflow: hidden;
}
#basketUpdated {
	background-image: url(images/basketUpdated.png);
	background-repeat: no-repeat;
	height: 64px;
	width: 494px;
	position: absolute;
	left: 310px;
	top: 8px;
}
#basketUpdated p {
	margin-right: 120px;
	margin-left: 60px;
	padding-top: 12px;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
}
#basketUpdated a {
	color: #000;
	text-decoration: none;
}
#basketUpdated a:hover {
	text-decoration: underline;
}



#filterBox {
	height: 340px;
	width: 100%;
	border: 1px solid #000;
	margin-bottom: 20px;
	overflow: auto;
	background: #FFF;
}
#buttonAdd {
	position: absolute;
	top: 88px;
	right: 25px;
}

.infoText {
	font-weight: bold;
	color: #F00;
	position: absolute;
	top: 135px;
	right: 600px;
}
.greenText {
	color: #090;
}
.amberText {
	color: #C60;
}
.greyCell {
	background: #E5E5E5;
	color: #000;
	font-weight: bold;
}
.pageBox {
	line-height: 16px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #000;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FFF;
}
.pageBox:hover {
	color: #666;
}
.pageBoxOn {
	line-height: 16px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #000;
	background-color: #000;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.pageNumbers {
	height: 20px;
	position: absolute;
	top: 20px;
	right: 400px;
}
/* styles for highlighting rows using jquery */
.oddtr {
	background-color:#D8D8D8;
}
.eventr {
}
.trover {
	background-color: #333;
	color: #FFF;
	cursor: default;
}
.trover .redText { color: #FFF; }
.trover a { color: #FFF; }
.trclick { background-color: #08A0EB; color: #FFF; }
.submitButton {
	padding: 5px;
	cursor: pointer;
}
#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background-image: url(images/backgroundFooter.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #fff;
	width: 1050px;
	line-height: 13px;
	font-size: 11px;
}
#footer h2 {
	font-size: 11px;
	text-transform: uppercase;
	color: #f9b5e3;
	margin-bottom: 3px;
}
#footer UL {
	list-style: none;
	margin: 0px;
}
#footer a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #f9b5e3;
	text-decoration: underline;
}
#footerBox1 {
	position: absolute;
	left: 50px;
	top: 25px;
}
#footerBox2 {
	position: absolute;
	left: 290px;
	top: 25px;
}
#footerBox3 {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 410px;
}
#sideBar {
	float: left;
	width: 195px;
	margin-left: 7px;
	padding-top: 10px;
}
#searchBox {
	background: url(images/backgroundSearch.png) no-repeat;
	height: 118px;
	width: 194px;
	margin-bottom: 10px;
}
.searchInput {
	font-size: 11px;
	width: 140px;
	padding: 2px;
	margin-left: 8px;
	float: left;
	margin-bottom: 7px;
}
#searchBox p , #newsletter p{
	color: #FFF;
	clear: left;
	margin-bottom: 4px;
	margin-left: 8px;
	line-height: 13px;
	margin-right: 15px;
}
#newsletter {
	background: url(images/backgroundNewsletter.png) no-repeat;
	height: 118px;
	width: 194px;
	margin-bottom: 10px;
}
.bottomMargin {
	margin-bottom: 10px;
}
#mainContent {
	float: right;
	width: 825px;
	margin-right: 11px;
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
}

/* tab menu styles */
.tabMenu {
	padding: 0;
	clear: both;
	margin-left: 0px;
}
.tabMenu li { display: inline; }
.tabMenu li a {
	background: url(images/backgroundTab.png) no-repeat;
	float:left;
	border-bottom: none;
	text-decoration: none;
	color: #FFF;
	line-height: 28px;
	height: 28px;
	width: 183px;
	margin-right: 3px;
	text-transform: uppercase;
	text-indent: 10px;
	font-weight: bold;
}
.tabMenu li.tabActive a {
	color: #f9b5e3;
}
.tabContent {
	float: left;
	clear: both;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	background: #FFF;
	width: 820px;
	padding-top: 5px;
	padding-bottom: 20px;
	min-height: 370px;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
}
.productBox {
	float: left;
	min-height: 200px;
	width: 390px;
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
	overflow: hidden;
	border: 1px solid #b5b5b5;
	line-height: 14px;
	font-size: 11px;
	background-color: #FFF;
}
.productBox h2 {
	font: bold normal 13px/17px Verdana, Geneva, sans-serif;
	margin-left: 15px;
	padding-top: 15px;
	margin-bottom: 5px;
}
.productBox h2 a {
	color: #000;
	text-decoration: none;
}
.productBox h2 a:hover {
	text-decoration: underline;
	color: #D84BAB;
}
.productBox p {
	margin-left: 15px;
	margin-right: 10px;
}


.productThumb {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: center;
	vertical-align: middle;
	height: 150px;
	width: 150px;
}
.productPrice {
	margin-left: 15px;
	margin-bottom: 10px;
}
.priceIntro {
	float: left;
	width: 70px;
	font-weight: bold;
	color: #000;
	clear: left;
}
.priceActual {
	float: left;
}
.loyaltyPointsGold, .loyaltyPointsBlue, .loyaltyPointsPink {
	height: 68px;
	width: 80px;
	position: absolute;
	top: -3px;
	right: -3px;
	font-weight: bold;
	color: #FFF;
}
.loyaltyPointsGold {
	background: url(images/loyaltyGold.png) no-repeat;
}
.loyaltyPointsBlue {
	background: url(images/loyaltyBlue.png) no-repeat;
}
.loyaltyPointsPink {
	background: url(images/loyaltyPink.png) no-repeat;
}
.loyaltyPointsGold span, .loyaltyPointsBlue span, .loyaltyPointsPink span {
	text-align: center;
	display: block;
	width: 42px;
	margin-left: 26px;
	padding-top: 23px;
}
.catBox {
	background-color: #FFF;
	height: 135px;
	width: 400px;
	margin-bottom: 10px;
	border: 1px solid #999;
	position: relative;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.catBoxThumb {
	position: absolute;
	left: 15px;
	top: 15px;
	border: 1px solid #999;
}
.catBoxTitle {
	position: absolute;
	left: 130px;
	top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-decoration: none;
}
.catBoxTitle:hover {
	color: #000;
	text-decoration: underline;
}
.catBoxText {
	position: absolute;
	left: 130px;
	top: 45px;
	width: 250px;
	font-size: 11px;
	line-height: 14px;
}
.viewVideo {
	background-image: url(images/viewVideo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 100px;
	width: 100px;
	position: absolute;
	top: 2px;
	right: 5px;
}

