/******* Default Part CSS *******/
body, div, h1, h2, h3, h4, h5, h6, p, a, form,
fieldset, select, input, ul, li, table, td, th {
	padding: 0px; 
	margin: 0px;
}
.t_left{
	text-align: left;
}
.t_center{
	text-align: center;
}
.t_right{
	text-align: right;
}
.f_l{
	float: left;
}
.f_r{
	float: right;
}
.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
}
img{
	border: none;
}

/*********************************/
body{
	/*background: #fff;*/
	background: #fff url(../images/cs1_main_bg.gif) no-repeat center top;
	font: 12px Tahoma; 
	color: #000000;
}
table{
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:1.1em;
}
/*** Links` Styles ***/
a, a:visited	{
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:1.1em;
	text-decoration: underline;
}
a:hover	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:1.1em;
	color: #666666;
	text-decoration: none;
}
a.link_yellow, a.link_yellow:visited{
	color: #ecaa53;
	font: bold 14px Arial;
	padding-left: 30px;
	line-height: 1.5;
}
a.link_del, v:hover, a.link_del:visited{
	cursor: pointer;
	font: 12px Tahoma; 
	color: #666666;
	text-decoration: none;
}
a.lookup{
	background: url(../images/cs1_ico-lookup.gif) no-repeat left bottom;
	padding-left: 18px;
}
a.calculator{
	background: url(../images/cs1_ico-calc.gif) no-repeat left bottom;
	padding-left: 18px;
}
/************************/
/***  Fonts` Styles  ***/
h1{
	font: bold 14px Tahoma;
	color: #92714b;
	text-align: left;
}
.text_green_b{
	color: #456d5f;
	font: bold 14px Tahoma;
}
.text_orange{
	color: #c76c18;
	font: 14px Tahoma;
}
/************************/
/*** Button`s Styles ***/
.btnS{
	border: none;
	width: 54px;
	height: 23px;
	background: url(../images/cs1_btn-54px.gif) no-repeat left top;
	text-align: center;
	font: bold 12px Tahoma;
	color: #fff;
	line-height: 23px;
	cursor: pointer;
	margin: 5px;
}
.btnM{
	border: none;
	width: 94px;
	height: 23px;
	background: url(../images/cs1_btn-94px.gif) no-repeat left top;
	text-align: center;
	font: bold 12px Tahoma;
	color: #fff;
	line-height: 23px;
	cursor: pointer;
	margin: 5px;
}
.btnB{
	border: none;
	width: 134px;
	height: 23px;
	background: url(../images/cs1_btn-134px.gif) no-repeat left top;
	text-align: center;
	font: bold 12px Tahoma;
	color: #fff;
	line-height: 23px;
	cursor: pointer;
	margin: 5px;
}
.btnC{
	border: none;
	width: 240px;
	height: 23px;
	background: url(../images/cs1_btn-240px.gif) no-repeat left top;
	text-align: center;
	font: bold 12px Tahoma;
	color: #fff;
	line-height: 23px;
	cursor: pointer;
	margin: 5px;
}
.btnR{
	border: none;
	width: 100px;
	height: 40px;
	background: url(../images/cs1_btn-round.gif) no-repeat left top;
	text-align: center;
	font: bold 12px Tahoma;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
	margin: 5px;
}
a.btnS, a.btnS:hover, a.btnS:visited{
	width: 54px;
	height: 23px;
	background: url(../images/cs1_btn-54px.gif) no-repeat left top;
	text-align: center;
	font: bold 12px Tahoma;
	color: #fff;
	line-height: 23px;
	margin: 0px 5px;
	text-decoration: none;
	display: block;
}
a.btnM, a.btnM:hover, a.btnM:visited{
	width: 94px;
	height: 23px;
	background: url(../images/cs1_btn-94px.gif) no-repeat left top;
	text-align: center;
	font:bold 12px Tahoma;
	color: #fff;
	line-height: 23px;
	text-decoration: none;
	margin: 0px 5px;
	display: block;
}
a.btnB, a.btnB:hover, a.btnB:visited{
	width: 134px;
	height: 23px;
	background: url(../images/cs1_btn-134px.gif) no-repeat left top;
	text-align: center;
	font: bold 12px Tahoma;
	color: #fff;
	line-height: 23px;
	text-decoration: none;
	margin: 0px 5px;
	display: block;
}
a.btn_cal_prev, a.btn_cal_prev:hover, a.btn_cal_prev:visited{
	cursor: pointer;
	display: block;
	background: url(../images/cs1_btn-laquo.gif) no-repeat left top;
	width: 31px;
	height: 20px;
	text-decoration: none;
}
a.btn_cal_next, a.btn_cal_next:hover, a.btn_cal_next:visited{
	cursor: pointer;
	display: block;
	background: url(../images/cs1_btn-raquo.gif) no-repeat left top;
	width: 31px;
	height: 20px;
	text-decoration: none;
}
.btn_help_question {
	background: url(../images/icons/icon-question.gif) no-repeat left top;
	display: block;
	width: 31px;
	height: 20px;
	cursor:pointer;
	text-decoration: none;
}
#btn_rpt_help_text {
	float:right;
	margin-top: -25px;
}
a.btn_calendar, a.btn_calendar:hover, a.btn_calendar:visited{
	cursor: pointer;
	display: block;
	background: url(../images/cs1_btn-calendar.gif) no-repeat left top;
	width: 31px;
	height: 20px;
	text-decoration: none;
}
a.btn_plus, a.btn_plus:hover, a.btn_plus:visited{
	cursor: pointer;
	display: block;
	background: url(../images/cs1_btn-plus-bg0.gif) no-repeat left top;
	width: 31px;
	height: 20px;
	text-decoration: none;
	margin-left: 10px;
}
.row_grey a.btn_plus, .row_grey a.btn_plus:hover, .row_grey a.btn_plus:visited{
	cursor: pointer;
	display: block;
	background: url(../images/cs1_btn-plus-bg1.gif) no-repeat left top;
	width: 31px;
	height: 20px;
	text-decoration: none;
}
.box_stand_2 .title a.btn_plus, 
.box_stand_2 .title a.btn_plus:hover, 
.box_stand_2 .title a.btn_plus:visited{
	cursor: pointer;
	display: block;
	background: url(../images/cs1_btn-plus-head.gif) no-repeat left top;
	width: 31px;
	height: 20px;
	text-decoration: none;
}
.btn_prev{
	cursor: pointer;
	display: block;
	background: url(../images/cs1_btn-decrease.gif) no-repeat left top;
	width: 27px;
	height: 20px;
	text-decoration: none;
	float: left;
}
.btn_next{
	cursor: pointer;
	display: block;
	background: url(../images/cs1_btn-increase.gif) no-repeat left top;
	width: 27px;
	height: 20px;
	text-decoration: none;
	float: left;
}
/************************/
/***Rating Star`s Styles***/
a.cup1{
	background: url(../images/cs1_ico-cup1.gif) no-repeat left top;
	width: 16px;
	height: 10px;
	float: left;
	margin: 2px;
}
a.cup0{
	background: url(../images/cs1_ico-cup0.gif) no-repeat left top;
	width: 16px;
	height: 10px;
	float: left;
	margin: 2px;
}
/**************************/
/************************/
.main{
	margin: 0px auto;
	width: 760px;
}
/*** Header`s Styles ***/
.header{
	margin: 0px auto;
	width: 800px;
	height: 125px;
	background: url(../images/cs11_header-bg.gif) repeat-x left top;
/*	height: 120px;
	background: url(../images/cs1_header-bg.gif) repeat-x left top;*/
	position: relative;
	z-index: 10;
}
.header .left{
	position: absolute; left: 0px; top: 0px;
	z-index: 20;
/*	background: url(../images/cs1_header-left.gif) no-repeat left top;*/
	width: 20px;
	height: 120px;
} 
.header .right{
	position: absolute; right: 0px; top: 0px;
	z-index: 20;
/*	background: url(../images/cs1_header-right.gif) no-repeat right top;*/
	width: 211px;
	height: 120px;
} 
.header .cont{
	height: 125px;
	position: relative;
	z-index: 30;
	margin: 0px 20px;
}
a.logo{
	position: absolute; left: 0px; top: 0px;
	z-index: 50;
	display: block;
	/*background: url(../images/logo-home.gif) no-repeat left top;*/
	width: 187px; height: 108px;
/*	float: left;*/
} 
a.logo_inner{
	position: absolute; left: 0px; top: 0px;
	z-index: 50;
	display: block;
	background: url(../images/logo-sub.gif) no-repeat left top;
	width: 152px; height: 88px;
	float: left;
} 
/****************************/
/***  Navigator`s Styles  ***/
/*
.nav{
	height: 25px;
	position: absolute; 
	left: 40px; bottom: 4px;
	z-index: 50;
	padding: 0px;
}
.nav ul{
	height: 25px;
	display: block;
	clear: both;
	list-style: none;
}
.nav ul li{
	float: left;
	margin: 0px 10px 0px 0px;
}
.nav ul li a, .nav ul li a:visited{
	display: block;
	float: left;
	background: url(../images/cs11_menu-bg.gif) repeat-x left top;
	height: 25px;
	text-decoration: none;
}
.nav ul li a .bord_l, .nav ul li a:visited .bord_l{
	display: block;
	float: left;
	background: url(../images/cs11_menu-left.gif) no-repeat left top;
	height: 25px;
	width: 10px;
}
.nav ul li a .bord_r, .nav ul li a:visited .bord_r{
	display: block;
	float: left;
	background: url(../images/cs11_menu-right.gif) no-repeat right top;
	height: 25px;
	padding-right: 10px;
	font: bold 12px Tahoma;
	color: #fff;
	line-height: 25px;
	cursor: pointer;
}

.nav ul li a:hover, 
.nav ul li.active a, 
.nav ul li.active a:visited,
.nav ul li.active a:hover{
	display: block;
	float: left;
	background: url(../images/cs11_menu-bg-hover.gif) repeat-x left top;
	height: 25px;
	text-decoration: none;
}
.nav ul li a:hover .bord_l,
.nav ul li.active a .bord_l, 
.nav ul li.active a:visited .bord_l,
.nav ul li.active a:hover .bord_l
{
	display: block;
	float: left;
	background: url(../images/cs11_menu-left-hover.gif) no-repeat left top;
	height: 25px;
	width: 10px;
}
.nav ul li a:hover .bord_r,
.nav ul li.active a .bord_r, 
.nav ul li.active a:visited .bord_r,
.nav ul li.active a:hover .bord_r
{
	display: block;
	float: left;
	background: url(../images/cs11_menu-right-hover.gif) no-repeat right top;
	height: 25px;
	padding-right: 10px;
	font: bold 12px Tahoma;
	color: #fff;
	line-height: 25px;
	cursor: pointer;
}


*/

