@charset "utf-8";
/* CSS Document */

/* General items */
#header-screen,
#nav,
#ad-status,
#ad-link,
#main-home .start-foot,
#footer .links,
#app-nav,
#miniprice td.icon,
a.navbutton,
a.navbutton-blue,
.miniprice-body a,
.system-body a,
.system-body a.button,
.calcqty,
.subhead,
.sidebar,
.spot-adnavbox,
.spot-adnav,
.spot-corners,
.sublinks,
.backlink,
.noprint {
	display: none;
}
#header-print {
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #999999;
}

#main {
	width: 100%;
}

#main-home {
	width: 100%;
	position: relative;
	height: 250px;
}

#footer {
	width: 100%;
	margin: 15px 0px 0px 0px;
}

/* Home page items */
.spot-ad {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 428px;
	height: 242px;
	margin-right: 15px;
}

#main-home .start-head {
	position: absolute;
	left: 443px;
	top: 0px;
	width: 240px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
}

#main-home .start-body {
	position: absolute;
	left: 443px;
	top: 20px;
	width: 240px;
	height: 222px;
	font-size: 12px;
}

#main-home .start-foot {
	display: none;
}

#featured {
	width: 665px;
}

#featured .head {
	width: 665px;
	height: 15px;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #666666;
}

#featured .prev,
#featured .next {
	display: none;
}

#featured .body {
	width: 665px;
	overflow: hidden;
	}
	#featured .bodyitem {
		width: 120px;
		height: 106px;
		text-align: center;
		padding: 0px 15px 0px 0px;
		font-weight: bold;
		line-height: 11px;
		font-size: 11px;
		}
		#featured .bodyitem a {
			color: #666666;
			text-decoration: none;
		}
		#featured .bodyitem img {
			display: block;
			margin-bottom: 2px;
		}

/* Customer application */
#app-nav {
	display: none;
}
#app-step {
	width: 100%;
}

/* Catalog default pages */
#catalog-items {
	width: 100%;
	}
	#catalog-items th {
		text-align: right;
		vertical-align: top;
		width: 120px;
		padding: 0px 5px 25px 0px;
	}
	#catalog-items td {
		vertical-align: middle;
		text-align: left;
		padding: 0px 25px 25px 0px;
	}

/* Price list */
#price {
	width: 100%;
}
#price td.narrow-left {
	width: 50%;
	vertical-align: top;
	padding: 0px 15px 0px 0px;
}
#price td.narrow-right {
	width: 50%;
	vertical-align: top;
	padding: 0px;
}
#price td.wide-left {
	width: 70%;
	vertical-align: top;
	padding: 0px 15px 0px 0px;
}
#price td.wide-right {
	width: 30%;
	vertical-align: top;
	padding: 0px;
}

#price-table,
#price-tabbedtable {
	border: 1px solid #000000;
	width: 100%;
	margin: 0px 0px 10px 0px;
	}
	#price-table td.icon,
	#price-table th.icon,
	#price-tabbedtable td.icon,
	#price-tabbedtable th.icon,
	 {
		display: none;
	}
	#price-table th,
	#price-tabbedtable th {
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}
	#price-table td,
	#price-tabbedtable td {
		border-top: 1px solid #CCCCCC;
	}

#price-textbox {
	display: none;
}

#price-popup,
#price-popupbkg {
	display: none;
}

td.tab {
	display: none;
}
td.tab-active {
	display: inline;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

/* General classes */
.detail-2c {
	position: relative;
	width: 100%;
	height: 550px;
	clear: both;
	}
	.detail-2c .leftcol {
		position: absolute;
		width: 55%;
		height: 550px;
		left: 0px;
		top: 0px;
	}
	.detail-2c .rightcol {
		position: absolute;
		width: 45%;
		height: 550px;
		left: 381px;
		top: 0px;
		}
		.detail-2c .rightcol p {
			margin: 3px 0px 15px 0px;
		}
