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

body * { font-family: Arial, Helvetica, sans-serif; }
img { border: 0; }

/* UTILITY */
.clear { clear: both; }

/* BACKGROUND COLORS */
body { background-color: #669696; }
#wrapper { background-color: #fff; }
#header { background-color: #404041; }
#main_nav { background-color: #58595b; }
#button_bar { background-color: #58595b; }

.disclaimer {
	color: #fff;
	font-size: 10px;
	width: 850px;
	margin: 20px auto;
}
a:link,
a:visited { color: #333; }
a:hover { color: #fff; }

/* BASIC LAYOUT */
body {
	margin: 0;
	padding: 0 0 20px 0;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
#header {
	width: 850px;
	height: 160px;
	margin: 0 auto;
}
#main_nav { width: 850px; height: 75px; }
#main_content {
	width: 850px;
	padding: 20px;
	margin: 0 auto;
}
#button_bar { width: 850px; height: 70px; }
form {
	margin: 0;
	padding: 0;
}

/* HEADER */
#header_contents { padding: 20px; }
#logo {
	width: 185px;
	float: left;
}
#heading {
	width: 625px;
	float: left;
}
#heading h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 0;
}
#heading p {
	font-size: 13px;
	color: #929497;
}

/* MAIN NAV */
#steps {
	margin: 0;
	padding: 20px;
}
#steps .step_item {
	text-indent: -9999px;
	display: block;
	width: 150px;
	height: 35px;
	float: left;
	background: url(images/step_nav.png) no-repeat;
}
#steps .step_item { 
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
#steps .step_item.enabled { 
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#steps .step_item.step1 { background-position: 0 -105px; }
#steps .step_item.step2 { background-position: 0 -70px; }
#steps .step_item.step3 { background-position: 0 -35px; }
#steps .step_item.step4 { background-position: 0 -0px; }

/* BUTTON BAR */
.buttons {
	float: right;
	padding: 20px;
	height: 30px;
	overflow: hidden;
}
.button {
	width: 130px;
	height: 30px;
	display: block;
	float: left;
	margin-left: 5px;
	background: url(images/buttons.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}
input.button { text-indent: -9999px; }
.button.new { background-position: 0 -120px; }
.button.checkout { background-position: 0 -90px; }
.button.cancel { background-position: 0 -60px; }
.button.continue { background-position: 0 -30px; }
.button.back { background-position: 0 0; }
/*.button.new:hover { background-position: -130px -120px; }
.button.checkout:hover { background-position: -130px -90px; }
.button.cancel:hover { background-position: -130px -60px; }
.button.continue:hover { background-position: -130px -30px; }
.button.back:hover { background-position: -130px 0; }*/

/* MAIN CONTENT */

.content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #4d7274;
	margin-top: 0;
	margin-bottom: 20px;
}

.content h3 {
	font-size: 15px;
	color: #5499c1;
	margin-top: 0;
}
.content strong,
.content label {
	font-size: 15px;
	color: #333;
}
.content p {
	font-size: 15px;
	color: #666;
	width: 810px;
}
.content strong.size { float: left; }
.content strong.item { float: right; }
.content ul {
	margin: 5px 0;
	padding-left: 15px;
	font-size: 12px;
	color: #666;
}
.content ul li { margin: 5px 0; }

/* step1 */
.board_col {
	width: 395px;
	float: left;
	margin: 0 20px 20px 0;
}
.board_image {
	width: 180px;
	height: 253px;
	text-align: center;
	margin-right: 10px;
	float: left;
}
.board_info {
	width: 205px;
	float: left;
}
.content .price {
	background: url(images/select_price.png) no-repeat 0 0;
	width: 205px;
	height: 18px;
	text-align: center;
	padding: 6px;
	margin-top: 75px;
}
.content .select {
	background: url(images/select_price.png) no-repeat;
	background-position: 0 -30px;
	display: block;
	width: 395px;
	height: 30px;
	text-indent: -9999px;
	margin-top: 5px;
}
.content .select:hover { background-position: -395px -30px; }

/* step2 */
ul.brands,
ul.brands ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.brands li.brand_col {
	float: left;
	width: 200px;
}

/* step3 */
.custom_brands { margin-bottom: 20px; }
.custom_brand {
	margin-bottom: 10px;
}
.custom_brand input {
	margin-right: 5px;
	float: left;
	height: 17px;
}
.custom_brand .add {
	width: 17px;
	height: 17px;
	display: block;
	background: url(images/add_remove.png) no-repeat 0 -17px;
	text-indent: -9999px;
	float: left;
}
.custom_brand .remove {
	width: 17px;
	height: 17px;
	display: block;
	background: url(images/add_remove.png) no-repeat 0 0;
	text-indent: -9999px;
	float: left;
}
.extra_pad {
	margin-right: 10px;	
}

/* step4 */
table {
	width: 810px;
	margin-bottom: 20px;
	font-size: 15px;
}
table td {
	padding: 5px;
}
table .header,
table .mb_qty {
	background-color: #666;
	color: #FFF;
	text-align: center;
}
table .sub_total {
	background-color: #999;
	color: #333;
	text-align: center;
	height: 20px;
}
table .shipping_total {
	background-color: #5499c1;
	color: #FFF;
}
table .mb_qty,
table .menuboard ,
table .remove_cell {
	text-align: center;	
}
table .mb_qty .update_qty {
	width: 30px;	
}
table .standard_brand_list,
table .custom_brand_list,
table .cent_qty,
table .remove_cell {
	background-color: #EDEDED;
}
table .menuboard,
table .extra_brand_list {
	background-color: #f6f6f6;
}
table .dollar_qty { background-color: #f6f6f6; }
table a.remove {
	color: #F33;
	text-decoration: none;
}
table .standard_brand_list,
table .custom_brand_list,
table .cent_qty,
table .extra_brand_list,
table .dollar_qty {
	vertical-align: top;
	color: #666;
}
table ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
table .shipping { float: left; }
table .total { float: right; }
.grandTotal {
	background-color: #5499c1;
	width: 810px;
	color: #fff;
}
.grandTotal span {
	padding: 10px;
	display: block;
	text-align: right;
	font-weight: bold;
	float: right;
}
.display_shipping {
	padding: 10px;
	float: left;
}
