/*
 * default.css
 *
 * @copyright: http://www.azure-design.com
 * @created: 03 November 2008
 *
 * table of contents:
 *
 *  - reset reloaded
 *  - cherry tree styles begin
 *  - default link styles
 *  - default font styles
 *  - miscellaneous text and XHTML tag styles
 *  - form element styles
 *  - header and branding styles
 *  - account banner styles
 *  - additional styles for serrated edging and black background
 *  - default page structure rules
 *  - product sections on home page styles
 *  - free delivery plug on home page styles
 *  - footer styles
 *  - additional classes and style rules
 *
 * TODO:
 *  - Tidy the style sheet up! Group rules in relevant and logical order
 */

/* reset reloaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: white;
	color: black;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Cherry Tree styles begin */
html {
	background: #730027 url(../../../../images/static/bg-tile.jpg) repeat-y 50% 0;
	overflow: auto;
}
body {
	color: #fff;
	font: normal 62.5%/1.4 Georgia, 'Times New Roman', Times, serif;
	text-align: center;
	background: url(../../../../images/static/header-tile.gif) repeat-x 0 0;
}


/* default link styles */
a:link, a:visited {
	color: #e9ccd8;
	text-decoration: none;
}
a:hover, a:active{
	color: #fff;
	text-decoration: none;
}


/* default font styles */
h2 {
	font-size: 2em;
	display: block;
	padding: 27px 0 0 27px;
}
h2#welcome {
	font-size: 2.2em;
}
h1, h2, h3 {
	color: #bfe49e;
	font: normal 2.2em/1 Georgia, 'Times New Roman', Times, serif;
	display: block;
}
h3 {
	font-size: 1.8em;
	padding: 1em 0 0.4em 0;
}
p {
	color: #f2f2f2;
	font-size: 1.6em;
	padding-bottom: 1.1em;
}

/* miscellaneous text and XHTML tag styles */
li {
	list-style: none;
}
address {
	font-style: normal;
}
abbr, acronym {
	text-decoration: none;
	border: none;
}
a img {
	border: none;
}
address {
	font-size: 1.6em;
	font-style: normal;
	padding: 0 0 1em 0;
}
ol.content, ul.content {
	margin-left: 5em;
	margin-bottom: 2.5em;
}
ol.content li {
	list-style-type: decimal;
}
ul.content li {
	list-style-type: square;
}
.content li {
	font-size: 1.6em;
}


/* form elements styles */
form label {
	color: #fff;
	font: normal 1.6em/1 Georgia, 'Times New Roman', Times, serif;
	display: inline;
}
form fieldset {
	background: url(../../../../images/static/large-divider.png) no-repeat 50% 100%;
	margin-bottom: 1.6em;
	padding: 0 0 4.6em 0;
	border: none;
}
form fieldset legend {
	color: #bfe49e;
	font: normal 1.8em/1 Georgia, 'Times New Roman', Times, serif;
	padding-bottom: 1em;
}
form fieldset label {
	float: left;
	width: 150px;
	padding: 0.3em 0 0 0;
}
form fieldset fieldset {
	font-size: 1em;
	background: none;
	margin-bottom: 0;
	padding-bottom: 2.5em;
}
form fieldset fieldset legend {
	color: #fff;
	font: bold 1.6em/1 Georgia, 'Times New Roman', Times, serif;
}
.radio-label {
	display: inline;
	float: left;
	width: 2em;
}
input[type="password"],
input[type="text"],
select,
textarea {
	color: #191919;
	font: normal 1.4em/1 Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	display: inline;
	width: 220px;
	padding: 0.3em;
	border: solid 0.1em #9c9c9c;
}
form fieldset table {
	font-size: 1em;
}
#male-input, #male-label, #female-input, #female-label {
	text-align: left;
}
#male-input, #female-input {
	width: 2em;
	padding-top: 0.2em;
}
#male-label, #female-label {
	width: 4.5em;
	padding-top: 0;
}
#male-label label, #female-label label {
	width: 2em;
}
#forgotten-password {
	font-size: 1.4em;
	padding-top: 0.5em;
}
#forgotten-password a:link,
#forgotten-password a:visited {
	color: #bfe49e;
	text-decoration: none;
}
#forgotten-password a:hover,
#forgotten-password a:active {
	color: #bfe49e;
	text-decoration: underline;
}
#newsletter label {
	display: inline;
	float: left;
	width: auto;
	margin: 0.3em 2em 0 0;
	padding: 0;
}
#newsletter label#newsletter-checkbox-label {
	width: 300px;
}
#newsletter input {
	font-size: 1.4em;
	display: inline;
	float: left;
	width: 1em;
	margin-right: 0.7em;
	margin-top: 0.2em;
}
.form-wrapper {
	font-size: 1em;
	width: 100%;
	height: 3.5em;
	clear: both;
}
.no-padding-top {
	padding-top: 0;
}


