@charset "utf-8";
/* CSS Document */

.container{
	width:1000px;
	}
.detail .colA{
	width:356px;
	padding:0px 79px 0 85px;
	}
.detail .colB{
	width:480px;
	}
.reviewItem{
	margin-left:-85px;
	border-bottom:1px solid #ccc;
	padding:27px 0 20px 85px;
	}
.reviewItem .userImage{
	width:auto;
	overflow:auto;
	}
	
/* check out page */
.checkout h1,
.checkout h2,
.checkout h2.steps{
	margin-left:85px;
	}
.checkout table{
	width:730px;
	}
.checkout .formItem{
	padding:7px 0 7px 335px;
	}
.checkout input{
	width:301px;
	}
.checkout .formItem label{
	width:250px;
	margin-left:-250px;
	}			
.emailCool{
	padding:0;
	}
	
/* exceptions */
.formItem .emailCool label{
	float:none;
	display:inline;
	vertical-align:top;
	margin:0;
	width:auto;
	}
.formItem .radio label{
	float:none;
	display:inline;
	margin:0;
	width:auto;
	}
	
/* error page */
h2.error{
	margin-left:85px;
	}
p.errorMsg{
	margin-left:85px;
	width:500px;
	}
.checkout .stepPrev {
	margin-left:85px;
	}
.checkout .errorBack{
	margin-left:85px;
	}
	
.shippingOptions{
	padding-left:85px;	
	}
.getTotal{
	margin-left:85px;
	}	
p.details{
	margin:10px 0 0 85px;
	}