
/**************
 Actual c5 CSS is below this line, above is just for development 
**************/
.c5-form {
	display: inline-block;
	padding: 0;
	margin: 0 20px 20px;
}

.c5-form input, .c5-form select, .c5-form textarea {
	font-size: 13px;
	display: block;
	margin-bottom: 1em;
	width: 100%;
}

.c5-form-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.c5-form select option{
	color: #222;
}

.c5-form fieldset {
	display: inline-block;
	float: left;
}

.c5-form legend {
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 0;
}

.c5-form ol {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
}

.c5-form li {
	list-style: none;
	position: relative;
	clear: both;
}

/* Format - Labels on top of inputs */
.c5-form label {
	font-size: 12px;
	font-family: sans-serif;
	display: inline-block;
	width: 80px;
	margin-bottom: 0;
}

/* order form specific */

.c5-order-form fieldset {
	width: 21%;
	margin-right: 4%;
}

.c5-form .c5-payment-form {
	margin-right: 0;
}
.c5-form .c5-contact-form {
	padding-left: 20px;
}

.c5-form .c5-order-cards {
	display: block;
}

.c5-form .c5-order-cards figure {
	display: block;
 	padding-bottom: 23px;
 	margin-bottom: 1em;
}

.c5-form .c5-payment-expdate {
	clear: none;
	float: left;
	overflow: hidden;
}

.c5-form .c5-order-cards figure {
	background: url( '../images/credit-cards.png' ) no-repeat;
}

.c5-payment-expdate select {
	width: 85px;
}

#c5-payment-exp-month {
	margin-right: 10px;
}

.c5-form .c5-err-required {
	background: #fdc7c7;
}

.c5-form .c5-err-format {
	background: #fdc7c7;
}

.c5-form .c5-err-none {
	background: #effdf2;
}

.c5-form .error-wrap {
	display: none;
	font: bold 11px sans-serif;
	color: #fff;
	position: absolute;
	top: -4px;
	right: 0;
   	padding:2px 6px;
   	color:#fff;
   	background:#a9d5b3;
   	-moz-border-radius:5px;
   	-webkit-border-radius:5px;
   	border-radius: 5px;
	border: 1px solid #d16666;
	background-color: #d16666;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#db8787), to(#d16666));
	background-image: -webkit-linear-gradient(top, #db8787, #d16666);
	background-image:    -moz-linear-gradient(top, #db8787, #d16666);
	background-image:     -ms-linear-gradient(top, #db8787, #d16666);
	background-image:      -o-linear-gradient(top, #db8787, #d16666);
	background-image:         linear-gradient(top, #db8787, #d16666);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#db8787', EndColorStr='#d16666');
	/* useful if you don't want a bg color from leaking outside the border: */        
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

    -moz-box-shadow: 1px 1px 1px #000; 
  	-webkit-box-shadow: 1px 1px 1px #222; 
    box-shadow: 1px 1px 1px #222; 
}

.c5-form .error-wrap:after {
	display: none;
	content:"";
	position:absolute;
	bottom:-7px;
	left:12px;
	width:0;
	border-width:7px 7px 0;
	border-style:solid;
	border-color: #d16666 transparent;
}

.c5-form fieldset input,
.c5-form fieldset textarea,
.c5-form fieldset select {
	-moz-transition: background-color 1s ease;
	-webkit-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

.c5-form input::-webkit-input-placeholder	{ color: #a9a9a9; }
.c5-form input:-moz-placeholder			{ color: #a9a9a9; }


/* Format - Labels next to inputs 
.c5-user label {
	float:left;
	clear:both;
}

.c5-user input {
	float:left;
}
*/


/* Cart styles */
.c5-form .c5-label, .c5-form .c5-amount {
	font-size: 12px;
	font-family: sans-serif;
}

.c5-cart-form fieldset {
	display: block;
	float: none;
	margin: 0;
	padding: 0 20px;
}

.c5-cart-form .c5-amount {
	display: block;
	float: right;
	width: 120px;
}

.c5-cart-products {
	padding-bottom: 5px;
	padding-top: 10px;
	position: relative;
	border-top: 1px solid #D5D5D5;
	min-height: 120px;
}

.c5-cart-product {
	width: 100%;
	display: block;
	overflow: hidden;
}

.c5-cart-product .c5_product {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D5D5D5;
	overflow: hidden;
}

.c5-cart-product .c5-media-thumb {
	float: left;
	width: 140px;
}

.c5-cart-product .c5-media-thumb img {
	max-width: 140px;
	max-height: 140px;
}

.c5-cart-product .c5-product-data {
	float: left;
	width: 460px;
	margin-left: 20px;
}

.c5-product-data h4 {
	line-height: 1.2em;
	margin-top: 0px;
	width: 380px;
	float: left;
	margin-bottom: 6px;
}

.c5-product-data .c5-product-price {
	float: left;
	width: 80px;
}
	
.c5-product-data .c5-content-summary {
	clear: left;
	color: #777;
}

.c5-product-ledger, .c5-cart-ledger {
	display: block;
	width: 180px;
	float:right;
	text-align: right;
	overflow: hidden;
}

.c5-product-qty .c5-label {
	float:left;
	margin-right: 5px;
	display: block;
}

.c5-product-qty input {
	float:left;
	margin-bottom: 0;
	width: 30px;
}

.c5-form .c5-carttotals-form  {
	background: #F3F4F5;
	padding-top: 10px;
	padding-bottom: 10px;
}

.c5-carttotals-form li {
	display: block;
	clear: right;
	line-height: 1.8em;
}

.c5-cart-ledger .c5-label {
	display: block;
	width: 80px;
	float: left;
}

.c5-cart-ledger .c5-amount {
	display: block;
	float:right;
	width: 100px;
}



.c5-cart-total {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

.c5-cart-total .c5-amount, .c5-cart-total .c5-label {
	font-weight: bold;
	font-size: 15px;
}

.c5-ajax-spin {
	background: url(../images/ajax-loader.gif) 40% 45% no-repeat;
}

.c5-ajax-status {
	padding: 5px;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
	min-height: 60px;
	width: 170px;
	border: 1px solid #eee;
	overflow: auto;
	word-wrap: normal;
}

/****
*** Basic formatting for default login box
****/
.c5-user-login-status {
	clear: both;
	width: 200px;
	display: block;
	height: 40px;
	font-size: 13px;
	color: #f0f0f0;
	padding: 10px;
}

.c5-user-login {
	display: block;
	width: 250px;
	border: 1px solid #AAA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0 auto;
	padding: 10px 30px;
	overflow: hidden;
}

.c5-user-login fieldset {
	float:none;
	border: none;
}

button.c5-user-login-signin {
	display: block;
	clear: left;
}

.c5-user-login-form input.c5-user-login-remember {
	display: inline;
	width: auto;
}

.c5-user-login-form label.c5-label-long {
	width: auto;
}

