body, html {
	position: absolute;
	border: 0; margin: 0; padding: 0;
	width: 100%; height: 100%;
	overflow: hidden;
	font-family: Arial, DejaVu Sans, Sans, sans-serif;
}
div {
	margin: 0; padding: 0; border: 0;
}
div#scrollWrapperOutside {
	position: relative; top: 0px; left: 0px;
	width: 100%; height: 100%;
	overflow: auto;
}
div#headerOutside {
	position: absolute; top: 0px; left: 0px;
	width: 100%; height: 110px;
	background: #111111; url() no-repeat;  /* Majorly stupid IE7 Workaround that should not be F#*king necessary */
}
div#menuOutside {
	position: absolute; bottom: 0px; left: 0px;
	width: 100%; height: 20px; line-height: 20px;
	background: #D0D0FF url(/images/menu.gloss.overlay.png) repeat-x;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
div.headerDropShadow {
	position: absolute; top: 109px; left: 0px;
	width: 100%; height: 10px;
	background: url(/images/header.drop.shadow.png) repeat-x;
}
div#contentWrapper {
	position: relative;
	width: 974px; min-height: 100%;
	margin: 0 auto;
	background-color: white;
}
div#scrollWrapperInside {
	position: absolute; width: 100%;
	border: 0; margin: 0; padding: 0;
	z-index: 5;
}
div#pageContent {
	position: relative; top: 0px; left: 0px; float: left;
	width: 100%;
	margin-top: 9px;
	font-size: 13px;
	text-align: left;
}
div#pageInfo {
	position: relative; float: left;
	width: 764px;
	padding: 10px;
	text-align: left; font-size: 11px;
}
div#column {
	position: relative; top: -10px; float: right;
	width: 160px;
	padding: 10px; padding-top: 14px;
	text-align: left; font-size: 11px;
	background-color: #D0D0FF;
	border-radius-bottom-left:		10px;
	border-radius-bottom-right:		10px;
	-moz-border-radius-bottomleft:		10px;
	-moz-border-radius-bottomright:		10px;
	-webkit-border-radius-bottomleft:	10px;
	-webkit-border-radius-bottomright:	10px;
	-khtml-border-radius-bottomleft:	10px;
	-khtml-border-radius-bottomright:	10px;
}
div#column a {
	color: #444444; text-decoration: none;
}
div#column a:hover {
	text-decoration: underline;
}
div#headerInside {
	position: relative; top: 0px; left: 0px;
	width: 100%; height: 110px;
	background-color: #111111;
}
div#menuInside {
	position: absolute; bottom: 0px; left: 0px;
	width: 100%; height: 20px; line-height: 20px;
	background: #D0D0FF url(/images/menu.gloss.overlay.png) repeat-x;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
div#menuInside a {
	margin-left: 8px; margin-right: 8px;
	font-size: 13px; font-weight: normal;
	color: #444444; text-decoration: none;
}
div#menuInside a:hover {
	text-decoration: underline;
}
div#cieFooter {
	float: right;
	width: 100%;
	padding-top: 12px; padding-bottom: 12px; margin-top: 50px; margin-bottom: 30px;
	font-weight: bold; font-size: 11px; text-align: center;
}