.nav{
	height: 25px;
	position: absolute; 
	left: 15px;
	bottom: 4px;
	z-index: 50;
	padding: 0px;
}
*html .nav{
	bottom: 3px;
}
.nav ul{
	height: 25px;
	display: block;
	clear: both;
	list-style: none;
}
.nav ul li{
	float: left;
	margin: 0px 10px 0px 0px;
}
.nav ul li a, .nav ul li a:visited{
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
}
.nav ul li a .bord_l, .nav ul li a:visited .bord_l{
	display: block;
	float: left;
	background: url(../images/cs11_menu-left.gif) no-repeat left top;
	height: 25px;
	width: 5px;
}
.nav ul li a .cont, .nav ul li a:visited .cont{
	display: block;
	float: left;
	background: url(../images/cs11_menu-bg.gif) repeat-x left top;
	height: 25px;
	text-decoration: none;
	font: bold 12px Tahoma;
	color: #fff;
	line-height: 25px;
	cursor: pointer;
	padding: 0px 2px;
	margin: 0px;
}
.nav ul li a .bord_r, .nav ul li a:visited .bord_r{
	display: block;
	float: left;
	background: url(../images/cs11_menu-right.gif) no-repeat right top;
	height: 25px;
	width: 5px;
}


.nav ul li a:hover, 
.nav ul li.active a, 
.nav ul li.active a:visited,
.nav ul li.active a:hover{
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
}
.nav ul li a:hover .bord_l,
.nav ul li.active a .bord_l, 
.nav ul li.active a:visited .bord_l,
.nav ul li.active a:hover .bord_l{
	display: block;
	float: left;
	background: url(../images/cs11_menu-left-hover.gif) no-repeat left top;
	height: 25px;
	width: 5px;
}
.nav ul li a:hover .cont,
.nav ul li.active a .cont, 
.nav ul li.active a:visited .cont,
.nav ul li.active a:hover .cont{
	display: block;
	float: left;
	background: url(../images/cs11_menu-bg-hover.gif) repeat-x left top;
	height: 25px;
	text-decoration: none;
	font: bold 12px Tahoma;
	color: #fff;
	line-height: 25px;
	cursor: pointer;
	padding: 0px 2px;
	margin: 0px;
}
.nav ul li a:hover .bord_r,
.nav ul li.active a .bord_r, 
.nav ul li.active a:visited .bord_r,
.nav ul li.active a:hover .bord_r{
	display: block;
	float: left;
	background: url(../images/cs11_menu-right-hover.gif) no-repeat right top;
	height: 25px;
	width: 5px;
}





