#clarendon_store-form {padding:0px 5px; border-top: 1px dotted #DDDDDD; margin:10px; text-align:left;}
.clarendon_store-message {margin:5px 0; background:#DDD; padding:10px; font-size:16px;}
.clarendon_store-field {margin:0px 0; }
.clarendon_store-field .left {width:15%;float:left; color: #000;line-height: 30px; margin: 0px 0px 0px 0px; }
.clarendon_store-label { color: #000; }
.clarendon_store-field .required {color:red;}
.clarendon_store-field .right {width:30%; float:left; margin: 0px 1% 1% 0px;}
.clarendon_store-field .right-lg {width:76.5%; float:left; margin: 0px 1% 1% 0px;}
.clarendon_store-product-table
{
	border: 0px solid #777777;
	background: #FFFFFF;
}
.clarendon_store-product-table td
{
	border: 1px solid #777777;
	padding: 5px;
	text-align: center;	
}
.registration-table
{
	border: 1px solid #DDDDDD;
}
.registration-table th
{
	background: #FFFFFF;
	border: 1px solid #DDDDDD;	
	text-align: center;
	text-transform: capitalize;
	line-height: normal;
	vertical-align: middle;
}

.registration-table td
{
	background: #FFFFFF;
	border: 1px solid #DDDDDD;	
	line-height: normal;
	font-size: 12px;
	vertical-align: middle;
}

.registration-table td.odd
{
	background: #azure;
}

.clarendon_store-field select
{
	padding: 5px;
}
#clarendon_store-form textarea {margin:5px 0 10px 8px;}
#clarendon_store-form .submit {clear:both;float:left;margin-right:9%;}
.clarendon_store-product
{
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 100%;
	margin-bottom: 20px;
	background: #FFFFFF;
	padding: 10px;
	height: auto;
}
.clarendon_store-product-image
{
	width: 12%;
	float: left;
	text-align: center;	
}
.clarendon_store-product-image img
{
	height: 70px;
}
.clarendon_store-product-info
{
	width: 66%;
	float: left;
	min-height: 80px;
}
.clarendon_store-product-select
{
	width: 10%;
	float: left;
	text-align: center;
	height: 80px;
	vertical-align: middle;
	line-height: 80px;	
}

.clarendon_store-product-cost
{
	width: 10%;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 80px;
	font-weight: bold;
	font-style: italic;
	height: 80px;
}

.clarendon_store-product-cost div
{

}