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

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
} 
.flt_l {
	float: left;
}
.inner {
	padding: 10px;
}
.third {
	width: 256px;
	float: left;
}
.totalwidth {
	width: 100%;
	clear: both;
}
body {
	text-align: center;
	background: #E9F1F8;
}
form {
	border: none;
	background: #E9F1F8;
}
label {
	padding-left: 10px;
	display: block;
	width: 150px;
	text-align: left;
	margin-bottom: 10px;
}
fieldset {
	border: none;
}
fieldset span {
	padding-left: 10px; 
	display: block;
}
fieldset div {
	margin-bottom: 10px;
}
input {
	margin-right: 10px;
}
p {
	margin-bottom: 15px;
	line-height: 150%;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	position: relative;
	width: 960px;
	height: 100px;
	background: #FFF url(../../images/web/jpg/header.jpg) no-repeat right center;
}
#header h1 {
	font-size: 24px;
	color: #EBAC47;
	text-align: left;
	margin-left: 20px;
}
#header h1 span {
	display: block;
	color: #CCC;
	font-size: 16px;
}
#topmenu {
	width: 960px;
	position: relative;
	background: #39F url(../../images/web/png/nav.png) no-repeat top right;
}
#contentwrapper {
	width: 960px;
	position: relative;
	text-align: left;
	background: #FFF;
}
#leftcolumn {
	float: left;
	background: #FFF;
	width: 160px;
}
#leftcolumn .block {
	margin: 7px;
	background: #E9F1F8;
	overflow: hidden;
}
#leftcolumn .blockheader {
	background: url(../../images/web/png/blockheader.png) no-repeat top left;
	position: relative;
	overflow: hidden;
	height: 30px;
	width: 124px;
	z-index: 0;
	line-height: 30px;
	padding: 0 11px;
	margin-bottom: 4px;
}
#leftcolumn .blockheader span {
	/*background: url(../../images/web/png/blockheader.png) top left; */
	position: relative;
	overflow: hidden;
	height: 30px;
	z-index: 10;
	line-height: 30px;
}
#leftcolumn .blockheader div {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../../images/web/png/blockheader.png) top right;
	width: 5px;
}
#quicksearch div {
	margin: 10px 0px;
}
#quicknav li {
	list-style-type: none;
	margin: 5px 0px;
}
#quicknav li a {
	display: block;
	line-height: 24px;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	background: #39F url(../../images/web/png/nav.png) no-repeat top right;
	font-size: 10px;
}
#quicknav li a:hover {
	color: #EBAC47;
}
#quicknav li a.active {
	color: #39f;
	background: #EBAC47;
}
#content {
	position: relative;
	float: left;
	text-align: left;
	margin: 0px 10px;
}
.contenttext {
	margin: 10px 0px 20px 0px;
}
#content h1 {
	font-size: 16px;
	margin: 10px 0px;
	color: #369;
	border-bottom: 2px solid #EBAC47;
}
#content p {
	line-height: 150%;
}
#content.wide {
	width: 780px;
}
#content.narrow {
	width: 620px;
}
#content #detailoptions {
	/*width: 780px;
	/*background: transparent url(../../images/web/png/nav.png) right top;*/
	height: 31px;
	margin-bottom: 20px;
}
#detailoptions ul {
	height: 31px;
	width: 100%;
}
#detailoptions li {
	list-style-type: none;
	float: left;
}
#detailoptions li a {
	width: 62px;
	display: block;
	text-align: center;
	line-height: 31px;
}
#rightcolumn {
	width: 160px;
	float: right;
}
#rightcolumn .block {
	margin: 7px;
	background: #E9F1F8;
}
#rightcolumn .blockheader {
	background: url(../../images/web/png/blockheader.png) no-repeat top left;
	position: relative;
	overflow: hidden;
	height: 30px;
	width: 124px;
	z-index: 10;
	line-height: 30px;
	padding: 0 11px;
	margin-bottom: 4px;
}
#rightcolumn .blockheader span {
	/*background: url(../../images/web/png/blockheader.png) top left; */
	position: relative;
	overflow: hidden;
	height: 30px;
	z-index: 0;
	line-height: 30px;
}
#rightcolumn .blockheader div {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../../images/web/png/blockheader.png) top right;
	width: 5px;
}
#rightcolumn .bargain {
	margin: 10px 0px;
	border: 1px solid #EBAC47;
}
#rightcolumn .bargain h1 {
	padding: 10px 0px;
	text-align: center;
	font-weight: bold;
	background: transparent url(../../images/web/png/nav.png) no-repeat top right;
}
#rightcolumn .bargaininfo {
	padding: 10px 0px 10px 10px;
}
#rightcolumn .bargaininfo a {
	text-align: right;
	color: #C90;
	text-decoration: underline;
}
#rightcolumn .bargaindetail {
	padding: 10px 0px 10px 10px;
	font-weight: bold;
}
#footer {
	clear: both;
	width: 100%;
	position: relative;
	text-align: center;
	padding: 20px 0px;
	background: #E9F1F8;
}
