/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */
/** {
	margin:0;
	padding:0;
}*/
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align:center;

}
p, body, font, div, td, input, select, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}
p {
	padding-top: 3px;
	padding-bottom: 3px;
}
form, input {
	padding:0px;
	margin: 0px;
}

a {
	font-weight: bold;
	color: #4B6AAB;
}
a img {
	border: 0;
}
/* ====================== COMPONENT CONTAINER STYLES ====================== */

.grn_darkbg { background:#101a0d; text-align:center; }
.all_wrapper {
	width:1000px;
	text-align:left;
	margin:0 auto;
	background: #fff;
}
tr.toprow { background:#466b35 url(../../images/grn_header_bg.gif) left bottom repeat-x;}
#container_top_left {
	text-align: center;
	vertical-align: top;
	width: 240px;
	padding:5px 0;
}
#container_top {
	text-align:right;
	vertical-align:top;
	width:'*';
	padding:10px;
}
#container_top_right {
	text-align: right;
	vertical-align: bottom;
	width: 240px;
}
#container_left_sidebar, #container_right_sidebar {
	text-align: left;
	vertical-align: top;
	width: 240px;
}
#container_left_sidebar {
	background:#eee4a6;
}
#container_right_sidebar {
	background:#fff;
}
#container_main_content {
	text-align: left;
	vertical-align: top;
	width:'*';
	background:#fff;
}
#container_footer {
	text-align:center;
}
/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */

/* padding for all general components */
.cpt_news_short_list, .cpt_survey, .cpt_category_tree, .cpt_maincontent, .cpt_currency_selection, .cpt_divisions_navigation, .cpt_auxpages_navigation {
	font-size: 80%;
	text-align: left;
	padding:10px;
 //width: 100%;
}

ul.vertical, ul.horizontal {
	padding: 0px;
	margin: 0px;
	list-style:none;
}
ul.horizontal {
	width: 100%;
	overflow: hidden;
}
.vertical li {
	padding:0 0 5px 0;
}
.horizontal li {
	float: left;
	padding:0 10px 0 10px;
}


.cpt_divisions_navigation, .cpt_auxpages_navigation {
	font-size:75%;
	font-weight:bold;
	padding: 0;}

/* .cpt_auxpages_navigation {
	padding: 0px;} */


.cpt_divisions_navigation a, .cpt_auxpages_navigation a {
/*	color: white;*/
	color: #903;
	text-decoration: none;
}

/* .cpt_divisions_navigation {
	background:url(../../images/grn_mainmenu_bg.gif) left top repeat-x;
	padding-left:20px;
} */
.cpt_auxpages_navigation a:hover, .cpt_divisions_navigation a:hover {
	text-decoration: underline;
}

/* .cpt_divisions_navigation li {
	line-height:22px;
	background:url(../../images/grn_mainmenu_sep.gif) right center no-repeat;
} */
.cpt_auxpages_navigation li/* , .cpt_divisions_navigation li  */{
/*	padding-left: 10px;*/
   text-align: center;
   margin-left: 5px;
	background: #fff5de url(../../images/grn_arr_li_infopages.gif) left center no-repeat;
   border: 3px double #E69DE7;

}
.cpt_divisions_navigation li {text-align: center}
.cpt_divisions_navigation ul.vertical {margin-bottom:5px;}

.cpt_shopping_cart_info {
/*	background: #577a46 url(../../images/grn_shoppingcartinfo_bg.gif) left top repeat-x;*/
	text-align: center;
	vertical-align: middle;
	font-size: 75%;
	color: #203A16;
	font-weight: bold;
	padding: 40px 10px 10px 10px;
position: relative;
top: -30px;
}
.cpt_shopping_cart_info div {
	padding: 0 0 5px 0;
}
.cpt_shopping_cart_info a {
	color: #903;
	font-size:1.25em;
	text-decoration:none;
	border-bottom:solid 1px;
	line-height:28px;
}
.cpt_shopping_cart_info a:hover {
	border:none;
}
.cpt_survey {
	background:#466935;
	color:#fff;
}
.survey_question {
	font-weight: bold;
	margin-bottom: 10px;
}
.survey_submit {
	margin-top: 10px;
	font-size:120%;
}
.cpt_survey form {
	padding:0px;
	margin: 0px;
	font-size:75%;
}
.cpt_survey label {
	font-size:70%;
	color:#fff;
}
.cpt_currency_selection {
	text-align: center;
	font-size: 75%;
	background:url(../../images/grn_specialoffers_bg.gif) left top repeat-x;
	padding-top:20px;
}
.cpt_currency_selection select {
	font-size: 90%;
}
.cpt_currency_selection form {
	display: inline;
}
.cpt_news_short_list {
/*	background: #fafafa;*/
	padding: 5px 2px 0px 2px;
}

