/* Global Site Styles */
html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}
a {
	color: #008cd5;
}
a:hover {
	color: #0372ac;
	text-decoration: none;
}
a img {
	border: 0;
}
div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, dl, dt, dd, form, fieldset, legend, table, td, th {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
}
td {
	vertical-align: top;
}

/* Main Site Block */
#Wrapper {
	min-width: 1000px;
	max-width: 1200px;
	margin: 0 auto;
}

/* Debug Information */
#DebugInfo {
	width: 100%;
	height: 18px;
	padding-top: 4px;
	background-color: #606060;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

/* Message Prevention */
#Prevention {
	width: 100%;
	height: 100%;
	margin-top: 180px;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #252525;
}
#PreventionSymbol {
	font-family: georgia;
	font-size: 9.0em;
	font-weight: bold;
	color: #ff0000;
}

/* Site Header */
#Header {
	width: 100%;
	height: 150px;
	background: #7ac43a;
}
#HeaderBackground1 {
	width: 100%;
	height: 150px;
	background: url(header_bg1.jpg) repeat-x;
}
#HeaderBackground2
{
	width: 100%;
	height: 150px;
	background: url(header_bg2.jpg) no-repeat left;
}
#HeaderContainer {
	width: 100%;
	height: 150px;
	margin-right: -300px;
	float: left;
}
#HeaderContent {
	padding-top: 38px;
	padding-left: 55px;
}
#HeaderSide {
	width: 300px;
	float: right;
}
#HeaderSideContent {
	padding-top: 68px;
	padding-right: 40px;
	text-align: right;
}

/* Site Header Horizontal Menu */
#HeaderMenu {
	width: 100%;
	height: 28px;
	margin-bottom: 4px;
	background-color: #71bb28;
	color: #ffffff;
}
#HeaderMenuContainer {
	width: 100%;
	background: #71bb28 url(header_menu_bg0.jpg) repeat-x;
}
#HeaderMenuContent {
	margin-left: 4px;
	height: 28px;
	line-height: 28px;
}
#HeaderMenuContent ul, #HeaderMenuContent li {
	display: inline;
}
#HeaderMenuContent li {
	padding-right: 10px;
}
#HeaderMenuContent li.HMCSep {
	padding-right: 10px;
	font-size: 1.2em;
	background: url(header_menu_sep.jpg) no-repeat;
}
#HeaderMenuContent a {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}
#HeaderMenuContent a:hover {
	text-decoration: underline;
}

/* Main Content Blocks */
#MainContentWrapper {
	margin: 0px 4px 0px 4px;
	height: 100%;
}
#MainContainer {
	width: 100%;
	margin-right: -190px;
	float: left;
}
#MainSubContainer {
	width: 100%;
	margin-left: -190px;
	float: right;
}
#MainCenterContent {
	margin-left: 194px;
	margin-right: 194px;
}
#CenterContentBlock {
	width: 100%;
}
#MainLeftContainer{
	width: 190px;
	float: left;
}
#MainRightContainer {
	width: 190px;
	float: right;
}
#ClearBlock {
	margin: 0;
	padding: 0;
	clear: both;
}
.MainCenterContentHeader {
	margin-bottom: 12px;
	height: 24px;
	line-height: 24px;
	background: #8fd742 url(ct_blocks_bg0.jpg) repeat-x;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	color: #ffffff;
}
.MainCenterContentHeaderBG1 {
	height: 24px;
	background: url(ct_blocks_bg1.jpg) no-repeat left;
}
.MainCenterContentHeaderBG2 {
	height: 24px;
	background: url(ct_blocks_bg2.jpg) no-repeat right;
}

