@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-image: url(../images/index_01.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #999;
}
.primarytable {
	width: 902px;
	border: 1px solid #FFF;
}
.content {
	background-color: #000;
	vertical-align: top;
	padding: 10px;
	width: 620px;
}
.peripheral {
	background-color: #333;
	vertical-align: top;
	padding: 5px;
	width: 250px;
}
.td_addtocart {
	padding-left: 30px;
	background-color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}
.td_addtocart_image {
	background-color: #333;
	vertical-align: top;
}

.td_formleft {
	padding-right: 10px;
	text-align: right;
}
.peripheral_contact {
	background-color: #333;
	vertical-align: top;
	width: 230px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.addtocart {
	float: right;
	width: 174px;
	padding: 10px;
	border: 1px dotted #999;
	background-color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.addtocartwide {
	float: none;
	width: 600px;
	padding: 10px;
	border: 1px dotted #999;
	background-color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.smallerfont {
	font-size: 10px;
}
.regularprice {
	font-size: 14px;
	font-weight: bold;
	text-decoration: line-through;
}
.regularprice-nostrike {
	font-size: 14px;
	font-weight: bold;
}

.onsaleprice {
	font-size: 14px;
	font-weight: bolder;
	color: #FF3;
}
.outofstock {
	font-size: 12px;
	font-weight: bolder;
	color: #FF3;
}

