BODY {
	margin:0px;
	padding:0px;
}
IMG {
	border:none;
}
#collars {
	float:left;
	width: 100%;
	margin-top: 10px;
}
#collars .result, #collars .samples {
	float:left;
	text-align:center;
}
*html #collars .result, *html #collars .samples {
	height:147px;
}
#collars .result {
	padding-left:10px;
	padding-right:10px;
}
#collars .result #selectedcoat {
	height:107px;
	width:160px;
	margin:0px auto;
}
#collars .result #selectedpattern {
	height:107px;
	width:50px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	margin:0px auto;
}
#collars .samples {
	text-align:left;
	padding-left:0px;
	width:300px;
}
#collars .samples SELECT {
	float:left;
	height:18px;
	font-size:11px;
}
#collars .samples .view {
	cursor:pointer;
	margin-left:4px;
}
#collars .samples .pick {
	color:#000;
	font:bold 11px arial;
	padding:10px 0px 10px 0px;
	clear:both;
}
#collars .samples .patterns IMG {
	float:left;
	margin-right:5px;
	cursor:pointer;
}
#popup {
	width:640px;
}
#popup .header {
	background:#D5BC9D;
	float:left;
	margin-bottom:15px;
}
#popup .header .pick {
	float:left;
	font:bold 18px/43px arial;
	color:#FFF;
	padding-left:28px;
}
#popup .header .close {
	float:right;
	font:normal 12px/43px arial;
	color:#FFF;
	padding-right:23px;
	margin-right:15px;
	text-decoration:none;
	background:url(close.gif) no-repeat right center;
}
#popup .body {
	width:640px;
	padding-left:3px
}
#popup .body .obj {
	width:105px;
	text-align:center;
	float:left;
}
#popup .body HR {
	clear:both;
	height:1px;
	margin:15px 0px 15px 0px;
	border-bottom:1px solid #CCC;
}
#popup .body .sep {
	background:#CCC;
	width:640px;
	height:1px;
	clear:both;
	margin:10px 0px 10px 0px;
}
#popup .body .obj A {
	font:normal 11px arial;
	display:block;
	padding:4px 0px 4px 0px;
	text-decoration:none;
	color:#000;
}
