/* --------------------------------------------------------------

	Resets default browser CSS
	http://meyerweb.com/eric/tools/css/reset/

-------------------------------------------------------------- */

/* v1.0 | 20080212 */

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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	overflow: scroll;
}

/* --------------------------------------------------------------

   typography

-------------------------------------------------------------- */

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.5;
	color: #3c3c3c;
}

h2 {
	font-size: 1.4em;
	margin: 5px 20px 10px 20px;
}

h2, h3, h4, h5, h6 { color: #666; margin: 5px 20px 10px 20px;}

h3 { font-size: 1.8em;}
h4 { font-size: 1.2em;}
h5 { font-size: 1.1em; margin-bottom: 0; }
h6 { font-size: .9em; }
p { font-size: 1.3em;  margin: 5px 20px 15px 20px;}

ol, ul, dl { font-size: 1.3em;  margin: 5px 15px 15px 45px;}

img 		{ vertical-align: bottom;  margin: 5px 15px; }

p img 		{ float: left; margin-left: 0;}

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

a           { color:#FF8B00; text-decoration: none; }
a:focus,
a:hover     { color: #FF8B00; text-decoration: underline;}
strong      { font-weight: bold; }
em     		{ font-style: italic; }

dt			{font-weight: bold;}
.message h3 {
	color: #fff;
}

/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.first		{ margin-top: 15px; }

.clear     { clear: both; }

.padding	{ padding: 10px 0; }

.toppadding { padding-top: 30px; }

.hide {
	position:absolute;
	left:-9990px;
	top:0px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.sub    { font-size: 50%; }

.left {
	float: left;
}

.right {
	float: right;
}

.divider {
	border-bottom: 1px solid #dde7e9;
	height: 1px;
	clear: both;
	margin: 15px 0 15px 0;
}

.decodivider {
	display: none;
}

p.divider {
	margin: 10px 20px;
}

.column {
	float: left;
}

.autowidth {
	width: auto;
}

.center {
	text-align: center;
}

.altfont {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* --------------------------------------------------------------

	=Layout

-------------------------------------------------------------- */
.maincontent {
	margin-left: 0px;
	width: 100%;
}

/* =header */
img.logo {
	display: block;
}

.header embed, .header object {
	display: none;
}

.utilitynav {
	display: none;
}

.topsearch {
	display: none;
}

/* home page header */
.header {
	overflow: hidden;
	width: 100%;
}
.headerbg {
	margin: 0;
}

.videofeature {
	float: left;
}

.header .videofeature .player {
	display: none;
}

.header .box {
	float: left;
	width: 242px;
	margin-top: 5px;
	padding-top: 4px;
}

/* =nav
--------------------------------------------------------------- */
#navcontainer {
	display: none;
}

/* two columns */

.twocolumn .sidecontent {
	width: 356px;
}

.box {
	background: #fff;
	margin-bottom: 8px;
	overflow: hidden;
	width: 100%;
}

.sidecontent h3.subtitle {
	font-style: normal;
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidecontent h3 {
	font-style: normal;
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

.sidecontent h4 {
	font-size: 1.1em;
}

.expertprofile {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #DDE7E9;
}


.list .section {
	border-bottom: 1px solid #DDE7E9;
	overflow: hidden;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.list ul {
	margin-right: 20px;
}

.imgright .photocolumn .photo {
	margin-right: 5px;
	margin-left: 0;
}

.section {
	clear: both;
}

.list .section {
	border-bottom: 1px solid #DDE7E9;
	overflow: hidden;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.imgright .photocolumn .photo {
	margin-right: 5px;
	margin-left: 0;
}

.maincontent .list .section {
	border-bottom: 1px solid #DDE7E9;
	overflow: hidden;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


.maincontent .list h4, .maincontent .list p, .maincontent .list .decodivider {
	margin-bottom: 0;
}

/* footer
-------------------------------------------------------------- */

.footer {
	clear: both;
	font-size: .8em;
	height: 34px;
	text-transform: uppercase;
	padding-top: 12px;
	padding-left: 0;
}

.footer p {
	margin: 0;
	float: left;
	display: inline;
}

.footer .links {
	display: none;
}


.footer a {
	color: #3C3C3C;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
	color: #F26522;
}

/* elements */
.title {
	height: 25px;
	color: #010101;
	line-height: 25px;
	text-transform: uppercase;
	border-bottom: 3px solid #0d0e2a;
	margin: 0;
	padding: 8px 10px;
}

.titlealt {
	border-bottom: none;
}

.title span {
	display: block;
	padding-left: 10px;
}

.titledeco {
	text-align: center;
}

.titledeco span {
	display: inline;
	background: #fff;
	padding: 0 10px;
}

h2.title {
	font-size: 1.1em;
	clear: both;
}

h3, h4.subtitle {
	color: #f26522;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;

	font-weight: normal;
}

h4.question {
	margin-bottom: 0;
}

.subtitle {
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.subtitle.top {
	margin-top: 0;
}

.subtitle span {
	padding-top: 15px;
	display: block;
}

h3.subtitle {
	font-size: 1.8em;
}

h4.subtitle {
	font-size: 1.5em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

h3.first {
	margin-top: 15px;
}

.morelink a {
	float: none;
	padding-left: 0;
}

.backtotop, .printthis, .sendemail, .editinfo, .actionlink {
	display: none;
}

.photocolumn {
	float: left;
}

.photocolumn .photo {
	margin-right: 0;
}

.photocolumn img {
	padding: 2px;
	border: 1px solid #90967a;
}

.first img {
	margin-top: 0;
}

.photocolumn.first {
	margin-top: 0;
}

.featured {
	margin-top: 15px;
	padding-bottom: 10px;
}

.products {
	margin-top: 15px;
}

.relatedlinks ul {
	margin-left: 20px;
	font-size: 1.1em;
	margin-top: 15px;
}

.relatedlinks li {
	list-style: none;
}

.socialize li {
	margin-bottom: 5px;
}

.relatedlinks a, .relatedlinks {
	color: #445986;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.05em;
}

.relatedlinks h4 {
	font-weight: normal;
	color: #000;
	text-transform: none;
	margin-bottom: -8px;
}

.relatedlinks img {
	margin: 0 5px 0px 0px;
}

p.relatedlinks img {
	float: none;
}

.dealstag {
	margin-top: 5px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 26px;
	line-height: 26px;
	width: 100px;
	color: #000;
}

h2.quote {
	font: 4em Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-style: italic;
	margin: 30px 0;
	text-align: center;
}

.author {
	text-align: center;
	height: 25px;
	line-height: 25px;
}

/* shoppping cart page */
.carttable {
	margin-top: 15px;
	font-size: 1.1em;
}

.carttable th {
	text-align: left;
	font-size: 1em;
	background: url(../images/title_arrow.gif) 10px 5px no-repeat;
	padding: 0px 15px 5px 25px;
	border-bottom: 1px solid #dae4e6;
	vertical-align: top;
}

.carttable td {
	vertical-align: top;
	padding: 5px 15px 5px 15px;
	border-bottom: 1px solid #dae4e6;
	border-left: 1px solid #dae4e6;
}

.carttable .photo {
	border: 1px solid #90967a;
	margin: 0 10px 10px 0;
}

form .carttable input.smalltext {
	background: none;
	border: 1px solid #90967a;
	width: 50px;
	text-align: center;
	font-style: normal;
}

.carttable tr.total td {
	text-align: right;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 15px;
}

table span.total {
	background: url(../images/arrow.gif) right 5px no-repeat;
	padding-right: 10px;
	margin-right: 10px;
}

.carttable p.note {
	color: #6b6b6b;
	font-size: 1em;
	margin-left: 0;
}

.carttable tr.submit td {
	border: none;
}

.carttable td.buttons {
	text-align: right;
	padding-top: 15px;
}

/* blog */
.entry {
	border-bottom: 9px solid #000000;
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
}


.title span.date {
	float: left;
	width: 369px;
}
.title span.time {
	float: right;
	width: 50px;
}



/* =forms
-------------------------------------------------------------- */

form fieldset {
	margin: 15px 20px 0px 20px;
}

form fieldset.submit {
	margin-top: 0px;
	margin-bottom: 20px;
}

form ol {
	list-style: none;
	margin: 0;
}

form fieldset img, form fieldset p {
	margin-left: 0px;
	margin-right: 0;
}

form li {
	background: url(../images/divider_deco.gif) left bottom repeat-x;
	padding-bottom: 20px;
	margin-bottom: 13px;
	clear: both;
	overflow: hidden;
	width: 100%;
}

form li.last {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

form li p {
	margin: 0px;
	font-size: .9em;
}

form li p.column {
	border-right: 1px solid #d8dad1;
	padding-right: 20px;
	margin-right: 20px;
	float: left;
	display: inline;
}

.label {
	display: block;
	color: #f26522;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

form li p .label {
	font-size: 1.7em;
}

input, select, textarea {
	font-style: italic;
	color: #7d7d7d;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

input.text {
	width: 248px;
	border: none;
	background: url(../images/input_bg.gif) right top no-repeat;
	height: 26px;
	min-height: 30px;
}

input.largetext {
	width: 624px;
	background: url(../images/input_bg_large.gif) right top no-repeat;
}

input.mediumtext {
	background: url(../images/input_bg_med.gif) right top no-repeat;
	width: 358px;
}

input.smallertext {
	background: url(../images/input_bg_smaller.gif) right top no-repeat;
	width: 202px;
}

input.smalltext {
	background: url(../images/input_bg_small.gif) right top no-repeat;
	width: 108px;
}

.textarea {
	width: 155px;
	height: 150px;
	border: none;
	background: url(../images/textarea_large_bg.gif) right top no-repeat;
}

.largetextarea {
	width: 624px;
	height: 100px;
	background: url(../images/textarea_large_bg.gif) right top no-repeat;
}

.mediumtextarea {
	width: 430px;
	height: 100px;
	background:none;
	border: 1px solid #ccc;
}

.smheight {
	height: 37px;
	background:url(../images/textarea_smheight_bg.gif) right top no-repeat;
}

select {
	border: 1px solid #90967a;
	height: 26px;
}

.select {
	width: auto;
}

.mediumselect {
	width: 120px;
}

input.button {
	padding: 0;
}

.checkbox, .radio {
	margin-top: 0;
}

label.checkboxlabel, label.radiolabel {
	display: inline;
	margin-right: 0;
}

.moreinfo {
	background: url(../images/down_arrow.gif) left 5px no-repeat;
	padding-left: 18px;
}

/* account settings */
.account {
	list-style: none;
	margin: 25px 20px 0px 20px;
	background: url(../images/divider_deco.gif) left top repeat-x;
	padding-top: 20px;
}

.account img, .account p {
	margin-left: 0px;
	margin-right: 0;
}

.account li {
	background: url(../images/divider_deco.gif) left bottom repeat-x;
	padding-bottom: 20px;
	margin-bottom: 13px;
	clear: both;
	overflow: hidden;
	width: 100%;
}

.account li.last {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.account li p {
	margin: 0px;
}

.account li .column {
	border-right: 1px solid #d8dad1;
	padding-right: 20px;
	margin-right: 20px;
	float: left;
	display: inline;
}

.account li p.value {
	margin-top: 10px;
}

form fieldset.reminder, form fieldset.remindersubmit {
	display: none;
}

/* recipes */
.sidecontent form fieldset {
	margin: 10px 0;
	font-size: .9em;
}
.sidecontent form label {
	float: left;
	width: 85px;
	padding-left: 10px;
	padding-top: 5px;
}
.sidecontent form li {
	background: none;
	border-bottom: 1px solid #dde7e9;
	padding-bottom: 3px;
	margin-bottom: 8px;
}
.sidecontent form fieldset.submit {
	margin: 0 10px 15px 10px;
}
.subhead {
	background: url(../images/down_arrow.gif) left 5px no-repeat;
	padding-left: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.comment {
	margin-bottom: 10px;
}
.commentmeta {
	border-bottom: 1px solid #dde7e9;
	clear: both;
	margin: 0 20px;
}
.rating {
	float: left;
	margin-right: 20px;
}
.rating img {
	margin: 0 3px 0 0;
}
.posted {
	font-style: italic;
	font-weight: bold;
}
.addrating {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin-top: 10px;
}
.addrating img {
	float: none;
	margin: 0 0px 0 5px;
}

div.usercontent {
	font-size: 1em;
	margin: 5px 20px 15px 20px;
}

div.usercontent h4 {
	margin-bottom: 0;
	font-size: 1.1em;
}

div.usercontent h2, div.usercontent h3, div.usercontent h4, div.usercontent p {
	margin-left: 0;
	margin-right: 0;
}

.widget {
	display:none;
}
