body {
	background-color: #99bbcc;
}

h1 {
	font-style:oblique;
}

h2 {
	margin: 5px 5px 5px 5px;
	font-size: 1.2em;
}

h2.decor {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
	width: 250px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #00f;
}

a:hover{
	text-decoration: underline;
}


#content {

}

#main {
	width: 640px;
	border: 1px solid #bbb;
	margin: 15px 0 0 25px;
	float: left;
}

#side_bar {
	border: 1px solid #bbb;
	margin: 15px 15px 0 25px;
	float:right;
	width: 250px;
}

.spacer {
	clear: both;
}
.button {
	float:right;
	border: 1px solid #000;
	height: 15px;
	width: 15px;
	font-weight:bold;
	margin-left: 5px;
	margin-bottom: 5px;
}

.button:hover {
	background-color: #ffb;
}

.title {
	font-style: oblique;
	font-size: 20px;
	text-decoration: underline;
	background-color: #69c;
	color: #333;
	border-bottom: 1px solid #bbb;
	font-weight: bold;
}

#cart_contents {
	font-size: 13px;
	padding: 5px 5px 5px 10px;
	color: #333;
}

.desc {
	float: left;
	margin-left: 5px;
}

.thumb {
	height:90px;
	width:90px;
	border: 1px solid #000;
	float: left;
}

.thumb img {
	height: 90px;
	width: 90px;
}

.odd {
	height: 100px;
	background-color: #6699cc;
}

.even {
	height: 100px;
}

.controls {
	float: right;
	border: 1px solid #000;
}

input.info {
	border: 1px solid #000;
	width: 20em;
	background-color: #ffb;
}

#black_back {
	position: fixed;
	background-color: #000;
	opacity: .60;
	filter: opacity(.60);
	top: 0;
	left: 0;
	width:100%;
	height:100%;

}

#info_box {
	position: fixed;
	background-color: #fff;
	top: 150px;
	left: 225px;
	height: 350px;
	width: 550px;
}
