* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px; padding: 0px;
	text-align: center;
	color: #515353;
	line-height: 150%;
	background: white url(../gfx/cz/body-bkg.png) no-repeat left 0px;
}

a {
	 color: #165c88;
	 text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

fieldset {
    padding: 5px 10px 5px 10px;
    border: 1px solid #d0d0d0;

}

legend { padding: 2px 5px 2px 5px;}

table {
	border: 0px; padding: 0px; margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

th {
	font-size: 10px;
	text-align: left;
	color: white;
	padding: 2px 5px 2px 5px;
	border-top: 1px #165c88 solid;
	white-space: nowrap;
}

td {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

td.alignright {
	text-align: right;
}
td.aligncenter {
	text-align: center;
}

hr {
	border: none;
	border-bottom: 1px solid #f1f1f1;
	margin:0;
	padding:0;
}

img {
	border: none;
}

.hide {
	display:none;
}

form {
	margin: 0px; padding: 0px;
}

input, textarea {
	padding: 2px 5px 2px 5px;

    border-top: 1px solid #7b7b7b;
	border-left: 1px solid #7b7b7b;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;

    -khtml-border-radius-topleft: 5px;
    -khtml-border-radius-topright: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomright: 5px;

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;



}

input[type="radio"], input[type="checkbox"] {border: none;}

input.noborder {
	border: none;
}

input.button {
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
    border: 1px solid #3666a2;
    color: #fff;
    background: #689fca url(../gfx/cz/submit-btn.png) repeat-x 0px 0px;
}

input.button-image {
  border: 0;
}


input.count {
	width: 30px; height: 17px;
	font-size: 10px;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.1em;
	border-bottom: 1px solid #8c8c8c;
	margin: 5px 0px 10px 0px;
	padding: 5px 20px 15px 20px;
	color: #689fca;
}

h2 {
    color: #689fca;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.1em;
	padding: 5px 0px 10px 0px;
}
h2 a {
    color: #165c88;
}

h3 {
    color: #689fca;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1em;
	padding: 5px 0px 10px 0px;
}

h4 {
	font-size: 12px;
}

ul {
	padding: 0px 0px 0px 20px;
}

ol {
	padding: 0px 0px 0px 20px;
}

.right 	{float: right;}
.left 	{float: left;}
.center {display: block; margin: 0 auto;}
.nowrap	{white-space: nowrap;}

#page-container {
	width: 950px; 
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
	text-align: left;
}

#header {
	width: 950px;
	height: 127px;
}

#logo {
	width: 265px; height: 60px; position: relative;
	margin-right: 22px; margin-top: 40px;
	float: right; top: auto; padding: 0;
}

#logo a {
	display: block;
	width: 265px; height: 60px; overflow: hidden;
	background: transparent url(../gfx/cz/logo-oxy-online.png) no-repeat scroll left top;
}


#logo2 {
	width: 235px; height: 70px; position: relative;
	margin-left: 22px; margin-top: 30px;
	float: left; top: auto; padding: 0;
}

#logo2 a {
	display: block;
	width: 235px; height: 70px; overflow: hidden;
	background: transparent url(../gfx/cz/logo-media.png) no-repeat scroll left top;
}

/* top navigation */
#top-line {
    width: 100%;
    background: transparent url("../gfx/cz/topnav-bkg.png") no-repeat scroll center 0px;
}

#top-navigation {
    font-size: 10px;
	width: 506px; height: 32px;
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 10px;
	line-height: 32px;

}
#top-navigation a{
    text-decoration: underline;
	padding: 0px 8px 0px 8px;
	color: #646464;
}
#top-navigation a:hover{
	color: #165c88;
	text-decoration: none;
}

/* main navigation */

#menu {
	height: 60px;
	background: transparent url(../gfx/cz/navigation-bkg.png) no-repeat scroll left top;
	position: relative;

}

#menu ul
{
	margin: 0px;
	padding: 0px 0px 0px 28px;
	text-transform: uppercase;
	font-size: 11px;
}
#menu ul li
{
	display: inline;
	line-height: 40px;
}
#menu ul li a
{
	margin: 0px 0px 0px 0px;
	padding: 1px 7px 2px 7px;
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 39px;
	float: left;
}

#menu ul li a:hover
{
	color: #ffffff;
}

