@charset "utf-8";
/* CSS Document */
body {
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 10pt;
	background-color: #1D1D1D;
	/*background-image: url(pic/bg.jpg);*/
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link, a:visited {
	color: #CC0000;  /*font-weight: bold;*/
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.index {
	font-weight: bold;
}
a.biglink {
	font-weight: bold;
	font-size: 12pt;
}
a.navlink:link, a.navlink:visited{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.navlink:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.highlightlink:link, a.highlightlink:visited{
	font-weight: bold;
	color: #99FF00;
	text-decoration: none;
}
a.highlightlink:hover {
	text-decoration: underline;
	color: #99FF00;
	font-weight: bold;
}
a.shopnav:link, a.shopnav:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.shopnav:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.altlink:link, a.altlink:visited{
	font-weight: bold;
	color: #f16417;
	text-decoration: none;
}
a.altlink:hover {
  text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.smallNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFF33;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFF33;
}
h3 {
	font-size: 14px;
	color: #FFFF33;
}
.tableBorder {
	border: 1px solid #333333;
}

.td_Main {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.td_Nav {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.td_RightLine {
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.tableBorderNoRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.highlight {
	color: #FF0000;
}
.tip {
	color: #FF9900;
}
.highlightII {
	color: #FFFF00;
}
.tableTitle {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.highlightFat {
	color: #99FF00;
	font-weight: bold;
}
.tableBorderNoRight_padded {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 10px;
}
.box_default {
	background-image: url(http://cdn.pitwall-project.com/img/frame/table_bg.gif);
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}