@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
}

body{
	background-image: url(../media/bodybg.jpg);
	background-repeat: repeat-x;
}

#container {
	height: 100%;
	width: 960px;
	border: 1px none #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

#navigation {
	background-color: #FFFFFF;
	float: right;
	height: auto;
	width: 240px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
	background-image: url(../media/nav-bg.gif);
	background-repeat: repeat-y;
	margin-right: 5px;
}
.nav-head-bg {
	background-image: url(../media/nav-head-bg.jpg);
	}

#content {
	height: auto;
	width: 695px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
}

#content h1{
	font-family: sans-serif;
	font-size: 24px;
	color: #006699;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
#content h2 {
	font-size: 20px;
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-left: 10px;
	line-height: 1.7em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-decoration: none;
}

#content h2 a:link, #content h2 a:visited 

{
	color: #993300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.7em;

}

.button {
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	width: 119px;
	height: 67px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-align: center;
	padding-top: 10px;
	display: block;
	float: left;
}

.button a:link, .button a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}
	
	
.button a:hover {
	color: #003366;
}

#button-container {
	width: auto;
	position: absolute;
	margin-left: 152px;
	height: auto;
	padding-bottom: 5px;
}


#content h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.7em;
	color: #0066CC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	padding-right: 10px;
}
#content h4{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#content h5{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: #333333;
	font-weight: bold;
}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content p{
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 1.7em;
	color: #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content ul{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
}

#content ul li{
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 1.7em;
	color: #666666;
}

#header {
	height: 110px;
	width: 960px;
	border: 2px none #93C9FF;
}
#basket {
	float: right;
	height: auto;
	width: 500px;
	border: 1px none #99CCFF;
	margin-right: 5px;
	margin-top: 10px;
}

#loginbar {
	background-color: #FFFFFF;
	height: 20px;
	width: 950px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#loginbar a:link, #loginbar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

#loginbar a:hover {
	color: #0066FF;
}

#navigation h2{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../media/nav-head-bg.jpg);
	font-size: 18px;
	line-height: 1.6em;
	color: #003366;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
}



.navlist
{
	padding-left: 25px;
	width: auto;
	padding-top: 10px;
	padding-right: 25px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: gray;
}

.navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #77BBFF;
}

.navlist li a:link, li a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #0066CC;
}
.navlist li a:hover {
	text-decoration: none;
	background-color: #99CCFF;
	color: #003366;
}
#breadcrumb {
	height: 20px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 2px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
#searchbar {
	background-color: #99CCFF;
	height: 25px;
	width: 950px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}


form {
	font: 0.8em "Helvetica Neue", helvetica, arial, sans-serif;
	color: #666;
	background-color: #FFFFFF;
	border: solid 1px #d3d3d3;
	width: 645px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}
.legend {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-image: url(../media/navbgjpg.jpg);
	background-repeat: repeat-x;
}

h4 span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066CC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #0066CC;
	font-weight: bold;
	letter-spacing: .05em;
	background-color: #DEEBFE;
}

input[type=text] {
	font-size: 1em;
	color: #666666;
	background-color: #fee;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	float: left;
	background-image: url(../media/txtboxbg.gif);
	background-repeat: repeat-x;
	font-family: sans-serif;
}

