/*imported stylesheets*/

/*end of imported stylesheets*/

/*-----Browser selector------*/
/*Internet Explorer*/
.ie .example {
  
}

/*Internet Explorer 7*/
.ie7 .example {
  
}

/*Gecko Engine on Windows (Firefox, Mozilla, Camino)*/
.win.gecko .example {
 
}

/*Gecko Engine on Linux (Firefox, Mozilla, Camino)*/
.linux.gecko .example {
  
}

/*Gecko Engine on Other OS (Firefox, Mozilla, Camino)*/
.gecko .example {
 
}

/*Opera*/
.opera .example {
 
}

/*Konqueror*/
.konqueror .example {
  
}

/*Webkit browsers(Safari)*/
.webkit .example {
  
}

.no_js { display: block;}
.has_js { display: none;}
.js .no_js { display: none;}
.js .has_js { display: block;}