table.categories_menu td.category_icon
{
	padding-right:10px;
}
table.categories_menu td.category_choosed_name
{
	color:#417eb3;
	font-size:23px;
	padding-right:5px;
}
table.categories_menu td.category_choosed_arrow
{
	padding-top:2px;
	padding-right:16px;
}
table.categories_menu td.other_category_name
{
	color:#417eb3;
	font-size:13px;
	font-weight:bold;
	padding-right:2px;
}
table.categories_menu td.other_category_arrow
{
	padding-top:1px;
	padding-right:16px;
}

td.other_category_name a:link, td.other_category_name a:active, td.other_category_name a:visited, td.other_category_name a:hover, td.other_category_name a:focus
{
	color:#417eb3;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

table.page_table td.category_products
{
	padding-bottom:30px;
}

table.products_table
{
	width:100%;
}

table.products_table td.cell_horizontal_line
{
	padding-top:5px;
	padding-bottom:5px;
}
table.products_table td.cell_horizontal_line div
{
	width:99%;
	font-size:1px;
	height:3px;
	background-image:url('/images/dots_line_category.gif');
	background-repeat:repeat-x;
}
table.products_table td.cell_vertical_line
{
	width:1px;
	height:100%;
}
table.products_table td.cell_vertical_line div
{
	height:100%;
	width:1px;
	background-image:url('/images/bg_dot_line_vertic.gif');
	background-repeat:repeat-y;
}
td.product_cell
{
	width:33%;
	padding-bottom:20px;
}
td.product_cell table.product_table
{
	width:225px;
}
td.product_cell_banner
{
	padding-top:12px;
	padding-bottom:6px;
}

td.product_cell_banner table
{
	background-image:url('/images//bg_bottle.png');
	background-repeat:no-repeat;
	width:183px;
	height:183px;
}


td.product_cell_title a:link, td.product_cell_title a:active, td.product_cell_title a:visited, td.product_cell_title a:hover, td.product_cell_title a:focus
{
	font-size:12px;
	font-weight:bold;
	color:#3790de;
	text-decoration:none;
}
td.product_cell_text a:link, td.product_cell_text a:active, td.product_cell_text a:visited, td.product_cell_text a:hover, td.product_cell_text a:focus
{
	font-size:12px;
	color:#000000;
	padding-top:8px;
	text-decoration:none;
}