.cpt_category_tree {
    padding: 5px 22px 5px 45px;
/*	background:#fafafa; */
}
.cpt_category_tree ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.cpt_category_tree li {
/*	background:url(../../images/cty_arrow_category_small.gif) left 4px no-repeat; */
	padding:0 0 0 10px;
}
.cpt_category_tree li.parent, .cpt_category_tree li.parent_current {
 padding-top: 5px;
 padding-bottom: 5px;
 margin-top: 1px;
 border-top: 1px solid #D6DFE8;
 text-transform: uppercase;
 text-decoration: none;
}
.cpt_category_tree li.child_current, .cpt_category_tree li.child { 
 padding-top: 1px;
 padding-bottom: 7px;
   background:none;
   text-indent: -25px;
   padding-left: 25px;
} 
.cpt_category_tree a {
	color: #8547A8;
	text-decoration:none;
	line-height:100%;
}
.cpt_category_tree .parent_current a {
	font-weight: bold;
	color:#F07A0F!important;
	text-decoration: none !important;
}
.cpt_category_tree .child a {
	padding-left: 10px;
	background: url(../../images/grn_arrow_category_small.gif) left center no-repeat;
}
.cpt_category_tree .child_current a {
	padding-left: 10px;
	background: url(../../images/grn_arrow_category_small_orange.gif) left center no-repeat;
	color:#F07A0F!important;
	text-decoration: none!important;
}
a .bullet {
	text-decoration: none!important;
}
.cpt_category_tree .tab {
	margin-left:10px;
}
.cpt_product_add2cart_button {
	padding-top: 10px;
}
.cpt_language_selection a img {
	border:solid 1px #fff;
	margin:2px 0;
}
.cpt_product_params_selectable {
	clear:left;
	width:300px;
	float:left;
}
.cpt_product_params_selectable table td, .cpt_product_params_selectable table td {
 padding: 5px;
}
.cpt_product_description {
  padding: 20px 0px;
}
.cpt_product_price {
  margin-top: 10px;
}
.cpt_product_discuss_link {
  margin-top: 20px;
}
.cpt_product_category_info {
	font-size:75%;
}
.cpt_product_search {
/*	background:#1C2E17;*/
	font-size:75%;
	padding: 0px ;
	/* line-height: 40px; */
	margin-top: 10px;
}
.cpt_product_search form {
	margin: 0px!important;	display: inline; 
}
.cpt_root_categories td {
	
}
.cpt_root_categories td a {
	color:#000;
	text-decoration:none;
	font-size:100%;
}
.cpt_root_categories td a:hover {
	text-decoration:underline;
}
.cpt_root_categories td a.rcat_root_category {
	text-decoration:underline;
	font-size:110%;
}

.cpt_maincontent { padding-top: 0px; }
.cpt_maincontent td {
	font-size:75%;
}

.cpt_tag_cloud a { color: #903; text-decoration:none;}
.home_page_category_logo { background:url(../../images/defaultnocatimage.gif) center top no-repeat; display:block; height:65px; width:65px;}
#container_main_content .cpt_root_categories td.cat_image a {position:relative; top:-0.8em;}
#container_main_content .cpt_root_categories { padding-top:1em;}
#container_main_content .cpt_root_categories td { vertical-align:top;}

/* ====================== SET HOW CERTAIN COMPONENTS APPEAR IN VARIOUS CONTAINERS ====================== */
/* ====================== (if you wish to overwrite default appearence of components in certain containers) ====================== */

#container_top_left a {
	display:block;
	text-decoration:none;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#container_top_left span {
	padding:0 2px;
}
#container_top_left span.grn_l1 {
	color:#fff;
}
#container_top_left span.grn_l2 {
	color:#84ff1c;
}
#container_top_left span.grn_l3 {
	color:#fff;
}

