* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #33BFEB; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
width: 900px;
margin: 40px auto;
}

#header {
height: 40px;
}

#header h1 {
padding: 0 0 0 20px;
font-size: 20px;
letter-spacing: -2px;
}
#header h1 a {
color: #33BFEB;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
padding-left: 21px;
font-size: 14px;
color: #666;
font-weight: 100;
}

#top {
background: #fff url(images/top1024.gif) no-repeat;
padding: 5px 0;
}

#menu {
	height: 180px;
	line-height: 50px;
	background: #33BFEB url(images/menu1024big2.gif) no-repeat;
	font-size: 12px;
}
#menu ul {
padding-left: 20px;
list-style-type: none;
}
#menu ul li {
	display: block;
	float: left;
	padding-top: 145px;
}
#menu ul li a {
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
padding: 10px 10px;
background: #fff url(images/content1024.gif) repeat-y;
}
.right {
float: right;
width: 680px;
text-align: justify;
padding: 0 20px 10px 10px;
}
.right h2 {
color: #B4241B;
font-size: 20px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.right h2 a {

}
.right h2 a:hover {

}
.left {
float: left;
width: 140px;
padding: 10px;
border-right: 1px solid #aaa;
}
.left h2 {
font-size: 13px;
color: #333;
padding: 5px 0 2px 10px;
}
.left ul {
list-style-type: none;
padding: 5px 0 10px 5px;
}
.left ul li {
padding: 2px 20px;
background: transparent url(images/apple.gif) no-repeat;
}

.left ul li a {
display: block;
color: #444;
}
.left ul li a:hover {
color: #33BFEB;
}

#bottom {
background: #fff url(images/bottom1024.gif) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #666;
font-size: 11px;
}
#footer  a { color: #666; }

.zend_form dt{
	float: left;
	width: 120px;
}

.zend_form dd{
	padding: 2px;
	

}

#menu_small {
	height: 10px;
	font-size: 10px;
}
#menu_small ul {
padding-left: 20px;
list-style-type: none;
}
#menu_small ul li {
	padding: 10px;
	display: block;
	float: left;
}
#menu_small ul li a:hover {
text-decoration: underline;
}

.table, .table tr, .table td{
	border: 1px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 7px;	
   border-collapse: collapse;
	

}

.table_header {
	background-color: Blue;
	color: White;
}

.invoice {
	border-collapse: collapse;
}

.invoice_odberatel {
	border-style: solid;
	border-color: black;
}

.invoice_polozky, .invoice_polozky tr, .invoice_polozky td {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-collapse: collapse;
	padding-left: 4px;
}

.invoice_suma {
	border-style:solid;	
	border-color: black;
}

.invoice_header td{
	border-bottom-style: solid;
	border-top-style: solid;
	border-color: black;
	font-size: larger;
	font-weight: bold;
}

.row {
	background: #EBF7FC;
}

.msg_alert{
	color: Red;
	font-weight: bold;
}

.testpos{
	border: thin dashed;
	border-color: Black;
	padding: 5px;
	background-color: #FFFEC6;
	display: none;
	font-size: 10px;
	line-height: 10px;
	white-space: nowrap;
}

.hover_edit:hover {
	background: #EBF7FC url(iconz/pencil.png) no-repeat scroll top left;
	padding-left: 24px;
}

.commentsdiv {
	padding: 5px;
}

.info {
	color: #ebbe34;
}

.success {
	color: green;
	font-weight: bold;
}

.error {
	color: red;
	font-weight: bold;
}