/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/


ol					{ list-style: inside decimal; }

#page-wrap			{ width: 145px; height:350px; padding:0 10px 0 10px; border: 1px solid #999;
	 				  float:left; margin:0 0 0 15px; background:url(/images/watchbg.png) bottom no-repeat;}
#page-wrap2			{ width: 145px; height:350px; padding:0 10px 0 10px; border: 1px solid #999;
	 				  float:left; margin:0 0 0 15px; background:url(/images/downbg.png) bottom no-repeat;}
	
ul#pnv				{ list-style: none; width: 140px; float: left; padding: 10px 0 10px 0; }
ul#pnv li			{ margin: 5px 0; }
ul#pnv li a	    	{ padding: 10px 8px 10px 3px; display: block; text-decoration: underline;
	 				  font: 14px Georgia; letter-spacing: -1px; color: #dbaa70; outline: none;
					 background: url(images/button_psd_526.png) repeat-x; border: 1px solid #999; }
ul#pnv li a:hover,
ul#pnv li a:active	{ color: #ac7d7d; background: #363636 url(/images/test_swap.png) repeat-x;}
					
ul#pnv li.now a { background: #eee; border: none; }
					
#portview			{ width: 430px; height: 350px; float: right; border: 1px solid #999; overflow:auto; margin:0 10px 0 10px; background: url(/images/port_bg.png) bottom repeat-x;}