/* SITE LAYOUT */
body, td, input, select, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
* html body, td, input, select, textarea { font-size: 75%; }
body {
  margin: 0;
	padding-bottom: 30px;
	color: black;
}

/* margins, paddings, borders */
h1, h2, h3, h4 {
	margin: 0; padding: 0;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
}
img {
	border: 0;
	margin: 0;
}

/* floating & display*/
.endfloat {
	clear: both;
	height: 1px; font-size: 1px;
	line-height: 1px;
	visibility: hidden;
	margin: 0;
}
.fleft { float: left; }
.fright { float: right; }

/* font & alignment */
.justify { text-align: justify !important; }
.center { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.bold { font-weight: bold !important; }

a {
	text-decoration: underline;
	color: #0668B2;
}
a:hover {
	color: #0668B2;
	text-decoration: none;
}

.no-display {
    display: none;
}

/* main page */
#page {
  background: url("../images/page_bg.gif") repeat-y;
	margin: 0px auto;
	width: 867px;
	text-align: left;
}

/* header */
#header {
  background: url("../images/header_bg.gif") no-repeat;
  height: 77px;
	position: relative;
}
#logo { position: absolute; top: 13px; left: 14px; }
.top-menu {
	color: #0668B2;
	position: absolute; top: 42px; left: 255px;
}
.top-menu img { float: left; }
.top-menu a {
	margin: 0 6px;
	text-decoration: none;
}
.top-menu a:hover {
	margin: 0 6px;
	text-decoration: underline;
}

