@charset "windows-1250";
BODY {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 0px;
	padding-bottom:15px;
	margin:0px 0px 20px 0px;
	background-image:url(../img/bg.jpg);
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #5b5c5b;
	scrollbar-darkshadow-color: #5b5c5b;
	scrollbar-face-color: #5b5c5b;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
}
a{color:#ff3371}
#tien {
	width: 1106px;
	margin: 0 auto;
	position:relative;
	background-image:url(../img/bgTienTelo.jpg);
}
#tienTopRight {
	background-image:url(../img/bgTienTopRight.jpg);
	width:63px;
	height:181px;
	position:absolute;
	top:0px;
	right:0px;
}
#tienTopLeft {
	background-image:url(../img/bgTienTopLeft.jpg);
	width:63px;
	height:181px;
	position:absolute;
	top:0px;
	left:0px;
}
.twoColFixLtHdr #containerweb {
	width: 1018px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.twoColFixLtHdr #header {
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent1 {
	margin: 0 0 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:108px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#CCC;
}

.twoColFixLtHdr #footer {
	padding: 0px 0 0px 0 0px;
	margin: 0 0 0 0px;
	color:#ccc;
	background-color:#000000;
	font-size:11px;
	height:250px;
}

.twoColFixLtHdr #footer a {
	color:#ff3371;
}
.twoColFixLtHdr #topRoh {
	padding: 0px 0 0px 0 0px;
	margin: 0 0 0 0px;
	color:#FFFFFF;
	font-size:1px;
	height:10px;
}
.twoColFixLtHdr #myMenu {
	padding: 0px 0 0px 0 0px;
	margin: 0 0 0 0px;
	color:#FFFFFF;
	font-size:1px;
	height:32px;
}
.twoColFixLtHdr #boxRightHlava {
	height:23px;
	float:right;
	width:980px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#reklamaSlide {
	background-color:#000;
	height:200px;
	margin-bottom:10px;
}

.obsah2 a{
color:#ff3371;
}

