/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

input,textarea {
	border: 1px solid #CCCCCC;
	padding: 5px;
	color: #333333;
}

select {
	border: 1px solid #999999;
	color: #333333;
}

option {
	padding: 5px;
	padding-right: 10px;
}

.box {
	display: block;
	background-color: #FFFFFF;
	width: 231px;
	border: 1px solid #d8d8d8;
	margin-bottom: 10px;
	position: relative;
}

.box .nazov {
	height: 22px;
	width: 206px;
	background-color: #F7F7F7;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
	padding-top: 6px;
	font-size: 14px;
	padding-left: 25px;
	background-image: url(images/box-nadpis.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.box .nazov a {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	background-image: url(images/open-close.png);
	background-repeat: no-repeat;
}

.box .nazov .close {
	position: absolute;
	top: 8px;
	right: 32px;
	background-position: left top;
	height: 13px;
	width: 21px;
}

.box .nazov .close:hover {
	background-position: left bottom;
}

.box .nazov .open {
	position: absolute;
	top: 8px;
	right: 10px;
	background-position: right top;
	height: 13px;
	width: 22px;
}

.box .nazov .open:hover {
	background-position: right bottom;
}

body {
	text-align: center;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background-color: #DCDBE0;
	background-image: url(images/bgpanel.gif);
	font-size: 12px;
	color: #4E4E4E;
	background-attachment: fixed;
	background-position: center top;
}

#container {
	text-align: left;
	width: 980px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#header {
	display: block;
	background-image: url(images/head-bg.png);
	height: 119px;
	width: 980px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header #logo {
	position: absolute;
	left: 27px;
	top: 40px;
}

#header #logoBg {
	position: absolute;
	left: -50px;
	top: 0px;
	z-index:-10;
}

#header #telnum {
	position: absolute;
	right: 27px;
	bottom: 27px;
	z-index:-10;
}


#center {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #d0d0d0;
	border-right-color: #d0d0d0;
	border-bottom-color: #d0d0d0;
	border-left-color: #d0d0d0;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	width: 966px;
	padding-left: 12px;
}

.separ_line {
	background-color: #D8D8D8;
	width: 954px;
	height: 4px;
}

#left_box {
	float: left;
	display: block;
	width: 233px;
	margin-right: 7px;
	margin-top: 3px;
	margin-bottom: 5px;
}

/* search box >> */
#search_box {
	height: 28px;
	width: 231px;
	background-color: #EAEAEA;
	border: 1px solid #C7C7C7;
	position: relative;
	margin-bottom: 10px;
}

#search_box input {
	position: absolute;
	left: 3px;
	top: 3px;
	width: 190px;
	font-size: 11px;
	padding: 3px;
}

#search_box a {
	display: block;
	height: 24px;
	width: 24px;
	background-image: url(images/search-button.png);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 100;
}

#search_box a:hover {
	background-position: bottom;
}
/* << search box */

#middle_right_box {
	float: left;
	display: block;
	width: 714px;
	margin-top: 3px;
	margin-bottom: 5px;
}

#name_box {
	height: 28px;
	width: 712px;
	background-color: #F7F7F7;
	border: 1px solid #d8d8d8;
	position: relative;
	margin-bottom: 10px;
}

#name_box .home {
	padding-left: 10px;
}

.cesta {
	position: absolute;
	left: 45px;
	top: 6px;
	font-size: 13px;
}

.cesta a {
	text-decoration: none;
	color: #333333;
}

.cesta a:hover {
	color: #1A88D9;
}

h1 {
	color: #990000;
	font-size: 13px;
	font-weight: normal;
	float: right;
}

.line_kosik {
	position: absolute;
	top: -1px;
	right: -1px;
	background-image: url(images/line_kosik.png);
	background-position: right top;
	height: 22px;
	padding-top: 8px;
	padding-right: 45px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

.line_kosik:hover {
	background-position: right bottom;
}

/* kosik panel >> */
#kosik_panel {
	z-index: 500;
	display: none;
	width: 233px;
	background-color: #FFFFFF;
	position: absolute;
	top: 30px;
	right: 35px;
}