/* default page structure rules */
#container {
	text-align: left;
	width: 860px;
	margin: 0 auto;
}
#content {
	float: left;
	width: 400px;
	margin-top: -40px;
	padding-left: 40px;
	padding-bottom: 50px;
}
#content h2 {
	/* adds the leaf morif to all main headers in #content div so it does not effect sidebar headings, etc. */
	background: url(../../../../images/static/h2-leaf-bg.gif) no-repeat 0 0;
	margin-left: -27px;
	padding-bottom: 1em;
}
#content form {
	display: block;
	width: 100%;
}

#left-column {
	background: url(../../../../images/static/sidebar-shadow.png) no-repeat 100% 0;
	float: left;
	width: 212px;
	min-height: 1110px;
}
#left-column .boxout {
	margin-right: 15px;
}
#home-left {
	float: left;
	width: 235px;
}


/* header and branding styles */
#header-outer {
	background: url(../../../../images/static/header-bg.gif) no-repeat 50% 0;
	position: relative;
	width: 100%;
	height: 334px;
}
#header-inner {
	position: relative;
	width: 860px;
	margin: 0 auto;
}
#header-inner #logo {
	position: absolute;
	display: block;
	top: 83px;
	left: 45px;
}

/* account banner styles */
#account-wrapper {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
#account-head {
	background: url(../../../../images/static/account-tile-top.gif) repeat-x 50% 0;
	height: 4px;
}
#account-foot {
	background: url(../../../../images/static/account-tile-bottom.gif) repeat-x 50% 0;
	height: 4px;
}
#account-body-outer {
	background: #000;
}
#account-body-inner {
	margin: 0 auto;
	width: 870px;
	height: 17px;
	padding: 8px 0;
}
#account-body-inner h3 {
	color: #cfcecd;
	font: bold 1.4em/1 Georgia, 'Times New Roman', Times, serif;
	text-align: left;
	display: block;
	float: left;
}
#account-body-inner ul {
	display: block;
	float: right;
}
#account-body-inner ul li {
	font: normal 1.4em/1 Georgia, 'Times New Roman', Times, serif;
	display: inline;
	float: left;
}
#account-body-inner ul li a:link,
#account-body-inner ul li a:visited {
	color: #cfcecd;
	text-decoration: none;
}
#account-body-inner ul li a:hover,
#account-body-inner ul li a:active {
	color: #fff;
	text-decoration: none;
}

#account-body-inner ul li a {
	padding: 0 0.5em;
	border-left: solid 0.1em #cfcecd;
}
#account-body-inner ul li.first a {
	border-left: none;
}


/* product sections on home page styles */
#product-sections {
	background: url(../../../../images/static/product-sections-bg.gif) no-repeat 0 0;
	width: 608px;
	height: 221px;
}
#product-sections h3 {
	font-size: 2.2em;
	color: #730027;
	padding: 20px 0 20px 17px;
	float: left;
}
#product-sections p {
	display: block;
	float: right;
	padding: 20px 26px 20px 0;
}
#product-sections p a {
	color: #730027;
	text-decoration: underline;
}
#product-sections ul {
	display: block;
	margin: 0 auto;
	clear: both;
}
#product-sections li {
	display: inline;
}
#product-sections li a {
	display: block;
	float: left;
	padding: 0 2px;
}
#product-sections li#horse-feed a {
	padding-left: 14px;
}


