/* Reset */

html, body {
	overflow: auto;
}

div, p, img, ul, li, h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
a img {
	border: none;
}


/* Utilities */

.clearboth, .clearBoth, .clear{
	clear: both;
}

.floatright {
	float: right;
}

.righttext {
	text-align: right;
}

.righttext img {
	margin-left: auto;
}

.centertext {
	text-align: center;
}

.centertext img {
	margin-left: auto;
	margin-right: auto;
}

/* Chrome Outline fix */

input, textarea, select {
	outline: none;
}

/* Admin menu */

#adminMenu {
	text-align: left;
	background-color: #000000;
	padding: 10px 0 0 0 !important;
	font-size: 11px;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
}

#adminMenu ul, #adminMenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#adminMenu ul {
	float:left;
}

#adminMenu li {
	display: inline;
	float: left;
	background-color: #FFFFFF;
	margin-left: 8px;
}

#adminMenu a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	border-bottom: none;
	display: block;
}

#adminMenu a:hover {
	background-color: #0066FF;
	color: #FFFFFF;
}

/* Search Results */

ul.results {
	list-style-type: none;
}

ul.results li {
	border-bottom: 3px dotted #CCC;
	padding-bottom: 20px;
	padding-top: 20px;
}

ul.results li a {
	color: #555;
	font-size: 16px;
	clear: both;
	padding-bottom: 5px;
	text-decoration: none;
}

ul.results li a:hover {
	color: #92C218;
	text-decoration: underline;
}

ul.results li .summary {
	font-size: 13px;
	color: #777;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.results li .modified {
	color: #92C218;
	clear: both;
	font-size: 12px;
}

.dataNav .numbers, .dataNav .links {
	clear: both;
	float: left;
	display: block;
}

.dataNav .links img {
	margin-right: 5px;
}

/* Basic layout, navigation, crumbtrail etc */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.left, .right {
	float: left;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	width: 990px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../media/pravera-direct/pravera-product-middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


#crumbtrail {
	font-size: 11px;
	color: #666;
}

#crumbtrail a {
	color: #666;
	text-decoration: none;
}

#crumbtrail a:hover {
	color: #000000;
}

#navigation {
	width: 160px;
	padding-right: 20px;
	float:left;
	margin-bottom: 10px;
}

#navigation ul, #navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li a {
	display:block;
	color: #000000;
	border: 1px solid #000000;
	padding: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #0066FF;
	color: #FFFFFF;
}

#navigation ul li ul {
	margin-left: 10px;
	font-size: 0.8em;
}

#navigation ul li ul li ul {
	margin-left: 0;
	font-size: 1em;
}

#navigation ul li ul li ul li a {
	color: #FFFFFF;
}

/* Form */

.formBox {
	padding: 10px 0;
}

.formBox p {
	clear: left;
	margin-bottom: 10px;
}

.formBox p label {
	width: 30%;
	padding-right: 5%;
	text-align: right;
	font-weight: bold;
	float: left;
	color: #333;
}

p input, .formBox p textarea, .formBox p select {
	border: 1px solid #000000;
	width: 55%;
	color: #000000;
	font-size: 1em;
	padding: 0 2px;
	font-family: Arial, Helvetica, sans-serif;
}

#popup p input, .formBox p textarea, .formBox p select, .formBox button {
	border-color: #000000;
}

.formBox p textarea {
	height: 100px;
}

.formBox p input.number {
	width: 75px;
}

.formBox p input.chk {
	border: none;
	width: auto;
}

.formBox p input.file {
	width: auto;
}

p input.btn, .formBox button, .formBox input.chooseBtn {
	width: auto;
	background-color: #FFFFFF;
	border: none;
}

.formBox input.chooseBtn {
	margin-left: 1px;
}

p.buttons, div.buttons {
	padding-left: 35%;
}

.buttons input {
	background-color: #FFF;
	border: 1px solid #000;
	display: block;
	padding: 5px;
}

/* Other Stuff */

