/****** FILE: yaml/core/slim_base.css *****/
/* "Yet Another Multicolumn Layout" v3.1 (c) by Dirk Jesse (http://www.yaml.de)
* $Revision: 343 $ $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $ */
@media all {
*{margin:0;padding:0}
option{padding-left:.4em}
select{padding:1px}
* html body *{overflow:visible}
* html iframe,* html frame{overflow:auto}
* html frameset{overflow:hidden}
html{height:100%;margin-bottom:1px}
body{font-size:100.01%;color:#000;background:#fff;text-align:left}
fieldset,img{border:0 solid}
ul,ol,dl{margin:0 0 1em 1em}
li{margin-left:.8em;line-height:1.5em}
dt{font-weight:700}
dd{margin:0 0 1em .8em}
blockquote{margin:0 0 1em .8em}
blockquote:before,blockquote:after,q:before,q:after{content:""}
#header{position:relative}
#topnav{text-align:right}
#header #topnav{position:absolute;top:10px;right:10px}
#header,#nav,#main,#footer{clear:both}
#col1{float:left;width:200px}
#col2{float:right;width:200px}
#col3{width:auto;margin:0 200px}
#col1_content,#col2_content,#col3_content{position:relative}
.clearfix:after{content:".";display:block;font-size:0;height:0;clear:both;visibility:hidden}
.clearfix{display:block}
.floatbox{overflow:hidden}
#ie_clearing{display:none}
.subcolumns{width:100%;overflow:hidden}
.subcolumns_oldgecko{width:100%;float:left}
.c50l,.c25l,.c33l,.c38l,.c66l,.c75l,.c62l{float:left}
.c50r,.c25r,.c33r,.c38r,.c66r,.c75r,.c62r{float:right;margin-left:-5px}
.c25l,.c25r{width:25%}
.c33l,.c33r{width:33.333%}
.c50l,.c50r{width:50%}
.c66l,.c66r{width:66.666%}
.c75l,.c75r{width:75%}
.c38l,.c38r{width:38.2%}
.c62l,.c62r{width:61.8%}
.subc{padding:0 .5em}
.subcl{padding:0 1em 0 0}
.subcr{padding:0 0 0 1em}
.equalize,.equalize .subcolumns{overflow:visible;display:table;table-layout:fixed}
.equalize .c50l,.equalize .c25l,.equalize .c33l,.equalize .c38l,.equalize .c66l,.equalize .c75l,.equalize .c62l,.equalize .c50r,.equalize .c25r,.equalize .c33r,.equalize .c38r,.equalize .c66r,.equalize .c75r,.equalize .c62r{display:table-cell;vertical-align:top;float:none;margin:0;overflow:hidden}
.skip,.hideme,.print,dfn{position:absolute;left:-1000em;top:-1000em}
.skip:focus,.skip:active{position:static;left:0;top:0}
}


/****** FILE: mysite/css/screen/basemod.css *****/
  body { background: #111 url(../../images/pattern.png) repeat-x left top; padding: 0}

  .page_margins { margin: 0 auto;width: 880px}
  .page { padding: 0; }
  #header { height: 100px}
   #logo {position: absolute; top: 20px; left: 0}
   #header #topnav { right: 0; top: 20px}
    #topnav a {color: #d3d3d3; background: transparent url(../../images/topmenu.png) no-repeat right center; padding: 5px 10px 5px 20px; text-decoration: none; font-weight: bold}
    #topnav a:focus,
    #topnav a:hover,
    #topnav a:active {text-decoration: underline}
	#topnav a.current {color: #68a202}
	#topnav a.current:focus,
    #topnav a.current:hover,
    #topnav a.current:active {text-decoration: none}
	#SearchBox {position: absolute; top: 53px; right: 0; width: 266px; height: 27px; background: transparent url(../../images/searchbar.png) no-repeat right top; }
	#SearchBox * {padding: 0; margin: 0; border: 0 none; background: transparent}
	#SearchBox #Search {float: left; width: 200px}
	#SearchBox input {float: right; width: 65px; text-align: center; color: #fff; padding: 7px 5px 6px 5px; font-size: 92%; font-weight: bold}
	#SearchBox #Search input {width: 185px; text-align: left; color: #333; font-weight: normal}
	#SearchBox #Search label.required {color: #86bf24}
	
  #nav { border: 1px solid #000; overflow:hidden; border-width: 1px 1px 0 1px}
  #nav ul { margin-left: 0; }
   div.hlist {  }
     .hlist {
    /* (en) containing floats in IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    float: left;
    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    position:relative;
    line-height: 0;
  }

  .hlist ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    margin: 0 0 0 50px; /* LTR */
    padding: 0;
	border-bottom: 1px solid #262626
  }

  .hlist ul li {
    border-left: 1px #000 solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .hlist ul li.first {
    border-left: 0 none;
	}

  .hlist ul li a {
    background: transparent url("../../images/menu.png") no-repeat top left;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    width: 219px;
	height: 36px;
	line-height: 36px;
    text-decoration: none;
	text-align: center;
  }
  
  .hlist ul li a.current {
    background: transparent url("../../images/menu_current.png") repeat-x top left;
}

  .hlist ul li.first a {width: 218px; background-position: -1px 0}

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background-position: top right; text-decoration: none; }
  
  #advanced {border: 1px solid #000; border-width: 0 1px}
  
  #teaser {height: 212px; overflow: hidden }
  
  	.hr1 {height: 1px; line-height: 1px; font-size: 1px; overflow: hidden; background: #e6e6e6}
	.hr2 {height: 1px; overflow: hidden; background: #b5b5b5}
  #pMenu {height: 164px; overflow: hidden; background: #fff url(../../images/pmenu.png) repeat-x left top;}
  #pMenu a {display: block; float: left; font-size: 92%; width: 174px;height: 164px; background: transparent url(../../images/pmenu-581.png) no-repeat center 8px; border-left: 1px solid #f5f5f5; border-right: 1px solid #b5b5b5; text-decoration: none; color: #333; text-align: center}
  #pMenu a.first {border-left: 0 none}
  #pMenu a.last {border-right: 0 none}
  #pMenu strong {color: #68a202; font-size: 117%; display: block; padding-top: 100px}
  #pMenu span {color: #ee6419; text-decoration: underline; padding-top: 5px; display: block; }
  #pMenu a:hover span {text-decoration: none}
  #pMenu a#p581 {}
  #pMenu a#p563 {background-image: url(../../images/pmenu-563.png)}
  #pMenu a#p555 {background-image: url(../../images/pmenu-555.png)}
  #pMenu a#p520 {background-image: url(../../images/pmenu-520.png)}
  #pMenu a#p385 {background-image: url(../../images/pmenu-385.png)}

/* 2cols */
  #main { border: 1px solid #000; border-width: 0 1px 1px 1px; background: #fff url(../../images/main_pattern.png) repeat-y left top; float: left; width: 878px; }
  #main2 {background: transparent url(../../images/green_pattern.png) repeat-x left bottom; float: left; width: 878px;}
  #col1 { float: left; width: 642px;  margin: 0 0 0 206px }
  #col2 { float: left; width: 206px;  margin: 0 0 0 -848px }
  #col3 { float: right; width: 30px; margin-left: -5px; margin-right: 0; }
  #col1_content { padding: 28px 0 20px 0}
  #col2_content { padding: 0 30px 15px 0}
  #col3_content { padding: 0 }

/* 1col */
	.ajaxtype2 #col1, .ajaxtype3 #col1 {background: #fff}
  .ajaxtype2 #col1, .ajaxtype3 #col1 {width: 878px; margin: 0}
  .ajaxtype2 #col2, .ajaxtype3 #col2 {width: 0}
  
  	.content {padding: 0 29px}
  	#col2_in {position:relative}
	.col2_divider {background: transparent url(../../images/col2_divider.png) no-repeat left bottom;}
	.col2_divider a {text-decoration: none; padding: 15px 7px 18px 70px; display: block}	
	.col2_divider a strong {color: #68A202}
	.col2_divider a span {color: #555; font-size: 11px}		
	.col2_divider a em {text-decoration: underline; font-style: normal; font-size: 11px}
	#infolinka {padding-bottom: 18px}
	#col2_priemyselne {background: transparent url(../../images/col2_priemyselne.png) no-repeat left center}
	#col2_vystrihovacka {background: transparent url(../../images/col2_vystrihovacka.png) no-repeat left center}

  #footer {padding: 30px 20px; text-align: center}

/****** FILE: mysite/css/screen/form.css *****/
 form {
    background: #f4f4f4;
    border: 1px #ddd solid;
    margin: 0 0 1em 0;
    padding: 10px;
  }

  form fieldset {
    border: 1px #ddd solid;
    background: #fafafa;
    margin: 0 0 1em 0;
    padding: 0.5em 1em;
  }

  form legend {
    font-size: 125%; font-weight: normal; color: #000;
  }

  form label {
    color: #666;
  }

  form .text input,
  form .email input,
  form .password input,
  form .textarea textarea,
  form .dropdown select {
    border: 1px solid #ddd;
  }

  form div input:focus,
  form div select:focus,
  form div textarea:focus,
  form div input:hover,
  form div select:hover,
  form div textarea:hover,
  form div input:active,
  form div select:active,
  form div textarea:active {
    border: 1px #a66 solid;
    background: #fff;
  }

  form .Actions input {
    width: 174px; 
    border: 1px solid #676767; 
    height: 27px; 
    line-height: 25px;
    padding: 0 10px; 
    background: #3e3e3e url(../../images/form.button.pattern.png) repeat-x left top; 
    color: #fff; 
    font-weight: bold
  }

  form div.Actions input#Form_Form_action_process:focus,
  form div.Actions input#Form_Form_action_process:hover,
  form div.Actions input#Form_Form_action_process:active {
    background: #68A202; color: #fff; border-color: #333; text-decoration: underline
  }

  /* General form styling  | Allgemeine Formatierung des Formulars */
  form { overflow: hidden; }
  form fieldset { overflow: hidden; }
  form legend { background: transparent; border: 0; }
  form label { display:block; cursor: pointer; }
  form .message { display: block; margin-bottom: 0.5em; color: #666; }

  /* Hiding of hidden fields (otherwise ugly spaces in Firefox) | Versteckte Felder wirklich verstecken (sonst ggf. häßliche Lücken im Firefox) */
  form input[type=hidden] { display: none !important; }

  /* Highlight mandatory fields | Pflichtfeldkennzeichnung hervorheben */
  form sup { color: #800; font-weight: bold; }

  /* styling containing DIV elements | Gestaltung der kapselnden DIV-Elemente */
  form div.text,
  form div.email,
  form div.password,
  form div.dropdown,
  form p.checkbox,
  form div.Actions {
    margin: 0.5em 0;
    position: relative;
    overflow: hidden;
  }

  /* styling standard form elements with 'almost' equal flexible width | Gestaltung der einzelnen Formularelemente mit annähend gleicher Breite */
  form .text input,
  form .email input,
  form .password input,
  form .textarea textarea {
    display: block;
    position: relative;
    padding: 0.3em 0.3em;
    width: 58.5%;
  }

  form .dropdown select {
    display: block;
    position: relative;
    padding: 0.3em 2px 0.3em 1px;
    width: 60%;
    cursor: pointer;
  }
  form .dropdown select optgroup {
    font-style: normal;
    font-weight: bold;
  }

  form .checkbox input { cursor: pointer; }
  form .checkbox label { display: inline; }

  /* Styling of buttons | Gestaltung von Buttons */
  form .Actions input {
    width: auto;
    cursor: pointer;
  }

  /* Styling of error-messages | Fehlermeldungen */
  form .message, form .required {
    border: 1px #a00 dashed;
    background: #faf4f4;
    padding: 0.5em;
	color: #800
  }
  
  form .requiredField label {font-weight: bold}
  
  form .field {clear: both}

  /* Columnar display | Spalten-Darstellung */
  #Form_Form .text label,
  #Form_Form .email label,
  #Form_Form .textarea label,
  #Form_Form .password label,
  #Form_Form .dropdown label,
  #Form_Form .checkbox label {
    float: left;
    width: 30%; /* Can be fixed width too | Kann auch eine fixe Angabe sein */
  }
  
  #Form_Form .text label.required,
  #Form_Form .email label.required,
  #Form_Form .password label.required,
  #Form_Form .textarea label.required,
  #Form_Form .dropdown label.required { float: none; width: auto; margin-left: 30%  }
  

  /* Indent Checkbox fields to match label-width | Checkboxen um den gleichen Wert einrücken, wie die Breite der labels */
  #Form_Form .checkbox input {float:right;margin-right:60%; }
  #Form_Form .message { margin-left: 30%; }

  #Form_Form div.text input,
  #Form_Form div.email input,
  #Form_Form div.password input,
  #Form_Form div.textarea textarea { width: 67.8%; }
  #Form_Form div.dropdown select { width: 69.4%; }
  
  /* width adjustments for IE 5.x & IE6 | Breitenanpassung für Internet Explorer 5.x und 6.0 */
  * html #Form_Form div.text input,
  * html #Form_Form div.email input,
  * html #Form_Form div.password input,
  * html #Form_Form div.textarea textarea { width: 65.2%; }
  * html #Form_Form div.dropdown select { width: 66.8%; }
    
  /* IE5.x & IE6 */
  * html form legend { position:absolute; top: -.5em; left: .5em; }
  * html form fieldset { overflow:visible; height: 1%; margin-top:1.5em; padding-top:1.5em; }

  /* IE7 */
  *+html form legend { position:absolute; top: -.5em; left: .5em; }
  *+html form fieldset { overflow:visible; height:1%; margin-top:1.5em; padding-top:1.5em; }

/****** FILE: mysite/css/screen/content.css *****/
  html * { font-size: 100.01% }
  
  pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  body {
	font-family:  Arial, Helvetica, sans-serif; 
    font-size: 80.00%; 
    color: #444;  
  }
  
  h1,h2,h3,h4,h5,h6 { 
  	font-weight:bold; 
  	margin: 0 0 0.5em 0; 
	color: #333	
  }

	h3 { font-size: 100%}       
  h1, #col2 h3 { font-size: 150%; color: #68A202; background: transparent url(../../images/bullet.png) no-repeat center left; padding: 0 15px; margin: 0 0 .8em 0}
  h2 { font-size: 113%; color: #68A202}       
  h4 { font-size: 100%}
  h5 { font-size: 100%}      
  h6 { font-size: 100%; font-style: italic} 
	
h1 a, h2 a, h3 a {
	text-decoration: none; color: #68A202;
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
	}
 
 p { line-height: 1.3em; margin: 0 0 .75em 0; }

  ul, ol, dl { line-height: 1.5em; margin: 0 0 .75em 1em }
  #main ul {list-style-image: url(../../images/li_bullet.png)}
  #main ul.ultab {list-style-image: none}
  li { margin-left: 1.5em; line-height: 1.35em; margin-bottom: 5px }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr, span.vysvetlenie {
    letter-spacing: .07em;
    border-bottom: .1em dotted #888;
    cursor: help;
  }
  
  small {font-size: 80%}
  
  sub, sup {font-size: 66%}
  
  iframe {border: 0 none}

  a {color: #EE6419; text-decoration:underline;}
  a:focus,
  a:hover,
  a:active {text-decoration:none;}
  
  #footer {color: #dfdfdf;font-size: 92%}
  #footer strong {color: #68A202}
  #footer a { color: #68A202; text-decoration:underline}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {text-decoration:none}
  
  table { width: 100%; margin-bottom: 0.75em; }
  th,td { padding: 5px 10px; background: #e8e8e8}
  tr.even th, tr.even td {background: #d8d8d8}
  th {color: #222 }
  tr p {margin: 0}
  
  #porovnanie-modelov table { width: 100%; margin: 10px 0 0 0; background: transparent url(../../images/productBar_x.png) repeat-x left top;}
  #porovnanie-modelov th, #porovnanie-modelov td {padding: 5px 0; width: 160px; text-align: center; background: transparent url(../../images/productBar_x.png) repeat-x left bottom;}
  #porovnanie-modelov th.first, #porovnanie-modelov td.first { width: 178px; text-align: left; padding: 6px 0 8px 0}
  #porovnanie-modelov thead th {padding: 0 0 10px 0}
  #porovnanie-modelov thead th a {color: #68A202; text-decoration: none}
  #porovnanie-modelov thead th a:hover {text-decoration: underline}
  #porovnanie-modelov thead td {background: transparent; padding: 10px 0 0 0}
  #porovnanie-modelov tbody th {color: #EE6419}
  #porovnanie-modelov td.table-divider {width: 2px; background: transparent url(../../images/productBar_y.png) repeat-y top right;}
  #porovnanie-modelov tr.table-cena th {font-size: 120%; color: #68A202; font-weight: bold; padding: 10px 0; background: transparent }
  #porovnanie-modelov tr.table-cena th.first {font-size: 100%; color: #555}
  #porovnanie-modelov .phr {margin-bottom: 20px}
  
.jq_show {display: none;}
.toggler {cursor: pointer}

#tooltip h3 {color: #eee}
#tooltip.pretty div { text-align: left; color: #222; font-size: 12px}
#tooltip.pretty h3 {color: #333; font-size: 110%; border-bottom: 2px solid #68A202; margin-bottom: 1em}

.phr {background: transparent url(../../images/productBar_x.png) repeat-x left bottom; width: 100%; height: 2px; line-height: 2px; font-size: 1px}
#productBar {background: transparent url(../../images/productBar_y.png) repeat-y center top; width: 100%; margin-bottom: 15px}
#productBar_bottom {background: transparent url(../../images/productBar_x.png) repeat-x bottom left; width: 100%}
.product {float: left; width: 50%; background: transparent url(../../images/productBar_x.png) repeat-x left bottom}
.ppadded {padding: 20px; height: 125px; overflow: hidden}
.pdata .ppadded {padding-left: 0}
.product h2 {margin: 0 0 5px 0; height: 30px; line-height: 15px; overflow: hidden}
.pdesc {line-height: 1.3em; height: 3.9em; font-size: 1em; margin: 0; overflow: hidden}
.plink {margin: 15px 0 0 0}
.plink a {display: block; width: 183px; height: 25px; line-height: 25px;padding: 0; border: 1px solid #676767; background: #3e3e3e url(../../images/form.button.pattern.png) repeat-x left top; color: #fff; text-align: center; text-decoration: none; font-weight: bold}
.plink a:hover {text-decoration: underline}
.pclear {clear: both; font-size: 1px; line-height: 1px; height: 0px; overflow: hidden; background: #fff}

#top_right {position: absolute; top: 30px; right: 30px}
#produkt_robot #top_right {top: 25px}
#porovnanie {background: transparent url(../../images/porovnanie.png) no-repeat left center; padding-left: 30px; height: 26px; line-height: 26px; display: inline-block}

p.loadingAjax {text-align: center}
.note {background: #e4f5fc; padding: 1em;border-top: 1px #6fbfe8 dotted; border-bottom: 1px #6fbfe8 dotted; color: #333}
.important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
.warning, .errors {background: #fdd; color: #333; padding: 1em 1em 0 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted; margin-bottom: 1em;}

.float_left, .vlavo, img.left { float: left; display:inline; margin-right: 2em; margin-bottom: 1em;  }
.float_right, .vpravo, img.right { float: right; display:inline; margin-left: 2em; margin-bottom: 1em;  }
.vlavo2 {float: left; display:inline}
.center { text-align:center; margin: 0.5em auto }
.text_right {text-align: right}
  
.red {color: #ff0000;}
.blue {color: #93d2fe}
  
table.table_full { width: 100%; }
table.table_fixed { table-layout:fixed }

.floatbox {}
.subcolumns {}
.c50l {}
.c50r {}
.c38r {}
.c38l {}
.c62l {}
.c62r {}

.sc1 {width: 265px}
.sc2 {width: 555px}

.ridge_border {border-style:ridge; border-color: #333; border-width: 2px 1px 1px 2px; border-bottom: 1px solid #999; border-right: 1px solid #999}

.clear {clear: both}

#produkt_prislusenstvo {margin-bottom: 20px}

#productMainThumb {position: relative; display: block; width: 240px; height: 240px; overflow: hidden}
#productMainThumb span {position: absolute; left: 0; top: 208px; display: block; width: 32px; height: 32px; background: transparent url(../../images/lupa.png) no-repeat top left;}

#buy_it {background: transparent url(../../images/buy_it.png) no-repeat top left; margin-top: 11px}
#buy_it a, #buy_it p {height: 60px; line-height: 60px}
#buy_it a {display: block; padding-left: 98px; font-weight: bold}
#buy_it strong {margin-left: 98px}
#buy_it span {color: #68A202}

#produkt_resources {margin-left: 20px}
.pInBox, .photo, .video {float: left; width: 164px; text-align: center}
.photo a {display: block; width: 140px; height: 142px; overflow: hidden; margin: 0 auto; background: #d8d8d8; border:1px solid #d8d8d8; font-size: 10px}
.photo a {height: 140px}
.photo a:hover {border: 1px solid #EE6419}
.pInBox, .video {height: 165px}
.pInBox img, .video img {border: 1px solid #d8d8d8}
.pInBox span, .video span {display: block; padding: 0 5px; color: #555}
.video a:hover span {color: #EE6419; text-decoration: underline}
.photo {height: 162px}
.video a {text-decoration: none}

/****** FILE: mysite/css/screen/tabs.css *****/
.jquery_tabs {overflow:hidden; margin:40px 0 0 0}

.jquery_tabs ul.ultab {
	overflow:hidden;
	padding:  0 29px;
	margin: 0;
	background: #fff url(../../images/tab_UL.png) repeat-x left bottom;
	border: 0 none;
	height: 24px
}

.jquery_tabs .content {
	padding: 29px 29px 4px 29px;
	background: #fff url(../../images/tab_pattern.png) repeat-x left top;
}

.jquery_tabs ul.ultab li {
	float: left;
	padding: 0;
	margin: 0 1px 0 0;
	list-style-type: none;
	height: 24px;
	line-height: 24px;
	background: transparent;
	border: 1px solid #d6d6d6;
	border-width: 0 1px;
}

.jquery_tabs ul.ultab li a {
	padding: 0;
	display: block;
	width: 161px;
	font-size: 92%;
	background: #fff url(../../images/tab_menu.png) repeat-x left top;
	color: #555;
	margin: 0;
	text-decoration: none;
	text-align: center;
	border: 1px solid #d6d6d6;
	border-width: 1px 0;
	height: 22px;
	line-height: 22px
}
.yamltabsanchor{
    position:absolute;
    left:-999em;
}
.jquery_tabs ul.ultab li a:focus,
.jquery_tabs ul.ultab li a:hover,
.jquery_tabs ul.ultab li a:active,
.jquery_tabs ul.ultab li.current a,
.jquery_tabs ul.ultab li.current a:focus,
.jquery_tabs ul.ultab li.current a:hover,
.jquery_tabs ul.ultab li.current a:active {
	color: #68A202;
	font-weight: bold;
	text-decoration: none;
	background: #F8F8F8;
	border-bottom: 1px #f8f8f8 solid;
}
.js .jquery_tabs .current-info,
.js .jquery_tabs .accessibletabsanchor{
    position:absolute;
    left:-999em;
}

.jquery_tabs #t_head {color: #285FB9; font-weight: bold; margin-bottom: 1em}
.jquery_tabs .content {min-height: 20em}

/****** FILE: mysite/css/typography.css *****/
.no-margin-left {margin-left: 0}
.marginT {padding-top: 12px}
.jq-only {display: none}

/****** FILE: mysite/javascript/jquery/jquery.tooltip/jquery.tooltip.css *****/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #444;
	color: #fff;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.85;
	background: url('/mysite/javascript/jquery/jquery.tooltip/shadow.png');
}

#tooltip.pretty500 {width: 440px; height: 290px; padding: 30px; background: url('/mysite/javascript/jquery/jquery.tooltip/shadow500.png');}

#tooltip.pretty600 {width: 520px; height: 340px; padding: 40px; background: url('/mysite/javascript/jquery/jquery.tooltip/shadow600.png');}

#tooltip.fancy {
	background: url('/mysite/javascript/jquery/jquery.tooltip/shadow2.png');
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('/mysite/javascript/jquery/jquery.tooltip/shadow2-reverse.png');
}



/****** FILE: mysite/javascript/nyromodal/styles/nyroModal.full.css *****/
div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalFull div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(/mysite/javascript/nyromodal/img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalFull div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalFull div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(/mysite/javascript/nyromodal/img/close.gif) no-repeat;
	outline: 0;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
	padding: 5px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {
	vertical-align: baseline;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
	left: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
	background: url(/mysite/javascript/nyromodal/img/prev.gif) left 20% no-repeat;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
	right: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
	background: url(/mysite/javascript/nyromodal/img/next.gif) right 20% no-repeat;
}

