﻿body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family:Verdana;
	font-size: 8pt;
	background-color: #f5f5f5;
}

.printbody
{
	margin: 0;
	padding: 0;
	font-family:Verdana;
	font-size: 8pt;
	background-color: white;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

#menutext
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align:right;
	padding: 5px 5px 5px 5px;
	border-bottom: solid 1px #65738E;
	background-color: #f5f5f5;
}

#menutext ul
{
	padding: 0px;
	margin: 0px;
	list-style-image: none;
}

#menutext li
{
	display: inline;
}

#menutext a:link, #menutext a:visited {
    font-size: 8pt;
    color: #65738E;
    font-family: Verdana;
	text-decoration: none;
}

#menutext a:active, #menutext a:hover {
	color: #717052;
}

.center
{
	padding-top: 10px;
	padding-bottom: 20px;
	width: 100%;
	background-color: White;
}
#columnleft
{ 
    width: 150px;
    float:left;
    padding-left: 10px;
}

#columnright
{ 
    margin-left: 180px;
    padding-left: 10px;
    border-left: #dcdcdc 1px dotted; 
}

.sitelogobox
{
	width: 100%;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #f5f5f5;
}

.footer
{
	padding-top: 15px;
	border-top: solid 1px #65738E;
	width: 100%;
	height: 30px;
	text-align: center;
	background-color: #f5f5f5;
}

.textboxheader
{
    font-weight: bold;
    font-size: 8pt;
    color: #f5f5f5;
    font-family: verdana;
    background-color: #65738E;
    padding-right: 1px;
    padding-left: 12px;
    padding-bottom: 3px;
    padding-top: 3px;
    width:150px;
}

.textboxheader a
{
    color: #f5f5f5;
    font-family: verdana;
    text-decoration:none;  
    font-size: 8pt;
    font-weight: bold;

}

.textbox {
	border: solid 1px #CBCED4;
	background: #f5f5f5;
	padding: 5px 0px 5px 7px;
    width:154px;

}

.textbox UL
{
	padding: 0px;
	margin: 0px;
}

.textbox UL li
{
    list-style-type: none;
}

#newsitem
{
	font-family: Georgia, Times New Roman;
}

#newsitem h1
{
	display: inline;
	font-size: 10pt;
	color: Teal;
}
#newsitem h2
{
	padding-left: 10px;
	margin:0px;	
	font-size: 8pt;
	color: Black;
}

#newstop
{
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}
#newsseparator
{
	height: 10px;
	border-bottom:dashed 1px #dcdcdc;
}

#newsimage
{
	float: left;
	display: inline;
	padding-right: 5px;
	padding-bottom: 5px;
	border-right: dashed 1px #dcdcdc;
	border-bottom: dashed 1px #dcdcdc;
}

.compItem
{
	font-family: Verdana;
	font-size: 7pt;
}

.compItem A:hover
{
	color:Black;
	font-weight:bolder;
	font-family: Verdana;
	font-size: 7pt;
}


.compItem #price
{
	float:right;
	width: 30px;
	text-align:right;
	padding-right: 10px;
}
.compItem #name
{
	float:left;
	margin-right: 30px;
}

