@import url('base.css');

/*
html tags
*/


.image-container {
    float: right;
    margin-left: 20px;
    width: 200px;
}

#section-subcontent .image-container img {
    float: none;
}
.image-container .image-block {
    margin-bottom: 1em;
}

.detail-container {
    width: 600px;
}

#product-detail .section {
    border-bottom:1px solid #40b6e69c;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#product-detail.column-full .section h4 {
    font-size:1.3em;
}

.tabs {
    margin: 0;
    background: url(../images/tabs_background_grey.png) repeat-x 0 0;
    list-style: none;
    float: left;
    width: 100%;
}

.tabs li {
    float: left;    
}

.tabs li a {
    padding: 4px 20px;
    float: left;    
    color: #fff;
    font-size: 1.1em;
    border-right: 1px solid #FFF;    
}

.tabs li.selected, .tabs li a:hover {
    background-image: url(../images/tabs_over.png);
}

.tabs li a, .tabs li a:active, .tabs li a:visited, .tabs li a:hover {
    text-decoration: none;
    color: #FFF;
}

#product-detail .last {
    border-bottom: none;
}

ul#background-reference {
    list-style: none;
}

body {
    color: #000;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 75%;
    z-index: 99;
}

a, a:active, a:visited, a:hover {
    color: #1357A1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 15px 0;
}

ul.categories {
    list-style-image: url(../images/searchbox_bullet.gif);
    margin: 0 0 0 15px;
    padding: 0;    
}

.text-big {
    font-size: 1.25em;
    color: #666;
}

.text-medium {
    font-size: 1.05em;
    color: #666;
}

.text-small {
    font-size: 0.85em;
    color: #666;
    clear: left;
}

.text-big strong,
.text-medium strong,
.text-small strong {
    color: #000;
}

.clear-both {
    clear: both;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.margin-nobottom {
    margin-bottom: 0px !important;
}

.highlight {
    color: #1357A1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;  
}

form {
    margin: 0;
    padding: 0;
}

form fieldset {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.errorlist {
    list-style: none;
    background: transparent url(../images/icon_alert_small.png) no-repeat 0 1px;
    padding: 0 0 0 22px;
    margin: 0 0 10px;
}

.errorlist .form-stylised {
    float: left;
    clear: left;
}

.errorlist li {
    font-size: 12px;
    color: #1357A1;
}

.errorlist li a {
    text-decoration: underline;
}



.info, .message, .warning, .error {
    /*clear: both;*/
	background-color: #f8f0ef;
	border: #c9b8b6 1px solid;
	margin: 10px 2px 10px 2px;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
    width: 480px;
}

.info h3, .message h3, .warning h3, .error h3 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.info p, .message p, .warning p, .error p,
.info li, .message li, .warning li, .error li {
	padding: 0;
	margin: 5px 0 0 0 ;
	font-size: 11px;
	font-weight: normal;
}

/*
buttons
*/

.box-buttons {
    float: left;
    width: 100%;
}

a.button-small, input.button-small {
    float: left;
    background: #aaa;
    padding: 0 3px 1px;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    font-size: 10px !important;
    border: 0 none;
    color: #fff;    
    cursor: pointer;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input.button-small, a.button-small, a.button-small:hover {
    color: #ffffff;
    text-decoration: none;
}

a.button-medium, input.button-medium {
    float: left;
    background: #1357A1;
    padding: 0 5px;
    text-transform: uppercase;
    height: 26px;
    line-height: 26px;
    font-size: 12px !important;
    border: 0 none;
    cursor: pointer;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input.button-medium, a.button-medium, a.button-medium:hover {
    color: #ffffff;
    text-decoration: none;
}

a.button-large, a.button-large:link, a.button-large:active, a.button-large:visited, a.button-large:hover {
    float: left;
    margin: 0;
    height: 33px;
    background: url(../images/button_large_outer.png) no-repeat top left;
    text-decoration: none;
    color: #ffffff;
    line-height: 33px;
    font-size: 13px;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

a.button-large span {
    float: left;
    margin: 0 0 0 30px;
    padding: 0 20px 0 0;
    height: 33px;
    background: url(../images/button_large_inner.png) no-repeat top right;
}

span.button-large {
    padding: 0 4px 0 0;
    margin: 0;
    height: 36px;
    float: left;
    background: transparent url(../images/button_large_inner.png) no-repeat top right;
}

span.button-large input {
    padding: 0 10px 2px 25px;
    margin: 0 !important;
    display: inline;
    float: left;
    border: 0 none;
    height: 33px;
    width: auto !important;
    font-size: 12px !important;
    color: #fff !important;
    cursor: pointer;
    text-align: left;
    background: transparent url(../images/button_large_outer.png) no-repeat top left;
    overflow: visible; /* ie fix for padding */
}

.button-remove {
    display: block;
    overflow: hidden;
    border: 0;
    padding: 0 0 0 18px;
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 18px;
    background: url(../images/button-remove.gif) no-repeat 0 4px;
    width: auto !important;
    height: 20px;
    cursor: pointer;
    text-align: left;
    color: #000;
    font-weight: normal;
    text-decoration: none;  
    overflow: visible; /* ie fix for padding */  
}

.button-remove:hover {
    color: #000;
    text-decoration: underline;    
}

.button-update {
    display: block;
    overflow: hidden;
    border: 0;
    padding: 0 0 0 18px;
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 18px;
    background: url(../images/button-update.gif) no-repeat 0 4px;
    width: auto !important;
    height: 20px;
    cursor: pointer;
    text-align: left;
    color: #000;
    font-weight: normal;
    text-decoration: none;    
    overflow: visible; /* ie fix for padding */
}

.button-update:hover {
    color: #000;
    text-decoration: underline;    
}


/*
main structure
*/

#wrapper {
    width: 896px;
    margin: 0 auto;
}

#section-header {
    width: 100%;
    padding: 20px 0 20px 0;
}

#section-content-wrapper {
    z-index: 49;
}

#section-content-header {
    line-height: 0;
    font-size: 0;
    width: 100%; height: 128px; /* used for when there isn't a page header in place */
    z-index: 2;
}

#section-content {
    width: 100%;
    float: left;
    clear: both;
    min-height: 200px;
    background: transparent url(../images/content_background.jpg) no-repeat center top;
    z-index: 2;
}

