
/** 
 * Main SPS class 
 */
 
div.sps_product {

	clear:both;
	overflow:auto;
	line-height: normal;
	padding-top:0.5em;
}

/** 
 * Class for product name 
 */
 
.sps_product .product_name {

	display: block;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.sps_product .product_image {

}

.sps_product .product_image  img:hover {

	border: 1px solid #AAAAAA;
}

.sps_product .product_image a {
	text-decoration: none;
}

.sps_product .product_image img {

	object-fit: contain;
    width: 90px;
    height: 67px;
	border: 1px solid transparent;
	background-color: white;

	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000)";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')
}

.sps_product .product_s_desc {

	display: block;
	font-size: 85%;
}

.sps_product .product_price {

	display: block;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	font-size: 85%;
}

.sps_product .product-Old-Price {

	font-size: 120%;

}


.sps_product .product_link_readmore {
	font-size: 85%;
}

.sps_product .product_link_readmore a {

	font-weight: bold;
}


.sps_product .product_link_readmore a:hover {

	color: blue;
}


.sps_product .product_link_addtocart {

}


.sps_product .product_link_mycart a {

	color: #990000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}


.sps_product .addtocart_button_module {
	color: #990000;
	width: 94px;
	height: 29px;
	cursor: pointer;
	border: medium none;
	background: url('button-submit.png') no-repeat left top;; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Arial, Helvetica, sans-serif
}

.sps_product .product_link_mycart {
}




.sps_product .product_link_mycart a:hover {
	color: #990000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.quantity_box_button {
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #000000;
	height:10px;
	vertical-align:middle;
	width:10px;
}

.quantity_box_button_down {
	background: middle url('down_small.gif') no-repeat center;
}

.quantity_box_button_up {
	background: middle url('up_small.gif') no-repeat center;
}