table.eshop_product_table
{
	border-collapse: collapse;
	border-top: 0px;
}


table.eshop_product_table td
{
/*	border-right: 1px dashed black;
	border-bottom: 1px dashed black;*/
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	text-align: center;
	padding: 6px;
	padding-bottom: 12px;
}


table.eshop_product_table td.right
{
	border-right: 0px dashed black;
}


table.eshop_product_table td.top
{
	border-bottom: 0px dashed black;
	padding-bottom: 0px;
}


div.eshop_product_short
{
	width: auto;
	text-align: center;
}


div.eshop_product_number
{
	font-size: 17px;
}


div.eshop_product_name,
div.eshop_product_name a
{
	font-size: 17px;
	font-weight: bold;
	color: black;
}


img.eshop_product_image
{
	margin: 10px;
}

div.eshop_product_info
{
	margin-bottom: 5px;
	text-align: center;
}

div.eshop_product_text, diveshop_product_price
{
	font-style: italic;
	font-size: 12px;
	color: #555;
	width: 250px;
	margin: auto;
}

div.eshop_product_price
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.eshop_product_buttons span
{
	color: #777;
	font-weight: bold;
	cursor: pointer;
}


div.eshop_product_empty_category
{
	margin: 20px;
	font-weight: bold;
}

div.eshop_product_detail_text
{
	font-style: italic;
	text-align: center;
}