input[type=text]:hover {
	background-image: url(../media/txtboxbg2.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #C9C9C9;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-color: #C9C9C9;
}


input[type=checkbox]:hover {
	background-color: #FFCC33;
}

input[type=text]:focus {
	background-image: url(../media/txtboxbg2.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #C9C9C9;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-color: #C9C9C9;
}

input[type=password] {
	font-size: 1em;
	color: #666666;
	background-color: #fee;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	float: left;
	background-image: url(../media/txtboxbg.gif);
	background-repeat: repeat-x;
	font-family: sans-serif;
}

input[type=password]:hover {
	background-image: url(../media/txtboxbg2.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #C9C9C9;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-color: #C9C9C9;
}

input[type=password]:focus {
	background-image: url(../media/txtboxbg2.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #C9C9C9;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-color: #C9C9C9;
}



select {
	font-size: 1em;
	color: #666666;
	background-color: #fee;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
	height: auto;
	float: left;
	background-image: url(../media/txtboxbg.gif);
	background-repeat: repeat-x;
	font-family: sans-serif;
}

select:hover {
	font-size: 1em;
	color: #666666;
	background-color: #fee;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	background-image: url(../media/txtboxbg2.gif);
	background-repeat: repeat-x;
	font-family: sans-serif;
}

select:focus{background-image: url(../media/txtboxbg2.gif);}


textarea {
	float: left;
	background-image: url(../media/txtboxbg.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}

textarea:focus{
	background-image: url(../media/txtboxbg2.gif);
	background-repeat: repeat-x;
}

textarea:hover{
	background-image: url(../media/txtboxbg2.gif);
	background-repeat: repeat-x;
}

.label {
	display: block;
	float: left;
	width: 145px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}   
.form-row {
	clear: both;
	width: 640px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15;
}   
label.error { width: 250px; display: block; float: left; color: red; padding-left: 10px; }   
 
table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	height: auto;
	width: 645px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-left: 10px;
	}

th {
	text-align: left;
	background-color: #006699;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0.5em;
	padding-left: 0.5em;
	}

tr.heading td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #6699CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99CCFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}

td {
	padding-top: 2.5px;
	padding-right: 0.5em;
	padding-bottom: 2.5px;
	padding-left: 0.5em;
	border-bottom-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	}

tbody tr:hover td, tbody tr:hover th {
	border-bottom-style: none;
}


tbody td a:hover, tbody th a:hover {
	background: transparent;
}
.errornotification {
	font-weight: normal;
	padding: 3px;
	height: auto;
	width: 450px;
	border: 1px solid #FF3300;
	float: left;
}



td.width {

	}

td.adjacent {
	border-left: 1px solid #CCC;
	text-align: center;
	background-color: #E2E2E2;
	}
tr{
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#errorcontainer {
	display: none;
}

#db {clear: both;
	width: 650px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10;}#stones {
	background-color: #0099CC;
}
.red {
	color: #CC3300;
}
#offers {
	height: auto;
	width: 395px;
	float: right;
	margin-right: 50px;
	padding-right: 40px;
	clear: none;
}
.instruction {
	height: auto;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #666666;
	padding: 10px;
	margin-top: 5px;
}

#phone {
	height: 40px;
	width: 265px;
	padding-right: 5px;
	text-align: center;
	float: right;
	padding-top: 10px;
	margin-top: 10px;
	display: block;
}
#footer-wrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 950px;
	border-top-color: #006699;
	margin-left: auto;
	padding-bottom: 5px;
	background-image: url(../media/footerbg.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
}
.footer-block {
	float: left;
	height: auto;
	width: 215px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0px;
}

#footer-wrapper h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 20px;
	color: #003366;
}
.cards {
	float: right;
	padding-right: 25px;
}


.footer-block h2{
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	padding-bottom: 5px;
}
.footer-block ul{
	padding-top: 10px;
	padding-left: 0px;
	list-style-type: none;
}
.footer-block ul li, .footer-block ul li a:link, .footer-block ul li a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color: #FFFFFF;
	padding-left: 0px;
	text-decoration: none;
}

.footer-block ul li a:hover{
	color: #000000;
	text-decoration: underline;
}

