@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: relative;
	height: 654px;
	margin-left: 0px;
	margin-top: 0px;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: relative;
	height: 654px;
	margin-left: 0px;
	margin-top: 0px;

}

#buy {
	width: 186px;
	height: 261px;
	background-image: url('../img/buy.gif');
}

a:hover #buy {
	margin-top: -29px;
	margin-left: -29px;
	width: 243px;
	height: 321px;
	background-image: url('../img/buy-r.png');
}

#look {
	width: 186px;
	height: 261px;
	background-image: url('../img/look.gif');
}

a:hover #look {
	margin-top: -29px;
	margin-right: -29px;
	width: 243px;
	height: 321px;
	background-image: url('../img/look-r.png');
}

a:hover #look p {
	margin-top: 29px;
	margin-left: -1px;
}

.error {
	color: red;
	font: normal normal normal 10pt verdana;
}

.landing {
	width: 800px;
	height: 654px;
	background-image: url('../img/landing.jpg');
}

.links {
	position: relative;
	width: 650px; 
	height: 251px; 
	left: 75px;
	top: 320px; 
}

.centered {
	position: relative;
	width: 600px; 
	left: 200px;
}

.centered2 {
	position: relative;
	width: 550px; 
	left: 225px;
}

.divider {
}

.order-header {
	height: 16pt;
	color: #ffffff;
	background-color: #33ccff;
	font: normal normal normal 10pt verdana;
}

.order-header-cell {
	text-align: left;
}

.order-item {
	font: 8pt verdana;
	height: 20pt;
}

.order-button-cell {
	padding-top: 50px;
}

.success-message {
	padding-top: 30px;
	text-align: center;
	color: #e27343;
	font: normal normal bold 14pt serif;
}

.message {
	text-align: center;
	color: #e27343;
	font: normal normal bold 12pt serif;
	padding-bottom: 20px;	
}

.mandatory {
	font-weight: bold;
}

h1 {
	color: #878787;
	font: normal normal bold 14pt verdana;
}

a img {
	border:none;
}