/* free delivery plug on home page styles */
#free-delivery {
	text-align: center;
	background: url(../../../../images/static/right-delivery-bg.gif) no-repeat 0 0;
	width: 100%;
	height: 151px;
	padding-top: 18px;
}
#free-delivery img {
	display: block;
	margin: 0 auto;
}
/* TODO: remove .large-button styling from scope of #free-delivery container so that it is global, similar to the standard .button styling - MCB, 06/11/08 */
#free-delivery .large-button {
	background: url(../../../../images/static/large-button-left.gif) no-repeat 0 0;
	display: block;
	float: left;
	line-height: 1;
	margin: 11px 20px 0;
	padding-left: 4px;
}
#free-delivery .large-button a {
	color: #e1e1e1;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	width: 148px;
	background: url(../../../../images/static/large-button-right.gif) no-repeat 100% 0;
	padding: 9px 4px 9px 0;
}
#free-delivery .large-button a:hover {
	color: #fff;
	text-decoration: none;
}
/* over-rides for free delivery graphic on home page, as it's slightly larger */
#home #free-delivery {
	background: url(../../../../images/static/delivery-bg.gif) no-repeat 0 0;
	height: 146px;
	margin: 17px 0;
	padding-top:44px;
}

#home #free-delivery img {
	margin:0 0 0 20px;
}
#home #free-delivery .large-button a {
	width: 184px;
}


/* product search on home page styles */
#product-search h2 {
	font: bold 1.6em/1 Georgia, 'Times New Roman', Times, serif;
	background: none;
	margin: 0;
	padding: 0;
}
#product-search input[type="text"] {
	color: #000;
	font: normal 1.4em/1 Georgia, 'Times New Roman', Times, serif;
	background: #fff;
	padding: 5px;
	border: solid 1px #9c9c9c;
}
#product-search p {
	font-size: 1.6em;
	line-height: 1;
	padding: 6px 0 16px;
}

#product-search form {
	position: relative;
	display: block;
	height: 35px;
}
#product-search #search-input {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 144px;
	margin: 0;
	padding: 4px;
}
#product-search #search-submit {
	position: absolute;
	top: 0;
	right: 0;
}


/* latest news on home page */
#latest-news {
	float: right;
	width: 335px;
	padding-top: 13px;
}
#latest-news h2 {
	display: block;
	float: left;
	padding-bottom: 15px;
}
#latest-news h3 {
	font-size: 1.6em;
	padding: 0 0 0.2em 0;
}
#latest-news h3 a:link,
#latest-news h3 a:visited {
	color: #bfe49e;
	text-decoration: none;
}
#latest-news h3 a:hover,
#latest-news h3 a:active {
	text-decoration: underline;
}
#latest-news p a:link,
#latest-news p a:visited {
	color: #bfe49e;
	text-decoration: none;
	display: block;
	float: right;
	padding-top: 26px;
	text-transform: lowercase;
}
#latest-news p a:hover,
#latest-news p a:active {
	color: #bfe49e;
	text-decoration: underline;
}
#latest-news img {
	display: block;
	float: left;
	width: 56px;
	margin: 0 11px 0 4px;
	height: 56px;
	border: solid 2px #810038;
}
#latest-news ul {
	margin: 0;
	clear: both;
}
#latest-news ul li {
	display: block;
	height: 98px;
	list-style: none;
	clear: both;
	background: url(../../../../images/static/news-divider.png) no-repeat 50% 100%;
	margin-left: 0;
}


/* featured products styles */
#featuredProducts,
#featured-products {
	clear: both;
	padding-bottom: 54px;
}
#featuredProducts h2,
#featured-products h2 {
	float: left;
	padding-bottom: 17px;
}
#featuredProducts form,
#featured-products form {
	display: block;
	float: right;
	margin-top: 30px;
}
#featuredProducts ul,
#featured-products ul {
	clear: both;
}
#featuredProducts ul li,
#featured-products ul li {
	background: #730027 url(../../../../images/static/featured-bg.gif) repeat-x 0 0;
	display: block;
	float: left;
	width: 145px;
	height: 285px;
	margin-right: 3px;
	border: solid 2px #730027;
}
#featuredProducts .more-info,
#featured-products .more-info {
	font-size: 1.4em;
	display: block;
}
#featuredProducts .more-info a:link,
#featuredProducts .more-info a:visited,
#featured-products .more-info a:link,
#featured-products .more-info a:visited {
	color: #bfe49e;
	text-decoration: none;
	text-transform: lowercase;
	background: url(../../../../images/static/featured-more-icon.gif) no-repeat 0 50%;
	display: block;
}
#featuredProducts .more-info a:hover,
#featuredProducts .more-info a:active,
#featured-products .more-info a:hover,
#featured-products .more-info a:active {
	text-decoration: underline;
}