/****************************/
.content{
	clear: both;
	padding-top: 15px;
	background: url(../images/header-shadow.gif) no-repeat center top;
}
.content .col_left{
	width: 460px;
	float: left;
	overflow: hidden;
}
.content .col_right{
	width: 280px;
	float: right;
	overflow: hidden;
}
/***Standart Box Type I Style`s***/
.box_stand_1{
	margin-bottom: 10px;
}
.box_stand_1 .title{
	height: 29px;
	background: #c76b16 url(../images/cs1_activebox-head-right.gif) no-repeat right top;
}
.box_stand_1 .title .cont{
	height: 29px;
	background: url(../images/cs1_activebox-head-left.gif) no-repeat left top;
	padding: 0px 20px;
	font: 16px Tahoma; 
	font-weight:bold;
	color: #fff;
	line-height: 29px;
}
.box_stand_1 .desc{
	border-left: 1px solid #c76b16;
	border-right: 1px solid #c76b16;
	padding: 10px 20px 0px 20px; 
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:1.1em;
}
.col_left .box_stand_1 .desc,
.col_left .box_stand_1 .desc_not_pad{
	background: url(../images/cs1_box-wide-shadow.gif) no-repeat center top;
}
.col_right .box_stand_1 .desc,
.col_right .box_stand_1 .desc_not_pad{
	background: url(../images/cs1_box-narrow-shadow.gif) no-repeat center top;
}
.box_stand_1 .desc_not_pad{
	border-left: 1px solid #c76b16;
	border-right: 1px solid #c76b16;
	padding: 10px 2px 0px 2px; 
	text-align: justify;
}
.box_stand_1 .bot{
	height: 14px; font-size: 1px;
	border-bottom: 1px solid #c76b16;
	position: relative;
}
.box_stand_1 .bot .left{
	position: absolute;
	left: 0px; top: 0px;
	height: 15px; font-size: 1px;
	width: 14px;
	background: url(../images/cs1_activebox-bottom-left.gif) no-repeat left bottom;
}
.box_stand_1 .bot .right{
	position: absolute;
	right: 0px; top: 0px;
	height: 15px; font-size: 1px;
	width: 14px;
	background: url(../images/cs1_activebox-bottom-right.gif) no-repeat right bottom;

}
/*********************************/

