﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');

* { margin: 0; padding: 0; border: 0; }
body, html {  background: #000; font-family: Tahoma, Verdana, Sans-Serif; font-size: 89%; color: #4a4a4a; padding: 0; margin: 0;}


/*************
Defaults
*************/

/* Links */
a:link, a:visited { text-decoration: none; color:#000;font-weight:bold;padding:1px 2px;}
a.nodecoration:hover { border: 0; background: 0; }
a:active, a:hover { text-decoration: underline; font-weight:bold; color: #1ea15f;}
h1 a:link, h1 a:visited { text-decoration: underline; }
h1 a:hover, h1 a:active { text-decoration: none; }


#rightColumn ul { list-style-position:outside; margin: 10px 0 0 15px; font-weight:600; line-height:180%; }

/* Headings */
h1 { clear: both; font-weight: normal; line-height:1em; font-size: 2.2em; margin:11px 0 0 0; padding: 0px 5px; font-family:Gill Sans MT, Gill Sans; }
h2 { clear: both; font-weight: 700; font-size: 1.1em; padding: 5px 5px 0 5px; }
h3 { clear: both; font-weight: 500; font-size: 0.9em; padding: 12px 0px 4px 5px; }

/* Forms */
input, textarea { border: 1px solid #000; padding: 3px; margin-right: 2px; margin-left: 5px; font-family:Tahoma; font-size:1em; }
select {border: 1px solid #000;padding: 2px; width:auto; margin-left: 5px; }
.button { background: url('/templates/garagewizards/images/buttongradient.jpg') repeat-x top; padding:2px 10px; color: #fff; border: solid 1px #000;}
.button:hover { background: url('/templates/garagewizards/images/buttongradient_hover.jpg') repeat-x top; color: #fff;cursor:pointer; }
.buttonsearch { background: #000 url('/templates/garagewizards/images/buttongradient.jpg') repeat-x top; padding:2px 5px; color: #fff; border: solid 1px #000;}
.buttonsearch:hover { background: url('/templates/garagewizards/images/buttongradient_hover.jpg') repeat-x top; color: #fff;cursor:pointer; }

.inputOver { background: #fff; }
.inputOut { background: #E7EBEF; }
.checkbox { border: 0; display: inline; }

/* Other */
.strong { font-weight: bold; }
p { padding: 5px; clear: both; line-height: 200%; font-size: 0.9em; }
.left {float:left;margin-right:5px;}
