html {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	border: none;
	text-align: center;
	background-color: #850a0f;
}

a img {
	border: 0;
}

img {
}

a {
	color: #a40a10;
}

ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

ol {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

li {
}
ul li {
    padding-left: 15px;
    margin-top: 5px;
    background: transparent url(../images/list_style_image.png) no-repeat 0px 3px;
    list-style: none;
}
ol li {
    margin-top: 5px;
    margin-left: 20px;
}

ul.links li {
    background: transparent url(../images/link_list_style_image.png) no-repeat 0px 3px;
}

.cleaner {
	height: 0px;
	clear: both;
}

.red {
    color: #a40a10;
}

.r {
    text-align: right;
}
.l {
    text-align: left;
}
.c {
    text-align: center;
}

#left_top_shaddow {
	float: left;
	margin-left: -4px;
	width: 4px;
	height: 234px;
	background-color: black;
}

#right_top_shaddow {
	float: right;
	margin-right: -4px;
	width: 4px;
	height: 234px;
	background-color: transparent;
}

#left_shaddow1 {
	margin: auto;
	width: 1004px;
	padding-left: 4px;
}

#right_shaddow1 {
	padding-right: 4px;
	position: relative;
}

#left_shaddow2 {
	margin: auto;
	width: 1004px;
	padding-left: 4px;
	background: url(../images/left_shaddow.png) top left repeat-y;
}

#right_shaddow2 {
	padding-right: 4px;
	background: url(../images/right_shaddow.png) top right repeat-y;
}

#bottom_shaddow {
	position: relative;
	width: 1000px;
	margin: auto;
	height: 25px;
	background: url(../images/bottom_shaddow.png) top left no-repeat;
}

#left_bottom_shaddow {
	position: relative;
	float: left;
	margin-left: -4px;
	width: 4px;
	height: 25px;
	background-color: black;
}

#right_bottom_shaddow {
	position: relative;
	float: right;
	margin-right: -4px;
	width: 4px;
	height: 25px;
	background-color: black;
}

#body_div1 {
	background-color: #3d3d3d;
	text-align: left;
}
#body_div2 {
	text-align: left;
}

#header {
	height: 234px;
	background: white url(../images/image_header.png) no-repeat 0 0;
	position: relative;
}
#header div {
    margin-bottom: -2px;
}
#top_menu {
	position: absolute;
	top: 0px;
	left: 485px;
	margin: 0;
	padding: 0;
/*	padding-bottom: 2px;
	background-color: #fff; */
}

#top_menu ul {
	margin: 0;
	padding: 0;
	display: block;
}

#top_menu li {
	list-style-type: none;
	width: 205px;
/*	height: 36px; */
/*	line-height: 36px; */
	font-weight: bold;
	background: transparent url('../images/menu_top_item_background.png') no-repeat 0 0;
	margin: 0;
	padding: 0;
}

#top_menu li.last {
	background: transparent url('../images/menu_top_item_last_background.png') no-repeat 0 0;
/*	line-height: 38px; */
}

#top_menu a {
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 40px;
	margin-right: 10px;
	line-height: 35px;
	text-decoration: none;
	vertical-align: middle;
	color: #414141;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
}

#top_menu li.last a {
	line-height: 38px;
}

#top_menu li.selected, #top_menu li:hover {
	background: transparent url('../images/menu_top_item_background_selected.png') no-repeat 0 0;
}
#top_menu li.selected.last {
	background: transparent url('../images/menu_top_item_last_selected_background.png') no-repeat 0 0;
}
#top_menu li.last:hover {
	background: transparent url('../images/menu_top_item_last_selected_background.png') no-repeat 0 0;
}

#top_menu ul li {
	font-weight: normal;
	background: transparent url('../images/menu_top_item_2_background.png') no-repeat 0 0;
}

#top_menu ul li.selected, #top_menu ul li:hover {
	background: transparent url('../images/menu_top_item_2_background_selected.png') no-repeat 0 0;
}

#top_menu li.selected a {
	color: #850a0f;
}
#top_menu li.selected li a {
	color: #414141;
}

#top_menu ul a {
	text-transform: none;
}

#search_panel {
	background: #fff url('../images/search_panel_background.png') no-repeat 0 3px;
	height: 40px;
	margin-left: 238px;
	padding-top: 3px;
}

