body{
	font-size: 13px;
    
	/*font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;*/
    font-family: Arial;
	color: rgb(83,83,83);
}

h1{
	font-size: 2.5em;
    font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	color: rgb(207,0,24);
}
h1#nadpis_login{
    font-size: 2.5em;
    font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	color: rgb(207,0,24);
}
h1 strong.green{
    font-weight: bold;
    color: rgb(134,173,0);
}
h2{
    font-size:1.3em;
    color: rgb(123,167,16);
    margin-top: 10px;
    margin-bottom: 10px;
}

.red{
    color: rgb(207,0,24);
}
.green{
    color: rgb(134,173,0);
}

ul li {
	margin-bottom: 10px;
}

a{
    color: rgb(83,83,83);
}
a:hover{
    color: rgb(83,83,83);
    text-decoration: none;
}

a.link_zapomeli_jste_heslo{
    color: rgb(229,34,35);
    font-size: 0.9em;
}

a img{
	border: 0px;
}


/* ==== NOVINKY ==== */

div.news_item{
	margin-bottom: 20px;
	cursor: pointer;
}


div.news_in_box_item{
	margin-bottom: 10px;
    cursor: pointer;
}
div.news_in_box_item a{
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
div.news_in_box__item a:hover{
    text-decoration: underline;
}

/* ==== NOVINKY konec ==== */


/* ==== FOTOGALERIE ==== */

div.fotogalerie{
	margin-left: auto;
	margin-right: auto;
    text-align: left;
}
div.fotogalerie img{
	border: 0px;
}

div.fotogalerie a{
	display: block;
	float: left;
}
div.fotogalerie .images_separator{
	display: block;
	float: left;
	width: 10px;
	font-size: 1px;
}
div.fotogalerie .lines_separator{
	display: block;
	height: 10px;
	clear: both;
	font-size: 1px;
}

/* ==== FOTOGALERIE konec ==== */

/* ==== STYLOVANI TABULEK */
.table_style_1{
	width: 666px;
	border: 2px rgb(106,168,43) solid;
    border-collapse: collapse;
    font-size: 1em;
}

.table_style_1 tr.color_0{
}
.table_style_1 tr.color_1{
    background-color: rgb(248,242,180);
}

.table_style_1 th{
    text-align: left;
    font-weight: bold;
    border-bottom: 2px rgb(106,168,43) solid;
    height: 30px;
}
.table_style_1 td{
    height: 30px;
}
.table_style_1 .th_big{
    background-color: rgb(106,168,43);
    color: rgb(234,213,4);
	font-size: 1.3em;
	height: 40px;
	padding-left: 10px;
}
.table_style_1 td.center, .table_style_1 th.center{
    text-align: center;
}
.table_style_1 td.right, .table_style_1 th.right{
    text-align: right;
    padding-right: 10px;
}
.table_style_1 .column_1{
	padding-left: 10px;
	width: 140px;
}
.table_style_1 .column_2{
	width: 300px;
}
.table_style_1 .column_3{
	width: 100px;
}
.table_style_1 .column_4{
	width: 114px;
}
/* ==== STYLOVANI TABULEK konec */

/**
 *  Seznam produktu
 */
 table.products td, table.products th{
    line-height: 19px;
}
table.products td h2{
	margin-top: 0px;
}

.stars_table_info{
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}
.stars_table_info .column_1{
    width: 125px;
    font-weight: bold;
}
.stars_table_info .column_2{
}
