body {
	margin : 0 0 0 0;
	padding: 0 0 0 0;
}

body, form, table {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

form {
	display : inline;
}

input, select, textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	border : 1px solid;
}

input, select {
	height: 18px;
}

input.chb {
	border : 0;
}

input.button {
	background: #e6e6e6;
	cursor: hand;
}

a {
	text-decoration : none;
	color : #DA251D;
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p a {
	text-decoration : underline;
}

img {
	border: none;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	margin: 4px 4px 4px 4px;
	font-weight : bold;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin: 4px 4px 4px 4px;
	font-weight : bold;
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	margin : 10px 0 0 4px;
}


div.notice {
	float: right;
	font-size : 8pt;
}

div.error {
	font-weight : bold;
	color : #FF0000;
	margin : 10px 10px 10px 10px;
}

div.page {
	float : left;
	width : 1000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-right: 1px solid #000000;
}

div.win {
	width : 100%;
	margin: 0 0 0 0;
}

div.podpis {
	width: 100%;
	margin: 10px 5px 10px 5px;
	border-top: 1px solid;
	padding: 5px 0 0 0;
	font-size : 8pt;
	text-align: center;
}
/***** div.page_head *****/
div.page_head {
	float : left;
	width : 100%;
	background : #FFFFFF;
	border-bottom : 1px solid #000000;
}

div.page_head div.claim {
	float : right;
	padding: 5px 10px 0 0;
	font-size : 14pt;
	text-align: right;
	width : 600px;
	height: 47;
}

div.page_head div.navigace {
	float : right;
	padding: 2px 10px 0 0;
	font-size : 10pt;
	text-align : right;
	width : 578px;
	height: 22;
	border-top: 1px solid #000000;
	background-color: #e6e6e6;
}

div.page_head div.navigace_ruzek {
	clear: right;
	float : right;
	width : 600px;
	height: 22;
	background-color: #e6e6e6;
	background-image: url("../images/ruzek.gif");
	background-repeat : no-repeat;
	background-position : left top;
}

div.page_head div.logo {
	float : left;
}
/***** /div.page_head *****/

/***** div.page_infobar *****/
div.page_infobar {
	float : right;
	padding: 2px 10px 0 0;
	font-size : 10pt;
	text-align : right;
	width : 100%;
	height: 22;
	border-bottom: 1px solid #000000;
	background: #e6e6e6;
}

div.page_infobar input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	border : 1px solid;
	height: 16px;
}

div.page_infobar input.btn {
	border: 0;
	background: transparent;
	font-weight: bold;
	cursor: hand;
}

/***** /div.page_infobar *****/

/**** misc on head****/
.headtext {
	color: #000000;
	font-weight : bold;
}

.headlink {
	padding : 2px 10px 2px 10px;
	color: #000000;
	font-weight : bold;
}

.headlink:hover {
	background: #FFFFFF;
}

.red {
	padding : 2px 0 2px 0;
	color: #DA251D;
}

.red:hover {
	background: #FFFFFF;
}
/**** /misc on head****/

/**** table.page_middle ****/
table.page_middle {
	margin: 0;
	border: 0;
	padding: 0;
}

table.page_middle td {
	margin: 0;
	vertical-align: top;
}

/**** /table.page_middle ****/

/***** td.page_menu *****/
td.page_menu {
	padding: 0;
	width : 200px;
	border-right: 1px solid #000000;
}

div.menu_up {
	width: 100%;
	background: #FFFFFF;
	border-bottom: 1px solid #000000;
	margin: 0 0 0 0;
	height: 10px;
	overflow: hidden;
}

div.menu_up table {
	width: 100%;
}

div.menu_down {
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	overflow: hidden;
}


div.menu_item1 {
	width: 100%;
	font-size: 9pt;
	padding: 1px 1px 1px 1px;
	border-bottom: 1px solid #000000;
	background: #e6e6e6;
	background-image: url("../images/kosticka1.gif");
	background-repeat: no-repeat;
	background-position: 17px 6px;
}

div.menu_item1.active1 {
	background: #FFFFFF;
	background-image: url("../images/kosticka2.gif");
	background-repeat: no-repeat;
	background-position: 17px 6px;
	font-weight: bold;
}

div.menu_item1 a {
	display : block;
	width : 100%;
	padding-left : 30px;
	color: #000000;
}

a.menu_item2 {
	display : block;
	width : 100%;
	font-size: 8pt;
	background: #FFFFFF;
	padding-left : 30px;
	color: #000000;
	font-weight: normal;
}

a.menu_item2.active2,
a.menu_item2.active2:visited,
a.menu_item2.active2:link,
a.menu_item2.active2:active,
a.menu_item2.active2:hover {
	color: #DA251D;
	font-weight: bold;
}
/***** /td.page_menu *****/

/***** td.page_content *****/
td.page_content {
	width : 600px;
	padding: 0 5px 0 5px;
	border-right: 1px solid #000000;
}
/***** /td.page_content *****/

/***** td.page_rightbar *****/
td.page_rightbar {
	width : 200px;
	padding: 0;
}

div.rightbar_up {
	width: 100%;
	background: #FFFFFF;
	border-bottom: 1px solid #000000;
	margin: 0 0 0 0;
	height: 10px;
	overflow: hidden;
}

div.rightbar_head {
	width: 100%;
	font-size: 9pt;
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid #000000;
	background: #e6e6e6;
	font-weight: bold;
}

div.rightbar_cont {
	width: 100%;
	font-size: 8pt;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #000000;
}

div.rightbar_cont a {
	color: #000000;
}

div.rightbar_cont div.right_price {
	color: #DA251D;
	text-align: right;
	font-size: 8pt;
	margin-bottom: 5px;
}

/***** /td.page_rightbar *****/

/***** div.page_foot *****/
div.page_foot {
	float : right;
	padding: 2px 10px 0 0;
	font-size : 9pt;
	text-align : right;
	width : 100%;
	height: 22;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #e6e6e6;
}

div.page_foot a {
	color: #000000;
}
/***** /div.page_foot *****/

/***** podobne produkty*****/
a.pod_head {
	color: #000000;
	margin: 0 0 2px 0;
}

table.pod_table {
	width: 100%;
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

table.pod_table td.pod_img {
	text-align: left;
	vertical-align: bottom;
}

table.pod_table td.pod_price {
	float: right;
	font-size: 8pt;
	text-align: right;
	vertical-align: bottom;
}

div.pod_space {
	clear: both;
	height: 10px;
	overflow: hidden;
}
/***** /podobne produkty*****/


.clear {
	clear: both;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.red {
	color: #DA251D;
}

.bold {
	font-weight: bold;
}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.c {
	text-align: center;
}

.sm {
	font : 75%;
}

.test {
	border: 1px dotted Blue;
	background: Lime;
}

.hand {
	cursor: hand;
};