/* order online and basket boxouts in sidebar styles */
#order-online,
#basket-contents {
	margin-bottom: 11px;
	border: solid 2px #730027;
}
#order-online h3,
#basket-contents h3 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
	padding: 0 0 8px 0;
}
#order-online p {
	padding-bottom: 0;
}
#basket-contents h3 {
	text-indent: 29px;
	background: url(../../../../images/static/basket-icon.gif) no-repeat 0 0;
}
#basket-contents ul {
	padding: 7px 0 13px 0;
}
#basket-contents ul li a {
	color: #fff;
	font-size: 1.4em;
	text-decoration: none;
	display: block;
	padding: 0.2em 0;
}
#basket-contents p.empty {
	padding: 0;
}
#basket-contents p.details {
	font-size: 1.4em;
	text-align: right;
	display: block;
	background: url(../../../../images/static/large-divider.png) no-repeat 50% 0;
	padding-top: 14px;
}
#basket-contents p.details a:link,
#basket-contents p.details a:visited {
	color: #bfe49e;
	text-decoration: none;
}
#basket-contents p.details a:hover,
#basket-contents p.details a:active {
	color: #bfe49e;
	text-decoration: underline;
}


/* footer styles */
#footer-top,
#footer-bottom {
	width: 100%;
	height: 5px;
	clear: both;
}
#footer-top {
	background: url(../../../../images/static/footer-tile-top.gif) repeat-x 0 0;
}
#footer-bottom {
	background: url(../../../../images/static/footer-tile-bottom.gif) repeat-x 0 100%;
}
#footer-outer {
	background: #000;
	width: 100%;
}
#footer-inner {
	width: 860px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer-inner p {
	font-size: 1.4em;
	text-align: center;
	padding-bottom: 5px;
}
#footer-inner p a:link,
#footer-inner p a:visited {
	color: #ccc;
	text-decoration: none;
}
#footer-inner p a:hover,
#footer-inner p a:active {
	color: #d7cc7f;
	text-decoration: underline;
}
#footer-inner p strong {
	color: #d7cc7f;
	font-weight: bold;
}
#footer-inner p#copyright {
	color: #d7cc7f;
	padding-bottom: 10px;
}
#footer-inner p#azure {
	font-size: 1.1em;
	text-align: left;
	display: block;
	float: left;
	width: 290px;
	height: 87px;
}
#footer-inner p#azure a {
	line-height: 1.3;
	background: url(../../../../images/static/azure.gif) no-repeat 0 0;
	display: block;
	width: auto;
	height: 100%;
	padding: 19px 0 0 93px;
}
#footer-inner #w3c {
	float: right;
	padding-top: 23px;
}
#footer-inner #w3c li {
	display: inline;
	padding-left: 9px;
}


/* additional classes and style rules */
.clear-both {
	clear: both;
	height: 0;
}

.boxout {
	background: #730027 url(../../../../images/static/boxout-bg.gif) repeat-x 0 0;
	padding: 15px 16px;
	border: solid 2px #730027;
}
.boxout p {
	font-size: 1.4em;
}
.boxout h3 {
	line-height: 1.5;
	padding-bottom: 9px;
}

.navigation {
	display: block;
	padding: 15px 0;
}
.navigation li a {
	color: #e9ccd8;
	font-size: 1.6em;
	line-height: 1.3;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 0 4px 11px;
}
.navigation li a.parent {
	font-weight: bold;
}
.navigation li a:hover,
.navigation li a:active {
	color: #fff;
	text-decoration: none;
}
.navigation li ul {
	display: block;
	padding: 5px 0 9px 0;
}
.navigation li ul li a {
	font-weight: normal;
}

.alert {
	font-size: 1.2em;
}

