/* GENERAL CLASSES 
--------------------------------------------- */
.cleaner {
	display:block;
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	margin: 0;
	background:transparent;
	visibility:hidden;
}
hr, .noscreen, .hide{display:none;}
.clear {clear:both;}
.center{text-align:center;}
.smaller,.smaller  th,.smaller  td {font-size:11px;}
.alignleft, .alignleft td,  .alignleft th {text-align:left !important;}
.alignright{text-align:right !important;}
.nobg, .nobg p, .empty{background:transparent !important;}
.nobold{font-weight:normal;}
.flright{float:right;}
.flleft{float:left;}
.flnone{float:none !important;}
.va-top{vertical-align:top;}
.va-bottom{vertical-align:bottom !important;}
.bluebg{background: #A6BEFF !important}
.whitebg{background:#fff}
.b{font-weight:bold;}
.nobold{font-weight:normal !important;}
.u{text-decoration:underline !important;}
.i{font-style:italic;}
.small-caps{font-variant:small-caps;}
.yellowbg{background:#FFDE7E !important;}
.yellowbg2{background: #FEEF87 !important;}
.yellowbg3{background: #FFD186 !important;}
.nowrap{white-space: nowrap;}

/*  GENERAL
------------------------------------------------------ */
body, html {
	padding:0;
	margin:0;
}
body {
	padding: 0 0 0 10px;
	background: #FFB43B  url(../img/layout/pagebottom.gif) no-repeat left bottom;
	color:#000;	
	}
body, td, th {	
	font: 8pt/1.3 Arial, Helvetica, sans-serif;  
	vertical-align:top;
	}
th {
	font-weight:bold
	}
form {
	margin:0
	}
p, address {
	margin:0 0 .5em;
	font-style:normal
	}
img{
	border:none;
	vertical-align:middle;
	}
ul{	
	list-style:square;
	}
table{
	clear:both; 
	border-collapse:collapse;
	}
input, textarea, select{
	border: 1px solid #FFB43B;	
	font-family: Arial, Helvetica, sans-serif;
	color: #172857;
	background: #FFFFFF url(../img/layout/b-field.gif) repeat-x bottom;
}

.gtbar {
	background: #F6F6F6;
}

.nofrm {
	font-family: Arial CE, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000066;
	background-color: none;
	border: none;
	text-align:right;
	padding-right:5px;
	margin:0px 0px 0px 0px;
	width:60px;
	background: #F6F6F6;
	font-weight: bold;
	}

.button, #buttons input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #172857;
	background: #FFB43B;
	border: none;
	font-size: 9pt;
}
a.button{
	padding:.4em;
}
/* ---links --- */
a, .pseudoLink{color:#000080; text-decoration:none;	font-weight:bold;}
a:hover{	text-decoration:underline;	color:#000080;}	

#page {
	min-width: 700px;
	background: url(../img/layout/right-column.gif) 100% 0 repeat-y;
	_height:50%;
	_width:expression(document.body.clientWidth < 720 ? "720px": "auto" ); 
}

#promoaction {
	visibility: hidden;
	_visibility: expression(document.body.clientWidth > 1008 ? "visible": "hidden" );
	position: absolute;
	left: 0;
	top: 83px;
	_left: expression((document.body.clientWidth-758)/2-125);
	z-index: 11;
}


/*  HEADER
------------------------------------------------------------------------- */
#topgreen {
	background: #275d39;
	position: relative;
	margin: 0 0 -9px 0;
	height: 23px;
	color: #ffffff;
	font-size: 12px;
}
#topgreen .tgleft {
    float: left;
    margin-left: 13px; 
	margin-top: 2px;
}
#topgreen .tgright {
    float: right;
    margin-right: 6px; 
	margin-top: 2px;
}
#header {
	background: #172857 url(../img/layout/hdrblue2.gif) left bottom repeat-x;
	position:relative;
	margin:10px 0 0 0;
	padding:1px;
	min-height:65px;
	_height: 65px;
	background-image: url(../img/layout/hdrblue2.gif);
	visibility: visible;
}
h1 {
	font-size:20px;
	color:#fff;
	margin:15px 130px 10px 10px;
}
h1 .smaller {
	font-size:60%;
	display:block;
	font-weight: normal;
}
h1.bigger{
	font-size: 300%
}
#mlu h1.bigger{font-size:250%}
#mlu h1 .smaller{
	display:block;
	margin-right:-60px;
}
#computers h1{
	font-size: 290%
}
/* user menu */
body #user-menu {
	width:120px;
	position:absolute;
	top:8px !important;
	_top:10px;
	right:4px;
	text-align:right;
	width:130px;
	visibility: visible;

}
body #user-menu a {
	color:#fff;
	text-decoration:none;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:0;
	font-weight:normal;
}
body #user-menu a:hover {
	background:#fff;
	color:#172857
}
body #user-menu #phone-no {
  font-size: 15px;
  font-weight: bold;
  color: white;
}

