html {
}
body {
	margin: 0;
	padding: 0;
	align: center;
	overflow: auto;
	background-color: #ffffff;
	font-family: Arial, sans-serif;
}
form {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#pagecontainer {
	text-align: center;
	height: 100%;
}
#contentcontainer {
	position: relative;
	width: 962px;
	height: 100%;
	background-image: url(../images/page-topshadow.png);
	background-position: 0px 122px;
	background-repeat: no-repeat;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}
#content {
	padding: 11px 11px 11px 22px;
	overflow: visible;
}
#breadcrumbs {
	font-size: 12px;
	line-height: 26px;
	color: #5c5c5c;
}
#breadcrumbs span {
	padding-left: 6px;
	padding-right: 6px;
	color: #ADADAD;
}
#breadcrumbs a {
	color: #5c5c5c;
}
#breadcrumbs a:hover {
	color: #009CD6;
}

#searchbar {
	float: right;
	position: relative;
	height: 37px;
	
}
#searchbar input {
	border: 1px solid #A5A5A5;
	border-right: 0px;
	height: 21px;
	line-height: 21px;
	padding: 0px;
	vertical-align: top;
	padding-left: 2px;
	color: #0067ac;
}
#searchbar button {
	background-color: transparent;
	margin: 0;
	height: 23px;
	width: 70px;
	cursor: default;
	padding: 0px;
	border: 0 none;
	width: auto;
	overflow: visible;
	white-space: nowrap;
	outline: none;
	vertical-align: top;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
}
#searchbar button::-moz-focus-inner {
	border: none;
	padding: 0;
}

#logo {
	display: block;
}
#smallmenu {
	float: right;
	padding-top: 8px;
	white-space: nowrap;
	color: #797979;
}
#smallmenu a {
	color: #797979;
	font-size: 12px;
}
#smallmenu a:hover {
	color: #009cd6;
}
#smalltotal {
	float: right;
	margin-top: 7px;
	border: 1px solid #C2C2C2;
	clear: both;
	line-height: 21px;
	font-size: 12px;
	color: #797979;
	padding-left: 4px;
	padding-right: 2px;
}
#smalltotal span {
	color: #009cd6;
}

#mainmenu {
	width: 962px;
	height: 22px;
	background-image: url(../images/mainmenu-back.png);
	background-repeat: repeat-x;
}
#mainmenu td a {
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #0067ac;
	background-image: url(../images/mainmenu-normal.png);
	background-repeat: repeat-x;
	white-space: nowrap;
	padding-left: 8px;
	padding-right: 8px;
}
#mainmenu td a:hover {
	text-decoration: none;
	background-image: url(../images/mainmenu-hover.png);
	color: #ffffff;
}

#mainmenu td a.mainmenuselected {
	background-image: url(../images/mainmenu-selected.png);
	color: #ffffff;
	font-weight: bold;
}

#hometext {
	margin-top: 4px;
	text-align: right;
	white-space: nowrap;
}

#submenu {
	float: left;
	clear: left;
	width: 195px;
	margin-left: -22px;
	_display: inline;
}
#submenu h2 {
	padding-left: 22px;
	color: #5C5C5C;
	font-weight: normal;
	font-size: 18px;
	margin-top: 11px;
}
#submenu a {
	display: block;
	font-size: 12px;
	color: #626262;
	text-indent: 26px;
	background-image: url(../images/submenustripe.png);
	background-repeat: no-repeat;
	line-height: 26px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 195px;
}
#submenu a:hover {
	text-decoration: none;
	color: #0067ac;
	background-image: url(../images/submenuselected.png);
}

#sidesection {
	float: left;
	clear: left;
	width: 195px;
	margin-left: -22px;
	_display: inline;
}
#sidesection h2 {
	padding-left: 22px;
	color: #5C5C5C;
	font-weight: normal;
	font-size: 18px;
	margin-top: 11px;
}
#sidesection a.menulink {
	display: block;
	font-size: 11px;
	color: #626262;
	text-indent: 26px;
	background-image: url(../images/submenustripe.png);
	background-repeat: no-repeat;
	line-height: 26px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 195px;
}
#sidesection a.menulink:hover {
	text-decoration: none;
	color: #0067ac;
	background-image: url(../images/submenuselected.png);
}

