* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 80%;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}
body  a, body  a:link, body  a:visited {color: #e41780;}
body  a:hover {color: #a50356;}
/*#### LAYOUT ####*/
html, body {
	height: 100%;
}
body {
    text-align: center;
	background: #494949 url("img/bg-body.gif") 0 0 repeat-x;
}
#main {
	background: transparent url("img/bg-main.gif") 0 -10px no-repeat;
    width: 912px;   
    margin: 0 auto;
    text-align: left;
	min-height: 100%;
	height: 100%;
	position: relative;
 }
body>#main {
 	height: auto;
 }
#mainIn {
	/*padding-left: 6px;
	padding-right: 6px;*/
}
#hlavicka-null {
     width: 100%;
	 height: 289px;
	 background: transparent url("img/bg-head2.png") bottom left no-repeat;
}
#hlavicka-null-subpage {
     width: 100%;
	 height: 146px;
	 background: transparent url("img/bg-head-subpage.png") bottom left no-repeat;
}
#hlavicka {
     padding: 10px;
     background: transparent;
}
#vpravo-null {
     width: 581px;
     float: right;
	 background: url("img/bg-prologue.gif") 21px 21px no-repeat;
}
#vpravo {
	 margin: 25px 57px 0 0;
	 padding: 0 0 120px 50px;

}
#vlevo-null {
     width: 331px;
     float: left; 
}
#vlevo {
	 margin: 25px 0 0 31px;
	 padding: 0 0 120px 0;
}
#paticka-null {
	 background: #494949 url("img/bg-footer.gif") 0 0 no-repeat;
     clear: both;
     width: 100%;
	 height: 90px;
     padding: 0;
     border: 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}
#paticka {
     padding: 10px 31px;
	 color: #75787b;
}
#paticka {
     padding: 15px 31px;
	 color: #75787b;
}

/* ### TABS ### */
#tabs {
	width: 456px;
	height: 30px; 	
	position: absolute;
	top: 43px;
	right: 40px;
	/*background: transparent url("img/bg-tabs.gif") 0 0 no-repeat;	*/
}
#tabs li
{
	display: inline;
	list-style-type: none;
	color: #fff;
}

#tabs li a#tab1 {
    position:relative;
    overflow:hidden;
	width: 62px;
	height: 30px;
	float: left;
}
#tab1 span {
    position:absolute; left:0; top:0; z-index:1;
    width:62px; height:30px;
    background:url("img/tab1.png") top left no-repeat;
}
#tab1 span:hover {
    background-position: -62px 0;
}
#tab1 span.hover {
    background-position: -62px 0;
}
#tabs li a#tab2 {
    position:relative;
    overflow:hidden;
	width: 94px;
	height: 30px;
	float: left;
}
#tab2 span {
    position:absolute; left:0; top:0; z-index:1;
    width:94px; height:30px;
    background:url("img/tab2.png") top left no-repeat;
}
#tab2 span:hover {
    background-position: -94px 0;
}
#tab2 span.hover {
    background-position: -94px 0;
}
#tabs li a#tab3 {
    position:relative;
    overflow:hidden;
	width: 143px;
	height: 30px;
	float: left;
}
#tab3 span {
    position:absolute; left:0; top:0; z-index:1;
    width:143px; height:30px;
    background:url("img/tab3.png") top left no-repeat;
}
#tab3 span:hover {
    background-position: -143px 0;
}
#tab3 span.hover {
    background-position: -143px 0;
}
#tabs li a#tab4 {
    position:relative;
    overflow:hidden;
	width: 76px;
	height: 30px;
	float: left;
}
#tab4 span {
    position:absolute; left:0; top:0; z-index:1;
    width:76px; height:30px;
    background:url("img/tab4.png") top left no-repeat;
}
#tab4 span:hover {
    background-position: -76px 0;
}
#tab4 span.hover {
    background-position: -76px 0;
}
#tabs li a#tab5 {
    position:relative;
    overflow:hidden;
	width: 81px;
	height: 30px;
	float: left;
}
#tab5 span {
    position:absolute; left:0; top:0; z-index:1;
    width:81px; height:30px;
    background:url("img/tab5.png") top left no-repeat;
}
#tab5 span:hover {
    background-position: -81px 0;
}
#tab5 span.hover {
    background-position: -81px 0;
}
#tabs li a span {
	display: block;
	behavior: url(hover.htc );	
	cursor: pointer;
	cursor: hand;
}