/* content */
#content {
  background: url("../images/content_bg.gif") no-repeat top;
	padding-right: 30px;
  width: 837px;
  overflow: hidden;
}
#leftcol {
  background: url("../images/leftcol_bg.gif") repeat-y;
	margin-top: 37px;
	float: left;
}
#leftcol-i {
  background: url("../images/leftcol-i_bg.gif") no-repeat bottom left;
	padding: 0 14px 50px 23px;
	width: 163px;
}
#rightcol {
	padding-bottom: 20px;
	width: 616px;
	float: right;
	position: relative;
}
.rbox {
  /* background: url("../images/rbox_bg.gif") no-repeat top; */
	margin: 20px 0;
}
.rbox h1, .rbox h2 {
	padding: 3px 0 3px 38px;
	font-size: 18px;
	color: #223d6a;
}
.rbox h1 a, .rbox h2 a { text-decoration: none; }
.rbox h1 a:hover, .rbox h2 a:hover { text-decoration: underline; }
.art {
  background: url("../images/art_bg.gif") repeat-y;
	margin-left: 28px;
	width: 588px;
}
.art-i { background: url("../images/art-i_bg.gif") no-repeat top; }
.art-ii {
  background: url("../images/art-ii_bg.gif") no-repeat bottom;
	padding: 15px;
	width: 558px;
	overflow: hidden;
}
.tabulka table {
	border-top: 1px #278FC3 solid;
	border-left: 1px #278FC3 solid;
	border-bottom: 1px #278FC3 solid;
	margin-bottom: 10px;
	width: 558px;
	color: #278FC3;
}
.tabulka td {
	border-right: 1px #278FC3 solid;
	background: #D8F5FF;
	padding: 5px 7px;
	font-size: 11px;
}
.tabulka th {
	border-right: 1px #278FC3 solid;
	border-bottom: 2px #278FC3 solid;
	background: #D8F5FF;
	padding: 5px 7px;
	font-size: 12px;
}
.total table {
	width: 150px;
	color: #278FC3;
	float: right;
}
.total td {
	background: #D8F5FF;
	padding: 5px 7px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
.total th {
	background: #D8F5FF;
	padding: 5px 7px;
	font-size: 12px;
}
.white { background: white !important; }
.image {
	width: 227px;
	float: left;
}
.imgs {
	margin-top: 7px;
	height: 39px;
}
.imgs img {
	margin: 0 3px;
	float: left;
}
.text {
	padding-top: 5px;
	width: 318px;
	font-size: 12px;
	float: right;
}
.text h3 {
	font-size: 14px;
	margin-bottom: 15px;
}
.text p { margin: 0 0 15px 0; }
.fulltext {
	padding-top: 5px;
	width: 545px;
	font-size: 12px;
	float: right;
}
.fulltext h3 {
	font-size: 14px;
	margin-bottom: 15px;
}
.fulltext p { margin: 0 0 15px 0; }

/* product */
.product-table {
	background: #E1F7FF;
	margin: 0 auto;
	padding: 5px;
	width: 270px;
}
.product-table table {
	border: none !important;
	background: none !important;
	width: 270px;
}
.product-table td {
	border: none !important;
	background: none !important;
	padding: 2px 7px !important;
	color: black;
	font-size: 12px;
}

/* list items */
.line {
  background: url("../images/line_bg.gif") repeat-y right;
    margin-bottom: 10px;
    padding-left: 16px;
    width: 600px;
}
.line-i { background: url("../images/line-i_bg.gif") no-repeat top right; }
.line-ii {
  background: url("../images/line-ii_bg.gif") no-repeat bottom right;
    padding-bottom: 10px;
    width: 600px;
}
.list {
    padding: 7px;
    padding-left: 19px;
    width: 174px;
    float: left;
}

.list h4 a { text-decoration: none; }
.list h4 a:hover { text-decoration: underline; }
.list p {
	border-top: 1px #4797B6 solid;
	margin: 0;
	padding: 10px 0 0 0;
}
.list table {
	margin: 5px 0 10px 0;
	width: 174px;
}
.list td { font-size: 11px; }
.modra {
	padding-top: 5px;
	color: #08455C !important;
}
.loginnow {
	padding: 30px 0 30px 0;
	color: #08455C !important;
	font-weight: bold;
	text-align: center;
}
.list-img {
/*	background: url("../images/list-img_bg.gif") no-repeat;  */
	margin-bottom: 10px;
	width: 174px;
	height: 110px;
}
.list-img table { margin-top: 0px; }
.list-img td {
	width: 174px;
	height: 110px;
}
.paging-top {
	width: 616px;
	text-align: right;
	font-size: 12px;
	position: absolute; top: 27px;
}
.paging {
	text-align: right;
	font-size: 12px;
}
.paging-top span, .paging-top a, .paging span, .paging a { margin: 0 5px; }

/* left boxes */
.lbox {
	border-top: 2px #4797B6 solid;
	padding-bottom: 12px;
}
.lbox h3 {
	/* background: url("../images/lbox-h3_bg.gif") no-repeat 4px 4px; */
	margin-top: 3px;
	padding: 3px 0 5px 0px;
	color: #0668B2;
	font-size: 15px;
}
.lbox p { margin: 5px 0; }
.menu {
	border: none !important;
	padding: 9px 9px 12px 9px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.menu a {
	display: block;
	margin: 0 0 7px 0;
	background: url("../images/btn_bg.gif") no-repeat;
	height: 23px;
	line-height: 23px;
	color: white;
	text-decoration: none;
}
.menu a:hover {
	background: url("../images/btn-hover_bg.gif") no-repeat;
	color: white;
	text-decoration: none;
}
.card img {
	margin: 5px 3px 0 3px;
	border: 1px white solid;
}

/* searchform */
.loginform {
	margin: 0px;
	width: 167px;
}
.loginform div {
	margin: 3px 0;
	width: 167px;
	overflow: hidden;
}
.loginform label {
	display: block;
	padding-top: 2px;
	width: 60px;
	text-align: right;
	float: left;
}
.loginform .textinput {
	border: 1px #278FC3 solid;
	width: 100px;
	font-size: 11px;
	float: right;
}
.loginform a { margin-top: 5px; }
.loginform input.btn-submit { background:url(../images/btn_submit.gif) no-repeat; }
.loginform input.btn-submit:hover { background:url(../images/btn_submit_hover.gif) no-repeat;  }

/* forms */
.form {
	margin: 0px auto !important;
	padding: 0px;
  width: 410px;
}
.form div {
  margin: 3px auto;
  width: 410px;
  overflow: hidden;
}
.form label {
	margin-right: 3px;
	width: 120px;
	text-align: right;
	position: relative; top: 3px;
  float: left;
}
.form .textinput {
	border: 1px #278FC3 solid;
	margin-right: 5px;
	padding-left: 2px;
  width: 120px;
	font-size: 12px;
  float: left;
}
.tableinput {
	border: 1px #278FC3 solid;
    text-align: center;
	padding-left: 2px;
    width: 40px;
	font-size: 12px;
}
.form .selectinput {
	border: 1px #278FC3 solid;
	margin-right: 5px;
	padding-left: 2px;
  width: 150px;
	font-size: 11px;
  float: left;
}
.form textarea {
	border: 1px #278FC3 solid;
  width: 300px;
	font-size: 11px;
  float: left;
}
.form .button { margin: 10px 0 5px 124px; }
.button2 {
	border: 1px #fff solid;
	background: #278FC3;
	padding: 0 5px;
	font-size: 12px;
	color: white;
	text-align: center;
}
p.error {
    color: red;
    font-size: 12px;
}

ul.error {
    padding-bottom: 10px;
    font-size: 12px;
}

ul.error li {
    list-style-type: square;
    color: red;
}


.info {
	border-bottom: 1px #278FC3 solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* add to cart */
.addform {
	margin: 5px 0 !important;
	padding: 0px;
  width: 250px;
	float: right;
}
.addform div {
  width: 250px;
  overflow: hidden;
}
.addform label {
	margin-right: 3px;
	width: 70px;
	text-align: right;
	position: relative; top: 3px;
  float: left;
}
.addform .textinput {
	border: 1px #278FC3 solid;
	margin-right: 3px;
	padding-right: 3px;
  width: 50px;
	font-size: 10px;
	text-align: right;
  float: left;
}

.stock {
	background: white;
	padding: 5px 10px;
	width: 110px;
	font-size: 14px;
	font-weight: bold;
	position: relative; top: 20px;
	float: left;
}
.stock img {
	margin-right: 10px;
	float: left;
}
.msg {
	text-align: right;
	position: relative; top: 5px;
}

/* footer */
#footer {
  background: url("../images/footer_bg.gif") no-repeat bottom;
	padding: 0 0 10px 200px;
	color: #0668B2;
	text-align: center;
}