#logo {
	display:block;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	width:268px;
	height:69px;
	float:left;
	margin-top:20px;
}
.resetovac {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
table {
	font-size: 13px;
}
.tbHome {
	color:#ffffff;
	font-size:15px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	height:24px;
	line-height:24px;
}
A.tbHome:hover {
	text-decoration:none;
	color:#4a586d;
	background-color:#69798c;
}
.tb {
	color:#fff;
	font-size:13px;
	padding:8px;
	text-decoration:none;
	margin-left:1px;
	/* border-left:1px solid #039f24;*/
 background-color:#5b5c5b;
	height:30px;
	line-height:30px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
A.tb:hover {
	text-decoration:underline;
}
.tbA {
	color:#fff;
	font-size:13px;
	padding:8px;
	text-decoration:none;
	margin-left:1px;
	/* border-left:1px solid #039f24;*/
 background-color:#039f24;
	height:30px;
	line-height:30px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tb2p {
	text-decoration:none;
	padding-left:6px;
	line-height:25px;
	height:25px;
}
.tbRun {
	color:#000;
	text-decoration:none;
	font-size:13px;
	padding:8px 0px 8px 25px;
	line-height:25px;
	height:25px;
	font-weight:bold;
}
.tb2 {
	font-size:12px;
	text-decoration:none;
	color:#ccc;
	height:22px;
	line-height:22px;
	padding:0px 7px 0px 7px;
}
.tb2A {
	font-size:12px;
	text-decoration:underline;
	color:#ccc;
	height:22px;
	line-height:22px;
	padding:0px 7px 0px 7px;
}
A.tb2:hover {
	color:#fff;
	text-decoration:none;
}

.tb3 {
	font-size:12px;
	text-decoration:none;
	color:#ffcc3c;
	height:22px;
	line-height:22px;
	padding:0px 7px 0px 7px;
}

.tb2sep {
	text-decoration:none;
	color:#a64864;
	height:22px;
	line-height:22px;
}
.tbu {
	font-size:13px;
	text-decoration:none;
	color:#FFF;
	height:22px;
	line-height:22px;
}
.tienHMenu {
	background-image:url(../img/bgTienMenu.jpg);
	height:8px;
	width:980px;
	float:left;
	position:absolute;
	top:172px;
}
.menuPU {
	font-size:12px;
	text-transform:uppercase;
	background-color:#FFF;
	padding:0px 23px 0px 23px;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	height:39px;
	line-height:39px;
	display:block;
	float:left;
}
A.menuPU:hover {
	font-size:12px;
	text-transform:uppercase;
	background-color:#000;
	padding:0px 23px 0px 23px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	height:39px;
	line-height:39px;
	display:block;
	float:left;
}
.menuPUA {
	font-size:12px;
	text-transform:uppercase;
	background-color:#000;
	padding:0px 23px 0px 23px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	height:50px;
	line-height:39px;
	display:block;
	float:left;
	margin:0px 1px 0px 1px;
}
A.tbu:hover {
	text-decoration:underline;
}
.lp {
	color:#d7d7d7;
	text-decoration:none;
	font-size:11px;
	padding-left:8px;
	padding-right:8px;
	font-weight:normal;
	margin-top:15px;
}
A.lp:hover {
	text-decoration:underline;
}
.infoOznam {
	color:#ff3371;
	text-decoration:none;
	font-size:13px;
	TEXT-TRANSFORM:UPPERCASE;
	font-weight:normal;
	text-align:center;
}
.ndp {
	color:#DFDFDF;
	font-size:11px;
	font-weight:bold;
}
.nadpis {
	color:#fff;
	font-size:22px;
}
.inputBox {
	background-image:url("../img/bgInput.gif");
	border:1px solid #49576c;
	color:#ffffff;
	height:20px;
	line-height:20px;
	background-color:#49576c;
	font-weight:bold;
	font-family: Arial, helvetica, sans-serif;
	TEXT-TRANSFORM:UPPERCASE;
}
.inputText {
	border:1px solid #00253a;
	color:#000000;
	height:20px;
	line-height:20px;
	background-color:#ffffff;
	font-family: Arial, helvetica, sans-serif;
}
.zalAktivna {
	background-image:url(../img/zal_katalog.jpg);
	width:141px;
	height:53px;
	background-repeat:no-repeat;
	text-align:center;
	line-height:53px;
	font-size:14px;
	color:#fff;
	float:left;
}
.zalKatalogN {
	background-image:url(../img/zal_katalogN.jpg);
	width:134px;
	height:45px;
	margin-top:8px;
	background-repeat:no-repeat;
	text-align:center;
	line-height:45px;
	font-size:14px;
	color:#bdbfbd;
	cursor:pointer;
	display:block;
	text-decoration:none;
	float:left;
}
.zalVyrobcoviaN {
	background-image:url(../img/zal_vyrobcovia.png);
	width:134px;
	height:45px;
	margin-top:8px;
	background-repeat:no-repeat;
	text-align:center;
	line-height:45px;
	font-size:14px;
	color:#bdbfbd;
	cursor:pointer;
	display:block;
	text-decoration:none;
	float:left;
}
.button1 {
	background-color:transparent;
	border:0px;
	color:#49576c;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	font-family: Arial, helvetica, sans-serif;
}
.button2 {
	background-color:transparent;
	border:0px;
	color:#000000;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	font-family: Arial, helvetica, sans-serif;
}
.button3 {
	background-color: transparent;
	border:0px;
	color:#49576c;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	font-family: Arial, helvetica, sans-serif;
	width:65px;
	cursor:pointer;
}
.tovarVKosi {
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	TEXT-TRANSFORM:UPPERCASE;
}
A.tovarVKosi:hover {
	text-decoration:underline;
}
.menuSkupina {
	font-size:11px;
	text-decoration:none;
	line-height:22px;
	display:block;
	TEXT-TRANSFORM:UPPERCASE;
	padding-left:10px;
	border-bottom:1px solid #ffffff;
}
.menu1 {
	color:#000000;
	font-size:12px;
	text-decoration:underline;
	width:180px;
	line-height:22px;
	font-weight:bold;
	display:block;
	TEXT-TRANSFORM:UPPERCASE;
}
A.menu1:hover {
	color:#49576c;
}
.menu1:first-letter {
	color:#000000;
}
.menu1A {
	color:#000000;
	font-size:12px;
	text-decoration:underline;
	width:180px;
	line-height:22px;
	font-weight:bold;
	display:block;
	TEXT-TRANSFORM:UPPERCASE;
}
.menu_skupin {
	color:#000000;
	font-size:12px;
	text-decoration:none;
	width:206px;
	line-height:29px;
	display:block;
	line-height:29px;
	background-image:url(../img/butt_katalog.png);
}
A.menu_skupin:hover {
	text-decoration:none;
}
.menu2 {
	color:#fff;
	font-size:20px;
	TEXT-TRANSFORM:UPPERCASE;
	text-decoration:none;
	width:263px;
	padding:20px 7px 17px 14px;
	display:block;
	background-color:#000;
	margin-top:1px;
	background-image:url(../img/menu_sipka.png);
	background-repeat:no-repeat;
	background-position:20px 20px;
	text-indent:25px;
	clear:left;
}
A.menu2:hover {
	text-decoration:none;
	color:#dc557e;
	background-color:#000;
}
.menu2A {
	color:#fff;
	font-size:20px;
	TEXT-TRANSFORM:UPPERCASE;
	background-color:#000;
	width:263px;
	padding:20px 7px 17px 14px;;
	text-decoration:none;
	display:block;
	margin-top:1px;
	background-image:url(../img/menu_sipka_down.png);
	background-repeat:no-repeat;
	background-position:15px 28px;
	text-indent:30px;
}
.menu32 {
	color:#dfdfdf;
	TEXT-TRANSFORM:UPPERCASE;
	font-size:14px;
	padding:7px 7px 4px 17px;
	background-color:#0d0d0d;
	text-decoration:none;
	width:117px;
	display:block;
	float:left;
	margin-right:1px;
	margin-bottom:1px;
}

A.menu32:hover {
	text-decoration:underline;
}
.menu33 {
	color:#f9df91;
	TEXT-TRANSFORM:UPPERCASE;
	font-size:14px;
	padding:7px 7px 4px 30px;
	background-color:#000;
	text-decoration:none;
	width:247px;
	display:block;
}
A.menu33:hover {
	text-decoration:underline;
}
.menu34 {
	color:#000000;
	font-size:11px;
	text-decoration:none;
	width:180px;
	line-height:20px;
	display:block;
	TEXT-TRANSFORM:UPPERCASE;
}
A.menu34:hover {
	text-decoration:underline;
}
.menu35 {
	color:#000000;
	font-size:11px;
	text-decoration:none;
	width:180px;
	line-height:20px;
	display:block;
	TEXT-TRANSFORM:UPPERCASE;
}
A.menu35:hover {
	text-decoration:underline;
}
.nazovTovaru {
	color:#1d1d1b;
	font-size:15px;
	font-weight:normal;
	TEXT-TRANSFORM:UPPERCASE;
	text-decoration:none;
}

.nazov_tovaru_detail {
	color:#000;
	background-color:#dc557e;
	font-weight:bold;
	font-size:15px;
	padding:7px;
	text-transform:uppercase;
	text-decoration:none;
}
.det_popis_tovaru {
	padding:0px 12px 12px 12px;
	border-bottom:1px solid #818081;
}
.det_cena {
	margin-bottom:10px;
}
.det_usetrite {
	font-size:18px;
}
#det_Kosik {
	width:363px;
	height:40px;
	font-size:14px;
	line-height:40px;
	text-decoration:none;
	background-image:url(../img/kosik.png);
	background-position:324px 4px;
	background-repeat:no-repeat;
	background-color:#000;
	text-align:right;
	color:#FFF;
	display:block;
}
#det_Kosik div {
	padding-right:50px;
}

#det_Kosik a {
	text-decoration:none;
	color:#FFF;
}