#menu .sep-first
{
	width: 40px;
	height: 41px;
	float: left;
}

#menu .sep
{
	width: 1px;
	height: 41px;
	float: left;
	background: url(../gfx/cz/sep.png) no-repeat 0px bottom;
}

#menu .sep-last
{
	width: 60px;
	height: 41px;
	float: left;
	background: url(../gfx/cz/sep.png) no-repeat;
}

#menu input
{
	border: none;
	background: transparent;
	width: 140px;
	height: 18px;
	margin: 0;
	color: #333;
	font-size: 11px;
	position: absolute;
	top: 8px; left: 735px;
    line-height: 20px;
}

#menu .submit
{
	border: none;
	background: transparent;
	width: 25px;
	height: 19px;
	margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
	position: absolute;
	top: 10px; left: 885px;
}



#left-side {
	width: 210px;
	height: 100%;
	float: left;
	padding: 0px 0px 35px 0px;
	margin: 0px;
	background: #e8e9e9 url(../gfx/cz/left-side-bottom.png) no-repeat bottom;
}
#left-side ul#tree {
  
    padding-top: 15px;
    background: #e8e9e9 url(../gfx/cz/left-side-top.png) no-repeat top;
    list-style: none;
}

#left-side ul#tree ul {
    list-style: none;
}

#left-side ul#tree li {
    background: transparent;
    /*border-bottom: 1px solid #ddd;*/
    margin: 0 15px 0 0;
    clear: both;
}

#left-side ul#tree li div {
    cursor: pointer;
    width: 8px;
    height: 28px;
    background: transparent url(../gfx/cz/treeico.png) no-repeat -5px 9px;
}

#left-side ul#tree li div.p {
    float: left;
    background-position: -5px -60px;
}

#left-side ul#tree li div.m {
    float: left;
    background-position: -5px -132px;
}

#left-side ul#tree li div.d {
    float: left;
}

#left-side ul#tree li span {
    float: left;
    width: 150px;
}

#left-side ul#tree li a {
    width: 150px;
    color: #000;
    /*height: 20px;*/
    padding: 5px 0 3px 14px;
    display: block;
    /*background: transparent url(../gfx/cz/treeico.png) no-repeat -5px 5px;*/
}

#left-side ul#tree li a:hover {
    color: #689fd4;
}

#left-side ul#tree li:hover a,
#left-side ul#tree li:hover div,
#left-side ul#tree li a:hover {
    /*background-color: #ddd;*/
}
#left-side ul#tree li a:hover li {
   /* background-color: #e8e9e9;*/
}

#left-side ul#tree li li span,
#left-side ul#tree li li a {
    width: 130px;
}

div#left-banners {
    margin: 30px 0 0 10px;
}

div#left-banners img {
    margin: 30px 0 0 0;
    border: 0;
}

.left-box{
	width: 210px;
    height: 0;
	/*height: 19px;
 	background: url(../gfx/cz/left-side-top.png) no-repeat top;*/
}

.item-line{
	height: 25px;
	line-height: 25px;
}

.left-box h2 {
	margin: 0px;
	color: #000;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	padding: 5px 0px 5px 10px;
	height: 25px;
	line-height: 25px;
}

.item-content{
	padding: 10px 5px 5px 5px;
	border-bottom: 5px solid white;
}


#left-box form {
	text-align: right;
}

#search-box {
	height: 14px;
	width: 145px;
	border:1px solid #c9c9c9;
}

#footer {
	height: auto;
    margin: 30px 0px 0px 0px;
	font-size: 11px;
	text-align: left;
	background: transparent url(../gfx/cz/footer-bkg.png) no-repeat center 15px;
}

#footer-container {
    width: 930px;
    height: auto;
    padding: 0px 10px 0px 10px;
    margin: 0px auto;
}

#footer-container #copy {
    font-size: 10px;
    padding-left: 23px;
    margin: 0 0 18px 20px;
    background: transparent url(../gfx/cz/arrow-b.png) no-repeat 0px 8px;
}

#footer-container #copy a {
    margin: 0 5px 0 7px;
}

#footer-container .right {
    margin: 0 10px 0 0;
    text-align: right;
}

#footer-container .infoblock {
    width: 240px;
    padding: 0px 10px 0px 45px;
    margin: 4px 10px 0 5px;
    display: block;
    float: left;
    border: 0px solid red;
}

