/* General reset */
body {
	margin:0;
	background:#89d2bc url(../images/bg-body.gif) repeat-y 50% 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#231f20;
}
img { border-style:none;}
a {
	color:#231f20;
	text-decoration:none;
}
a:hover { text-decoration:underline;}
input, select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#5b5d62;
}
textarea {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#5b5d62;
	border: 0px solid #000000;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
/* wrapper */
#wrapper {
	width:960px;
	margin:0 auto;
	padding:155px 10px 0;
	position:relative;
	background:#fff;
}
.wrapper-inner{
	padding:111px 0 0 !important;
}
/* header */
#header {
	padding:25px 0 7px 8px;
	border-bottom:2px solid #6d6e71;
	height:121px;
	width:952px;
	position:absolute;
	left:10px;
	top:0;
}
#header-inner{
	height:69px;
	border:0;
	width:952px;
	padding:25px 0 7px 8px;
	position:absolute;
	left:10px;
	top:0;
}
#header .header-holder {
	padding-bottom:13px;
	width:100%;
}
#header .header-holder:after {
	content:"";
	clear:both;
	display:block;
}
/* logo */
.logo {
	position:absolute;
	left:19px;
	top:18px;
	background:url(../images/logo.gif) no-repeat;
	width:336px;
	height:81px;
	text-indent:-9999px;
	margin:0;
	overflow:hidden;
	z-index:3;
}
.logo a {
	display:block;
	height:100%;
}
.logo-print { display:none;}
.mailer-form fieldset {
	float:right;
	background:url(../images/bg-form.gif) repeat-y;
	padding:9px 5px 11px 19px;
	width:396px;
}
.mailer-form label {
	color:#555253;
	text-transform:uppercase;
	font-size:12px;
	display:block;
	margin:0 0 3px 2px;
}
.mailer-form .row { height:1%;}
.mailer-form .row:after {
	content:"";
	clear:both;
	display:block;
}
.mailer-form select {
	width:141px;
}
.mailer-form .selectArea {
	margin:0 8px 0 0;
	float:left;
}
.mailer-form .items-list {
	text-transform:uppercase;
	float:left;
	margin:0 8px 0 0;
	width:141px;
	height:26px;
	padding:0;
	list-style:none;
	background:url(../images/bg-input.gif) no-repeat;
}
.items-list li { padding:6px 8px;}
.items-list li a {
	background:url(../images/bullet2.gif) no-repeat 100% 4px;
	display:block;
	color:#5b5d62;
	position:relative;
}
.items-list li:hover,
.items-list li.hover { position:relative;}
.items-list li:hover .items-links,
.items-list li.hover .items-links { display:block;}
.items-list li:hover  a,
.items-list li.hover ul a {
	background:none;
}
.items-list li ul a:hover {
	text-decoration:underline;
	background:url(../images/bullet2.gif) no-repeat 100% 4px;
}
.items-list li .items-links {
	display:none;
	position:absolute;
	left:0;
	top:20px;
	background:url(../images/bg-items-list-b.gif) no-repeat 0 100%;
	width:139px;
	padding:0 1px 5px;
}
* html .items-list li .items-links { left:-8px;}
.items-list li ul {
	margin:0 -1px;
	padding:2px 0 0;
	list-style:none;
	position:relative;
	background:#fff;
	border:solid #5a5d62;
	border-width:0 1px;
}
.mailer-form .text {
	float:left;
	background:url(../images/bg-input.gif) no-repeat;
	padding:6px 7px;
	width:127px;
	height:14px;
	margin-right:7px;
	display:inline;
}
.mailer-form .text input {
	background:none;
	outline:none;
	border:0;
	margin:0;
	width:125px;
	float:left;
	padding:0;
}
.mailer-form input.submit {
	margin:4px 0 0;
	float:left;
}
.header-area {
	width:614px;
	float:right;
	margin-right:-10px;
	position:relative;
	z-index:2;
}
.misc-box {
	float:left;
	padding:15px 0 0 4px;
}
.header-holder strong.thirst {
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/text-thirst.gif) no-repeat;
	width:147px;
	height:12px;
	display:block;
	border-bottom:1px solid #dddddf;
	padding-bottom:4px;
	margin-bottom:5px;
}
.header-holder strong.inner{
	border:0;
}
.header-holder .dropdown {
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
}
.dropdown li {
	float:left;
	padding-bottom:4px;
}
.dropdown li a {
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	height:17px;
}
.dropdown li a.everywhere {
	background:url(../images/text-everywhere.gif) no-repeat;
	width:89px;
}
.dropdown li a.everywhere.open {
	background:url(../images/text-everywhere-active.gif) no-repeat;
	width:98px;
}

