* {
	font-family: Helvetica, Arial, sans-serif;
}
body, ul, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}
a.btn {
	float: left;
}


#header {
	width: 720px;
	min-height: 110px;
	position: relative;
	margin: 0;
}
#header_print {
	display: none;
}
#header img {
	float: left;
	margin-right: 16px;
}
#header p {
	font-size: 85%;
	margin: 0;
	position: relative;
	top: 1.5em;
}

#blender {
	clear: both;
}

#footer {
	clear: both;
	width: 715px;
	height: 72px;
	background-color: #7e1e22;
	text-align: center;
	position: relative;
}
#footer p {
	color: #fff;
	font-size: 80%;
	position: relative;
	top: 1.5em;
}
#footer a {
	color: #fff;
	font-size: 75%;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}



#swatches {
}
#swatches fieldset img.preload {
	display: block;
	margin: 100px auto;
}
#steps li.step {
	list-style-type: none;
	margin: 4px 2px;
	float: left;
}
#steps li.step .body > * {
	display: none;
}
#steps li.step.active .body > * {
	display: block;
}
li#step1 {
	width: 275px;
}
li#step2 {
	width: 213px;
}
li#step3 {
	width: 218px;
}
ol#steps li.step .head {
	background: #878787 url(http://www.metrothinbrick.com/newsite/metrobrick/blendgenerator/_img/_ui/bg/head.jpg) repeat-x;
	border: 1px solid #727272;
	height: 27px;
	margin: 0 0 4px;
}
#steps li.step .head p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	left: 4px;
	top: 5px;
	white-space: nowrap;
}
#steps li.step .body {
	background: #ccc url(http://www.metrothinbrick.com/newsite/metrobrick/blendgenerator/_img/_ui/bg/body.jpg) repeat-x;
	border: 1px solid #aeaeae;
	height: 390px;
	padding: 6px;
	position: relative;
}



#steps p {
	margin: 0 0 4px;
}
#steps fieldset,
#steps table {
	background-color: #fff;
	border: 2px solid #ababab;
	margin: 0;
	padding: 6px;
}
#steps p,
#steps label {
	font-size: 80%;
}


#swatches {
}
#swatches h3 {
	clear: both;
	margin: 4px 0;
	font-size: 80%;
	font-weight: normal;
	text-transform: uppercase;
}
#swatches h3 span {
	color: #c22b3a;
	font-size: 90%;
	text-transform: none;
	padding-left: 1em;
}
#swatches ul {
	list-style-type: none;
}
#swatches ul li {
	float: left;
	padding: 0 1px 0px 0;
}
#swatches ul li img {
	border: 3px solid #fff;
	padding: 1px;
	background-color: #666;
}
#swatches ul li img.over {
	border: 2px solid #ff0;
	padding: 2px;
	background-color: #f8b90e;
}
#swatches ul li img.on {
	border: 3px solid #c22b3a;
	padding: 1px;
	background-color: #fff;
}
#swatches ul li input {
	display: none;
}



#selections table {
	width: 100%;
	border-collapse: collapse;
}
#selections tr {
	vertical-align: top;
}
#selections td {
	padding: 4px 2px;
	border-top: 1px solid #ababab;
}
#selections tr.template {
	display: none;
}
#selections .invalid {
	background-color: #ff9;
	color: #f63;
}
#selections td.del {
	width: 20px;
}
#selections td.pct {
	white-space: nowrap;
}
#selections td.pct select {
	color: #c22b3a;
	font-size: 10px;
}
#selections td.pct span {
	display: none;
}
#selections td.swatch img {
	width: 42px;
	height: 35px;
	border: 1px solid #666;
	padding: 2px;
}
#selections dt,
#selections dd {
	color: #333;
	font-size: 10px;
	line-height: 1em;
}
#selections #pctTotal {
	margin-top: 4px;
}
#selections #pctTotal p {
	margin-left: 25px;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
}
#selections #pctTotal a.btn {
	margin: 0 2px;
	float: right;
}
#grout {
	clear: both;
	margin-top: 40px;
}
#step2note {
	position: absolute;
	bottom: 10px;
	font-size: 10px !important;
}



