/* generic page settings (start) */

body {
	font-family: Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-size: 70%;
	padding: 0px;
	margin: 0px;
}

form {
	display:inline;
}

a img {
	border-style: none;
}

a, a:visited {
	color: #05b1a3;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main_content_box {
	position: absolute;
	padding:1px;
	width: 650px;
}

/* page header */
#topbar {
	overflow: hidden;
	clear: both;
}

#logo {
	float:left;
	height: 70px;
}

#menubar {
	clear: both;
	background: url('../images/menubar.png');
	height:25px;
	margin:10px 0px 0px 0px;
}

#mainmenu .menubutton {
	float: left;
	padding: 9px 12px 2px 12px;
	border-right: solid 1px darkgray;
	height: 30px;
}

#menubar .searchbar {
	float: right;
	padding: 0px 8px 2px 8px;
}

#menubar .searchbar form {
	border: 0px;
	margin: 0px;
}

#menubar .searchbar .searchbarbox {
	border: 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	border-style: none;
}

#menubar .searchbar .searchbarbutton {
	padding:4px 0px 0px 3px;
	float:left;
	height: 17px;
}

#menubar .searchbar .searchbarbox input {
	color: darkgray;
	border: 0px;
	border-style: hidden;
	padding: 0px 0px 0px 3px;
	margin: 4px 0px 0px 0px;
}

#menubar .menustart {
	float: left;
	background-color: white;
}

#menubar .menuend {
	float: right;
	background-color: white;
	padding-right: 17px;
}

#mainmenu a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

/* page footer */
#sitemapbar {
	clear: both;
}

#sitemapbar div {
	float: left;
	margin:0px 0px 10px 0px;
	padding: 0px 2px 0px 2px;
	font-size: 1.5ex;
}

#legalbox {
	clear: both;
	font-size: 90%;
	color: darkgray;
	padding: 5px 0px 0px 0px;
}

/* Main CSS settings (end) */

/* home page CSS */

#contentbox {
	display:block;
	clear: both;
	margin: 10px 0px 0px 0px;
}

/* NEW STUFF ADDED BY ROGER BELOW */

/* general product page */
.productBlock {
	width: 783px;
	position: relative;
}

/* product listing page */

#productListTopTag {
	margin: 10px 0px 0px 0px;
}

#productListContainer {
	margin:50px 0px 0px 0px;
}

.productListBlock {
	width: 632px;
}

.productListBlockContainer {
	padding: 0px 10px 0px 10px;
	font-family: Helvetica, Arial, Geneva, Verdana, sans-serif;
}

.productListSpacer {
	margin-top: 10px;
}

.productListSpacerSmall {
	margin-top: 5px;
}

#productListFilterHeader {
	margin-top: 5px;
	width:783px;
}

#productListFilterBlockHeader {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.cornerBar {
	height: 10px;
}

.cornerBox {
	margin: 0px;
	position: relative;
	margin-left: 0px;
	display: block;
}

.cornerBoxContents {
	position: relative;
	padding: 8px;
	color: #000000;
	font-size: 10px;
}

#productListFilterBlockIntro {
	width: 735px;
	padding-bottom: 10px;
}

#prodcount {
	float: right;
}

.productListDivRightColumn {
	float: left;
	width: 610px;
	padding-left: 5px;
}

.hideLeftColumn {
	display: none;
}

.hideRightColumn {
	display: none;
}

.showLeftColumn {
	display: block;
}

.showRightColumn {
	display: block;
}

.anchorTag {
	cursor: pointer;
}

.productListProductTitle {
	float: left;
	width: 380px;
	font-size: 18px;
	font-weight: bold;
}

.productListProductTagLine {
	width: 500px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #555555;
}

.productListProductCode {
	float: right;
	width: 90px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.productListFeaturesBlock {
	width: 650px;
	clear: both;
}

.productListFeaturesValue {
	width:450px;
	float:left;
	font-size: 12px;
	padding-bottom: 3px;
}

.productListFeaturesTitle {
	width:150px;
	font-weight: bold;
	font-size: 12px;
	float:left;
	padding-bottom: 3px;
}

/* Contact Page */

.contactPageBox {
	width: 500px;
}

.contactPageTitle {
	font-size: 11px;
	margin-bottom: 2px;
	font-weight: bold;
}

.contactPageField {
	margin-bottom: 10px;
}

.contactPageBox .cornerBoxContents {
	padding-left: 35px;
}

.errorBoxAnchors a, .errorBoxAnchors a:visited {
	color: #FFFFFF;
}

#printerDate {
	float: right;
	margin-top: 16px;
	margin-right: 30px;
	color: #000000;
	font-weight: bold;
}