#section-fullcontent {
    width: 100%;
    float: left;
    clear: both;
}

#section-footer {
    width: 100%;
    float: left;
    clear: left;
    margin: 10px 0 0 0;
    padding: 5px 0 10px 0;
    border-top: 1px solid #444444;
    z-index: 2;
}

#horizontal-rule {
    border-top: 1px solid #444444;
    margin-top: 8px;
}



/*
nuggets
*/

#copyright {
    float: right;
    color: #999;
}

#breadcrumb {
    font-size: 0.9em;
    color: #666;
    margin: 0 0 25px 0;
}

/*
general corners
*/

.corner-topleft, .corner-topright, .corner-bottomleft, .corner-bottomright {
    position: absolute;
    z-index: 98;
}

.corner-topleft, .corner-topright {
    width: 14px;
    height: 14px;
}

.corner-topleft {
    top: 0;
    left: 0;
    background: url(../images/corner_greywhite_topleft.gif) no-repeat 0 0;
}

.corner-topright {
    top: 0;
    right: 0;
    background: url(../images/corner_greywhite_topright.gif) no-repeat 0 0;
}

.corner-bottomleft, .corner-bottomright {
    width: 13px;
    height: 13px;
}

.corner-bottomleft {
    bottom: 0;
    left: 0;
    background: url(../images/corner_subcontent_bottomleft_grey.gif) no-repeat 0 0;
}

.corner-bottomright {
    bottom: 0;
    right: 0;
    background: url(../images/corner_subcontent_bottomright_grey.gif) no-repeat 0 0;
}




/*
main headers
*/

h1 {
    font-size: 2.0em;
    line-height: 1.2em;
    color: #000;
    margin: 0 0 25px 0;
}
h1 strong {
    font-weight: normal;
    color: #1357A1;
}

h2 {
    font-size: 1.9em;
    color: #000;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 1.5em;
    color: #666;
    margin: 0 0 15px 0;
}

h4 {
    font-size: 1.3em;
    color: #ba6c62;
    margin: 0 0 10px 0;
}

h5 {
    font-size: 1.1em;
    color: #1357A1;
    margin: 0 0 10px 0;
}

#product-title h1 {
    margin-bottom: 5px;

}

#block-article h1 {
    width: 480px;
}

#related-products {
    margin-bottom: 5px;
}

/*
logo
*/

#box-logo h1 {
    display: block;
    width: 234px;
    height: 100px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/logo.png) no-repeat 0 0;
    float: left;
    margin: 0 0 0 15px;
}