/***Standart Box Type II Style`s***/
.box_stand_2{
	margin-bottom: 10px;
}
.box_stand_2 div.title{
	height: 29px;
	background: #92714b url(../images/cs1_box-head-right.gif) no-repeat right top;
}
.box_stand_2 div.title div.cont{
	height: 29px;
	background: url(../images/cs1_box-head-left.gif) no-repeat left top;
	padding: 0px 20px;
	font: 16px Tahoma;
	font-weight:bold;
	color: #fff;
	line-height: 29px;
}
.box_stand_2 div.title div.cont a {
	font: 14px Tahoma;
	line-height: 29px;
	color: #fff;
}
.box_stand_2 div.title div.cont a.title {
	font: 16px Tahoma; 
	text-decoration:none;
}
.box_stand_2 .desc{
	border-left: 1px solid #92714b;
	border-right: 1px solid #92714b;
	padding: 10px 20px 0px 20px; 
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:1.1em;
}
.box_stand_2 .desc_not_pad{
	border-left: 1px solid #92714b;
	border-right: 1px solid #92714b;
	padding: 10px 0px 0px 0px; 
	text-align: justify;
}
.col_left .box_stand_2 .desc,
.col_left .box_stand_2 .desc_not_pad{
	background: url(../images/cs1_box-wide-shadow.gif) no-repeat center top;
}
.col_right .box_stand_2 .desc,
.col_right .box_stand_2 .desc_not_pad{
	background: url(../images/cs1_box-narrow-shadow.gif) no-repeat center top;
}
.box_stand_2 .bot{
	height: 14px; font-size: 1px;
	border-bottom: 1px solid #92714b;
	position: relative;
}
.box_stand_2 .bot .left{
	position: absolute;
	left: 0px; top: 0px;
	height: 15px; font-size: 1px;
	width: 14px;
	background: url(../images/cs1_box-bottom-left.gif) no-repeat left bottom;
}
.box_stand_2 .bot .right{
	position: absolute;
	right: 0px; top: 0px;
	height: 15px; font-size: 1px;
	width: 14px;
	background: url(../images/cs1_box-bottom-right.gif) no-repeat right bottom;

}
.box_stand_1 .title .cont table,
.box_stand_2 .title .cont table{
	font: 16px Tahoma; 
	color: #fff;
	/*line-height: 29px;*/
}
.box_stand_1 .title .cont table td,
.box_stand_2 .title .cont table td{
	padding-right: 5px;
}

