/* 

    sysapp 0.1.1  Main CSS file (screen width resolution min. 1024)
    ----------------------------------------------------------------------
    Author       Jan Koprajda (jan.koprajda@dzonny.com)
    Last edit    16 Dec 09

*/

html {
     overflow: -moz-scrollbars-vertical;
}

/*  ----- Odkazy -----  */

a:link    { color: #006064; }
a:visited { color: #006064; }

a:hover,
a:active,
a:focus   { 
	background: #c00; 
	color: #fff;
	text-decoration: none;
}

/*  ----- Odstavce -----  */
p {
  line-height: 18px;
  margin-bottom: 15px;
  text-align: justify;
}
/* ----- Table -----  */

table {
	border-collapse: collapse;
}
table caption {
	font-style: italic;
	padding: 0;
	text-align: center;
}
table th,
table td {
	border: 0;
	padding: 5px 0 0 0;
}
table th {
	font-weight: bold;
	vertical-align: top;
}

/* ----- Forms -----  */

form table {
  width: 100%;
  margin-bottom: 15px;
}
form td,
form th {
	padding-top: .1em;
	padding-bottom: .1em;
}
form th {
	padding-top: .2em;
}
input,
textarea,
select {
	margin-right: 2px;
}
input,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 2px;
}
textarea {
	line-height: 1.3em;
	width: 280px;
}
input {
	margin-top: 2px;
	margin-bottom: 2px;
	overflow: visible;
	width: 280px;
}
input:focus,
textarea:focus {
	border-color: #777;
}
input[type="radio"],
input[type="checkbox"]{
	position: relative;
	top: 1px;
	left: -2px;
}
input.submit {
	padding: 4px 10px 3px;
	width: 100px;
}
form .required {
	color: #c33;
}


/*  ----- Clear, Hide -----  */

.hide,
.blind a,
.print {
	left: -10000px;
	overflow: hidden;
	position: absolute;
	width: 0; height: 0;
}
         .clear { clear: both; }
     span.clear { display: block; }
#ie6 span.clear,
#ie7 span.clear { display: inline; }

/* -------- image floats --------- */

img.left {
    float: left;
    margin: 5px 15px 15px 0;
}
img.right {
    float: right;
    margin: 5px 0 15px 15px;
}

/*
    PAGE LAYOUT
    ------------------------------------------------------------------------
*/

body {
  background: url(../img/bg-body.gif) left top repeat-x #fff;
  padding: 0px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
}

div.body {
   background: url(../img/bg-footer.gif) center bottom no-repeat;
}

div#page {
	margin: 0 auto;
	position: relative;
	width: 965px;
	text-align: left;
	color: #666;
	background-color: none;
        border-top: 0px solid #fff;
        border-left: 0px solid #fff;
        border-right: 0px solid #fff;
}

/*  ----- Header -----  */

div#header {
  width: 100%;
  height: 200px;
  float: right;
  background: url(../img/bg-header.png) center top no-repeat;
  behavior: url('/media/shared/js/pngfix/iepngfix.htc');


}

/* -- Logo -- */

div#logo {
  width: 100%;
  float: left;
  padding-right: 0px;
  margin-right: 0;
}

#logo h1,
#logo a {
	display: block;
	height: 170px;
	position: relative;
	margin-bottom: 0;
    font-size: 0;
    text-decoration: none;
}

#logo a:hover {
    background: none;
}
	
#logo h1 span,
#logo a span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/logo.png) no-repeat;
	height: 160px;
	width: 100%;
}

#ie6 #logo h1 span,
#ie6 #logo a span {
        behavior: url('/media/shared/js/pngfix/iepngfix.htc');
}

/* -- Info -- */
div#info {
	font-size: 13pt;
	width: 100%;
	line-height: 25px;
	overflow: hidden;
	padding: 0px 0px 0px 12px;
	margin-right: 1;
	color: #000;

}

#info div {
  margin: 30px;
}

/*  ----- Top Navigation -----  */

div#top-navigation {
  position: absolute;
  z-index: 100;
  top: 200px;
  left: 0;
  background:  url(../img/top-nav.gif) left bottom repeat;
	text-align: left;
	width: 100%;
	height: 30px;
}
#top-navigation h2 {
  display: none;
}
#top-navigation ul {
  display: block;
	position: relative;
  left: 0;
	text-align: left;
	width: 100%;
}
#top-navigation li {
	float: left;
	margin: 0;
}
#top-navigation li a, #top-navigation li span {
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 17px;
	height: 1%;
	line-height: 25px;
	padding: 7px 14px 8px 13px;
	margin-bottom: 0;
	text-decoration: none;
	text-transform: uppercase;
}
#top-navigation li a:hover,
#top-navigation li a:active,
#top-navigation li a:focus { 
	background: #006064;
	color: #fff;
}

#top-navigation li.active a, #top-navigation li span { 
	background: #fff;
	color: #000;
}
#top-navigation li.active a:hover,
#top-navigation li.active a:active,
#top-navigation li.active a:focus { 
	background: #006064;
	color: #fff;
}

/*  ----- Left Blocks -----  */

div#left-blocks {
  width: 100%;
  float: left;
  background: ;
  margin: 34px 0 0 0;
  padding-bottom: 35px;
}

/* --------- Quick Path ---- */
div#quick-path {
  display: none;
}

/* ----- Content -----  */