img#headerGloss {
	position: absolute; top: 4px; left: 50%;
	margin-left: -497px;
	z-index: 2;
}
img#cieLogo {
	position: absolute; top: 12px; left: 50%;
	margin-left: -480px;
	z-index: 1;
}
span#phoneBanner {
	position: absolute; top: 37px; right: 15px;
	color: #EEEEEE; font-size: 12px;
	z-index: 300;
}
img#sslCert {
	width: 30px; height: 27px;
	vertical-align: middle;
	z-index: 5;
}
div#searchBox {
	position: absolute; top: 5px; right: 50%;
	height: 87px; line-height: 87px;
	margin-right: -470px;
	font-size: 30px; font-weight: bold; color: #EEEEEE;
}
div#companyIntro {
	position: relative; float: right;
	width: 415px; line-height: 20px;
	padding-top: 20px; margin-right: 25px;
	font-family: Arial, DejaVu Sans, Sans, sans-serif; font-size: 15px; text-align: center; color: #444444;
}
div#companyIntro a {
	color: #444444; font-size: 11px;
	text-decoration: none;
}
div#companyIntro a:hover {
	text-decoration: underline;
}
img#cieMainImage {
	width: 100%;
}
form#searchForm {
	position: absolute; bottom: 30px; right: 15px;
	margin: 0; border: 0; padding: 0;
	z-index: 300;
}
input#searchText {
	width: 200px; height: 17px; line-height: 17px; font-size: 13px;
	border: 2px solid #999999; margin-right: 8px;
	vertical-align: middle;
}
input#searchText:focus {
	border: 2px solid skyblue;
}
input#searchButton {
	vertical-align: middle;
}
h1,div#pageTitle {
	position: absolute; top: 0px; right: 15px;
	height: 40px; line-height: 40px;
	margin: 0; padding: 0;
	font-weight: bold; font-size: 20px; color: #EEEEEE;
}
div.frontPageItemAd {
	position: relative; float: right; clear: both;
	width: 300px;
	padding: 10px; border: 1px solid transparent; margin: 15px; margin-right: 25px;
	border-radius:		15px;
	-moz-border-radius:	15px;
	-webkit-border-radius:	15px;
	-khtml-border-radius:	15px;
	border: 1px solid cornflowerblue;
	background: #F2F2FF url(/images/front-page-item-ad-gradient.png) repeat-x;
}
div.normalItemAd {
	position: relative; float: left;
	width: 340px; height: 140px;
	padding: 8px; border: 1px solid transparent; margin: 5px; margin-top: 15px; margin-bottom: 15px;
	font-size: 11px;
	overflow: hidden;
	border-radius:		15px;
	-moz-border-radius:	15px;
	-webkit-border-radius:	15px;
	-khtml-border-radius:	15px;
}
div.itemAdImageContainer {
	position: relative; float: left;
	width: 110px; height: 100%; line-height: 120px;
	text-align: center;
}
div.itemAdImageContainer img {
	max-width: 100%; max-height: 100%;
	vertical-align: middle;
}
div.normalItemAd:hover {
	border: 1px solid cornflowerblue;
	background: #F2F2FF url(/images/front-page-item-ad-gradient.png) repeat-x;
}
div.itemAdImageContainer,div.normalItemAd img {
	vertical-align: middle;
}
div.itemAdImageContainer,div.normalItemAd a:hover {
	text-decoration: underline;
}
div.frontPageItemAd a {
	color: #555555; text-decoration: none;
}
div.frontPageItemAd a:hover {
	text-decoration: underline;
}
a.frontPageAds {
	width: 50%; text-align: right;
	position: relative; top: -10px;
	float: right; clear: both;
	padding-right: 30px;
	color: blue; font-size: 9px; text-decoration: none;
}
a.frontPageAds:hover {
	text-decoration: underline;
}
form#advancedSearchForm {
	position: relative; float: left; clear: both;
	width: 98%;
	margin: 0; padding: 1%; margin-top: 0px; margin-bottom: 20px;
	text-align: center;
	border: 1px solid skyblue;
	background-color: #D0D0FF;
	border-radius:		10px;
	-moz-border-radius:	10px;
	-webkit-border-radius:	10px;
	-khtml-border-radius:	10px;
}
div.itemThumbnailWrapper {
	position: absolute;
	width: 120px; height: 120px;
	margin-left: 10px;
	text-align: center; vertical-align: middle; 
}
p.itemAdTitle {
	margin-top: 0px;
	font-weight: bold; font-size: 13px; text-align: center;
}
p.itemAdTitle a {
	text-decoration: none;
	color: #111111; font-weight: bold;
}
span.itemAdPrice {
	font-size: 25px; font-weight; bold; text-align: center;
}
span.itemAdSmall {
	font-size: 11px;
}
span.itemAdSmall b {
	color: blue;
}
p.itemAdBottom {
	margin: 0;
	padding: 10px;
	font-size: 12px; text-align: center;
}
p#shareBar {
	width: 100%;
	text-align: center;
}
p#shareBar a {
	margin-left: 6px; margin-right: 6px;
}
p#abv8 {
	width: 100%; margin-top: 0;
	text-align: center;
}
p#abv8 a {
	font-weight: normal; font-size: 10px;
	color: #222222; text-decoration: none;
}
p#abv8 a:hover {
	font-weight: bold;
	text-decoration: none;
}
p#abv8 img {
	vertical-align: middle; border: 0; padding: 1px;
}
div#cartWrapper {
	width: 700px; margin-top: 40px; min-height: 350px;
}
div.cartEntry {
	position: relative;
	width: 700px;
	border: 1px solid white; padding: 6px; margin: 3px;
	text-align: left;
	overflow: auto;
}
div.cartEntry:hover {
	border: 1px dashed #D0D0FF;
}
div.cartEntry input {
	text-align: center;
	width: 20px;
}
div.cartEntry a.itemTitle {
	color: #333333; text-decoration: none;
	font-size: 11px;
}
div.cartEntry a.removeLink {
	font-size: 9px;
	color: blue; text-decoration: none;
}
div.cartEntry a:hover {
	text-decoration: underline;
}
div.cartEntry span.itemPrice {
	float: right;
}
span.itemNotice {
	font-size: 11px;
	float: left; clear: both; margin-left: 50px; color: red;
}
div.cartHeader {
	width: 700px;
	padding: 6px; margin: 3px; margin-top: 15px; border: 1px solid #D0D0FF;
	font-weight: bold; text-align: left;
	background-color: #E8E8FF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
div.cartHeader a {
	font-weight: normal; font-size: 11px;
	text-decoration: none;
}
div.cartHeader a:hover {
	text-decoration: underline;
}
a#shoppingCartLink {
	position: absolute; bottom: 30px; left: 33%;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none; color: skyblue;
	font-weight: normal;
	z-index: 300;
}
a#shoppingCartLink:hover {
	font-weight: bold;
}
a#shoppingCartLink img {
	position: relative; top: -2px;
	border: 0; vertical-align: middle;
}
.pageSelector {
	position: relative; float: left;
	width: 25px; height: 25px; line-height: 25px;
	text-align: center;
	display: block;
}
a.pageSelector:hover {
	background-color: #D0D0FF;
}
div#rssLink {
	float: right;
}
div#rssLink a {
	text-decoration: none;
}
div#rssLink a:hover {
	text-decoration: underline;
}
div#rssLink img {
	vertical-align: middle;
}
