/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Morrison Motors
Author : Anthony Bliss / anthony.bliss@gforces.co.uk / G-Forces Web Management Ltd

Type: Screen, Projection

Description : Screen and projection stylesheet for Morrison Motors site

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* COMMON AND GLOBAL */
body { font:62.5%/1.6 arial, verdana, helvetica, sans-serif; margin:0; padding:0; background:#fff; color:#000; text-align:center; }
/*  This font sizing is for standards based browsers (firefox, opera, mozilla) that can re-size text.
Declaring the font size in pixels makes it more consistent across browsers. */
td, textarea, input, select { font:100% arial, verdana, helvetica, sans-serif; }
html>body td, html>body textarea, html>body input, html>body select { font-size:11px !important; }
/* some browsers don't inherit the font into tables or textareas! */

#applyFinance { width: 644px; margin:10px auto;  }
#applyFinance .title { }
#applyFinance .content { background:url(../images/layup/applyForFinaneBg.gif) top left no-repeat; min-height: 160px; }
#applyFinance table { margin-bottom: 15px; }
#applyFinance td { padding: 5px 12px 5px 12px; vertical-align: top; background: #ededed; border-bottom: 1px solid #fff;  }
#applyFinance th { padding: 5px 12px 5px 12px; vertical-align: top; background: #cfcfcf;text-align:left; }
#applyFinance tr {}
#similarVehicles { margin-top: 7px; }
#similarVehicles .title { }
#similarVehicles .box { float: left; width: 157px; margin-right: 5px; margin-top: 7px; background:url(../images/layup/similarVehicleBg.gif) top left repeat-x; }
#similarVehicles .box a { display: block; cursor: pointer; text-decoration: none; width: 149px; font-weight: normal; padding-bottom: 10px; color: #000; }
#similarVehicles .box .thumb { display: block; background:url(../images/layup/noImage149x112.gif) 3px 3px no-repeat; width: 149px; height: 112px; border: 1px solid #d3d3d3; padding: 3px; }
#similarVehicles .box .title { display: block; font-weight: bold; padding: 5px 0px 8px 5px; }
#similarVehicles .box .detail { display: block; padding: 0px 0px 0px 5px; }


/* ----- CLASSES ----- */
.clear { clear:both; }
.hide { display:none; }
.show { display:block; }
.printShow { display:none; }
.float_left { float:left !important; }
.float_right { float:right !important; }
.align_left { text-align:left !important; }
.align_center { text-align:center !important; }
.align_right { text-align:right !important; }
.align_justify { text-align:justify !important; }
.align_bottom { vertical-align:bottom !important; }
.image_right { float:right; padding:0 0 15px 15px; }
.image_left { float:left; padding:0 15px 15px 0; }
.image_center { margin:0 auto;}
.hand { cursor:pointer;}
.red { color: #ff0000; font-weight: bold; }
.printHeader { display: none; }

/* ----- HEADINGS & PARAGRAPHS ----- */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0 0 15px 0; font-size:100%; font-weight:bold;}


/* ----- GLOBAL ----- */
img { display:block; border:0; }
p { padding:0 0 15px 0; margin:0; }
address { font-style:normal;}

/* ----- LINKS ----- */
a { color:#555252; font-weight:bold; text-decoration:underline; }
a:hover { text-decoration:none; }

/* ----- FORMS ----- */
form { padding:0; margin:0; }
fieldset { padding:0; margin:0; border:0px none; display:inline; }
legend { padding:0; margin:0; display:none; }
label { display:block; width:260px; float:left; }
input, textarea { width:200px; font-size:11px !important;}
.requiredLabel { color:#d80000;}
.checkRadio { width:20px; position:relative; left:-7px;}
#frmContact { margin-bottom:15px;}
#frmContact p { padding:7px 0;}
#frmContact select { width:204px;}
#frmContact div { margin-bottom:10px;}
#btnSubmit { width: 63px; height: 28px; border:none;}
#cwCarInsuranceForm { margin-bottom:15px;font-size:11px !important;}
#cwCarInsuranceForm p { padding:7px 0;}
#cwCarInsuranceForm select { width:204px;}
#cwCarInsuranceForm div { margin-bottom:10px;}

/* ----- Prototype Validation ----- */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.validation-failed, textarea.validation-failed, select.validation-failed { border: 1px solid #d80000; color : #FF3300; }
input.validation-passed, textarea.validation-passed, select.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { margin: 5px 0; width:452px; padding: 5px; background-color: #d80000; color : #FFF; font-weight: bold; }

/* ----- TABLES ----- */
table { border-collapse:collapse; }
table p { padding:0px; }

.printOnly { display:none; }