/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a { text-decoration: none }
a:link { color: #006FAA }       /* unvisited link */
a:visited { color: #006FAA }   /* visited links */
a:active { color: #006FAA }    /* active links */
a:hover { text-decoration: underline } /* mouseover links */
a:link img { border: none }  /* unvisited img link */
a:visited img { border: none }  /* visited img link */
a:active img { border: none }  /* active img link */

INPUT, TEXTAREA, SELECT {font-family: Verdana; font-size: x-small;}

table.main {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
}
td.news {
	padding: 12px;
	text-align:left;
}
td.newsx {
	padding: 12px;
	text-align:center;
}
td.newsy {
	padding: 12px;
	text-align:right;
}
td.pink {
	background-color: #FFCCCC;
}
td.footer {
	background-image: url(images/bottombar.gif);
	background-repeat: repeat;
}
td.copy a {
	color: #FFFFFF;
	text-decoration: none;
}
td.copy a:link {
	color: #FFFFFF;
	text-decoration: none;
}
td.copy a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
td.copy a:active {
	color: #FFFFFF;
	text-decoration: none;
}
td.copy a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
img.boxes {
	border: 1px solid #FFCCCC;
}
td.verticalrule {
	background-image: url(images/verticalrules.gif);
	background-repeat: repeat;
	width: 5px;
}
td.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background-position: center;
}
p.error {
	color:red;
}
td.pricetag {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: none;
	text-align: left;
}
span.sale {
	text-decoration:line-through;
}