﻿/***********************************************************************************************/
/*Default HTML Styles.*/

/*Set the default font size on all elements to 11px.*/
* 
{
    font-size: 11px;
}

/*Set the html height to > 100% so the scrollbar is consistent through all browsers and pages.*/
html 
{
    /*height : 100.1%;*/
}

/*Use the body tag to set the base font for the website. Also do the centre alignment for IE browsers.*/
body
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 11px;
	padding-top: 0px;
	color: #181084;
	background-color: #FFFFFF;
	overflow : auto;
	/*
    Not valid CSS do we still add this.
	scrollbar-track-color: #8C88C2;
    scrollbar-arrow-color: #FFE700;
    scrollbar-face-color: #181084;
    scrollbar-highlight-color: #C5C3E0;
    scrollbar-3dlight-color: #C5C3E0;
    scrollbar-shadow-color: #0C0842;
    scrollbar-darkshadow-color: #0C0842;
    */
}

/*Set our default link colours and behaviours*/
a
{
    color: #181084;
    text-decoration: none;
}

a:hover
{
    color: #181084;
    text-decoration: none;
}

/*Set all images to have no border by default*/
img
{
    border-width: 0px;
}

/*Constrain the page width and sort centre alignment for other browsers.*/
div#body
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width : 985px;
}

p
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
}

p.error
{
    color: #ff0000;   
}

table
{
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

td
{
    padding: 0px; 
    vertical-align: top;  
}

h1
{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}

h1.hidden
{
    display: none;
}

h2
{
    font-size: 16px;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

ul
{
    margin: 0px;
    padding: 0px; 
}

li
{
    margin: 0px;
    margin-left: 15px;
    margin-bottom: 4px;
    list-style-position: outside;
    list-style-type: disc;
}

dt
{
    font-weight : bold;
    font-size : 120%;
    background-image : url(/upload/subaru.used/image/tick.gif);
    background-position : left top;
    background-repeat : no-repeat;
    padding : 2px 0 0 25px;
}

dd
{
    margin : 3px 0 10px 25px;   
}

form
{
    margin: 0px;
    padding: 0px;
}

input, select
{
    border: 1px solid #999999;
    padding-left: 5px;
    color: #333333;
}

img
{
    border-width : 0px;
}

img.left
{
    float : left;
    margin : 0 10px 10px 0;
}
/***********************************************************************************************/


/***********************************************************************************************/
/*Header Styles.*/
div#header
{
    height: 60px;
    padding-left: 20px;
    margin-top: 30px;
}

div#header div#logo
{
    float: left;
}

div#header div#strapline
{
    float: right;
    text-align: right;
}
/***********************************************************************************************/


/***********************************************************************************************/
/*Breadcrumb Styles.*/
div#breadcrumb
{
    font-size: 13px;
    padding-bottom: 2px;
    padding-left: 20px;
    width: 75%;
    float: left;
}

div#breadcrumb a
{
    font-size: 13px;   
}

div#breadcrumb img
{
    vertical-align: middle;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
}
/***********************************************************************************************/


/***********************************************************************************************/
/*Preview Editor Styles.*/
div#edit
{
    font-size: 10px;
    padding-bottom: 2px;
    padding-right: 10px;
    width: 20%;
    float: right;
    text-align: right;
}

div#edit label
{
    margin-left: 2px;
}
/***********************************************************************************************/


/***********************************************************************************************/
/*Top Menu Styles.*/
div#topmenu
{
    height: 20px;
    width: 100%;
    overflow : hidden;
    margin: 0px;
    padding: 0px;
    background-color: #514ba2;
    border : 1px solid #999999;
    clear: both;
}

div#topmenu div
{
    height: 20px;
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #999999;
    text-align: center;
    float : left;
    white-space : nowrap;
}

div#topmenu div#active
{
    background-color: #181084;
}

div#topmenu a
{
    font-size: 13px;
    color: #ffffff;
}

div#topmenu a:hover
{
    color: #ffe700;
}

div#topmenu div#active a
{
   color: #ffe700;
}
/***********************************************************************************************/


/***********************************************************************************************/
/*Content Styles.*/
div#content iframe#uclframe
{
    width: 100%;
    height: 445px;
    overflow: hidden;
}

div#content div#richcontent
{
    padding-left: 15px;
    padding-right : 15px;
    height : 445px;
    overflow : auto;
    border : 1px solid #ccc;
    border-top-width : 0px;
}

div#content div#richcontent a
{
    text-decoration: underline;
    font-weight : bold;
}
/***********************************************************************************************/


/***********************************************************************************************/
/*Footer Styles.*/
div#footer
{
    padding: 5px;
    padding-right: 10px;
    color: #999999;
    text-align: right;
}
/***********************************************************************************************/


/***********************************************************************************************/
/*Home Page Specific Styles.*/
table.home
{
    border: 1px solid #999999;
    border-top-width: 0px;
    height: 378px;
    width: 100%;
    padding: 0px;
    background-color: #ebe9f4;
}

table.home td.left
{
    border-right: 1px solid #999999;
    width: 575px;
}

table.home td.right
{
    background-image: url('../image/background.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top left;
}

table.home div#copy
{
    height: 238px;
    padding: 10px;
    border-bottom: 1px solid #999999;
}

table.home div#searchlabel
{
    width: 170px;
    padding: 8px;
    padding-right: 0px;
    text-align: right;
    float: left;
}

table.home div#search
{
    width: 218px;
    height: 100%;
    padding-top: 10px;
    text-align: center;
    float: right;
    border-left: 1px solid #999999;
}

table.home div#search input
{
    margin-top: 10px;
    margin-bottom: 10px;
}

table.home div#search div#buttons
{
    height: 25px;
    text-align: left;
    border-top: 1px solid #999999;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #514ba2;
}

table.home div#search div#buttons img
{
    margin-right: 5px;
}

table.home div#search div#buttons img#searchbutton
{
    margin-left: 90px;
}

table.home div#search div#buttons a
{
    color: #ffffff;
    font-weight: bold;
}
/***********************************************************************************************/