#footer-container h2 {
    background: transparent url(../gfx/cz/arrow-w.png) no-repeat 0px 8px;
    padding-left: 30px;
    margin-left: -30px;
    color: #323232;
}

#footer span {
	display: inline;
	float: left;
	padding: 5px 10px 5px 10px;
}

#footer div.author{
	float: right;
	height: 50px;
	margin: 10px 30px 0px 0px;
	padding: 12px 0px 0px 15px;
	border-left: 1px solid #689fca;
}
#footer div.author h2{
    text-align:right;
    font-size: 1em;
    font-family: Tahoma, Arial, Geneva, sans-serif;
}

#footer span.links{
	padding: 5px 50px 10px 10px;
}

#footer a{
	color: #165c88;
}

#footer-container input {
    height: 20px;
    padding: 2px;
    border: 1px solid #999;
    background-color: #fff;
}

#footer-container input[type="submit"] {
    border: 1px solid #3666a2;
    color: #fff;
    font-size: 11px;
    padding: 3px;
    height: 25px;
    background: #689fca url(../gfx/cz/submit-btn.png) repeat-x 0px 0px;
}


#content {
    background: transparent url(../gfx/cz/bkg-80.png) repeat 0px 0px;
	margin: 20px 12px 0px 12px;
	padding: 0px;
	position: relative;
}

#main {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0px 0px;
	width: 690px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.cleaner
{
	clear:both;
	display:block;
	float: none;
	font-size: 0px;
	height: 0px; padding: 0px; margin: 0px; border: 0px;
	line-height: 0px;
}

/* title page */

.title-left {
	float: left;
	width: 600px;
}

.title-left .banner h2 {
	padding: 0px 15px 0px 15px;
	height: 39px;
	line-height: 38px;
    border-bottom: 1px solid #797979;
    color: #000000;
}

.title-right {
	float: right;
	width: 300px;
	padding: 0px 0px 0px 0px;
}
.title-right h2 {
	padding: 0px 15px 0px 15px;
	height: 39px;
	line-height: 38px;
    border-bottom: 1px solid #797979;
    color: #000000;
}

.title-right .content {
	background: url(../gfx/cz/media-bkg.png)  repeat;
	padding: 0px 15px 0px 15px;
}

.title-right td {
	padding: 0px 10px 0px 10px;
	line-height: 120%;
}



.title-info {
	padding: 5px 10px 5px 10px;
	width: 400px;	
}

.title-news {
	padding: 35px 10px 5px 10px;
}

.title-news .rss{
	float: right;
	padding: 6px 0px 0px 0px;
}



/*products */
.pg {
	
}

.pg-containter {
	border: 0px solid #64a2d2;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}
h2.pg  {
	background: #fefdea;
	font-size: 1.0em;
	border-bottom: 1px solid #ff8300;
	margin: 0px;
	padding: 4px 5px 4px 5px;
	height: 40px;
}
.pg-code{
	font-size: 0.9em;
	padding-left: 5px;
	font-weight: normal;
}
.pg-image {
	height: 100px;
	text-align: center;
}
.pg-image img {
	border: 0px none;
}

.pg-synopsis {
	padding: 0px 5px 0px 5px;
	font-size: 0.9em;
}
.pg-bottom {
	height: 60px;
	background-color: #f2f3f4;
	border-top: 1px solid #d4d4d4;
	padding: 0px 0px 5px 0px;
	margin-left: 115px;
}

.pg-price {
	margin: 7px 3px 10px 5px;
	font-size: 14px;
	color: #797979;
	text-align:right;
	font-weight: bold;

}
.pg-price-discount {
	text-decoration: line-through;
}
.pg-price-vat {
	margin: 7px 5px 5px 5px;
	color: #797979;

}
.pg-price-vat span {
	margin: 7px 5px 5px 5px;
	font-weight: bold;
	color: #000000;
}
.pg-store {
	margin: 7px 5px 5px 5px;
}

.pg-buy {
	float: right;
	margin: 4px 5px 5px 0px;
}
.pg-parameter{
	float: left;
}
.pg-parameter td{
	padding: 2px 10px 2px 2px;
}


/* productlist */
#pl {
	
}
#pl table {
	border-spacing: 0px;
}
#pl th {

}

#pl td {
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #F2F3F4;
}