div#content {
  width: 740px;
  float: right;
  position: relative;
  height: 1%;
  padding: 0;
}
#content .content-in {
  padding: 40px 10px 10px 10px;
}
#content h1,
#content h2,
#content h3 {
	color: #ccc;
	font-size: 2.1em;
	line-height: 45px;
	position: relative;
	left: -1px;

}
#content h2 {
  font-size: /* 1.3em */ 27px;
  line-height: 31px;
}
#content .home h2.title {
  font-size: 24px;
  line-height: 55px;
}
#content h3 {
  font-size: 1.1em;
  line-height: 25px;
}
#content ul {
  font-size: 15.5px;
  line-height: 21px;
  margin-bottom: 15px;
  list-style-image: none;
  list-style-position: inside;
  list-style-type: square;
}

.item {
  margin: 0 25px 10px 0;
  padding: 0 15px 10px 0;
}
.item.even {
  background: #F5F5F5;
}
.item h2 {
  margin: 0;
  padding: 0 0 3px 0;
}
.item img {
  float: left;
  margin: 0 15px 10px 0;
}

/******* icons *************/
#content .icons.right ul {
  float: right;
  list-style: none;
}
#content .icons.left ul {
  float: left;
  list-style: none;
}
#content .icons.right li {
  margin: 0 0 0 10px;
}
#content .icons.left li {
  margin: 0 10px 0 0;
}

/*** goods parts ***/
#content .goods-detail .description h2 {
  display: none;
}

/* ----- Left column -----  */

div#left-column {
  width: 200px;
  float: left;
}

/* ----- Column navigation -----  */

div#col-navigation {
  width: 200px;
  background: url(../img/bg-colnav.png) 0 0 repeat-x #214780;
}
#col-navigation ul {
  list-style-type: none;
  padding: 0px 0 0px 0;
}
#col-navigation li {
  margin: 0;
}
#col-navigation li a {
  background: url(../img/nav-arrow.gif) 100% 50% no-repeat transparent;
  color: #CCC;
  display:block;
  height: 1%;
  font-size: 12pt;
  font-weight: normal;
  padding: 8px 6px;
  text-decoration:none;
  width: 190px;
}
#ie6 #col-navigation li a {
  width: 190px;
}
#col-navigation li a:hover,
#col-navigation li a:active,
#col-navigation li a:focus { 
	background: #c00;
	color: #fff;
        width: 190px;
}
#col-navigation li.active a { 
	background: #fff;
	color: #000;
}
#col-navigation li.active a:hover,
#col-navigation li.active a:active,
#col-navigation li.active a:focus { 
	background: #c00;
	color: #fff;
}

/* ----- Block -----  */

div.block {

  padding-bottom: 0px;
  width: 101%;
  margin: 50px 0 15px 10px;
}
.block h2 {
        border: 1px solid #EBEBEB;
	font-size: 1.3em;
  	color: #CC0000;
	padding: 8px 6px;
	position: relative;
	background: url(../img/block-nav.gif) 0 0 repeat-x;
        width: 99%;
}
.block p {
  font-size: 0.8em;
  line-height: 18px;
  text-align: left;
	padding: 7px 5px 2px 7px;
	margin: 0;
}
#ie6 .block table {
  width: 100%;
}
.block table th {
	font-weight: normal;
	vertical-align: middle;
}
.block form table {
  margin: 5px 0 0 5px;
}
.block input {
	margin-top: 2px;
	margin-bottom: 2px;
	overflow: visible;
	width: 100px;
}
.block input.submit {
	width: 100%;
}

/* ----- navigation -------- */
.block.navigation {
}
.block.navigation ul {
  list-style-type: none;
  padding: 10px 0 12px 0;
}
.block.navigation li {
  margin: 0;
}
.block.navigation li a {
  background: /* url(../img/block-nav-menu.gif) 0 0 repeat-x*/ #F8F8F8;
  display:block;
  height: 1%;
  font-size: 11pt;
  font-weight: normal;
  padding: 8px 6px;
  text-decoration:none;
    width: 190px;
    border-top: 1px solid #fff;
    border-left: 10px solid #F8F8F8;
    border-bottom: 1px solid #fff;

}
#ie6 .block.navigation li a {
    width: 190px;
}
.block.navigation li a:hover,
.block.navigation li a:active,
.block.navigation li a:focus {
    background: #F8F8F8;
    color: #000;
    border-top: 1px solid #fff;
    border-left: 10px solid #CC0000;
    border-bottom: 1px solid #fff;
}
.block.navigation li.active a {
    margin: 0px 0 0px 0px;
    background: none;
    color: #000;
    border-top: 1px solid #fff;
    border-left: 10px solid #CC0000;
    border-bottom: 1px solid #fff;
    width: 190px;
}
.block.navigation li.active a:hover,
.block.navigation li.active a:active,
.block.navigation li.active a:focus {
    background: none;
    border-top: 1px solid #fff;
    border-left: 10px solid #CC0000;
    border-bottom: 1px solid #fff;
    width: 190px;
}


/* -- YXY Mark -- */
a#yxy {
  font-family: Arial, Verdana, sans-serif;
	color: #333;
}
a#yxy span.y {
	color: #cc0107;
}
a#yxy span.x {
        color: #333;
}
a#yxy:hover {
	background-color: #ddd;
}


/* ----- Footer -----  */
div#footer {
  width: 800px;
        border:2px solid #EBEBEB;
	font-size: 8pt;
	font-color: #666;
	height: 1%;
	line-height: 13px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
	clear: both;
}
#footer div {
  padding: 7px 0 10px 7px;
}
