﻿html { border: none; }

body {
    padding: 0;
    background: #fff;
    min-width: 0;
    overflow: hidden;
    border: none;
}

span#price {
    position: absolute;
    font-weight: bold;
    line-height: 2.5em;
    text-align: center;
    width: 200px;
    top: 10px;
    right: 0;
	color: #FFFFFF;
}

span#pricetext {
    font-weight:lighter;
    font-size:smaller;
    line-height: 2em;
    text-align: right;
    top: 10px;
    right: 0;
}


h1 {
    border-bottom: 1px solid #ddd;
    background-color: #eee;
    text-transform: uppercase;
    padding: 5px;
    font-size: 2em;
    letter-spacing: 4px;
    padding-right: 120px;
}

div#sidebar {
    float: right;
    height: 180px;
    padding-top: 5px;
    margin-left: 5px;
    border-left: 1px solid #ddd;
    overflow-y: scroll;
	padding-right: 5px;
}
    
    div#sidebar ul {
        width: 120px;
        float: left;
        padding-left: 5px;
    }
	
	div#sidebar ul#options2 {
	}
    
    div#sidebar h2,
    table th {
        font-size: smaller;
        text-align: center;
        margin-bottom: 5px;
        background: #000;
        margin-left: 5px;
        padding: 5px;
        color: #fff;
    }

    div#sidebar li {
        display: block;
        padding: 3px;
        list-style: none;
        text-align: left;
        margin-bottom: 3px;
        border: 1px solid #ddd;
        background: #eee;
        cursor: pointer;
        color: #444;
        margin-left: 0;
    }

    div#sidebar li.active {
        border-color: #f00;
        background: #faa;
        color: #000;
    }
    
    div#sidebar p {
        clear: both;
        font-size: 0.8em;
        padding: 0 5px;
        color: #888;
        text-align: center;
    }

table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

    table th {
        text-align: left;
    }
    
    table td {
        padding: 5px;
        border-bottom: 1px solid #ddd;
    }
    
    table td span { color: #aaa;     }
    table td img  { cursor: pointer; }

li {
    margin-left: 20px;
}

p#incart, p#proceed, p#price, h1{
    text-align: center;
    font-weight: bold;
	font-size:12px
   	margin: 5px 125px 5px 0;
    color: #fff;
	background-color:#000;
}

p#add {
    margin: 5px 0;
    width: 160px;
    float: right;
    line-height: normal;
}

    p#add span {
        display: block;
        line-height: 25px;
        background-color: #800;
        text-decoration: none;
        cursor: pointer;
        margin: 5px;
        color: #fff;
		padding-left: 10px;
		
    }

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.disabled {
        background-color: #444 !important;
        cursor: auto !important;
        color: #888 !important;
    }
    
    p#add span:hover,
    p#proceed span:hover {
        background-color: #c00; 
    } 
p#incart { 
	padding-top: 15px;
	padding-bottom: 15px;
}
    
    p#incart a {
        color: #fff;
    }

p#moreinfo {
    height: 180px;
    line-height: 1.4em;
    padding-right: 10px;
    padding: 5px;
    overflow-y: auto;
}

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; }