#kosik_panel .nazov_kosika {
	font-size: 14px;
	height: 22px;
	padding-left: 25px;
	background-color: #F8F8F8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6A6A6A;
	border-left-color: #6A6A6A;
	background-image: url(images/box-nadpis.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	padding-top: 3px;
	display: block;
}

#kosik_panel .polozka_kosika {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6A6A6A;
	border-left-color: #6A6A6A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	display: block;
	position: relative;
	height: 50px;
	cursor: pointer;
}

#kosik_panel .polozka_kosika:hover {
	background-color: #F0F0F0;
}

#kosik_panel .polozka_kosika .nazov_polozky {
	position: absolute;
	left: 55px;
	top: 10px;
	font-size: 13px;
	color: #990000;
}

#kosik_panel .polozka_kosika .cena_polozky {
	position: absolute;
	left: 55px;
	top: 26px;
	font-size: 12px;
	color: #3B84BB;
}

#kosik_panel .polozka_kosika .pocet_polozky {
	position: absolute;
	right: 3px;
	bottom: 3px;
	font-size: 11px;
	color: #999999;
}

#kosik_panel .polozka_kosika .obrazok {
	text-align: center;
	display: block;
	width: 44px;
	background-color: #FFFFFF;
	height: 42px;
	padding-top: 2px;
	position: absolute;
	left: 3px;
	top: 3px;
}


#kosik_panel .polozka_dorucenie {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6A6A6A;
	border-left-color: #6A6A6A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 10px;
	background-color: #F7F7F7;
}

#kosik_panel .polozka_dorucenie:hover {
	background-color: #F0F0F0;
}

#kosik_panel .polozka_dorucenie .nazov_polozky {
	margin-left: 5px;
	padding-top: 4px;
	color: #990000;
}

#kosik_panel .polozka_dorucenie .spodob_dorucenia {
	color: #999999;
	margin-left: 5px;
	padding-bottom: 4px;
}

#kosik_panel .polozka_dorucenie .cena_polozky {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #3B84BB;
}

#kosik_panel .empty_kosika {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6A6A6A;
	border-left-color: #6A6A6A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	display: block;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#kosik_panel .buttony {
	padding-right: 15px;
	background-color: #F8F8F8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6A6A6A;
	border-left-color: #6A6A6A;
	text-align: right;
	display: block;
	line-height: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#kosik_panel .buttony a {
	display: block;
	color: #3B84BB;
	text-decoration: none;
	padding-top: 3px;
	font-size: 11px;
}

#kosik_panel .buttony a:hover {
	text-decoration: underline;
}
/* << kosik panel */


#middle_box {
	display: block;
	float: left;
	width: 474px;
	margin-right: 7px;
	min-height:10px;
}

/* kosik >> */
.polozka_box {
	position: relative;
	display: block;
	height: 69px;
	width: 474px;
}

.polozka_box .polozka_button {
	display: block;
	height: 69px;
	width: 270px;
	position: absolute;
	left: 70px;
	top: 0px;
	background-image: url(images/polozka_bg.jpg);
	background-position: top;
}

.polozka_box .polozka_button:hover {
	background-position: bottom;
}

.polozka_box .kosik_nazov {
	position: absolute;
	left: 145px;
	top: 27px;
	color: #990000;
	text-decoration: none;
}

.polozka_box .obrazok {
	position: absolute;
	left: 80px;
	top: 10px;
	text-align: center;
	height: 50px;
	width: 50px;
	background-color: #FFFFFF;
	border: 1px solid #E2E1E1;
}

.polozka_box .kosik_pocet {
	position: absolute;
	left: 15px;
	top: 25px;
}

.polozka_box .kosik_pocet .pocet {
	padding: 2px;
	font-size: 11px;
	border-top-color: #BFBFBF;
	border-right-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
	border-left-color: #BFBFBF;
	width:20px;
}

