@import "/css/common.css";
@import "/css/2nd.css";
@import "/js/jquery/jquery.lightbox.css";

#left h2 { margin: 0px; }
#left div#samples { margin: 20px 0px; }
	#samples div.header {}
	#samples .header ul    { display: block; margin: 0px; padding: 0px; list-style: none; width:100%;}
	#samples .header li    { display: block; float: left; margin: 0px; padding: 0px; list-style: none; float: left; }
	#samples .header li.lt  { width:  15px; height: 32px; background: url(/design/images/lt.gif) no-repeat left bottom; }
	#samples .header li.on  { width: 179px; height: 26px; padding: 6px 0px 0px 20px; background: url(/design/images/tab_on.gif) no-repeat; color: #FFFFFF;} 
	#samples .header li.off { width: 179px; height: 26px; padding: 6px 0px 0px 20px; background: url(/design/images/tab_off.gif) no-repeat; } 
	#samples .header li.rt  { width:  14px; height: 32px; background: url(/design/images/rt.gif) no-repeat right bottom; }
		#samples .header li a { text-decoration: none; color: #000000; font-weight: bold; }
	#samples div.body   { background: url(/design/images/back.gif) repeat-y; padding: 5px; }
	#samples div.item   { float: left; margin: 5px 10px 5px 10px; padding: 7px; width: 168px; background-color: #ffffff; border: solid 1px #cccccc; }
		#samples div.item div.number { text-align: right; }
		#samples div.item ul { margin: 0px; padding: 0px; }
		#samples div.item li { list-style: none; padding: 0px; margin: 0px; }
		#samples div.item p  { margin: 0px; padding: 0px; line-height: 1.2em; }
		#samples div.item span.author { color: #cc6600; font-size: 10px; }
	#samples div.footer { background: url(/design/images/bottom.gif) no-repeat left top; height: 13px; }
		