#footer-wrapper p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color: #999999;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}
.exp {
	background-color: #FFFFFF;
	height: auto;
	width: 500px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.clearfloat {
	clear: both;
	float: left;
}
.condition {
	padding-left: 10px;
	padding-top: 5px;
	clear: none;
	float: left;
	width: 630px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main-image{
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}


.alignright {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.image {
	padding: 5px;
	float: right;
}
.dummywrapper {
	margin-left: 10px;
	padding-left: 20px;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.member-h3 {
	color: #003366;
}
.loginheading  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #E1F0FF;
	border: 1px solid #CCCCCC;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	color: #003366;
}
#top-cart {
	height: 75px;
	width: 250px;
	padding: 0px;
	float: right;
	background-image: url(../media/basket-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
}


#top-cart h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 245px;
	margin-right: auto;
	margin-left: auto;
}

#top-cart p{
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 0px;
	text-align: center;
}

.basket-images

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

}
#cards {
	float: left;
	margin-top: 10px;
}
.back {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.logo {
	margin-top: 15px;
}
#top {
	background-color: #003366;
	height: 30px;
	width: 100%;
}
#outer-footer-wrapper {
	background-image: url(../media/footerbg.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 100%;
}

.messagebox{
	position:absolute;
	width:100px;
	margin-left:15px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
#login-outer-wrapper {
	padding: 0px;
	height: 100%;
	width: 660px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	display: inline;
}
#login-box {
	padding: 0px;
	float: left;
	height: 250px;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../media/loginbg.jpg);
	background-repeat: no-repeat;
}

#login-box h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #003366;
	margin-left: 10px;
	margin-top: 5px;
}
.login-control-outer-wrapper {
	float: left;
	height: 22px;
	width: 400px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.login-label {
	margin: 0px;
	float: left;
	height: 20px;
	width: 180px;
	text-align: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.logincontrol {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 20px;
	width: 210px;
}



#sign-in-box {
	padding: 0px;
	height: 250px;
	width: 240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../media/register.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

#sign-in-box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.smallicon {
	height: auto;
	width: auto;
	padding: 0px;
}


.messageboxok{
	position:absolute;
	width:auto;
	margin-left:15px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:15px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}

.loginform {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.notification2 {
	background-color: #FFFFCC;
	float: left;
	height: 30px;
	width: 620px;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.info-box {
	float: left;
	height: 230px;
	width: 215px;
	padding-left: 0px;
	background-image: url(../media/box-bg.png);
	background-repeat: no-repeat;
}


#boxes {
	width: 690px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	float: left;
}

#boxes h1{
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	margin-top: 5px;
}


.left10 {
	margin-left: 10px;
}
.right-align-box {
	float: right;
}
#top-cart-inner {
	height: 70px;
	width: 250px;
}
#slider {
	float: left;
	height: auto;
	width: 680px;
	margin-bottom: 10px;
}

#hairtreatment {
	background-color: #660033;
	clear: both;
	float: left;
	height: auto;
	width: 690px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.buy-box {
	height: 215px;
	width: 690px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.buy-box h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.buy-box p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}
.rrp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-left: 5px;
}


.buy-box-inner {
	height: 210px;
	width: 690px;
	overflow: hidden;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.picturebox {
	float: left;
	height: 195px;
	width: 150px;
	margin-left: 15px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.description-box {
	float: right;
	height: auto;
	width: 480px;
	margin-right: 15px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.dbox {
	background-color: #F5F5F5;
	height: 95px;
	width: auto;
	overflow: hidden;
	margin-bottom: 5px;
}
.pricebox {
	height: 40px;
	width: auto;
}
.pd {
	height: 20px;
	width: auto;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
	padding-bottom: 5px;
	padding-left: 10px;
}
#pbox-outer {
	background-color: #FF3300;
	float: left;
	height: 40px;
	width: 150px;
}

.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

#sitemapwrapper {
	background-color: #FFFFFF;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
#smleftbox {
	float: left;
	height: auto;
	width: 50%;
}
#smrightbox {
	float: right;
	height: auto;
	width: 50%;
}

#smleftbox ul, #smrightbox ul {
	list-style-type: none;
	padding-left: 10px;
}

#bottomlogos {
	height: 50px;
	width: auto;
	padding-top: 30px;
}