#content {
	background: white url('../images/search_panel_background.png') 100px 3px no-repeat;
}

.left_menu_fix {
	float: left;
	margin-left: -2px;
	width: 0px;
}

#left_panel {
	width: 238px;
	float: left;
}

#right_panel {
	width: 211px;
	float: right;
}

#right_panel #advertisement {
	margin-top: 9px;
}

#main_content {
	margin-left: 238px;
	margin-right: 211px;
	padding-left: 10px;
	padding-right: 10px;
	padding: 10px;
}
#demo form {
	padding-top: 5px;
	padding-bottom: 30px;
}
#demo label {
	margin-top: 5px;
	width: 150px;
	display: block;
	float: left;
}
#demo form div {
    margin-top: 5px;
}

.input_wide {
	width: 250px;
}

.input_normal {
	width: 150px;
}

.input_short {
	width: 70px;
}

.input_select {
	float: right;
	margin-right: 130px;
}

#search_panel h1 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	margin-top: 12px;
	float: left;
	margin-left: 10px;
	color: black;
}

h1 {
	font-size: 1.3em;
	color: #a40a10;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-left: -2px;
	border-bottom: 2px dotted #a40a10;
}

h2 {
	font-size: 1.25em;
	color: #a40a10;
}

h3 {
	color: #a40a10;
	font-size: 1em;
	display: inline;
}

.hr1 {
	height: 2px;
	border: 0px;
	background-image: url('../images/hr1.png');
}

.hr2 {
	height: 1px;
	border: 0px;
	background-image: url('../images/hr2.png');
}

.bold {
	font-weight: bold;
}

.software_download {
	min-height: 90px;
	_height: 90px;
}

.software_download img.software_image {
	float: left;
}

.software_download .inner_software_download {
	margin-left: 100px;
}

.software_download img.download_button {
	margin-top: 5px;
}

#kontakt {
	min-height: 210px;
	_height: 210px;
	padding: 10px;
}

#kontakt #kontakt_mapa {
	float: right;
}

#kontakt_mapa img {
    display: block;
}

#kontakty {
	width: 100%;
}

#kontakty img {
	margin-top: 1px;
	display: inline;
	vertical-align: bottom;
}

#kontakty td {
    border-bottom: 1px dotted gray;
    vertical-align: top;
    width: 50%;
}
#kontakty td.lastLine {
    border-bottom: 0;
}

.pages_bottom {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}

.pages_top {
	margin-top: 10px;
	float: right;
}

.velkoobchod {
    padding-top: 0.6em;
}
.velkoobchod p img {
	margin-top: 1px;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: bottom;
	display: inline;
}

img.velkoobchod_logo {
	float: right;
}

.velkoobchod_image {
	float: right;
}
.velkoobchod p {
    margin-top: 10px;
    margin-bottom: 10px;
}

#search_panel form {
	float: right;
	margin-top: 9px;
	margin-right: 10px;
}

#search_panel form #button {
	background-color: #464646;
	border: 0px solid black;
	font-weight: bold;
	color: white;
}

#search_panel form #search {
	border: 1px solid black;
	color: #2f2f2f;
	font-weight: bold;
	font-size: 0.9em;
}

#left_menu {
	margin-bottom: 10px;
	background-color: black;
	margin-left: 32px;
}

#left_menu ul {
	padding: 0;
	margin: 0;
	padding-left: 10px;
}

#left_menu li {
	list-style-type: none;
	background: transparent url('../images/menu_list_style_image.png') no-repeat;
	padding: 0;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left_menu li ul {
	padding: 0;
	margin: 0;
}

#left_menu li.selected, #left_menu li:hover {
	background: transparent url('../images/menu_list_style_image_selected.png') no-repeat;
}

#left_menu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #a7abb3;
	text-transform: uppercase;
}
#left_menu li.selected a {
	color: #a60c13;
}
#left_menu li a:hover {
	color: #a60c13;
}
#left_menu li.selected li a:hover {
	color: #a60c13;
}
#left_menu li.selected li a {
	color: #a7abb3;
}
#left_kontakt {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #a7abb3;
	margin-left: 32px;
}

#left_kontakt h6 {
	color: #1c1c1c;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 1.1em;
}

#left_kontakt div {
	font-size: 0.9em;
	margin-left: 20px;
	color: #1c1c1c;
}

