body {
	background-color: #dfdbd8;
	color: #000000
	font-family: Arial, Arial CE, tahoma, Verdana;
	font-size: 10pt;
	margin: 0px;
}

td {
	color: #000000;
	font-family: Arial, Arial CE, tahoma, Verdana;
	font-size: 10pt;
}

.white {
	color: #ffffff;
	font-size:  10pt;
	font-family: Arial, Arial CE, tahoma, Verdana;
	text-decoration: none;
	font-weight: normal;
}
/*---------------------------------------------nadpis----------------------------------------------*/

.main-wrapper {
	margin: 0 auto;
	padding:0px;
	border: 0px none;
}
h1, .nadpis1 {
	color: #BDA144;
	font-size:  12pt;
	font-family: Arial, Arial CE, tahoma, Verdana;
	text-decoration: none;
	font-weight: bold;
}
h1 A, .nadpis1 A, .nadpis1 A:ACTIVE, .nadpis1 A:LINK, .nadpis1 A:VISITED {
	color: #BDA144;
	font-size:  12pt;
	font-family: Arial, Arial CE, tahoma, Verdana;
	text-decoration: none;
	font-weight: bold;
}

h1 A:hover, .nadpis1 A:HOVER {
	color: #C2D3E1;
	text-decoration: none;
	font-weight: bold;
}
.nad1 {
	text-align:center;
	border-top:1px solid;
	border-bottom:1px solid;
	margin:5px;
	margin-bottom:10px
}
.nad2 {
	border-top:1px solid;
	border-bottom:1px solid;
	margin:5px;
}
h2, h2 A, .nadpis2, .nadpis2 A, .nadpis2 A:ACTIVE, .nadpis2 A:LINK, .nadpis2 A:visited {
	color: #3382D6;
	font-size:  10pt;
	font-family: Arial, Arial CE, tahoma, Verdana;
	text-decoration: none;
	font-weight: bold;
}
h2 A:hover, .nadpis2 A:hover{
	color: black;
	text-decoration: none;
	font-weight: bold;
	
}
.nazevcena {
	color: #000000;
	font-size:  11pt;
	font-family: Arial, Arial CE, tahoma, Verdana;
	text-decoration: none;
	font-weight: bold;
}
.nadpiswhite {
	color: #ffffff;
	font-size:  10pt;
	font-family: Arial, Arial CE, tahoma, Verdana;
	text-decoration: none;
	font-weight: bold;
}
.brown {
	color: #BDA144;
	font-size:  10pt;
	font-family: Arial, Arial CE, tahoma, Verdana;
	text-decoration: none;
	font-weight: bold;
}
.brown A, .brown A:ACTIVE, .brown A:LINK, .brown A:VISITED {
	color: #BDA144;
	font-size:  10pt;
	font-family: Arial, Arial CE, tahoma, Verdana;
	text-decoration: none;
	font-weight: bold;
}

.brown A:HOVER {
	color: #3382D6;
	text-decoration: none;
	font-weight: bold;
}
/*---------------------------------------------------------------------------------*/
A, A:ACTIVE, A:LINK, A:VISITED {
	color: #BDA144;
	font-size:  10pt;
	font-family: Arial, Arial CE, tahoma, Verdana;
	text-decoration: underline;
	font-weight: normal;
}

A:HOVER {
	color: #3382D6;
	text-decoration: underline;
}

input, textarea, select { 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	border: solid 1px #BFBFBF; 
	color: #000000;  
	background-color: #FFFFFF; 
}
input.buton { 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold;
	border: solid 1px #FFFFFF; 
	color: #FFFFFF;  
	background-color: #EB373D;
	width: 78px; 
}

input.file {
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	border: solid 1px #BFBFBF; 
	color: #000000;  
	background-color:#FFFFFF; 
}
/*menu*/
.menu_cat{
	vertical-align:middle;
	padding-left:10px;
	height:20px;
	color:#BDA144;
	margin: 5%;
}
.menu_cat td{
	color: #BDA144;
}

.menu_cat a, .menu_cat{
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	
	
}
.menu_subcat a{
	font-size:14px;
	color:black;
	text-decoration:none;
	padding-left:15px;

}
.menu_subcat a:visited{
	text-decoration:none;
	font-size:14px;
	color:black;
	padding-left:15px;
}
.menu_subcat a:hover, .menu_subcat a:active{
	text-decoration:underline;
	font-size:14px;
	color:black;
	padding-left:15px;
}

.menu_subcat li{
	List-style-type: none;
}


HR { color: #E6E6E6; height:1px;}
/*UL { list-style- image: url(http://_ul.gif)}*/

/*star rating heureka.cz*/
.rating {
	display: none;
	
}
.rating-stars {
	background-image: url("/images/rating_stars.png");
    background-repeat: no-repeat;
    float: right;
    height: 23px;
    left: -527px;
    position: relative;
    top: -6px;
    width: 94;
}

.container {
	background-color: #FFFFFF;
	max-width: 995px;
}

.cash {
	background-color: #DEDEDE;
	margin: 0 0 15px 0;
	font-size: 14px;
}

.cash small {
	font-size: 11px;
}

.objednavka {
	margin: 20px 0 0 0;
}

.odsazeni label{
	margin: 5px 0 10px 0;
}

.menu_down {
	position: fixed;
    bottom: 0;
    right: 0;
	background: #ffffff;
}

@media (max-width: 768px) {
	.menu_down {
		position: static;
		margin: 25px 0 0 0;
	}
}

.shopdetail {
	padding: 0;
	margin: 0 0 10px 0;
	background-color: e6e6e6;
}

.shopdetail h1 {
	font-size: 16px;
	padding: 5px;
}