#content {
	padding: 10px 25px;
	float: left;
	width: 760px;
	margin-bottom: 10px;
}

#content h1 {
	padding-bottom: 7px;
	margin: 0 0 20px 0;
	color: #333;
	font-size: 22px;
	font-weight: normal;
}

#content p {
	margin-bottom: 10px;
	color: #333;
	font-size: 13px;
}

#content p a {
	color: #666;
}

#content p.intro, #subshop p.intro {
	font-size: 16px;
}

#content ul, #subshop .right ul {
	padding-left: 30px;
	font-size: 13px !important;
	color: #333 !important;
}

#content ul li, #subshop .right ul li {
	font-size: 13px !important;
	color: #333 !important;
	padding-bottom: 5px;
}

#content ol, #subshop .right ol {
	font-size: 13px;
	color: #333;
}

#content ol li, #subshop .right ol li {
	padding-bottom: 5px;
}

#alert {
	border: 4px solid #CCC;
	background-color: #FFFFFF;
	color: #00263D;
	padding: 8px;
	margin-bottom: 15px;
}

#outertop {
	background-image: url(../media/pravera-direct/pravera-direct-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 990px;
}

#outerbottom {
	background-image: url(../media/pravera-direct/pravera-product-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	width: 990px;
}

#outertop p.left {
	padding: 7px 0;
}

#outertop p.left a {
	display: block;
	padding-left: 20px;
	color: #333;
	font-size: 12px;
}

#outertop p.left a:hover {
	text-decoration: none;
}

#topnav {
	float: right;
	background-image: url(../media/new-navigation/tab-navigation.png);
	background-repeat: no-repeat;
	background-position: -195px -1px;
	padding-left: 4px;
}

#topnav ul, #topnav ul li {
	position: relative;
	list-style-type: none;
}

#topnav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: auto;
	margin-left: auto;
	color: #333;
}

#topnav ul li {
	float: left;
	background-image: url(../media/new-navigation/tab-navigation.png);
	background-repeat: no-repeat;
	background-position: left -1px;
	margin-bottom: 3px;
	border: none !important;
}

ul .rightlink {
	border: none !important;
	padding-right: 0px !important;
}
#topnav ul .rightlink {
	margin-right: 0px !important;
}

#topnav ul li a {
	padding-right: 10px;
	margin-left: 10px;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	overflow: hidden;
	color: #333;
	text-decoration: none;
	background-image: url(../media/new-navigation/tab-navigation-new.png);
	background-repeat: no-repeat;
	background-position: right -1px;
}
#topnav ul li a:hover {
	text-decoration: underline;
}

#topnav ul li ul {
	position: absolute;
	right: 1000em;
	z-index: 8999;
	background-image: url(../media/new-navigation/pravera-fly-out-nav2.png);
	width: 220px;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	top: 27px;
	text-align: left;
}

#topnav ul li ul li {
	background-color: #D6CABE;
}

#topnav ul li:hover ul {
	right: 0;
}

#topnav ul li ul li, #topnav ul li ul li a {
	position: static;
	float: none;
	background-image: none;
	margin-bottom: 0px;
}

#innerwrapper {
	width: 955px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../media/pravera-direct/pravera-direct-white-middle.jpg);
}

#innertop {
	background-image: url(../media/pravera-direct/natural-organic-cosmetics-top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#innerbottom {
	height: 15px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../media/pravera-direct/natural-organic-cosmetics-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#innerpadding {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* Head */

#header {
	text-align: left;
}

#header .lhs {
	float: left;
	width: 400px;
}

#header .lhs #mainlogo {
	height: 124px;
	width: 400px;
	margin-left: auto;
	display: block;
	background-image: url(../media/pravera-direct/pravera-direct.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	text-indent: -1000em;
	overflow: hidden;
}

#header .lhs #mainlogo a {
	height: 110px;
	width: 287px;
	display: block;
}

#header .rhs {
	float: left;
	width: 530px;
	text-align: right;
}

