.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;    
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.images {
    	display: inline;
	float: left;
	position: relative;
	margin-left: 90px;
	margin-right: 10px;
        margin-top: 50px;
    
}
.code {
    	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


p, font {
    font : 12pt 'Trebuchet MS', Verdana, Arial, Sans-Serif;
    color: navy;
  }


td, th {
    font-family:'Trebuchet MS', Verdana, Arial, Sans-Serif;
    color: navy;
  }


h1 {
    color: navy;
    font-size:180%;
  }


h5 {
    font-size:115%;
  }


.header {
    font-size:125%;
    color:black;
    font-weight:bold;
    text-decoration:underline;
  }


.no_underline {
    text-decoration:none;
  }


a {
    font-weight:bold;

  }


.small {
    font-size:80%;
    color:white;
  }


.faq {
    font-size:110%;
  }


.price_brief {
    font-size:120%;
  }


.big {
    font-size:150%;
    text-decoration:none;
  }


.cat {
    font-size:150%;
    color:navy;
  }


.subcat {
    color : navy; 
   font : 14pt 'Trebuchet MS', Verdana, Arial, Sans-Serif;
  }


.standard {
    font-weight:normal;
  }


.white {
    color:white;
  }


.pink {
    color:pink;
  }


.menu {
    color:white;
    font-weight:bold;
    font-size:90%;
  }


div.topmenu_selected {
    background:#203560;
    padding:7px;
  }


div.topmenu_notselected {
    background:#4E679F;
    padding:7px;
  }


.footer {
    font-size:80%;
    color:white;
  }


.lightsmall {
    color:white;
    font-size:90%;
  }


.category_child {
    font-weight: normal;    font-size:90%;
  }


.cart {

    BORDER-BOTTOM:0px solid;
    BORDER-LEFT:0px solid;
    BORDER-RIGHT:0px solid;
    BORDER-TOP:0px solid;
    margin:0px;
    font-weight:bold;
    color:navy;
    background-color: transparent;
  }


a.menutop {
    color:white;
    font-weight:bold;
    font-size:120%;
    text-decoration:none;
  }


a.menutop:hover {
    color:white;
    font-weight:bold;
    font-size:120%;
    text-decoration:underline;
  }