#sidesection div.section {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 11px;
	color: #626262;
	padding-left: 26px;
	background-image: url(../images/submenustripe.png);
	background-repeat: no-repeat;
}
#sidesection a.filelink {
	display: block;
	margin-left: -22px;
	padding-left: 22px;
	line-height: 21px;
	color: #009cd6;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}



h1 {
	font-size: 25px;
	color: #0067ac;
	display: inline;
	font-weight: normal;
}

.itemoverview {
	float: left;
	_display: inline; /* IE6 double margin bug */
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 251px;
	border: 1px solid #c0c0c0;
	padding: 2px;
	background-color: #ffffff;
	background-image: url(../images/homeitem-back.png);
	background-repeat: repeat-x;
	background-position: 0% 100%;
}
.itemoverview img {
	width: 178px;
	height: 178px;
	display: block;
	border: 0;
}
.itemoverviewdescription {
	font-size: 12px;
	color: #5c5c5c;
	height: 46px;
	width: 164px;
	max-width: 164px;
	max-height: 46px;
	padding-left: 8px;
	padding-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.itemoverview a.moreinfo {
	position: absolute;
	bottom: 9px;
	left: 10px;
	font-size: 11px;
	color: #0097d3;
}
.itemoverviewprice {
	color: #0067ac;
	position: absolute;
	bottom: 8px;
	right: 8px;
}
.itemoverviewprice span {
	font-size: 18px;
	margin-left: 3px;
}

.multipagebar {
	float: right;
	clear: right;
	_display: inline;
	border: 1px solid #c2c2c2;
	line-height: 21px;
	font-size: 12px;
	color: #797979;
	white-space: nowrap;
	margin-top: 9px;
	padding-left: 4px;
	padding-right: 4px;
}
.multipagebar b {
	color: #4a4a4a;
}
.multipagebar a {
	color: #797979;
	white-space: nowrap;
}
.multipagebar a:hover {
	color: #009cd6;
}


#footer {
	clear: both;
	height: 75px;
	width: 962px;
	position: relative;
	font-size: 11px;
	color: #777777;
	background-image: url(../images/page-bottomshadow.png);
	background-repeat: no-repeat;
}
#footercontact {
	position: absolute;
	left: 20px;
	bottom: 10px;
}
#footercontact a {
	color: #009cd6;
}
#footercontact .dotseparator {
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
}
#footerterms {
	position: absolute;
	bottom: 10px;
	right: 16px;
}
#footerterms a {
	color: #777777;
}

.itemdetail {
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
	background-image: url(../images/itemdetail-back.png);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding: 6px;
	margin-bottom: 6px;
	font-size: 13px;
	color: #626262;
	overflow: visible;
	min-height: 150px;
	_height: 150px;
}
.itemdetail h2 {
	font-size: 18px;
	color: #5c5c5c;
	font-weight: normal;
	margin-top: 5px;
}
.itemdetail a {
	color: #0097d3;
}
#itemdetailvisuals {
	float: left;
	position: relative;
	_display: inline;
}

#itemdetailvisuals #itemimg {
	display: block;
	margin-bottom: 6px;
}
#itemdetailvisuals img {
	border: 0;
}
#enlargeimg {
	position: absolute;
	_display: inline;
	right: 0px;
	top: 0px;
	margin: 0px;
}
#itemdetaildescription {
	width: 497px;
	float: right;
	font-size: 11px;
	color: #626262;
	_display: inline;
}