#header .rhs #phonenum {
	width: 201px;
	height: 22px;
	margin-left: auto;
	font-size: 22px;
}
#header .rhs #basket {
	width: 500px;
	margin-left: auto;
	background-image: url(../media/pravera-direct/pravera-bag.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100px;
}

#header .rhs #basket h3 {
	font-size: 18px;
	font-weight: normal;
	background-image: url(../media/pravera-direct/pravera-direct-totals.jpg);
	background-repeat: no-repeat;
	float: right;
	background-position: 123px 0px;
	position: relative;
	top: 47px;
	right: 81px;
}

#header .rhs #basket .totals {
	margin-left: 10px;
}

#header .rhs #basket ul {
	font-size: 14px;
	list-style-type: none;
	width: 240px;
	position: relative;
	top: 60px;
	float: left;
	left: 190px;
}

#header .rhs #basket img {
	float: right;
}

#header .rhs #basket ul li {
	float: left;
	border-right: 1px solid #000;
}

#header .rhs #basket ul li a {
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

#bodyheader {
	background-color: #D1C9C6;
}

#bodyheader h1, #bodyheader .left h2, #bodyheader .left p {
	font-weight: normal;
	font-size: 24px;
	padding: 10px;
}

#bodyheader .left {
	width: 660px;
	color: #FFF;
	background-color: #D1C9C6;
}

#bodyheader .right {
	color: #900;
	text-align: right;
	width: 260px;
	background-color: #D1C9C6;
}

#bodyheader h2 {
	font-size: 18px;
	color: #900;
	font-style: normal;
	padding-top: 3px;
}

#bodyheader .right p {
	font-size: 18px;
}

#bodyheader h3 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 3px;
}

/* Torso */

#mainbody .left {
	float: left;
	position: relative;
	z-index: 1234;
	width: 155px;
	margin-top: 5px;
	margin-right: 5px;
}

#mainbody .left ul, #mainbody .left ul li {
	list-style-type: none;
	position: relative;
}

#mainbody .left ul li {
	margin-bottom: 5px;
}

#mainbody .left ul li ul li {
	margin-bottom: 0px;
}

#mainbody .left ul li a.small {
	font-size: 12px;
}

#mainbody .left ul li a .BIG {
	font-size: 18px;
	display: block;
}

#mainbody .left ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#mainbody .left ul li:hover {
	background-color: #CFC0B9;
	background-position: left top;
	background-image: url(../media/new-navigation/pravera-side-nav.jpg);
	background-repeat: no-repeat;
}

#mainbody .left ul li a:hover {
	color: #FFF;
}

#mainbody .left ul li:hover a {
	color: #FFF;
	background-image: url(../media/new-navigation/pravera-side-nav2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#mainbody .left ul li ul {
	font-size: 12px;
	padding: 0px;
	position: absolute;
	left: -1000em;
	border-radius: 7px;
	border-top-left-radius: 0;
	background-color: #CFC0B9;
	padding-bottom: 5px;
	box-shadow: 3px 6px 3px #666;
	background-clip: padding-box;
	width: 514px;
	z-index: 9001;
}

#mainbody .left ul li:hover ul {
	left: 150px;
	top: 0px;
}

#mainbody .left ul li:hover ul li a:hover {
	text-decoration: underline;
}

#mainbody .left ul li ul li:hover, #mainbody .left ul li ul li:hover a, #mainbody .left ul li:hover ul li, #mainbody .left ul li:hover ul li a, #mainbody .left ul li ul li ul {
	background-image: none;
}

#mainbody .left ul li ul li, #mainbody .left ul li ul li ul {
	position: static;
}

#mainbody .left ul li ul li {
	float: left;
	text-indent: 15px;
	background-color: transparent;
	width: 257px;
	padding-top: 5px;
	background-image: none;
}

#mainbody .left ul li ul li:hover, #mainbody .left ul li ul li:hover a {
	background-color: transparent;
	background-image: none;
}

#mainbody .left ul li ul li ul {
	clear: both;
}