/* Left Right Blocks */
.LeftRightBlocksHeaderBackground {
	height: 24px;
	width: 190px;
	background: #7cd200 url(lr_blocks_hdcircle.jpg) no-repeat right;
}
.LeftRightBlocksHeaderText {
	line-height: 24px;
	padding-left: 30px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.LeftRightBlocksFooterCircle {
	width: 190px;
	height: 3px;
	background: url(lr_blocks_ftcircle.gif) no-repeat;
}
#LeftMainDivContainer {
	width: 190px;
}
.LeftBlocksDivContainer {
	margin-bottom: 12px;
}
.LeftBlocksContent {
	padding: 16px 4px 16px 4px;
	background: #f7f7f7;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}
#RightMainDivContainer {
	width: 190px;
}
.RightBlocksDivContainer{
	margin-bottom: 12px;
}
.RightBlocksContent {
	padding: 16px 4px 16px 4px;
	background: #f7f7f7;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}

/* Center Footer Separator */
#CenterFooterSeparator {
	margin-top: 12px;
}

/* Site Footer */
#Footer {
	clear: both;
	width: 100%;
	height: 110px;
	background: #eaeaea url(footer_bg.gif) no-repeat left;
}
#FooterContainer {
	width: 100%;
	margin-right: -100px;
	float: left;
}
#FooterContent {
	margin-top: 20px;
	text-align: center;
}
#FooterSide {
	width: 100px;
	float: right;
	margin-top: 26px;
}
#FooterContainer a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

/* Catalog Block Styles */
.LeftCatalogBlockLevel1 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.LeftCatalogBlockLevel1 a {
	text-decoration: none;
}
.LeftCatalogBlockLevel2 {
	margin-bottom: 8px;
	margin-left: 10px;
	font-style: italic;
	font-weight: bold;
}
.LeftCatalogBlockLevel2 a {
	font-size: 11px;
	color: #727272;
}
.LeftCatalogBlockLevel2 a:hover {
	color: #3FA1D5;
}

/* Header Telephones, Slogan Styles */
#HeaderSlogan {
	width: 250px;
	height: 24px;
	line-height: 20px;
	margin-left: 55px;
	margin-top: 4px;
	padding: 2px;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Tahoma;
	text-align: center;
	background: url(slogan_bg.gif) no-repeat;
	color: #ffffff;
}
.HeaderTelephones {
	font-family: Tahoma;
	font-size: 2.0em;
	font-weight: bold; 
	color: #ffffff;
}

/* Текст на главной странице */
#IndexPageText {
	margin-left: 20px;
	margin-right: 20px;
}
#IndexPageTextDiscount {
	text-align: center;
	font-size: 14px;
}
div#IndexPageText h1 {
	margin-bottom: 12px;
	font-size: 14px;
	color: #f44800;
}
div#IndexPageText p {
	margin-bottom: 10px;
	text-align: justify;
	font-size: 1.2em;
	color: #333333;
}
div#IndexPageText p:first-letter {
	font-weight: bold;
	color: #62aa34;
}
div#IndexPageText strong {
	color: #585858;
}
div#IndexPageText span {
	font-size: 12px;
	font-weight: bold;
	color: #ff0606;
}
div#IndexPageText li {
	margin: 12px 20px 12px 20px;
	text-align: justify;
	font-size: 1.2em;
	color: #383838;
}

/* Страница БИО-продукты с таблицой сравнения */
.BIOProductsInfoRedColumn, .BIOProductsInfoRedColumn2 {
    width: 50%;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    background-color: #da251d;
    color: #ffffff;
}
.BIOProductsInfoGreenColumn, .BIOProductsInfoGreenColumn2 {
    width: 50%;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    background-color: #84c225;
    color: #ffffff;
}
.BIOProductsInfoRedColumn2 {
    font-size: 14px;
}
.BIOProductsInfoGreenColumn2{
    font-size: 14px;
}
.BIOProductsInfoTableTitle {
    margin-top: 20px;
    margin-bottom: 18px;
    text-align: center;
    font-size: 20px;
    color: #da251d;
}
ul.BIOProductsInfoRedList {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #da251d;
}
ul.BIOProductsInfoGreenList {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #84c225;
}
ul.BIOProductsInfoRedList li, ul.BIOProductsInfoGreenList li {
    font-family: tahoma;
    margin-bottom: 10px;
    margin-left: 40px;
}
#BIOProductsInfoRusOrganic {
    text-align: center;
    font-size: 18px;
    color: #da251d;
}
#BIOProductsInfoTitle {
    margin-bottom: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ff370f;
}
ul.BIOProductsInfoCert {
    margin-top: 4px;
    margin-bottom: 10px;
    margin-left: 40px;
}
.BIOProductsInfoCertHD {
    font-size: 16px;
    font-weight: bold;
    color: #65c222;
}
#BIOProductsInfoFirstTable {
    font-size: 15px;
}

