#Gallery {
    overflow: hidden;
    list-style: none;
}

#Gallery li {
    position: relative;
    float: left;
    width: 138px;
    height: 200px;
    background-color: #f4f4ea;
    margin: 5px;
    font-size: 0.8em;
    line-height: normal;
    text-align: center;
    list-style: none;
}

#Gallery li.selected {
    background-color: #f0f0c0;
}

#Gallery li a span {
    background-color: inherit;
}
#Gallery img {
    display: block;
    margin: 5px auto;
    border:0;
}

#Gallery img.cart {
    cursor: pointer;
}

.clear {
    clear: both;
    visibility: hidden;
}

.GalleryPages {
    text-align:center;
}
.GalleryPages a{
	padding:2px;
}

.GalleryPages a:hover {
	background-color:#423934;
	color:white;
}

.GalleryPages span.selected {
    font-weight: bold;
}

#ItemZoom {
	background-color:#F4F4EA;
}

#ItemImage {
    float: left;
    width: 328px;
}

img.border {
    display: block;
	padding: 4px;
	background-color: white;
	border: 1px solid #999;
}
#ItemImage img{
	margin: 0 auto;
}

#ItemDetails {
    float: left;
}
#ItemDetails div {
  margin: 0 0 10px 0;
  font-style: italic;
}
#ItemDetails ul {
  list-style: none;
}
#ItemDetails li {
  list-style: none;
}
#ItemDetails img {
	margin: 10px 10px 0 0;
}
#ItemDetails a:hover {
    background-color: #F4F4EA;
}
#ItemFeatures {
    float: left;
	margin: 0;
    padding: 4px;
    width: 20em;
	background-color: white;
}

#ItemFeatures table{
	text-align: left;
    margin: 0 0 10px 0;
}
#ItemFeatures td, #ItemFeatures th {
    padding: 0;
    margin: 0;
}

#SubjectTable th{
    color: brown;
}

#ItemFeatures a.add{
    display: block;
    width: auto;
	margin:0 10px;
	height:2.5em;
	line-height:2.5em;
	text-decoration:none;
}

#ItemFeatures a.add:hover {
	background-color:#423934;
	color:white;
}

#ItemFeatures a.add img{
    display: inline;
    margin: 0 6px;
    border: 0;
    vertical-align: middle;
}

.highlight {
    color: brown;
    text-decoration: underline;
}

.strikeout {
    text-decoration: line-through;
}

#AddToCart {
    cursor: pointer;
}

#shop-info {
    float: right;
    width: 145px;
}

#customer-form, #customer{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 270px;
    height: 38px;
}

#customer-form label{

}

#customer-form input{
	border: 1px solid;
	background-color: white;
	color: #666;
	font-size: 12px;
	width: 80px;
}
	
#customer-form input.submit{
	width:50px;
}

#customer-form #customer-code-help {
    /*text-align: right;*/
    font-size: 0.8em;
}

#customer-cart {
}

.gray-box {
	border:1px solid #D8D5CC;
	background-color:#F5F5ED;
	padding:10px;
    margin: 10px 0;
}

#customer-cart .cart-item {
    border-top: 1px dashed black;
    padding: 6px 0;
}

#customer-cart .cart-item a {
    display: block;
}

#customer-cart .cart-first-item {
    font-weight: bold;
}

#customer-cart .cart-total {
    clear: both;
    padding-bottom: 6px;
}

#customer-cart .cart-info img {
    float: left;
}

#cart-details-button {
  margin: 0 auto;
  display: block;
}

.x-btn-text {
  color: black;
}

.fast-shop {
    width: 6em;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
}
.fast-shop img {
    display: inline !important;
    vertical-align: middle;
    margin: 0 !important;
    padding: 0 6px;
    cursor: pointer;
}
.fast-shop span {
    vertical-align: middle;
}

.stock-info {
    position: absolute;
    right: 2px;
    bottom: 2px;
}

#no-cookies-alert {
  border: 2px solid red;
  margin: 5px;
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

#ItemDescription {
  clear: both;
	margin: 10px;	
  border: 2px solid #DEDAD7;
}

#ItemDescription img {
    float: left;
    margin: 10px;
}

#ItemDescription .margin {
    margin: 10px;
}

.sold-out {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

