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;
}

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 15px 15px 10px;}

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;
}

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

.decodivider {
	background: url(../images/divider_deco.gif) left bottom repeat-x;
	height: 5px;
	clear: both;
}

.column {
	float: left;
}

.autowidth {
	width: auto;
}

.center {
	text-align: center;
}

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

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

	=Layout

-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	min-height: 100%;
	/*min-width: 1250px;*/
	background: url(../images/bg_tile.gif) repeat;
}

.container {
	width: 100%;
	margin: 0;
	background: url(../images/header_bg.gif) repeat-x;
}

.content {
	background: url(../images/content_bg.gif) -122px 0 repeat-y;
}

.maincontent {
	/*margin-left: 45px;*/
/*	width: 668px;
	width: 839px;*/
	width:auto;
	background: #fff;
	border-top: 1px solid #fff;
	overflow: auto;
	min-height: 400px;
	padding-bottom: 20px;
	/*
	
	*/
}

/* =header */
.header {
	/*background: url(../images/header_photo.jpg) left top no-repeat;*/
	height: 239px;
	min-width: 1278px;
	position: relative; /* for flash */
}

img.logo {
	display: none;
}

.utilitynav {
	margin: 0 0 0 447px;
	overflow: hidden;
	/*width: 440px;*/
	height: 30px;
	background: url(../images/header_gradient.png) repeat-x;
	text-transform: uppercase;
	color: #000013;
	font-size: 1.1em;
	font-weight: bold;
	position: absolute;/* for flash */
	top: 0;/* for flash */
	left: 0;/* for flash */
}

.utilitynav li {
	list-style: none;
	float: left;
	margin: 5px 0px 5px 8px;
	border-right: 1px solid #000013;
	padding-right: 8px;
	display: inline;
}

.utilitynav li.last, #utlitynavwrap ul li.last {
	border-right: none;
	/*padding-right: 0px;*/
}

.utilitynav .contactus a {
	color: #fefefe;
}

.utilitynav a {
	color: #000013;
}

.topsearch {
	background: url(../images/top_form_bg.png) repeat-x;
	height: 52px;
	width: 540px;
	margin-left: 710px;
	position: absolute;/* for flash */
	top: 30px;/* for flash */
	left: 0;/* for flash */
}

.toplogin {
	background: url(../images/header_gradient.png) repeat-x;
	height: 32px;
	width: 220px;
	margin-left: 447px;
	position: absolute;/* for flash */
	top: 26px;/* for flash */
	left: 0;/* for flash */
}
.toplogin .label {
	color: #fff;
	display: inline;
	font-weight: bold;
	font-size: 1.1em;
}
.toplogin .text {
	width: 88px;
	min-height: 13px;
	height: 13px;
	border: 2px solid #555b73;
	background: #fff;
	padding: 0;
}
.toplogin fieldset {
	margin: 0 2px 0 10px;
}
.toplogin .button {
	margin-top: 3px;
	margin-bottom: -3px;
}
.login_btn {
	margin-top: 8px;
}
/* home page header */
.homeintro {
	border-bottom:9px solid #000000;
	min-height: 200px;
	padding-bottom: 0;

}

.hpcontainer {
	background: url(../images/hp_header_bg.gif) repeat-x;
}

.hpheader {
	height: 520px;
}

.headerbg {
	margin: 0;
}

.videofeature {
	margin-left: 45px;
	margin-top: 11px;
	width: 625px;
	float: left;
	display: inline;
	position: absolute;/* for flash */
	top: 190px;/* for flash */
	left: 0;/* for flash */
}

.header .videofeature .player {
	float: left;

	padding-top: 4px;
}

.header .videofeature .box {
	width: 215px;
	height: 277px;
}

.header .box {
	float: left;
	width: 242px;
	display: inline;
	margin-top: 5px;
	padding-top: 4px;
	background: #21214f;
	overflow: hidden;
}

.header .box h2 {
	background-color: #fff;
}

.header .box h3 {
	font-size: 1.4em;
	margin: 8px 10px;
}

.header .box p {
	color: #fff;
	margin: 5px 10px;
	font-size: 1.1em;
}

.header .box img {
	margin: 0px 10px 0px 0px;
}

.header .box a {
	color: #F26522;
}

.header .exclusive {
	margin-top: -40px;
	height: 340px;
	width: 230px;
	position: absolute;/* for flash */
	top: 190px;/* for flash */
	left: 765px;/* for flash */
}

.exclusivephoto {
	margin: 10px;
	text-align: center;
}