/* Стили для оформления статей */
.ArticlesMainBlock {
	margin: 5px;
}
.ArticlesHeader1 {
	margin-top: 2px;
	margin-bottom: 12px;
	font-size: 1.8em;
	color: #ff3a00;
}
.ArticlesBasicText {
	margin: 5px;
	font-size: 1.2em;
	text-align: justify;
	color: #303030;
}
div.ArticlesBasicText ul {
	margin-top: 12px;
	margin-bottom: 12px;
}
div.ArticlesBasicText li {
	margin-left: 40px;
}
.ArticlesImage1 {
	margin-right: 10px;
}

/* Стили для оформления новостей */
.NewsMainText {
	margin: 5px;
	font-size: 1.2em;
	text-align: justify;
}
div.NewsMainText ul {
	margin-top: 12px;
	margin-bottom: 12px;
}
div.NewsMainText li {
	margin-left: 40px;
}

/* Страница с информацией о доставке */
#DeliveryPage {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 1.4em;
}

/* Страница корзины с заказами */
.ShoppingCartPageError {
	font-size: 12px;
	font-weight: bold;
}
.ShoppingCartPageTableHeader {
	padding-left: 4px;
	padding-right: 4px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #a3a3a3;
	background-color: #ededed;
	font-size: 12px;
	font-weight: bold;
	color: #4e4e4e;
}
.ShoppingCartPageTableProduct {
	padding-left: 4px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #a3a3a3;
	background-color: #f7f7f7;
	font-size: 12px;
}
.ShoppingCartPageTablePrice {
	padding-right: 4px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #a3a3a3;
	background-color: #f7f7f7;
	font-size: 12px;
}
.ShoppingCartPageSelect {
	height: 30px;
	line-height: 30px;
	border: 1px solid #a3a3a3;
	background-color: #f7f7f7;
}
.ShoppingCartPageItemDelete {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.ShoppingCartPageItemDelete a, .ShippingCartPageItemDelete a:hover {
	color: #ff0000;
}
.ShoppingCartPageDiscount {
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.ShoppingCartPageTotal {
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.ShoppingCartPageButtons {
	height: 50px;
	line-height: 50px;
	font-size: 12px;
}

/* Блок производители */
#ProducersBlock {
	text-align: center;
}

/* Блок помощь */
#HelpBlock {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#HelpBlock a, #HelpBlock a:hover {
	color: #f73b0f;
}

/* Описание категории Органические продукты питания */
#OrganicFoodMainCategory {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	text-align: justify;
}
div#OrganicFoodMainCategory h2 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #f45000;
}
div#OrganicFoodMainCategory li {
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #383838;
}

/* Бегущая строка на главной странице */
#IndexMarqueeBlock {
	margin-bottom: 12px;
	height: 24px;
	line-height: 24px;
	background: #fc6500 url(mq_idx_bg0.jpg) repeat-x;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
}
#IndexMarqueeBG1 {
	height: 24px;
	background: url(mq_idx_bg1.jpg) no-repeat left;
}
#IndexMarqueeBG2 {
	padding-left: 10px;
	padding-right: 10px;
	height: 24px;
	background: url(mq_idx_bg2.jpg) no-repeat right;
}