.strankovanieS {
	text-decoration:none;
	background-color:#FFF;
	padding:2px;
	letter-spacing: 1px;
	font-weight:bold;
	margin-left:0px;
	margin-right:0px;
	font-size:12px;
	color: #181818;
	width:14px;
	height:14px;
	line-height:14px;
}
A.strankovanieS:hover {
	color:#ff3371;
}
.strankovanieT {
	text-decoration:none;
	letter-spacing: 0px;
	font-weight:bold;
	margin-left:1px;
	margin-right:1px;
	font-size:13px;
	color: #fff;
	line-height:16px;
}
A.strankovanieT:hover {
	color:#ff3371;
}
.cesta {
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
A.cesta:hover {
	text-decoration:underline;
}
.cesta2 {
	color:#ff3371;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
A.cesta2:hover {
	text-decoration:underline;
}
.inpAuth {
	background-image:url("../img/bgInput.gif");
	border:1px solid #49576c;
	color:#ffffff;
	height:16px;
	line-height:16px;
	background-color:#49576c;
	width:100px;
	font-weight:bold;
	font-family: Arial, helvetica, sans-serif;
	font-size:9px;
	margin:0px;
}
.prihlaseny {
	border-bottom:1px solid #49576c;
	color:#000000;
	height:16px;
	line-height:16px;
	width:100px;
	font-weight:bold;
	font-family: Arial, helvetica, sans-serif;
	font-size:9px;
	margin:0px;
}
.inpPocet {
	border:1px solid #49576c;
	width:30px;
	line-height:28px;
	text-align:center;
	float:left;
}
.inpPocet2 {
	border-left:1px solid #516277;
	border-top:1px solid #516277;
	border-bottom:1px solid #516277;
	border-right:0px solid #ffffff;
	width:23px;
	height:16px;
	text-align:center;
	float:left;
}
.typMJ {
	width:17px;
	border-top:1px solid #516277;
	border-bottom:1px solid #516277;
	border-right:1px solid #516277;
	height:18px;
	line-height:18px;
}
.blackUnderline {
	color:#000000;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
}
.addKosik {
	background-image:url("../img/kosik.gif");
	width:30px;
	height:26px;
	display:block;
	float:left;
	margin-top:0px;
	-margin-top:0px;
	margin-left:0px;
}
.addKosikPlny {
	background-image:url("../img/kosik.gif");
	width:30px;
	height:26px;
	display:block;
	float:left;
	margin-top:0px;
	-margin-top:0px;
	margin-left:0px;
}
.addKosik2 {
	background-image:url("../img/kosik2.gif");
	width:30px;
	height:26px;
	display:block;
	float:left;
	margin-top:0px;
	-margin-top:0px;
	margin-left:0px;
}
.addKosikPlny2 {
	background-image:url("../img/kosik2.gif");
	width:30px;
	height:26px;
	display:block;
	float:left;
	margin-top:0px;
	-margin-top:0px;
	margin-left:0px;
}
.addKosik3 {
	background-image:url("../img/kosikKupit.gif");
	width:74px;
	height:21px;
	display:block;
	float:left;
	margin-top:0px;
	-margin-top:0px;
	margin-left:0px;
}
.buttonplus {
	background-image:url("../img/nak_sipka_hore.gif");
}
.buttonminus {
	background-image:url("../img/nak_sipka_dole.gif");
}

#detPlus{
	width:30px;
	text-align:center;
	float:left;
	line-height:30px;
	height:30px;
	background-color:#333;
	color:#FFF;
	cursor:pointer;
	margin:0px 1px 0px 0px;
	font-size:22px;
}

#detMinus{
	width:30px;
	text-align:center;
	float:left;
	line-height:30px;
	height:30px;
	background-color:#333;
	color:#FFF;
	cursor:pointer;
	margin:0px 1px 0px 0px;
	font-size:22px;
}