.polozka_box .kosik_cena {
	position: absolute;
	right: 55px;
	top: 27px;
	color: #3B84BB;
}

.polozka_box .kosik_delete {
	position: absolute;
	right: 15px;
	top: 22px;
	text-decoration: none;
	height: 25px;
	width: 25px;
	background-image: url(images/kosik_delete.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #990000;
}

.polozka_box .kosik_delete:hover {
	background-position: bottom;
	background-color: #FF0000;
}

.kosik_vlastnost {
	background-color: #C9C9C9;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 7px;
	position: relative;
}

.kosik_vlastnost select {
	position: absolute;
	top: 5px;
	right: 4px;
	width: 150px;
}

.kosik_vlastnost_empty {
	background-color: #C9C9C9;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.startline {
	display: block;
	height: 5px;
	background-image: url(images/vlastnosti_arr.gif);
	background-repeat: no-repeat;
	background-position: 200px center;
}

.endline {
	background-color: #C9C9C9;
	display: block;
	height: 1px;
}

.continuebutton {
	text-decoration: none;
	margin-top: 7px;
	padding-top:6px;
	float: right;
	font-weight: bold;
	text-align: center;
	width: 166px;
	background-image: url(images/continuebutton.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	height:21px;
}

.continuebutton:hover {
	background-position: bottom;
}
/* << kosik */

/* cenova tabulka - total >> */

.total {
	position: relative;
	display: block;
	height: 115px;
	width: 472px;
	background-color: #F7F7F7;
	margin-top: 7px;
	border: 1px solid #D8D8D8;
}

.total .dorucenie {
	position: absolute;
	left: 20px;
	top: 18px;
	font-size: 11px;
	color: #666666;
}

.total .platba {
	position: absolute;
	left: 20px;
	top: 60px;
	font-size: 11px;
	color: #666666;
}

.total select {
	font-size: 11px;
	width: 150px;
	height: 18px;
	margin-top: 3px;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
}

.total table {
	position: absolute;
	top: 18px;
	font-size: 11px;
	color: #666666;
	right: 20px;
}

.total table td {
	text-align: right;
	padding-top: 1px;
	padding-bottom: 1px;
}

.total table .red {
	color: #FF0000;
}

.total table .separe {
	background-color: #CCCCCC;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.total table .suma {
	font-size: 14px;
	font-weight: bold;
	color: #2D79B3;
}

.total .vystraha {
	left: -35px;
	top: 101px;
}

.total .ok {
	position: absolute;
	left: 20px;
	top: -39px;
}

/* << cenova tabulka - total */

/* objednavka >> */
#objednavka {
	width: 672px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 40px;
	position: relative;
}

#objednavka #adr {
	float: left;
	position: relative;
}

#objednavka #adr table {
	margin-top: 25px;
}

#objednavka #adr #vystraha_obj {
	margin-left: 30px;
	display: none;
	position: absolute;
	left: 0px;
	bottom: -80px;
	z-index: 1000;
}

#objednavka #adr #faud {
	display: none;
}

#objednavka #adr #faud table {
	margin-top: 0px;
}

#objednavka #adr .resizable {
	width: 300px;
}

#objednavka th {
	padding-bottom: 5px;
}

#objednavka td {
	padding: 1px;
}

#objednavka td input {
	padding: 4px;
	font-size: 11px;
	margin-right: 5px;
	width: 300px;
	border: 1px solid #D3D3D3;
	color: #AFAFAF;
}

#objednavka td .checkbox {
	margin-right: 5px;
	width: 20px;
}

#objednavka td .radio {
	margin-right: 0px;
	width: 13px;
}

#objednavka .imp input {
	background-color: #FFFEC4;
	border-top-color: #BEBEBE;
	border-right-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
	border-left-color: #BEBEBE;
}

#objednavka .ico {
	width: 90px;
}

#objednavka .meno {
	width: 142px;
}

#objednavka .priezvisko {
	width: 143px;
}

#objednavka .mesto {
	width: 225px;
}