#itemnr {
	margin-bottom: 5px;
}
.itemicon {
	display: block;
	padding-left: 21px;
	line-height: 21px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#iteminshowroom {
	background-image: url(../images/icon-inshowroom.png);
}
#iteminstock {
	background-image: url(../images/icon-instock.png);
}
#itemnotinstock {
	background-image: url(../images/icon-notinstock.png);
}
#itemdelivery {
	background-image: url(../images/icon-delivery.png);
}
#itempickuponly {
	background-image: url(../images/icon-pickuponly.png);
}
#itemprice {
	display: inline-block;
	border: 1px solid #a5a5a5;
	background-color: #ffffff;
	color: #0067ac;
	font-size: 23px;
	padding-left: 4px;
	padding-right: 4px;
}
#itemprice span {
	font-size: 37px;
}

#orderbutton {
	background-color: transparent;
	margin: 0px 0px 0px 4px;
	height: 23px;
	width: 131px;
	cursor: default;
	padding: 0px;
	border: 0 none;
	width: auto;
	overflow: visible;
	white-space: nowrap;
	outline: none;
	vertical-align: bottom;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
}
#orderbutton::-moz-focus-inner {
	border: none;
	padding: 0;
}




#relateditemcontainer {
	padding: 0px 0px 0px 6px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	background-image: url(../images/relateditemcontainer-back.png);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #626262;
	overflow: auto;
	clear: both;
}
.relateditem {
	float: left;
	_display: inline; /* IE6 double margin bug */
	position: relative;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
	background-image: url(../images/relateditem-back.png);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding: 1px;
	width: 237px;
	margin-right: 6px;
	margin-bottom: 6px;
}
.relateditem a.img {
	float: left;
}
.relateditem img {
	display: block;
	border: 0;
}
.relateditemdescription {
	position: absolute;
	left: 82px;
	top: 8px;
	font-size: 12px;
	color: #5c5c5c;
	height: 48px;
	width: 148px;
	max-width: 148px;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.relateditem a.moreinfo {
	position: absolute;
	bottom: 3px;
	left: 82px;
	font-size: 11px;
	color: #0097d3;
}
.relateditemprice {
	color: #0067ac;
	position: absolute;
	bottom: 0px;
	right: 3px;
}
.relateditemprice span {
	font-size: 18px;
	margin-left: 3px;
}
#photoselectionbar {
	clear: both;
	overflow: auto;
}
#photoselectionbar img {
	float: left;
	_display: inline;
	width: 50px;
	height: 50px;
	margin-right: 6px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.inputtext {
	border: 1px solid #a5a5a5;
	padding-left: 2px;
	color: #0067ac;
	background-color: #ffffff;
}
.label {
	font-weight: bold;
	margin-top: 3px;
}
.label b {
	color: #0097d3;
}
.labelinfo {
	color: #a5a5a5;
}
ul.warning {
	color: #0097d3;
	background-color: #ffffff;
	border: 2px solid #0097d3;
	margin-bottom: 6px;
	text-align: center;
	font-size: 11px;
}

.smallpanel {
	padding: 6px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	background-image: url(../images/relateditemcontainer-back.png);
	background-repeat: repeat-x;
	color: #626262;
	font-size: 11px;
	margin-bottom: 9px;
	overflow: auto;
	clear: both;
}
.smallpanel h2 {
	font-size: 18px;
	color: #5c5c5c;
	font-weight: normal;
	margin-top: 5px;
}
.smallpanel a {
	color: #0097d3;
}

.cartnav {
	border: 1px solid #c2c2c2;
	line-height: 21px;
	font-size: 12px;
	color: #797979;
	white-space: nowrap;
	padding-left: 4px;
	padding-right: 4px;
}
.cartnav b {
	color: #4a4a4a;
}
.cartnav a {
	color: #797979;
	white-space: nowrap;
}
.cartnav a:hover {
	color: #009cd6;
}
.cartnav button {
	background-color: #ffffff;
	border: 0;
	color: #797979;
	font-size: 12px;
	padding: 0px;
}
.cartnav button:hover span{
	color: #009cd6;
	text-decoration: underline;
}
.sale {
	color: #cc6633;
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
}