/* Document Font Specifications */
td{
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
}
td strong{
	font-family: Arial, Helvetica, sans-serif;
	color:#4B4B4B;
}
.txtlarge, .txtlarge td, .bordergrey .txtlarge{
	font-size:14px;
	letter-spacing:0px;
	color:#000000;
}
.txtlarge strong, .txtlarge td strong, .bordergrey .txtlarge strong{
	letter-spacing:-1px;
}

.txtmedium, .txtmedium td{
	font-size:12px;
}
.txtsubnav, .txtsubnav td{
	font-size:13px;
}
.txtsmall, .txtsmall td{
	font-size:11px;
}
a, .txtsmall a, .txtsmall td a, .txtsmall td a strong, .txtmedium a, .txtmedium a strong, .txtmedium td a, .txtmedium td strong a, .txtlarge a, .txtlarge td a, .txtlarge td a strong, .txtsubnav a, .txtsubnav td a , .txtsubnav td a strong{
	color:#ED6F00;
	text-decoration:none;
}
a:hover, .txtsmall a:hover, .txtsmall td a:hover, .txtmedium a:hover, .txtmedium td a:hover, .txtlarge a:hover, .txtlarge td a:hover, .txtsubnav a:hover, .txtsubnav td a:hover{
	color:#333333;
	text-decoration:none;
}
a.nonorange, .txtsmall td a.nonorange{
	color:#333333;
	text-decoration:none;
}
a:hover.nonorange, .txtsmall td a:hover.nonorange {
	color:#000000;
	text-decoration:none;
}

/* Settings for navigation Quicklinks and Subnavigation links */
.txtquicklinks, .txtquicklinks td, .txtquicklinks strong, .txtquicklinks td strong{
	font-size:11px;
	color:#ED6F00;
}
.txtquicklinks a, .txtquicklinks a td, .txtquicklinks a strong, .txtquicklinks a td strong{
	color:#4B4B4B;
	text-decoration:none;
}
.txtquicklinks a:hover, .txtquicklinks a:hover td, .txtquicklinks a:hover strong, .txtquicklinks a:hover td strong{
	color:#ED6F00;
	text-decoration:none;
}
.txtorange{
	color:#ED6F00;
}
.txtcurrent, .txtorange .txtcurrent, .txtquicklinks .txtcurrent{
	color:#888888;
}
.txtprice, .txtprice td, .txtprice td strong{
	font-size:12px;
	color:#FFFFFF;
}
.attention {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
}

/* Set the border specs for constantly used tables */
.bordergrey {
border:1px solid #CCCCCC;
}


/* Sets up background image rules*/
.pagebg {
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
}
.endbg {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.section2bg {
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left;
}
.alignbottombg{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom;
}
.aligntopbg{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
}
/* Lines*/
.toplinedddddd {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}.toplinecccccc {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.bottomlinecccccc {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.leftlinecccccc {
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
}

ul {
	margin: 0px 0px 8px 2px;
	padding-left: 1em;
	list-style-type: none;
	list-style-image: url(/menu/images/bullet.gif);
	list-style-position: outside;
}
.opacity {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;

}
.registerfield_short {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	width: 170px;
	color: #333333;
}
.checkoutfield {
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	width: 130px;
	color: #333333;
}
hr {
	height: 1px;
	color: #DBDBDB;
}
