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

Title : Commidea
Author : Darren Lynch / darren.lynch@gforces.co.uk / G-Forces Web Management Ltd

Type: Print

Description : Print stylesheet for Commidea site

Created : 18/12/07
Modified : 18/12/07

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

/* COMMON AND GLOBAL */
body { font:12px verdana, arial, helvetica, sans-serif; margin:0; padding:0; background:#FFFFFF; text-align:left; }
/*  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% verdana, arial, helvetica, sans-serif; }
html>body td, html>body textarea, html>body input, html>body select { font-size:11px; }
/* some browsers don't inherit the font into tables or textareas! */

/* ----- IDS ----- */
#container { width:650px; margin:0 auto; text-align:left; font-size:100%; background:#FFFFFF; }   
#header { display:none !important;}
#printHeader { display:block !important; margin-bottom:20px;}
#logo {display:none !important;}
#telephone { display:none !important;}
#leftCol { display:none !important;}
#rightCol { width:650px;}
#homeFlash { display:none !important;}
#flashHolder { display:none !important;}
#faqs { display:none !important;}
#content { padding:10px 15px; line-height:120%; font-size:110%;}
#cmsImage { float:right; position:relative; width:271px; height:203px; margin: -5px 0 20px 40px;}
#cmsImage  .frame { display:none !important;}
#cmsImage  .image {}
#ociusTitle { margin:10px 0 25px 0;}
#footer { display:none !important;}
#list { margin:-13px 0 0 0; padding:0; list-style:none;}
#list li { border-bottom:1px solid #cccccc; padding:13px 0 10px 0;}
#list a { text-decoration:none;}
#list a:hover { text-decoration:underline;}
#list p { padding-bottom:8px;}

/* ----- 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;}
.relative { position:relative; }
.inline {display:inline;}
.hand { cursor:pointer;}

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

/* ----- NAVIGATION ----- */
#leftNav {  width:198px; margin-left:9px; text-transform:uppercase; position:relative;}
#leftNav ul { margin:0; padding:0; list-style:none; }
#leftNav li { width:198px; border-bottom:1px solid #ffffff;} 
#leftNav a { display:block; min-height:16px; padding:7px 10px 7px 40px; background:#d0f0fc url(../images/layup/leftNavBullet.gif) 20px 12px no-repeat; color:#322f64; text-decoration:none;}
#leftNav a:hover { background:#26328c url(../images/layup/leftNavBulletHover.gif) 20px 12px no-repeat; color:#FFFFFF;}
#leftNav .active a { background:#26328c url(../images/layup/leftNavBulletHover.gif) 20px 12px no-repeat; color:#FFFFFF;}
#leftNavTop { position:absolute; top:0px; left:0px; }
#leftNavBottom { position:absolute; bottom:1px; left:0px; }
#contactlessPayments { margin:110px 0 10px 20px;}

/* ----- SITE MAP ----- */
#sitemap { list-style:none; margin:0 0 0 5px; padding:0;}
#sitemap ul { list-style:none;  margin:10px 0 0px 15px; padding:0;}
.sitemapLi { background:url(../images/layup/leftNavBullet.gif) 0px 10px no-repeat; padding:6px 0 5px 15px;}

/* ----- BREADCRUMBS ----- */


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


/* ----- LINKS ----- */
a { color:#322f64; 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:#322f64;}
#frmContact { margin-bottom:15px;}
#frmContact p { padding:7px 0;}
#frmContact select { width:204px;}
#frmContact div { margin-bottom:10px;}
#submit { width:55px; height:18px;}

/* ----- Prototype Validation ----- */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.validation-failed, textarea.validation-failed, select.validation-failed { border: 1px solid #26328c; 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: #26328c; color : #FFF; font-weight: bold; }

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