#step3 #preview {
	display: none;
}
#step3 #preview.active {
	display: block;
}
#preview > img {
	display: block;
	clear: both;
	border: 2px solid #000;
}
#previewCaption {
	display: none;
}
#preview a.btn {
	margin-right: 5px;
}



/* BUTTON ROLLOVERS */

a.btn {
	display: block;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

a.btn:hover {
	background-position: 0 -50px;
}

a.btnDel {
	width: 16px;
	height: 16px;
	background-image: url(http://www.metrothinbrick.com/newsite/metrobrick/blendgenerator/_img/_ui/btn/del.gif);
}
a#btnEvenMix {
	width: 66px;
	height: 18px;
	background-image: url(http://www.metrothinbrick.com/newsite/metrobrick/blendgenerator/_img/_ui/btn/evenmix.gif);
}
a#btnForce100 {
	width: 66px;
	height: 18px;
	background-image: url(http://www.metrothinbrick.com/newsite/metrobrick/blendgenerator/_img/_ui/btn/force100.gif);
}
a#btnClearAll {
	width: 51px;
	height: 18px;
	background-image: url(http://www.metrothinbrick.com/newsite/metrobrick/blendgenerator/_img/_ui/btn/clearall.gif);
}
a#btnGenerate {
	width: 196px;
	height: 36px;
	background-image: url(http://www.metrothinbrick.com/newsite/metrobrick/blendgenerator/_img/_ui/btn/preview.jpg);
}
a#btnLarger {
	width: 192px;
	height: 18px;
	background-image: url(http://www.metrothinbrick.com/newsite/metrobrick/blendgenerator/_img/_ui/btn/larger.jpg);
}
a#btnPrint {
	width: 62px;
	height: 36px;
	background-image: url(http://www.metrothinbrick.com/newsite/metrobrick/blendgenerator/_img/_ui/btn/print.jpg);
}
a#btnSave {
	width: 62px;
	height: 36px;
	background-image: url(http://www.metrothinbrick.com/newsite/metrobrick/blendgenerator/_img/_ui/btn/save.jpg);
}
a#btnEmail {
	width: 62px;
	height: 36px;
	background-image: url(http://www.metrothinbrick.com/newsite/metrobrick/blendgenerator/_img/_ui/btn/email.jpg);
}

.btnGroup:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* EMAIL FORM */

form#emailer {
	background-color: #fff;
	padding: 0 20px;
}
form#emailer h3 {
	font-size: 16px;
	margin: 0 0 1em;
	padding: 0;
}
form#emailer label {
	clear: both;
	float: left;
	width: 80px;
	font-size: 10px;
	line-height: 0.9em;
	text-align: right;
}
form#emailer label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 85px;
	margin-top: -2px;
	text-align: left;
	color: #f00;
}
form#emailer input[type="text"] {
	width: 155px;
	margin: 0 5px 5px;
	font-size: 11px;
	font-weight: bold;
}
form#emailer input[type="submit"] {
	display: block;
	margin: 10px auto 0;
}



#modalOverlay {
	background-color: #808080;
	cursor: wait;
}
#modalContainer_previewLg {
	width: 700px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -200px;
	background-color: #fff;
	border: 3px solid #000;
	cursor: default;
}
#modalContainer_emailer {
	width: 300px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -100px;
	background-color: #fff;
	border: 3px solid #999;
	cursor: default;
}
.modalContainer a.modalCloseImg {
	width: 16px;
	height: 16px;
	background-image: url(http://www.metrothinbrick.com/newsite/metrobrick/blendgenerator/_img/_ui/btn/del.gif);
	position: absolute;
	top: 5px;
	right: 8px;
	z-index: 3200;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.modalContainer a.modalCloseImg:hover {
	background-position: 0 -50px;
}