#objednavka .psc {
	width: 60px;
}

#objednavka #dorpla {
	float: left;
	margin-left: 50px;
	margin-top: 25px;
}

#objednavka #dorpla #platba {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6B6B6;
	margin-top: 15px;
}

#objednavka #dorpla #platba th {
	padding-top: 15px;
}

#objednavka #dorpla table td {
	padding-top: 3px;
	padding-bottom: 3px;
}

#objednavka #dorpla #sppl {
	right: 95px;
	bottom: 160px;
}

#objednavka .submit {
	display: none;
}

.total_small {
	position: relative;
	display: block;
	width: 250px;
	background-color: #F7F7F7;
	margin-top: 50px;
	border: 1px solid #D8D8D8;
}

.total_small table {
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.total_small table td {
	text-align: right;
	padding-top: 1px;
	padding-bottom: 1px;
}

.total_small table .separe {
	background-color: #CCCCCC;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.total_small table .suma {
	font-size: 14px;
	font-weight: bold;
	color: #2D79B3;
}

#objednavka .varovanie {
	font-size: 11px;
	position: absolute;
	left: 7px;
	bottom: 5px;
	color: #999999;
}

#presmerovanie {
	color: #FFFFFF;
	background-color: #C40000;
	margin-top: 7px;
	position: relative;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 54px;
	background-image: url(images/presmerovanie.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}

.presmerovanie_none {
	display: none;
}
/* << objednavka */

/* thanx >> */
#thanx {
	display: block;
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

#thanx strong{
	color: #CC0000;
}

#thanx img {
	margin-right: 20px;
	float: left;
}
/* << thanx */

/* produkt_panel >> */
.produkt_panel {
	position: relative;
	background-color: #D8D8D8;
	display: block;
	height: 67px;
	width: 474px;
	font-size: 11px;
}

.produkt_panel .line {
	display: block;
	background-color: #FFFFFF;
	height: 1px;
	width: 100%;
	margin-top: 33px;
	position: absolute;
}

.produkt_panel .pocet_all {
	position: absolute;
	left: 12px;
	top: 11px;
}

.produkt_panel .str {
	position: absolute;
	left: 12px;
	bottom: 9px;
}
.produkt_panel .pocet_all {
	position: absolute;
	left: 12px;
	top: 11px;
}

.produkt_panel .onpagesel {
	position: absolute;
	right: 12px;
	top: 11px;
}

.produkt_panel .onpagesel select {
	font-size: 10px;
	height: 17px;
	width: 39px;
	border: 1px solid #CDCDCD;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.produkt_panel .sort {
	position: absolute;
	right: 11px;
	bottom: 9px;
}

.produkt_panel .sort select {
	font-size: 10px;
	height: 17px;
	width: 87px;
	border: 1px solid #CDCDCD;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.produkt_panel .sort .zorad {
	margin: 0px;
	width: 50px;
}
/* << produkt_panel */

/* produkt box >> */
.produkt_box {
	display: block;
	height: 153px;
	width: 474px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}

.produkt_box .obrazok {
	display: block;
	height: 143px;
	width: 157px;
	text-align: center;
	position: relative;
	padding-top: 10px;
	text-decoration: none;
	color: #CCCCCC;
}

.produkt_box .obrazok:hover {
	color: #3FA0E9;
}

.produkt_box .obrazok .klik {
	text-decoration: none;
	position: absolute;
	bottom: 7px;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 11px;
}

.produkt_box a {
	text-decoration: none;
	color: #990000;
}

.produkt_box h2 {
	font-size: 12px;
	font-weight: normal;
	display: block;
	position: absolute;
	left: 157px;
	top: 0px;
	padding-left: 15px;
	padding-top: 10px;
}

.produkt_box .popis {
	font-size: 11px;
	background-color: #F8F8F8;
	border: 1px solid #D4D4D4;
	position: absolute;
	left: 157px;
	top: 40px;
	height: 28px;
	width: 277px;
	color: #4F4F4F;
	padding: 15px;
}