/* =nav
--------------------------------------------------------------- */
#navcontainer {
	clear: both;
	height: 42px;
	width: 760px;
	background: url(../images/nav_bg.png) no-repeat;
	position: absolute;/* for flash */
	left: 0;/* for flash */
	top: 150px;/* for flash */
}

#nav {position:relative; margin: 3px 0 0 0px; width: 750px; float: right;}
#nav li { float:left; list-style: none;}
#nav li a { position: absolute; top:0; display:block; height:36px; background:url(../images/nav.gif) no-repeat; text-indent:-9999px; overflow:hidden; font-size:1%;}
li#nav1 a { width:63px; left:0;}
li#nav2 a { width:158px; left:63px; background-position:-63px top;}
li#nav3 a { width:62px; left:221px; background-position:-221px top;}
li#nav4 a { width:87px; left:283px; background-position:-283px top;}
li#nav5 a { width:63px; left:370px; background-position:-370px top;}
li#nav6 a { width:76px; left:433px; background-position:-433px top;}
li#nav7 a { width:150px; left:509px; background-position:-509px top;}
li#nav8 a { width:55px; left:659px; background-position:-659px top;}
/* hover states */
li#nav1 a:hover { background-position:0 bottom; }
li#nav2 a:hover { background-position:-63px -36px; }
li#nav3 a:hover { background-position:-221px bottom;}
li#nav4 a:hover { background-position:-283px -36px;}
li#nav5 a:hover { background-position:-370px -36px;}
li#nav6 a:hover { background-position:-433px bottom;}
li#nav7 a:hover { background-position:-509px -36px;}
li#nav8 a:hover { background-position:-659px -36px;}
/* you-are-here navigation marker */
li#nav1.current a { background-position:0 bottom; }
li#nav2.current a { background-position:-63px bottom; }
li#nav3.current a { background-position:-221px bottom;}
li#nav4.current a { background-position:-283px bottom;}
li#nav5.current a { background-position:-370px bottom;}
li#nav6.current a { background-position:-433px bottom;}
li#nav7.current a { background-position:-509px bottom;}
li#nav8.current a { background-position:-659px bottom;}


/* drop-down sub nav */
#nav li .subnav {
	position: absolute;
	top: 31px;
	margin-left: 0;
	line-height: normal;
	padding-bottom: 10px;
	text-align: left;
	z-index: 10;
	background: url(../images/subnav_bg.png) repeat;
	/*filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;*/
	font-size: .9em;
}

#nav li#nav2 .subnav {left: 63px; width:165px;}
#nav li#nav3 .subnav {left: 221px; width:62px;}
#nav li#nav4 .subnav {left: 283px; width:187px;}
#nav li#nav5 .subnav {left: 370px; width:146px;}
#nav li#nav6 .subnav {left: 516px; width:76px;}
#nav li#nav7 .subnav {left: 509px; width:158px;}
#nav li#nav8 .subnav {left: 659px; width:158px;}

#nav li .subnav li {
	float: none;
}

#nav li .subnav a {
	text-indent: 0px;
	font-size: 1em;
	position: static;
	background: url(../images/subnav_arrow.gif) 10px 7px no-repeat !important;
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
	height: auto;
	width: 200px;
}

#nav li .subnav a:hover {
	text-decoration: none;
	color: #F26522;
}

#nav li .subnav .current a {
	text-decoration: none;
	color: #F26522;
}

#nav li .subnav {
	display: none;
}

#nav li:hover .subnav, #nav li.over .subnav {
	display: block;
}

/* two columns */

.twocolumn .content {
	overflow: hidden;
	width: 1121px;
}

.twocolumn .maincontent {
	width: 634px;
	float: left;
	display: inline;
}

.twocolumn .sidecontent {
	width: 356px;
	float: left;
	margin-left: 8px;
	display:  inline;
}

.twocolumnalt .maincontent {
	width: 582px;
}

.twocolumnalt .sidecontent {
	width: 248px;
}

.twocolumn3 .maincontent {
	width: 616px;
	min-height: 850px;
	margin-bottom: 10px;
}

.twocolumn3 .sidecontent {
	width: 316px;
}

.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 h1.subtitle {
	font-style: normal;
	font-size: 1.8em;
	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;
}

h3.more {
	background: url(../images/arrow.gif) right 6px no-repeat;
	padding-right: 15px;
	display:  inline;
}

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

.expertprofile .photocolumn {
	width: 40%;
	margin-right: 15px;
}

.expertprofile .copycolumn {
	width: auto;
	float: none;
}

.list .photocolumn {
	width: 40%;
}

.list .copycolumn {
	width: 60%;
}

.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;
}

.list .photocolumn {
	width: 40%;
}