.pl-category {
	margin-left: 10px;
	margin-top: 5px;
}
.pl-category A {
	font-size: 10pt;
}

.pl-header {
	
}
.pl-header .order {
	float: right;
}
.pl-header .order #orderby {
	font-size: 10px;
}

.pl-header-page{
	float: right;
	line-height: 25px;
	width:500px;
}
.pl-header-style{
	line-height: 25px;
	color: #8c8c8c;
	margin-left: 10px;
}

.pl-style {
	margin-bottom: 10px;
}
#pl .footer {
	text-align: right;
	background-color: #f2f3f4;
	padding: 2px 2px 2px 2px;
	border: 1px solid #C1C1C1;
	margin: 10px 0px 10px 0px;
}

.pl-filter {
	font-size: 10pt;
	margin-left: 0px;
}
.pl-filter a{
	color: #8c8c8c;
}

.pl-filter td {
	padding: 5px 5px 5px 5px;
}

.noitems {
	font-size: 10pt;
	margin: 10px 0px 0px 10px;
}

/* product */
#product {
	
}
#product table {
	border-spacing: 0px;
}
#product th {
	background-color: #D4D4D4;
	font-size: 0.9em;
	padding: 2px 5px 2px 5px;

}
#product td {
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}
#product .pl-category {
	padding: 2px 10px 2px 10px;
}


#product #info {
	float: left;
	margin: 0px 0px 15px 0px;
}
#product #states {
	float: right;
	margin: 0px 20px 15px 0px;
}
#product .desc {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 10px 0px;
}


.product-price {
	background-color: #f2f3f4;
	border-top: 1px solid #d4d4d4;
	padding: 10px 10px 10px 5px;
	font-size: 18px;
	color: #515353;
	text-align:right;
	font-weight: bold;
}
#product .basket {
	background-color: #f2f3f4;
	padding: 4px 5px 4px 5px;
	border: 1px solid #C1C1C1;
	margin: 10px 0px 10px 0px;
}
#product .basket td{
	padding: 1px 1px 1px 1px;
}

.parameter {
	margin: 15px 0px 10px 0px;
}

.parameter td {
	padding-right: 30px;
}

#product .count {
	width: 20px;
}

.product-image {
	float: right;
}

/* document list */
#dl {
	
}

.dl-synopsis {
	margin: 0px 0px 10px 0px;
}

.dl-category {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}

.dl-category a{
	color: #000000;
}

h2.dl {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #e0e0e0;
}

h2.dl a{
	text-decoration: none;
}

a.ext{
	padding-right: 15px;
	background: url(../gfx/cz/ext.png) no-repeat right;
}

.dl-date {
	color: #C1C1C1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.9em;
}

.dl-desc {
	padding: 5px 2px 20px 2px;
	margin-bottom: 10px;
	font-size: 1.0em;
}

.dl-desc .price{
	margin: 10px 5px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	float: right;
}

.dl-desc img {
	float: left;
	margin: 0px 10px 5px 0px;
}

.dl-img {
	float: left;
	margin: 10px 15px 5px 0px; 
}

div.dl {
	font-size: 15px;
	background-color: #fff;
	margin: 0px;
	padding: 4px 5px 4px 0px;
	font-weight: bold;
}

div.dl a{
	color: #000000;
	text-decoration: none;
}


/* document */

#document {
}



#document-content, #documentlist-content {
	padding: 4px 0px 4px 0px;
	margin-left: 20px;
	margin-right: 20px;
	float: none;
}

#document-content .img-synopsis{
	padding:0px 15px 0px 0px;
 	float: left;
}



#document-content img {
	padding: 5px 10px 5px 10px;
}

#document-content .fileicon {
	padding: 0px 10px 0px 0px;
}

#document-content .code {
	background: #F7F7F7;
	border: 1px solid #C4C4C4;
	font-family: "Courier New", Courier, monospace;
	padding:5px 10px 5px 10px;
}

#document-content .price {
	margin: 10px 5px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	float: right;
}

.dtitle {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
}

.category-desc {
	margin: 10px 0px 10px 0px;
	color: #818181;
}

.download-link {
	background: url(../gfx/cz/download-link.png) no-repeat ;
	color:#0d6cc5;
	display:block;
	height:63px;
	padding:15px 15px 15px 60px;
}