/* see all_mc.css 
.dropdown li a.new-york {
	background:url(../images/text-new-york.gif) no-repeat;
	width:70px;
}
.dropdown li a.los-angeles {
	background:url(../images/text-los-angeles.gif) no-repeat;
	width:89px;
}
 */
 
 .dropdown li a.moms {
	background:url(../images/text-moms.gif) no-repeat;
	width:43px;
}
 .dropdown li a.moms.open {
	background:url(../images/text-moms-active.gif) no-repeat;
	width:55px;
}
.dropdown li a.recipes {
	background:url(../images/text-recipes.gif) no-repeat;
	width:71px;
}
.dropdown.active li { position:relative;}
.dropdown li ul {
	display:none;
	list-style:none;
	padding:4px 0 0;
	margin:0;
	position:absolute;
	left:0;
	top:17px;
	background:#fff;
}
.dropdown ul li { float:none;}
.dropdown.active li ul { display:block;}
.nav-holder { height:1%;}
.nav-holder:after {
	content:"";
	clear:both;
	display:block;
}
#nav a.show-all {
background:url(../images/bullet1.gif) no-repeat 100% 15px;
	float:right;
	display:inline;
	width:61px;
	height:15px;
	color:#6d6e71;
	padding:12px 14px 0 0;
	margin:0 14px 0 0;
	font-size:18px;
	text-transform:uppercase;
}
#nav a.show-all:hover {
	background:url(../images/bullet1.gif) no-repeat 100% 15px;
	text-decoration:none;
}
/* navigation */
#nav {
	width:642px;
	float:left;
	padding-right:10px;
	background:url(../images/separator-header.gif) repeat-y 100% 0;
}
#nav ul {
	float:left;
	margin:0 -9px 0 0;
	padding:0;
	text-align:center;
	list-style:none;
	font-size:13px;
}
#nav ul li {
	float:left;
	width:82px;
	margin-right:9px;
}
#nav ul a {
	text-transform:uppercase;
	background:url(../images/bg-nav.gif) no-repeat;
	padding-top:30px;
	display:block;
	color:#231f20;
	height:1%;
}
#nav ul a span {padding:0 0 0 13px;}
#nav ul a span img {
	margin:3px 0 0;
	vertical-align:top;
}
* html #nav ul a span {padding:3px 0 0 13px;}
*+html #nav ul a span {padding:3px 0 0 13px;}
#nav ul a:hover { text-decoration:none;}
#nav ul li.active a span { background: url(../images/bullet1.gif) no-repeat 0 3px;}
#nav ul a.fitness { background-position:14px 0;}
#nav ul a.nutrition { background-position:-55px 0;}
#nav ul a.wellness { background-position:-124px 0;}
#nav ul a.beauty { background-position:-193px 1px;}
#nav ul a.recipes { background-position:-262px 1px;}
#nav ul a.news { background-position:-331px 0;}
#nav ul li.active a.fitness { background-position:14px -43px;}
#nav ul li.active a.nutrition { background-position:-55px -43px;}
#nav ul li.active a.wellness { background-position:-124px -43px;}
#nav ul li.active a.beauty { background-position:-193px -43px;}
#nav ul li.active a.recipes { background-position:-262px -43px;}
#nav ul li.active a.news { background-position:-331px -43px;}
#nav ul a.fitness:hover { background-position:14px -86px;}
#nav ul a.nutrition:hover { background-position:-55px -86px;}
#nav ul a.wellness:hover { background-position:-124px -86px;}
#nav ul a.beauty:hover { background-position:-193px -85px;}
#nav ul a.recipes:hover { background-position:-262px -85px;}
#nav ul a.news:hover { background-position:-331px -86px;}
.nav-holder .add-nav {
	float:right;
	margin:-5px 0 0;
	padding:0;
	list-style:none;
	width:295px;
	position:relative;
}
.add-nav li {
	float:left;
	margin-right:31px;
font-size:11px;
}
.add-nav li a {
	text-transform:uppercase;
	background:url(../images/bg-add-nav.gif) no-repeat;
	padding-top:36px;
	display:block;
	color:#231f20;
	position:relative;
}
.add-nav a:hover { text-decoration:none;}
.add-nav a span { padding:0 0 0 13px;}
.add-nav li.active a span { background: url(../images/bullet1.gif) no-repeat 0 3px;}
.add-nav li a.resources { background-position:34px 0;}
.add-nav li a.deals { background-position:-75px 0;}
.add-nav li.active a.resources { background-position:34px -48px;}
.add-nav li.active a.deals { background-position:-75px -48px;}
.add-nav li a.resources:hover { background-position:34px -96px;}
.add-nav li a.deals:hover { background-position:-75px -96px;}
/* advertisement */
.sub-ad {
	background:#e7e7e8;
	padding:10px 0 9px;
}
.ad-holder {
	width:728px;
	padding:0 43px;
	margin:0 auto;
	position:relative;
}
.ad-holder img {
	display:block;
	margin:0 auto;
}
.ad-holder span.sponsor {
	position:absolute;
	right:0;
	bottom:0;
	width:38px;
	height:8px;
	text-indent:-9999px;
	background:url(../images/text-sponsor.gif) no-repeat;
}
* html .ad-holder span.sponsor { bottom:-7px;}
/* main */
 #main {
	overflow:hidden;
	height:1%;
	padding:0 0 6px;
}
.main-block{
	background: url(../images/img35.jpg) no-repeat;
	width:963px;
	height:503px;
	padding:0 0 0 2px;
}
.main-block .title {
	padding:21px 0 23px;
	height:41px;
}
.main-block .title h2{
	margin:0 0 0 87px;
	color:#f22691;
	font-size:34px;
	font-weight:normal;
}
.main-bolck-holder {
	overflow:hidden;
	width:100%;
}

.main-bolck-holder .alignleft { float:left;}
.main-bolck-holder .alignleft img { display:block;}

.main-bolck-holder .box-txt {
	float:left;
	padding:0;
	width:648px;
	height:343px;
}
.main-bolck-holder .box-block {padding:1px 70px 1px 34px;}
.main-bolck-holder .box-block h3{
	font-size:31px;
	margin:0;
	line-height:39px;
	font-weight:normal;
}
.main-bolck-holder .form-block fieldset{
	background: url(../images/bg-fieldset5.gif) repeat-x;
	height:74px;
	padding:24px 0 0 41px;
}
.main-bolck-holder .form-block fieldset .text{
	background: url(../images/bg-input9.gif) no-repeat;
	width:269px;
	height:49px;
	padding:0;
	margin:0 14px 0 0;
}
.main-bolck-holder .form-block fieldset .text input{
	padding:15px 5px 10px 17px;
	width:247px;
	font-size:21px;
}
.box-info-block {
	overflow:hidden;
	height:1%;
	padding:0 0 0 36px;
	color:#58595b;
	float:right;
}
.box-info-block span{
	float:left;
	padding:0 34px 0 0;
	width:204px;
	font-size:11px;
	font-weight:bold;
}
.box-info-block ul{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:378px;
	overflow:hidden;
}
.box-info-block ul li{
	padding:0 24px 0 0;
	font-size:9px;
	float:left;
	width:165px;
}
.box-info-block ul li h4{
	margin:0;
	font-size:9px;
}
.box-info-block ul li p{margin:0;}

/*  #twocolumns {padding:13px 0 0 0;}  */

#twocolumns {
	padding:13px 0 0 0;
	width:100%;
}
#twocolumns:after {
	display:block;
	content:"";
	clear:both;
}