.list .copycolumn {
	width: 60%;
}

.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 .photocolumn {
	width: 18%;
}

.maincontent .list .copycolumn {
	width: 72%;
}

.twocolumn .maincontent .list .photocolumn {
	width: 28%;
}

.twocolumn .maincontent .list .copycolumn {
	padding-left:20px;
     width:65%;
}

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

.maincontent .list h3.more {
	background:transparent url(../images/arrow.gif) no-repeat left 6px;
	padding-left: 10px;
	margin-left: 10px;
}
.maincontent .list h4, .maincontent .list p, .maincontent .list .decodivider {
	margin-bottom: 0;
}


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

.footer {
	clear: both;
	font-size: .8em;
	height: 34px;
	background: url(../images/footer_bg.gif) repeat-x;
	text-transform: uppercase;
	padding-top: 12px;
	min-width: 1250px;
}

.footerinner {
	margin-left: 35px;
	width: 950px;
}

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

.footer .links {
	background: url(../images/footer_arrow.gif) left center no-repeat;
	padding-left: 10px;
	margin-left: 10px;
}

.footer .options {
	float: right;
}


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

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

/* elements */
.title {
	background: url(../images/title_arrow.gif) 12px center no-repeat;
	height: 25px;
	color: #010101;
	line-height: 25px;
	text-transform: uppercase;
	border-bottom: 3px solid #0d0e2a;
	margin: 0;
	padding: 8px 10px;
}
.titlealt {
	border-bottom: none;
}

.titlediv {
	float:left;
	width:50%;
}

.title span {
	display: block;
	background: url(../images/title_bg.gif) repeat-x;
	padding-left: 18px;
}

.titledeco {
	background: url(../images/star.gif) left center repeat-x;
	text-align: center;
}

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

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

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

	font-weight: normal;
}

h4.question {
	margin-bottom: 0;
}

.subtitle {
	background: url(../images/divider_deco.gif) left bottom repeat-x;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

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

.subtitle span {
	background: url(../images/divider_deco.gif) left top repeat-x;
	padding-top: 15px;
	display: block;
}

h1.subtitle {
	font-size: 2.1em;
	margin-left: 1em;
}

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

h4.subtitle {
	font-size: 1.5em;
	background: url(../images/divider_deco.gif) left bottom repeat-x;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

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

.actionlink p {
	margin-top: 15px;
}

.actionlink a {
	float: right;
	text-transform: uppercase;
	color: #445986;
	padding-left: 20px;
	font-size: .9em;
}

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

.printthis a {
	background: url(../images/print_icon.gif) left top no-repeat;
}

.backtotop a {
	background: url(../images/up_arrow.gif) left 3px no-repeat;
	padding-left: 15px;
	margin-right: 35px;
}

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

.photocolumn {
	float: left;
	width: 21%;
}

.copycolumn {
	float: left;
	width: 60%;
}

.article {
	width: 80%;
}

.photo {
	background: url(../images/photo_bg.gif) right bottom no-repeat;
	padding-right: 2px;
	padding-bottom: 2px;
	float: left;
	margin: 5px 15px;
	display: inline;
}

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

.photo img {
	margin: 0;
	padding: 2px;
	border: 1px solid #90967a;
}

.aboutus .photocolumn {
	width: 30%;
}

.aboutus .copycolumn {
	width: 60%;
}

.hprecipe .photocolumn {
	width: 38%;
}

.hprecipe .copycolumn {
	width: 52%;
}

.vision  .photocolumn {
	width: 46%;
}

.vision .copycolumn {
	width: 45%;
}

.picks .photocolumn {
	width: 24%;
}

.picks .copycolumn {
	width: 73%;
}

.partners  .photocolumn {
	width: 30%;
}

.partners .copycolumn {
	width: 60%;
}

.press  .photocolumn {
	width: 30%;
}

.press .copycolumn {
	width: 60%;
}

.featured {
	margin-top: 15px;
	border-bottom: 9px solid #000000;
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
}

.featured .photocolumn {
	width: 23%;
}

.featured .copycolumn {
	width: 77%;
}

.event {
	margin-top: 15px;
	border-bottom: 9px solid #000000;
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
}

.event.last {
	border-bottom: none;
}

.event .photocolumn {
	width: 18%;
}

.event .copycolumn {
	width: 72%;
}

.storefeatured .photocolumn {
	width: 38%;
}

.storefeatured .copycolumn {
	width: 60%;
}

.products {
	margin-top: 15px;
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
}

.products .photocolumn {
	width: 17%;
}

.products .copycolumn {
	width: 70%;
}

.products h3 {
	font-size: 1.5em;
}

.section {
	clear: both;
}

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

.relatedlinks li {
	list-style: none;
}

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

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

.relatedlinks a:hover, a.relatedlinks:hover {
	color: #445986;
	text-decoration: underline;
}

.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;
	background: url(../images/deals_tag.gif) no-repeat;
	height: 26px;
	line-height: 26px;
	width: 105px;
	color: #000;
}

.dealstag p {
	margin: 0 0 0 5px;
}


.quoteblock {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: url(../images/left_quote.gif) 20px top no-repeat;
	margin-top: 30px;
}

h2.quote {
	color: #000;
	background: url(../images/right_quote.gif) bottom right no-repeat;
	font-size: 4em;
	font-style: italic;
	font-weight: normal;
	margin-left: 80px;
	margin-bottom: 30px;
	padding-right: 40px;
	text-align: center;
	line-height: 1.1;
}

.author {
	background: url(../images/title_bg.gif) repeat-x;
	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: 527px;
}
.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) -10px top no-repeat;
	height: 24px;

	padding-left: 5px;
}

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

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

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

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

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

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

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

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

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;
}
/* register form */
.register label, .register li p .label {
	font-size: 1.1em;
	margin-bottom:10px;
}

