/*-----------------------------------------
	Website:
	Creator:
	Last Modified:
	
	0. MAIN
	1. Generic
	2. Text, headers
	3. Links
	4. Areas, Divs
	5. Tables
	6. Forms
	7. Images
	8. Lists
	9. Menus
-----------------------------------------*/

/*-----------------------------------------
	0. MAIN
-----------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	color: #222;
	line-height: 18px;
}

/*-----------------------------------------
	1. Generic
-----------------------------------------*/

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

.a-center {
	text-align: center;
}

.float-left {
	float: left;
	margin: 0 10px 10px 0;
}

.float-right {
	float: right;
	margin: 0 0 10px 10px;
}

.green-color {
	color: #0c0;
}

.red-color {
	color: #f00;
}

.yellow-color {
	color: #fbda02;
}

.white-color {
	color: #fff;
}

.grey-color {
	color: #888;
}

.red-bg {
	background: #fff0f0;
	border: 1px solid #f00;
}

.clear {
	clear: both;
}

/*-----------------------------------------
  2. Text, headers
-----------------------------------------*/

h1, h2, h3, h4, h5 {
	margin: 10px 0px;
	color: #7d0c0c;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

div.product-container h4 {
	margin: 3px 0px;
}

p {
	margin: 10px 0px;
}

strong {
	font-size: 1.2em;
}

small {
	font-style: italic;
	font-size: 0.8em;
}

p.power, p.cleaner, p.water {
	margin: 0px;
	text-indent: 10px;
}

p.error {
	border: 1px solid red;
	background: #2a0404 url("../assets/images/standard/hint-bg.jpg") top left repeat-y;
	padding: 3px;
	color: #fff;
}

p.footer {
	display: none;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
	color: #fe0000;
	text-decoration: none;
}

a:hover {
	color: #fe0000;
	text-decoration: underline;
}

div#nav a:link, div#nav a:active, div#nav a:visited {
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	height: 30px;
	display: block;
}

div#nav a:hover {
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	height: 30px;
	display: block;
	background: transparent url("../assets/images/standard/menu/top-hover.jpg") top left no-repeat;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

div#header-container {
	display: none;
}

div#header-banner {
	display: none;
}

div#header-banner-inner {
	display: none;
}

div#header-banner-text {
	display: none;
}

div#header-logos {
	display: none;
}

div#content-container {
	width: 100%;
}

div#left-column {
	display: none;
}

div.inside {
	display: none;
}

div#right-column {
	width: 100%;
}

div#members-login {
	display: none;
}

div#product-ui {
	display: none;
}

div#products {
}

div.product-container {
	float: left;
	width: 150px;
	margin: 0px 10px 10px 0px;
}

div.product-image {
	position: relative;
	width: 120px;
	height: 120px;
	border: 1px solid #6d0b0b;
}

div#product-data-sheet {
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}

#hintbox{ /*CSS for pop up hint box */
	display: none;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table {
	width: 100%;
}

table.client-details {
	border-collapse: collapse;
}

table.client-details td {
	vertical-align: top;
}

table.product-display {
	border-collapse: collapse;
	background: #fff;
}

table.product-display th {
	font-weight: bold;
	text-align: left;
	background: #fbda02;
	padding: 2px;
	border: 1px solid #000;
}

table.product-display td {
	padding: 2px;
	border: 1px solid #000;
	text-align: center;
}

table.product-display th.empty, table.product-display td.empty {
	border: none;
}

tr.blue td {
	background: #00baff;
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/

form {
	margin: 0px;
}

fieldset {
	padding: 0px 5px;
	margin: 0px;
}

form.client-details fieldset {
	padding: 0px;
	border: none;
}

legend {
}

input {
}

input.small {
	font-size: 0.9em;
	border: 1px solid #730b0b;
}

input.small-submit {
	font-size: 0.9em;
}

input.update-products-submit {
	margin-top: 3px;
	font-size: 0.9em;
}

textarea {
}

label {
}

div#members-login fieldset {
	padding: 0px;
	margin: 0px;
	border: none;
}

div#members-login fieldset legend {
	display: none;
}

div#product-ui fieldset {
	border: 1px solid #730b0b;
	color: #fff;
}

div#product-ui fieldset legend {
	font-weight: bold;
	color: #fff;
}

input#client_submit {
	display: none;
}

textarea#notes { 
	width: 95%;
	height: 40px;
}

input#sale_price {
	width: 150px;
}

table.client-details input {
	width: 250px;
}

/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
	border: 0px;
}

img.header-logo {
	margin: 10px 0px 0px 20px;
}

img.mask {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

img.product-thumb {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

img.product-data-sheet-image {
	margin: 0px;
}

/*-----------------------------------------
  8. Lists
-----------------------------------------*/

ul li {
}

dl {
}

dt {
}

dd {
}

div#product-ui ul {
	padding: 0px;
	margin: 0px;	
}

div#product-ui ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

/*-----------------------------------------
  9. Menus
-----------------------------------------*/

div#nav ul {
	padding: 0px;
	margin: 0px;
}

div#nav ul li.main {
	list-style-type: none;
	width: 240px;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	background: transparent url("../assets/images/standard/menu/top-normal.jpg") top left no-repeat;
}

div#nav ul li.main:hover {
	background: transparent url("../assets/images/standard/menu/top-hover.jpg") top left no-repeat;
}

div#nav ul li.sub-menu {
	background: #222;
	height: auto;
}

div#nav ul li.sub-menu:hover {
	background: #222;
}