.produkt_box .predavanost {
	position: absolute;
	top: 107px;
	left: 302px;
}

.produkt_box .buttons {
	position: absolute;
	top: 125px;
	left: 302px;
}

.produkt_box .buttons .kupit-tovar {
	background-image: url(images/kupit_tovar.png);
	margin-right: 10px;
	width: 84px;
}

.produkt_box .buttons .viac_info {
	background-image: url(images/viac_info.png);
	width: 70px;
}

.produkt_box .buttons a {
	background-position: top;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	padding-top: 3px;
	height: 17px;
	display: block;
	float: left;
}

.produkt_box .buttons a:hover {
	background-position: bottom;
}

.produkt_box .cena {
	position: absolute;
	top: 111px;
	right: 195px;
	color: #3B84BB;
	font-size: 17px;
	text-align: right;
}

.produkt_box .cena .cena_end {
	padding-top: 8px;
}

.produkt_box .cena .povodna {
	text-decoration: line-through;
	color: #ACACAC;
	font-size: 65%;
	display: block;
}
/* << produkt box */

/* product box small >> */
.produkt_box_small {
	display: block;
	position: relative;
	height: 107px;
	width: 231px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D4D4;
	cursor: pointer
}

.produkt_box_small:hover {
	background-image: url(images/product_box_hover.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#first {
	border-top-style: none;
}

.produkt_box_small h2 {
	font-size: 13px;
	color: #990000;
	position: absolute;
	left: 95px;
	top: 21px;
	font-weight: normal;
}

.produkt_box_small .predavanost {
	position: absolute;
	left: 95px;
	top: 50px;
}

.produkt_box_small .cena {
	position: absolute;
	left: 95px;
	top: 65px;
	color: #3B84BB;
	font-size: 17px;
	text-align: right;
}

.produkt_box_small .cena .cena_end {
	padding-top: 8px;
}

.produkt_box_small .cena .povodna {
	text-decoration: line-through;
	color: #ACACAC;
	font-size: 65%;
	display: block;
}

.produkt_box_small .obrazok {
	text-align: center;
	display: block;
	width: 95px;
	padding-top: 15px;
}

/* << product box small */

/* posuvace >> */
#posuvac {
	display: block;
	text-align: center;
	margin-top: 10px;
	background-color: #00FF00;
	margin-right: auto;
	margin-left: auto;
}

#posuvac a {
	margin-right: 1px;
	margin-top: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #939393;
	background-color: #DFDFDF;
	text-decoration: none;
	width: 25px;
	display: block;
	float: left;
}

#posuvac a:hover {
	color: #FFFFFF;
	background-color: #0099FF;
}

#posuvac .selectpage {
	margin-right: 1px;
	margin-top: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	background-color: #A6A6A6;
	text-decoration: none;
	width: 25px;
	display: block;
	float: left;
}
/* << posuvace */

/* produkt >> */
.produkt {
	display: block;
	float: left;
	width: 714px;
}

.produkt .varianta {
	display: none;
}

.produkt .obrazok_box {
	display: block;
	float: left;
	width: 292px;
}

.produkt .obrazok_box .obrazok {
	display: block;
	width: 292px;
	text-align: center;
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
	text-decoration: none;
	color: #CCCCCC;
}

.produkt .obrazok_box .obrazok:hover {
	color: #3FA0E9;
}

.produkt .obrazok_box .klik {
	text-decoration: none;
	position: absolute;
	bottom: 0px;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 11px;
}


.produkt .udaje {
	display: block;
	float: left;
	width: 422px;
	padding-top: 130px;
	position: relative;
}

.produkt .udaje .nazov {
	color: #990000;
	position: absolute;
	left: 13px;
	top: 7px;
	font-size: 16px;
}

.produkt .udaje .cena {
	position: absolute;
	top: 43px;
	left: 45px;
	color: #3B84BB;
	font-size: 27px;
	text-align: right;
}

.produkt .udaje .cena .cena_end {
	padding-top: 11px;
}