#box-logo h1 a {
    display: block;
    width: 100%;
    height: 100%;
}



/*
currency
*/

#box-currency {
    margin: 0 15px 5px 0;
    width: 600px;
    min-height: 22px;
    text-align: right;
    float: right;
    padding: 0 0 0 25px;
    color: #1357A1;
    font-size: 1.2em;
}

#box-currency .text-display {
    font-size: 1.6em;
    color: #666;
}

#box-currency .text-display a:link,
#box-currency .text-display a:visited {
    color: #1357A1;
}

#box-currency form.shippingcountry {
    float: right;
}

#box-currency form.shippingcountry fieldset {
    float: right;
}

#box-currency form.shippingcountry .input-select {
    margin: 0 6px 0 0;
    padding: 0;
}



/*
contactlinks
*/

#box-contactlinks  {
    clear: right;
    float: right;
    font-size: 1.2em;
    color: #666;
    margin: 0 15px 0 0;
}


/*
navigation section
*/

#section-nav {
    width: 100%;
    height: 38px;
    background: url(../images/nav_background_grey.gif) repeat-x 0 0;
    position: relative;
    top: 0;
    left: 0;
    border-bottom: 1px solid #fff;
}


/*
main navigation
*/

ul#nav-main, ul#nav-main-home {
    list-style: none;
    padding: 0;
    float: left;
    margin: 0;
    height: 100%;
}

ul#nav-main li, ul#nav-main-home li {
    float: left;
    line-height: 38px;
    height: 38px;
    border-right: 1px solid #ddd;
    font-size: 1.1em;
    color: #eee;
}

ul#nav-main li a, 
ul#nav-main li a:active, 
ul#nav-main li a:visited, 
ul#nav-main li a:hover,
ul#nav-main-home li a, 
ul#nav-main-home li a:active, 
ul#nav-main-home li a:visited, 
ul#nav-main-home li a:hover {
    float: left;
    padding: 0 15px 0 15px;
    height: 100%;
    color: #eee;
    text-decoration: none;
    background: transparent;
}

ul#nav-main li a:hover,
ul#nav-main-home li a:hover {
    color: #ddd;
    background: url(../images/nav_over.gif) repeat-x top center;
}

ul#nav-main li.selected,
ul#nav-main-home li.selected {
    padding: 0 15px 0 15px;
}


/*
articles
*/

#block-article {
    margin: 20px 0 0 15px;
    float: left;
    min-height: 60px;
    font-size: 1.1em;
    width: 866px;
    display: inline;
    padding: 0 !important;
}

#page-home #block-article {
    min-height: 120px;
}

#page-home #block-article p {
    font-size: 1.2em;
    color: #333;
}

#block-fullarticle {
    /* full width */
    float: left;
    clear: both;
    width: 866px;
/*    padding: 0 15px;*/
    margin: 0 0 20px 15px;
}   

#block-right-col {
    margin-top: -48px;
    margin-left: 30px;
    float: right;
    width: 314px;
}

/*
search block / right column module
*/

#block-search {
    float: right;
    width: 314px;
    margin: 0 0 20px 0;
    /*margin: 0 0 20px 0;*/
    background: url(../images/searchbox_background.gif) no-repeat 0 0;
    position: relative;
    z-index: 3;
}

.block-module {
    float: right;
    width: 314px;
    margin: 0 0 20px 0;
    background: url(../images/searchbox_background.gif) no-repeat 0 0;
}

#block-search .container, .block-module .container {
    padding: 20px 20px 10px 20px;
}

#block-search h3, .block-module h3 {
    font-size: 1.3em;
    font-weight: normal;
    margin: 0 0 10px 0;
    color: #333;
}

#block-search ul {
    float: left;
    clear: both;
    width: 250px;
    margin-top: 10px;
    padding-bottom: 10px;
}

#block-search ul li {
    font-size: 1.2em;
    color: #1357A1;
}

#block-search .bottom, .block-module .bottom {
    display: block;
    float: left;
    clear: both;
    width: 314px;
    height: 30px;
    background: url(../images/searchbox_bottom.gif) no-repeat 0 0;
}

#form-search {
    float: left;
    margin: 0 0 15px 0;
}

#form-search .input-text { 
    width: 220px;
    margin: 0 10px 0 0;
    float: left;
    padding: 2px;
    border: 1px solid #999;
    font-size: 12px;
    height: 20px;
}



/*
basket
*/