.buttonNavrat {
	background-color:#000;
	font-size:13px;
	color:#ff3371;
	text-decoration:none;
	padding:12px;
	float:right;
	margin:20px 7px 20px 20px;
}
A.buttonNavrat:hover {
	background-color:#484848;
}
.txtZalozka {
	color:#ffffff;
	text-decoration:none;
	display:block;
	cursor:pointer;
	float:left;
	height:29px;
	padding:0px;
	margin:0px;
}
A.txtZalozka:hover {
	text-decoration:underline;
}
.rowObjProfil {
	background-color:#232323;
	color:#dfdfdf;
	line-height:22px;
	height:22px;
	text-decoration:none;
	display:block;
}
A.rowObjProfil:hover {
	background-color:#dfdfdf;
	color:#a92701;
}
.rowObjProfilHlavicka {
	background-color:#000;
	color:#ffffff;
	line-height:22px;
	height:22px;
	font-weight:bold;
}
.bigOknoImage {
	background-color:#FFF;
	width:321px;
	height:488px;
	float:left;
	padding:5px;
	position:relative;
}
.bigOknoImage .top {
	background-image:url(../img/bgTopDetailVelke.jpg);
	position:absolute;
	left:0px;
	top:0px;
	width:331px;
	height:6px;
}
.bigOknoImage .bottom {
	background-image:url(../img/bgBottomDetailVelke.jpg);
	position:absolute;
	left:0px;
	bottom:0px;
	width:331px;
	height:6px;
}
.bigOknoImage .txtGaleria {
	position:absolute;
	left:5px;
	bottom:5px;
	width:321px;
	height:24px;
	line-height:24px;
	font-size:11px;
	text-indent:8px;
	background-color:#000;
	color:#FFF;
}
.najTovar {
	width:760px;
	height:24px;
	line-height:24px;
	font-size:11px;
	text-indent:8px;
	background-color:#000;
	color:#FFF;
	float:left;
	margin-top:10px;
	text-transform:uppercase;
}
.okno_stlpec {
	width:223px;
	height:250px;
	padding:20px 0px 0px 0px;
	float:left;
	background-color:#fff;
	margin-right:11px;
	margin-bottom:11px;
	position:relative;
	display:block;
}
.cenaTovaru {
	font-size:15px;
	width:220px;
	margin-left:10px;
	color:#141414;
}
.cenaTovaruDetail {
	font-size:20px;
	width:220px;
	margin-left:15px;
	color:#ff3371;
}
.akcia {
	font-size:16px;
	margin-left:10px;
	color: #ff3371;
}
.akciadt {
	font-size:16px;
	margin-left:10px;
	color: #FC0;
}
.specialna_suma {
	font-weight:bold;
	color: #ff3371;
	font-size:20px;
}
.specialna_sumadt {
	font-weight:bold;
	color:#FC0;
	font-size:20px;
}
.specialna_suma_n {
	font-weight:bold;
	color: #c20144;
	font-size:20px;
	font-size:10px;
}
.bezna_suma {
	font-weight:bold;
	font-size:20px;
}
.btn_prihlaseny {
	font-size:12px;
	color:#2b6e86;
	text-decoration:none;
}
A.btn_prihlaseny:hover {
	text-decoration:underline;
}
.txtUsetrenie {
	font-weight:bold;
	position:absolute;
	left:3px;
	padding:4px;
	bottom:95px;
	font-size:11px;
	color: #cc0000;
}
.akciaDetail {
	color:#cc0000;
	font-size:22px;
	font-weight:bold;
}
.link3 {
	color:#ffff00;
}
#hlava {
	height:105px;
	background-image:url(../img/logo_menu2.png);
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	background-position:0px 22px;
}

