@charset "UTF-8";
/* CSS Document */

body,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	margin: 0px;
	background-color:#000000;
}

td {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #CCC;
   margin: 0px;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;boxText
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}

h1 {
	color: #FFFFFF;
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
.back-drop-l {
	/*background-image: url(images/backdrop-l.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	background-color: black;
}
.back-drop-r {
	/*background-image: url(images/backdrop-r.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	background-color: black;
}.mod-t-l {
	background-image: url(images/mod-t-l.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 6px;
	width: 9px;
}
.mod-b-l {
	background-image: url(images/mod-b-l.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 6px;
	width: 9px;
}
.mod-b-r {
	background-image: url(images/mod-b-r.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 9px;
}
.mod-t-r {
	background-image: url(images/mod-t-r.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 6px;
	width: 9px;
}
.mod-t {
	background-image: url(images/mod-t.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.mod-l {
	background-image: url(images/mod-l.png);
	background-repeat: repeat-y;
	background-position: right;
}
.mod-r {
	background-image: url(images/mod-r.png);
	background-repeat: repeat-y;
	background-position: left;
}
.mod-b {
	background-image: url(images/mod-b.png);
	background-repeat: repeat-x;
	background-position: top;
}
.grey-text {
	color: #999999;
}
.white-text {
	color: #FFF;boxText
}

.footer {
	font-size: 10px;
	color: #666666;
	background-color: black;
}
.footer a:link {
	color: #666;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #666;
}
.footer a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.footer a:active {
	text-decoration: none;
	color: #666;
}

.nav-back {
	background-image: url(images/nav-back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 155px;
	width: 124px;
}
.nav-back :link {
	color: #FFF;
}
.nav-back :visited {
	color: #FFF;
}
.nav-back :hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.nav-back :active {
	color: #FFF;
}

.placeholder-skate {
	/*background-image: url(images/avatar.jpg);
	background-repeat: no-repeat;
	
	height: 200px;
	width: 220px;
	padding: 0px;
	margin: 0px;
	text-align: right;*/
	
	/*background-position: right bottom;*/
   width: 219px;
   padding: 0px;
   margin: 0px;
}
.price-text {
	font-size: 21px;
	font-weight: bold;
	color: #FF0000;
}
.product-title-text {
	font-size: 18px;
	color: #FFFFFF;
}

.infoBoxHeading {
   height:0px;
}
