
.bottomMargin {
	margin-bottom:10px;
}

div.sampleWrapper {
	margin-top:10px;
	clear:both;
	border: 1px solid black;
	width: 773px;
	background-color: white;
}

div.sampleWrapper div {
	height: 85px;
	margin-top: 10px;
}

div.sampleThumb {
	margin: 0px 10px 10px 10px;
	width: 80px;
	float: left;
}

div.sampleThumb h3 {
	font-size: 80%;
	width: 80px;
	padding: 0px;
	margin: 0px;
}

div.sampleThumb p {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

div.sampleThumb p img {
	border: 1px solid black;
}

div.sampleDesc {
	float: left;
	width: 155px;
	padding-left:10px;
	border-left: 1px solid #C5C5AB;
	border-right: 1px solid #C5C5AB;
	margin-right: 10px;
}

div.sampleDesc h4 {
	width: 150px;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

div.sampleDesc p {
	width: 145px;
	margin: 0px;
	padding: 0px;
	font-size: 65%;
}


div.sampleDetails {
	float: left;
	width: 335px;
	border-right: 1px solid #C5C5AB;
	margin-right: 10px;
}

div.sampleDetails p {
	width: 315px;
	border-bottom: 1px solid #C5C5AB;
	font-size: 70%;
	margin: 0px;
	padding: 2px 0px;
}

div.sampleDetails p span {
	color: #c25a27;
}


div.sampleEdit {
	float: left;
	width: 140px;
}

div.sampleEdit h4 {
	color: #c25a27;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

div.sampleEdit p {
	font-size: 70%;
}

div.sampleEdit p a {
	text-decoration: underline
}

div.sampleEdit p input {
	position: relative; 
	top: 3px;
}

#editOrder a {
	display: block;
	height: 37px;
	width: 500px;
	text-decoration: none;
	color: white;
	padding-left: 50px;
	background-image: url(../images/icon_backarrow_black.gif);
	background-repeat: no-repeat;
	background-position: 17px 0px;
}

#submitOrder a {
	display: block;
	height: 37px;
	text-decoration: none;
	color: white;
	padding-left: 50px;
	background-image: url(../images/icon_ordersamples.gif);
	background-repeat: no-repeat;
	background-position: 17px 0px;
}
ol {
	padding: 10px 0 0 0;
	margin: 0 0 10px 20px;
}