h6, h5 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#left_links {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: black;
	margin-left: 32px;
}

#left_links .item {
    margin-top: 10px;
}
#left_links a {
	margin-left: 10px;
	color: #aa1313;
	font-weight: bold;
}

#right_news {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	background-color: black;
	color: white;
}
#right_news h4 {
    margin: 0;
    padding: 0;
    color: #aa1313;
    font-size: 1em;
}
#right_news .item {
    margin: 20px;
    font-size: 0.8em;
}

#right_news span {
	color: white;
	display: block;
	font-weight: bold;
	font-size: 1.1em;
}
/*
#right_news div {
	color: white;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
*/

#right_news a {
	color: #aa1313;
	font-weight: bold;
}

h5 {
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	color: white;
	font-size: 1.2em;
}

.list {
	padding-left: 0px;
}

.list li {
	list-style-type: none;
	background: transparent url('../images/list_style_image.png') no-repeat 0px 4px;
	padding-left: 12px;
}

.link_list {
	padding-left: 0px;
}

.link_list li {
	list-style-type: none;
	background: transparent url('../images/link_list_style_image.png') no-repeat 0px 3px;
	padding-left: 12px;
	height: 1.5em;
}

.link_list li a {
	color: #464646;
}

.content_images {

}

.content_image {
	width: 236px;
	background: url('../images/content_image_border_left_right.png') repeat-y;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.inner_content_image {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
}

.content_image .under_image {
	height: 20px;
}

.content_image .lupa {
	float: right;
}

.content_image .link {
	float: left;
	color: #850a0f;
	text-decoration: none;
	margin-top: 3px;
}

.content_demo_panel {
	min-height: 90px;
	_height: 90px;
	padding-left: 15px;
	padding-right: 15px;
}


.content_demo_panel a {
	color: #850a0f;
}

.content_demo_panel img {
	float: right;
}

#bottom_shaddow #wsb {
	position: absolute;
	top: 7px;
	right: 5px;
	color: #d12c33;
}
#bottom_shaddow #wsb a {
	color: #d12c33;
	text-decoration: none;
}

#bottom_shaddow #bottom_navigation {
	position: absolute;
	top: 7px;
	left: 5px;
	color: white;
}

#bottom_shaddow #bottom_navigation a {
	color: white;
}

#mceContentBody {
    color: #000000;
    background: #ffffff;
    text-align: left;
}

#crumbs {
    height: 40px;
    vertical-align: middle;
    float: left;
    margin-left: 20px;
    text-transform: uppercase;
}
#crumbs ul {
    padding: 0;
    margin: 0;
}
#crumbs li {
    list-style: none;
    display: inline;
    line-height: 40px;
    vertical-align: middle;
/*    margin-left: 0.5em; */
    background: none;
    padding: 0;
}
#crumbs a {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}
#crumbs a.active {
    text-decoration: none;
}

#novinky {
    padding-top: 20px;
}

#novinky .item {
    border-bottom: 1px dotted gray;
    margin-bottom: 10px;
}
#novinky .datum {
    font-weight: bold;
}
#novinky h2 {
    margin: 0;
    padding: 0;
}

#novinky a.vice {
    margin-top: -10px;
    margin-bottom: 15px;
    display: block;
    padding-left: 14px;
	background: transparent url('../images/link_list_style_image.png') no-repeat 0px 3px;

}
#novinky h2 a {
    text-decoration: none;
}

#poradnaDotaz h3 {
    margin: 0;
    padding: 0;
    display: block;
    float: none;
}

#poradnaDotaz p {
    margin-top: 0;
}

#poradnaDotaz .dotaz {
    border-bottom: 1px solid #ccc;
}

#burza {
    margin-top: 20px;
    margin-bottom: 20px;
}

#burza .pozice {
    border-top: 1px dotted #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

#burza h2.nazev {
    display: inline;
    padding: 0;
    margin: 0;
}

burza span.nazev {
}

#burza .item {
    margin-top: 15px;
}
#burza .item span {
    color: #a40a10;
    font-weight: bold;
}

