﻿/* ************************************************************************************ */
/* Change Log                                                                           */
/*                                                                                      */
/* 18-06-2010  - Richard Chapman - Deltasoft - Add flexible option facility             */
/* ************************************************************************************ */

html { border: none; }

body {
    padding: 0;
    background: #fff;
    min-width: 0;
    border: 0px;
    margin: 0px
    
}

#shopcontainer{
	width: 79%;
	margin: 40px 0 0 200px;
	background-color: #EBEBEB;
    border: 1px solid #666666;
	}
	
#shopinner {
	width:100%;
}

span#price {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 150px;
    color: #000;
    top: -25px;
    margin:0 auto 0 650px;
}

span#pricetext {
    font-weight:lighter;
    font-size:smaller;
    text-align: right;
    top: 10px;
    right: 0;
}


#shopcontainer h1 {
    background-color: #ccc;
    text-transform: uppercase;
    padding: 5px;
    font-size: 18px;
    padding-right: 120px;
}

table th {
    font-size: smaller;
    text-align: center;
    margin-bottom: 5px;
    background: #000;
    margin-left: 5px;
    padding: 5px;
    color: #fff;
}

div#sidebaroptions
{
    padding-bottom: 3px;
}

div#sidebaroptions p {
    clear: both;
    font-size: 0.8em;
    padding: 0 5px;
    color: #888;
    text-align: center;
}
    
div#sidebaroptions select 
{
    display:inline-block;
    padding: 3px;
    text-align: left;
    margin-bottom: 3px;
    margin-left:5px;
    border: 1px solid #ddd;
    background: Transparent;
    cursor: pointer;
    color: #444;
    margin-left: 4;
    width: 225px;
}
    
div#outofstock {
    background-color:Red;
    font-weight:bolder;
    color:White;
    text-align:center;
    padding: 5px 0px 5px 0px
}

div#instock {
    font-weight:bolder;
    color:#000;
    text-align:center;
	margin-bottom: 20px;
	margin-top: 20px;
    padding: 5px 0px 5px 0px;
	font-size:18px;
}

li {
    margin-left: 2px;
}

p#incart { 
    padding-left: 10px;
    font-weight: bold;
    color: #333333;
	background-color:#ccc;
}

p#proceed
{
    padding-left: 10px;
    font-weight: bold;
    color: #333333;
}

p#price {
    padding-left: 10px;
    font-weight: bold;
    color: #333333;


}

#divmoreinfo
{
    minheight: 500px;
    overflow-y: auto;
}

#moreinfodetail
{
    margin: 5px;
    min-height: 150px;
}

p#add {
    margin: 5px 5px;
    width: 145px;
    float: right;
    line-height: normal;
    background-color: #800;
}

p#add input#btnaddcart
{
        line-height: 25px;
        background-color: #800;
        text-decoration: none;
        cursor: pointer;
        margin: 5px;
        color: #fff;
		border: none;
}

p#proceed {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    background-color: #000;
}

    p#proceed span {
        cursor: pointer;
        display: block;
        margin: 5px 160px;
        line-height: 25px;
        background-color: #800;
    }
    
p#proceed span:hover
{
    background-color: #c00; 
}
     
p#add.disabled
{
    display: none;
}
    
p#incart { 
	padding-top: 15px;
	padding-bottom: 15px;
}
    
    p#incart a {
            }

p#moreinfo {
    line-height: 1.4em;
    padding: 5px;
}

#pics 
{
}

p#pics a {
    /*display: block; Stops the immages lining up in the shop more section */
    float:left;
    padding:4px;
}

p#pics img.last { padding-right: 0; }

.specialscontainer
{
    background-color: #eee;
    text-align:right;
    padding:5px;
}

.seesearchtabl
{
    /*width:100%;*/
    border-collapse:collapse;
    padding:0px;
    margin:0px;
}

.seesearchtabl th
{
    background-color:#4a4a4a;
    color:#e2e2e2;
    text-align:left;
    padding:5px;
}

.seasearchTDsa
{
    width:133px;
    vertical-align:top;
    height:100%;
}

.seasearchTDsrch
{
    width:100%;
    padding:5px;
    vertical-align:top;
    background-color:#FFFFCE;

}

.seealsomini
{
    border-collapse:collapse;
    /*border:solid 1px #4a4a4a;*/
    width:200px;
    height:100%;
    padding:0px;
    margin:0px;
    color:#4a4a4a;
}

.seealsomini tr
{
    height:66px;
}

.seealsomini a
{
    font-size:x-small;
}

.seealsominiimg
{
    width:66px;
    height:66px;
    background-color:#999999;
    padding:3px;
    margin:0px;
    text-align:center;
    vertical-align:middle;
}


.seealsominitxt
{
    width:133px;
    height:66px;
    background-color:#E2E2E2;
    padding:3px;
    margin:0px;
    vertical-align:top;
}

#itemRRPoffer
{
    font-weight:normal;
    color:#999;
    text-align:center;
    padding: 2px 2px 2px 0px;
}

#itemRRPofferprice
{
    font-weight:bolder;
    color:#666;
    text-align:center;
    padding: 2px 2px 2px 0px;
}

#itemspoffer
{
    font-weight:normal;
    color:#999;
    text-align:center;
    padding: 2px 2px 2px 0px;
}

#itemspofferwasprice
{
    font-weight:bolder;
    color:#666;
    text-align:center;
    padding: 2px 2px 2px 0px;
}




#depositnotice
{
    font-weight:bolder;
    color:Olive;
    text-align:center;
    padding: 2px 2px 2px 0px;
}

#seealso
{
    font-weight:bolder;
    /*color:Maroon;*/
    text-align:center;
    padding: 2px 2px 2px 0px;
}

#searchrelated
{
    font-weight:bolder;
    color:Maroon;
    text-align:center;
    padding: 2px 2px 2px 0px;
}

.optiontable
{
    margin: 0px auto;
    border: 1px solid silver;
    border-spacing: 2px 0px;
}

.optionheader
{
    font-weight: bold;
    background-color: black;
    color: white;
    width: 230px;
}

.optdropdown
{
    background-color: Transparent;
}

.opteven
{
    background-color: Silver;
}

.optmemo
{
    background-color: Transparent;
}

.optimg
{
    text-decoration: none;
}

.optimg img
{
    height: 32px;
    width: 32px;
}

.optimg p
{
    clear: none !Important;
}

.customimg
{
    width: 400px;
    height: 400px;
}
