/*
Title:      NotJustTaps client styles
Author:     wordsandpeople.com
Updated:    Oct 2005
*/




table.rangeTable {
	width: 80%;
}
table.rangeTable td {
	padding: 5px;
}
a .brder {
	border-width: 1px 1px 2px 2px;
	border-color: #5cacee;
	border-style: solid;
}
a:hover .brder {
	border-color: #32cd32;
}

h4.footquote {
	text-align: center;
	font-style: italic;
	font-size: 75%;
	color: #666;
	margin: 25px 0 15px 0;
}

table.prodTable {
	width: 100%;
}
.ilcaption {
	text-align: center;
	color: #FF6600;
}

.picRight {  
	float:right; 
	margin: 9px 0 5px 9px; 
} 
.picLeft { 
	float:left; 
	margin: 9px 9px 5px 0; 
}

.offerTable {
	padding: 0;
	width: 90%;
	margin: 10px auto;
	}
.specialOffer {
	padding: 10px 0 15px 50px;
	background: url(../images-design/h2-special-stamp.gif) no-repeat 0% 0%;
	}
.s-normal {
	color: #999;
	text-decoration: line-through;
	}
.s-sale {
	color: #CC3300;
	font-weight: bold;
	background: #FFCC33;
	padding: .2em .5em;
	display: inline;
	}
.s-note {
	font-size: 82%;
	color: #666;
	padding-top:.5em;
	}	

