@charset "utf-8";

/* Eric Meyer reset: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
----------------------------------------------------------- */

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; /* background: transparent; */ }
body {
}
ol, ul { list-style: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* Clearing and other cadgets.
----------------------------------------------------------- */

.clearfix:after, .FormItem:after, .CheckWrap:after, .Checks:after, .Pagination:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix, .FormItem, .CheckWrap, .Checks, .Pagination { display: inline-block; }
/* IE-mac \*/ .clearfix, .FormItem, .CheckWrap, .Checks, .Pagination { display: block; } /* IE-mac */
.clear { clear: both; }
.HiddenInput, .hide, .hidden { display: none; }

/* Basic Typography
----------------------------------------------------------- */

body { /* The base of all typographic rules */
  font-family: "Times New Roman", Times, serif;
  font-size: 12px; line-height: 18px; color: #333;
}

/* Basic margins on block elements */

ul,ol,dl,h1,h2,h3,h4,h5,h6,table,pre,p,blockquote,blockcode,address { margin: 0 0 18px; }

/* Headings */

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 9px 0;
	color: #7D654F;
	font-weight: normal;
}
h1 {
	font-size: 18px;
	padding: 0px;
	line-height: 36px;
	background: none;
	border: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 { font-size: 14px; font-weight: bold; }
h3 { font-size: 11px; font-weight: bold; }
h4 { font-size: 11px; font-weight: bold; text-transform: uppercase; padding: 0; }

.boxheader {
	position: relative;
	width: auto;
	margin: -1px 0 0;
	padding: 9px 15px 8px;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	background-color: #F1F1D8;
	font-size: 14px;
}

/* Text elements */

p {
	margin: 0 0 18px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
}

dt { display: inline; color: #99a395; margin-right: 3px; }
dd { display: inline; color: #30332e; margin-right: 9px; }

a {
	color: #630;
}
a:hover {
	color: #B19A85;
}

blockquote, q { font-style: italic; }
blockquote { margin: 0 36px; }
cite { font-weight: bold; font-style: normal; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }

abbr, acronym { border-bottom: 1px dotted #666; }
address { font-style: italic; }
ins { text-decoration: none; background: #ffc; }
del {
	text-decoration: line-through;
	color: #999;
}

/* Sub & Sub @ defaul styling messes up the baseline! */
sup, sub {
	vertical-align: baseline; line-height: 1; font-size: 75%;
	position: relative; padding: 0 1px;
}
sup { top: -0.5em; }
sub { top: 0.25em; }

/* Lists */

ul, ol { list-style-type: disc; list-style-position: outside; margin-left: 27px; }
ul ul, ol ol, ol ul, ul ol { margin-bottom: 0; margin-left: 27px; }
ul ul, ol ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ol { list-style-type: decimal; }

#header ul, #main-nav ul, #secondary_content ul, #path ul,
#header li, #main-nav li, #secondary_content li, #path li {
	margin: 0; padding: 0;
	list-style: none outside;
}

/* Some default classes
-------------------------------------------------------------- */

a.Button {}
a.AddToCart {}
a.SubmitButton {}

.cancel, .Cancel { color: #C00; }
.cancel:hover, .Cancel:hover { color: #F00; }

.Prices dt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
}
.Prices dd {}
.Prices dd.Price {
	font-weight: bold;
	font-size: 14px;
}
.Prices dd.ListPrice {
	text-decoration: line-through;
	color: #000;
	margin-right: 5px;
}
.Prices dd.DiscountPrice	{
	color: #b31621;
	font-size: 140%;
}

.Product .Prices dt { display: none; } /* @ productlist */
.Product .Prices dd { display: inline; } /* @ productlist */

.Currency { padding: 0 2px; }

.Notification, .Success, .Error {
	margin: 17px 0 17px; padding: 9px 17px;
	border: 1px dotted #d9d9d9;	background: #f2f2f2;
	text-align: center;
}
.Notification *, .Success *, .Error * { margin-bottom: 0; font-size: 14px; }
.Success { background: #f2ffe5; }
.Error { background: #ffe5e5; }

/* Tables */

table		{
	position: relative; width: 100%; text-align: left;
	margin: 0 0 17px; vertical-align: top;
	/*border: 1px solid #d9d9d9; border-collapse: collapse; */
}
th, td, caption { border-collapse: collapse; border: 1px solid #d9d9d9; }
caption {
	caption-side: top; text-align: center; color: #a0a0a0;
	background: #fff; font-size: 11px; text-transform: uppercase;
	margin-left: -1px; padding: 0; font-weight: bold;	border: 0;
	letter-spacing: 2px;
}	
th, td {
	padding: 8px 9px 9px 8px; vertical-align: top; text-align: left;
	border-bottom: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9;
}
th { font-weight: bold; }

thead th, thead td { padding-top: 17px; color: #606060; background: #f2f2f2; }
tfoot td, tfoot th {}
tfoot th { font-weight: normal; }

