body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #acf;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

a {
  color: #00f;
}

a:hover {
  color: #f00;
}

input[type="submit"], input[type="button"] {
  color: #000;
  background-color: #ccc;
  border: 1px solid #000;
}

/*
Template
*/

#siteWrapper {
  background-color: #fff;
  width: 90%;
  margin: 0px 5%;
}

#header {
	background-color: #000000;
	width: 100%;
}

#siteNavigation {
	background-color: #aff;
	width: 100%;
	font-size: 14px;
}

#siteNavigation div {
	width: 180px;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#siteNavigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#siteNavigation ul li {
  float: right;
  margin: 0px;
}

#siteNavigation ul li a {
	display: block;
	background-color: #aff;
	color: #000;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#siteNavigation ul li a:hover {
  background-color: #9cc;
}

#categoryNavigation {
  background-color: #cfc;
  width: 180px;
  float: left;
}

#categoryNavigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#categoryNavigation ul li {
  margin: 3px 0px;
}

#categoryNavigation ul li a {
	display: block;
	background-color: #000;
	color: #fff;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#categoryNavigation ul li a:hover {
	background-color: #000000;
}

#categoryNavigation ul li a.subcategory  {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #333;
}
#categoryNavigation ul li a.subcategory:hover {
  background-color: #666;
}

#content {
	padding: 15px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 190px;
}

#footer {
	background-color: #fcf;
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a {
  margin-left: 10px;
}

#homePageImage {
  float: right;
}

/*
Additional options in the left navigation such as search, and login
*/
.sideBox {
  width: 150px;
	padding: 5px;
  margin: 30px auto;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.sideBox input {
  font-size: .8em;
}

.sideBoxField {
  width: 100px;
}

.sideBoxButton {
  font-family: Arial, sans-serif;
  width: 40px;
  padding: 0px;
  text-align: center;
}

.loginField {
  width: 80px;
}

/*
 Product Browsing / Searching
*/

.productThumbnailRow {
  width: 100%;
  float: left;
}

.productThumbnail {
	/*display: block;*/
	float: left;
	width: 22%;
	margin: 1%;
	text-align: center;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #FF0000;
}


.productThumbnail:hover {
  background-color: #f6f6f6;
}

.productThumbnail .thumbnailImage {
  display: block;
  width: 100px;
  height: 110px;
  margin: 5px auto;
  border: 1px solid black;
  background-color: white;
  cursor: pointer;
  line-height: 110px;
  white-space: nowrap;
}
.productThumbnail .thumbnailImage  img {
  vertical-align: middle;
}

.productThumbnail .thumbnailImage  span {
  visibility: hidden;
}

.productThumbnail .productThumbnailPrice {
	font-size: 12px;
}

.productPaging {
  float: right;
  margin-right: 100px;
}

/*
Product Details
*/

#productNumber {
	color: #a66;
	font-size: 10px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#productDescription {
	margin-right: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#productRetailPrice {
	color: #f00;
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#productRegularPrice {
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#productPrice {
	color: #060;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#productFiles {
  float: right;
  width: 320px;
  padding: 10px;
  margin: 0px 5px;
  background-color: #ff0;
}

#productMainImageLink {
  display: block;
  width: 300px;
  height: 310px;
  margin: 5px auto;
  border: 1px solid black;
  background-color: white;
  cursor: pointer;
  line-height: 310px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
#productMainImageLink  img {
  vertical-align: middle;
}

#productMainImageLink  span {
  visibility: hidden;
}

#productLargeImageBox {
  position: absolute;
  display: none;
  padding: 10px;
  right: 70px;
  background-color: black;
}

.productPreviewLink {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 5px 5px;
  border: 1px solid black;
  background-color: white;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.productPreviewLink  img { 
  /*height: 100%;*/
  margin-left: -25%;
  margin-top: -25%;
}

.productFileLink {
  display: block;
  clear: both;
}

.productAttributeType, #productQtyAndAdd {
  background-color: #ddd;
  border: 1px solid #666;
  margin: 10px 0px;
  padding: 5px;
  width: 250px;
}

.productAttributePrice {
  font-size: 10px;
  white-space: nowrap;
}

.productAddToCart {
  margin: 5px 0px;
}

/*
Checkout Forms
*/
#shoppingCart {
  width: 100%;
}

#shoppingCart td {
  padding: 5px;
}

.cartHeader {
  font-weight: bold;
  background-color: #ff6;
  padding: 5px;
}

.cartRow {
  background-color: #fff;
}

.cartRowAlt {
  background-color: #ff9
}

.checkoutForm {
  margin: 10px auto;
  border: 1px solid black;
  border-collapse: collapse;
  width: 90%;
  font-size:12px;
}

.checkoutFormTitle {
  background-color: #cccccc;
  font-weight: bold;
  padding: 0px;
}

.checkoutForm table {
  width: 90%;
}

.checkoutForm tr {
  margin: 0px;
}

.checkoutForm td {
  margin: 0px;
  padding: 8px 4px;
  width: 25%;
}

.checkoutForm input {
  width: 160px;
}

.checkoutForm select {
  width: 165px;
}

.checkoutElement {
  width: 90%;
  margin: 10px auto;
}

.error {
  color: red;
  font-size: 12px;
}
.miniCartButton a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CC00;
	padding: 3px;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 60px;
	margin: 2px;
}
.miniCartButton a:hover {
	color: #FF6600;
	background-color: #990000;
}