.compCategory
{
	color: #f5f5f5;
    background-color: #65738E;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}


.compTitle
{
	font-family: Verdana;
	font-size: 7.5pt;
}
.compTitle #price
{
	float:right;
	width: 60px;
	text-align:right;
	padding-right: 5px;
}
.compTitle #name
{
	float:left;
	margin-right: 60px;
}

.pricesTable
{
	border: solid 1px black;
	background-color: #F5F5F5;
}

.pricesTable #column0
{
	width: 35px;
	font-weight:bold;
	text-align:right;
	
}
.pricesTable #column1
{
	border-left: solid 1px black;
	border-right: solid 1px black;
}

.pricesTable #column2
{
	width: 80px;
	text-align: center;
}

.pricesTablePrint
{
	border: solid 2px black;
	background-color: #F5F5F5;
}

.pricesTablePrint #column0
{
	width: 35px;
	font-weight:bold;
	text-align:right;
	
}

.pricesTablePrint #column1
{
	border-left: solid 2px black;
	border-right: solid 2px black;
}

.pricesTablePrint #column2
{
	width: 80px;
	text-align: center;
}

.heading 
{
	font-family: Georgia,Times,serif;
	font-size: 180%;
	padding-left: 10px;
	padding-bottom: 10px;
	color: rgb(204, 0, 0);
}
.heading1 
{
	font-family: Tahoma, Verdana;
	font-size: 140%;
	padding-left: 20px;
	padding-bottom: 10px;
	color: Black;
	font-weight: bold;
}

.tableheading 
{
	font-family: Georgia,Times,serif;
	font-size: 120%;
	color: Black;
	font-weight: bold;
}

.contentBody
{
	width: 90%;
	border: solid 1px #dcdcdc;
	padding: 5px;
	background-color: #F5F5F5;
}

.contentBody PRE
{
	font-family: Arial;
	font-size: 9pt;
	color: black;
}

INPUT, TEXTAREA
{
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    font-size: 8pt;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    font-family: verdana;
}

.error
{
	color: Red;
}

.field_title
{
	font-weight: bold;
	width:120px;
	text-align:right;
	vertical-align: top;
}

.nbCategory
{
	color: #f5f5f5;
    background-color: #65738E;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.nbPrice
{
	text-align: center;	
}

.nbWarranty
{
	text-align: center;	
}

.newsEditTable
{
	width: 95%;
	background-color: #F5F5F5;
	border: solid 1px #dcdcdc;
}

.newsEditTable #right, .newsEditTableRight
{
	background-color: White;
	border-bottom: solid 1px #dcdcdc;
}

.lastUpdate
{
	font-size: 7.5pt;
}

.pagefooter
{
	width: 100%;
	border-top: solid 1px #dcdcdc;
	padding-top: 4px;
	padding-right: 10px;
	margin-top: 20px;
	text-align: right;
}

.fileEditTable
{
	border: solid 1px #dcdcdc;
}

.fileEditTable #top, .fileEditTable #bottom
{
	background-color: #F5F5F5;
}

.fileEditTable TD
{
	border-bottom: solid 1px #dcdcdc;
}

.newUserTable
{
	border: solid 1px #dcdcdc;
	background-color: #F5F5F5;
}

.newUserTable .column1
{
	width: 100px;
	text-align: right;
}

.newUserTable .column2
{
	width: 200px;
	text-align: left;
}

.newUserTable .column2 INPUT
{
	width: 150px;
}

.newUserTable .tableheading
{
	text-align: center;
}


.NotebookTable
{
	width: 600px;
	border: solid 1px #dcdcdc;
}

.NotebookTable .Item
{
	background-color: White;
}

.NotebookTable .AltItem
{
	background-color: #F5F5F5;
}

.NotebookTable #edit
{
	width: 50px;
	text-align: center;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}

.NotebookTable #name
{
	width: 200px;
	text-align: left;
	padding-left: 5px;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}

.NotebookTable #tracker
{
	width: 200px;
	text-align: left;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}
.NotebookTable #visible
{
	width: 50px;
	text-align: center;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}

.NotebookTable #delete
{
	width: 50px;
	text-align: center;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}

.NotebookTable .Title
{
	background-color: #A9A9A9;
	color: White;
}

.DetailsView INPUT
{
	width: 99%;
	font-size: 12px;
}

.compTableItem
{
	width: 320px;
	font-family: Verdana;
	font-size: 7pt;
}

.compTableItem .price
{
	width: 30px;
	text-align: right;
}

.compTableItem .check
{
	width: 20px;
}

.compTableItem td.check
{
	border: 0;
}

.compTableItem input { padding: 0; margin: 0; border: 0; }

.quantity_toggle
{
	padding-top: 3px;
}

.basket { position: absolute;  left: 800px; top: 200px; width: 300px; border: solid 1px black; display: none;background-color: white; padding: 0; margin: 0; }
	.basket tr, .basket td { padding: 0; margin: 0; text-align: center; }
	.basket .header td { border-bottom: solid 1px #000; font-weight: bold; padding: 2px;  }
	.basket	.alternative { background-color: #ccc; }
	.basket .productName { text-align: left; }
	.basket .basket_footer td { padding-top: 10px; border: 0; text-align: left; }
	.basket .basket_footer td.total { text-align: right; padding-right: 2px; }