.produkt .udaje .cena .povodna {
	text-decoration: line-through;
	color: #ACACAC;
	font-size: 65%;
	display: block;
}

.produkt .udaje .predavanost {
	position: absolute;
	left: 13px;
	top: 113px;
}

.produkt .udaje .table {
	position: relative;
}

.produkt .udaje .kod {
	position: relative;
	color: #FFFFFF;
}

.produkt .udaje table tr {
	background-color: #D8D8D8;
}

.produkt .udaje table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.produkt .udaje table tr .cenatab {
	color: #3B84BB;
	font-size: 14px;
}

.produkt .udaje table tr td {
	position: relative;	
}

.produkt .udaje table tr td .a {
	background-color: #888888;
	color: #FFFFFF;
	height: 33px;
	padding-top: 0px;
	text-decoration: none;
	display: block;
	padding-left: 12px;
	background-image: url(images/cart-butt-bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 37px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 12px;
	cursor: pointer;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.produkt .udaje table tr td .a:hover {
	background-position: right bottom;
	background-color: #6e6e6e;
}

.produkt .udaje table tr td input,option {
	padding: 2px;
	font-size: 11px;
	border-top-color: #BFBFBF;
	border-right-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
	border-left-color: #BFBFBF;
}

.produkt .udaje table tr td select {
	padding: 0px;
	width: 100%;
	border-top-color: #BFBFBF;
	border-right-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
	border-left-color: #BFBFBF;
}

.produkt .udaje table tr td option {
	padding-right: 15px;
}


.produkt .udaje table tr td .pocet {
	width: 21px;
}

.produkt .udaje table tr .submit {
	padding: 0px;
	position: relative;
}

.produkt .info {
	display: block;
	width: 714px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
}

.produkt .info .buttons {
	position: absolute;
	top: 17px;
	right: 10px;
	background-color: #456585;
	padding-right: 7px;
	padding-left: 7px;
	z-index: 100;

}

.produkt .info .buttons .popis {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #567CA3;
}

.produkt .info .buttons a {
	text-decoration: none;
	background-color: #456585;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #567CA3;
	padding-top: 5px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 5px;
	display: block;
	float:left;
	font-size: 11px;
}

.produkt .info .buttons a:hover {
	background-color: #4F7499;
}

.produkt .info .podrobnosti {
	display: none;
	clear: both;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}

.produkt .info .podrobnosti .podrtab {
	margin-top: 10px;	
}

.produkt .info .podrobnosti .podrtab tr:hover {
	background-color: #F4F7F7;
}

.produkt .info .podrobnosti .podrtab td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
	padding: 5px;
}

.produkt .info .podrobnosti .podrtab td a {
	color: #3B84BB;
	text-decoration: none;
}

.produkt .info .podrobnosti .podrtab td a:hover {
	text-decoration: underline;
}

.produkt .info .podrobnosti .podrtab .ndp {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	padding-top: 20px;
	font-weight: bold;
}

.produkt .info .podrobnosti .podrtab .ndp:hover {
	background-color: #ffffff;
}

.produkt .info .podrobnosti .podrtab .right {
	text-align: right;
}

.produkt .info .podrobnosti .vypis_cien {
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	position: relative;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 335px;
	float: right;
}

.produkt .info .podrobnosti .vypis_cien td {
	font-size: 10px;
	font-weight:bold;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.produkt .info .podrobnosti .vypis_cien .cenhodn {
	font-weight:normal;
}

.produkt .info .fotogaleria {
	display: none;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}

.produkt .info .fotogaleria .obrazok {
	height: 150px;
	width: 150px;
	padding: 5px;
	border: 1px dotted #CCCCCC;
	margin-right: 6px;
	margin-bottom: 11px;
	margin-left: 5px;
	display: block;
	float: left;
	text-align: center;
}

.produkt .info .fotogaleria .obrazok:hover {
	border: 1px solid #3B84BB;
}

.produkt .info .info_nadpis {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 17px;
	color: #333333;
}
/* << produkt */

/* odkazy >> */
#odkazy {
	margin-top: 7px;
	margin-bottom: 7px;
}

#odkazy a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	background-image: url(images/link_bg.gif);
	background-repeat: no-repeat;
	background-position: 13px center;
	color: #3B84BB;
	text-decoration: none;
	font-size: 11px;
}

