/* MEIN MIO shop css fr Simple WP Shopping Cart*/
/* stand: Januar 2010 */

/* BOX FR DEN GESAMTEN ARTIKEL */
p.store_item
{
width:100%;
height: auto;
float:left;
border: none;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;

}

/* ARTIKELBILD */
img.store_item_pic
{
width: 150px; ;
margin-top: 1px;
margin-right: 1px;
margin-bottom: 10px;
margin-left: 1px;
border: solid 1px grey;
float: left;
-webkit-box-shadow: #c7c7c7 5px 5px 10px;
-moz-box-shadow: #c7c7c7 5px 5px 10px;
}

/*ARTIKELDETAILS-BOX*/
p.store_item span.store_item_details
{
border: none;
width: 348px; 
/* height: 126px; */
margin-top: 1px;
margin-right:  1px;
margin-bottom:  5px; 
margin-left: 15px;
float: left;

/*TEXT FORMAT FUER ARTIKELDETAILS*/
line-height: normal;
text-align: left;
font-family: arial, "Lucida Grande", Verdana, Arial;
}

/* MARGIN FÜR WP-Shopping-Cart-BUTTONS */
p.store_item span.store_item_details object form input
{
margin-top: 20px;
margin-bottom: 15px;
}

.shoplink
{
font-size: 15px;
font-weight: bold;
}