/* HEADER */
.store-header { 
	background: url(images/store-header-bg.jpg) top center repeat-y; 
	width: 999px; 
	height: 105px;
	display: block;
}

.store-sub-navigation {
	width: 999px; 
	height: 24px; 
	background-color: #e4e4e4; 
	display: block;
	float: left;
}

.store-sub-navigation-breadcrumb {
	width: 65%; 
	display: block;
	float: left;
	color:#000000;
}

.store-sub-navigation-breadcrumb a {
	color:#da318d;
	text-decoration: none;
	font-weight: bold;  
	padding: 6px 10px 6px 10px; 
	display: block; 
	float: left; 
	border-right: 1px solid #b6b6b6;
}

.store-sub-navigation-breadcrumb a:hover {
	color:#000000;
	background-color: #ffffff; 
	text-decoration: none;
	font-weight: bold;  
	padding: 6px 10px 6px 10px; 
	display: block; 
	float: left; 
	border-right: 1px solid #b6b6b6;
}

.store-sub-navigation-links {
	width: 35%; 
	display: block;
	float: left;
}

.store-sub-navigation-links a { 
	color:#000000; 
	background-color: #e4e4e4; 
	padding: 6px 10px 6px 10px; 
	font-weight: bold; 
	display: block; 
	float: left; 
	border-right: 1px solid #b6b6b6;
}

.store-sub-navigation-links a:hover {
	color: #da318d; 
	background-color: #ffffff; 
	padding: 6px 10px 6px 10px; 
	font-weight: bold; 
	text-decoration: none; 
	display: block; 
	float: left; 
	border-right: 1px solid #b6b6b6;
}

/* LEFT COLUMN */
.infoBox {
  background: #fce9f8;
}

.infoBoxInverted {
  background: #da318d;
}

.infoBoxInverted {
  background: #da318d;
}

.infoBoxContents {
  background: #fce9f8;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContentsInverted {
  background: #da318d;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.infoBoxContentsInverted a {
  color: #ffffff;
}


.infoBoxContentsCats {
  background: #da318d;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  width: 126px;
}

.infoBoxContentsCats a {
  color: #ffffff;
  float: left;
  padding: 3px;
  width: 120px;
}

.infoBoxContentsCats a:hover {
  background: #000000;
  color: #ffffff;
  float: left;
  padding: 3px;
  width: 120px;
}

.infoBoxContentsCatsRow {
  background: #000000;
  color: #ffffff;
  float: left;
  padding: 3px;
  width: 120px;
}

.infoBoxContentsClear {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #4e4e4e;
}

.infoBoxContentsClear a {
  color: #ab0e5f;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* CENTER COLUMN */
.store-splash {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #212121;
}

.store-splash img {
	text-align: center;
}

.store-product-info td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #212121;
}

.store-product-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #212121;
}

.store-product-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
}

.store-product-price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #da318d;
	font-weight: bold;
}

.store-review-writer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #da318d;
	font-weight: bold;
	line-height: 13px;
}

.store-review-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	font-weight: bold;
}

.store-review-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
}