/* --- top nav ---  */
#eggnav {background:#FFFF99; font-weight:bold; font-size:11px;	margin:0 0 20px; padding:5px;}
#eggnav a {color:#000099; text-decoration:none;}
#eggnav a:hover {background:#fff;}
#eggnav .word-space a {padding:0 5px;}

/* LEFT COLUMN [content] 
----------------------------------------------------------------------- */
#prolog{
	margin:15px 0; 
}
#left-column {
	float:left;
	margin-right:-210px;
	width:100%;
}
#left-column-in{
	margin-right:210px;
	min-height:450px;
	_height: 450px; /* IE jinak spatne pocita % sirky primych potomku */
}
/* pro slevove stranky kde neni sidebar */
.noside #left-column-in {
	margin-right:0;
}
h2, h3, caption, .header{
		background: #172857 url(../img/layout/hdrblue2.gif) bottom left repeat-x;
	color:#fff;
}
h2, h3, caption {
	padding:0 5px;
	margin-top:0;
	margin-bottom: 20px;
	clear:both;
} 
h2,caption{
	font-size:17px;
	padding-top:6px;
	padding-bottom:6px;	
}
h2.bigger, caption.bigger{
	font-size:35px;
	padding-top:0;
	padding-bottom:0;
	line-height:35px;
}
caption .smaller{
	font-size:50%;
}
.bigger .imginheader{padding-right:110px;}
#refferral-page h2.bigger{font-size:30px;}
	
h3 {
	line-height:25px;
	font-size:12px;
}
caption{
	text-align:left;
	margin:0;
}
/*  images in hedlines */
.imginheader{
	background-repeat:no-repeat;
	background-position:100%;
	display:block;
	padding:17px 0;
	margin:0;
}
#co {background-image:url(../img/pic01.gif);}
#psh{background-image:url(../img/pic02.jpg);}
#wwr{background-image:url(../img/fot03.jpg);}
#sr{background-image:url(../img/fot05.jpg);}
#rc{background-image:url(../img/fot06.jpg);}
#comp-co{background-image:url(../img/fot18.jpg);}
#comp-psh{background-image:url(../img/fot19.jpg);}
#dff{background-image:url(../img/fot15.jpg);}

/*  content boxes  */
.double, .full {	
	padding:3px;
	margin-bottom:15px;
	clear:both;
	_height:1px;
}
.double{background: url(../img/layout/double.gif) repeat-y center top;} 
.full{background: #FFDE7E ;}

.left, .right {
	position:relative;
	overflow:hidden;
	width: 47%;
	visibility: visible;

/* remark Petr Simo-repaired possition yellow and blue table register_mdlgate.asp
	width: 249px;
	left: 243px;
	top: 1036px;
	height: 107px;
*/






































}
.left{float:left; margin:0}
.right{float:right; margin:0}

.double .left, .double .right{
	width:50%;
}
.double .left h2, .double .left p, .double .left ul {margin-right:13px;}
.double .right h2, .double .right p, .double .right ul {margin-left:13px;}


#discounted-page h2#chooseResort{
	margin-left:-3px;
	margin-top: -3px;
	margin-right: -3px;
}
/*
.double .left {padding-right:6px;}
.double .right {padding-left:6px;}
*/
/* --- classrooms Tables --- */
.classrooms {border-collapse:collapse;	width:100%}
.classrooms th{text-align:left; vertical-align:top; background:#fff;}
.classrooms td{padding-left:3px; vertical-align:top;}
.classrooms  a{font-weight:bold;}

/* sun  */
.classrooms#sun{background:#FEEF87;}
.classrooms#sun thead, .classrooms#sun thead th{background:#DFDF80}

/* ski  */
.classrooms#ski{background:#A6BEFF}
.classrooms#ski thead, .classrooms#ski thead th{background:#96A0E7}
.classrooms#ski tbody th{padding-left:23px;}
.classrooms#ski tbody th strong{float:left;}
#ski-res-small{
	display:block;
	margin-top:-10px;
}


