/** CHRR_uc_cart.css **/

/* @group universal */

.solid-border {
	border: solid 1px #333333;
	padding: 5px;
}

.solid-border td {
	padding: 5px;
}

.show-onload {
	display: none;
}

.display-none {
	display: none;
}

/* @end */

/* @group order-review */

.order-review-table {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	border: solid 0px #333333;
	font-size: 11px;
	line-height: 14px;
}

.order-review-table td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.order-review-table .pane-title-row {
	text-align: left;
	font-weight: bold;
	background-color: transparent;
	padding: 20px 10px 10px;
	border-bottom: solid 1px #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.order-review-table .title-col {
	text-align: right;
	font-weight: bold;
	padding-left: 3em; CHECK
	width: 100px;
	/*background-color: yellow;*/
}

.order-review-table ul.product-description li {
	/*background-color: maroon;*/
	list-style-type: none;
}

.order-review-table .data-col {
	padding-right: 15px;
}

.order-review-table .row-border-top {
	border-top: solid 0px #333333;
}

.order-review-table .row-border-bottom {
	border-bottom: solid 0px #333333;
}

.order-review-table .review-button-row {
	text-align: right;
	background-color: transparent;
	border-style: none;
	border-top: solid 1px #333333;
}

.order-review-table .review-button-row form {
	display: inline;
}

.order-review-table .review-button-row form input {
	margin: 0;
	padding: 5px 10px;
	font-size: 12px;
	color: #333333;
	text-transform: lowercase;
	text-align: center;
	line-height: 100%;

	/*borders*/
	border: 1px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/*background*/
	background: #EEEEEE; /* Old browsers */
	background: -moz-linear-gradient(top, #EEEEEE 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #EEEEEE 0%,#999999 100%); /* W3C */

}

.order-review-table .review-button-row form input:hover {
	color: #6699CC;
}

/* @end */

/* @group misc */

.next-button {
	margin-top: 1em;
	text-align: right;
}

#uc-cart-view-form img {
	padding-right: .8em;
	float: left;
}

#line-items-div table {
	width: auto;
}

#line-items-div td {
	padding: 0em 1em;
}

#line-items-div tbody {
	border-top: 0px;
}

.address-book-icon {
	position: relative;
	top: 2px;
	margin-left: 2px;
}



/* @end */

/* @group cart form */

#cart-form-pane {
	/*background-color: red;*/
}

#cart-form-products {
	width: 100%;
	border: solid 0px #333333;
	margin-top: 0;
	padding: 10px 0 0;
}

#cart-form-products table {
	width: 100%;
	margin: 0;
	padding: 0;
}

#cart-form-products td {
	padding: 5px;
}

#cart-form-products td.subtotal {
	/*background-color: orange;*/
	border-top: 2px solid #333333;
}

#cart-form-products td.desc {
	width: 400px;
	/*background-color: maroon;*/
}

#cart-form-products td.desc a {
	font-weight: bold;
}

#cart-form-products ul.product-description li {
	/*background-color: maroon;*/
	list-style-type: none;
}

#cart-form-products td.qty {
	width: 60px;
	/*background-color: green;*/
}

#cart-form-products td.total,
#cart-form-products td.subtotal {
	white-space: nowrap;
}

#cart-form-buttons {
	width: 100%;
	border: solid 0px #333333;
	margin: .5em 0em;
	text-align: right;
	/*background-color: orange;*/
}

#cart-form-pane #uc-cart-view-form {
	margin-bottom: 0;
}

#cart-form-buttons .form-button,
#cart-form-buttons .form-submit {
	margin: 5px;
}

#update-checkout-buttons {
	float: right;
}

#continue-shopping-link {
	float: left;
	position: relative;
	top: .5em;
	left: .75em;
}

#continue-shopping-button {
	margin-right: 100%;
	margin-left: .5em;
	white-space: nowrap;
}

#cart-form-buttons input {
	margin: 0;
	padding: 5px 10px;
	font-size: 12px;
	color: #333333;
	text-transform: lowercase;
	text-align: center;
	line-height: 100%;

	/*borders*/
	border: 1px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/*background*/
	background: #EEEEEE; /* Old browsers */
	background: -moz-linear-gradient(top, #EEEEEE 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #EEEEEE 0%,#999999 100%); /* W3C */

}

#cart-form-buttons input:hover {
	color: #6699CC;
}



/* @end */

/* @group cart review */

.cart-review {
	border: solid 0px #333333;
}

.cart-review td {
	padding: 5px;
}

.cart-review thead tr {
	font-weight: bold;
	border: 0em;
}

.cart-review tbody {
	border-top: 0em;
}

.cart-review tbody tr {
	border: 0px;
	vertical-align: top;
}

#cart-pane ul.product-description li {
	/*background-color: maroon;*/
	list-style-type: none;
}

td.qty {
	text-align: center;
}

td.price {
	text-align: right;
	white-space: nowrap;
}

td.products {
	width: 100%;
}

td.subtotal {
	text-align: right;
	border-top: 2px solid #333333;
}

#subtotal-title {
	font-weight: bold;
}


/* @end */

/* @group checkout */

#uc-cart-checkout-form {
	/*background-color: orangered;*/
}

#checkout-instructions {
	/*background-color: limegreen;*/
}

#uc-cart-checkout-form legend {
	/*background-color: fuchsia;*/
	font-size: 14px;
	text-transform: lowercase;
	padding: 0 10px;
	text-align: left;
	font-weight: bold;
}

#uc-cart-checkout-form a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#uc-cart-checkout-form a:hover,
#uc-cart-checkout-form a:focus {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}


/* @group address pane */

.address-pane-table tbody {
	border-top: 0px;
}

.address-pane-table table td {
	padding: 5px;
}

.field-label {
	text-align: right;
	font-weight: bold;
}

.address-pane-table {
	margin-left: auto;
	margin-right: auto;
}

.address-pane-table .form-item {
	display: inline;
}



/* @end */

/* @group payment details */

.inline-pane-table tbody {
	border-top: 0px;
}

.inline-pane-table .form-item {
	display: inline;
}



/* @end */

/* @group shipping */

input#edit-panes-quotes-quote-button {
	margin: 0;
	padding: 5px 10px;
	font-size: 12px;
	color: #333333;
	text-transform: lowercase;
	text-align: center;
	line-height: 100%;

	/*borders*/
	border: 1px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/*background*/
	background: #EEEEEE; /* Old browsers */
	background: -moz-linear-gradient(top, #EEEEEE 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #EEEEEE 0%,#999999 100%); /* W3C */
}

/* @end */

/* @group checkout buttons */

#checkout-form-bottom {
	width: 95%;
	border: solid 0px #333333;
	text-align: right;
	margin: 0;
	padding: 10px;
}

#checkout-form-bottom .form-button,
#checkout-form-bottom .form-submit {
	margin: 0;
	padding: 5px 10px;
	font-size: 12px;
	color: #333333;
	text-transform: lowercase;
	text-align: center;
	line-height: 100%;

	/*borders*/
	border: 1px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/*background*/
	background: #EEEEEE; /* Old browsers */
	background: -moz-linear-gradient(top, #EEEEEE 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #EEEEEE 0%,#999999 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #EEEEEE 0%,#999999 100%); /* W3C */


}

#checkout-form-bottom .form-button:hover,
#checkout-form-bottom .form-submit:hover {
	color: #6699CC;
}

/* @end */

/* @end */

/* @group uc_store.css overrides */

.order-review-table span.uc-price {
	font-weight: bold;
}

/* @end */