#container_top_right .cpt_language_selection, #container_top .cpt_language_selection {
	height: 18px;
	font-size: 85%;
	padding:5px 22px 15px 5px;
}
#container_top_right .cpt_language_selection a, #container_top .cpt_language_selection a {
	color: white;
}
#container_footer .cpt_divisions_navigation, #container_footer .cpt_auxpages_navigation {
	text-align:center;
	padding-left:0;
	background:url(../../images/grn_mainmenu_bg.gif) left top repeat-x;

}
#container_footer .cpt_divisions_navigation ul, #container_footer .cpt_divisions_navigation ul li,#container_footer .cpt_auxpages_navigation ul, #container_footer .cpt_auxpages_navigation ul li  {
	display:inline;
	float:none;
}
#container_footer .cpt_divisions_navigation a, #container_footer .cpt_auxpages_navigation a {
	font-size: 90%;
	font-weight: normal;
	line-height:22px;
	text-align:left;
}

#container_left_sidebar * { zoom:1;}
#container_left_sidebar .cpt_category_tree, #container_left_sidebar .cpt_tag_cloud { //width:100%;}
#container_main_content ul { list-style-position:inside;}
/* ====================== STYLES OF ELEMENTS THAT APPEAR INSIDE VARIOUS COMPONENTS ====================== */
h1.welcome { display: none;}
/* h1.welcome { color:#466935; font-weight:normal; font-size:19pt; letter-spacing:-1px; margin:10px ;} */

.col_header {
	background:url(../../images/grn_shoppingcartinfo_bg.gif) left top repeat-x;
	font-size:15px;
	color:#000;
	padding:5px 0 5px 10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.col_header_dark, .col_header_dark {
	background:url(../../images/grn_survey_bg.gif) left top repeat-x;
	font-size:13px;
	color:#fff;
	padding:0 0 0 10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:33px;
}
.bullet {
	font-size:0px;
}
#searchstring {
	width: 210px;
}
#shpcrtca {
	font-weight: bold;
	font-size: 130%;
	white-space: nowrap;
}

/* ====================== PREDEFINED STYLES; edit, but do not delete these styles ====================== */

.small {
	font-size: 60%;
}
.big {
	font-size: 150%;
}
.background1, .background1 td {
	background-color: #D9E9FF;
}
.btn_checkout {
	font-size: 130%;
	font-weight: bold;
	margin: 10px;
	padding: 3px;
}
.prdbrief_add2cart {
	padding-top: 5px;
}
.error_block {
	font-weight: bold;
	color: red;
}
/*

a.admdivslst:hover,a.admdivslst:link,a.admdivslst:visited,a.admdivslst:active{text-decoration: none;color: blue;font-weight:normal;font-size:10pt;}
a.admdivslst:hover{color: navy;}

a.h_admdivslst:hover,a.h_admdivslst:link,a.h_admdivslst:visited,a.h_admdivslst:active{text-decoration: none;color: #888888;font-weight:normal;font-size:10pt;}
a.h_admdivslst:hover{color: #555555;}

*/
#tbl-checkout-progress td {
	font-size: 0.7em;
	vertical-align: top;
}
.current_prd_thumbnail img {
	border: #BBBBBB 3px solid;
}
a.prd_thumbnail img {
	border: #FFFFFF 3px solid;
}
a.prd_thumbnail:hover img {
	border: #BBBBBB 3px solid;
}
.news_date {
	color: #F07A0F;
	font-weight:bold;
	padding:0 10px 0 10px;
}
.news_title {
	padding:0 10px 10px 10px;
	width: 115px;
}
.news_title a {
		width: 115px;
}
.news_viewall {
	padding:0 0 10px 10px;
	font-size: 85%;
}
.news_subscribe, .news_thankyou {
	padding: 10px;
/*	background:#EEE4A6;*/
}
.news_subscribe div {
	display:inline;
}
.news_subscribe img { vertical-align:middle;}
.input_message { width: 100%; } /* e-mail input field */
/************************
BLOG STYLES
***************************/
.post_title {
	color: #666;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: left;
}
.post_date {
	color: #999;
	border: 0px solid #EEE;
	border-top-width: 1px;
	margin-bottom: 15px;
}
.post_content {
	padding-left: 15px;
}
/***************************
PRODUCTS COMPARISON
****************************/
.cmp_headers {
	background-color: #d9e9ff;
}
.cmp_column_odd {
	background-color: white;
	vertical-align: top;
}
.cmp_column_even {
	background-color: #F2F8FF;
	vertical-align: top;
}
#cmp-table tr:hover td {
	background-color: #d5e5fa!important;
}
#cmp-table tr td {
	text-align:center;
	padding: 6px;
}
#cmp-table tr td.cmp_headers {
	text-align: left;
}
/***************************
PRODUCT DETAILED
****************************/