/*	category-list	*/
.cl-containter {
	width: 100px;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
h2.cl  {
	font-size: 1.0em;
	margin: 0px;
	padding: 10px 5px 4px 5px;
	height: 30px;
}
.cl-image {
	height: 91px;
	width: 91px;
}





/* basket */
#basket {
	
}
#basket table {
 width: 100%;
}
#basket th {

}
#basket td {
	padding: 2px 5px 2px 5px;
}

#basket hr {
	height: 1px;
	border:none;border-bottom:1px solid #8E8E8E;
}
#basket .footer {
	text-align: right;
	background-color: #f2f3f4;
	padding: 4px 5px 4px 5px;
	border: 1px solid #C1C1C1;
	margin: 10px 0px 10px 0px;
}

/* expedition */
#order-expedition td {
	padding: 2px 5px 2px 5px;
}

#order-expedition td.small, #order-expedition td.small A {
	font-size: 8pt;
}

#order-expedition td.underline {
	border-bottom: 1px dashed #C1C1C1;
}

#order-expedition hr {
	height: 1px;
	border:none;border-bottom:1px solid #8E8E8E;
}
#order-expedition .footer {
	background-color: #f2f3f4;
	padding: 4px 5px 4px 5px;
	border: 1px solid #C1C1C1;
	margin: 10px 0px 10px 0px;
}
#order-expedition label {
	cursor: pointer;
}

/*	order-customer	*/
#order-customer td {
	padding: 2px 5px 2px 5px;
}

#order-customer td.small, #order-customer td.small A {
	font-size: 8pt;
}

#order-customer td.underline {
	border-bottom: 1px dashed #C1C1C1;
}

#order-customer hr {
	height: 1px;
	border:none;border-bottom:1px solid #8E8E8E;
}
#order-customer .footer {
	background-color: #f2f3f4;
	padding: 4px 5px 4px 5px;
	border: 1px solid #C1C1C1;
	margin: 10px 0px 10px 0px;
}
#order-customer label {
	cursor: pointer;
}

#order-customer .message {
	background-color: #f2f3f4;
	padding: 4px 5px 4px 5px;
	border: 1px solid #C1C1C1;
	margin: 10px 0px 10px 0px;
	color: red;
}

/*	order-confirm	*/
#order-confirm td {
	padding: 2px 5px 2px 5px;
}

#order-confirm td.small, #order-confirm td.small A {
	font-size: 8pt;
}

#order-confirm td.underline {
	border-bottom: 1px dashed #C1C1C1;
}

#order-confirm hr {
	height: 1px;
	border:none;border-bottom:1px solid #8E8E8E;
}
#order-confirm .footer {
	background-color: #f2f3f4;
	padding: 4px 5px 4px 5px;
	border: 1px solid #C1C1C1;
	margin: 10px 0px 10px 0px;
}

/*order-summary*/
#order-summary {
	
}
#order-summary table{
	width: 200px;
}

/*order-info*/
#order-info .footer {
	background-color: #f2f3f4;
	padding: 4px 5px 4px 5px;
	border: 1px solid #C1C1C1;
	margin: 10px 0px 10px 0px;
}

/*	order step	*/
.order-step{
	/*width: 100%;*/
	margin: 5px 0px 5px 0px;
}
.order-step div{
	border: 1px solid #8E8E8E;
	background-color: #F2F3F4;
	padding: 7px 8px 7px 8px;
}
.order-step div.active {
	border: 1px solid #FF8300;
	background-color: #C1C1C1;
	padding: 7px 8px 7px 8px;
}


#login {
	margin: auto;
	width: 300px;
	text-align: center;
}


#login-content {
	text-align: left;
}
#login .footer {
	text-align: right;
	background-color: #f2f3f4;
	padding: 4px 5px 4px 5px;
	border: 1px solid #C1C1C1;
	margin: 10px 0px 10px 0px;
}

.basket-buttons {
	background-color: #E2E2E2;
	border: 1px solid #C1C1C1;
}

#form {
	padding: 0px 5px 0px 5px;
}
#form table {
	padding: 0px 10px 0px 0px;
}

#form th {
background-color: #cbccd0;
	font-weight: normal;
	height: 20px;
	padding: 4px 5px 4px 5px;
	border: 0px none;
}

#form td {
	font-weight: normal;
	padding: 4px 5px 4px 5px;
	border: 0px none;
}