/* sliding doors - http://www.alistapart.com/articles/slidingdoors/ */
.button {
	font-size: 1em;
	float: left;
	background: url(../../../../images/static/generic-button-right.gif) no-repeat 100% 0;
	margin-right: 1em;
	padding: 0 14px 0 0;
}
.button span, .button input {
	color: #e0e0e0;
	font: normal 1.4em/1 Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	display: block;
	background: transparent url(../../../../images/static/generic-button-left.gif) no-repeat 0 0;
	margin: 0;
	padding: 7px 0 8px 14px;
	overflow: auto;
	border: none;
}
.button input {
	padding-top: 5px;
}
.button:hover * {
	color: #fff;
	cursor: pointer;
}

.radio-label {
	display: inline;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.newsletter-wrapper {
	padding-top: 0.8em;
}

p.small {
	font-size: 1.3em;
}

.inline {
	float: left;
}

.faux-form input.input {
	text-align: right;
	float: left;
	width: 2em;
	margin-top: 1px;
}
.faux-form input.submit {
	float: right;
}

.products-list h3 {
	color: #bfe49e;
	font-size: 1.6em;
	line-height: 1.3;
	background: url(../../../../images/static/divider.png) no-repeat 100% 100%;
	height: 85px;
	margin: 0;
	padding: 0 10px;
}
.products-list h3 a:link,
.products-list h3 a:visited {
	color: #bfe49e;
	text-decoration: none;
}
.products-list h3 a:hover,
.products-list h3 a:active {
	color: #bfe49e;
	text-decoration: underline;
}
.products-list .thumb {
	position: relative;
	text-align: center;
	margin: 10px auto;
}
.products-list .our-price {
	padding: 0 10px 10px 10px;
}
.products-list .more-info {
	text-indent: 23px;
	line-height: 1;
	padding-left: 11px;
}

.our-price {
	font-size: 1.4em;
	line-height: 1;
	text-transform: lowercase;
}
.our-price strong {
	font-size: 1.14285714em; /* equivelant t0 1.6em/16px */
	font-weight: bold;
}

.basket span {
	padding-left: 7px;
}
.basket span a {
	text-transform: lowercase;
	background: url(../../../../images/static/basket-add.gif) no-repeat 0 50%;
	padding-left: 31px;
}

.category-list .columnar li {
	display: block;
	float: left;
	width: 104px;
	height: 185px;
	margin: 0 5px 5px 0; 
	background: #730027 url(../../../../images/static/boxout-bg.gif) repeat-x 0 0;
	padding: 10px;
	border: solid 2px #730027;
}
.category-list .columnar li .title {
	font-size: 1.6em;
	line-height: 1.3;
	padding: 0.625em 0 0 0; /* equivalent to padding-top: 10px */
}
.category-list .columnar li .title a:link,
.category-list .columnar li .title a:visited {
	color: #bfe49e;
	text-decoration: none;
}
.category-list .columnar li .title a:hover,
.category-list .columnar li .title a:active {
	color: #bfe49e;
	text-decoration: underline;
}
.category-list .columnar li .thumb {
	display: block;
	width: 104px;
	text-align: center;
	overflow: hidden;
}

.columnar .thumb {
	text-align: center;
	background: #fff;
	display: block;
	width: 122px;
	height: 122px;
	border: solid 0.1em #fff;
}
.columnar .thumb img {
	vertical-align: middle;
}

#left-column h3.heading {
	color: #d7cc7f;
	font-size: 1.6em;
	background: url(../../../../images/static/sidebar-h3.gif) no-repeat 100% 50%;
	display: block;
	margin: 0;
	padding: 14px 0 14px 10px;
}
#left-column #main-nav {
	background: url(../../../../images/static/main-nav-foilage.gif) no-repeat 100% -18px;
	position: relative;
	padding-top: 40px;
}
#left-column #sub-pages {
	position: relative;
	margin-top: -33px;
	padding-top: 40px;
}
#left-column .foilage {
	background: url(../../../../images/static/sidebar-overlay.png) no-repeat 100% 0;
	position: absolute;
	top: 6px;
	right: 0;
	width: 29px;
	height: 105px;
}


