/* Employee overview */

td.content-employee-image
{
	width: 150px;
	vertical-align: top;
}

td.content-employee-image img
{
	border: 1px solid #DF0028;
}

td.content-employee-text
{
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
	padding-left: 15px;
}

td.content-employee-text b
{
	color: #DF0028;
}

div.content-product-box
{

	float: left;
	background: #EEE;
	margin-top: 16px;
	margin-right: 32px;
	margin-bottom: 16px;
	height: 250px;
	width: 192px;
}

div.content-product-box-inner
{
	padding: 7px;
	text-align: left;
	font-size: 11px;
	color: #000;
}

div.content-product-box-inner h1
{
	color: #DF0028;
	font-size: 12px;
	font-weight: bold;	
}

div.content-product-box-inner h3
{
	color: #DF0028;
	font-size: 12px;
	font-weight: bold;	
	margin: 0;
	padding: 0;
}

a.product-clicker
{
	position: absolute;
	margin-top:	220px;
	margin-left: 120px;
}

div.content-product-box-inner img
{
	border: 1px solid #FFF;
	text-align: center;
}

table.occasion
{
	width: 90%;
	padding: 0;
	margin: 0;
	border: 1px solid #c5c5c6;
	border-bottom: 0px;
}

tr.o-header td
{
	padding: 5px;
	background: #202020;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

tr.o-0
{
	background: #fff;
}

tr.o-1
{
	background: #f9f9f9;
}

tr.o-1 td, tr.o-0 td
{
	padding: 5px;
	border-bottom: 1px solid #c5c5c6;
	border-right: 1px solid #c5c5c6;
}

td.o-overview-image
{
	width: 120px;
	text-align: center;
}

td.o-overview-image img
{
	border: 1px solid #c5c5c6;
	margin: 0px auto;
}

td.o-overview-name
{
 /**/
}

td.o-overview-info, td.o-overview-price
{
	width: 75px;
}

td.o-overview-price
{
	border-right: 0 !important;
}

table.occasion-detail
{
	width: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #c5c5c6;
	border-bottom: 0px;
	border-right: 0px;
}

table.occasion-detail td
{
	padding: 5px;
	border-bottom: 1px solid #c5c5c6;
	border-right: 1px solid #c5c5c6;
}

#interface-footer-left td
{
	font: 11px/18px tahoma, arial, verdana;
	color: #fff;
}

table.occasion td
{
	font: 11px/18px tahoma, arial, verdana;
}

/* NEWS */

td.content-news-block
{
	background: #F6F6F6;
	bordeR: 1px solid #dadada;
}

td.content-news-image
{
	width: 110px;
	text-align: center;
	background: #FFF;
	border-right: 1px solid #dadada;
	vertical-align: top;
}


td.content-news-text
{
	padding: 10px;
}

td.content-news-clicker
{
	text-align: right;	
	padding: 2px 10px 2px 0px;
}