#odkazy a:hover {
	text-decoration: underline;
}
/* << odkazy */

#right_box {
	display: block;
	float: left;
	width: 233px;
}

#footer {
	display: block;
	height: 38px;
	width: 980px;
	text-align: center;
	font-size: 11px;
	color: #999999;
	padding-top: 20px;
	background-color:#333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #BCBCBC;
}



/* menu >> */
.menu_buttons {
	display: block;
	width: 231px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.menu_buttons ul {
	margin: 0px;
	padding: 0px;
}

.menu_buttons ul li {
	list-style-image: none;
	list-style-type: none;
}

.menu_buttons ul li a {
	display: block;
	margin-left: 0;
	padding-right: 5px;
	padding-left: 18px;
	text-align: left;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #525252;
	text-decoration: none;
}

.menu_buttons ul li a:hover {
	color: #1A88D9;
	text-decoration: underline;
}

.menu_buttons ul li .rozbal {
	background-image: url(images/cross.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}

.menu_buttons .sub {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
	padding-top: 8px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: url(images/submenu_line.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #F8F8F8;
}

.menu_buttons .sub2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: url(images/submenu_line2.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
}
/* << menu */

/* resizable >> */
.resizable {
	height: 70px;
	border-bottom: none;
}

.resizable-textarea .grippie {
	height: 8px;
	border-top-width: 0;
	cursor: s-resize;
	overflow: hidden;
	background-color: #F4F4F4;
	background-image: url(images/posuvac.png);
	background-repeat: no-repeat;
	background-position: center 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/* << resizable */


/**********************************************/

#bgpic {
	background-image: url(images/bggirl.jpg);
	height: 338px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0px;
	z-index: -100;
	text-align: center;
	left: 0px;
}

#oznam_action {
	position: fixed;
	right: 10px;
	bottom: 5px;
	background-color: #D70000;
	z-index: 1000;
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: none;
}

.vystraha {
	color: #FFFFFF;
	position: absolute;
	padding-top: 29px;
	text-align: center;
	display: none;
	height: 43px;
	width: 257px;
	background-image: url(images/vystraha.png);
	font-size: 11px;
	font-weight: bold;
}


#oznam_action .lr {
	background-image: url(images/oznam_rohy.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 37px;
	width: 5px;
	position: absolute;
	top: 0px;
	left: -5px;
}

#oznam_action .pr {
	background-image: url(images/oznam_rohy.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 37px;
	width: 5px;
	position: absolute;
	top: 0px;
	right: -5px;
}

.banner {
	margin-bottom: 10px;
}

.predavanost_box {
	font-size: 11px;
	height: 13px;
}

.predavanost_box span {
	margin-right: 5px;
	float: right;
}

.predavanost_box .star {
	background-image: url(images/star0.gif);
	display: block;
	height: 13px;
	width: 60px;
	float: right;
}

.predavanost_box .star1 {
	background-image: url(images/star1.gif);
	display: none;
	height: 13px;
}

#kontaktny_formular {
	display: block;
	position: relative;
	padding: 10px;
	background-color: #F5F5F5;
	margin-top: 25px;
}

#kontaktny_formular #adr #vystraha_obj {
	display: none;
	position: absolute;
	left: -15px;
	top: 88px;
	z-index: 1000;
}

#kontaktny_formular #adr .resizable {
	width: 436px;
}

#kontaktny_formular th {
	padding-bottom: 5px;
}

#kontaktny_formular td {
	padding: 1px;
}

#kontaktny_formular td input {
	padding: 4px;
	font-size: 11px;
	margin-right: 5px;
	width: 300px;
	border: 1px solid #D3D3D3;
	color: #AFAFAF;
}

