/* Store */

#location-info p {
	margin: 0 0 10px 0;
	padding: 0;
}


/* ************************************************************ */
/* *************   store product boxes   ********************** */ 
/* ************************************************************ */

.store-product-boxes {
	width: 100%;
	display: table;
	margin: 0 0 5px 0;
	clear: both;
}


.store-product-boxes .store-product-row {
	width: 100%;
	margin: 0;
	padding: 0;
}


.store-product-boxes .store-product { 
	margin: 0;
	padding: 0;
	/*border-right: 1px solid #A3896A;*/
	border-right: 1px solid #B7B7B7;
	border-collapse: collapse;
}


.store-product-boxes .store-product.left {
	width: 235px;
}


.store-product-boxes .store-product.middle { /* predefinovano pro IE */
	width: 234px;
	padding: 0 0 0 14px;
	text-align: center;
}


.store-product-boxes .store-product.right { 
	width: 236px;
	border-right: none;
}


.store-product-boxes .store-product.last {
	border-right: none;
}


.store-product-boxes .store-product.right .box-content { 
	float: right;
}


.store-product-boxes .store-product .box-content { 
	height: 278px;
	width: 221px;
	border-bottom: 1px dashed #B7B7B7;
	text-align: left;
	margin: 0;
	padding: 15px 0 0 0;
}


.store-product-boxes .store-product-row.last .box-content {
	border-bottom: none;
}


.store-product-boxes .store-product-row.first .box-content {
	padding: 0;
}


.store-product-boxes .store-product .box-content .image-box {
	height: 195px;
	margin: 0;
	padding: 0;
}


.store-product-boxes .store-product .box-content .image-box img.product {
	margin: 0 7px 0 0;
	border: 1px solid #000000;
	float: left;
}


.store-product-boxes .store-product .box-content .image-box .price-box {	
	height: 100%;
	float: left;
}


.store-product-boxes .store-product .box-content .image-box .price-box .icon {	
	height: 108px;
}

.store-product-boxes .store-product .box-content .image-box .price-box .icon img{	
	border: 1px solid #666666;
}


.store-product-boxes .store-product .box-content .image-box .price-box a {
	font-weight: bold;
}


.store-product-boxes .store-product .box-content .image-box p {
	margin: 0 0 3px 0;
}


.store-product-boxes .store-product .box-content .image-box p.detail {
	background: url(../images/detail.gif) no-repeat;
	padding: 0 0 0 20px;
	margin: 10px 0 7px 0;
}


.store-product-boxes .store-product .box-content .cart-box p {
  margin: 3px 0 10px 0;
	padding: 0 0 5px 0;
}
 
 
.store-product-boxes .store-product .box-content .cart-box h2 {
  font-size: 10pt;
  font-weight: normal;
  padding: 5px 0 10px 0;
}

.store-product-boxes .store-product .box-content .cart-box .has-variants {
  color: green;
}

.store-product-boxes .store-product .box-content .cart-box .not-available {
  color: red;
}


.store-product-boxes .store-product .box-content .cart-box form {
	margin: 0;
	padding: 0;
}


.store-product-boxes .store-product .box-content .cart-box input {
	font-weight: bold;
}


.store-product-boxes .store-product .box-content .cart-box input.quantity {
	font-weight: normal;
	width: 20px;
	/*border: 1px #CEDCE3;*/
}


.store-product-boxes .store-product .box-content .cart-box input.cart {
	/*background: #AD1488;*/
	background: #AD1488;
	/*border: 1px #FFA382;*/
	width: 100px;
	color: #ffffff;
	margin: 0 0 3px 0;
}


.store-product-boxes .store-product .box-content .cart-box input.wish-list {
	background: #868686;
	border: 1px #DBCFC0;
	width: 106px;
	color: #ffffff;
}


.store-product-boxes .store-product .box-content .cart-box .leftbox {
	float: left;
}


.store-product-boxes .store-product .box-content .cart-box .rightbox {
	float: left;
	margin: 0 0 0 3px;
}


.store-product-boxes .store-product .box-content .price-box p {
  font-size: 9pt;
}

.store-product-boxes .store-product .box-content .price-box .action-price {
	height: 37px;
}

.store-product-boxes .store-product .box-content .price-box .regular-price {
  text-decoration: line-through;
}

.store-product-boxes .store-product .box-content .price-box .action-price .current-price {
	font-weight: bold;
	color: #AD1488;
}


/* ************************************************************ */
/* ***********   recently viewed items   ********************** */ 
/* ************************************************************ */

#viewed-items {
	height: 159px;
	background: url(../images/viewed-items.gif) repeat-x left;
	margin: 20px 0 0 0;
}


#viewed-items h3 {
	margin: 5px 0 15px 15px;
	padding: 5px 0 0 0;
}


#viewed-items .product-box {
	width: 160px;
	float: left;
	margin: 0 0 0 25px;
}


#viewed-items .product-box.first {
	margin: 0 0 0 10px;
}


#viewed-items img {
	border: 1px solid #000000;
	float: left;
	margin: 0 10px 0 0;
}