#notregisteredPage p.bigger{
	font-size: 130%;
}
/* REGISTR TABLES 
-------------------------------------------------------------------------- */
.register-table {clear:none !important;}
.register-table td{
	width:50%;
	border:1px solid #FFB43B;
	padding:3px 0;
}

.schedule-big{width:100%; }
.schedule-big td{width:49%;background:#FFD186; padding:3px;}
.schedule-big .sp{width:2%}
.schedule-big h3{background: #fff url(../img/bar01.gif) repeat-y left;color:#000;	padding-left:30px;text-transform:uppercase; letter-spacing:5px;}
#sch-cmp.schedule-big h3{background-image:url(../img/compday.gif); letter-spacing:normal;}
#sch-cmp.schedule-big h3 span{ padding-left:2em;}
.schedule-big p, .schedule-big p ul{margin-bottom:20px; _height:1%; /* m:b */}
	
/* QUOTES 
---------------------------------------------------------------------- */
.quote{
	margin: 2em 0;
	_height:1%; /* bg a margin:bottom */
}
.quote blockquote, .quote .quote-author{
	margin:0 !important;
	padding:8px;
}
.quote blockquote{
	background:#FEEF87;
	font:italic 1.3em serif;
	_width:100%; /* peekaboo */
}
.quote .quote-author{
	color:#fff;
	text-align:right;
	font-style: italic;
	display:block;
	background:#000;
	font-size:90%;
}
.quote .bigger{
	font-size:21px;
	font-weight:bold;
}
/* --- narrow q --- */
.narrow-quote-right, .narrow-quote-left{width:30%;}
.narrow-quote-left{margin-right:10px;}
.narrow-quote-right{margin-left:10px;}
/*--- hipaa --- */
.hipaa{margin:2em 0;}

/* --- super --- */
#super, #super li{
	list-style:none;
	padding:0;
	margin:0;
	font-size:1.2em
}
#super{
	margin:40px 0 30px 30px;
	font-weight: bold;
	font-style:italic;
}
#super .bigger{
	color:White;
	font-size: 1.5em;
}
li#moreleft{
	margin-left:-20px;
}
ul.bigger{font-size:110%}

/* CONTACT
------------------------------------------------------------- */

#contact-ways ul, #contact-ways li{
	padding:0;
	margin:0;
	list-style:none;
}
#contact-ways .bigger{
	color:#fff;
	font-size:1.5em;
}


/* LISTS 
------------------------------------------------------------- */

.img-bull li{
	margin-bottom:5px;
}
#color-lists{
	text-align:center;	
	margin-bottom: 15px
}
#color-lists .in{
	width:90%;
	margin:0 auto;
}
#color-lists  div{
	min-height:150px;
	_height:150px;
	width:49%;
}
#color-lists div ul{
	float:left;
	width:49%;
}
#color-lists ul, #color-lists li{
	padding:0;
	margin:0;
	list-style:none;
}
#yellow-list{
	background:#FEEF87;
	float:left;
}
#blue-list{
	background:#A6BEFF;
	float:right;
}