#mainbody .left ul li ul li ul li {
	float: none;
	clear: both;
}

#mainbody .right {
	width: 780px;
	margin-top: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#mainbody .right #subshop .left {
	width: 323px;
}
#mainbody .right #subshop .right {
	width: 452px;
}
#mainbody .right #subshop .right p {
	padding-bottom: 13px;
	font-size: 13px;
	color: #333;
}
#mainbody .right #subshop .right p.intro {
	font-size: 16px;
}
#mainbody .right #subshop .right p a {
	color: #B5CC62;
	text-decoration: none;
}
#mainbody .right #subshop .right p a:hover {
	text-decoration: underline;
}

#mainbody .right #sidebar, .wide #sidebar {
	background-color: #D6CABE;
	width: 780px;
}

#mainbody .right #sidebar label {
	color: #333 !important;
}

#mainbody .right #subshop .imgCol {
	width: 390px;
	float: left;
	margin: 0px !important;
	padding: 0px !important;
}

#mainbody .right #subshop .imgCol img {
	margin-bottom: 11px;
}

#sidebar .formBox {
	font-size: 13px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 25px;
	overflow: hidden;
	width: 780px;
}

#sidebar .formBox form {
	padding: 0px;
	margin: 0px;
	height: 25px;
	overflow: hidden;
}

#sidebar .formBox form#frmBrand {
	width: 250px;
	float: left !important;
	padding-top: 1px !important;
}

#sidebar .formBox form#frmSearch {
	width: 400px;
	float: left !important;
}

#sidebar .formBox input {
	width: 200px;
}
#sidebar .formBox button {
	background-color: transparent;
	border: none;
}
#subshop .left h2, #subshop .right h2 {
	font-size: 22px;
	font-weight: normal;
	color: #B5CC62;
	padding-top: 10px;
	padding-bottom: 10px;
}
#subshop .featuredProduct {
	float: left;
	width: 382px;
	margin-bottom: 15px;
	margin-right: 8px;
}

#subshop .right ul li {
	font-size: 15px;
}

#subshop .featuredProduct h3, #subshop .featuredProduct h3 a {
	color: #666;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	padding-right: 5px;
}

#subshop .wide #sidebar {
	width: 780px !important;
}

#featuredbrands {
	padding-top: 15px;
	padding-bottom: 7px;
	position: relative;
	overflow: hidden;
}
#featuredbrands h2, #subshop h1 {
	color: #D6CABE;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 20px;
}
#subshop h1 {
	padding-top: 10px;
}

#featuredproducts .left, #featuredproducts .right, #seasonaloffers .left, #seasonaloffers .right {
	width: 382px;
	background-image: url(../media/pravera-direct/pravera-natural-cosmetics.jpg);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
#featuredproducts .left, #seasonaloffers .left {
	margin-right: 14px;
}
#featuredproducts h3, #seasonaloffers h3 {
	color: #D6CABE;
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.seasonaloffer img {
	padding-left: 1px;
	width: 380px;
}

#featuredproducts .splashImg, #featuredproducts #severalProducts {
	border: 1px solid #CCC;
}

#featuredproducts .splashImg .left, #featuredproducts .splashImg .right {
	border: none !important;
	background-image: none !important;
}

#featuredproducts .splashImg .left .homeproduct {
	padding-bottom: 10px;
	padding-top: 10px;
}

#featuredproducts .splashImg .left .clearboth {
	border-top: 1px solid #CCC;
	margin-left: 20px;
	width: 320px;
}

#featuredproducts #severalProducts .homeproduct {
	padding-bottom: 10px;
	padding-top: 10px;
}


#featuredproducts #severalProducts .clearboth {
	border-bottom: 1px solid #CCC;
	margin-left: 20px;
	margin-right: 20px;
}

