/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

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;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
margin: 0;
border: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
margin: 0;
border: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #940a00;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	font-family: 'helvetica neue', 'helvetica-neue', helvetica, arial, sans-serif;
	color: #666; 
}

/* links */
a:link, a:visited {	
	color: #0f4e04;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: none;
}
.red {
	color: #940A00;
}

/* headers */
h1 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Helvetica, Tahoma;
	font-size: 30px;
	line-height: 32px;
	color: #333; 
	padding: 1px 0 5px; 	
}
h2 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Helvetica, Tahoma;
	font-size: 22px;
	line-height: 23px;
	color: #333; 
	padding: 1px 0 5px; 	
}
h3 {
	font-weight: normal;
	font-family: 'helvetica neue', 'helvetica-neue', helvetica, arial, sans-serif;
	font-size: 19px;
	line-height: 22px;
	color: #444; 
	padding: 1px 0 5px;	
}
h4 {
	font-weight: normal;
	font-family: 'helvetica neue', 'helvetica-neue', helvetica, arial, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #106d36; 
	padding: 1px 0 5px; 	
}
hr {
	border: 0;
	border-top: 1px dashed #e9ebf0;
	padding: 0;
}
.italic {
	font-style: italic;
}
.fine_print {
	font-size: 13px;
	line-height: 15px;
}

/* Paragraph */
p { 
	padding: 0 0 12px;
}

/* Lists */
ul, ol {
	margin: 0 20px 5px 0;
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */

.feat_photo {
}
img {
	xpadding: 8px;
	border: none;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
	padding: 5px 7px 5px 40px;  	
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url('/PDGCommTemplates/003/images/quote.gif') no-repeat 15px 15px;
}

/* start - table */
table {
	border-collapse: collapse;
	xmargin: 15px 10px;
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #cecece #cecece #cecece #cecece;	
}
tr {
	background: #fff;
}
td {
	margin: 0 10px 10px 0;
}
#Similar-Items td {
	padding-right: 20px;
}
	
/* end - table */

/* form elements */
#form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
form p {
	xborder-bottom: 1px solid #ECE5DD;
	xpadding: 12px 10px 5px;
	margin: 0;	
}
label {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	xmargin: 5px 0;
	padding: 3px;
	color: #6A6969;
}

select {
	padding: 0;
}
option { padding-right: 0.5em; } 


input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	width: 964px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #940a00 url('/PDGCommTemplates/003/images/wrap_bkgd.jpg') repeat-y center top;
	overflow: hidden;
}
#bodywrap {
	clear:both;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff url('/PDGCommTemplates/003/images/wrap_bkgd.jpg') repeat-y center top;
	overflow: hidden;
}
.container {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 910px;
	text-align: left;
}

#header {
	position: relative;
	width: 964px;
	height: 251px;
	background: url('/PDGCommTemplates/003/images/header_bkgd.jpg') no-repeat top center;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'helvetica neue', 'helvetica-neue', helvetica, arial, sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #3e606f;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 75px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'helvetica neue', 'helvetica-neue', helvetica, arial, sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 148px; left: 150px;		
}
#utilities {
	position: absolute;
	right: 47px;
	top: 20px;
}

/* top-menu */
#top-menu {
	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	background: #74A838 url('/PDGCommTemplates/003/images/top-menu.gif') repeat-x;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	
	top: 0;	right: 70px
 }
#top-menu p { 		margin: 0; padding: 0;	
}
#top-menu a {
	font-weight: bold;
	color: #fff;
}

/* Navigation */
#small_nav {
	text-align: right;
	padding: 20px 8px 0px;
	color: #444;
}
#small_nav a:link, #small_nav a:visited {
	color: #3e606f;
	font-size: 12px;
}
#small_nav a:hover {
	color: #444;
}
#small_nav .socialico {
	position: absolute;
	top: 100px;
	right: 8px;
}
#social_icons {
	position: absolute;
	bottom: 5px;
	right: 47px;
}

/* Main Column */
#main {
	float: left;
	width: 642px;
	padding: 20px 16px;
	margin: 0px;
}
#main .maininner {
}
#main .maininner h2 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Helvetica, Tahoma;
	font-size: 22px;
	line-height: 24px;
	color: #333; 
	padding: 1px 0 5px;
}
#main .maininner h2.featured {
	xbackground: url('/PDGCommTemplates/003/images/feat_prod_bkgd.gif') repeat-x top left;
	background-color: #3e484c;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #fff; 
	padding: 5px 0 5px 10px;
	margin: 10px 0 0;
	
}
#main .maininner h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main .maininner ul li {
	list-style: none; 
	float: left;
	xpadding-right: 20px;
}