#kontaktny_formular .imp input {
	background-color: #FFFEC4;
	border-top-color: #BEBEBE;
	border-right-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
	border-left-color: #BEBEBE;
	width: 200px;
}

#kontaktny_formular .submit {
	background-color: #FFFFFF;
	width: 100px;
	background-image: url(images/submit_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #999999;
	color: #464646;
}

#kontaktny_formular .submit:hover {
	background-position: bottom;
}

.empty {
	color: #999999;
	display: block;
	text-align: center;
	padding-top: 50px;
}

/* roh 1 */
.r11 {
	display: block;
	background-image: url(images/roh1.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: left top;
	position: absolute;
	left: -1px;
	top: -1px;
}

.r12 {
	display: block;
	background-image: url(images/roh1.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: right top;
	position: absolute;
	right: -1px;
	top: -1px;
}

.r13 {
	display: block;
	background-image: url(images/roh1.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: right bottom;
	position: absolute;
	right: -1px;
	bottom: -1px;
}

.r14 {
	display: block;
	background-image: url(images/roh1.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: left bottom;
	position: absolute;
	left: -1px;
	bottom: -1px;
}

/* roh 2 */
.r21 {
	display: block;
	background-image: url(images/roh2.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: left top;
	position: absolute;
	left: -1px;
	top: -1px;
}

.r22 {
	display: block;
	background-image: url(images/roh2.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: right top;
	position: absolute;
	right: -1px;
	top: -1px;
}

.r23 {
	display: block;
	background-image: url(images/roh2.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: right bottom;
	position: absolute;
	right: -1px;
	bottom: -1px;
}

.r24 {
	display: block;
	background-image: url(images/roh2.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: left bottom;
	position: absolute;
	left: -1px;
	bottom: -1px;
}

/* roh 3 */
.r31 {
	display: block;
	background-image: url(images/roh3.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 0px;
}

.r32 {
	display: block;
	background-image: url(images/roh3.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: right top;
	position: absolute;
	right: 0px;
	top: 0px;
}

.r33 {
	display: block;
	background-image: url(images/roh3.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: right bottom;
	position: absolute;
	right: 0px;
	bottom: 1px;
}

.r34 {
	display: block;
	background-image: url(images/roh3.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: left bottom;
	position: absolute;
	left: 0px;
	bottom: 1px;
}

/* roh 4 */
.r41 {
	display: block;
	background-image: url(images/roh4.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 0px;
}

.r42 {
	display: block;
	background-image: url(images/roh4.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: right top;
	position: absolute;
	right: 0px;
	top: 0px;
}

.r43 {
	display: block;
	background-image: url(images/roh4.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: right bottom;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.r44 {
	display: block;
	background-image: url(images/roh4.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: left bottom;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

/* roh 5 */
.r51 {
	display: block;
	background-image: url(images/roh5.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: left top;
	position: absolute;
	left: -1px;
	top: -1px;
}

.r52 {
	display: block;
	background-image: url(images/roh5.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: right top;
	position: absolute;
	right: -1px;
	top: -1px;
}

.r53 {
	display: block;
	background-image: url(images/roh5.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: right bottom;
	position: absolute;
	right: -1px;
	bottom: -1px;
}

.r54 {
	display: block;
	background-image: url(images/roh5.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: left bottom;
	position: absolute;
	left: -1px;
	bottom: -1px;
}

/* roh 6 */
.r61 {
	display: block;
	background-image: url(images/roh6.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 0px;
}

.r62 {
	display: block;
	background-image: url(images/roh6.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: right top;
	position: absolute;
	right: 0px;
	top: 0px;
}

.r63 {
	display: block;
	background-image: url(images/roh6.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: right bottom;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.r64 {
	display: block;
	background-image: url(images/roh6.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	background-position: left bottom;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

hr {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

noscript div {
	display: block;
	color: #FFFFFF;
	background-color: #C40000;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
}

noscript div .nadp {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

input {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}