#featuredproducts .homeproduct, #seasonaloffers .homeproduct {
	float: left;
	width: 180px;
}
#featuredproducts .homeproduct img, #seasonaloffers .homeproduct img {
	padding-left: 1px;
}
#featuredproducts .homeproduct p, #seasonaloffers .homeproduct p {
	padding-left: 10px;
	font-size: 15px;
	color: #333;
}
#featuredproducts .homeproduct p a, #seasonaloffers .homeproduct p a {
	color: #333;
}
#featuredproducts .homeproduct p a:hover, #seasonaloffers .homeproduct p a:hover {
	color: #91BE1D;
}
#seasonaloffers {
	margin-top: 15px;
}
.seasonaloffer h4 {
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
}
.seasonaloffer p {
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.seasonaloffer p a {
	color: #333;
}
.seasonaloffer p a:hover {
	text-decoration: none;
}
#mainbody h3.pricelist {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin-bottom: 15px;
}
#mainbody h3.pricelist a {
	color: #900;
	text-decoration: none;
}
#mainbody h3.pricelist a:hover {
	text-decoration: underline;
}
#mailinglist {
	background-color: #D6CABE;
}
#mailinglist .formBox {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 20px;
}
#mailinglist h3 {
	float: left;
	font-size: 16px;
	color: #333;
	padding-right: 30px;
}
#mailinglist p {
	float: left;
	padding-right: 20px;
	font-size: 13px;
	clear: none !important;
	margin: 0px !important;
}
#mailinglist .formBox label {
	font-size: 12px;
	float: left;
	padding-top: 3px;
	padding-right: 10px;
	color: #333 !important;
	text-align: left !important;
	font-weight: normal !important;
	width: 50px !important;
}
#mailinglist .formBox input {
	width: 200px;
	border: 1px solid #FFF;
	float: left;
}
#mailinglist .formBox .btn {
	border-left: 1px solid #FFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	background-color: transparent;
	width: 50px;
	font-size: 14px !important;
}

#bottombody .left {
	width: 538px;
	color: #666;
	padding-right: 10px;
}
#bottombody .left h2 {
	font-size: 18px;
	font-weight: normal;
	color: #666;
}
#bottombody .left h3 {
	padding-top: 10px;
	font-size: 15px;
	font-weight: normal;
}
#bottombody .left p {
	font-size: 13px;
	padding-top: 10px;
}
#bottombody .left p.intro {
	font-size: 16px;
}
#bottombody .left .righttext {
	text-align: right;
}
#bottombody .left p a {
	color: #900;
	text-decoration: none;
}
#bottombody .left p a:hover {
	text-decoration: underline;
}

#bottombody .right {
	width: 387px;
}
#productCont h1 {
	font-size: 24px;
	font-weight: normal;
	color: #030;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 3px;
}
#productCont .product {
	width: 183px;
	border: 1px solid #CDC;
	float: left;
	margin-right: 10px;
	margin-bottom: 13px;
	padding: 3px 0;
	color: #666;
}

#productCont .product button {
	background-color: transparent;
	border: none;
	background-image: url(../media/pravera-direct/pravera-buy-now.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 80px;
	height: 17px;
	display: block;
}

#productCont .product img {
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
}

#productCont .product .righttext img, #productCont .product .floatright img {
	border: none !important;
}

#productCont .product p {
	font-size: 12px;
	padding: 0 3px 3px 3px;
}
#productCont .product p a {
	color: #666 !important;
}
#productCont .product p strong {
	color: #333;
	padding-bottom: 5px;
}

/* Feet */

#footer {
	text-align: left;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}

#footer .left {
	width: 615px;
	padding-top: 10px;
}

#footer h3 {
	font-size: 16px;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer .left ul {
	font-size: 12px;
	list-style-type: none;
	color: #333;
	width: 400px;
}

#footer .left ul li {
	float: left;
	width: 180px;
	margin-right: 20px;
	margin-bottom: 5px;
}

#footer .left ul li .BIG {
	font-size: 18px;
	padding: 0 0 1px 0;
	display: block;
}

#footer .left ul li a {
	color: #333;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	display: block;
	text-decoration: none;
	padding-bottom: 3px;
}

#footer .left ul li a:hover {
	color: #900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}

