* {
	margin: 0px; 
	padding: 0px;  
	border: 0;
	}
	
html, body {
	height: 100%;
	}

body {
	min-width: 720px; 
	text-align: left; 
	color: #000;  
	background: #c5cdd0 url(../design/bg.gif) repeat-x; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 1.5;
	}

/*TEXTY*/
input.radio {
	border: 0px;
	}
	
input {
	padding: 1px; 
	border: 1px solid #DCDCDC;
	}
	
input.zelena {
	padding: 1px; 
	border: 1px solid #9deba8; 
	background: #f0fff0; 
	}

input.modra {
	padding: 1px; 
	border: 1px solid #6eaaff; 
	background: #f0f8ff; 
	}
	
textarea {
	border: 1px solid #DCDCDC;
	}  
	
select {
	padding: 1px; 
	border: 1px solid #94202B; 
	background: #fff;
	}

h1 {
	font-size: 14px; 
	color: #0067ac;
	}

h2 {
	font-size: 14px; 
	color: #0067ac;
	}

h3 {
	font-size: 12px; 
	color: #0067ac;
	}

h4 {
	font-size: 10px; 
	color: #0067ac;
	}
	
h5 {
	font-size: 9px; 
	color: #0067ac;
	}
h6 {
	font-size: 8px; 
	color: #0067ac;
	}

#pravypanelobal ul {
	margin: 1em 2em 1em 3em;
	list-style-type: square;
	}
	 
#hlavnipanelobal ul {
	padding: 0px 0px 0px 20px; 
	list-style-type: square;
	}

/*OSTATNÍ*/

.vlastnosti a {
	color: #0366AA;
	text-decoration: none;
	}

.vlastnosti a:hover {
	color: #1600FF;
	text-decoration: none;
	} 

.vlastnosti {
	
	font-weight: bold;
	padding: 2px;
	}

#hintbox {
	position: absolute;
	top: 0; 
	background: white;
	width: 150px; 
	padding: 3px; 
	border:1px solid black; 
	font: normal 11px Verdana; 
	line-height:18px; 
	z-index:100; 
	border-right: 3px solid black;
	border-bottom: 3px solid black; 
	visibility: hidden; 
	}

.hintanchor {
	font-weight: bold; 
	color: navy; 
	margin: 3px 8px; 
	}

a {
	color: #0366AA;
	}

a:hover {
	color: #1600FF;
	}

h3 a {
	color: #0366AA;
	}

h3 a:hover {
	color: #1600FF;
	}

th a {
	color: #000;
	}

td a {
	color: #0366AA;
	}

/*Styl odkazů*/
#hlavicka-menu a:link {
	color:#000; 
	text-decoration: none;
	}
	
#hlavicka-menu a:visited {
	color:#000; 
	text-decoration: none;
	}

#hlavicka-menu a:active {
	color:#000; 
	text-decoration: none;
	}

#hlavicka-menu a:hover {
	color: #FFFFFF; 
	text-decoration: none;
	}

#topmenu a:link {
	color:#000; 
	font-weight: bold; 
	text-decoration: none;
	}
	
#topmenu a:visited {
	color:#000; 
	font-weight: bold; 
	text-decoration: none;
	}
	
#topmenu a:active {
	color:#000; 
	font-weight: bold; 
	text-decoration: none;
	}

#topmenu a:hover {
	color: #94202B; 
	font-weight: bold; 
	text-decoration: none;
	}

#menu_user a:link {
	color:#000; 
	font-weight: bold; 
	text-decoration: none;
	}
	
#menu_user a:visited {
	color:#000; 
	font-weight: bold; 
	text-decoration: none;
	}
	
#menu_user a:active {
	color:#000; 
	font-weight: bold; 
	text-decoration: none;
	}
	
#menu_user a:hover {
	color: #70A7D0; 
	font-weight: bold; 
	text-decoration: none;
	}

#paticka a:link {
	color:#FFFFFF; 
	text-decoration: none;
	}
	
#paticka a:visited {
	color:#FFFFFF; 
	text-decoration: none;
	}
	
#paticka a:active {
	color:#FFFFFF; 
	text-decoration: none;
	}
	
#paticka a:hover {
	color: #FFFFFF; 
	text-decoration: none;
	}
	
#kosik img {
	margin-top: 2px;
	} 

/*Menu*/
#menu ul {
	list-style-type: none; 
	margin-bottom: 24px;
}
	
#menu li {
	color: #000000; 
	background: url(../design/menubg.gif); 
	background-repeat: no-repeat; 
	padding: 5px 0px 0px 3px; 
	border-bottom: 1px solid #f0f0f0;
	}
	