#skisum-lists{
	text-align:center;	
	margin-bottom: 15px
}
#skisum-lists .in{
	width:90%;
	margin:0 0 15px 0;
}
#skisum-lists  li.lab{
	font-weight: bold;
	margin:5px 0 0 0;
}
#skisum-lists  div{
	min-height:230px;
	_height:230px;
	width:45%;
}
#skisum-lists div ul{
	float:left;
	width:49%;
}
#skisum-lists ul, #skisum-lists li{
	padding:0 0 0 5px;
	margin:0;
	list-style:none;
}
#summer-list{
	background:#FEEF87;
	float:left;
	text-align: left;
	margin-left: 30px;
}
#ski-list{
	background:#A6BEFF;
	float:right;
	text-align: left;
}
#skisum-lists ul#w60{width:50%;}
#skisum-lists ul#w40{width:40%;}



#color-lists ul#w40{width:40%}
#color-lists ul#w60{width:59%;}
#register-page .full ul{line-height:1.8}

#directionsPage .singleList{
	margin-left:5%;
	text-align:center;
	list-style:none;
	background:#FEEF87;
	width:25%;
	padding:1em 0;
}

/* YELLOWFORMS 
----------------------------------------------------------------------- */
.yellowform {background:#FEEF87}
.yellowform label, #discount-page #pay label, #sendlink label{float:left;	clear:left;	width:130px; padding-top:8px}
.yellowform label.two-lines{padding:0;}
.yellowform p{clear:both;	margin:0}
.yellowform .formpart{margin-bottom:15px;}
.yellowform #buttons{padding:10px 0 0}
.yellowform #buttons p{margin:10px 0 20px;}
.yellowform #buttons input{margin:0 10px;}
.yellowform#inquiry label{width:170px;}
.yellowform#inquiry #buttons{margin-bottom:15px;}
.yellowform#inquiry #address{height:3em}

#discount-page .yellowform{
	margin-top:60px;
}
#discount-page .yellowform label, #register label{
	width:240px;
	font-weight:bold;
}
#discount-page .yellowform p{
	margin:3px 0;	
}
select#tutsel{
	margin-bottom:20px;
}
#tuition-table{
	width:98%;
	margin:50px 0 20px;
	border-collapse:separate;
}
#tuition-table th{
	padding:0;
	width:50%;
	text-align:left;
}
#tuition-table label{
	width: auto;
}
/*#tuition-table, #tuition-table td{
	border: groove 2px #c8c8c8; 	
}*/
#tuition-table th, #tuition-table td{
	padding:3px;
}
/* --- P -- */
#program-description p, #program-description table, #accreditation p, #accreditation table, #faculty p, #faculty table{margin-bottom:25px;}
#accreditation table{width:100%;}
#accreditation td{width:50%}

/* --- discounted --- */
#discounted .left, #discounted .right{padding:3px;}


/*  LANDING PAGES 
----------------------------------------------------------------------- */
/* course detail  */
.course-deatil {
	border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
}
.course-deatil th, .course-deatil td {
	border:1px solid #FFB43B;
	padding:5px;
}
.course-deatil th {
	background:#172857 url(../img/layout/hdrblue.gif) left bottom repeat-x;
	color:#fff;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
}
.course-deatil td {
	background:#FFDE7E;
}
.map{
	text-align:center;
	clear:both;
	margin:20px 0;
}
/* --- classroom Detail --- */
.classroom-detail-left {
	text-align:center;
	margin-right: 8px;
	background-color: #172857;
	_width:210px;
}

.classroom-detail img {
	clear: both;
}
.classroom-detail address {
	font-size: 7pt;
	color: #FFFFFF;
	padding: 3px;
}
/* nazev lektora v Schedule */
#lp .schedule em a{
	margin:.2em 0 1em;	
}
/* SCHEDULE TABLE 
------------------------------------------------------------------------ */
.schedule{width:100%; border-collapse:separate;}
.schedule td {width: 33%; background: #FFFF9B url(../img/layout/postit.gif) left bottom repeat-x;	padding:4px 4px 2em;	vertical-align:top;}
.schedule a, .schedule-big a {display:block;}

/* SLEVOVE STRANKY BEZ SIDEBARU 
------------------------------------------------------------------------ */ 
.noside #left-column-in {margin-right:0; padding-right:10px;}
.noside #page{background:transparent;}
h2#choose{margin-bottom:5px; margin-top:20px;}

/* SEND LINK + SUCCESSES 
----------------------------------------------------------------------------*/
#sendlink{	
	padding:10px;
}
#sendlink #page{
	width:auto;
}
#sendlink #formbody{
	margin-left:90px;

}
#sendlink #submit{
	background:#205C40;
	padding:4px;
	clear:both;
	margin-left:130px;
}
#success-page{
	background-image:none;
	padding:10px;
	font-size:105%;
}
#success-page #recieve{
	margin: 20px 0 0
}
#success-page #header{
	margin-bottom:5px;
	line-height:40px;
	min-height:40px;
	_height:40px;
}
#success-page h1{
	margin-top:0;
	margin-bottom:0
}
/* register success */
#reg-success p.bigger{
	font-size:140%;
}
#reg-success #header{
	margin-bottom:40px;	
}