.form-buttons {
	background-color: #E2E2E2;
	border: 1px solid #C1C1C1;
	height: 20px;
	padding: 4px 5px 4px 5px;
	text-align: right;
}
#form .required {
	font-weight: bold;
}

#form .star{
	padding-left: 5px;
    color: #b22222;
}

.search {
	background-color: #E2E2E2;
	border: 1px solid #C1C1C1;
	padding: 1px 2px 1px 2px;	
	margin: 0px 0px 5px 0px;
}
.search th {
	background-color: #E2E2E2;
	border: 0px none;
	color: #797979;
}


#evidencelist table {
	padding: 4px 5px 4px 5px;
}
#evidencelist th {

}
#evidencelist td {
	font-weight: normal;
	padding: 4px 5px 4px 5px;
}

#evidence table {
	padding: 4px 5px 4px 5px;
}
#evidence th {

}
#evidence td {
	font-weight: normal;
	padding: 4px 5px 4px 5px;
}
#evidence td.price {
	white-space: nowrap;
	text-align: right;
}

#category-path{
	color: #c6161c;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	padding: 0px 0px 0px 25px;
}

.c {
	font-size: 12; color: #515151; padding: 2px; height: 12px; 
	height: 20px; 
}

.c1 {
	cursor: pointer;	
}

.cd0 {
	margin: 2px 0px 2px 0px;
}

.cd1 {
	margin: 2px 0px 2px 10px;
}

.cd2 {
	margin: 2px 0px 2px 15px;
}

.ca {
	font-size: 12; color: #BB1C1C; padding: 2px; height: 12px; 
	background-color: #FAFAFA;
}

A.c:hover {
	 text-decoration: none; font-weight: bold; color: #BB1C1C; background-color: #D4D4D4;
}


.header {
	color: white;
}



/* page */
.paging {
	display: block;
	margin: 2px 0px 5px 0px;
	text-align: right;
	float: right;
}
.page {
	font-size: 10px; color: #797979; 
	text-align: right;
}
.page img {border: 0px none; width: 15px; height: 15px;
	vertical-align: middle; line-height: 15px;}
.page-count {vertical-align: middle; }
.page-item1 {margin: 0px 0px 0px 5px;}
.page-item2 {vertical-align: middle; line-height: 15px; padding: 0px 0px 0px 0px; }
.page-item3 {margin: 0px 0px 0px 2px;}
.page-box {background-color: #f1f1f1; width: 15px; height: 15px;
	text-align: center; padding: 1px 2px 1px 2px; margin: 0px 2px 0px 1px;
}
.page-box-selected {background-color: #dbdbdb; width: 18px; 
	text-align: center; padding: 0px 2px 0px 2px; margin: 0px 2px 0px 1px; }
.page-box a {width: 15px; height: 15px;}

.small {
	font-size: 11px;
}



.error {
	color: #CD5C5C;
}
/*		strom		*/
/*
#tree { 
	height: auto;
	padding: 0px 10px 20px 10px;
}
#tree ul { padding-left: 0em; margin-left: 0em; } 
#tree ul { list-style: none; line-height: 1em; } 
#tree li { 
	list-style: none; margin-bottom:0px; margin-top:0px;
}
#tree li li { 
	padding-left: 1em; list-style: none; line-height: 2em; margin:0px;}
#tree li a { 
	color: #000; font-size: 1em; display: block;
	padding:5px 0px 5px 8px;
	border-bottom: 1px solid #e0e0e0;
}
#tree a:hover{
	text-decoration: none;
	background: #dddddd;
	border-bottom: 1px solid #d0d0d0;
} 
ul#tree div { width: 14px; display: block; float: left; 
	padding-right: 2px; 
	background-repeat: no-repeat; 
	background-position: center; 
}
#tree div.p { background: url(../gfx/cz/cp.png) no-repeat 2px 7px; cursor: pointer;}
#tree div.m { background: url(../gfx/cz/cm.png) no-repeat 2px 7px; cursor: pointer;}
#tree div.d { background: url(../gfx/cz/cd.png) no-repeat 2px 7px;}

#tree span { display:block;*display:inline-block;
	padding:0px 0px 0px 5px;*padding-left:0px;
	margin:0px;width:160px; min-height: 10px;
	line-height: 1.2em;
}
*/
/* sitemap */
#sitemap {
	line-height: 18px;
}
#sitemap-left {float: left; width: 45%; margin:0px; 
	padding:0px 0px 0px 8px; 
	}
