a {
	text-decoration: none;
}
.clear {
	clear: both;
}
#page-wrap {
	width: 572px;
	margin: 0px auto;
}
#content-explorer {
	padding-top: 0px;
    width:100%;
    line-height:normal;
	background: url(../images/product_box_shad.jpg) bottom repeat-x;
	}
	#content-explorer ul {
		font:11px arial, sans-serif;
		margin:0;
		padding:10px 0px 4px 24px;
		list-style:none;
		background: url(../images/tab_bg_left.jpg) left bottom repeat-x;
		height: 31px;
		}
		#content-explorer ul li {
			float: left;
			text-align: center;
			overflow: hidden;
			}
			#content-explorer ul li a {
				display: block;
				padding: 8px 12px 6px 12px;
				font-size: 11px;
				font-weight: bold;
				color: #999;
			}
			#content-explorer ul li a:hover {
				color: #505962;
			}
			#content-explorer ul li.selected {
				background: url(../images/tab_sel_right_cut.jpg) right bottom no-repeat;
			}
			#content-explorer ul li.selected a {
				background: url(../images/tab_sel_left_cut.jpg) left bottom no-repeat;
				padding-bottom: 8px;
				color: #505962;
			}
			
div.yui-content {
	overflow: auto;
	padding: 20px;
}