.prod_brief_cell {
  padding: 20px 10px;
/*  border-top: 1px solid #EEADE2;*/
  border-bottom: 1px solid #EEADE2;
}

.cpt_product_images {
	float: left;
}
ul.product_list li { border:solid 1px #e6e6e6; margin:2px !important; text-align:center;}
ul.product_list li table { margin:0 auto;}
.product_list a { font-size:130%; text-decoration:none; color:#903;}
.product_list a:hover {text-decoration:underline;}
.prdbrief_name a { font-size:130%; color:#603; text-decoration:none;}
.checknomarging { vertical-align:middle;}
.add2cart_handler { margin:4px 0;}
.regularPrice {
	color: brown;
	text-decoration: line-through;
}
.totalPrice{
 color:#CC3300;
 font-weight:bold;
 font-size: 130%;
 margin:0 5px 5px 5px;
}

.youSaveLabel {
	font-size: 75%;
}
.youSavePrice {
	font-size: 75%;
}
.prd_out_of_stock {
	font-style:  italic;
}
#prddeatailed_container ul { list-style-position:inside;margin:10px 10px 10px 15px;}

/************************
PRODUCT REVIEWS STYLES
***************************/
.review_block {
	margin-left: 20px;
}
.review_title {
	color: #333;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 120%;
}
.review_date {
	color: #999;
	border: 0px solid #EEE;
	border-top-width: 1px;
	font-size: 90%;
	margin-bottom: 5px;
}
.review_content {
	color: #333;
	padding-left: 20px;
}
.review_showall {
	margin-left: 20px;
}
/****************************
SHOPPING CART
*****************************/
.background_cart_top {
	background-color: #D9E9FF;
	border-bottom: 1px #99C9DF solid;
}
.background_cart_top h1 {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#cart_content_tbl{
width:100%;
}
#cart_content_tbl td {
	padding: 6px;
}
#cart_page_title {
	padding: 10px;
	text-align: left;
}
#cart_page_title h1 {
 display inline;
	padding: 0px;
	margin: 0px;
}
#cart_clear {
	padding: 10px;
	text-align: right;
}
#cart_clear a {
	font-size:9pt;
}
.cart_discount_label {
	font-weight: bold;
}
#cart_total_label {
	font-size: 130%;
	font-weight: bold;
}
#cart_total {
	background-color: #D9E9FF;
	font-size: 130%;
	font-weight: bold;
	padding: 10px;
	white-space: nowrap;
}
#cart_checkout_btn {
	padding-top: 20px;
}
.cart_product_brief_description {
	font-size: 80%;
}
#cart_content_header td {
	font-weight: bold;
}
.cart_apply_for_discounts_extra {
	font-size: 80%;
	color: #777;
}
.cart_product_quantity {
	text-align: center;
}
/********************
HOMEPAGE UNFOLDED TREE
*********************/
.rcat_root_category {
	font-size: 120%;
	font-weight: bold;
}
.rcat_products_num {
	color: #999999;
	font-size: 80%;
}
.rcat_child_categories a {
	font-size: 80%;
	font-weight: normal;
}
/********************
REGISTRATION PAGE
*********************/
#reg_fields_tbl td {
	padding: 5px;
}
#reg_auth_fields td {
	background-color: #D9E9FF;
}
#reg_confcode td {
	background-color: #D9E9FF;
}
#reg_fields_tbl td input, .addressform td input {
	width: 200px;
}
#subscribed4news {
	width:auto!important;
}
#reg_fields_tbl td textarea, .addressform td textarea {
	width: 200px;
	height: 100px;
}
#reg_fields_tbl select {
	width: 200px;
}
#reg_submit_btn {
	font-size:150%;
	font-weight: bold;
}
/*********
SEARCH IN CATEGORY
**********/
#cat_advproduct_search {
	background-color: #D9E9FF;
	padding: 10px;
	margin:0 10px;
}
#cat_advproduct_search h3 {
	padding:0px;
	margin: 0px;
	padding-bottom: 10px;
}
#cat_info_left_block, #cat_advproduct_search  { float:left;}
#cat_info_left_block { width: 100%; }