/* ### Left Menu ### */

#menu {
	width: 300px;
	list-style-type: none;
}

#menu a {
	display: block;
	width: 230px;
	padding: 10px 25px 9px 45px;
	background: url("img/menu-li.png") 0 0 no-repeat;
	border-bottom: 1px solid #d86294;
}

#menu a:link, #menu a:visited
{
	color: #fff;
	text-decoration: none;
	/*font-weight: bold;*/
	/*font-size: 85%;	
	_font-size: 90%;*/
}

#menu a:hover {
	background: url("img/menu-li.png") 0% -70px no-repeat;

}

#menu a#current {
	background: url("img/menu-li.png") 0% -140px no-repeat;
	color: #fff;
}	

#menu #last a {
	background: url("img/menu-li-last.png") 0 -35px no-repeat;
	border-bottom: none;
}
#menu #last a:hover {
	background: url("img/menu-li-last.png") 0% -155px no-repeat;
}
#menu #last a#current {
	background: url("img/menu-li-last.png") 0% -280px no-repeat;
}


/* ### CONTENT ### */


#logo {
	position: absolute;
	top:0px;
	left:0px;
	width: 158px;
	height: 61px;
}

#women {
	position: absolute;
	top:98px;
	left:59px;
	width: 313px;
	height: 188px;
	background: url("img/women.png") top left no-repeat;
}

#headerTextBox {
	position:absolute;
	left:515px; top:98px;
	width:366px; height:163px;
	overflow:hidden;
}
#headerTextBox span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:366px; height:163px;
	background:url("img/header-text-box.png") top left no-repeat;
}
.headerTextProdluzovani span  {
	background:url("img/header-text-box2.png") top left no-repeat !important;
}
h1#homeCap {
	color: #ff008a;
	font-weight: normal;
	font-size: 20px;
	line-height: 100%;
	margin: 32px 0 0 165px;

}

#addBoxLeft {
	width: 250px;
	padding: 46px 25px 25px 25px;
	height: 280px;
	background: transparent url("img/addBoxLeft.png") 0 0 no-repeat;
	position: relative;	
	color: #fff;
}
#addBoxLeft p {
	width: 250px;
	height: 67px;
	position: absolute;	
	top: 221px;
	left: 25px;
	overflow: hidden;
}
#bttnChci {
	position: absolute;
	left: 22px;
	bottom: 19px;	
}

#vpravo h2 {
	padding: 13px 0 15px 0;
	color: #e41780;
	font-weight: normal;
	font-size: 170%;
	line-height: 140%;
	font-family:Tahoma,Arial,sans-serif;
}
#vpravo p {
	margin-bottom: 15px;
	line-height: 140%;
	
}
#vpravo h4 {
	margin-bottom: 5px;
	padding-top: 5px;
	color: #333;
	font-weight: normal;
	font-size: 140%;
}
.vpravoSubpage h4 {
		color: #1396db !important;	
		font-family:Tahoma,Arial,sans-serif;
}
#vpravo img.fl {
	padding: 2px 10px 0 0;
}
#vpravo img.fr {
	padding: 2px 0 0 10px;
}

p#prologue {
	font-weight: bold;
	color: #555;
	line-height: 150%;
}
p#potvrzeni {
	color: #629021;
	font-weight: bold;
	background: #e6ffc3;
	padding: 20px;	margin-top: 50px;
}
p#gallery img {
	margin-bottom: 20px;
}
#vlevo #gallery img.fl { padding-left: 20px;}
#vlevo #gallery img.fr { padding-right: 20px;}
p#vzornik img {
	margin: 7px 8px 7px 0;
	border: 3px solid #999;
}
#vlevo h3 {
	position: relative;
	width: 300px;
	height: 45px;	
}
#vlevo h3 span {
	width: 300px;
	height: 45px;
	position: absolute;	
	top: 0px;
	left: 0px;
	overflow: hidden;
	background: #494949 url("img/menu-left-cap.png") 0 0 no-repeat;	
	border-bottom: 1px solid #cf4d7f;
}

ul#list {
	list-style: none;
} 
ul#list li {
	padding: 0 0 0 30px;
	margin: 10px 0 0 0;
	background: transparent url("img/li.gif") top left no-repeat;	
}

