﻿body {
	color: #959595;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000;
	margin-top: 0;
	padding-top: 0;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #5C5A5B;
	text-decoration: underline;
}

#site {
	width: 1000px;
	margin: auto;
	min-height: 610px;
	background: #000 url(../images/backgroundBranka.jpg) no-repeat center 0px;
}

#head {
	width: 100%;
	padding-top: 219px;
	height: 30px;
	border-bottom: 5px solid #590304;
	margin: auto;
	background: #000 url(../images/backgroundLogo.jpg) no-repeat center 0px;
}

#head ul {
	width: 1130px;
	margin: auto;
	list-style: none;
}

#head ul li {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 30px;
}

#head ul li a {
	color: #6E0605;
	text-decoration: none;
}

#head ul li a:hover,#head ul li.active a {
	color: #e4e4e4;
}

#menu {
	padding-top: 30px;
	float: left;
	width: 130px;
}

#menu ul.navigation {
	margin-left: -20px;
	list-style: url(../images/arrow.png);
}

#menu ul li {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

#menu ul li a {
	color: #6E0605;
	text-decoration: none;
}

#menu ul li ul {
	list-style: none;
	list-style-image: none;	
	padding: 0px;
}

#menu ul li ul li {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#menu ul li ul li a {
	color: #5C5A5B;
	text-decoration: none;
}

#menu ul li ul li ul {
	margin-left: 20px;
}

#menu ul li ul li a:hover,#menu ul li ul li a.active {
	color: #fff;
}

#content {
	float: left;
	width: 850px;
	padding: 10px;
	padding-top: 30px;		
}

#offers {
	height: 565px;
}

#pages {
	text-align: center;
	color: #fff;
}

#pages .currentpage {
	font-weight: bold;
	text-decoration: underline;
}

#foot {
    width: 900px;
    margin: auto;
    color: #fff;
}

#foot a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#foot a:hover {
    text-decoration: underline;
}

h1 {
	color: #6E0605;
	margin-top: 9px;
	margin-left: 50px;
	font-size: 18px;
    font-weight: bold;
}



h2 {
	margin-left: 50px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.product-box {
	width: 239px;
	height: 172px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

h2.product-title {
	background: url(../images/title-background.gif);
	width: 239px;
	padding-top: 9px;
	height: 23px;
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

h2.product-title a {
	color: #fff;
	text-decoration: none;
}

h2.product-title a:hover {
    text-decoration: underline;
}

.product-box .picture {
	height: 130px;
	width: 88px;
	float: left;
}

.product-box .description {
	float: left;
	width: 150px;
	height: 98px;
	font-size: 10px;
	text-align: justify;
}

.description strong {
	color: #f5f5f5;
}

a img {
	border: none;
}

a.detail {
	display: block;
	background: url(../images/detail.gif);
	height: 22px;
	padding-top: 8px;
	width: 117px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	float: left;
	text-decoration: none;
}

div.detail {
	margin: auto;
	width: 590px;
	text-align: justify;
}

div.detail-photo {
	width: 350px;
	float: left;
	height: 450px;
}

div.gallery {
	text-align: center;
    width: 95%;
    background: #000;
    border: 5px solid #590304;
    padding: 10px;
}

div.gallery img {
	margin-top: 1px;
	margin-bottom: 1px;
}

.clear {
	clear: both;
}

div.description {
	width: 240px;
	float: left;
}

form.horizontal {
    margin-left: 100px;
}

form.horizontal dt {
   float: left;
   margin-bottom: 5px;
}

form.horizontal dd {
    margin-bottom: 5px;
    margin-left: 160px;
}

p.photo {
	width: 250px;
	height: 150px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

p.errors, ul.errors {
	clear: both;
	color: #8B0000;
	font-weight: bold;
	margin-top: 5px;	
	border: 1px solid #8B0000;
	background: #ffec7b;	
	padding: 5px;
	width: 300px;
}

ul.errors {
	list-style-position: inside;
	list-style-image: url(../../images/admin/hidden.png);
}

div.success ul, div.error ul {
	clear: both;
	color: #0055a6;
	font-weight: bold;
	margin-top: 5px;	
	border: 1px solid  #0055a6;
	background: #c0e2ed;
	padding: 5px;	
	list-style-position: inside;
	list-style-image: url(../../images/admin/active.png);
	margin-bottom: 18px;
}

div.error ul {		
	color: #8B0000;
	border: 1px solid #8B0000;
	background: #ffec7b;	
	list-style-image: url(../../images/admin/hidden.png);	
}

.contact_form {
	float: left;
}

.contact_form dt {
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 40px;
}