/**************************/
/*** Table Login Style`s***/
.table_login{
	font: 11px Tahoma;
}
.table_login a, .table_login a:visited{
	font: bold 11px Tahoma;
	color: #ecaa53;
	text-decoration: underline;
}
.table_login a:hover{
	text-decoration: none;
}
input.login{
	border: 1px solid #92714b;
	width: 117px;
	height: 16px;
}
/************************/
.w_100_per{
	width: 100%;
}
/***   Grid`s Styles  ***/
.grid{
	font: 12px Tahoma;
	color: #4d4d4d;
}
.grid th{
	font: 12px Tahoma;
	color: #333;
	text-align: left;
}
.row_grey{
	background: #f1efe0;
}
.total .h, .total th{
	padding-top: 10px;
}
.total .t, .total td{
	font: bold 12px Tahoma;
	color: #000;
}
.grid .stand{
	padding: 0px 0px 0px 15px;
	border: none;
	margin: 0px;
}
.w_15_per{
	width: 15%;
}
.w_30{
	width: 31px;
}
.w_100{
	width: 100px;
	padding-left: 5px;
}
.w_130{
	width: 130px;
}
.w_170{
	width: 150px; /* was 170 */
	padding-left: 5px;
}
.w_50 {
	width: 50px;
}
.w_60 {
	width: 60px;
}
.w_cal { 
	width: 70px;
}

.row_container {
	border: 1px solid #CCDDCC;
	height: 50px; 
	overflow-x: hidden;
	overflow-y: scroll;
}

div.row{
	/*width: 420px;*/
}
div.row .l{
	float: left;
}


.marg_l_140{
	margin-left: 140px;
}
.w_140{
	width: 140px;
}
/************************/
/*** Footer`s Styles` ***/
.footer{
	text-align: center;
	font: 11px Tahoma;
	line-height: 1.5;
}
.footer a, .footer a:visited{
	font: 11px Tahoma;
	line-height: 1.5;
	color: #ecaa53;
	text-decoration: underline;
}
.footer a:hover{
	text-decoration: none;
}
/*************************/

/* --- Nutridata --- */
.nutri_table{
	font-size: 11px;
}

.nutri_red{
	color: #f00;
}

.nutri_blue{
	color: #003EFF;
}

.nutri_header{
	font-size: 16px;
	font-weight: bold;
}

.google-ad-top {
  margin-left:20px;
}
#bugs_feedbacks {
  margin-right: 10px;
  color: #C76B16;
  float:right;
}