/* Basic Site CSS : Background & Links : Non SiteStorePro Specific CSS */
body{
	margin:0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* Font Size */
	background-image: url(../Templates/blue_back.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	color: #666666;
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	color: #003300;
}

/* Values Below Format the Sample Template Included With Site Store Pro */

.Site_OUTER_Border {
	width: 900px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.header_background {
	background-repeat: no-repeat;
}

.Main_Body_background{
}

.bottom_links_background{
	height: 25px;
	border: 0px none #666666;
	padding: 4px;
}


.bottom_links {
	color: #999999;
}

.Bottom_Copyright_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 20px;
	padding: 4px;
}
.qtySelector {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	background-color: #66FF33;
	border: 1px solid #003366;
	text-align: center;
	vertical-align: middle;
}
.main_store_back {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../Templates/black_back.jpg);
	background-repeat: repeat-x;
}
.main_store_back2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../Templates/black_back2.jpg);
	background-repeat: repeat-x;
}