/* Globals */
html, body, #pagewidth { height: 100%; }
body {
	margin: 0;
	font: 12px Lucida Grande, Helvetica, Arial, sans;
}
#pagewidth img { display: block; border: none; }
form,fieldset { margin: 0; padding: 0; border: none; }
ul, ol, dl {
	list-style: none;
	margin: 0;
	padding: 0;
}
li, dd {
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bold;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
body > #pagewidth {
	height: auto;
	min-height: 100%;
}
#pagewidth {
	width: 960px;
	position: relative;
	margin: 0 auto;
}
#all { text-align: left; }
#twocolumn {
	padding: 30px 0 70px 0;
	background: url(/media/images/layout/hdr_bg.png) no-repeat;
}
/* Forms */
input, textarea, select {
	font-family: Lucida Grande, Helvetica, Verdana, Arial, sans;
	border: 1px solid #ddd;
}
#twocolumn input, #twocolumn textarea {
	font-size: 1em;
}
#sidebar input, #sidebar textarea {
	font-size: .834em;
}
#twocolumn input, #twocolumn textarea {
	padding: 4px 2px;
}
#twocolumn button {
	border: 0 none;
	padding: 0 0 0 3px;
}
#twocolumn a.button {
	padding: 0 0 0 6px;
}
#twocolumn a.button, #twocolumn button {
	margin: 0;
	float: left;
	height: 30px;
	color: #ebebeb;
	font-size: 1em;
	text-decoration: none;
	background: url(/media/images/layout/btn_bg_left.png) no-repeat scroll left 0;
}
#twocolumn .button span, #twocolumn button span {
	background: url(/media/images/layout/btn_bg_right.png) no-repeat scroll right 0;
	float: left;
	height: 30px;
	line-height: 29px;
	padding: 0 20px 0 17px;
}
#twocolumn button span {
	margin: -2px 0 0 0;
}
button:hover {
	cursor: pointer;
}
#twocolumn .button:hover {
	color: #fff;
	text-decoration: none;
}
/* Global Header */
#header {
	position: relative;
	height: 90px;
}
#header h1 {
	margin: 0;
	position: absolute;
	top: 2px;
	left: 0px;
}
#header h1 a {
	display: block;
}
/* Nav */
#nav-wrap {
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 30px;
	background: url(/media/images/layout/nav_bg.png) no-repeat;
}
#nav {
	margin: 0;
	padding: 0 20px 0 10px;
}
#nav li {
	float:left;
	line-height: 30px;
}
#nav > li {
	position: relative;
}
#nav a {
	float:left;
	padding: 0 0 0 5px;
	color: #000;
	text-decoration: none;
}
#nav a span {
	display: block;
	padding: 0 10px 0 5px;
}
#nav li:hover a, #nav a:hover {
	cursor: pointer;
	background: #2d2d2d url(/media/images/layout/nav_btn_lt.png) left -1px no-repeat;
}
#nav li:hover a span, #nav a:hover span {
	color: #ececec;
	background: #2d2d2d url(/media/images/layout/nav_btn_rt.png) right -1px no-repeat;
}
/* Drop-down Menu */
#nav .drop-wrap1 {
	position: absolute;
	top: 27px;
	left: -10px;
	z-index: 60;
	padding: 0 0 0 6px;
	background: url(/media/images/layout/dd_top_lt.png) top left no-repeat;
}
#nav .drop-wrap2 {
	padding: 6px 0 0 0;
	background: url(/media/images/layout/dd_top_rt.png) top right no-repeat;
}
#nav .drop-wrap3 {
	margin: 0 0 0 -6px;
	padding: 0 0 0 6px;
	background: url(/media/images/layout/dd_btm_lt.png) bottom left no-repeat;
}
#nav .drop-wrap4 {
	padding: 0 0 6px 0;
	background: url(/media/images/layout/dd_btm_rt.png) bottom right no-repeat;
}
#nav ul {
	position: relative;
	margin: 0 0 0 -6px;
	width: 156px;
	font-size: .834em;
	font-weight: bold;
	background: #2d2d2d;
}
#nav ul li {
	float: none;
	padding: 0;
}
#nav ul a, #nav li:hover ul a {
	float: none;
	display: block;
	white-space: nowrap;
	padding: 0 10px;
	color: #fff;
	background: #2d2d2d;
}
#nav ul li a:hover, #nav ul li.active > a {
	color: #000;
	background: #d5d5d5;
}
#nav ul .drop-wrap2 {
	position: absolute;
	top: -6px;
	right: -150px;
	z-index: -1;
	padding-left: 6px;
}
#nav ul ul {
	margin: 0;
	font-size: inherit;
}
/* Global Search */
#search-form {
	float: right;
	margin: 6px 20px 0 0;
}
#search-form li {
	display: inline;
}
#search-form input {
	margin: 0;
	padding: 2px 3px 0 3px;
	height: 14px;
	line-height: 14px;
	border: 1px solid #ddd;
}
#search-form button {
	width: 16px;
	height: 16px;
	border: 0;
	text-indent: -999px;
	overflow: hidden;
	background: url(/media/images/layout/srch_btn.png) no-repeat;
}
#top-nav {
	position: absolute;
	bottom: 40px;
	right: 20px;
	font-size: .834em;
}
#top-nav li, #top-nav img {
	display: inline;
}
#top-nav img {
	position: relative;
	top: 3px;
	padding-right: 5px;
	background: #fff;
}
#top-nav, #top-nav a {
	color: #4D4D4D;
	text-decoration: none;
}
#top-nav a:hover {
	text-decoration: underline;
}
/* Footers */
#home-footer, #footer {
	font-size: .834em;
	line-height: 20px;
}
#home-footer a, #footer a { text-decoration: none; }
#home-footer a:hover, #footer a:hover { text-decoration: underline; }
/* Home Footer */
#home-footer {
	padding: 20px;
	color: #303030;
	background: #efefef url(../media/images/layout/footer_cap.png) bottom no-repeat;
}
#home-footer li {
	display: inline;
	margin: 0 2px 0 0;
}
#home-footer p { margin-bottom: 0; }
#home-footer a { color: #000; }
/* Global Footer */
#footer {
	position: relative;
	clear: both;
	margin: -70px auto 0 auto;
	width: 960px;
	height: 70px;
	background: url(/media/images/layout/footer_bg.png) bottom no-repeat;
}
#copyright, #footer ul {
	margin: 0;
	padding: 35px 20px 0 20px;
	color: #4d4d4d;
}
#copyright { float: left; }
#footer ul { float: right; }
#footer li { display: inline; }
#footer a { color: #4d4d4d; }
.small-card {
	margin: 20px 0 0 0;
	height: 30px;
	text-align: center;
}
.small-card li {
	display: inline;
	margin-left: 10px;
}
#twocolumn .small-card img {
	display: inline;
}
/*
a.verisign{
	background:url(../media/css/a-verisign.gif);
	width:93px;
	text-indent:-9999px;
	height:47px;
	margin:12px 0 0 25px;
	float:left;
	overflow:hidden;
}*/
/* Homepage */
#home-splash {
	position: relative;
	height: 480px;
	background: url(/media/images/home_splash.jpg) no-repeat;
}
#home-features {
	position: absolute;
	bottom: 0;
}
#home-features li {
	float: left;
	margin: 0 0 0 2px;
}
#home-features li:first-child { margin-left: 1px; }
#home-features a { display: block; }
/* Section Header */
h2#title {
	float: left;
	width: 230px;
}
/* Breadcrumb */
ul.breadcrumb{
	float: left;
	margin: 0 0 0 20px;
	list-style:none;
	line-height: 30px;
	font-size: .834em;
}
ul.breadcrumb li{
	float:left;
	margin:0 3px 0 3px;
}
/* Content Wrap */
#content {
	float: right;
	width: 710px;
	min-height: 520px;
	background: url(/media/images/layout/content_bg.png) no-repeat;
}
#content.alt {
	background: url(/media/images/layout/content_bg_alt.png) no-repeat;
}
/* Main Content Styles */
#twocolumn h3 {
	margin-top: 20px;
	color: #000;
	font-size: 1.334em;
}
#twocolumn h4 {
	line-height: 20px;
	color: #000;
	font-size: 1.167em;
	border-bottom: 1px solid #DDD;
}
#content > h3 {
	margin: 20px 0 7px 20px;
}
#main a {
	color: #000;
	text-decoration: underline;
}
#main a:hover {
	color: #4D4D4D;
}
#content p {
	margin: 20px 0;
}
#content > p {
	margin: 20px;
}
#content > ul {
	list-style: disc outside;
	margin: 20px 40px;
}
#content > ul li {
	margin: 0 0 10px 0;
}
#twocolumn form ul {
	float: left;
	margin: 0 0 0 20px;
}
#twocolumn form li {
	margin: 5px 0;
}
#twocolumn form button {
	float: right;
	margin-right: -3px;
}
/* Contact Form */
#contact-form label {
	float: left;
	width: 150px;
}
#contact-form input, #contact-form textarea {
	width: 300px;
}
#contact-form textarea {
	height: 100px;
}
#contact-form small {
	display: block;
	margin: 5px 0 5px 150px;
}
/* Sidebar */
#sidebar {
	float: left;
	width: 230px;
}
#sidebar .nav {
	background: 0;
}
#sidebar .nav li {
	margin: 0 0 3px 0;
	line-height: 30px;
	background: url(/media/images/layout/sidenav_bg.png) no-repeat;
}
#sidebar .nav li a {
	padding: 0 0 0 20px;
	color: #000;
	background: 0;
}
#sidebar .nav a:hover {
	color: #000;
	background: url(/media/images/layout/sidenav_bg.png) no-repeat 0 -30px;
}
/* Sidebar Blocks */
#sidebar .side-block, #sidebar .nav {
	margin: 0 0 20px 0;
}
#sidebar h3 {
	margin: 0;
	text-indent: 20px;
	line-height: 30px;
	color: #f3f3f3;
	font-size: 1em;
	background: url(/media/images/layout/side_block_head.png) no-repeat;
}
#sidebar ul {
	line-height: 30px;
	background: #ececec;
}
#sidebar ul a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	background: #ececec;
}
#sidebar ul a:hover, #sidebar li.active a {
	color: #f3f3f3;
	background: #464646;
}
#sidebar ul li.logout a {
	background: url(/media/images/layout/side_block_foot.png) bottom no-repeat;
}
#sidebar #quick-search {
	padding: 0 20px;
	height: 30px;
	background: url(/media/images/layout/side_block_foot.png) no-repeat;
}
#sidebar #quick-search ul {
	float: none;
	margin: 0;
	background: 0;
}
#quick-search li {
	display: inline;
}
#quick-search input {
	margin: 0 10px 0 0;
	padding: 0;
	background: #f0f7fd;
	border: 1px solid #fff;
}
#sidebar #quick-search button {
	position: relative;
	float: none;
	top: 1px;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	text-indent: 999px;
	overflow: hidden;
	border: 0;
	background: url(/media/images/layout/quick_search_btn.png) no-repeat;
}
/* Department Display */
#content h2 {
	margin: 0;
}
#content .products{
	list-style: none;
	margin: 0;
}
#content .products > li {
	position: relative;
	float: left;
	margin: 0 0 10px 10px;
	width: 340px;
	height: 100px;
	background: url(/media/images/layout/prod_bble_bg.png) no-repeat;
}
.products dl {
	padding: 10px;
}
.products dd {
	font-size: .834em;
}
.products img {
	float: left;
	margin: 0 10px 0 0;
}
.products .nav {
	position: absolute;
	bottom: 10px;
	left: 100px;
}
/* Departments */
#content .department-list {
	list-style: none;
	margin: 0;
}
#content .department-list li {
	position: relative;
	float: left;
	margin: 0;
	width: 175px;
	height: 175px;
	background: url(/media/css/department-background.jpg) no-repeat;
}
.department-list dl {
	width: 160px;
	height: 160px;
	padding: 6px 9px 9px 6px;
}
#content .department-list a {
	display: block;
	width: 160px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.department-list dt a {
	padding: 0 10px;
	line-height: 26px;
}
.department-list dd a {
	height: 134px;
}
.department-list dd {
	font-size: .834em;
}
.department-list img {
	float: left;
	margin: 0;
}
#content .products .nav li {
	display: inline;
	margin: 0 6px 0 0;
}
.products .price {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #E3681E;
	font-size: 1em;
	font-weight: bold;
}
#main .products a {
	font-weight: bold;
	text-decoration: none;
}
#main .products a:hover {
	color: #000;
	text-decoration: underline;
}
/* Pagination */
div.navigation {
	margin: 20px 0;
	padding: 0 10px 0 20px;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	
}
div.navigation ul {
	position: relative;
	margin: 0 0 0 203px;
	width: 325px; /* Width of boxes */
	text-align: center;
}
div.navigation a { text-decoration:none; }
div.navigation a:hover { text-decoration:underline; }
div.navigation ul li.prev,
div.navigation ul li.next{
	position: absolute;
}
.navigation li a {
	display: block;
}
.navigation li a:hover {
	background: #B3D7F5;
}
.navigation li.prev {
	left: 0;
}
div.navigation ul li.next {
	right: 0;
}
.navigation form {
	float: right;
	margin: 0 10px 0 0;
}
/* Featured Products */
#featured {
	margin: 0 0 0 10px;
	background: url(/media/images/layout/featured_bg.png) no-repeat;
}
#featured li {
	float: left;
	width: 230px;
}
#featured dt {
	margin: 0 0 10px 0;
	padding: 0 10px;
	line-height: 40px;
	white-space: nowrap;
	font-size: 1.167em;
	font-weight: bold;
}
#featured dt a {
	color: #bc0000;
	text-decoration: none;
}
#featured dd {
	padding: 0 10px 10px 10px;
	line-height: 15px;
	font-size: .834em;
}
#featured img {
	opacity: .9;
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
}
#featured img:hover {
	opacity: 1;
}
/* Product Details*/
.descr #magnify {
	margin: 10px 0 20px 0;
}
#magnify a {
	opacity: .8;
	display: block;
	margin: 0 auto;
	width: 103px;
	height: 15px;
	text-indent: -999px;
	overflow: hidden;
	background: url(/media/images/layout/magnify.png) no-repeat;
}
#magnify a:hover {
	opacity: 1;
}
#small-img-wrap {
	clear: both;
	background: #ececec;
	border-top:1px solid #C0C0C0;
}
.small-img {
	display: table;
	margin: 0;
	padding: 10px 0;
	width: 100%;
}
.small-img li {
	display: inline;
	margin: 0 0 0 10px;
}
#content .small-img img {
	display: inline;
	border: 1px solid #DDD;
}
#product-details {
	clear: both;
	position: relative;
	margin: 30px 0 0 0;
	height: 230px;
}
#product-details dt {
	float: left;
	padding: 0 10px;
	line-height: 30px;
	font-size: .937em;
	font-weight: bold;
	border: 1px solid #c6c6c6;
	border-bottom: 0px;
}
#product-details dt:hover {
	cursor: pointer;
	text-decoration: underline;
}
#product-details dt.active {
	color: #fff;
	background: url(/media/images/layout/prod_detail_nav_bg.png) repeat-x;
}
#product-details dt.active:hover {
	cursor: default;
	text-decoration: none;
}
#product-details dd {
	position: absolute;
	top: 30px;
	padding: 10px;
	height: 200px;
	overflow: auto;
	font-size: 1.0em;
	color: ##4D4D4D;
	border: 1px solid #c6c6c6;
	width:650px;
}
#product-details p {
	margin: 10px 0;
}
.descr {
	padding: 20px 20px 40px 20px;
}
#prod-image-wrap {
	background: url(/media/images/layout/ajax_loader.gif) center center no-repeat;
}
#product-image {
	background: #fff;
}
#content .descr .left {
	float: left;
	padding: 0;
	width: 230px;
}
#content .descr .right {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	width: 420px;
}
#content .descr h3 {
	margin: 0 0 2px 0;
	font-size: 1.167em;
}
#content .descr h4 {
	margin: 0;
	font-size: 1em;
	color: #e3681e;
	line-height: auto;
	border: 0;
}
#content .descr h4.list-price {
	color: #000;
	text-decoration: line-through;
}
.descr h5 {
	margin: 0;
	font-weight: normal;
}
#content .descr form {
	margin: 40px 0 0 0;
}
#content .descr form ul {
	float: none;
	margin: 0;
}
.descr form #qty {
	width: 27px;
	text-align: center;
	font-size: 1em;
}
#content .descr form p {
	margin: 10px 0;
}
.descr .options {
	margin: 5px 0 0 0;
}
.descr form li {
	margin: 0 0 5px 0;
}
#content .descr button {
	float: left;
}
.descr #add-wishlist {
	float: left;
	margin: 6px 0 0 10px;
}
/* Customer Account */
#twocolumn .left {
	float: left;
	padding: 0 40px 0 20px;
}
#twocolumn .right {
	float: left;
	padding: 0 20px 0 0;
}
#twocolumn .register-box form ul {
	margin: 0;
}
#loginForm ul, #signupForm ul {
	float: left;
}
#loginForm label, #signupForm label {
	float: left;
	width: 125px;
}
#loginForm #forgot-pw {
	line-height: 30px;
	text-align: right;
	font-size: .834em;
}
#loginForm #forgot-pw a {
	margin-right: 10px;
}
.account-details ul, dl.details {
	line-height: 20px;
}
dl.details dt {
	clear: left;
	float: left;
	width: 150px;
	font-weight: bold;
}
dl.details dd {
	float:left;
	width:180px;
}
.register-box input {
	width: 181px;
}
/* Order History */
.history, #wishlist {
	margin: 0 0 0 10px;
	width: 690px;
	line-height: 30px;
	text-align: left;
}
.history th, .history td, #wishlist th, #wishlist td {
	padding: 0 20px;
	border-left: 1px solid #ddd;
}
.history th:first-child, .history td:first-child, #wishlist th:first-child, #wishlist td:first-child {
	border-left: 0;
}
.history th, #wishlist th {
	background: url(/media/images/layout/prod_detail_nav_bg.png) repeat-x;
}
.history td, #wishlist td {
	border-bottom: 1px solid #ddd;
}
/* Wishlist */
.wishlist-manager {
	clear: both;
}
#content .wishlist-manager form p {
	margin: 10px 10px 0 0;
}
.wishlist .attr-col {
	text-align: center;
}
#content .wishlist-manager .left {
	float: left;
	padding: 0;
}
#content .wishlist-manager .right {
	float: none;
	margin-left: 300px;
}
#content .wishlist-manager .right form ul {
	margin: 0;
}
#content .wishlist-manager .right form li {
	float: left;
	margin-right: 5px;
}
#content .wishlist-manager .right button {
	margin-top: -3px;
}
/* Cart */
#twocolumn .item-price {
	float: none;
	margin: 0;
}
ul.item-price{
	overflow: hidden;
}
ul.item-price li {
	overflow: hidden;
}
ul.item-price .row {
	overflow: hidden;
}
ul.item-price .title {
	height: 30px;
	line-height: 30px;
	color: #bc0000;
	background: #f0f0f0;
	font-weight: bold;
	border: 1px solid #D9D9D9;
}
.item-price .row.title div {
	padding: 0;
}
ul.item-price .row div {
	float: left;
	padding: 10px 0 0 0;
	overflow: hidden;
}
ul.item-price .row .t1 {
	width: 77px;
	padding-left: 20px;
}
ul.item-price .row .t2{
	width:453px;
}
ul.item-price .row .t2 img{
	float: left;
	margin: 0 10px 0 0;
}
#twocolumn .item-price .row .t2 h3{
	font-size: 1em;
}
ul.item-price .row .t3{
	width:136px;
	font-weight:bold;
	text-align:right;
}
ul.item-price .row .t4 {
	width: 181px;
	font-weight: bold;
	text-align: right;
}
ul.item-price .row .t1 input {
	width: 27px;
	height: 15px;
	margin: 10px 0 0 0;
	padding: 0 0 0 3px;
	font-size: 1em;
}
#twocolumn ul.item-price .row .t2 h3{
	margin: 0 0 2px 0;
}
ul.item-price .row .t2 p {
	margin:0;
	font-size:1em;
	color:#6d6d6d;
}
ul.item-price .separate{
	background:url(../media/css/separator.gif) repeat-x 0 0;
	padding:6px 0 0 0;
	margin:8px 0 0 0;
}
ul.item-price .option{
	float:left;
	width:896px;
	overflow:hidden;
	padding:12px 0 8px 0;
}
ul.item-price .option ul{
	margin:0 0 0 105px;
	padding:0;
	overflow:hidden;
	width:791px;
	list-style:none;
}
ul.item-price .option ul li{
	float:left;
	width:auto;
}
ul.item-price .option ul a{
	padding:0 0 0 17px;
	margin:0 36px 0 0;
	background:url(../media/css/bullet3.gif) no-repeat left;
}
#twocolumn .cart-update {
	float: none;
	margin: 0;
	padding: 0 20px;
	overflow: hidden;
	background: #f2f2f2;
	border: 1px solid #D9D9D9;
}
#twocolumn .cart-update li {
	margin: 0;
	height: 40px;
	line-height: 40px;
}
#twocolumn .cart-update .left {
	float: left;
	width: 500px;
	overflow: hidden;
}
#twocolumn .cart-update .right{
	float:right;
	width:350px;
	text-align:right;
	overflow:hidden;
	padding-right:4px;
}
#twocolumn .cart-update button {
	float: left;
	margin: 5px 0 0 0;
}
/* Cart Summary */
.cart-summary {
	float: right;
	padding: 0 10px 13px 10px;
	margin: 0 0 0 20px;
	border: 1px solid #ddd;
	position: relative;
}
#twocolumn .cart-summary h3 {
	position: absolute;
	color: #bc0000;
	margin: 0;
	padding: 0 7px;
	background: #fff;
	font-size: 1em;
	top: -7px;
	left: 24px;
}
.cart-summary table {
	margin: 20px 0 0 0;
}
.cart-summary td {
	width: 100px;
	line-height: 28px;
	color: #E3681E;
	text-align: right;
	font-weight: bold;
}
.cart-summary .label {
	width: 275px;
	color: #000;
}
.cart-summary #order-total td {
	border-top: 1px solid #D9D9D9;
}
#twocolumn .cart-summary ul {
	float: none;
}
#twocolumn .cart-summary li {
	margin: 10px 0;
	text-align: right;
}
#twocolumn .cart-summary .button {
	float: right;
	text-align: left;
}
.summary {
	overflow: hidden;
	padding: 40px 0 0 0;
}
/* Checkout */
#checkout-process {
	margin: -20px 0 20px 0;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
}
#checkout-process li {
	float: left;
	margin: 0 10px 0 0;
}
#checkout-process li:first-child {
	margin: 0 40px 0 0;
	color: #bc0000;
	font-weight: bold;
}
#checkout-process li.active {
	color: #E3681E;
	font-weight: bold;
}
#twocolumn > .left, #twocolumn > .right {
	float: left;
	margin: 0 0 40px 0;
}
#twocolumn > .left {
	width: 420px;
}
#twocolumn > .right {
	width: 420px;
}
#twocolumn > h3, #twocolumn > p {
	clear: both;
	margin: 16px 20px;
}
#twocolumn form {
	clear: both;
}
/* Form Wrapper (Cart & Checkout) */
.form .left, .form .right {
	float:left;
	width: 430px;
}
.form dl {
	float: left;
	line-height: 20px;
}
.form dt {
	clear: left;
	float:left;
	width:125px;
}
.form em {
	color:#e30202;
	margin: 0 4px 0 0;
}
.form dd {
	float:left;
	margin: 0 0 5px 0;
}
.form input{
	width:260px;
}
.form select{
	width:241px;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:left;
}
.form h3{
	font-size:14px;
	color:#a60000;
	margin:20px 0 0 0;
}
.form dt.checkbox {
	clear: left;
	margin: 0 0 5px 0;
	width: auto;
	font-weight: bold;
}
.form dt.checkbox label {
	position: relative;
	top: -2px;
	margin: 0 0 0 6px;
}
.form dt.checkbox.small {
	margin-left: 125px;
	font-size: .834em;
	font-weight: normal;
}
.form dt.checkbox.small label {
	top: -3px;
}
.form .checkbox input{
	width:14px;
	height:15px;
	margin:4px 3px 0 0;
	padding:0;
	background:none;
	border:none;
}
.form dd.button {
	clear: left;
	float: none;
}
.form dt.radio-button{
	width:450px;
	padding:0 0 0 20px;
	float:left;
}
.form dt.radio-button label{
	text-align:left;
	font-weight: bold;
	font-size: 12px;
	float:left;
}
.form .radio-button input{
	width:14px;
	height:18px;
	margin:4px 3px 0 0;
	padding:0;
	background:none;
	border:none;
}
.form fieldset > h4, .form fieldset > dl {
	margin-left: 20px;
}
form > h4, form > p {
	margin-left: 20px;
}
/* Error & Message Display */
.note-box {
	width: 400px;
	margin: 40px auto;
	text-align: left;
	padding: 20px;
	border: 1px solid #DDD;
}
.note-box-small {
	width: 300px;
	margin: 10px auto;
	text-align: left;
	padding: 10px;
	border: 1px solid #C0C0C0;
	background: #fcfcfc;
}

#main .note-box-small h3,
#main .note-box h3 {
	font-size: 16px;
	color: #E3681E;
	padding: 0 0 4px;
	border-bottom: 1px solid #e2e2e2;
	margin: 0;
}
.note-box .add{
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	overflow:hidden;
}
.note-box .add li{
	float:left;
	padding:0 0 0 15px;
	margin:0 15px 0 0;
	background:url(../media/css/divider.gif) no-repeat left;
}
.note-box .add li.first{background:none;padding:0;}
.note-box.add a{
	color:#282828;
	text-decoration:none;
}

.note-box dl{
	margin:0;
	padding:0;
	width:330px;
	overflow:hidden;
}
.note-box dt{
	margin:0;
	padding:10px 0 0 0;
	font-weight:bold;
	float:left;
	line-height:20px;
	width:130px;
}
.note-box dd{
	margin:0;
	padding:10px 0 0 0;
	float:left;
	width:200px;
}
.note-box dd input{
	width:185px;
	padding:0 0 0 4px;
	height:16px;
}
h1#promo-banner {
	padding: 0 20px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #f00;
	background: #000;
}