.subcat {
	float: left; margin: 0px 30px 30px 0; width: 160px; text-align: center;
}

.cpt_maincontent center { clear:both;}
#cat_top_tree { overflow:hidden; margin-top:10px;}
.hndl_submit_prds_cmp, #cat_product_sort { margin:10px 0;}
/************
CHECKOUT
************/
.checkout_noframe_title {
	padding: 5px 15px;
	text-align:left;
}
#checkout_have_account {
	padding: 15px;
	background-color: #D9E9FF;
	margin: 0 -5px 15px -5px;
}
#checkout_logininfo { width:428px;}
#checkout_logininfo .inputtext, #checkout_addresses .inputtext, #checkout_addresses textarea {
	width: 200px;
}
.paddingblock input.checkout_buttons {
	font-size: 130%;
	font-weight: bold;
	margin:5px 0;
}
.checkout_steps_divider {
	width: 40px;
	height:1px;
	background-color:#99C9DF;
	overflow:hidden;
}
#checkout_addresses { width:800px;}
#checkout_addresses td { } 
/**********************
ORDER STYLES
***********************/
tr#ord_total_row * {
	font-size: 105%;
	font-weight: bold;
}
.row_odd td {
	background-color: #F2F8FF;
}
.row_even td {
	border: 0px solid #D9E9FF;
	border-width: 1px 0px;
}

.paddingblock { background:#fff;
	padding-left: 15px;
	padding-right: 15px;
	text-align:left;
	font-size:100%;
}
.paddingblock h2 {
	padding:20px 5px;
	margin-top: 0px;
}
.paddingblock td { font-size:95%; vertical-align:top; padding:5px;}
.paddingblock p { margin-bottom:10px;}

.paddingblock input { margin:2px 0 0 0;}
.asterisk {
	color:red;
}
.cellpadding tr td {
	padding: 5px;
}
.cust_name {
	font-size:110%;
	font-weight: bold;
}
#prddeatailed_container .cpt_product_rate_form table {
	width: 100%;
	/***********************/
width: auto;/**/
}

#block-customerinfo td { font-size:100%;}
body.body-page-404 { background:#fff; background-image:none; text-align:left; font-size:12px;}
body.body-page-404 ul, body.body-page-404 li { list-style:none;}

#powered_by { background:#101a0d;}
.cpt_product_add2cart_button input { vertical-align:middle;}



/* ============================================================================================================================== */

/* -= mama-best styles =- */

/* = general = */
html, body, table, td, div, img {
 margin: 0px;
 padding: 0px;
 border: 0px;
}
html, body {
 color: #457070;
 font: .9em Helvetica, Geneva, Verdana, Arial, sans-serif;
 background-color: #FFF;
}
table {
 border: 0px;
 border-collapse: collapse;
}
table td {
 padding: 0px;
 margin: 0px;
/* border: 1px dashed red;*/
}
img {
 border: 0px;
 padding: 0px;
 margin: 0px;
}
h1 {
 color: #603;
 text-align: center;
 font-size: 1.7em;
 margin: 0px 0px 15px 0px;
}
h2 {
 color: #660033;
 text-align: center;
 font-size: 1.3em;
 margin: 0px 0px 10px 0px;
}


/* misc */
div#smallCart {
 font-weight: bold;
}


/* = layout = */
/* top line */
.logo {
 width: 212px;
 height: 128px;
 font-size: 0.2em;
}
.top_line {
 width: 788px;
 height: 128px;
/* font-size: 0.2em; */
}
div#top_line {
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/top_line.jpg) no-repeat center;
 text-align: center;
 vertical-align: bottom;
/* border: 1px dotted green;*/
}

