body {
 background-color: #fff;
 color: black;
 font-family: arial, 'lucida console', sans-serif;
 background-image:url('../../images/bgPattern.jpg');
 background-repeat:repeat-x;
 width:100%;
}
.clear { clear:both; }
#container {
	padding:0px;
	width:960px;
	height:800px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
.pressbg {
	background-image:url('../../images/blankBG.jpg');
	background-repeat:no-repeat;
	width:959px;height:701px;
	text-align:center;
	padding-top:10px;
}
.shopbg {
	
	text-align:center;
	padding-top:10px;
}
.product {
	float:left;
	border:4px;
	width:300px;
	height:240px;
	background-repeat:no-repeat;
	font-family:arial;
	font-weight:bold;
	color:#536277;
	font-size:1.2em;
	text-align:right;
	margin-right:20px;
}
.product .descr {
	width:150px;
	float:right;
}
.buy div {
	width:40px;height:18px;background-color:#516274;
	margin-top:2px;margin-left:2px;
	display:inline;
	float:left;
	padding-right:2px;
}
.product .buy {
	font-weight:normal;
	height:22px;
	width:82px;
	clear:both;
	margin-top:150px;
	font-size:.8em;
	margin-left:200px;
	position:relative;
	z-index:999;
}
.subtext{
	font-size:.8em;
	font-style: italic;
	font-weight:bold;
}
.sizes{
	font-size:.7em;
	font-weight:normal;
	
}
.bottom{width:960px;}
.bottom *{vertical-align:top;}

/* ******* Survey ******* */
body.survey {
	padding: 50px;
}
body.survey h1 { font-size: 1.1em; }
.errors {
	font-size: 0.8em;
	border: 1px solid red;
	width: 600px;
	padding: 15px;
	margin: 10px 0;
	font-weight: bold;
}
.survey_section {
	width: 600px;
	border: 1px dashed #CCC;
	margin-bottom: 30px;
	padding: 5px;
}
.survey_section h2 {
	margin-bottom: 5px;
}
.label {
	float: left;
	width: 100px;
	margin-bottom: 9px;
}
.radio_grid .label {
	width: 172px;
}
.radio_grid input {
	width: 85px;
}
.col {
	float: left;
	width: 100px;
	margin-bottom: 10px;
}
.first_col { 
	margin-left: 198px;
}
.check_grid .label {
	width: 295px;
}
.check_grid input {
	margin-bottom: 5px;
}

.survey_section input {
	float: left;
	margin-right: 9px;
}
.survey_section select {
	float: left;
	margin-right: 9px;
}
.affects .label {
	width: auto;
	margin: 0 15px;
}
.top3 .label {
	width: 400px;
}
.top3 input {
	width: 300px;
	margin-bottom: 4px;
}
.jeans_rank input {
	width: 3ex;
}