/* SIDEBAR
----------------------------------------------------------------------------------------- */

#right-col {
	float:right;
	margin:0 0 0 -190px;	
	padding:0 10px 10px 0;
	width:180px;
	_width:190px;
	background:  #275D39 url(../img/layout/right-column.gif) 100% 0 repeat-y;
}

/* --- pouze Firefox --- */
#right-col.ff-right-col marquee{
	width: 180px;
	position:absolute;
	z-index:100000;
	height: 14px;
	right:10px;
	top:59px
}
#right-col.ff-right-col h2{
	margin-bottom: 15px;
}
/*  --- /pouze Firefox ---  */



/* --- navigation --- */
#navigation h2, #quickref h2 {
	background: #172857;
	color: #FFFFFF;
	font-size: 12px	;
	font-variant: small-caps;
	margin: 0 0 2px;
	border-bottom: 3px solid #FF9900;
	
	padding: 20px 5px 5px;
	line-height:normal;
}
#navigation li, #navigation ul  {
	margin:0;
	padding:0;
	list-style:none;
}
#navigation li ul a {
	font-weight:normal;	
	padding-left:10px;
}
#navigation a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 2px;
	_width: 100%;
}
#navigation a:hover  {
	background: #FFB43B;
	color: #000000;
}
marquee  {
	color: #172857;
	background-color: #FFFF99;
	font-size: 8pt;
	font-weight: bold;
}
#navigation #snow {
	background-image:url(../img/layout/snow.gif);
	background-repeat:no-repeat;
	background-position: 95%;
}

/* --- quickref --- */
#quickref  {
	background-color: #FFFF99;
	font-size: 8pt;
	padding:2px;
	_height:1px;
	}
#quickref h2 {
font-size:16px;
	margin:-2px;
	padding-top:5px;
}
#quickref p {
	margin:1em 0;
}
#quickref .input{	
	.font-size: 8pt;
	padding: 2px;
}
/* --- greenlink --- */
p.greenlink {
	margin:20px 0;
	clear:both;
}
.greenlink a  {
	color: #FFFFFF;
	background-color: #317347;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	_height:1px;
}
.mail2friend, .emaillist, .print {
	background-repeat:no-repeat;	
	background-position:3px;
	padding-left:20px !important;
} 
.emaillist {background-image:url(../img/layout/emaillist.gif);}
.print {background-image:url(../img/layout/print.gif);}
.mail2friend {background-image:url(../img/layout/envelope.gif);}
.emaillist {background-image:url(../img/layout/emaillist.gif);}
.favorites {background-image:url(../img/layout/favorites.gif);}
.greenlink a:hover  {
	color: #317347;
	background-color: #FFFF99;
}

/* --- footer --- */
#footer {
	color:#fff;
	text-align:center;
	background:#172857;
	margin:0 0 0 -10px;
	clear:both;
}

/*  HOMEPAGE 
------------------------------------------------------------------------------------------ */

body#homepage {
	background: #317347 url(../img/layout/zebr.gif);
	text-align:center;
	padding:0;
}
#homepage #page {
	width:758px;	
	background:#FFDE7E url(../img/layout/homebottom.gif) right bottom no-repeat;
	text-align:left;
	margin:0 auto;
}
#homepage a {color: #000099;}
#homepage a:hover {color: #0033CC;}

