﻿/* ************************************************************************************ */
/* Change Log                                                                           */
/*                                                                                      */
/* 18-06-2010  - Richard Chapman - Deltasoft - Add flexible option facility             */
/* 29-07-2010  - Richard Chapman - Deltasoft - Add Extra/Base price facility            */
/* ************************************************************************************ */

#inner .chunk .shop-item {
border: #999999 1px solid;
}

#inner .chunk .shop-item {
            margin: 0;
        }
        
#inner .chunk .shop-item div
{
    padding: 5px;
}

#inner .chunk .shop-item 
{
    margin-bottom: 1.5em;
    zoom: 1;
}
		  	  
#inner .chunk .shop-item div .pricecontainer
{
    text-align: center;
    min-height: 3.5em;
}

#inner .chunk .shop-item div .pricecontainer .price {
    font-weight: bold;
    margin-bottom:0px; 
}

#inner .chunk .shop-item div .pricecontainer .pricetext {
    font-weight:normal;
    font-size:8px;
}


p.price,
p.moreinfo {
    text-align: center;
    padding-top: 2px;
	
}

p.moreinfo a{
    text-align: center;
    padding-top: 2px;
	text-decoration: none;
}

p.moreinfo a:hover{
    text-align: center;
    padding-top: 2px;
	text-decoration:underline;
	
}


#itemoutofstock {
    font-weight:bolder;
    color:red;
    text-align:center;
    padding: 2px 2px 2px 2px;
}


#iteminstock 
{
    font-weight:normal;
    color:#333333;
    text-align:center;
    padding: 2px 2px 2px 2px;
    text-align: center;
    
}

#itemRRPoffer
{
    font-size: smaller;
    line-height: 1.4em;
    font-weight:normal;
    color:#333333;
    text-align:center;
    padding: 1px 2px 1px 2px;
}

#itemRRPofferprice
{
    font-size: smaller;
    line-height: 1.4em;
    font-weight:bolder;
    color:#000;
    text-align:center;
    padding: 1px 2px 1px 2px;
	text-decoration:line-through;
}
#itemspoffer
{
    font-size: smaller;
    line-height: 1.4em;
    font-weight:normal;
    color:#333;
    text-align:center;
    padding: 1px 2px 1px 2px;
    text-align: center;
}

#itemspofferwasprice
{
    font-size: smaller;
    line-height: 1.4em;
    font-weight:bolder;
    color:#000;
    text-align:center;
    padding: 1px 2px 1px 2px;
text-decoration: line-through;
}

/* Set minimum height for shop item text */
#inner .chunk .shop-item span.img {
	min-height: 11.5em;

}
#inner .chunk .shop-item .itemdesc {
	min-height: 7.5em;
}

#inner .chunk .shop-item p.moreinfo {
height: 35px;
}

#inner .chunk .shop-item h1 {
	font-size:12px;
	text-align:center;
	min-height: 3em;
	padding: 4px;
	margin-bottom: 4px;
}

.shopheader
{
    background-color: #00A287;
    color: White;
}

.shopbody
{   
    background-color: #5ED0BD;
}

.shopfooter
{   
    background-color: #1E796A;
}

#inner .chunk .shopgrid h1
{
    font-size: inherit;
    color: inherit; 
}

.pricefromtext
{
    padding-right: 0.5em;
    /* display:block; *//* Force price value below */
}