#block-basket #cart-total {
    float: left;
    margin: 5px 20px;

}


/*
general table stuff
class of 'listing' is used to distinguish between tables for listing data, results etc.
and tables which are used to layout forms.
*/

table.listing {
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-top: 1px solid #40b6e69c;
    background: url(../images/table_footer.gif) repeat-x bottom center;
}

table thead {
    background: url(../images/table_header.gif) repeat-x top center;
}

table th {
    font-size: 0.95em;
    border-bottom: 1px solid #40b6e69c;
}

table th, table td {
    padding: 3px 10px;    
}

table.listing tr.first td {
    background: url(../images/table_firstrow.gif) repeat-x top center;
    border-top: 1px solid #40b6e69c;
}

table.listing td {
    border-bottom: 1px solid #40b6e69c;
}

table.listing tbody td {
    padding: 8px 10px;
}

table#table-products.listing td.column-availability {
    text-align: center;
}

table.listing tr.first td {
    border-top:none;
}


table.listing .order-or {
    float: left;
    width: 40px;
    text-align:center;
    font-size: 2em;
    width:140px;
    color: #1357A1;
}


table.listing .carrier {
    clear: both;
}


table.listing .order-direct {
    float: left;
    width: 350px;
}


table.listing .shipping-charges {
    margin-bottom: 0.5em;
}

table.listing .order-locally {
    float: right;
    width: 350px;
}

table tr.row1 {
    background-color: #d3d3d3;
}

table.listing th.column-reactivity {
    width: 100px;
}

table.listing th.column-quantity {
    width: 135px;;
}

.qtyform input {
    float: left;
}

.qtyform #id_quantity {
    width: 5em;
    margin-right: 6px;
}

/*
results table specifics
*/

#table-results th.column-description {
    width: 200px;
}

#table-results th.column-image {
    width: 60px;
}

#table-results th.column-reactivity {
    width: 100px;
}

#table-results td.column-code {
    color: #666;
}

#table-results td.column-description {
    color: #999;
}

#table-results td.column-image {
    text-align: right;
}


/*
details table specifics
*/

#table-details td.column-code {
    color: #666;
}

#table-details td.column-description {
    color: #aaa;
    width: 200px;
}

#table-details td.column-buttons {
    text-align: right;
}

#table-details td {
    padding: 10px;
}


/*
options navigation
*/

ul#nav-options {
    list-style: none;
    float: right;
    margin: 0 20px 0 0;
    height: 100%;
}

ul#nav-options li {
    float: left;
    padding: 0 0 0 15px;
    line-height: 38px;
    color: #fff;
}

ul#nav-options li a, ul#nav-options li a:active, ul#nav-options li a:visited, ul#nav-options li a:hover {
    color: #fff;
    text-decoration: none;
}

ul#nav-options li a:hover {
    text-decoration: underline;
}



#product-detail {
    position: relative;
}

#product-detail a.pdf-block {
    float: left;
    clear: left;
    margin: 30px 0 0 0;
    background: #FFFFFF url(../images/gradient_box.png) repeat-x left bottom;
    width: 100px;
    border: 1px solid #e1c2bf;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
}

#product-detail a.pdf-block span {
    padding: 80px 10px 10px; 
    float: left;
    width: 80px;
    background: transparent url(../images/icon_pdf_large.png) no-repeat 10px 10px;
}

#ordering-information h3.ordering {
    float: left;
}

#ordering-information form.shippingcountry {
    float: left;
    margin: 0 0 6px 6px;
}

#ordering-information form.shippingcountry fieldset {
    float: left;
}

#ordering-information form.shippingcountry .input-select {
    margin: 0 6px 0 0;
    padding: 0;
    width: 240px;
}

#page-contact-us #ordering-information form.shippingcountry {
    margin-left: 0;

}
#page-contact-us #ordering-information form.shippingcountry,
#page-contact-us #ordering-information h3.ordering,
#page-contact-us #ordering-information form.shippingcountry fieldset {
    float: none;
}




/*
subcontent section
*/

#section-subcontent {
    width: 866px;
    margin: 0 0 15px 0;
    float: left;
    clear: both;
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
}

#section-subcontent-product-detail {
    width: 866px;
    margin: 0 0 15px 15px;
    float: left;
    clear: both;
    background: transparent url(../images/subcontent_background.png) repeat-x scroll center bottom;
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
}

#section-subcontent .column-left, #section-subcontent-product-detail .column-left {
    float: left;
    width: 551px;
}