#gallery_wrapper {
	border: 1px dotted #e7e7e7;
	padding: 10px;
}
#gallery {
	position: relative;
	height: 412px;
}
	#gallery a {
		float: left;
		position: absolute;
	}
	
	#gallery a img {
		border: none;
	}
	
	#gallery a.show {
		z-index: 500;
	}

	#gallery .caption {
		z-index: 600;
		color: #000; 
		height: 60px; 
		width: 100%; 
		position: absolute;
		bottom: 0;
	}

	#gallery .caption .content {
		margin: 10px
	}
	
	#gallery .caption .content h3 {
		margin: 0;
		padding: 0;
		color :#ce0d1e;
	}


#sidebar {
	float: left;
	width: 232px;
	padding: 0px; 
	margin: 0px 0px 0px 1px;
}
#sidebar h3 {
	color: #940A00; 
	font-weight: normal;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	padding: 4px 16px;
	border-top: 1px solid #ccc;
	margin: 16px 0px 0px;
}

#sidebar fieldset {
}

#sidebar label {
}

#sidebar .innercontainer {
	padding: 8px 10px 40px 16px;
	background: #e8ebf0 url('/PDGCommTemplates/003/images/twitterbg.gif') no-repeat bottom center;
}

#sidebar .tweet {
	font-size: 11px;
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 0; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a:link,
#sidebar .sidemenu li a:visited {
	text-decoration: none;	
	color: #525359;
	background: none;
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 8px 17px;
	font-size: 12px;
}
#sidebar .sidemenu li a span {
	color: #106d36;	
	font-size: .9em;
	font-family: 'helvetica neue', 'helvetica-neue', helvetica, arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #333;
	background: #d5d8df;
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 0; 
	padding: 10px 10px 10px 0;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 140px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	margin: 5px 0 0 0;
}

#sidebar .countdown {
	padding: 8px 10px;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 16px;
}

#sidebar .countdownclock {
	color: #941f1f; 
	font-weight: normal;
	font-family: serif;
	font-size: 20px;
	line-height: 21px;
	padding: 11px 0px 0px;
}

/* footer */
#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff url('/PDGCommTemplates/003/images/footerbg.jpg') no-repeat center bottom;
	overflow: hidden;
}

.footer-container {
	margin: 0px auto;
	padding: 0;
	width: 908px;
	text-align: center;
	border-top: 1px solid #e9ebf0;
}

.footer-logos {
	padding: 10px 40px 40px;
}

.footer-container img {
	padding: 0px 22px 0px 0px;
}

#footer-wrap {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	clear: both;
}

.footer-content {
	margin: 0px auto;
	padding: 0px;
	width: 964px;
	text-align: left;
}

.footer-content p.left {
	font-size: 12px;
	color: #f6f6f6;
	float: left;
	padding: 15px;
}

.footer-content p.right {
	font-size: 12px;
	color: #f6f6f6;
	float: right;
	padding: 15px;
}

.footer-content a, .footer-content a:visited {
	color: #f6f6f6;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #e9ebf0;
}

.footer-content p a:hover {
	color: #f6f6f6;
	border: 0;
}

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/*----------------crumb_nav------------------*/
.crumb_nav{
padding:5px 0 20px;
}
.crumb_nav a{
color:#3e92c0;
margin-right: 20px;
}
.crumb_nav a:hover{
color:#D9A827;
}

/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 259px; right: 47px;
	padding: 0; margin: 0;
	border: none;
	xwidth: 150px;
	height: 22px;
	xbackground: #fff;
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search tr {
	height: 22px;
}
#header form#quick-search tr td {
	margin: 0;
	padding: 0;
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #444;
	float: left;
	margin: 0;
	padding: 0;
}
#header form#quick-search .tbox {
	margin: 0px 3px 0px 0px;
	padding: 6px 7px 5px 7px;
	width: 120px;
	font-family: Arial;
	font-size: 11px;
	color: #6B6B6B;
}
#header form#quick-search .button {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	height: 25px;
	background: #7a0000;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
#header form#quick-search label {
	display: none;
}

/* header basket */
#header-basket {
	float: right;
	padding: 8px;
	margin: 20px 0px 0px;
	width: 160px;
	z-index: 999999;
	color: #444;
	background: #fff;
	border: 1px solid #b2c2eb;
}
#header-basket p {
	margin: 0;
	padding: 6px 0px;	
	font-size: 12px;
	line-height: 14px;
}

#header-basket img {
	float: left;
	padding: 0px 5px 0px 0px;
	border: 0px;
}

#header-basket a:link,
#header-basket a:visited {
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
}

#productpg {
	width: 280px;
	padding: 15px;
	margin: 0px;
	float:left;
}

#productpg tr {
	padding: 0px;
	margin: 0px;
}

#productpg td {
	padding: 2px;
	margin: 0px;
}

#productpg input,
#productpg textarea {
	padding: 3px;
}