#cenik { width: 80%;}
#cenik td {
	padding-top: 5px;
	line-height: 180%; 
	border-bottom: 1px dotted #c9c9c9;
}
#cenik td strong {
	font-size: 120%;
}
td.separator { width: 20%; border-bottom: 1px solid #CCC; }
strong.price {
	color: #f318ae;
	font-size: 155% !important;
	font-weight: normal !important; 
}
.stovky {
	font-size: 93%;
}

p#goldCut {
	margin-top: 30px;
	text-indent: 130px;
}
#breadcrumbs {
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 100px;
	left: 433px;
	width: 450px;
	height: 25px;
	overflow: hidden;
}
#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover {
	font-weight: normal;
	color: #fff;
}

#doporucit {
	position: absolute;
	bottom: 13px;
	right: 35px;
	width: 136px;
	height: 30px;
	background: #494949 url("img/doporucit.gif") 0 0 no-repeat;	
}
#doporucit a {
	display: block;
	width: 100%;
	height: 100%;
}
#paticka a, #paticka a:link, #footerIn a:visited {
	color: #75787b;
}

/*### OBECNE #### */

a img	{
	border: 0;
}
hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
}
.rt { text-align: right; }
.lt { text-align: right; }
.fr { float: right; }
.fl { float: left; }
.navLink {
	line-height: 200%;
	font-weight: normal;
	background: transparent url("img/nav-link.gif") 0 center no-repeat;
	padding-left: 10px; 
}
.redStar { color: #ff0000; }
strong.telNo {
	color: #f318ae;
	font-size: 155% !important;
	font-weight: normal !important; 
}
a.ext { background: url(img/ico-ext.png) no-repeat 100% 0 !important; padding-right: 10px !important; } 
.imgMap { padding: 5px; background: #e1e1e1;} 
.purple { color: #e41780; }
.black { color: #000; }

/* ### FORMULAR KONTAKTNI ### */

#h4Domluvte {
	font-size:140% !important; font-weight: normal; color: #f318ae !important;
}
#wrapKontaktForm {
	width:440px;
}

#kontaktForm {
	background: #fff url("img/bg-form-top.gif") top left no-repeat;
	padding: 15px 15px 0 15px;
	_padding: 15px 7px 0 15px;
}

p#vyplnte {
	margin-top:0px !important; 
	margin-bottom: 10px !important;
	font-size:90% !important;
	_font-size:85% !important;
	color:#555;
	
}	

#kontaktForm form	{
	background: url("img/bg-form-bottom.gif") bottom left no-repeat;
	margin: 0 -15px;
	padding: 0 15px 15px 15px;
}
#kontaktForm textarea	{
	width: 400px;
	height: 91px;
	border: 1px solid #505050;
	border-bottom: 1px solid #B6B6B6;
	border-right: 1px solid #818181;
	background: #fff url("img/textarea-bg.gif") top left no-repeat;
}
#kontaktForm input	{
	border: 1px solid #505050;
	border-bottom: 1px solid #B6B6B6;
	border-right: 1px solid #818181;
	background: url("img/input-gray-bg.gif") top left no-repeat;
	width: 127px;
}
#kontaktForm input.checkbox	{
	/*border: 1px solid #505050;
	border-bottom: 1px solid #B6B6B6;
	border-right: 1px solid #818181;
	background: url("img/input-gray-bg.gif") top left no-repeat;*/
	border: none;
	background: none !important;
	width: 25%;
}
#kontaktForm td.tdCheckbox	{
	text-align: right;

}

#kontaktForm input.button	{
	margin: 15px 0 0 0;
	padding: 0;
	background: none;
	border: none;
	width: auto;
}
tr.valignTop td	{
	vertical-align: top;
}
#kontaktForm input.check, #kontaktForm input.radio	{
	width: auto;
	border: 0;
	margin-left: 0;
}
#kontaktForm select	{
	width: 130px;
}
#kontaktForm td.check input.check	{
	float: left;
}
#kontaktForm td.check label	{
	display: block;
	margin-left: 25px;
}
#kontaktForm td	{
	line-height: 240%;
}


/*### KontakTable ##### */

.kontaktTable td {
	line-height: 170%;	
}


.pddright30 { padding-right: 30px !important; }



















