html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #790000;
	background-image: url(../images/background_tile.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 9pt;
	text-align: left;
}

div#container {
	margin: 0 auto;
	padding: 0px;
	width: 760px;
	height: 100%;
	background-color: #FFF0D2;
	background-image: url(../images/container_tile.jpg);
	background-repeat: repeat-y;
}

div#banner {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 190px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

div#banner_cart {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 111px;
	background-image: url(../images/banner_cart.jpg);
	background-repeat: no-repeat;
}

div#footer {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 30px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}

div#content {
	margin: 10px 25px 10px 25px;
	width: auto;
	height: 100%;
}

div#leftContainer {
	width: 435px;
	height: 100%;
	float: left;
}

div#rightContainer {
	width: 265px;
	height: 100%;
	float: right;
}

div#searchTitle {
	width: 265px;
	height: 27px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	background-image: url(../images/search_tile.jpg);
	background-repeat: no-repeat;
}

div#search {
	width: 257px;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-bottom: 4px solid #564E41;
	border-left: 4px solid #564E41;
	border-right: 4px solid #564E41;
}

div#resultsTitle {
	width: 435px;
	height: 27px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	background-image: url(../images/results_tile.jpg);
	background-repeat: no-repeat;
}

div#results {
	width: 427px;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-bottom: 4px solid #564E41;
	border-left: 4px solid #564E41;
	border-right: 4px solid #564E41;
}

div#selection {
	width: 620px;
	margin: 0px 10px 0px 10px;
	padding: 0px 30px 0px 30px;
	background-image: url(../images/selection_tile.jpg);
	background-repeat: repeat-y;
}

div#overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/overlay.gif);
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1000;
}

div#terms {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	background-color: #FFF0D2;
}

#hintbox{
	position:absolute;
	top: 0;
	background-color: #FFFFFF;
	width: 250px;
	padding: 3px;
	border:1px solid black;
	z-index:100;
	visibility: hidden;
	text-align: center;
}

div.popup {
	position: fixed;
	left: 50%;
	top: 40%;
	margin-left: -125px;
	width: 250px;
	padding: 20px;	
	border: 3px solid #000000;
	background-color: #FFFFFF;	
	z-index: 2000;
}

p, form {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	font-size: 9pt;
}

a:link {
	color: #790000;
}

a:visited {
	color: #790000; 
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #790000;
}

a.smallLink:link {
	color: #FFFFFF;
}

a.smallLink:visited {
	color: #FFFFFF; 
}

a.smallLink:hover {
	color: #FF0000;
}

a.smallLink:active {
	color: #FFFFFF;
}

select, input {
	border: 1px solid #564E41;
}

.selectionEnds {
	width: 680px;
	margin: 0px 10px 0px 10px;
	clear: both;
}

.buyNow {
	padding-top: 20px;
	width: 215px;
	height: 53px;
	background-image: url(../images/buy_tile.gif);
	background-repeat: no-repeat;
	text-align: center;
	float: right;
	clear: right;
}

.progressBar {
	background-color: #B09F85;
}

.activeStep {
	font-size: 10pt;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

.inactiveStep {
	font-size: 10pt;
	text-align: center;
	color: #706555;
	font-weight: bold;
}

.totalStep {
	background-color: #B09F85;
	font-weight: bold;
}

.optionStep {
	background-color: #E1D2BC;
}

.tableHighlight {
	background-color: #DBD3BA;
}

.warning {
	color: #790000;
	margin-left: 30px;
}

.mainNav {
	position: relative;
	top: 115px;
	left: 30px;
	font-family: Verdana, Arial, Tahoma;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #790000;
}

.smallText {
	font-size: 8pt;
}

.logo {
	margin: 0px 0px 10px 0px;
	width: 215px;
	text-align: center;
	float: right;
	color: #564E41;
}

.logoSmall {
	margin: 0px 0px 15px 0px;
	width: 130px;
	text-align: center;
	float: right;
	color: #564E41;
}

.center {
	text-align: center;
}

.title {
	font-size: 12pt;
	font-weight: bold;
	color: #790000;
}

.header {
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}