/* Процедура оформления заказа - Шаг 1-ый, Способ доставки */
#OrderStep1Header {
	padding-left: 4px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	border: 1px solid #a3a3a3;
	background-color: #ededed;
	font-weight: bold;
	color: #4e4e4e;
}
#OrderStep1MethodChoose {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
}
.OrderStep1Method {
	padding-bottom: 10px;
	font-size: 12px;
}
.OrderStep1Cost {
	white-space: nowrap;
	font-size: 12px;
}
#OrderStep1Next {
	padding-top: 20px;
	font-weight: bold;
	font-size: 12px;
}

/* Процедура оформления заказа - Шаг 2-ой, Способ оплаты */
#OrderStep2Header {
	padding-left: 4px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	border: 1px solid #a3a3a3;
	background-color: #ededed;
	font-weight: bold;
	color: #4e4e4e;
}
#OrderStep2MethodChoose {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
}
.OrderStep2Method {
	padding-bottom: 10px;
	font-size: 12px;
}
#OrderStep2Next {
	padding-top: 20px;
	font-weight: bold;
	font-size: 12px;
}

/* Процедура оформления заказа - Шак 3-ий, Подтверждение */
#OrderStep3Header {
	padding-left: 4px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	border: 1px solid #a3a3a3;
	background-color: #ededed;
	font-weight: bold;
	color: #4e4e4e;
}
.OrderStep3TableHeader {
	padding-left: 4px;
	padding-right: 4px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #a3a3a3;
	background-color: #ededed;
	font-size: 12px;
	font-weight: bold;
	color: #4e4e4e;
}
.OrderStep3TableProduct {
	padding-left: 4px;
	padding-right: 4px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #a3a3a3;
	background-color: #f7f7f7;
	font-size: 12px;
}
.OrderStep3Total {
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}
.OrderStep3TotalValue {
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
}
.OrderStep3Info {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
#OrderStep3Comment {
	margin-top: 18px;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
}
#OrderStep3Submit {
	height: 50px;
	line-height: 50px;
	font-size: 12px;
}
#OrderStep3Submit {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
#OrderStep4Success {
	font-size: 12px;
}

/* Блок Статьи - Очень интересно! */
#ArticlesBlockLinkAll {
	margin-right: 8px;
	text-align: right;
	font-size: 12px;
}
#ArticlesBlockLinkAll a, #ArticlesBlockLinkAll a:hover {
	color: #f73b0f;
}

/* Страница содержащая ссылки на все статьи */
.AllArticlesPageText {
	font-size: 1.2em;
}

/* Страница дисконтной карты */
#DiscountCardPage {
	margin: 0px 20px 0px 20px;
}
div#DiscountCardPage p {
	text-align: center;
	font-size: 1.4em;
}

/* Страница детского отдела */
#DetskiyOtdelPage td {
	text-align: center;
	font-size: 1.4em;
	color: #3a3a3a;
}

/* Раздел БИО-Кафе, все страницы */
#BIOCafePage1 {
	margin: 0px 10px 0px 10px;
	font-size: 1.6em;
}
#BIOCafePage1BQ {
	text-align: right;
	font-weight: bold;
	color: #85c226;
}
.BIOCafePage1Text {
	margin-bottom: 30px;
	text-align: justify;
	color: #429400;
}
.BIOCafePageAll {
	margin: 0px 10px 0px 10px;
}
div.BIOCafePageAll h1 {
	margin-bottom: 10px;
	font-size: 2.2em;
	color: #ff5204;
}
div.BIOCafePageAll h2 {
	margin-bottom: 20px;
	font-size: 2.0em;
	color: #ff6e04;
}
div.BIOCafePageAll p {
	margin-bottom: 20px;
	text-align: justify;
	font-size: 1.5em;
	color: #373737;
}

/* Блок БИО-Кафе, содержит ссылки на разделы */
#BIOCafeLinksMainBlock {
	margin-left: 10px;
}
.BIOCafeLinksBlock {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.BIOCafeLinksBlock a {
	text-decoration: none;
}