.register li {
	background: none;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.register li p.column {
	margin-right: 10px;
	padding-right: 5px;
	margin-bottom:10px;
}

/* 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 {
	background: #fbfbfb;
	padding:15px 20px 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #dde7e9;
}

form fieldset.remindersubmit {
	background: #fbfbfb;
	padding: 0px 20px 15px 20px;
	margin: 0px 0 0 0;
	border-bottom: 1px solid #dde7e9;
}

form .reminder li p.column  {
	padding-right: 4px;
	margin-right: 4px;
}

/* topsearch */

.topsearch {
	padding-top: 12px;
	margin-top: 16px;
}

.topsearch fieldset {
	margin: 0 0 0 12px;
	float: left;
	display: inline;
}

.topsearch fieldset.submit {
	margin-top: 5px;
}

.topsearch input.text {
	background: #ecedee;
	min-height: 20px;
	height: 20px;
	border: 1px solid #caccd0;
	font-style: normal;
	font-size: 1.1em;
	padding-left: 10px;
	width: 175px;
}

/* recipes */
.sidecontent form fieldset {
	margin: 10px 0;
	font-size: .9em;
}
.sidecontent form label {
	float: left;
	width: 85px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 1.2em;
}
.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;
}

.share_tt {
	background-color:#FF7200;
}

.share_tt p {
	font-size:1.5em;
	font-weight: bold;
	color: #fff;	
}

.share_tt a {
	font-size:1.2em;
	font-weight: bold;
	color: #fff;
}

.share_tt span {
	font-size:1.5em;
}

.share_tt_links li {
	font-size: 1.1em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* =emailform
-------------------------------------------------------------- */

#utlitynavwrap {
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 100;
	padding: 0;
	margin: 0;
	width: 196px;
	margin-left: 447px;
}

#utlitynavwrap ol {
	/* Necessary for Safari to show full background on #navlogin */
	border: 1px solid transparent;
	/* Necessary for to trigger hasLayout for IE (avoids stepping) */
	height: 100%;
	height: 30px;
}

#utlitynavwrap ul {
	list-style-type: none;
	margin: 0;
	padding: 4px 0 0 2px;
	font-size: 9px;
	line-height: 15px;
	height: 18px;
	background:transparent url(../images/top_form_bg.png) scroll 0 0;
}

#utlitynavwrap ul li a {
	color: #000013;
	font-weight: bold;
}

#utlitynavwrap ul li {
	float: left;
	width: 87px;
	border-right: 1px solid #000013;
	padding: 0 4px 0 5px;
	display: inline;
}

#emailform {
	padding: 0;
	border: none;
	width: 205px;
	/*background:transparent url(../images/header_login_gradient.png) scroll 0 0;*/
}

#emailform fieldset {
	margin: 0;
}

form#emailform li {
	background: none;
	margin: 5px;
	padding: 0;
}

form#emailform li#last {
	margin-bottom: 0;
}

form#emailform .label {
	font-size: 12px;
	float: left;
	font-style: italic;
	font-weight: bold;
	color:#fff;
	margin: 0;
	width: 40px;
	line-height: 18px;
	text-align: right;
	padding-right: 5px;
}

form#emailform .checkbox, #utlitynavwrap .submit, #utlitynavwrap .submit .button {
	float: left;
}