#hlava .logo{
	height:50px;
	width:360px;
	position:absolute;
	border:0px;
	top:45px;
	display:block;
	background-image:url(../img/logo_menu.png);
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	background-position:0px 22px;
}
#hlava a span {
visibility: hidden;
}

#path {
	height:23px;
	line-height:23px;
	background-color:#000;
	margin-bottom:10px;
	float:left;
	width:1018px;
}
.hladajBox {
	border:1px solid #039f24;
	background-color:white;
	width:160px;
	color:#113946;
	height:25px;
	line-height:25px;
	float:left;
	margin:0px;
}
.buttonHladaj {
	background-image:url(../img/buttonHladaj.jpg);
	width:77px;
	height:29px;
	border:0px;
	cursor:pointer;
}
.myMenu {
	float:left;
}
.myMenu ul {
	padding: 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
}
.myMenu ul li {
	list-style-type:none;
	display: inline;
	float:left;
	line-height:24px;
	height:24px;
}
.myMenu ul li a {
	border-right:1px solid #a768aa;
	line-height:24px;
	height:24px;
	float:left;
	font-size:11px;
	color:#ffffff;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
}
.myMenu ul li a:hover {
	text-decoration:underline;
}

.nepredava{
	color:#C03;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	width:350px;
}

.kf_text {
	background-image: url(../img/kf_kontaktnyformular.png);
	width:226px;
	height:27px;
}
.kf_input {
	background-image:url(../img/kf_input.png);
	width:225px;
	height:29px;
	line-height:29px;
	color:#039f24;
	text-align:left;
	text-indent:10px;
}
.kf_sprava {
	background-image:url(../img/kf_sprava.png);
	width:225px;
	height:121px;
	line-height:29px;
	color:#039f24;
	text-align:left;
	text-indent:10px;
}
.kf_bk {
	background-image:url(../img/kf_bk.png);
	width:225px;
	line-height:18px;
	height:60px;
	color:#039f24;
	text-align:left;
	text-indent:10px;
}
.kf_inputText {
	width:155px;
	margin-top:5px;
	border:1px solid #fff;
	padding:0px;
}
.kf_spravaText {
	width:207px;
	margin-top:0px;
	border:1px solid #fff;
	height:80px;
}
.txtInfoBox {
	font-size: 13px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
.kosikCelkovaSuma {
	float:left;
	background-color:#383737;
	color:#FFF;
	font-size:13px;
	margin:4px;
	padding:0px 3px 0px 3px;
	height:28px;
	line-height:28px;
	width:60px;
	text-align:center;
}
.kosikCelkovyPocet {
	float:left;
	background-color:#383737;
	color:#FFF;
	font-size:13px;
	margin:4px 4px 4px 0px;
	padding:0px 3px 0px 3px;
	height:28px;
	line-height:28px;
	width:45px;
	text-align:center;
}
.obalKosik {
	position:absolute;
	top:53px;
	right:12px;
	float:left;
	width:175px;
	background-color:#000;
	height:36px;
	line-height:36px;
}
.obalPrihlaseny{
    position:absolute;
	top:56px;
	right:200px;
	float:left;
	width:250px;
	background-color:#000;
	height:36px;
	line-height:36px;
	text-align:center;
}
.obalPrihlaseny a{
    color:#FFF;
	text-decoration:none;
}

.titulneImage {
	margin:4px;
	padding:0px;
	border:1px solid #dadad9;
	float:left;
	position:relative;
}
.titulneImage .popis {
	position:absolute;
	bottom:20px;
	left:0px;
	background-color:#dadad9;
	color:#0a0a0b;
	text-transform:uppercase;
	padding:5px;
	font-size:15px;
	text-align:right;
	width:180px;
}

#FrmRegistruj{
font-size:14px;
}

#FrmRegistruj input{
border:0px;
height:26px;
}

#FrmRegistruj select{
border:0px;
height:26px;
}

#FrmRegistruj .popisLabel{
	text-align:right; float:left;
	line-height:26px;
}
