body#dmcwindow {
	background-color: transparent;
}

body#demoiframe {
	background-image: url(../images/Screen%20shot%202010-05-27%20at%209.03.35%20AM.png);
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	left: 0px;
	top: 0px;
}
iframe#DMC {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
	color: #000;
	background-color: transparent;
}

.mastercontainer {
	padding: 0px;
	width: 510px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	opacity: 50%;
	/*	background-image: url(../images/bg_white25.png);
*/	background-repeat: repeat;
	position: relative;
	zoom: 1;
}
.header {
	height: 65px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 30px #000;
	-moz-box-shadow: #000 0 0 30px;
	box-shadow: 0 0 30px #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	width: 510px;
}
.footer {
	height: 15px;
	width: 490px;
	margin-top: 0px;
	-webkit-box-shadow: 0 0 30px #000;
	-moz-box-shadow: #000 0 0 30px;
	box-shadow: 0 0 30px #000;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: transparent;
	/*	background-image: url(../images/bg_footer_dr.png);
	background-repeat: repeat-x;*/
	font-size: 11px;
	padding:40px 10px 5px 10px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-position: center bottom;
}
body.inIE .footer{padding:25px 10px 0px 10px;}
.footerholder {
	height: 60px;
	width: 500px;
}
.modulecontainer {
	background-color: transparent;
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.modulecontainer.solid {
	-webkit-border-radius: 4px;
	-moz-border-bottomleft: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: #333 0 0 10px;
	box-shadow: 0 0 10px #333;
	background-image: url(../images/bg_white75.png);
	background-repeat: repeat;
	border: 1px solid #DEDEDE;
	padding: 10px;
	width: 450px;
}
.formitemcontainer {
	position: relative;
}
.full {
	width: 440px;
	float: left;
	clear: both;
	margin-bottom: 5px;
}

.threefourths {
	width: 315px;
	margin-right: 20px;
	float: left;
	margin-bottom: 5px;
}

.half {
	float: left;
	width: 210px;
	margin-right: 20px;
		margin-bottom: 5px;
}
.fourth {
	width: 105px;
	margin-right: 10px;
	float: left;
		margin-bottom: 5px;
}
.end {
	margin-right: 0px;
}

.fourth.fit {
	width: 95px;
	margin-right: 0px;
}

h3 {
	font-weight: 200;
	margin-bottom: 5px;
	clear: both;
}
.modulecontainer#otherproducts {
	overflow: auto;
	height: 180px;
	padding-bottom: 0px;
}
.white {
	color: #FFF;
}
.otherproductscroller {
	height: 160px;
	/*width: 800px;*/
}
.otherproduct {
	height: 115px;
	width: 100px;
	float: left;
	margin-right: 10px;
	font-size: 11px;
	text-align: center;
}

a {
	text-decoration: none;
	color: #0c7fa4;
}

.ordertable {
	width: 450px;
	margin-bottom: 10px;
}

.ordertable td {
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	border-collapse:collapse;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.tableheader td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding: 10px;
	border-collapse:collapse;
	font-style: italic;
	color: #999;
	font-size: 11px;
	margin-bottom: 5px;
}

.totalsrow td, .subtotalsrow td {
	border-collapse:collapse;
	font-style: italic;
	color: #000;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	font-size: 14px;
	font-weight: 200;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000;
	background-image: url(../images/bg_white75.png);
	background-repeat: repeat;
}

.subtotalsrow td
{
	border-bottom:none;
	font-size:11px;
}

a:hover {
	color: #0c7fa4;
	text-decoration: underline;
}
.fieldlabel {
	margin-bottom: 5px;
	font-weight: bold;
}
.fieldexample {
	font-style: italic;
	font-size: 11.5px;
	color: #0C7FA4;
	margin-bottom: 5px;
}
.largefield {
	font-size: 16px;
	margin-bottom: 5px;
	margin-right: 0px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearfloat {
	clear: both;
}
.clearbar {
	line-height: 0px;
	clear: both;
	height: 0px;
	width: 100%;
}
#content {
	background-image: url(../images/bg_white25.png);
	background-repeat:repeat;
	padding-top:25px;
	padding-bottom:15px;
	overflow: auto;
	max-height:350px;
}
body.inIE #content
{
	padding-bottom:30px;
	position:relative;
	margin-bottom:5px;
}
.checkout table {
	width: 450px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.checkout td  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 10px;
	height: 30px;
}
.checkout td.label {
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 15px;
	margin-bottom: 10px;
}
.checkout table input{
	width: 100%;
	font-size: 15px;
}
.checkout table textarea{
	width: 100%;
	font-size: 11px;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bufferright {
	margin-right: 5px;
}
.productimage {
	height: 200px;
	width: 200px;
	margin-bottom: 10px;
	overflow: hidden;
}
.productname {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 10px;
}
.productdescription {
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.productdata {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 5px;
}
.productinfo {
	float: right;
	width: 240px;
	padding-left: 10px;
}
p {
	margin-bottom: 5px;
}
input {
	width: 100%;
	font-size: 14px;
	padding: 3px;
}
#cart input.qtext {
	font-size: 13px;
	padding: 0px;	
}
select {
	margin-top: 2px;
	-webkit-appearance: menulist-button;
	font-size: 13px;
	padding: 3px;
	width: 100%;
	display: block;/*	border: 1px none #CCC
*/}
input.buttons {
	-webkit-appearance: square-button;
	font-size: 13px;
	padding: 3px;
	margin-top: 3px;
}
h2 {
	font-weight: 200;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-size: 20px;
	clear: both;
	margin-top: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textright {
	text-align: right;
}
.separator.half {
	float: left;
	width: 20px;
	margin-right: 0px;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
input.checkbox, .radio input, input.radio {
	height: 16px;
	width: 16px;
	position: relative;
	top: 2px;
	margin: 0px;
}

label.labelRadio
{
	margin-right:10px;
}

#shippingform {
	clear: both;
}
textarea {
	width: 100%;
	padding: 3px;
	font-size: 13px;
}
.errormessage {
	color: #F00;
}