@charset "utf-8";
/*MAIN PRODUCTS CSS */
.productBlock {
	width:280px; /*set according to how many columns*/
	height:435px; /*set according to how many columns*/
	overflow: hidden;
	background: white;
	margin: 0 0 10px 10px;
	border: 1px solid #CBCBCB;
	float: left;
	text-align: left;
}
.productBlock h2 {
  margin: 5px;
  padding: 5px;
  background-color: #F0F0F0;
}
.productBlock table, .checkout table, .mi-checkout table {
	margin-left: 0;
	margin-right: auto;
	margin-top: .5em;
	margin-bottom: .5em;
	text-align:left;
}
.productNameTop {
	text-align:center;
	color:#114477;
	font-weight:bold;
	background-color:#EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-decoration:none;
	height:18px;
} 
.productNameTop A:link {
	color:#114477;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-decoration:none;
}
.productNameTop A:visited {
	color:#114477;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-decoration:none;
}
.productNameTop A:active {
	color:#114477;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-decoration:none;
}
.productNameTop A:hover {
	color:#114477;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
}
.productGraphic {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
}
.productGraphic img {
  border: none;
  margin: 0 5px;
}
.productName {
	white-space: normal;
	padding-left:8px;
	text-align:center;
	font-weight: bold;
} 
.productDescription {
  margin: 1em 0;
} 
.productSku {
  margin: 1em 0;
} 
.productPrice {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-weight: bold; 
  color: #FF0000; 
  text-decoration: none;
  margin: 1em 0;
  white-space: nowrap;
  padding-left:8px;
  padding-bottom:10px;
} 
#add-to-cart {
  float:right;
  width:75px;
  padding-top:-100px;
  padding-right:50px;
}
.onsale {
  color:  #114477;
  font-weight: bold;
  border: 1px solid #E0E0E0;
  padding: 0 .25em;
  margin: .5em;
} 
.checkout {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-weight: bold; 
  color: #000000; 
  text-decoration: none;
  white-space: nowrap;
  padding-left:8px;
} 
.QPtable {
	margin: 1em 0;
} 
.QPtable span.onsale {
border: none;
}
#order-options {
  	float:left;
  	width:140px;
}
.mi-productDescription {
  padding-bottom: 1em;
}
.mi-productPrice {
  margin: 1em 0;
  color: #FF0000;
}
  
.mi-checkout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	padding-left:8px;
	text-align:left;
	width: 98%;
}


.mi-checkout select {
  margin-bottom: 1em;
  text-align:left;
}

.mi-addtocartbtn {
  text-align: right;
  margin: 5px 5px 0 5px;
}
.mi-productBlock {
  margin: 0;
  padding: 0px;
  color: #000000;
}

.mi-productBlock h1, .mi-productBlock h2, .mi-productBlock h3, .mi-productBlock h4, .mi-productBlock h5 {
  color: #000000;
  }

.mi-productInfowrap {
  padding: 0;
  white-space:normal;
}

.mi-productGraphic img {
  border: none;
  padding: 0;
  margin: 0;
  text-align:center;
}

.mi-productName {
  color: #000000;
  font-weight: bold;
  text-align: left;
  margin: 1em 0;  
}
.productName-moreinfo {
  white-space: normal;
  padding-left:8px;
}

.productDescription-moreinfo {
  margin: 1em 0;
}


.productInfowrap {
  margin: 0 5px;
}
.productBlock-moreinfo
{
	width:565px;
	background: white;
	border: 1px solid #CBCBCB;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-right: 5px;
}

.productNameTop-moreinfo
{
	text-align:center;
	vertical-align:middle;
	color:#1F275F;
	font-weight:bold;
	background-color:#EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	height:18px;
	width: 570px;
}