#sitemap-right {
	margin: 0px 0px 0px 50%; 
	padding:0px; 
	}
#sitemap .sitemap-content {
	margin:0px; padding: 5px 10px 10px;
	/*border: 1px solid;*/
	}
#sitemap h3 { color: #BB1C1C; font-size: 10pt; font-weight: bold; margin: 0px 0px 1px 0px;padding: 0px 0px 0px 0px;}



/* search */
#sl {
	padding: 5px 10px 5px 10px;
}

#sl h2{
	margin: 0px 0px 0px 0px;
	font-size: 16px;
}
#sl h2 a{
	text-decoration: none;
}

#sl table {
	border-spacing: 0px;
	border-collapse: collapse;
}
#sl td {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

#sl .order {
	width: 10px;
	font-size: 15px;
	padding: 4px 5px 5px 5px;
}

#sl .image {
	padding: 5px 5px 5px 5px;
	width: 60px;
	vertical-align: top;
}
#sl .desc {
	padding: 5px 5px 15px 5px;
	width: 100%
}
#sl .type {
	white-space: nowrap; text-align: right; font-size: 10px;
}
#sl .underline {
	border-bottom: 1px solid #c1c1c1;
}

#errordocs {
	padding: 20px 0px 10px 0px;
	color: #bb1c1c;
}

.logout {
	float: right;
	margin: 5px 5px 0px 0px;
	color: #fff;
}

#sendmail td {
	vertical-align: top;
}

/*	filtr produktu	*/

.parcell {
	font-size: 11px;
}

#parameterbox {
	border: 1px solid #dddddd;
	background: #f5f5f5;
	margin: 5px 0px 5px 5px;
}
.vtop {
	vertical-align: top;
}


#vocabulary-content, #vocabularylist-content {
	padding: 4px 0px 4px 0px;
	margin-left: 20px;
	margin-right: 20px;
	float: none;
}

#vocabularylist-content table.layout {
	width: 100%;
}

#vocabularylist-content td {
	padding: 5px 20px 5px 5px;
}

#vocabularylist-content td.column {
	width: 50%;
}

#vocabularylist-content ul {
	list-style: none;
	padding: 2px 5px 2px 5px;
}

#vocabularylist-content ul ul {
	list-style: none;
	padding: 0px 5px 0px 10px;
	font-size: 12px;
}

#vocabularylist-content h2 {
	padding: 10px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Arial, Geneva, sans-serif;
}

#vocabularylist-content h2.detail {
	padding: 10px 0px 5px 0px;
	font-size: 12px;
	font-weight: bold;
}

#vocabularylist-content h2 a{
	color: #000000;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
#vocabularylist-content h2 a:hover{
	color: #000000;
	text-decoration: underline;
}

#vocabulary-content .cohered {
	margin: 10px 0px 10px 0px;
}
#vocabulary-content .cohered ul{
	margin: 2px 0px 10px 0px;
	list-style: none;
	padding-left: 0px;
}

#vocabulary-content .vocab {
	background: url(../gfx/cz/icon-vocabulary.png) no-repeat 0px 0px;
	padding: 1px 2px 3px 20px;
}

#vocabulary-content .module {
	background: url(../gfx/cz/icon-module.png) no-repeat 0px 0px;
	padding: 1px 2px 3px 20px;
}

.letters {
	padding: 0px 0px 10px 0px; 
}

.letters a{
	padding: 5px 5px 5px 5px; 
}
.letters a:hover{
	padding: 5px 5px 5px 5px; 
	background-color: #d4d4d4;
}

.letters a.selected{
	background-color: #d4d4d4;
}

.letter {
	font-size: 1.5em;
	margin: 5px 0px 0px 0px;
}

a.vocabulary {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.preload {
	visibility: hidden; display: none;
}

#form td.captchaerror { border: 2px solid red; }
#form td.captchaerror-right { border-right: 2px solid red; border-top: 2px solid red; border-bottom: 2px solid red; }
#form td.captchaerror-left { border-left: 2px solid red; border-top: 2px solid red; border-bottom: 2px solid red; }
.captchaerror { color: red; font-weight: bold; }