/* content */
#content {
	float:left;
	width:653px;
}
#content .breadcrumbs {
	list-style:none;
	margin:0;
	padding:4px 0 3px 5px;
	overflow:hidden;
	height:1%;
	font-size:12px;
	color:#a7a9ac;
	line-height:12px;
	font-weight:bold;
}
#content .breadcrumbs li {
	float:left;
	padding-left:3px;
}
#content .breadcrumbs li a {
	color:#a7a9ac;
	background: url(../images/bg-seprator-breadcrumbs.gif) no-repeat 100% 80%;
	padding:0 8px 0 0;
	display:block;
}
.content-info {
	background: url(../images/bg-content-info-c.gif) repeat-y;
}
.content-info .holder{
	background: url(../images/bg-content-info-t.gif) no-repeat;
}
.content-info .frame {
	background: url(../images/bg-content-info-b.gif) no-repeat 0 100%;
	width:654px;
	overflow:hidden;
}
.content-info .frame .alignleft{
	float:left;
	padding:3px 0 6px 2px;
}
.content-info .frame .alignleft img{display:block;}
.content-info .box-txt {
	float:right;
	padding:0 6px 0 0;
	width:348px;
}
.content-info .box-block {
	padding:15px 18px 0 21px;
	font-size:13px;
}
.content-info .box-block h2{
	margin:0 0 18px;
	color:#f22691;
	line-height:41px;
	font-size:38px;
	font-weight:normal;
}
.content-info .box-block p{
	margin:0 0 10px;
	line-height:17px;
}
.content-info .box-block span{
	display:block;
	font-size:14px;
	padding:14px 0 13px;
}
.content-info .box-block span a{
	color:#231f20;
	font-weight:bold;
}
.content-info .box-txt fieldset {
	background: url(../images/bg-fieldset1.gif) repeat-x;
	padding:17px 0 11px 21px;
	height:56px;
}
.content-info .box-txt fieldset .text{
	background: url(../images/bg-input8.gif) no-repeat;
	height:36px;
	margin:0 8px 0 0;
	padding:0;
	width:185px;
}
.content-info .box-txt fieldset .text input{
	width:167px;
	padding:9px 8px 7px 10px;
}
.content-info .box-txt .note{
	color:#919396;
	font-size:10px;
	display:block;
	line-height:12px;
	padding:0 10px 0 20px;
}
.content-info .box-txt fieldset input.submit{margin:5px 0 0;}
.info-box { background: url(../images/bg-info-box-c.gif) repeat-y;}
.info-box .holder { background: url(../images/bg-info-box-t.gif) no-repeat;}
.info-box .frame {
	background: url(../images/bg-info-box-b.gif) no-repeat 0 100%;
	overflow:hidden;
	height:325px;
	position:relative;
	padding:35px 3px 100px 1px;
}
.info-block { background: url(../images/bg-info-block-c.gif) repeat-y;}
.info-block .holder { background: url(../images/bg-info-block-t.gif) no-repeat;}
.info-block .frame {
	background: url(../images/bg-info-block-b.gif) no-repeat 0 100%;
	overflow:hidden;
	position:relative;
	padding:22px 3px 9px 4px;
}
.info-block1 {background: url(../images/bg-frame-inner-c.gif) repeat-y ;}
.info-block1 .holder{background: url(../images/bg-frame-inner-t.gif) no-repeat ;}
.info-block1 .frame{background: url(../images/bg-frame-inner-b.gif) no-repeat 0 100%;}
.info-block2 {
	background: url(../images/bg-info-block2-c.gif) repeat-y ;
	height:1%;
}
.info-block2 .holder{background: url(../images/bg-info-block2-t.gif) no-repeat ;}
.info-block2 .frame{background: url(../images/bg-info-block2-b.gif) no-repeat 0 100%;}
.article{ 
	background: url(../images/bg-info-article-c.gif) repeat-y;
	width:654px;
}
.article .holder { 
	width:100%;
	background: url(../images/bg-info-article-t.gif) no-repeat;
}
.article .frame {
	padding:17px 3px 9px 0;
	background: url(../images/bg-info-article-b.gif) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
}
.info-block2 .frame-inner{
	padding:22px 5px 28px 2px;
}
.info-block .heading {
	padding: 0 0 15px;
	text-align:center;
	height: 1%;
}
.article .heading {padding:0 0 9px;}
.info-block .heading img {
	display:block;
	margin:0 auto;
}
.info-block .heading h2.beauty,
.info-block .heading h2.deals,
.info-block .heading h2.fitness,
.info-block .heading h2.recipes,
.info-block .heading h2.news,
.info-block .heading h2.contact,
.info-block .heading h2.invite,
.info-block .heading h2.press,
.info-block .heading h2.subscribe,
.info-block .heading h2.unsubscribe {
	margin:0;
	color:#6d6e70;
	font-size:39px;
	line-height:42px;
	font-weight:normal;
}
.info-block .heading h2.fitness,
.info-block .heading h2.news,
.info-block .heading h2.recipes{
	font-size:16px;
	line-height:16px;
}
.info-block .slider-holder { margin-bottom:16px;}
.info-block .slider .slider-item { 
	width:647px;
}
.info-block .slider .slider-item .flash{padding:20px 0 22px;}
.info-block .slider .slider-item .flash img{
	display:block;
	margin:0 auto;
}
.info-block .slider-inner .slider-item {
	overflow:hidden;
	padding:0 0 20px 0;
}
.info-block .slider-inner .items-box{
	width:618px;
	background: url(../images/separator-list.gif) repeat-x;
	margin:0 0 0 12px;
	overflow:hidden;
	position:relative;
}
.items-list-inner {
	list-style:none;
	margin:0 0 -10px;
	width:650px;
	position:relative;
	padding:0;
	overflow:hidden;
	height:1%;
}
.items-list-inner li{
	float:left;
	margin:14px 14px 0 0;
	padding:22px 0 0;
	display:inline;
	position:relative;
	width:310px;
	border-right:1px solid #dcddde;
}
.items-list-inner ul{
	list-style:none;
	margin:-35px 0 0;
	position:relative;
	padding:0;
}
.items-list-inner ul li{
	overflow:hidden;
	height:1%;
	background: url(../images/separator-list.gif) repeat-x 0 100%;
	border-right:0;
	padding:14px 0 18px;
	width:290px;
	margin:0;
}
.items-list-inner ul li img{
	float:left;
	padding:0 9px 0 0;
}
.items-list-inner ul li h3{
	margin:-2px 0 2px 4px;
	position:relative;
	font-size:20px;
	color:#231f20;
	float:left;
	width:194px;
}
.items-list-inner ul li span{
	color:#929497;
	font-size:10px;
	display:block;
	padding:0 0 8px 4px;
}
.items-list-inner ul li .click{
	background: url(../images/btn-click.gif) no-repeat;
	width:109px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	cursor:pointer;
	float:left;
}
.info-block .slider .posts-holder {
	overflow:hidden;
	width:660px;
	margin-top:9px;
	position:relative;
	/*  background: url(../images/separator-slider.gif) repeat-y;  */
	background: url(../images/separator-slider-long.gif) no-repeat 321px 6px;
}
.info-block .slider .posts-holder-inner{
	background:none;
	margin:0;
	width:644px;
	overflow:hidden;
}
.info-block .control-holder {
	overflow:hidden;
	height:14px;
	width:645px;
text-align:right;
padding:0 25px 0 0;
}
.info-block .posts {
	background:none;
	float:left;
	margin:-2px 16px 0 0;
	padding-bottom:0;
	position:relative;
}
.info-block .slider .posts-holder-inner .posts{
	margin:0 0 0 -9px;
	position:relative;
	width:646px;
}
.info-block .slider .posts-box{
	border-bottom:2px solid #e8e9e9;
	margin:0 0 0 10px;
	width:627px;
	padding:10px 0;
	overflow:hidden;
} 
.info-block .slider .post-block {border-bottom:0;}
.info-block .posts li{
	border-top:2px solid #E8E8E9;
	border-left:0;
	float:none;
	overflow:hidden;
	margin:0 1px 0 9px;
	padding:10px 0 10px 9px;
	text-align:left;
	width:288px;
	height:1%;
	vertical-align:top;
}
.info-block .posts li.sponsored {
	background:#ededee url(../images/text-sponsored.gif) no-repeat 50% 5px;
	border:0;
	padding-top:14px !important;
}
.info-block .posts li:first-child {
	border:0;
	padding-top:8px;
}
.info-block .post-area-box{
	padding:0 0 14px;
	overflow:hidden;
	height:1%;
}
.info-block .posts-inner li{
	float:left;
	border-right:2px solid #e8e9e9;
	border-top:0;
	margin:0;
	padding:0 18px 0 15px;
	position:relative;
	width:288px;
}
.info-block .posts-inner li .grey-box {
	background: url(../images/bg-grey.png) repeat;
	width:288px;
	height:395px;
	position:absolute;
	top:0;
	left:15px;
	clear:both;
}
.info-block .posts-inner li .off{display:none;}
.info-block .posts li h3 {
	color:#231F20;
	font-size:22px;
	line-height:26px;
	margin:0 0 3px;
}
.info-block .posts-inner li h3 {
	font-size:19px;
	margin:0;
}
.info-block .posts li img { margin:3px 6px 0 0;}
.info-block .posts-inner li img{
	margin:2px 6px 3px 0;
	padding:0;
}
.info {
	padding:0 72px 48px 39px;
	font-size:35px;
	line-height:43px;
}
.info-box p { margin:0;}
.info-box fieldset,
.form-block fieldset{
	background: url(../images/bg-misc-form.gif) repeat-x;
	padding:9px 5px 9px 39px;
	overflow:hidden;
	height:43px;
}
.form-block fieldset {
	padding:9px 0 0 39px;
}
.info-box .text,
.form-block .text {
	background: url(../images/bg-input2.gif) no-repeat;
	float:left;
	width:202px;
	padding:8px 5px 7px;
	height:25px;
	margin-right:11px;
	display:inline;
}
.info-box .text input,
.form-block .text input {
	background:none;
	outline:none;
	border:0;
	font-size:16px;
	color:#5b5d62;
	width:200px;
	margin:0;
	padding:1px 0 0 5px;
	float:left;
	position:relative;
	z-index:2;
}
.form-block .text input{
	padding:1px 5px 0 9px;
	width:191px;
}
.info-box input.submit,
.form-block input.submit {
	float:left;
	position:relative;
	z-index:2;
	margin-top:9px;
}
.info-box img.photo {
	position:absolute;
	right:28px;
	bottom:3px;
}
.info-box img.photo_recipe {
	position:absolute;
	right:-5px;
	bottom:5px;
}
.container {
	height:1%;
	margin:0;
	padding:0;
	list-style:none;
}
.article .container-box{
	background:none;
	padding:6px 0 0 16px;
}
.container:after{
	clear:both;
	display:block;
	content:"";
}
.container li {
	float:left;
	background:url(../images/separator-header.gif) repeat-x;
}
.container li img {
	border:1px solid #a0a0a0;
	display:block;
}
.container li .container-holder {
	height:1%;
	margin:0 0 0 -2px;
	position:relative;
}
.container li .container-holder:after{
	clear:both;
	display:block;
	content:"";
}
.container-holder .container-info {
	padding:0 6px 0 0;
	width:218px;
	float:left;
	border-right:2px solid #e8e9e9;
}
.article .container-holder{height:1%;}
.article .container-holder:after{
	clear:both;
	display:block;
	content:"";
}
.article .container-info {
	color:#231f20;
	padding:10px 0 19px;
	width:550px;
	float:left;
	border-right:1px solid #dcddde;
}
.article .container-info span.date{
	color:#231f20;
	display:block;
	margin:0 0 4px ;
	position:relative;
}
.article .container-info h2{
	font-size:33px;
	line-height:39px;
	margin:0;
}
.container-info h3 {
	font-size:19px;
}
.container-info em.date {
	color:#ec1c24;
	font-style:normal;
	display:block;
	font-size:10px;
}
.container-info p {
	margin:0;
}
.container-info address {
	font-style:normal;
	color:#808184;
	font-size:10px;
}
.container-info .phone {color:#808184;}
.container-holder a.send {
	float:right;
	text-indent:-9999px;
	background:url(../images/link-send.gif) no-repeat;
	width:51px;
	margin:23px -2px 0 0;
	position:relative;
	height:67px;
	overflow:hidden;
}
.article .container-inner {
	padding:3px 0 6px;
	text-align:center;
}
.article .container-inner1 {
	padding:19px 0 6px;
	text-align:center;
}
.container-inner em {
	background: url(../images/bg-separator-container.gif) no-repeat -14px 6px;
	display:block;
	font:italic bold 16px Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:2px 0 0;
}
.container-inner1 em.title {
	background: url(../images/bg-separator-container1.gif) no-repeat -18px 4px;
	padding:0 0 10px;
	display:block;
}
.article .container-inner h2{margin: 0 0 4px;}
.container-inner1 em.title span{
	font-size:20px;
	font-style:normal;
	text-transform:uppercase;
	background:#fff;
	padding:0 5px;
	color:#6d6e70;
}
.container-inner1 em.title span.color{color:#231f20;}
.post-txt{
	overflow:hidden;
	height:1%;
	padding:0 17px 0 9px;
	font-size:12px;
	line-height:16px;
} 
.post-txt .alignright{
	float:right;
	border:1px solid #808086;
	margin:7px 0 0 20px;
}
.post-txt h2{
	margin:0 0 10px;
	color:#231f20;
	font-size:33px;
	line-height:36px;
}
.post-txt h3{
	font-size:14px;
	margin:0 0 3px;
	line-height:18px;
}
.post-txt p{margin:0;}
.cont-list{
	list-style:none;
	margin:0;
	padding:10px 17px 0 0;
}
.cont-list-inner{
	padding:14px 17px 0 0;
}
.cont-list li {
	background: url(../images/bg-separator-box.gif) repeat-x;
	padding:7px 10px 12px 0;
	overflow:hidden;
	height:1%;
}
.cont-list-inner li{
	background: url(../images/bg-separator-box1.gif) repeat-x;
	padding:9px 10px 8px 9px;
}
.cont-list li h3{
	margin:0 0 2px;
	font-size:12px;
	line-height:16px;
	color:#231f20;
	letter-spacing:1px;
}
.cont-list-inner li h3 {
	text-transform:inherit;
	font-size:16px;
	margin:0 0 1px;
}
.cont-list-inner blockquote{
	margin:0;
}
.cont-list-inner blockquote q{
	font-size:12px;
	color:#231f20;
	line-height:18px;
}
.cont-list-inner span{
	color:#808184;
	font-size:10px;
}
.cont-list-inner span a{color:#f22691;}
.cont-list li p{
	margin:0;
	font-size:13px;
}
.cont-list li img{
	margin:10px 7px 10px 0;
	padding:0 0 0 0;
	float:left;
}
.cont-list-inner li img{
	border:1px solid #b3b3b3;
	margin:2px 8px 10px 0;
}
.cont-list li p a{color:#f22691;}
.inside {
	background: url(../images/bg-inside.gif) no-repeat;
	margin:7px 0 0 9px;
	padding:12px 0 0 0;}
.inside-box {
	background: url(../images/bg-inside-box-c.gif) repeat-y;
}
.inside-box .holder{
	background: url(../images/bg-inside-box-t.gif) no-repeat;
}
.inside-box .frame{
	background: url(../images/bg-inside-box-b.gif) no-repeat 0 100%;
	height:1%;
	padding:0 68px 12px 13px;
	color:#121313;
}
.inside-box .frame .heading{
	text-align:center;
	padding:10px 20px 14px;
}
.inside-box .frame h4{
	font-size:16px;
	color:#231f20;
	line-height:19px;
	margin:0 auto;
}
.inside-box .frame .inside-txt {
	overflow:hidden;
	height:1%;
	line-height:16px;
}
.inside-box .frame .inside-txt img{
	float:left;
	border:1px solid #adaeb1;
	margin:1px 9px 0 0;
}
.inside-box .frame .inside-txt p{margin:0;}
.inside-box .frame .inside-txt p a{color:#f22691;}
.article .container-holder a.send {
	margin:1px 16px 0 0;
	width:68px;
	height:82px;
	background:url(../images/link-send2.gif) no-repeat;
}
/*  .article .container-holder a.send {margin:10px 16px 0 0;}  */
.info-block .container-holder .grey{
	width:100%;
	border-right:0;
}
.info-block  .container-holder .grey .marker {color:#6d6e70;}
.info-block  .container-holder .grey span a{color:#4a4a4a;}
.info-block  .container-holder .grey em.date{color:#f15d26;}
.block-post {
	font-size:12px;
	color:#231f20;
	line-height:17px;
	padding:0 15px 0 0;
}
.block-post span.image{
	border:1px solid #c0c0c0;
	display:block;
	margin:0 0 13px;
	width:391px;
}
.block-post span.image-inner {
	float:right;
	width:194px;
	height:154px;
	margin:5px 0 0 23px;
	position:relative;
}
.block-post span.image img,
.block-post span.image-inner img{display:block;}
.block-post h3,
.block-post h4{
	font-size:14px;
	line-height:18px;
	color:#231f20;
	margin:0 0 15px;
}
.block-post p{margin:0 0 15px;}
.block-post h4{
	font-size:16px;
	margin:0;
	padding:5px 0 1px;
}
.block-post a.marker {color:#f22691;}
.block-post span.ad{
	color:#808184;
	font-size:10px;
}
.block-post address {
	font-style:normal;
	font-size:10px;
	color:#808184;
line-height:12px;
padding:0 0 8px;
}
.post-figures {
	font-size:16px;
	padding:20px 44px 2px 32px;
}
.post-figures-area {padding:20px 44px 25px 32px;}
.info-block2 .post-figures {padding:5px 10px 36px 11px;}
.info-block2 .post-figures1{
	padding:14px 10px 0 23px;
	margin:0 0 0;
	position:relative;
}
.post-area {padding:14px 10px 0 23px;}
.post-figures1 fieldset{padding:0 0 10px;}
.post-figures1 fieldset .row{
	overflow:hidden;
	width:100%;
	padding:0 0 2px;
}
.post-figures1 fieldset h3{
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	margin:0 0 6px 20px;
}
.post-figures1 fieldset .row input.checkbox{
	float:left;
	width:16px;
	height:15px;
	padding:0;
	margin:2px 4px 0 0;
}
.post-figures1 fieldset .row label{
	float:left;
	font-size:12px;
	color:#58595b;
	padding:2px 0 0;
}

.post-figures strong {
	display:block;
	padding:0 0 17px;
}
.info-block2 .post-figures strong {
	width:472px;
	line-height:19px;
}
.info-block2 .post-figures1 strong{
	font-size:15px;
	width:530px;
}
.post-figures strong .marker{color:#f22691;}
.form-figures fieldset {
	color:#231f20;
	padding:0;
}
.info-block2 .form-figures fieldset{
	width:100%;
}
div.divider-box {
	width:383px;
	overflow:hidden;
}
.form-figures fieldset .divider,
.form-figures fieldset .divider-holder {
	overflow:hidden;
	height:1%;
}
.form-figures fieldset .divider1{
	width:622px;
	overflow:hidden;
}
div.divider-block {width:660px;}
.form-figures fieldset .divider-holder{
	float:left;
	padding:0 30px 0 0;
	width:296px;
}
.form-figures fieldset .divider-holder label {
	float:left;
	font-size:14px;
	padding:3px 0 0;
}
.form-figures fieldset .divider-holder div{
	background: url(../images/bg-input6.gif) no-repeat;
	padding:0 4px 8px;
	width:180px;
	float:right;
}
.form-figures fieldset .divider-holder div input{
	margin:0;
	background:none;
	border:0;
	padding:1px 5px 1px 3px;
	width:173px;
}
.form-figures fieldset .divider label{
	padding:0;
	font-size:14px;
}
.form-figures fieldset .txt{
	float:right;
	background: url(../images/bg-input5.gif) no-repeat;
	padding:0 0 9px;
	width:275px;
}
.form-figures fieldset .txt input{
	margin:0;
	border:0;
	font-size:14px;
	padding:1px 9px;
	width:256px;
	background:none;
}
div.divider-box label {
	line-height:14px;
	float:left;
}
.form-figures fieldset .divider-box .divider .text-area{
	background:#fff url(../images/bg-textarea1.gif) no-repeat;
	padding:2px 4px 10px 3px;
	width:269px;
	margin:0 0 10px;
	height:54px;
	float:right;
}
.form-figures fieldset .divider-box .divider .text-area textarea{
	height:54px;
	max-height:66px;
	max-width:263px;
	border:0;
	padding:2px 4px 3px 3px;
	width:263px;
	overflow:auto;
}
.form-figures .divider-box .text-area{
	background:#fff url(../images/bg-textarea2.gif) no-repeat;
	height:43px;
	padding:3px 5px 5px 4px;
	width:266px;
	float:right;
}
.form-figures .divider-box textarea{
	padding:0 5px 2px;
	width:259px;
	border:0;
	max-width:265px;
	height:34px;
	max-height:43px;
	overflow:auto !important;
}
.form-figures fieldset .submit {
	border:0;
	background:none;
	text-indent:-9999px;
	margin:0 0 0 109px;
	cursor:pointer;
	display:block;
}
.post-figures-box {
	overflow:hidden;
	height:1%;
	position:relative;
}
.post-figures-list {
	list-style:none;
	margin:0 14px -8px 10px;
	position:relative;
	padding:0;
	overflow:hidden;
	height:1%;
	border-top:1px solid #dcddde;
}
.post-figures-list li{
	border-bottom:2px solid #f3f4f4;
	margin:0 0 0 -19px;
	overflow:hidden;
	width:641px;
	position:relative;
}
.post-figures-list li ul{
	list-style:none;
	margin:0 0 8px;
	width:671px;
	padding:0;
	overflow:hidden;
	height:1%;
}
.post-figures-list li ul li{
	float:left;
	margin:11px -14px 0 0;
	padding:0 25px 4px 30px;
	position:relative;
	width:273px;
	border-right:1px solid #e8e9e9;
	border-bottom:0;
	color:#231f20;
}
.post-figures-list li ul li h4{
	font-size:16px;
	margin:0 0 3px;
}
.post-figures-list li ul li p{
	margin:0 0 9px;
	font-size:12px;
	line-height:13px;
}
.post-figures-list ul li fieldset label{
	padding:0 0 5px;
	display:block;
}
.post-figures-list ul li fieldset .txt{
	background: url(../images/bg-input7.gif) no-repeat;
	width:221px;
	padding:0 0 10px;
}
.post-figures-list ul li fieldset div.txt input{
	width:208px;
	padding:3px 5px 5px 8px;
}
.post-figures-list ul li fieldset input.submit,
.post-figures-list ul li fieldset input{
	display:block;
	margin:0;
	padding:0;
	background:none;
	border:0;
}
div.social {
	border-top:1px solid #adaeb1;
	margin:0 15px 0 -1px;
	padding:12px 0 8px;
	position:relative;
}
.social h5 {
	margin:0;
	font-size:16px;
	line-height:17px;
	color:#5b5e62;
}
.social h5 img {
	display:block;
	margin:0 0 4px;
}
.social-list{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	height:1%;
}
.social-list li{
	float:left;
	padding:0 24px 0 0;
	font-size:11px;
	background:none;
}
.social-list li a {
	color:#f22691;
	display:block;
	float:left;
	padding:6px 0 0;
	cursor:pointer;
}
.social-list li a img{
	border:0;
	margin:-3px 6px 0 0;
	position:relative;
	float:left;
}
.social-list li.view a {
	font-size:14px;
	background: url(../images/bg-triangle.gif) no-repeat 100% 100%;
	padding:3px 15px 0 0;
}
.social-list li.more-recipes {
	float:right;
	margin:6px -10px 0 0;
	position:relative;
}
.social-list li.more-recipes a {
	display:block;
	width:117px;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/text-more-recipes.gif) no-repeat;
	padding:0;
}
/* sidebar */
#sidebar {
	float:right;
	width:304px;
	margin-right:-4px;
}
#main .sidebar-inner {
	padding:17px 0 0;
	width:306px;
}
#main .sidebar-inner1 {
	width:306px;
}
.sidebar-items{
	background: url(../images/bg-sidebar-items-c.gif) repeat-y;
}
.sidebar-items .holder{
	background: url(../images/bg-sidebar-items-t.gif) no-repeat;
}
.sidebar-items .frame{
	background: url(../images/bg-sidebar-items-b.gif) no-repeat 0 100%;
	width:303px;
}
.sidebar-items .heading{
	padding:14px 0 20px;
	text-align:center;
}
.sidebar-items .heading h2.fresh{
	margin:0 auto;
	float:none;
	font-size:16px;
	font-weight:normal;
	line-height:16px;
	color:#797a7c;
}
.sidebar-items .posts{
	padding:5px 22px 10px 20px;
	background:none;
	float:none;
}
.sidebar-items .posts li{
	padding:0 0 27px;
	border:0;
	width:100%;
}
.data-box {
	background:url(../images/bg-data-box-c.gif) repeat-y;
	margin-bottom:5px;
}
.data-box .holder { background:url(../images/bg-data-box-t.gif) no-repeat;}
.data-box .frame {
	background:url(../images/bg-data-box-b.gif) no-repeat 0 100%;
	padding:11px 6px 4px 4px;
	height:1%;
	overflow:hidden;
}
.data-box .title {
	background:url(../images/bg-title-c.gif) repeat-y;
	padding-bottom:9px;
}
.title h2.our {
	text-indent:-9999px;
	margin:0 auto;
	background:url(../images/text-our.gif) no-repeat;
	width:118px;
	height:12px;
	overflow:hidden;
}
.data-box ul {
	margin:0;
	padding:7px 0 5px;
	list-style:none;
	overflow:hidden;
	height:1%;
	text-transform:uppercase;
	font-size:15px;
	background:url(../images/separator-links-list.gif) repeat-x;
}
.data-box li {
	float:left;
	width:137px;
	padding-left:8px;
}
.data-box li a { color:#5a5758;}
.ad-block {
	background:url(../images/bg-ad-block.gif) no-repeat;
	padding-top:10px;
}
.ad-block .holder {
	background:url(../images/separator-sidebar.gif) repeat-x 0 100%;
	min-height:347px;
}
* html .ad-block .holder { height:347px;}
#main .sidebar-inner1 .ad-block .holder,
#main .sidebar-inner .ad-block .holder {
	min-height:292px;
	margin:0 0 6px;
}
* html #main .sidebar-inner1 .ad-block .holder,
* html #main .sidebar-inner .ad-block .holder {height:292px;}
.ad-box {
	background:#5b5e62;
	height:250px;
	margin-bottom:20px;
}
.ad-block span.ad {
	color:#333;
	overflow:hidden;
	width:100%;
	font-size:9px;
	display:block;
}
.ad-block span.ad strong {
	float:left;
	margin-right:3px;
}
.ad-block span.ad a.natural {
	float:left;
	text-indent:-9999px;
	background:url(../images/logo-naturalpath.gif) no-repeat;
	width:79px;
	height:16px;
	overflow:hidden;
}
.box-pink {
	background:url(../images/bg-box-pink-c.gif) repeat-y;
	margin-bottom:4px;
}
.box-pink .holder { background:url(../images/bg-box-pink-t.gif) no-repeat;}
.box-pink .frame {
	background:url(../images/bg-box-pink-b.gif) no-repeat 0 100%;
	padding:9px 30px 3px 16px;
	height:1%;
	font-size:14px;
	color:#231f20;
	overflow:hidden;
}
.box-pink .title { 
	margin-bottom:14px;
	text-align:center;
}
.box-pink .title h2{
	margin:0 auto;
	font-size:16px;
	font-weight:normal;
	color:#fff;
}
.box-pink p { 
	margin:0 0 8px;
font-weight:normal;
}
.box-pink .subscribe fieldset {
	overflow:hidden;
	height:1%;
	margin-bottom:14px;
}
.box-pink .subscribe .text {
	background: url(../images/bg-input4.gif) no-repeat;
	width:144px;
	float:left;
	height:21px;
	padding:6px 3px 0 9px;
}
.subscribe .text input {
	margin:0;
	padding:0;
	font-size:11px;
	color:#5b5d62;
	border:0;
	background:none;
	width:144px;
	float:left;
	outline:none;
}
.box-pink .subscribe .submit {
	float:left;
	padding:2px 0 0 6px;
}
.box-pink .subscribe .triangle{
	float:left;
	padding:7px 0 0 3px;
}
.box-grey{
	background:url(../images/bg-box-grey-c.gif) repeat-y;
	margin-bottom:5px;
}
.box-grey .holder { background:url(../images/bg-box-grey-t.gif) no-repeat;}
.box-grey .frame {
	background:url(../images/bg-box-grey-b.gif) no-repeat 0 100%;
	padding:9px 10px 4px 14px;
	height:1%;
	font-size:14px;
	color:#231f20;
	overflow:hidden;
}
.box-grey .title { 
	margin-bottom:19px;
	text-align:center;
}
.box-grey .title h2 {
	margin:0 auto;
	color:#fff;
	font-size:16px;
	font-weight:normal;
}
.box-grey .subscribe fieldset {
	overflow:hidden;
	height:1%;
	margin-bottom:8px;
}
.box-grey .comments {
	margin-bottom:12px;
	background: url(../images/bg-comments-c.gif) repeat-y;
}
.box-grey .comments .holder {
	background: url(../images/bg-comments-t.gif) no-repeat;
}
.box-grey .comments .frame{
	background: url(../images/bg-comments-b.gif) no-repeat 0 100%;
	padding:9px 10px 9px 10px;
	color:#5b5d62;
	font-size:17px;
	width:248px;
}
.box-grey .comments .frame p{margin:0 0 10px;}
.box-grey .subscribe .row {
	overflow:hidden;
	height:1%;
}
.box-grey .e-mail{
	background: url(../images/bg-input4.gif) no-repeat;
	width:156px;
	height:27px;
	float:left;
}
.box-grey .e-mail input{
	margin:0;
	padding:6px 3px 7px 9px;
	font-size:11px;
	color:#5b5d62;
	border:0;
	background:none;
	width:144px;
}
.box-grey .subscribe .submit {
	float:left;
	padding:1px 0 0 5px;
}
.box-grey .subscribe .triangle{
	float:left;
	padding:8px 0 0 4px;
}
/* box */
.box {
	background:url(../images/bg-box-c.gif) repeat-y;
	margin-bottom:6px;
}
.box .holder {
	background:url(../images/bg-box-t.gif) no-repeat;
	height:1%;
}
.box .frame {
	background:url(../images/bg-box-b.gif) no-repeat 0 100%;
	padding:7px 2px 9px;
}
.box .heading {
	overflow:hidden;
	position:relative;
	width:100%;
	background:url(../images/bg-heading.gif) repeat-y;
}
.heading .holder {
	float:left;
	left:50%;
	position:relative;
	text-align:center;
	background:none;
}
.heading .frame {
	float:left;
	left:-50%;
	position:relative;
	background:none;
	padding:9px 0 10px;
}
.heading h2.fresh {
	margin:0 auto;
	font-size:16px;
	line-height:16px;
	color:#5b5d62;
	float:left;
}
.heading h2.fresh{
	background: url(../images/text-flash.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
	width:151px;
	height:14px;
	
}
.heading .paging {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.info-block .paging {
	float:right;
	margin:0 15px 0 0;
	padding:0;
	list-style:none;
	display:inline;
}
.paging li {
	float:left;
	margin:0 3px;
}
.paging li a { color:#939598;}
.paging li a:hover {
	color:#f22691;
	text-decoration:none;
}
.paging li.active a{
	color:#f22691;
	font-weight:normal;
}
.paging a.prev,
.paging a.next {
	text-indent:-9999px;
	overflow:hidden;
	margin:2px 1px 0;
	width:8px;
	height:9px;
	background:url(../images/link-prev.gif) no-repeat;
	display:block;
}
.paging a.next { background:url(../images/link-next.gif) no-repeat;}
.posts {
	margin:0;
	padding:9px 0;
	list-style:none;
	background:url(../images/separator-box.gif) repeat-x;
	overflow:hidden;
	height:1%;
	line-height:13px;
}
.posts li {
	float:left;
	border-left:1px solid #e8e8e9;
	margin:0 1px 0 -1px;
	padding:5px 5px 0 17px;
	width:215px;
}
.posts li img {
	float:left;
	border:2px solid #c9cacc;
	padding:1px;
	margin:3px 7px 3px 0;
}
.posts li h3 {
	margin:0 0 3px;
	color:#231f20;
	font-size:16px;
	line-height:20px;
}
.posts li em.date {
	font-style:normal;
	color:#939598;
	font-size:10px;
	display:block;
	margin-bottom:6px;
font-weight:bold;
}
.posts-inner li em.date{
	margin:0;
	color:#ec1c24;
}
.posts li p a { color:#ed2a90;}
.posts li p { margin:0;}
.posts-inner li p{
	font-size:12px;
	line-height:17px;
}
.container-info a.marker{color:#f22691;}
/* section */
.section {
	background:url(../images/bg-section-c.gif) repeat-y;
	margin-bottom:10px;
}
.section .holder {
	background:url(../images/bg-section-t.gif) no-repeat;
	height:1%;
}
.section .frame {
	background:url(../images/bg-section-b.gif) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
	padding:7px 4px 15px 3px;
}
.side-section {
	float:left;
	width:276px;
	font-size:14px;
	text-align:center;
	padding:0 10px 10px;
}
.side-section .title {
	background:url(../images/bg-title2.gif) repeat-y;
	padding:9px 0 11px;
	margin:0 -10px;
}
.title h2.search {
	text-indent:-9999px;
	margin:0 auto;
	width:167px;
	height:13px;
	overflow:hidden;
	background:url(../images/text-search.gif) no-repeat;
}
.side-section fieldset {
	overflow:hidden;
	height:1%;
	padding:28px 10px 10px 24px;
	margin:0 -10px;
	width:262px;
	background:url(../images/separator-section.gif) repeat-x;
}
.side-section .text {
	float:left;
	background:url(../images/bg-input3.gif) no-repeat;
	width:181px;
	padding:5px 5px 6px;
	margin-right:4px;
	display:inline;
}
.side-section .text input {
	border:0;
	outline:none;
	width:181px;
	font-size:14px;
	padding:0;
	background:none;
	margin:0;
	text-align:left;
}
.side-section input.search {
	float:left;
	margin:4px 0 0;
	padding:0;
}
.side-section p { margin:0;}
.main-section {
	float:right;
	width:627px;
	padding-top:7px;
}
.main-section .links-panel {
	float:left;
	width:209px;
	margin:0;
	padding:0;
	font-size:12px;
	list-style:none;
}
.links-panel li { margin-bottom:6px;}
.links-panel a { color:#58595b;}
.navigation-block {
	background: url(../images/bg-separator-ad-nav.gif) repeat-x ;
	margin:2px 0 4px;
}
.ad-navigation{
	list-style:none;
	margin:0;
	text-align:center;
	padding:15px 0 17px;
	overflow:hidden;
	height:1%;
	background: url(../images/bg-separator-ad-nav.gif) repeat-x 0 100%;
}
.ad-navigation li {
	display:inline;
	padding:0 15px 0 18px;
	font-size:12px;
	background: url(../images/separator-ad-nav.gif) no-repeat 0 2px;
}
.ad-navigation li:first-child{background:none;}
.ad-navigation li a{color:#f22691;}
/* footer */
#footer {
	text-align:center;
	font-size:12px;
	padding:10px 0;
}
#footer p { margin:0;}
.slider-holder{
	width:100%;
	overflow:hidden;
	position:relative;
}
.slider{
	margin:0;
	padding:0;
	list-style:none;
	width:9999px;
	overflow:hidden;
}
.slider .slider-item{
	width:956px;
	float:left;
}

.block-post .visual {
	position:relative;
	width:100%;
	overflow:hidden;
	margin:0 0 16px;
}
.block-post .visual .image {
	float:left;
	width:auto;
	margin:0;
}
.block-post .visual .descr {
	overflow:hidden;
	height:1%;
	padding:0 0 0 14px;
}
* html .block-post .visual .descr {padding-left:10px;}
.sponsor-logo span {
	display:block;
	font-size:12px;
	color:#6a6d73;
}
.sponsor-logo img {vertical-align:top;}
.circles {
	position:absolute;
	bottom:-3px;
	margin:0 0 0 -2px;
}
.circles img {
	display:inline;
	vertical-align:top;
	margin:0 -1px 3px 0;
	position:relative;
}
.block-text ul {
	margin:0;
	padding:0 0 20px;
	list-style:none;
}
.block-post .block-holder {
	overflow:hidden;
	height:1%;
}
.block-post .block-holder a {color:#ee4492;}
.block-content {
	overflow:hidden;
	height:1%;
}
.block-text {padding:4px 0 0 5px;}
.block-text ol {
	margin:0;
	padding:0 0 13px 13px;
	list-style:none;
	counter-reset:section;
}
.block-text ol li {padding:0 0 3px;}
.block-text ol li:before,
.block-text ol li .list-item-before {
	content:counter(section)'.';
	counter-increment:section;
	margin:0 0 -20px -13px;
	position:relative;
	display:block;
	width:22px;
	position:relative;
	top:-3px;
}
.block-text h4 {
	font-size:12px;
	font-weight:normal;
	margin:0 0 17px;
	padding:0;
}
.tools {
	margin:0;
	padding:9px 0 12px;
	list-style-type:none;
	overflow:hidden;
	width:100%;
	background:url(../images/bg-dots.gif) repeat-x;
}
.tools li {
	float:left;
	padding:0 15px 0 0;
}
.print,
.send-to-friend {
	display:block;
	height:15px;
	text-indent:-9999px;
	overflow:hidden;
}
.print {
	width:51px;
	background:url(../images/text-print.gif) no-repeat;
}
.send-to-friend {
	width:126px;
	background:url(../images/text-send-to-friend.gif) no-repeat;
}
.facts {
	float:right;
	width:214px;
	margin:0 0 0 16px;
	background:url(../images/bg-facts.gif) repeat-y;
}
.facts-holder {background:url(../images/bg-facts-t.gif) no-repeat;}
.facts-frame {
	background:url(../images/bg-facts-b.gif) no-repeat 0 100%;
	padding:6px 0 3px;
}
.facts-heading {
	background:#d8d7d8;
	text-align:center;
	padding:0 0 4px;
	margin:0 0 3px;
}
.facts h3 {
	margin:0;
	font-size:16px;
	font-weight:normal;
	color:#6d6e71;
}
.facts-list {
	margin:0;
	padding:0;
	list-style-type:none;
	padding:0 3px;
	overflow:hidden;
	height:1%;
	color:#6d6e71;
	line-height:20px;
}
.facts-list li {
	background:url(../images/bg-dots.gif) repeat-x;
	overflow:hidden;
	height:1%;
	padding:4px 4px 0 8px;
	margin:-2px 0 2px;
	text-align:right;
}
.facts-list li span {float:left;}

/*lander no text */
.main-block-holder .on_bot {
position: relative;
margin-bottom:-100px;
left:0px;
top:0px;
z-index:1;
}/* in jsp
.main-block-holder .on_bot .on_top {
position:relative;
bottom:200px;
z-index: 2;
}*/

.main-block-holder .on_bot .on_top form#editionSelectionForm.form-block fieldset
{	
	position:relative;
    background: url("../images/bg-fieldset5.gif") repeat-x scroll 0 0 transparent;
    height: 73px;
    padding: 24px 0 0 250px;
}

.main-block-holder .on_bot .on_top form#editionSelectionForm.form-block fieldset .text {

    background: url("../images/bg-input9.gif") no-repeat scroll 0 0 transparent;
    height: 49px;
    margin: 0 14px 0 0;
    padding: 0;
    width: 269px;
}
.main-block-holder .on_bot .on_top form#editionSelectionForm.form-block fieldset .text input {
    font-size: 21px;
    padding: 15px 5px 10px 17px;
}