#menu li a {
	display: block;  
	padding: 0px 0px 2px 3px;  
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
	}
	
#menu li a:hover {
	padding-left: 3px; 
	color: #000000; 
	text-decoration: none;
	}
	
#menu .subkategorie a {
	background: #EEEEEE; 
	color: #000; 
	font-size: 11px; 
	font-weight: 100; 
	padding: 3px 5px 3px 5px;
	}
	
#menu .subkategorie a:hover  {
	color: #0366AA; 
	text-decoration: none; 
	padding: 3px 5px 3px 5px;
	} 
	
#menu .subkategorie {
	padding: 0px; 
	margin: 0px; 
	border-bottom: 1px solid #fff;
	}

/*Základní layout*/
#obal {
	width: 974px;  
	background: #FFF url(../design/telobg.gif) repeat-y; 
	margin: auto; 
	padding: 5px 13px 10px 13px; 
	margin-top: 0px; 
	position: relative;
	}
	
#hlavicka-menu {
	width: 985px; 
	height: 27px; 
	padding: 13px 15px 0px 0px; 
	font-size: 11px; 
	text-align: right; 
	color: #000000; 
	background: url(../design/bg-topmenu.jpg) repeat-x; 
	margin: auto;
	} 
	
#hlavicka {
	width: 1000px; 
	height: 140px; 
	color: #fff; 
	background: url(../design/headerbg.jpg) repeat-x;
	margin: auto;
	}
	
#kosik {
	float: right;
	width: 180px; 
	height: 100px; 
	font-size: 12px; 
	padding: 5px 15px 10px 15px; 
	color: #000000;
	} 

#search input.tlacitko {
	border: 0px; 
	background: url(../design/hledej.gif) repeat-x; 
	}
	
#search input {
	border: 1px solid silver; 
	background: url(../design/bg-search.gif) repeat-x;
	}
	
#search {
	float:left; 
	height: 25px; 
	width: 200px; 
	margin-left: -25px; 
	_margin-left: -14px;
	}
	
#topmenu {
	text-align: right; 
	width: 970px;  
	height: 25px; 
	color: #94202B; 
	font-size: 11px; 
	background: url(../design/bg-topmenu.gif) repeat-y;
	margin: auto;
	padding: 5px 10px 0px 20px;
	}
	
#menu {
	float: left; 
	width: 180px; 
	margin-left: -2px; 
	padding-top: 3px;
	}
	
#menu_user {
	text-align: right; 
	font-size: 10px; 
	color: #70A7D0; 
	background-color: #DDEBF6; 
	border-bottom: 3px solid #fff; 
	padding: 5px 8px 5px 5px; 
	}

#levypanelobal {
	float: left; 
	width: 180px; 
	padding: 2px 2px 2px 2px;
	}
	
#pravypanelobal {
	float: right; 
	width: 180px; 
	padding: 10px 2px 2px 2px;
	}
	 
#hlavnipanelobal {
	margin: 10px 205px 0px 195px;
	} 

#paticka {
	width: 960px; 
	height: 50px; 
	padding: 10px 20px 0px 20px;  
	color: #FFFFFF; 
	background: url(../design/paticka.gif) repeat-y; 
	font-size: 11px; 
	text-align: center; 
	margin: auto;
	}

.kosik_table {
	border: 1px solid #9C9B9B; 
	}
	
.kosik_table tr {
	background-color: #F3F3F3; 
	padding: 2px; 
	}
	
.kosik_table td {
	padding: 2px;
	}

.resetovac {
	border: 0px none; 
	margin: 0px; 
	padding: 0px; 
	float: none; 
	clear: both; 
	width: 0px; 
	height: 0px; 
	line-height: 0px; 
	font-size: 0px;
	}
	
#GlobalContentSlider{
    width: 560px;
    border: 1px solid silver;
    padding-bottom: 2px;
}

#ContentSlider{
}

#PagingContentSlider{
    border-top: 1px solid silver;
    padding: 10px;
    
}

#PagingContentSlider a{
    font-size: 12px;
    float:left;
    margin-right: 3px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    text-decoration: none;
    background-color: silver;
    color: white;
}



 div.light_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_arrow_previous{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_arrow_previous{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_nav .pp_arrow_previous{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_nav .pp_arrow_next{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_next:hover{background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_content .ppt{left:auto;margin-bottom:5px;position: relative;top:auto;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}a.pp_next{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;left:0;position:absolute;top:0;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}
 
 
 .tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 500px; text-align: center; }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