h3.children {
    display: block;
    border-top: 1px dotted #ccc;
    margin-top: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.images a {
    text-decoration: none;
}

table.tab thead th {
    background-color: #ccc;
    color: #000;
    font-weight: normal;
    text-align: center;
    padding: 2px;
}
table.tab thead td {
    background: #888;
    color: #fff;
}
table.tab tbody th {
    background-color: #000 !important;
    color: #fff !important;
    font-weight: normal;
    text-align: left;
    padding: 4px;
}
table.tab tbody td {
    background-color: #a40a10 !important;
    color: #fff !important;
    padding: 3px;
}
table.tab td.cena {
    font-weight: bold;
    text-align: right;
}

.zpet {
    text-align: right;
}

.paging {
/*    float: right;
    margin-left: 20px;
    margin-bottom: 20px; */
    text-align: right;

}

#searchResult .item {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

table.images {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
table.images td {
    width: 50%;
    text-align: center;
/*    padding-left: 20px;
    padding-right: 20px; */
    vertical-align: top;
}


.img {
    display: inline;
    position: relative;
/*    float: left; */
    background-color: #fff;
/*    max-width: 200px; */
}
table.images .img {
/*    float: right; */
}
.img a {
    text-decoration: none;
    display: block;
    padding: 4px;
    text-align: left;
}
.img span {
    margin: 4px;
    display: block;
    background: transparent url(../images/obr/lupa.png) no-repeat right bottom;
    padding-right: 25px;
    min-height: 25px;
    vertical-align: middle;
}
.img img {
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    border: none;
}
.img .o1 {
    background: transparent url(../images/obr/left.png) repeat-y left top;
}
.img .o2 {
    background: transparent url(../images/obr/right.png) repeat-y right top;
}
.img .o3 {
    background: transparent url(../images/obr/top.png) repeat-x left top;
}
.img .o4 {
    background: transparent url(../images/obr/bottom.png) repeat-x left bottom;
}
.img .o5 {
    background: transparent url(../images/obr/top_left.png) no-repeat left top;
}
.img .o6 {
    background: transparent url(../images/obr/top_right.png) no-repeat right top;
}
.img .o7 {
    background: transparent url(../images/obr/bottom_left.png) no-repeat left bottom;
}
.img .o8 {
    background: transparent url(../images/obr/bottom_right.png) no-repeat right bottom;
    padding-left: 6px;
    padding-right: 7px;
    padding-top: 6px;
    padding-bottom: 5px;
}


#right_flash {
    float: right;
}
#left_flash {
    float: left;
}

#videa {
    margin-top: 20px;
    margin-bottom: 20px;
}
#videa div.item {
    background-color: #eeeeee;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -opera-border-radius: 6px;
    padding: 1px 10px 15px 10px;
    margin: 10px 0 10px 0;
    min-height: 240px;
}

#videa table.item {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -opera-border-radius: 6px;
    margin: 10px 0 10px 0;
    min-height: 240px;
    width: 100%
}
#videa .c1 {
    padding: 1px 10px 15px 10px;
    background-color: #eeeeee;
    color: #000000;
    width: 55%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-radius-top-left: 6px;
    -webkit-border-radius-bottom-left: 6px;
}
#videa .c2 {
    padding: 1px 10px 15px 10px;
    background-color: #222222;
    color: #ffffff;
    width: 45%;
    vertical-align: top;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-radius-top-right: 6px;
    -webkit-border-radius-bottom-right: 6px;
}

#videa .item .nahled {
    display: inline-block;
    width: 210px;
    height: 195px;
    margin: 0;
    padding: 0;
    float: left;
}
#videa .item .nahled .image {
    display: block;
    border: 3px solid #222222;
    border-bottom: none;
    width: 202px;
    height: 135px;
    margin: 0;
    padding: 0;
    background: #000000 no-repeat center center;
}
#videa .item .nahled img {
    display: block;
    margin: 0;
}

#videa .item a {
    text-decoration: none;
}
#videa .item a .overlay {
    width: 202px;
    height: 135px;
    display: block;
    background: transparent url("../images/video-overlay1.png") no-repeat center center;
}
#videa .item a:hover .overlay {
    background-image: url("../images/video-overlay2.png");
}

#videa .item .info {
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    width: 280px;
/*    float: right; */
}
#videa .item .info .i {
    border-bottom: 1px dotted #555555;
    width: 100%;
    padding: 6px 0px 6px 0px;
    color: #850a0f;
}
#videa .item .info .i span {
    color: #000000;
    display: inline-block;
    width: 50%;
}

