/*
 * Custom CSS overrides for CABI.
 *
 * $Id: custom.css 91457 2012-05-02 11:15:57Z simon $
 */

body {
    background-color: #5bbf21;
    color: #777777;
    font-family: Arial, sans-serif;
}

a {
    color: #e87511;
}

h1 {
    font-size: 1.6em;
    font-weight: bold;
    padding-top: 0.75em;
    padding-bottom: 0.25em;
}

h2 {
    font-size: 1.1em;
}

.cart_item:hover, 
.cart_item:focus, 
.cart_total:hover, 
.cart_total:focus, 
.product_sku:hover, 
.product_sku:focus {
	background-color: #FFFFCE;
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


div#main_content {
    width: 745px;
    padding-left: 1em;
    border-left: 1px solid #E3DEDE;
}

div#sidebar {
    width: 10em;
}

/* Top banner */
div#banner {
    height: 90px;
    width: 955px;
    position: relative;
    padding-top: 10px;
    margin: 0 auto;
}

div#banner .text {
    padding-left: 20px;
    padding-top: 20px;
    width: 800px;
    float: left;
    font-size: 50px;
    font-weight: bold;
    color: #afd790;
}

div#banner .logo {
    padding-right: 20px;
    width: 115px;
    float: left;
}

/* Page body container */
div#container {
    width: 955px;
    position: relative;
	padding-top: 2em;
	margin: 0 auto;
    background: #5bbf21 url(/images/rounded_top_shadow.png) no-repeat top;
    overflow: auto; /* This clears all floats contained in this element */
}

div#page_middle_wrapper {
    clear: both;
    background: #5bbf21 url(/images/shadow_bg.png) repeat-y bottom;
    float: left;
    width: 100%;
}

/* Header */
div#header {
    background: #5bbf21 url(/images/shadow_bg.png) repeat-y bottom;
    height: 7.5em;
}

div#header_basket { 
    color: #e87511;
    font-weight: bold;
    top: 0.9em;
}

div#header_basket_details_title a {
    text-decoration: none;
}

span.separator {
    border-right: 1px;
    border-right-style: solid;
    border-right-color: #8d8b8d;
    font-size: 1em;
    margin: 0 0.6em 0 0.5em;
}

div#header div.text {
    position: absolute;
    top: 0.9em;
    left: 2em;
}

div#header div.text a {
    font-size: 40px;
    color: #5bbf21;
    text-decoration: none;
}

/* Navigation bar */
div#navigation {
    position: absolute;
	top: 5.5em; 
	left: 15px;
    width: 925px;
    background-color: #5bbf21;
    padding-top: 6px;
    padding-bottom: 6px;
}

div#navigation span {
    font-size: 11px;
}

ul#navigation_links {
    position: absolute;
	top: 5.5em; 
    left: 1.6em;
    margin-top: 0em;
    padding-top: 0em;
    margin-bottom: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
    margin-left: 0em;
    list-style-type: none;
    display: block;
}

ul#navigation_links li {
    color: white;
}

ul#navigation_links li.link,
div#footer_nav li.link {
	display: inline; 
	float: left;
}

ul#navigation_links li.link a {
    display: block;
    padding-left: 0.4em;
    padding-right: 0.4em;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    color: white;
    float: left;
}

ul#navigation_links li.link a span {
    font-size: 11px;
    font-weight: bold;
}

ul#navigation_links li.link span.separator {
    padding-top: 7px;
    padding-bottom: 8px;
}

ul#navigation_links li.link a:hover {
    background-color: #e87511;
}

ul#navigation_links span.separator {
    border-right-color: white;
    margin: 0px;
    width: 1px;
}
/*
    font-size: 22px;
*/
/* Main content */
div#main_content p {
}

div.product_image {
    width: 9em;
}

div.product_details {
    width: 35em;
}

p.product_sku {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    font-size: smaller;
}

