
a {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}



h1 {
	font-family: Trebuchet MS;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFC0;
	text-decoration: none;
}


h2 {
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFC0;
	text-decoration: none;
}
p {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #D6D6D6;
	text-decoration: none;
        line-height: 1.6
}
.smalltext {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
        line-height: 1.4
}
.footer {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
}


INPUT {
        FONT-WEIGHT: normal; FONT-SIZE:10px; COLOR: #000000; FONT-FAMILY: Trebuchet MS
}
select {
        FONT-WEIGHT: normal; FONT-SIZE:10px; COLOR: #000000; FONT-FAMILY: Trebuchet MS
}
li {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
        line-height: 1.6
}

#list {
	background-color:#434343;
	width:840px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	height:575px;
}
#list #breadcrumb {
	background-color:#000000;
	width:823px;
	height:20px;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#ffffff;
	text-align:left;
	padding-left:6px;
	margin-bottom:3px;
}
#list #catname {
	font-family:Georgia;
	font-size:21px;
	color:#ffffff;
	text-align:left;
	padding-left:4px;
	padding-bottom:4px;
}

#list #product {
	background-color:#000000;
	width:195px;
	text-align:center;
	font-family:Trebuchet MS;
	font-size:13px;
	color:#ffffff;
	padding:3px;
	margin-top:8px;
	margin-right:8px;
	float:left;
}
#list #pagelinks {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	padding:10px;
}
#list #butlink {
	width:260px;
	height:100px;
	float:left;
	text-align:center;
}
#list #product #title {
	font-size:15px;
	margin-bottom:2px;
}
#list #product #text {
	font-size:10px;
}
#key {
	font-family:Trebuchet MS;
	font-size:13px;
	color:#ffffff;
}
/********************* DETAIL POP UP ***************************************/
.detail {
	display:none;
	z-index:1;
	width: 100%;
	height: 750px;
	position: absolute;
	top:120px;
	overflow: hidden;
	text-align:center;
	padding-top:20px;
}
.detail .inner {
	background-image:URL(images/detailbg2.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:460px;
	height:535px;
	margin-left:auto;
	margin-right:auto;
	font-family:Trebuchet MS;
	font-size:13px;
	color:#ffffff;
	padding-top:5px;
}
.detail .inner .title {
	font-size:21px;
	margin-bottom:5px;
}
.detail .inner .info {
	margin-top:5px;
	margin-bottom:5px;
}
.detail .inner a {
	font-family: "Trebuchet MS";
	color: #ffffff;
}
/****************************************************************************/
.title {
	font-size:21px;
	margin-bottom:5px;
	margin-top:7px;
}
.info {
	margin-top:5px;
	margin-bottom:5px;
}
a {
	font-family: "Trebuchet MS";
	color: #ffffff;
}