/* product page styling */
#content .product-wrapper .product-details h2 {
	line-height: 1.2;
	background: none;
	margin: 0;
	padding: 0 0 0.3em 0;
}
.product-wrapper {
	background: url(../../../../images/static/large-divider.png) no-repeat 50% 100%;
	position: relative;
	width: 400px;
	height: 220px;
	margin-bottom: 6px;
	padding-top: 40px;
	padding-bottom: 46px;
}
.product-wrapper .product-image {
	float: left;
}
.product-wrapper .product-details {
	position: absolute;
	bottom: 56px; /* must be same value as padding-bottom on .product-wrapper */
	right: 0;
	width: 180px;
}
.product-wrapper .product-image {
	text-align: center;
	background: #fff;
	border: solid 0.2em #fff;
	width: 204px;
	height: 204px;
}
.product-wrapper .product-image img {
	display: block;
	margin: 0 auto;
}
.product-description {
	font-size: 1.6em;
	clear: both;
}
.product-description * {
	font-size: 1em;
}
.product-description strong, .product-description b {
	color: #bfe49e;
	font-weight: bold;
}
.product-description ul {
	margin: 0 0 16px 36px;
}
.product-description ul li {
	list-style-type: disc;
}
.product-bottom {
	background: url(../../../../images/static/product-bottom-bg.gif) no-repeat 0 0;
	width: 398px;
	height: 61px;
	margin-top:24px;
}
.product-bottom p {
	background: url(../../../../images/static/top.png) no-repeat 0 50%;
	display: block;
	float: left;
	margin-left: 14px;
	padding: 16px 0 25px 30px;
}
.product-bottom p a:link,
.product-bottom p a:visited {
	color: #333;
	text-decoration: underline;
}
.product-bottom p a:hover,
.product-bottom p a:active {
	color: #000;
	text-decoration: underline;
}
.product-bottom .faux-form {
	float: right;
	padding: 17px 16px 0 0;
}
.product-bottom .faux-form input.input {
	margin-right: 10px;
}

#map {
	width: auto;
	height: 400px;
}

.required {
	color: #bfe49e;
	font-size: 1.4em;
}

#new-customer {
	background: url(../../../../images/static/large-divider.png) no-repeat 50% 100%;
	display: block;
	padding-bottom: 3.6em;
}

.asterisk {
	color: #bfe49e;
}

.hr {
	background: url(../../../../images/static/large-divider.png) no-repeat 50% 0;
	height: 36px;
	clear: both;
}
.hr hr {
	display: none;
}

.telephone strong, .email strong, address strong {
	color: #bfe49e;
	font-weight: bold;
}
.email a {
	color: #bfe49e;
	text-decoration: underline;
}
.email a:hover {
	color: #f2f2f2;
}

.contact-page form {
	background: url(../../../../images/static/contact-bg.gif) no-repeat 0 0;
	display: block;
	width: 399px;
	height: 206px;
}
.contact-page form h3 {
	color: #730027;
	font: normal 1.8em/1 Georgia, 'Times New Roman', Times, serif;
	display: block;
	margin: 0;
	padding: 15px 0 15px 20px;
}
.contact-page form .float-left {
	float: left;
	width: 45%;
	padding: 0 0 0 20px;
}
.contact-page form .float-right {
	float: right;
	width: 45%;
	padding: 0 20px 10px 0;
}
.contact-page form input[type="text"] {
	width: 160px;
	margin-bottom: 10px;
}
.contact-page form textarea {
	width: 175px;
	height: 95px;
}
.contact-page form .button {
	float: right;
	margin-right: 20px;
}

#right-column {
	float: right;
	width: 196px;
}
#home #content {
	float: right;
	width: 610px;
	margin-top: 0;
	padding-left: 0;
	padding-top: 20px;
}


#breadcrumb {
	color: #bfe49e;
	font: normal 1.4em/1 Georgia, 'Times New Roman', Times, serif;
	text-align: right;
	background: url(../../../../images/static/large-divider.png) no-repeat 100% 100%;
	float: right;
	width: 600px;
	margin: 0;
	padding: 10px 10px 48px 0;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited {
	color: #bfe49e;
	text-decoration: none;
}
#breadcrumb a:hover, #breadcrumb a:active {
	color: #bfe49e;
	text-decoration: underline;
}

#create-account {
	background: url(../../../../images/static/create-account-bg.gif) no-repeat 0 0;
	width: 398px;
	height: 61px;
}
#create-account input {
	float: left;
	margin: 1.2em 1em;
}
#create-account p {
	color: #730027;
	font: normal 1.4em/1.2 Georgia, 'Times New Roman', Times, serif;
	float: right;
	width: 15.5em;
	margin: 0.9em 1em 0 0;
}

