/* Add here all your CSS customizations */

.imgright {
  float: right;
  margin: 5px 0 10px 8px;
}
.imgleft {
  float: left;
  margin: 5px 10px 8px 0;
}
.imgcenter {
  display: block;
  margin: 5px auto 5px auto;
}
.imgborder {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
}


.txtright {
	text-align: right;
}
.txtcenter {
	text-align: center;
}
.price {
	color: #444;
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 30px;
	margin-top: 20px;
}
.product_meta {
	clear: both;
}

ul.nav-list.primary > li.active {
	background-color: #CCC;
}