@import 'useful.css';
@import 'text.css';

/*-DISPLAY-NONE-----------------------------------------------*/

.header, .rightPanel, .articles, #productMenu, .filter, .paging, .button, .wideBox, .mediumBox, .breadcrumbs, .footer .links {
	display: none;
}

/*--TEXT------------------------------------------------------------------*/

ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
}

ul li {
	padding: 2px 0 2px 0;
	margin: 0 0 0 0;
	list-style: square;
	font-weight: bold;
	color: #79B61D;
}

table tr th {
	padding: 10px 14px;
	text-align: left;
	border: 1px #000 solid;
}

table tr td {
	padding: 6px 14px;
	text-align: left;
	border: 1px #000 solid;
	font-size: 0.95em;
}

/*--RECIPES-DETAIL--------------------------------------------------------*/

.front .reciDetail {
	margin: 0 0 14px 0;
	padding-top: 6px;
}

.front .reciDetail ul li {
	color: #682200;
}

.front .reciDetail .photo {
	width: 264px;
	height: 174px;
	padding: 18px;
	margin: 0 0 10px 20px;
	display: block;
	float: right;
	background: url("../Images/bg/recipe_border_big.jpg") 0 0 no-repeat;
}

.front .reciDetail .photo img {
	width: 260px;
	height: 166px;
	display: block;
	border: 2px #fff solid;
}

.front .reciDetail h2 {
	width: 280px;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
	background: url("../Images/bg/dots.gif") 0 bottom repeat-x;
}

.front .reciDetail h2 a {
	color: #682200;
	text-decoration: none;
}

.front .reciDetail h3 {
	color: #682200;
}

/*--RECIPES--------------------------------------------------------*/

.front .reciPerex {
	margin: 0 0 14px 0;
}

.front .reciPerex .photo {
	width: 191px;
	height: 123px;
	padding: 0;
	display: block;
	float: left;
	background: url("../Images/bg/recipe_border.jpg") 0 0 no-repeat;
}

.front .reciPerex .photo img {
	width: 188px;
	height: 118px;
	display: block;
	border: 2px #fff solid;
}

.front .reciPerex .text {
	width: 400px;
	margin-left: 20px;
	float: left;
}

.front .reciPerex .text h2 {
	padding: 0;
	margin: 0 0 10px 0;
	background: url("../Images/bg/dots.gif") 0 bottom repeat-x;
}

.front .reciPerex .text h2 a {
	color: #682200;
	text-decoration: none;
}

/*--BOXES-----------------------------------------------------------*/

.box .photo {
	display: block;
	margin-bottom: 10px;
}

/*--FOOTER----------------------------------------------------------*/

.front .footer {
	width: 100%;
	padding: 0;
}

.front .footer .copy {
	float: left;
	font-weight: bold;
	color: #646464;
	margin: 0;
}

.front .footer .links {
	float: right;
	margin: 0;
	padding: 0;
}

.front .footer .links li {
	margin: 0;
	padding: 0 7px 0 10px ;
	float: left;
	list-style: none;
	background: url("../Images/bg/links_line.gif") 0 50% no-repeat;
}

.front .footer .links li.first {
	background: none;
}


.front .footer .links li a {
	font-weight: bold;
	color: #646464;
	text-decoration: none;
}