.cart_item {
    width: 672px;
    border-bottom: 1px solid #E3DEDE;
	height: 1.5em;
    padding-bottom: 0.25em;
    padding-top: 0.5em;
}

.cart_item a {
    padding-left: 20px;
    background-image: url(/images/cart_delete.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left 2px;
}

.catalogue_item {
    width: 720px;
    padding-top: 1em;
    padding-bottom: 2em;
    background: transparent url(/images/product_separator.png) no-repeat scroll 0 bottom;
}

p.product_sku a {
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 0.1em;
    background-image: url(/images/cart_add.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    margin-right: 10px; 
}

div.checkout, 
div.continue_shopping,  
div.order_summary, 
div.subscription_details,
div.confirm_order {
    width: 42em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

div.subscription_details {
    padding-bottom: 1em;
}

div.order_summary {
    font-weight: bold;
}

div.checkout, 
div.continue_shopping,  
div.confirm_order {
    text-align: right;
}


div.continue_shopping a {
    padding-left: 20px;
    padding-bottom: 0.1em;
    background-image: url(/images/cart_put.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left 2px;
    margin-left: 10px; 
}

div.checkout a {
    padding-left: 20px;
    padding-bottom: 0.1em;
    background-image: url(/images/cart_go.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left 2px;
    margin-left: 10px; 
}

legend, 
fieldset {
    color: #777777;
    border: solid 1px #E5E5E5;
    padding: 0.1em 0.4em;
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

div.field_container,
div.button_container {
    text-align: right;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

div.field_container input,
div.field_container select {
    border: 1px solid #777777; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

div.field_container input:focus,
div.field_container select.full_width:focus {
    border: 1px solid #EF6B00; 
}

.form_error_header {
    margin-top: 0.5em;
}

.form_error_header span {
    background-color: #FFFFCC;
    border: 1px solid #EF6B00;
    padding-top: 0.2em;
    padding-right: 0.4em;
    padding-bottom: 0.2em;
    padding-left: 0.4em;
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

ul#checkout_trail {
    width: 548px;
    height: 35px;
    padding-left: 10px;
    margin-left: 2px;
    list-style-type: none;
}

ul.checkout_trail_1 {
    background-image: url(/images/checkout_trail_1.png);
    background-color: transparent;
    background-repeat: no-repeat;
}

ul.checkout_trail_2 {
    background-image: url(/images/checkout_trail_2.png);
    background-color: transparent;
    background-repeat: no-repeat;
}

ul.checkout_trail_4 {
    background-image: url(/images/checkout_trail_4.png);
    background-color: transparent;
    background-repeat: no-repeat;
}

ul#checkout_trail li {
    padding-top: 11px;
    padding-left: 10px;
    padding-right: 10px;
	display: inline; 
	float: left;
    width: 115px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

ul#checkout_trail li.active {
    color: white;
}

div#footer {
    position: relative;
    float: left;
    clear: both;
    background: #5bbf21 url(/images/rounded_bottom_shadow.png) no-repeat bottom;
}

div#footer_banner {
    position: relative;
    left: 15px;
    width: 915px;
    padding: 5px;
    color: white;
    text-align: right;
    background-color: #5bbf21;
    font-size: 12px;
}

div#footer_nav {
    position: relative;
    float: left;
    padding-left: 2em;
    width: 57%;
}

div#footer_copyright {
    position: relative;
    float: right;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 3em;
    width: 34%;
    text-align: right;
    font-size: 11px;
}

div#footer_nav ul {
    list-style-type: none;
    padding-top: 1em;
    padding-bottom: 3em;
    margin-top: 0em;
    margin-bottom: 0em;
    padding-left: 0em;
    margin-left: 0em;
    font-size: 11px;
}

div#footer_nav li.link a {
    text-decoration: none;
    color: #777777;
}

div.confirm_terms_and_conditions {
    width: auto;
    text-align: left;
}

input#confirm_submit {
    margin-top: 3px;
}
