@charset "utf-8";
/* CSS Document */

.boxLinkTable {
	border: solid 1px #999;
	background: #eee;
	font: 11px Verdana;
}
.boxLinkTable tr td div {
	margin-left: 5px;
	text-align: left;
	white-space: nowrap;
}
.boxLinkTable tr td a {
	text-decoration: none;
	display: block;
}
.boxLinkTable tr td a img {
	vertical-align: middle;
	border: 0;
}
.boxLinkTable tr td a span {
	text-decoration: underline;
	cursor: pointer;
}
.boxLinkTable tr td a:hover img {
	visibility: hidden;
}
#rlSample {
	background: url(../../images/graphlinks/line/samples-r.jpg) no-repeat;
}
#rlFaq {
	background: url(../../images/graphlinks/line/faq-r.jpg) no-repeat;
}
#rlPortfolio {
	background: url(../../images/graphlinks/line/portfolio-r.jpg) no-repeat;
}
#rlInstall {
	background: url(../../images/graphlinks/line/install-r.jpg) no-repeat;
}
#rlCalc {
	background: url(../../images/graphlinks/line/calculator-r.jpg) no-repeat;
}
#rlTestim {
	background: url(../../images/graphlinks/line/testimonials-r.jpg) no-repeat;
}
.lineElementh {
	float: left;
	height: 85px;
	width: 135px;
}
.lineElementhTall {
	height: 110px;
}
.lineElementh a {
	display: block;
}
.lineElementh a div {
	font: normal 10px/13px Verdana;/*position: relative;
	top: -2px;*/
}
.lineElementh a div span div {
	display: inline;
}
.lineElementh a div span.lineElementhLink1,
.lineElementh a div span.lineElementhLink1 div {
	text-decoration: underline;
}
.lineElementh a div span.lineElementhLink2,
.lineElementh a div span.lineElementhLink2 div {
	text-decoration: none;
}
.lineElementh a div span.lineElementhLink1 div.lineElementhLink-PriceOld,
.lineElementh a div span.lineElementhLink2 div.lineElementhLink-PriceOld {
	color: gray;
	text-decoration: line-through;
}
.lineElementh a div span.lineElementhLink1 div.lineElementhLink-PriceNew,
.lineElementh a div span.lineElementhLink2 div.lineElementhLink-PriceNew {
	font-weight: bold;
	color: red;
}
.lineElementh a:hover>img {
	opacity: .8;
	filter: alpha(opacity=80);
}
.lineElementh a .bsDebug {
	text-decoration: none;
	color: black;
	margin: 0;
	padding: 4px 10px;
	font: normal 10px/12px Verdana;
	position: relative;
	top: -60px;
}
.bestSeller {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	top: -80px;
}
.bestSeller img {
	border: 0;
	cursor: pointer;
}
.headhLine h3 {
	margin: 0 10px;
	padding-bottom: 3px;
	font: bold 12px/17px Verdana;
}
.headhLine h3 span {
	color: #ddd;
	font: normal 11px/17px Verdana;
}

