/* master layout */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}

a {font-family:Georgia,serif; font-size:large}
a:link {color:ff9900;}
a:visited {color: #993333;}
a:hover {text-decoration: none; color: #663300;
font-weight:bold;}
a:active {color: red;text-decoration: none}

.textsale{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	text-align: left;
}
.textpricenc {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}
.textpricebc {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}

.textsaleiteml {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	border: thin solid #FFF;
}

.salehead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	vertical-align: middle;
}
.salehead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.saletextheadblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
}

.textsale p {
	text-align: center;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: normal;
}
.saletexthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
.margin-top {
	margin-top: 20px
}