/*top menu */
div#top_menu {
 position: relative;
 top: 100px;
/* margin-left: -384px;*/
 height: 23px;
/*  width: 768px; */
 text-align: center;
/* border: 1px dotted green;*/
}
table#top_menu {
 height: 21px;
 width: 641px;
}
/*td.top, img.top, td.btm, img.btm {
 height: 5px;
 padding: 0px;
/* border: 1px solid green;*/
/*}
td.top, img.top {
 background-color: #DDBFE5;
}*/
td.top_btn {
 border: 3px double #E69DE7;
 height: 15px;
 text-align: center;
}
a.t_m_item {
 text-transform: uppercase;
 text-decoration: none;
 color: #712D92;
 font: bold 0.7em Helvetica, Geneva, Verdana, Arial, sans-serif;
}
a.t_m_item:hover {
 color: #E22C83;
}
/*td#delivery {
 width: 156px;
/* height: 13px;* /
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/btn_delivery_fill.gif) repeat-y left;
}
td#contacts {
 width: 112px;
/* height: 13px;* /
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/btn_contacts_fill.gif) repeat-y center;
}
td#articles {
 width: 105px;
/* height: 13px;* /
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/btn_articles_fill.gif) repeat-y center;
}
td#news_archive {
 width: 147px;
/* height: 13px;* /
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/btn_news_archive_fill.gif) repeat-y center;
}
td#humor {
 width: 107px;
/* height: 13px;* /
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/btn_humor_fill.gif) repeat-y center;
}*/

/* left menu */
td#left_menu {
 width: 212px;
/* height: 470px;*/
 text-align: center;
 vertical-align: top;
}
div#left_menu_top {
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/left_menu_top.jpg) no-repeat center;
 width: 212px;
 height: 83px; 
}
div#left_menu_content {
 width: 212px;
 text-align: center;
 vertical-align: top;
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/left_menu_fill.gif) repeat-y center;
}
a.l_m_item {
 display: block;
 padding: 5px 22px 5px 50px;
 text-transform: uppercase;
 text-decoration: none;
 color: #712D92;
 font: bold .9em Helvetica, Geneva, Verdana, Arial, sans-serif;
}
a.l_m_item:hover {
 color: #E22C83;
}
img#l_m_sep {
 width: 212px;
 height: 5px;
 display: block;
}
div#left_menu_bottom {
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/left_menu_bottom.jpg) no-repeat center;
 width: 212px;
 height: 87px; 
}

/* content */
td#main {
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/top_line_2.gif) no-repeat top;
 padding: 60px 10px 10px 20px;
 vertical-align: top;
/* height: 470px;*/
}
div#content {
width: 758px;
}
table#cnt_table {
width: 758px;
}
td#cnt_text {
 padding-bottom: 20px;
 font-size: 1em;
 vertical-align: top;
}
td.tn {
 width: 150px;
 height: 205px;
 text-align: center;
 vertical-align: top;
 padding-bottom: .5em;
  padding-top: .5em;
}
td.txt {
 width: 150px;
 text-align: center;
 vertical-align: top;
}
img.category {
 border: 3px double #E69DE7;
}
.txt a, .tn a {
 text-decoration: none;
 color: #712D92;
 font: bold 1em Helvetica, Geneva, Verdana, Arial, sans-serif;
}
.txt a:hover, .tn a:hover {
 color: #E22C83;
}

/* sitenav buttons */
/* .home_btn {
 width: 22px;
 height: 22px;
}
div#home_btn {
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/btn_home.gif) no-repeat center;
 position: absolute;
 left: 545px;
 top: 134px;
}
div#home_btn:hover {
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/btn_home-over.gif) no-repeat center;
}
.cart_btn {
 width: 27px;
 height: 24px;
}
div#cart_btn {
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/btn_cart.gif) no-repeat center;
 position: absolute;
 left: 600px;
 top: 132px;
}
div#cart_btn:hover {
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/btn_cart-over.gif) no-repeat center;
} */


/* news box */
td#news_box {
 width: 142px;
 vertical-align: top;
}
div#news_box {
 width: 142px;
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/news_box_fill.jpg) repeat-y;
}
p.news {
 padding: 0px 13px 10px 13px;
 font-weight: bold;
}