#shopping-cart-wrapper {
	background: url(../../../../images/static/shopping-cart-tile.gif) repeat-y 50% 0;
}
#shopping-cart {
	background: url(../../../../images/static/shopping-cart-top.gif) no-repeat 50% 0;
	padding: 24px 19px;
}
#shopping-cart h2 {
	color: #730027;
	font: normal 2.2em/1 Georgia, 'Times New Roman', Times, serif;
	background: url(../../../../images/static/shopping-cart-icon.gif) no-repeat 0 0;
	margin: 0;
	padding: 0 0 8px 28px;
}
#shopping-cart table {
}
#shopping-cart th {
	color: #730027;
	font: normal 1.4em/1 Georgia, 'Times New Roman', Times, serif;
	padding: 8px 0;
	border-bottom: dashed 1px #730027;
}
#shopping-cart td {
	color: #730027;
	font: normal 1.4em/1 Georgia, 'Times New Roman', Times, serif;
	padding: 5px 0;
	border-bottom: dashed 1px #b47c5f;
	vertical-align: middle;
}
#shopping-cart td.product-image {
	text-align: left;
	padding: 5px 10px 5px 1px;
}
#shopping-cart td.product-image .thumb {
	display: block;
	text-align: center;
	background: #fff;
}
#shopping-cart td.product-image .thumb img {
	display: block;
	margin: 0 auto;
}
#shopping-cart td.product-name a {
	color: #730027;
	font-weight: bold;
	text-decoration: none;
}
#shopping-cart td.product-name a:hover {
	text-decoration: underline;
}
#shopping-cart td input {
	font-size: 1em;
	width: 2em;
	margin: 0;
}
#shopping-cart .delete {
	width: 23px;
}
#shopping-cart #sub-total {
	color: #730027;
	font: bold 1.4em/1 Georgia, 'Times New Roman', Times, serif;
	text-align: right;
	margin: 0;
	padding: 10px 0;
}
#shopping-cart-bottom {
	background: url(../../../../images/static/shopping-cart-bottom.gif) no-repeat 50% 100%;
	padding: 20px;
}

.tabTable {
	margin-bottom: 0;
}
.tabTable th, .checkout-table th {
	background: #740027 url(../../../../images/static/th.gif) repeat-x 0 0;
	font-size: 1.4em;
	padding: 3px 0 3px 7px;
	border-top: solid 2px #730027;
	border-bottom: solid 2px #730027;
}
.tabTable th a {
	color: #bfe49e;
	text-decoration: none;
}
.tabTable th a:hover {
	color: #bfe49e;
	text-decoration: underline;
}
.tabTable th:first-child, .checkout-table th:first-child {
	font-weight: bold;
	border-left: solid 2px #730027;
}
.tabTable th:last-child, .checkout-table th:last-child {
	border-right: solid 2px #730027;
}
.tabTable td {
	padding-left: 10px;
	vertical-align: top;
}
.tabTable td:first-child {
	padding-left: 0;
}
.tabTable td .thumb {
	text-align: center;
	background: #fff;
	display: block;
	margin-bottom: 20px;
}
.tabTable td .thumb img {
	display: block;
	margin: 0 auto;
}
.tabTable td .our-price {
	padding-bottom: 0.5em;
}
.tabTable td h3 {
	font-size: 1.8em;
	line-height: 1.16666667;
	padding: 0 0 0.2em 0;
}
.tabTable td h3 a {
	color: #bfe49e;
	text-decoration: none;
}
.tabTable td h3 a:hover {
	color: #bfe49e;
	text-decoration: underline;
}
.tabTable td p {
	line-height: 1.3125;
	padding-bottom: 0;
}

.price {
	padding-bottom: 10px;
}
.price strong {
	font-size: 1.14285714em; /* equivelant t0 1.6em/16px */
	font-weight: bold;
}

.more-info-button {
	display: block;
	padding-bottom: 3px;
}

.product-divider {
	height: 26px;
}
.product-divider .hr {
	height: 26px;
}

.article-date {
	padding-bottom: 1em;
}
.article-title {
	padding-top: 0;
}
.more {
	font-size: 1.4em;
}

