/* ----------------
// Products - List
// ---------------- */

div#products {
	min-height:            1px;
}

/* min-height IE6 */
/*\*/
* html div#products {
	height:                1px;
}
/**/

/*div#products a.product {
	float:                 left;
}
*/

.product {
	display:               block;
/*	width:                 139px;
	height:                150px;
	padding:               5px;
	border:                1px solid #f5f5f5;
	margin:                2px;
	background:            #f5f5f5;
	text-align:            center;
	text-decoration:       none;
*/
}

.product img {
	max-width:             100px;
	max-height:            100px;
}

.product .producttitle {
}

.product .productprice {
}

.product .imagewrapper {
	height:                100px;
}

.product .productbuttons {
}

.product a.details,
.product a.addtocart {
  position: relative;
  float: left;
  display: block;
  width: 50px;
  padding: 4px;
  margin-right: 10px;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.product a.details {
  color: #ffffff !important;
  background: #7c7e81;
}

.product a.addtocart {
  color: #ffffff !important;
  background: #86af2f;
}

.product a.details:hover,
.product a.addtocart:hover {
  text-decoration: none !important;
  border: 0px !important;
}

/* ----------------
// Products - View
// ---------------- */

div#productimages_wrapper {
	float:                 left;
	width:                 230px;
	/*height:                260px;*/
	margin-right:          20px;
	text-align:            center;
}

div#productimages {
	width:                 220px;
	height:                220px;
	margin-right:          10px;
	margin-bottom:         10px;
	padding:               5px;
	border:                1px solid #cccccc;
	background:            #ffffff;
	text-align:            center;
}

div#productdetails {
	float:                 left;
	width:                 235px;
	padding-bottom:        20px;
}

div#productdetails .old_price {
  text-decoration:       line-through;
  font-weight:           normal;
}

div#productdetails .special_offer {
  display:               block;
  margin-top:            5px;
}

div#productdetails select.variations {
  width:                 235px;
}

/*div#productdetails select.variations {
  font-size:             0.8em;
}*/

div#productinfo {
	clear:                 both;
	margin:                0 0 10px 0;
}

a.imagebrowser {
	float:                 left;
	display:               block;
	width:                 30px;
	height:                14px;
	margin:                0 5px 5px 0;
	font-size:             0.8em;
	padding:               5px 0 5px 0;
	color:                 #888888;
	background:            #fafafa;
	border:                1px solid #e5e5e5;
	text-decoration:       none;
}

a.imagebrowser:hover {
	background:            #ffffff;
}

/*div#buyitem {
	text-align:            center;
	background:            #f0f0f0;
	padding:               10px 0 10px 0;
}

div#buyitem a {
	display:               block;
	font-weight:           bold;
}

input#btnAddToCart {
	margin-top:            10px;
}
*/