#section-subcontent .column-right, #section-subcontent-product-detail .column-right {
    float: left;
    width: 315px;
}

#section-subcontent .column-full {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
}

#section-subcontent h3, #section-subcontent-product-detail h3 {
    background: url(../images/nav_background_grey.gif) repeat-x 0 0;
    padding: 10px 0;
    margin: 0;
    font-size: 1.2em;
    color: #fff;
}

#section-subcontent h3 a, #section-subcontent-product-detail h3 a {
    color: #fff;
}

#section-subcontent h5 {
    font-size: 1em;
    line-height: 1.3em;
    margin: 0 0 0.2em;
}

#section-subcontent p {
    margin-bottom: 0.2em;
}

#section-subcontent .column-full h3 {
    padding-left: 15px;
    padding-right: 15px;
}

#section-subcontent img {
    float: left;
    margin: 0 10px 10px 0;
}

#section-subcontent .container {
    background: url(../images/subcontent_background_grey.png) repeat-x bottom center;
}

#section-subcontent .container .item {
    height: 100px;
    overflow: hidden;
}

#section-subcontent .container-large {
    height: 100%;
    overflow: auto;
    background: url(../images/subcontent_background_grey.png) repeat-x bottom center;
    border-left: 1px solid #D1D1D1;
}

#section-subcontent .column-full .container {
    clear: both;
    height: auto;
    overflow: auto;
    padding: 15px;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

.product-detail-container {
    width: 866px;
    border-right: 1px solid #d1d1d1;
}

#section-subcontent .column-left, #section-subcontent .column-right {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

#section-subcontent-product-detail .column-left, #section-subcontent-product-detail .column-right {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

#section-subcontent .column-left h3, #section-subcontent-product-detail .column-left h3 {
    padding-left: 20px;
}

#section-subcontent .column-left .container, #section-subcontent-product-detail .column-left .container-large {
    padding: 15px 30px 15px 15px;
    border-left: 1px solid #d1d1d1;
}

#section-subcontent .column-right .container, #section-subcontent-product-detail .column-right .container-large {
    padding: 15px 30px 15px 15px;
}

#section-subcontent .column-left .container .item, #section-subcontent-product-detail .column-left p {
    padding-right: 10px;
    border-right: 1px solid #aaa;
}

#section-subcontent .column-right h3 {
    padding-right: 20px;
}

#section-subcontent .column-right .container {
    padding: 15px 15px 15px 0;
    border-right: 1px solid #d1d1d1;
}

#section-subcontent .column-full h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #000;
}

#section-subcontent .bottom, #section-subcontent-product-detail .bottom { 
    clear: both;
    float: left;
    width: 866px;
    height: 13px;
    background: url(../images/subcontent_bottom_grey.gif) repeat-x bottom center;
    position: relative;
    top: 0;
    left: 0;
}



/*
general inputs for site 
*/

.input-text, .input-password, form .field input { 
    float: left;
    padding: 2px;
    border: 1px solid #d8afa9;
    font-size: 12px;
    margin: 0;
}

.input-select {
    margin: 0;
    width: 157px;
    float: left;
    padding: 2px;
    border: 1px solid #d8afa9;
    font-size: 12px;
    height: 20px;
    margin: 0;  
}

.block-stylised {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 20px 0;
    width: 100%;
}


.block-stylised .container {
    border-color: #842e21;
    border-style: solid;
    border-width: 0 2px 2px 2px;
}

.block-stylised h3 {
    margin: 0;
    padding: 8px 20px;
    background: url(../images/nav_background_grey.gif) repeat-x 0 0;
    color: #fff;
    font-size: 1.1em;
}

#focusareas, #featured {
    list-style: none;
    margin: 0;
}

#focusareas li, #featured li {
    margin-bottom: 10px;
}

#focusareas li img, #featured li img {
    float: left;
    vertical-align: top;
    margin-right: 20px;
}

/*
form-stylised form
*/

.form-stylised {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    width: 520px;
    margin: 0 0 20px 0;
}

.form-stylised h3 {
    margin: 0;
    padding: 8px 20px;
    background: url(../images/nav_background_grey.gif) repeat-x 0 0;
    color: #fff;
    font-size: 1.1em;
}

.form-stylised h4 {
    /*clear: left;
    float: left;*/
    margin: 5px 0 10px;
}

