/* @group Redifined Tags */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	font: 12px/17px Arial, sans-serif;
	color: #333;
	background: #fff;
	}

h1, h2, h3, h4, p, ul, ol, blockquote {
	padding-bottom: 1em;
	}

p {
	font: 12px/17px Arial, sans-serif;
	color: #333;
	}

ul, ol, blockquote {
	margin-left: 32px;
	line-height: 1.3em;
	}

h1 {
	font: 22px Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 0.3em;
	padding-bottom: 1.2em;
	text-shadow: #bbb 2px 2px 3px;
	}

h2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #333;
	}

h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 1em;
	}

hr {
	border: 0;
	color: #e1e0cf;
	background-color: #e1e0cf;
	height: 1px;
	margin: .5em 0 1em;
	}

a {
	color: #8e8e5e;
	text-decoration: underline;
	}

a:visited {
	color: #544327;
	text-decoration: underline;
	}

img {
	border: 0;
	}
	
#project-header {
	border-bottom: 1px solid #e8e6f8;
	padding-bottom: 16px;
	margin-bottom: 30px;
	}
	
#footer-box {
	font: 11px/14px Arial, sans-serif;
	padding: 16px 0 30px;
	margin-top: 30px;
	color: #a8a5bd;
	text-align: left;
	border-top: 1px solid #e8e6f8;
	}

#footer-box a, #footer-box a:visited {
	color: #a8a5bd;
	}
	
img.photo-right {
	float: right;
	margin: 0 0 30px 30px;
	padding: 4px;
	border: 1px solid #e0e0e0;
	}


/* @end */




/* @group pages */


#size-charts h2 {
	padding: 2em 0 0.4em;
	}
#size-charts table {
	border-top: 1px solid #d5edf5;
	border-left: 1px solid #d5edf5;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
	}
#size-charts table thead td {
	background-color: #d5edf5;
	border-bottom-color: #85c9df;
	padding: 3px 10px;
	width: 14%;
	}
#size-charts table thead td p {
	font-weight: bold;
	}
#size-charts table td {
	padding: 3px 10px;
	border-right: 1px solid #d5edf5;
	border-bottom: 1px solid #d5edf5;
	}
#size-charts table td.first-cell p {
	font-weight: bold;
	}

	
/* @end */

/* @group store */

.photo img {
	border: 1px solid #e8e6f8;
	padding: 3px;
	margin-bottom: 4px;
	}
	
#categoryGrid table td {
	width: 25%;
	border-top: 1px solid #e8e6f8;
	padding: 12px 20px 4px 0;
	vertical-align: top;
	}
	
#productGrid table td {
	width: 25%;
	border-top: 1px solid #e8e6f8;
	padding: 12px 20px 4px 0;
	vertical-align: top;
	}
	


#productDetail h2 {
	color: #844084;
	line-height: 24px;
	font-size: 21px;
	}

#productPhotos {
	float: left;
	width: 318px;
	margin: 0 10px 20px 0;
	border-right: 1px dotted #e8e6f8;
	}
	
#productPhotos img {
	border: 1px solid #e8e6f8;
	padding: 3px;
	}
	
#prodThumbnails img {
	width: 60px;
	height: 83px;
	margin: 0 2px;
	}
	
#prodThumbnails a.thumb-arrow img {
	border: 0;
	height: auto;
	width: auto;
	}
	
#productPhotos #prodCaption {
	text-transform: uppercase;
	margin: 0 0 6px;
	font-size: 10px;
	font-weight: bold;
	}
	
#productPhotos a.link {
	padding-left: 18px;
	color: #5b89c2;
	text-decoration: none;
	margin-top: 14px;
	display: block;
	width: 100px;
	}
	
#extraDetails {
	float: left;
	width: 342px;
	}
	
#extraDetails .form-label {
	float: left;
	font-weight: bold;
	background-color: #f7f7fb;
	padding: 2px 0 2px 7px;
	margin-top: 1px;
	width: 90px;
	clear: left;
	}
	
#extraDetails .form-label-empty {
	float: left;
	}
	
#extraDetails .form-field {
	margin-left: 100px;
	padding: 2px 0;
	}
	
#extraDetails #price {
	font-size: 26px;
	margin-bottom: 8px;
	color: #763276;
	}
	
#detailGroup {
	clear: both;
	}
	
#productsRelated {
	clear: both;
	border-top: 1px solid #e8e6f8;
	padding-top: 20px;
	width: 100%;
	}
	
#productsRelated .hdr-title {
	padding: 0 0 18px;
	font-size: 14px;
	color: #844084;
	}
	
#productsRelated .title a {
	font-weight: bold;
	text-decoration: none;
	}

#productsRelated .content-odd,
#productsRelated .content-even {
	float: left;
	margin-right: 18px;
	width: 114px;
	}
	
#productReviews {
	clear: both;
	border-top: 1px solid #e8e6f8;
	padding-top: 20px;
	}


/* @end */

/* @group home */

#home-buckets img {
	margin: 0 17px 20px 0;
	}
#home-intro p {
	padding-bottom: 20px;
	}

/* @end */

#dh-topnavbar,
#dh-navbar,
#dh-subnavbar,
#sidebar,
#fs-search,
.article-list-links, 
.article-page-links
{
	display: none;
}