/* --- header --- */
#homeheader {		
	background: #172857 url(../img/layout/hdrblue2.gif) left bottom repeat-x;
	position:relative;
	padding:1px;
	_height:1%;
}
#homepage h1  {
	font-size: 20pt;
	color: #FFFFFF;
	font-variant: small-caps;
	margin: 8px 150px 10px 8px;
	line-height: normal;
	font-weight:normal;
}
#homepage h1 .smaller {
	font-size:15px;
	display:block;
	font-weight:900;
	letter-spacing:9px;
}

/* --- homepg user menu --- */
#homepage #user-menu {right:8px; top: 20px;}

/* --- hp navigation --- */
#homenav  {
	background: #FFB43B url(../img/layout/hometop.gif) no-repeat;
	position:relative;
	padding:10px 0 20px 14px;
	_height:271px;
	/* 
	po odstraneni odkazu mdl03-04:
	padding:10px 0 10px 14px; 
	*/
}
#homenav h2  {
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: normal;
	background: #3B68A3 url(../img/homepage-random-images/h-beach.jpg) no-repeat center;
	text-align: center;
	line-height:24px;
	margin: 0;
	width: 329px;
	padding:0;
}
/* span uvnitr H2 ve kterem dinamicky dochazi ke zmene bg-img */
#homenav h2 #change{
	display:block;
	padding:26px 0 0;
	height: 215px;
	_height: 241px;
	background-position:center;
	background-repeat:no-repeat;
}
#homenav h2 strong {font-style:italic;	font-size: 19px;	color:#ffff99}
#homenav .smaller {font-size:13px; font-weight:normal; display:block}
#homenav .bigger {font-size:27px;line-height:28px;}


#homenav1, #homenav2 {position:absolute; line-height:18px;}
#homenav1 {top:20px;	right:3px; text-align:right;}
#homenav2 {top:128px; left:386px;}

#homenav li, #homenav ul {padding:0;	margin:0; list-style:none;}
#homenav li li{padding-left:8px;}

/* ie 5 hacks */
#homenav ul, #homenav li{
	 font-size:1px; line-height:1px; _height:1%; width:380px; 
}
#homenav em, #homenav a {
	 line-height: 18px; font-size:8pt; 
}

#homenav a {font-weight: bold; color: #172857;	text-decoration: none;}
#homenav a:hover  {color: #FFFFFF;	background-color: #172857;}
#a4 {background:url(../img/layout/snow.gif) no-repeat left; padding-left:20px; _width:1em;}
a#a6, a#a9, a#a11 {text-decoration:underline; font-size:13px;}

/* highlight efekt u odkazu v menu */
.highlight a {
	padding-left: 2px;
	background-repeat: no-repeat;	
	background-position: -50px; 
	padding-right:40px; 
	width:1em; 
	width/**/:auto;
	}
.highlight a:hover {
	background-image:none !important;
	}

#a7{
	background-image: url(../img/homepage-random-images/minisun.gif);
	}
#a8, #a10{
	background-image: url(../img/homepage-random-images/miniski.gif);
	}
.styl-1 #a6,
.styl-2 #a7, 
.styl-3 #a9,
.styl-4 #a8,
.styl-4 #a10, 
.styl-5 #a7{
	background-color: #FCE176;background-position: 99%;
	} 

/* random images */
#homenav.styl-1 h2 #change{ background-image: url(../img/homepage-random-images/h-faculty.jpg)}
#homenav.styl-2 h2 #change{ background-image: url(../img/homepage-random-images/h-beach.jpg)}
#homenav.styl-3 h2 #change{ background-image: url(../img/homepage-random-images/h-keyboard.jpg)}
#homenav.styl-4 h2 #change{ background-image: url(../img/homepage-random-images/h-ski.jpg)}
#homenav.styl-5 h2 #change{ background-image: url(../img/homepage-random-images/h-golf.jpg)}


/* --- scrawler --- */
#homepage marquee {line-height:20px;height:20px; margin:0; position:relative;}

