 body, td {
	font-family: Verdana, Arial, MS Trebuchet, Georgia;
	font-size: 10pt;
	}
 body {
	background-color: #FFF;
	margin: 0px;	/* at the moment, modules/js/lightbox.packed.js also sets the margin to 0px, so changing this value won't have any effect */
	}

 input[type=text] {
	border: 1px solid black;
	background-color: #FEFEFE;
	padding: 0px 1px;
	font-size: 80%;
	}
H2 {
	font-weight: normal;
	}
H4 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0px;
	}
H5 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	}
IMG {
	border-width: 0px;
	border-style: none;
	}

#siteContainer {
	background-color: #EFEFEF;
	margin: 19px auto;
	width: 980px;
	}
					/* original */			/* new with menu */
#header {
	height: 68px;			/* 104 */			/* 34 */
	width: 100%;
	background-image: url(images/background_black.png);
	background-repeat: repeat-x;
	background-position: 0px -36px;	/* */				/* 70 */
	clear: both;
	}
#logoContainer {
	padding: 8px;			/* 12 */
	height: 18px;			/* 46 */
	width: 956px;
	}
#focLogo {
	float: left;
	height: 20px;			/* */
	visibility: hidden;		/* */
	}

#extraMenu {
	float: right;
	margin: 0px;			/* */
	}
#extraMenu LI {
	display: inline;
	float: left;
	padding: 0px 10px;
	color: #CCC;
	border-right: 2px solid #6E6E6E;
	line-height: 18px;		/* 12px */
	}
#extraMenu LI.last {
	border-right: 0px none black;
	padding-right: 0px;
	}
#extraMenu LI A {
	color: #6E6E6E;
	text-decoration: none;
	font-weight: bold;
	}
#extraMenu LI A:hover {
	color: #FFF;
	}

#mainMenu {
	clear: left;
	background-image: url(images/background_menu_unselected.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 980px;
	padding: 0px;
	margin: 0px;
	}
#mainMenu.config {
	background-repeat: no-repeat;
	}
#mainMenu.index {
	background-image: url(images/bg/mainmenu_index.png);
	}
#mainMenu.viewcart {
	background-image: url(images/bg/mainmenu_viewcart.png);
	}
#mainMenu.checkout {
	background-image: url(images/bg/mainmenu_checkout.png);
	}
#mainMenu.client {
	background-image: url(images/bg/mainmenu_client.png);
	}
#mainMenu.cs {
	background-image: url(images/bg/mainmenu_cs.png);
	}
#mainMenu.faq {
	background-image: url(images/bg/mainmenu_faq.png);
	}
#mainMenu.tac {
	background-image: url(images/bg/mainmenu_tac.png);
	}
#mainMenu LI {
	display: inline;
	float: left;
	height: 30px;
	width: 140px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 7pt;
	}
#mainMenu LI.hover {
	cursor: pointer;
	}
#mainMenu LI.active {
	background-image: url(images/background_menu_selected.png);
	background-repeat: no-repeat;
	}
#mainMenu LI A {
	color: #848484;
	text-decoration: none;
	}
#mainMenu LI A:hover, #mainMenu LI.hover A {
	color: #000;
	}
#mainMenu LI.active A {
	color: #000;
	}
#mainMenu LI.active A:hover {
	color: #CCC;
	}

#content {
	margin-left: 130px;
	margin-top: 20px;
	}

#contentBody {
	margin-right: 0px;
	}

#categoryMenuContainer {
	list-type: none;
	width: 130px;
	margin-top: 20px;
	float: left;
	}
#categoryMenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 10px;
	}
#categoryMenu LI {
	padding-left: 0px;
	margin: 5px;
	}
#categoryMenu LI A {
	color: #565656;		/* #111; */
	padding: 5px;
	}
#categoryMenu LI A:hover, #categoryMenu LI.active A {
	color: #000;
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 4px;
	text-decoration: none;
	}

#steps {
	margin-bottom: 20px;
	}

.errorBox {
	width: 500px;
	color: red;
	border: 2px solid red;
	padding: 3px;
	}
.imagesLikeGoogle {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 158px;
	text-align: center;
	font-size: 10px;
	}

TABLE#productDetails {
	width: 600px;
	}
TABLE#productDetails TD {
	vertical-align: top;
	}
TABLE#productDetails TD#orderProduct {
	width: 200px;
	line-height: 12pt;
	}

TABLE.thinBorder {
	border-collapse: collapse;
	}
TABLE.thinBorder TD {
	padding: 2px 5px;
	border: 1px solid black;
	}
TABLE.thinBorder TD.bigPadding {
	padding: 2px 30px;
	}

a:link, a:visited {
	color: #4273A0;
	text-decoration: none;
	}
a:hover, a:active {
	color: #4273A0;
	text-decoration: underline;
	}
