@charset "utf-8";
/* CSS Document */

h3 {
	background-color: #eaeaea;
	padding: 5px;
	margin: 5px 0 5px 0;
}

h4 {
	font-style: italic;
	background-color: #927908;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px;
}

#content {
	width: 875px;
	margin: 0 auto;
	padding: 5px;
}

#smartwall-mainpic {
	width: 500px;
	float: left;
}

#smartwall-maintext {
	width: 350px;
	float: right;
	padding-left: 10px;
}

#smartwall-maintext p {
	font-size: 11px;
}

.smartwall-smallpic {
	width: 250px;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
}

#smartwall-footer {
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#return-to-pleasure-home {
	width: 200px;
	float: right;
	margin-right: 10px;
}

#return-to-pleasure-home a {
	display: block;
	width: 200px;
	background-color: #D0C0BA;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 3px;
}

#return-to-pleasure-home a:hover {
	background-color: #7C2400;
	color: #fff;
}

.smartwall-button {
	background-color: #fff;
	width: 200px;
	margin: 0 auto;
}
.sidebyside {
	float: left;
	margin-left: 150px;
}

.threesidebyside {
	float: left;
	margin-left: 50px;
}

.smartwall-button a {
	display: block;
	background-color: #7c2400;
	width: 200px;
	padding: 4px;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.smartwall-button a:hover {
	background-color: #d0c0ba;
	color: #000;
}

.dark-red {
	color: #671E00;
}

#content h2 {
	margin: 0;
}

#smartwall-pricetotal {
	width: 880px;
	padding: 5px;
	background-color: #E7D3CB;
	text-align: center;
	font-weight: bold;
	clear: both;
}

.clear {
	clear: both;
}

form p {
	clear: both;
}

form label {
	width:200px;
	background-color: #eaeaea;
	padding: 5px;
	float: left;
	margin-right: 10px;
}

form input.textbox {
	width: 200px;
}

form legend {
	font-size: 1.3em;
}

.option-container {
	float: left;
	width: 250px;
	height: 300px;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
}

.short {
	height: 50px;
}
.option-image {
	width: 225px;
	height: 200px;
	min-height: 100px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.option-image img {
	border: 0;
}

.option-desc {
	width: 250px;
	float: left;
}

.small-text {
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 15px;
}

.tooltip{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	width: 200px;
	background-color: #A02E20;
	color: #fff;
	font-size: 12px;
	padding: 3px;
}