.form-stylised .container {
    float: left;
    width: 478px;
    padding: 15px 20px 10px 20px;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    background: url(../images/subcontent_background_grey.png) repeat-x bottom center;
}

.form-stylised .container table tr td  {
    padding-left:0;
    padding-right:0;
}

.form-stylised p {
    float: left;
    clear: left;
    width: 100%;
    font-size: 0.9em;
    margin: 0 0 15px 0;
}

.form-stylised fieldset {
    float: left;
    clear: left;
    border: 0 none;
    margin: 0 0 15px 0;
    padding: 0;
}

.form-stylised .field {
    clear: left;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.form-stylised .field label,
.hform .container p label {
    float: left;
    width: 170px;
    color: #666;
    font-weight: normal
}

.form-stylised .field .box {
    float: left;
    width: 300px; 
}

.form-stylised .field .input-text, .form-stylised .field .input-password,  form .field input {
    width: 290px;
}

.form-stylised .field select {
    margin: 0;
}

.form-stylised .field .help_text {
    float: right;
    clear: both;
    width: 300px;
    margin: 0.5em 0;
}

.form-stylised .field .help_text h5 {
    margin: 0 0 0.25em;
}

.form-stylised  .container select, .form-stylised  .container input {
    width: 290px;
}

.form-stylised  .container .date select, .form-stylised .button input {
    width: auto;
}

.form-stylised .buttons {
    float: left;
    clear: left;
    margin: 0 0 0 170px;
}

.form-stylised .text-help {
    margin: 0;
    font-size: 0.8em;
    color: #999;
}

.form-stylised .box-payment {
    float: left;
}

.form-stylised .box-payment ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.form-stylised .box-payment ul li {
    float: left;
    clear: left;
    margin: 0;
    padding: 0;
}

.form-stylised .box-payment input {
    margin: 3px 10px 0 0;
}

.form-stylised .buttons .input-submit {
    float: right;
}

.form-stylised .container .extra-text {
    margin: 15px 0;
}

.form-stylised .bottom {
    float: left;    
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../images/subcontent_bottom_grey.gif) repeat-x bottom center;
}



/*
ie/django form workarounds
*/
.input-radio input,.input-checkbox input, .input-checkboxlist input {
    width: auto !important;
}

.form-stylised .input-checkboxlist label {
    float: none;
}

form .input-checkboxlist input {
    margin-right:5px;
    vertical-align:bottom;
    float: none;
}

/*
aside boxes
*/

.asidebox {
    float: right;
    clear: right;
    width: 314px;
    margin: 0 15px 20px 0;
    background: url(../images/asidebox_background.gif) no-repeat 0 0;
}

.asidebox .container {
    padding: 20px 20px 10px 20px;
}

.asidebox h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #1357A1;
}

.asidebox form {
    float: left;
    margin: 0 0 15px 0;
}

.asidebox form input.text { 
    float: left;
    padding: 2px;
    border: 1px solid #666;
    margin: 0 10px 0 0;
    width: 220px;
    font-size: 12px;
    height: 16px;
}

.asidebox form input.submit {
    border: 0 none;
    float: left;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    font-size: 12px;
    color: #fff;
    background-color: #1357A1;
    overflow: visible;
}

.asidebox .bottom {
    display: block;
    float: left;
    clear: both;
    width: 314px;
    height: 14px;
    background: url(../images/asidebox_bottom.gif) no-repeat 0 0;
}



/*
footer navigation
*/

ul#nav-footer {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

ul#nav-footer li {
    float: left;
    padding: 0 20px 0 0;
    color: #1357A1;
}

ul#nav-footer li a, ul#nav-footer li a:active, ul#nav-footer li a:visited, ul#nav-footer li a:hover {
    color: #1357A1;
    text-decoration: none;
}

ul#nav-footer li a:hover {
    text-decoration: underline;
}

.pdf {
    background: transparent url(../images/page_white_acrobat.gif) no-repeat scroll center left;
    padding-left: 20px;
    height:16px;
}

.protocols {
    list-style: none;
    margin: 0;
    font-size: 1.2em;
}

.protocols li {
    padding-bottom: 0.4em;
}

#map_canvas {
    /* used for google map api */
    width: 100%;
    height: 300px;
}

#paymentmethods {
    float: left;
}

#paymentmethods .paymentmethod {
    float: left;
    margin: 0 25px 5px 0;
    width: 65px;
    height: 65px;
}
#poweredby {
    clear: both;
    margin: 0 0 10px 0;
}
