/* 
    Document   : new.css
    Created on : 06-Sep-2010, 09:32:16
    Author     : it@310520.com
*/

/********************* General Page Elements *****************/
* {
    margin:0;
    padding:0;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 1.3em;
}
#wrapper {
    width: 750px;
    margin: 10px auto;
}
ul {
    list-style: none;
}
a img {
    border:none;
}
a:link {
    text-decoration: none;
}

/*********************** Header Div **************************/

#header {
    height:119px;
    background: url('bg2.gif') top center no-repeat;
    position: relative;
}
#header h1 {
    color: #030;
    font-size: 1.4em;
    position: absolute;
    top: 50px;
    left: 30px;
    z-index: 5;
}
#header h1 span {
    font-size:0.9em;
}
#header #contact {
    display:block;
    height:119px;
    position: relative;
    z-index: 10;
}

/*********************** Main Sidebar Navigation **************************/

#navigation {
    width: 189px;
    float: left;
    background: url(navbk.gif) top left repeat-y;
    color: #030;
    font-size: 0.9em;
    border-right:1px solid #666;
    padding-bottom: 20px;
    border-bottom: 1px solid #030;
}
#navigation h2 {
    padding: 10px 0 10px 10px;
    background: #aec6af;
    width: 178px;
    margin-left: 1px;
    font-size: 1.5em;
}
#navigation a:link {
    color: #030;
    text-decoration: underline;
}
#navigation a:visited {
    color: #030;
}
#navigation a:hover {
   text-decoration: underline;
}
#navigation ul li {
    padding-left:10px;
    margin-top:10px;
    margin-bottom:10px;
}
#navigation ul li ul li {
    margin-top:5px;
    margin-bottom:5px;
}
#navigation img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
p.breadcrumb {
    text-align:center;
}

/******************** Main Content Area *******************************/

#content {
    width:546px;
    float: right;
    border-right: 1px solid #030;
    padding-right:5px;
    padding-bottom:10px;
    border-bottom:1px solid #030;
}
#content img#delivery {
    display:block;
    margin:  10px auto;
}
#content .order {
    float:right;
}
#content p.size {
    padding-left:5px;
}
p.link {
    text-align: center;
    padding:5px;
    color: #030;
}
#content p.size span {
     font-weight:bold;
     font-size:1.1em;
     color: #030;
}
#content .door-price {
    background: #e1e8e1;
    border: 1px solid #030;
    padding: 5px;
    margin-bottom: 10px;
}
span.youPay {
    color: #f00;
    font-weight:bold;
}
p.notice {
    color: #f00;
    text-align: center;
    padding:5px 0;
}
#content .door-price h3 {
    font-weight:normal;
    font-size:1.2em;
    padding-left:5px;
}
#content .door-price span.ftinch {
    font-size:0.9em;
    font-weight: normal;
}
#content .door-price h4 {
    padding:5px 5px 0 5px;
    margin:5px 0 0 0;
    border-top: 1px dashed #030;
    clear:right;
    color: #030;
}
.price {
    padding: 5px;
    text-align:center;
}
.extras {
    padding-left: 5px;
}
#content h1 {
    font-size: 1.3em;
    color: #030;
    margin:10px;
}
#content h2 {
    background: #aec6af;
    color: #030;
    border: 1px solid #030;
    text-align: center;
    font-size: 1.1em;
    padding: 2px;
}
#content h3 {
    color: #030;
    text-align: left;
    font-size: 1em;
    padding: 2px;
}
#content #image-container {
    float: left;
    margin-top: 20px;
    margin-right: 10px;
    width:250px;
}
#content #product-shot {
    display:block;
    margin: 20px auto;
}
#content #door-specs {
    width:290px;
    float: right;
    clear:right;
}
#door-specs ul {
    list-style: disc;
    margin-top:15px;
    margin-left: 10px;
}
#door-specs ul li {
    padding-right: 10px;
}
#door-specs h3 {
    margin-top: 10px;
}

/************************Extras Price List ******************/

#extras {
    background: #d0f8d2;
    border: 1px solid #030;
    border-right: none;
    margin-top:10px;
    margin-bottom: 10px;
}
#extras h3 {
    background: #aec6af;
    padding: 5px;
}
#extras ul {
    list-style: none;
    padding-left: 5px;
}
#extras p {
    padding:5px;
    font-size:1.1em;
}
#extras .note {
    color: #f00;
    font-weight: bold;
}

/********************Pagination CSS ************************/

div.thumb {
    margin-top:10px;
    float:left;
    width: 130px;
    text-align: center;
    border: 1px solid #030;
    margin-right:5px;
    padding-bottom: 5px;
    height:300px;
}
.thumb h3 {
    padding:5px 3px;
    margin-bottom: 5px;
    height:50px;
    color: #030;
    background: #aec6af;
    font-size: 1em;
}
div.new {
    clear: left;
}
.clear {
    clear:both;
}
a.pager {
    display:block;
    float:left;
    width:100px;
    height:30px;
    line-height:30px;
    background: #aec6af;
    color:#030;
    text-align: center;
}
a.pager:visited {
    color:#030;
}
p.pagenav {
    line-height:40px;
    height:40px;
    text-align:center;
    color:#030;
    font-weight:bold;
}
p.pagenav a {
    display:inline-block;
    margin:0 10px;
    color:#030;
    font-weight:normal;
    text-decoration:none;
}
p.pagenav a :visited {
    color:#030;
}
p.pagenav a:hover {
    text-decoration: underline;
}

/*********************Miscellaneous Elements ****************/

ul#specs li {
    margin:10px 0;
}
p.doorcolours {
    color: #030;
    padding-left: 10px;
    font-weight: bold;
}
#door-price {
    clear: both;
    border: 1px solid #030;
    margin-top: 10px;
    margin-right: 10px;
    background:#d0f8d2;
}
#door-price h3 {
    border-bottom: 1px solid #030;
    padding: 5px;
    background: #aec6af;
}
#price-para {
    text-align: center;
    padding:30px 0;
    font-size:1.4em;
}
#price-para strong.youpay {
    color: #f00;
}
#price-para strong.vat {
    text-decoration: line-through;
     color: #f00;
}
#door-nav {
    background: #aec6af;
    border-top: 1px solid #030;
    text-align: center;
    padding: 5px 0;
}
#door-nav a {
    color: #030;
}
#delivery-note {
    color: red;
    margin-top: 10px;
    clear: both;
}
#delivery-note span {
    font-weight: bold;
}
#security {
    border-bottom: 1px dashed #030;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#security img {
    display:block;
    margin: 10px auto;
}
.copy {
    text-align:center;
    margin-bottom: 10px;
}
.copy a {
    color: #030;
    text-decoration : underline;
}
.copy a:visited {
    text-decoration: underline;
}
.copy a:hover {
    text-decoration: underline;
}
.terms {
    font-size: 1.2em;
}
.other {
    text-align: center;
    margin-bottom:5px;
}
#content .vcard h2 {
    background: none;
    border:none;
}
