/** CHRR_uc_cart_block.css **/

#block-uc_cart-0 {
	width: 290px;
	/*height: 60px;*/
	margin: 0 0 10px;
	padding: 10px;
	background-color: #dddddd;

	/*borders*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* @group cart block icon */

.cart-block-icon-full,
.cart-block-icon-empty {
	display: block;
	float: right;
	height: 30px;
	width: 30px;
	margin: 0;
	padding: 0;
}

.cart-block-icon-full {
	background: transparent url(../images/chrr-cart-icon-full.png) no-repeat center center;
}

.cart-block-icon-empty {
    background: transparent url(../images/chrr-cart-icon-empty.png) no-repeat center center;
}

/* @end */

/* @group cart block title and toggle */

.cart-block-title-bar {
    display: inline;
}

.cart-block-toggle {
    cursor: pointer;
}

.cart-block-arrow {
    display: inline;
    padding: 4px 12px 0;
    height: 7px;
}

.cart-block-title-bar .arrow-up {
    background: transparent url(images/bullet-arrow-up.gif) no-repeat center center;
}

.cart-block-title-bar .arrow-down {
    background: transparent url(images/bullet-arrow-down.gif) no-repeat center center;
}

.cart-help-text {
    font-size: x-small;
    position: relative;
    top: -5px;
}

/* @end */

/* @group cart block contents and summary */

#cart-block-contents ul.product-description {
	margin: 0;
	padding: 0;
}

#cart-block-contents .product-description li {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style-type: none;
}

.cart-block-items {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	/*background-color: fuchsia;*/
	border-bottom: 2px none aqua;
}

.cart-block-items tbody {
	border-top: 0px;
}

.cart-block-items tr {
	vertical-align: top;
}

.cart-block-items tr.odd, .cart-block-items tr.even {
	background-color: transparent;
	border: none;
}

.cart-block-items td.cart-block-item-desc {
	background-color: transparent;
	margin: 0;
	padding: 2px 0;
	border: none;
	border-top: 1px dotted #333333;
}

.cart-block-item-title {
	width: 100%;
}

.cart-block-item-price {
	text-align: right;
	white-space: nowrap;
}

.cart-block-summary {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	/*background-color: red;*/
	border-top: 1px solid #333333;
}

.cart-block-summary tbody {
	border-top: 0px;
}

.cart-block-summary tr {
	vertical-align: top;
}

.cart-block-summary-items {
	white-space: nowrap;
}

.cart-block-summary-total {
	width: auto;
	text-align: right;
}

.cart-block-summary-total label {
	font-weight: bold;
}

.cart-block-summary-total .uc-price {
	display: inline;
}

.cart-block-summary-links {
	text-align: right;
}

.cart-block-summary-links ul.links li,
.cart-block-summary-links ul.links li.last{
	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 */