.article-image {
	float: left;
	margin: 6px 18px 18px 0;
	max-width: 133px;
	max-height: 125px;
	border: solid 3px #810038;
}

/* why can't life be simple? */
form[name="login"] {
	margin-bottom: 0;
	padding-bottom: 0;
}
form[name="create_account"] {
	margin-top: -16px;
}

#advanced-search label {
	width: 165px;
}
#advanced-search #description label {
	font-size: 1.4em;
	width: auto;
}
#advanced-search .short-fields input[type="text"] {
	width: 86px;
}
#advanced-search .short-fields span {
	font-size: 1.6em;
	padding: 0 5px;
}

#content h2 {
	padding-bottom: 8px;
}

form[name="filter"] {
	padding: 12px 0 16px 0;
}

.errors {
	background: #740027 url(../images/static/th.gif) repeat-x 0 0;
	padding: 4px 7px;
	border: solid 2px #730027;
}
.errors li {
	font: bold 1.4em/1 Georgia, 'Times New Roman', Times, serif;
}

input#search-submit {
	display: block;
}

.pagination {
	font-size: 1.4em;
	padding-bottom: 0.5em;
}
.pages {
	font-size: 1.4em;
	text-transform: lowercase;
	padding-bottom: 0;
}
.pages a {
	color: #bfe49e;
	text-decoration: underline;
}
.pages a:hover {
	color: #f2f2f2;
	text-decoration: underline;
}

#cc-cc-expires-month {
	width: 8em;
}
#cc-cc-expires-year {
	width: 5em;
}

.checkout-table {
	margin-bottom: 26px;
}
.checkout-table td {
	font-size: 1.4em;
	padding: 6px 8px;
	border-bottom: dashed 1px #cf4781;
}

#google-checkout-wrapper {
	text-align: left;
	padding-top: 16px;
}

#google-checkout-wrapper {
	overflow: hidden;
	height: 29px;
}
#what-is-gco {
	font-size: 1.2em;
	display: block;
}

#free-delivery p {
	color:#000;
	font-size:16px;
	text-align:center;
	line-height:22px;
	padding-bottom:8px;
}

#free-delivery p.large {
	color:#71001E;
	font-size:20px;
	font-weight:bold;
}

#latest-news .article-story p, #latest-news .article-story {
	font-size:14px;
}

#specialsListing {
	float: left;
	width: 400px;
	margin-top: -40px;
	padding-left: 40px;
	padding-bottom: 50px;
}
#specialsListing h1 {
	/* adds the leaf morif to all main headers in #content div so it does not effect sidebar headings, etc. */
	background: url(../../../../images/static/h2-leaf-bg.gif) no-repeat 0 0;
	margin-left: -27px;
	padding: 27px 0px 8px 27px;
}

.category-links {
	color: #e9ccd8;
	font-size: 1.6em;
	line-height: 1.3;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 0 4px 11px;
	font-weight: bold;
}

#featuredDefault {
	float: left;
	width: 400px;
	margin-top: -40px;
	padding-left: 40px;
	padding-bottom: 50px;
}

#featuredDefault h1 {
	/* adds the leaf morif to all main headers in #content div so it does not effect sidebar headings, etc. */
	background: url(../../../../images/static/h2-leaf-bg.gif) no-repeat 0 0;
	margin-left: -27px;
	padding: 27px 0px 8px 27px;
}

.normalprice
{
	font-size: 11px;
}

.productSpecialPrice
{
	font-weight: bold;
}

.productPriceDiscount
{
	display: none;
}

#attribsOptionsText {
	padding:0;
}

h4.optionName {
	font-size:11px;
	line-height:18px;
	margin:6px 0;
}

#facebook-box
{
	width: 135px;
	margin-left: 13px;
	margin-top: 10px;
}

#facebook-box img
{
	float: left;
	width: 30px;
	height: 30px;
	display: block;
	margin-top: 3px;
}

.ag-cl
{
	clear: left;
}

#facebook-box a
{
	margin-left: 10px;
	float: left;
	width: 70px;
	height: 40px;
	display: block;
	color: #E9CCD8;
	font-size: 12px;
	font-weight: normal;
}

#facebook-box a:hover
{
	text-decoration: underline;
}