/* --- homeclasses --- */
#homeclasses {padding-bottom:15px;}
#homeclasses strong#firstClass{padding-left: .5em;}
#homeclasses p, #homeclasses h2 {margin:0 !important;}
#homeclasses, #homeclasses a {color: #172857; background: #FFDE7E; font-size: 8pt; text-decoration: none; font-weight:normal;}
#homeclasses a:hover {background: #172857; color: #FFFFFF;}
#homepage #homeclasses h2 {color: #FFFFFF;padding: 0 3px; float:left; margin-right:3px; font-size:1em; line-height:normal;} 

/* --- homecontent --- */
#homecontent {
	margin:10px; 
	min-height:30px;
	_height:30px;
}
#homecontent h2, #homecontent h3 {margin: 0 0 4px;	font-size: 9pt; padding: 5px; line-height:normal;}
.lefthalf {float:left; _height:1px; width:330px;}
.righthalf {float:right; width:400px}
.fullheader {margin-bottom:15px !important; clear:both;} 
.fullheader #aei-home{font: small-caps bold 1.5em serif;}

#discount-offer{width:388px;}
#discount-offer table{border-collapse:collapse;	text-align:center;width:100%; margin-top: -4px;}
#discount-offer td {padding:0 3px 5px;} 
#discount-offer th {border-bottom:1px solid  #FFB43B; padding-top: 4px; height:45px;_height:50px;}
#discount-offer tr.odd{background:#FFCC7A}
#discount-offer .bigger{
	font-size: 120%;
}

#discount-offer .savings{
	background: #000099;
	color:White;
}
/* --- Mailing List  --- zatim se nepouziva
#mailing-list{width:330px;}
#homejoin {margin: 4px 0 13px;}
*/

/* QUICK REGISTRATION styly pro docasny form na HP. Cast je quick_register.css - kvuli JS */
#quickReg {margin: 4px 0 13px;}
#quickReg  select{
	width: 255px;
	font-size: 90%;
	position:relative; /*ie*/
}
#quickReg p{
	position:relative;/*ie*/
	height:1%;/*ie*/
}
#quickReg p#submit{padding-left: 70px;}

/* --- homepage footer --- */
#homepage #footer {
	margin:0;
	font-size:9px;
	padding:1px;
}

/* SPECIAL/OTHER
------------------------------------------------------------------------*/

/* directions */
#directionsPage #header{
	margin-bottom:20px;
}
#directionsPage h1 .smaller{
	font-size:50%;
}

/* zpetny odkaz pro CS*/
#backTo{border:1px solid blue; margin-top:1em; text-transform:uppercase} 


/* TEMPORARY CLASSES FOR OLD SKITIX FILES + jsem do _rootu dal docasne stary style.css, pak lze odstranit
------------------------------------------------------------------------*/
#skitix .shipp { font-size: 11pt}
#skitix .size10	{ font-size: 10pt }
#skitix .bigWHT {  font-size: 14pt; color: #FFFFFF}
#skitix .medWHT {  font-size: 12pt; color: #FFFFFF}


#video {
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#video img {
	float: left;
	vertical-align: top;
	margin: 5px 15px 5px 15px;
}

#video input{
	width: 180px;
}

#video input.login{
	width: 110px;
}

#video input.shinp{
	width: 80px;
}

#video label{
	float: left;
	width: 135px;
	margin-top: 5px;
}

#video label.login{
	float: left;
	width: 55px;
}

#video .vfcomment{
	margin-left: 145px;
	margin-top: -5px;
	margin-bottom: 7px;
}

#video #videobuttons input {
	width: 95px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #172857;
	background: #FFB43B;
	border: none;
	font-size: 9pt;
}

#video #videobuttons input.login {
	width: 60px;
	margin-left: 108px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #172857;
	background: #FFB43B;
	border: none;
	font-size: 9pt;
}

#videocols {
	text-align: center;
}

#videocols .videoscreen {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	height: 300px;
}

#videocols #bandwidth {
	float: right;
	margin-right: 350px;
	_margin-right: 150px;
}

#videocols #bandwidth img{
	float: none;
	margin-right: 0;
	vertical-align: middle;
}
