/* @override http://localhost/even_the_eyebrows/style.css */

/* @override http://127.0.0.1/even_the_eyebrows/style.css */

body {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4D4D4F;
}
.oneColFixCtr #container {
	width: 950px;
	background: #FFFFFF;
	border: 0px;
	text-align: left;
	margin: 25px auto 0;
}
.oneColFixCtr #mainContent {
	margin-top: 0px;
	position: relative;
}

#contentBorder {
	border-left: 1px dotted #F49AC1;
	border-right: 1px dotted #F49AC1;
	margin-bottom: 10px;
	overflow: hidden;
}
#header {
	background: #ED1C24;
	padding: 0 24px;
	font-size: 12px;
	color: white;
	line-height: 16px;
	margin-bottom: 10px;
	overflow: hidden;
}
#logo {
	width: 429px;
	margin-top: 20px;
	margin-bottom: 16px;
	float: left;
	position: relative;
}
h1 {
	margin-top: 10px;
	font: 100 35px "HelveticaNeue-Light" "Helvetica Neue Light" "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}
p {
	font-size: 14px;
	line-height: 1.4em;
	padding-right: 40px;
}
p.intro {
	font-weight: bold;
	color: #ED1C24;
	margin-top: 0;
	margin-bottom: 20px;
}
p.button {
	margin-bottom: 0;
}
p.paypal {
	font-size: 10px;
	line-height: 11px;
	margin-bottom: 20px;
}

.hilight {
	font-weight: bold;
	color: #ED1C24;
}
label {
	font-weight: bold;
	display: block;
	font-size: 14px;
}
form input.field {
	border: 1px solid silver;
	width: 360px;
	font: 12px/15px Arial, Helvetica, sans-serif;
}
form button {
	background: url(images/submit.gif) no-repeat 0 0;
	width: 75px;
	height: 21px;
	border: 0;
	display: block;
	margin-top: 8px;
	padding: 0;
	cursor: pointer;
}
form button:hover {
	background-position: 0 -21px;
}
textarea {
	border: 1px solid silver;
	width: 360px;
	height: 100px;
	font: 12px/15px Arial, Helvetica, sans-serif;
}
a.order {
	width: 187px;
	height: 69px;
	background: url(images/order.gif) no-repeat 0 0;
	display: block;
}
a.order:hover {
	background-position: 0 -69px;
}
.buy {
	float: left;
	margin-right: 8px;
	margin-top: 0;
	width: 59px;
	height: 22px;
	border: 0;
	background: url(images/buy.gif) no-repeat 0 0;
	cursor: pointer;
}
.buy:hover {
	background-position: 0 -22px;
}
.submit {
	display: block;
	margin-top: 8px;
	border-style: none;
}

b {
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#text {
	margin-top: 20px;
	padding-bottom: 5px;
	float: right;
	width: 204px;
	position: relative;
}
.colourTxt {
	margin-bottom: 10px;
	display: block;
}

#sideBar {
	float: left;
	margin-right: 20px;
	padding-left: 10px;
	height: 100%;
	width: 220px;
}
#content {
	width: 640px;
	min-height: 400px;
	float: left;
	border-left: 1px dotted #F49AC1;
	padding-left: 10px;
}
#content.book {
	padding-left: 30px;
}

ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ol .number {
	color: #ED1C24;
	float: left;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 50px;
}
ol p {
	margin-left: 18px;
	float: left;
	width: 500px;
	margin-top: 0;
	padding-right: 30px;
}
ol li {
}

#sideBar ul {
	list-style-type: none;
	padding-left: 0;
	color: #F49AC1;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 40px;
}
#sideBarBottom {
	color: #F49AC1;
	position: absolute;
	bottom: 28px;
	/*left: 10px;*/
}
#sideBarBottom p {
	margin: 0;
}

.kids {
	margin-bottom: 25px;
}
.kids img {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}
.kids h3 {
	font-size: 14px;
	margin-bottom: 2px;
	line-height: 11px;
}
.kids p {
	margin-top: 5px;
}

.reviews {
	margin-bottom: 30px;
}
.reviews p {
	padding-right: 25px;
	margin-left: 96px;
}
.reviews img {
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}

#footer {
	width: 940px;
	background-color: #F49AC1;
	color: white;
	font-size: 11px;
	padding-left: 10px;
	line-height: 2em;
}
.footerRight {
	float: right;
	margin-right: 10px;
}
.footerLeft {
	float: left;
}
#footer a {
	color: white;
}

.clear {
	clear: both;
}
a:link, a:visited {
	color: #F49AC1;
	text-decoration: none;
}
a:hover {
	color: #ED1C24;
}
a.active {
	color: #ED1C24;
}