#productpg .quantity {
	text-align: left;
}

.productelement {
	padding-bottom: 10px;
	text-align:right;
	vertical-align:top;
	color: #787878;
}

.productelementdk {
	padding-bottom: 10px;
	xtext-align:right;
	vertical-align:top;
	color: #333;
}

.productelementdktall {
	padding-bottom: 10px;
	text-align:right;
	vertical-align:top;
	color: #787878;
	line-height: 29px;
}

.productelementprice {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #990000;
	line-height: 33px;
	font-weight: normal;
	padding: 0px 2px 10px;
}

.productimages {
	max-height:280px;
	max-width:250px;
	vertical-align:middle;
	background-color: #fff;
	float: left;
	padding: 10px 20px 20px 0px;
	border-right: 1px dashed #ccc;
}

.productimages img {
	max-height: 250px;
}

/*----------------Basket Styles------------------*/

table.basketstyle {
	clear: both;
	width: 640px;
	padding: 0;
	margin: 10px 0px 0px;
}

table.basketstyle a:link,
table.basketstyle a:visited {
	color: #444;
}

table.basketstyle a:hover {
	color: #7f7777;
}

table.basketstyle hr {
	border:0;
}

table.basketstyle .basketstyleth {
	border-top: 1px solid #e3e5eb;
	border-bottom: 1px solid #e3e5eb;
	background: #e9ecf1;
	font-size: 12px;
	font-weight: normal;
}
table.basketstyle .basketstylesub {
	font-size: 15px;
	border-top: 1px solid #e3e5eb;
	border-bottom: 1px solid #e3e5eb;
	background: #e9ecf1;
}

table.basketstyle tr {
	margin: 0;
	padding: 0;
}

table.basketstyle td {
	margin: 0;
	padding: 10px;
	vertical-align: top;
}

/*----------------Search Result Styles------------------*/

table.itemlistscontainer {
	padding: 0;
	margin: 0;
	width: 630px;
}

table.itemlistscontainer td {
	width: 186px;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	border: 1px dashed #ccc;
}

.itemlists {
	padding: 5px;
}

.item-element {
	font-size: 11px;
	line-height: 13px;
	padding: 0px 0px 3px;
}

.item-element a:hover {
	text-decoration: underline;
}

.itemlists img {
	padding: 0px 0px 5px;
	border: 0;
}

/*----------------Checkout Login------------------*/
#checkout_login_container {
	width: 545px;
	height: 264px;
	padding: 45px 30px 10px 31px;
	margin: 0;
	background: #fff url('/PDGCommTemplates/003/images/loginbg.jpg') no-repeat top right;
}

.bigheader {
	font-size: 32px;
	padding: 0px;
	padding: 0px 0px 0px 20px;
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}

.checkout_inner {
	margin: 7px 20px 0px 0px;
	position: relative;
}

table.checkout_login {
	width: 262px;
	height: 126px;
	color: #555;
	font-size: 12px;
	border-bottom: 1px dashed #e9ebf0;
}

table.checkout_login tr {
	background:transparent;
}

table.checkout_login td {
	vertical-align: middle;
	padding: 5px 0px 0px 19px;
}

table.checkout_login input,
table.checkout_login textarea {
	padding: 3px;
}

table.checkout_login .texta {
	border: 1px solid #d0dadd;
}

.checkregister {
	padding: 7px 0px 0px 19px;
	font-family: georgia;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	font-color: #ccc;
}

.checkregister a:link,
.checkregister a:visited {
	color: #3e606f;
}

.checkregister a:hover {
	color: #444;
}


/*misc*/
#terms li {
	margin: 0 0 10px 30px !important;
	list-style-type: disc !important;
}

/*------------------- Search Images ---------------------*/
#new_products {
	width: 640px;
	border-left: 1px dashed #e9ebf0;
	border-right: 1px dashed #e9ebf0;
	border-bottom: 1px dashed #e9ebf0;
}

.newproduct-element {
	vertical-align: top;
	width: 140px;
	padding: 10px 5px;
	margin: 0px;
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}


.searchproduct {
	vertical-align: top;
	width: 140px;
	padding: 10px 5px;
	margin: 0px;
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
	text-align: center;
}

#products {
	margin: 10px 5px;
}

#promo {
	clear: both;
	width: 639px;
	padding: 7px;
}

#promo .promocode {
	font-size: 12px;
	padding: 0px 5px 0px 0px;
	float: left;
	margin: 10px 0px;
}

#promo input.entercode {
	border: 1px solid #aeaeae;
	width: 100px;
	float: left;
	margin: 8px 5px;
	background: #e9ecf1;
}

#promo input.entercode:focus {
	background: #fff;
	border: 1px solid #bebebe;
}

#promo .activate {
	border: none;
	float: left;
}

table.checkoutbuttons {
	float: right;
}