p.itembox{
	background-color:#ffffff;
	margin:2px 0px 1px 40px;
	padding:3px 0px 3px 8px;
	border:#336699 solid;
	border-width: 0px 0px 0px 4px;

main {
	width: 958px;
	background-color:white;

#acMenu dt{
    display:block;
    width:185px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    cursor:pointer;
    background:url(images/i_swich.png) 177px -69px no-repeat;
    padding-right:15px;
    }

#acMenu dd{
    background:#f2f2f2;
    width:200px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    display:none;
    }

#acMenu dt.active{
    background:url(images/i_swich.png) 177px 18px no-repeat;
    }

