body, html {
    margin:0px;
    padding:0px;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    z-index:0;
    background-color:#C6EAF4;
}

.content {
    position:relative;
    font-size:12px;
    padding:10px;
}

.document {
    width:900px;
    margin-left:auto;
    margin-right:auto;
	margin-top:5px;
    border:#999 solid 1px;
    background-color:#FFF;
}
.footer {
    height:100px;
}
.footer div {
    font-size:12px;
    text-align: center;
}
.footer div:last-child {
    margin-top: 70px;
}


label, input[type="button"], input[type="submit"] {
    cursor:pointer;
}
input[type="text"], input[type="password"], select {
    width:140px;
}
textarea {
    width:140px;
}

.docHeader {
    background-image:url("/IMAGES/rel_header.gif");
    width:900px;
    height:95px;
}

h1, h2, h3 {
    margin: 0 auto 0 auto;
    padding: 0 5px 5px 0;
}

.alert {
    color:red;
}
.small {
    font-size: 10px;
}
.big {
    font-size: 18px;
}

#header {
    background-color: #333;
    color:#EEE;
}

.CheckProductPriceContainer {
    text-align: right;
    width:300px;
    padding:3px;
    border-bottom:2px solid #DDD;
    float:right;
}
.CheckProductInfo {
    font-size: 12px;
}
.CheckProductPriceContainer span {
    font-size: 11px;
}
.CheckProductPriceContainer input[type="text"] {
    width:35px;
}
.grey {
    color: #888;
}

.inCartAlready {
    border:2px olive solid;
    background-color:#F5FAEA;
}

.quickLinks {
    text-align:right;
    float:right;
    width:600px;
}

.searchBar {
    width:450px;
    float:right;
    clear:right;
    text-align: right;
    margin-top:10px;
}
#searchbox {
	width: 300px;
	font-size: 17px;
	height:30px;
}
#Search {
	height:36px;
	font-weight: bold;
}

#homePageLink {
    float: left;
    width:300px;
    height:90px;
}
.docHeader:first-child a {
    text-decoration: none;
}



.Rounded, fieldset {
	border: 2px solid #666;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color:#EEE;
}


.alink {
	text-decoration:underline;
	cursor:pointer;
	color:blue;
}
.alink:hover {
	color:darkblue;
}