#footer .left #tertiaryLinks {
	padding-top: 20px;
}

#footer .left #tertiaryLinks, #footer .left #tertiaryLinks li {
	font-size: 12px;
	width: auto !important;
	text-transform: uppercase;
}

#footer .left #tertiaryLinks li {
	border-right: 1px solid #000;
	margin: 0px;
	padding: 0px;
}

#footer .left #tertiaryLinks li a {
	border-bottom: none !important;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}

#footer .right {
	width: 340px;
	padding-top: 10px;
}

#footer #footerbottom .right {
	width: 260px;
}
#footer .right h4 {
	float: left;
	padding-top: 10px;
	font-size: 16px;
	color: #333;
	padding-right: 10px;
}
#footer .right img {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}
#footerbottom .left {
	padding-top: 30px;
	width: 695px;
}
#footerbottom .left p {
	font-size: 13px;
	color: #333;
}
#footerbottom .left p a {
	color: #333;
}
#footerbottom .right {
	text-align: right;
}
#footerbottom .right img {
	padding: 0px;
	margin: 0 0 10px auto;
	float: none;
}
#footerbottom .right p {
	font-size: 13px;
	color: #333;
	text-align: right;
}
#footerbottom .right p a {
	color: #333;
	text-decoration: none;
}
#footerbottom p a:hover {
	text-decoration: underline;
	color: #900;
}

/* Toes */

#subshop .boxEntity {
	border-bottom: 3px solid #CCC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#subshop .boxEntity .left {
	width: 180px !important;
}
#subshop .boxEntity .right {
	width: 560px !important;
}
#siteMap ul li {
	font-size: 15px;
}
#siteMap ul li ul li {
	font-size: 13px;
}
#siteMap ul li a {
	color: #666;
	text-decoration: none;
}
#siteMap ul li ul li a {
	color: #333;
}
#siteMap ul li ul li ul li a {
	color: #000;
}
#sitemap ul li a:hover {
	color: #9EB502 !important;
}
#stockists {
	width: 780px;
	margin-top: 13px;
	margin-bottom: 13px;
}
#stockists .stockLine {
	float: left;
	background-image: url(../media/common/stockists-addresses.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}
#stockists .stockLine .stockCol {
	width: 190px;
	display: inline-block;
	*display: inline;
	vertical-align: top;
}
#stockists .clearboth {
	width: 780px;
	height: 30px;
	background-image: url(../media/common/stockists-clear.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
}

#stockists .stockLine .stockCol h3 {
	padding-left: 10px;
	font-size: 18px;
	color: #000 !important;
	font-weight: normal !important;
}

#stockists .stockLine .stockCol p {
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	padding-bottom: 13px;
}

#stockists .stockLine .stockCol p a {
	color: #666;
	text-decoration: none;
}

#stockists .stockLine .stockCol p a:hover {
	color: #9EB502 !important;
}

#heroshot h1 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
}

#heroshot img, #homeCats .catHome, #homeCats .catHome img {
	max-width: 780px;
	max-height: 133px;
	padding: 0px !important;
	margin: 0px !important;
	position: relative;
	z-index: 1;
}	

#heroshot p {
	color: #666;
	font-size: 12px;
	padding-bottom: 13px;
}

#stayingbody .right img {
	padding-bottom: 10px;
}
div.yesBox {
	float: left;
	width: 100px;
	background-repeat: no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	background-image: url(../media/ticks-n-tings/green-tick.jpg);
	padding-top: 4px;
}

div.noBox {
	float: left;
	width: 100px;
	background-repeat: no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	background-image: url(../media/ticks-n-tings/green-x.jpg);
	padding-top: 4px;
}

div.descriptionNote {
	padding-left: 260px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Press */

#mainbody .right .pressBox {
	width: 760px;
	overflow: hidden;
	margin-bottom: 20px;
}

#mainbody .right .pressBox .left {
	width: 200px;
	margin-right: 20px;
}

#mainbody .right .pressBox .right {
	width: 520px;
}