form#emailform input.text {
	float: left;
	background: #fff;
	border: 2px solid #555b73;
	font-style: normal;
	font-weight: bold;
	font-size: 9px;
	width: 86px;
	height: 8px;
	min-height:13px;
	padding: 0 0 0 2px;
	margin-right: 5px;
}



h2.largertitle {
    height: 42px;
    line-height: 42px;
    font-size: 2.2em;
}

.largertitle span {
    background: url(../images/title_larger_bg.gif) repeat-x;
}

.category_list {
float:left;
font-size:1.2em;
padding-left:10px;
padding-top:5px;
width:100%;
}

.invisible {
	display: none;
}

/* tips pages */
.twocolumn3 .maincontent p {
	font-size: 1.1em;
}

.twocolumn3 .maincontent .relatedlinks ul {
	margin-top: 5px;
}
.tip-item {
	border-bottom: 1px solid #e3ebec;
	clear:both;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.tip-item .decodivider, .tip-story .decodivider {
	clear: none;
	margin-top: 0;
	margin-bottom: 10px;
}

.tip-item h3, .tip-story h3 {
	margin-bottom: 0;
	margin-right: 2px;
	font-size: 1.6em;
}
.tip-item p, .tip-story p {
	font-size: 1.2em;
	line-height: 1.4;
}
.tip-item .date, .tip-story .date {
	float: right;
	display: inline;
	color: #747474;

}
.tip-item h4, .tip-story h4 {
	color: #000;
	margin-top: 5px;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.tip-story p.author {
	text-align: left;
	background: none;
	color: #000;
}

.paging {
	clear: both;
	margin-right: 20px;
	display: inline;
	float: right;
	color: #8997b6;
}

.paging p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	font-size: 1em;
}

.paging a {
	color: #8997b6;
	border: 1px solid #8997b6;
	padding: 0 2px;
	margin: 0 1px;
}

.paging a.current {
	color: #bdbdbd;
	cursor: text;
	border: 1px solid #bdbdbd;
}

.box .boxcontent {
	padding-top: 10px;
	padding-bottom: 5px;
}

.box .boxcontent p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.1em;
}

.box .tip-item {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.box .tip-item h3 {
	font-size:1.4em;
	margin-left: 20px;
}
.box .tip-item h4 {
	margin-bottom: 0px;
	margin-top: 0;
	font-size: 1.2em;
}

.archivelinks a {
	color: #445986;
}

.box .divider {
	margin:5px 0;
}

/* submission page */
.subtitle2 {
	color: #333;
	font-style: normal;
}

.subtitle2 em {
	font-style: italic;
}

.twocolumn3 .maincontent .photo  {
	margin-bottom: 15px;
}

.submission legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #000;
	padding-bottom: 10px;
}
.submission ol li {
	background: none;
	padding-bottom: 0;
}

.submission ol.options li {
	margin-bottom: 0;
}

.submission .label {
	color: #000;
	font-size: 1.1em;
	float: left;
	width: 60px;
	padding-right: 10px;
	text-align: right;
}

.submission input.text {
	background: none;
	border: 1px solid #8f8f8f;
	height: auto;
	min-height: 20px;
	width:385px;
	color: #333;
	font-style: normal;
	font-weight: normal;
}

.submission .textarea {
	background: none;
	border: 1px solid #8f8f8f;
	height: 120;
	min-height: 20px;
	width:385px;
	color: #333;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
}

.submission .select {
	height: auto;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #000;
}

form.submission fieldset.submit {
	margin-bottom:20px;
	margin-top: -5px;
	text-align: center;
}


.submission .book_subject {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  clear: none;
}

.submission .book_subjects {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  
}

.book_subjects span p.sub_list {
	padding-left: 23px;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.book_subjects span .radio {
	float: left;
	margin-top: 3px;
}

/* facebook registration popup */
.popup_reg {
	width: 400px;
	display:none; 
    z-index:10000; 
	background-color: #fff;
	
	/* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;
}

.popup_reg .close { 
    background-image:url(/images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}


.popup_reg1 {
	width: 400px;
	display:none; 
    z-index:10000; 
	background-color: #fff;
	
	/* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;
}

.popup_reg1 .close { 
    background-image:url(/images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* Tags CSS */
.tags{
  font: Arial, Helvetica, sans-serif bolder;
  color: #000000;
  font-weight:bolder;
}

.ads1
{
padding-left:25px;
}

.noimgtitle {
	height: 5px;
	color: #010101;
	line-height: 5px;
	text-transform: uppercase;
	border-bottom: 3px solid #0d0e2a;
	margin: 0;
	padding: 8px 10px;
}

.adsstyle {
width:299px;
padding-top:10px;
padding-left:4px;
}
