@charset "utf-8";

/*lists*/
ul.square{margin-left:10px;list-style:square; font-size:14px;}
ul.square li{margin-left:10px;list-style:square; font-size:14px; margin-bottom:10px;}

ul.lst_exhibitions{margin-left:0px;list-style:none; font-size:12px;width:278px; font-family:Georgia, "Times New Roman", Times, serif;}
ul.lst_exhibitions li{float:left; width:268px; margin-left:0px;list-style:none; font-size:12px; padding:5px; border:1px dotted #999; margin-bottom:5px; text-align:left; clear:both;}
ul.lst_exhibitions li p{margin:0; font-style:italic;}
ul.lst_exhibitions li img{float:left; margin-right:10px; border-bottom:1px solid #ccc; border-right:1px solid #ccc;border-top:1px solid #eee;border-left:1px solid #eee; width:65px;}
ul.lst_exhibitions li.first{border-top:1px dotted #999;}
ul.lst_exhibitions li.odd{background-color:#eee; border-left:1px dotted #999;border-right:1px dotted #999;}
ul.lst_exhibitions li.even{background-color:#ddd;border-left:1px dotted #999;border-right:1px dotted #999;}
ul.lst_exhibitions li:hover{background-color:#333 !important; color:#FFF;}
ul.lst_exhibitions li:hover a{color:#FF0;}

/*FOR MORE INFORMATION ON CSS, VISIT http://www.css3.info and http://www.w3schools.com */