html, body {
	margin: 0;
	padding: 0;
	}

#categoryHeader {
	width: 600px;
	height: 27px;
	background-color: #eaf8fd;
	margin: 0 0 25px 0;
	}

#infoSection {
	width: 576px;
	margin: 0 0 20px 0;
	clear: both;
	}

#itemName {
	width: 581px;
	height: 30px;
	background: url(../img_cmn/name_bg.gif) top left no-repeat;
	margin: 0 0 35px 0;
	}

#itemName IMG {
	float: left;
	margin: 0 0 0 22px;
	}

#photo {
	width: 200px;
	float: left;
	margin: 0 0 25px 0;
	}

TABLE#itemData {
	width: 350px;
	border: solid 1px #fff;
	border-collapse: collapse;
	}

TABLE#itemData TH {
	width: 80px;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 5px;
	border: solid 1px #fff;
	}

TABLE#itemData TD {
	width: 270px;
	padding: 5px 5px 5px;
	border: solid 1px #fff;
	}

UL.setList {
	margin: 0 0 0 15px;
	padding: 0;
	}

.setList LI {
	list-style: disc url(../img_cmn/dot.gif);
	line-height: 1.0;
	margin-bottom: 5px;
	}

.prCode {
	color: #aaaaaa;
	font-size: smaller;
	font-family: Verdana, Arial, Helvetica;
	}

#dsc {
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	clear: both;
	background-color: #f3f3f3;
	}

#dscTop {
	background-image: url(../img_cmn/dsc_bg_top.gif);
	width: 575px;
	height: 10px;
	}

#dscBtm {
	background-image: url(../img_cmn/dsc_bg_btm.gif);
	width: 575px;
	height: 10px;
	}

#dsc .txt {
	margin: 10px 15px 10px;
	}

#dsc UL {
	margin: 15px 0 35px 25px;
	padding: 0 0 0 10px;
	text-indent: 0px;
	list-style: disc url(../img_cmn/marker.gif) outside;
	}

#dsc LI {
	color: #red;
	margin-bottom: 5px;
	}

.dscLink {
	color: #898989;
	text-decoration: underline;
	}

#back {
	width: 555px;
	margin: 20px auto; 20px;
	text-align: left;
	}

#back A {
	color: #34beed;
	font-weight: bold;
	}