/* bottom line */
td#footer_top {
 width: 1000px;
 height: 90px;
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/footer_top.jpg) no-repeat center;
}
td#footer_fill {
 width: 1000px;
 height: 5px;
 text-align: center;
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/footer_fill.gif) repeat-y center;
}
td#footer_end {
 width: 1000px;
 height: 12px;
 background: url(/published/publicdata/TOYSBESTMILKY/attachments/SC/images/mama-best/footer_end.gif) no-repeat center;
}


a.intext, a.intext:visited, a.intext:hover {
 color: #457070; 
 text-decoration: none; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
}

.style3 {
  font-size: .8em;
}

.style4 {
  font-size: .8em;
  color: #903;
}

.style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.style18 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.cpt_maincontent p { font-weight: normal; }

a.no_underline {
 color: #457070;
 text-decoration: underline;
 font-weight: normal;
}
a.no_underline:hover {
 text-decoration: none; 
}
.faq {
 color: #603; 
}

#sub_cats a {
 color: #603;
 text-decoration: none;
}
#sub_cats {
	margin: 0px;
}
.block_tag_cloud { padding-left: 20px; }
.block_tag_cloud a:hover { text-decoration: underline; }
ul.norm, ul.norm li {
	list-style-type: disc;
	margin-left: 20px;
	font-weight: normal;
}

table#box_product_thumbnails {
	margin-top:10px;
	text-align: center;
	width: 100%;
}
table#box_product_thumbnails img {
	margin: 5px;
}
.cpt_product_images img, .cpt_product_category_info img {
	border: 2px solid #F5DAEB;
}

.cpt_product_images a:hover img {
	border-color: #eec4dd;	
}

div.cpt_product_related_products a {
	margin: 3px; 
}

div.cpt_product_related_products a img {
	margin-bottom: 5px;
}
.product_print_v {
	font-size: 12px;
}
/*список новинок*/
.cpt_product_lists a, .product_list .totalPrice {
	font-size: 12px;
}
.cpt_product_lists a img {
	width: 120px;
}
.cpt_product_lists {
	 margin-left: 9px;
}
/*статьи*/
img.lefttop {
	float: left;
	margin: 0 8px 8px 0;
}
img.lefttop {
	float: left;
	margin: 8px 8px 8px 0;
}
img.righttop {
	float: right;
	margin: 0 0 8px 8px;
}
img.right {
	float: right;
	margin: 8px 0 8px 8px;
}

.prodprice {width:250px; float: right}

/*Главная список новинок*/

#home .cpt_product_lists img {
	width: 120px;
	vertical-align: middle;
}
#home .totalPrice{
	width: 124px;
}
#home .product_list li {
	width: 128px;
	padding: 4px;
	margin: 5px;
/*		border: 1px solid #99BF2F;*/
border: 3px double #E69DE7;

}

#home a.prodlist_name  {
color: #712D92;
font-weight: bold;
margin-bottom: 4px;
display: block;
width: 120px;
height: 48px;
overflow: hidden;
}
#home a.prodlist_name:hover {
	color: #e22c83;
}
#home a.prodlist_img, #home .prodlist_tn {
	display: table-cell;
	width: 120px;
	height: 180px;
	vertical-align: middle; 
}
#home .prodlist_tn {
	display: block;
	overflow: hidden;
	border: 1px solid #E69DE7;
	margin-left: 1px;
}

#home a.prodlist_img {
	 margin: 0px 0 0 0px;
}
#home .product_list {
	margin: 0px 0px 15px 0px;
}
#home h2 {
	text-align: left;
}
/*список брендов*/

div#brandlist a{
	font-size: 13px;
	font-weight: bold;
	color: #712D92;
}
div#brandlist a:hover{
	color: #e22c83;
}
div#bigspecial{
	text-align: center;
}
.cpt_short_brends {
	line-height: 160%;
}

div.clear {clear: both;}
/* #bigspecial a.active {

} */
#bigspecial {
    height: 265px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 560px;
}
#bigspecial a {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 8;
	display: block;
	height: 265px;
	width: 560px;
}
#bigspecial a.active {
    opacity: 1;
    z-index: 10;
}
#bigspecial a.last-active {
    z-index: 9;
}
.strange {
display: none;
}
#checkout_button {
    font-size:  200%;
}

