/***************************************************
 * common
 ***************************************************/
.uco a,
.uco a:link,
.uco a:hover,
.uco a:visited{
	color:#00adef;
}
.uco .hr{
	border:none;
	height:1px;
	border-bottom:1px solid #ccc;
	margin:5px 0;
}
.uco .note{
	color:#d23437;
}
.uco .bold{
	font-weight:bold;
}

.uco .uco-pane{
}
.uco .page-title{
	font-size:36px;
	font-weight:bold;
	margin-bottom:20px;
}

.uco .uco-pane fieldset{
	border:2px solid #bfbfc1;
}
.uco .uco-pane .uco-title{
	height:40px;
	line-height:40px;
	font-weight:bold;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
	padding:0 10px;
}
.uco .uco-pane .uco-content{
	padding:0 15px 15px 15px;
}
.uco .uco-line{
	margin:30px 0;
}
.uco .margin10{
	margin:5px 0;
}
.uco .margin20{
	margin:10px 0;
}
.uco .pane-left{
	width:69%; padding:0 1% 0 0; float:left;
}
.uco .pane-right{
	width:29%; padding:0 0 0 1%; float:right;
}
.uco .left{
	float:left;
}
.uco .right{
	float:right;
}
.clear{
	clear:both;
}
.uco-price{
	text-align:right;
}
/***************************************************
 * checkout page
 ***************************************************/
.uco-checkout{
	padding:0px;
	width:670px;
	color:#595a5c;
}
.uco-checkout .form-text,
.uco-checkout .form-textarea{
	border:1px solid #ccc;
	width:100%;
}
.uco-checkout .form-text{
	height:30px;
	line-height:30px;
}
.uco-checkout .form-select{
	width:290px;
	height:30px;
	background:#e6e7e8;
	border:1px solid #ccc;
	padding-top:5px;
}

/* panes */

.page-cart-checkout #edit-cancel{
	background:#d1d3d4;
	border-radius:5px;
	color:#d23437;
	text-indent:0;
	padding:0 10px;
}
.page-cart-checkout #edit-continue{
	background:#d23437;
	border-radius:5px;
	color:#fff;
	text-indent:0;
	padding:0 10px;
}
.page-cart-checkout #quotes-pane .form-submit {
	background:#d23437;
	border-radius:5px;
	color:#fff;
	text-indent:0;
	width:auto;
	padding:0 10px;
  border: none;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
}

/* cart pane */
.uco-checkout .pane-customer .uco-content{
	padding-left:0;
}
.uco-checkout .pane-cart .price{
	text-align:right;
}

/* shipping */
.uco-checkout .pane-delivery
, .uco-checkout .pane-billing{
}
.uco-checkout .form-item-left{
	width:49%;
	float:left;
	margin:0 1% 0 0;
}
.uco-checkout .form-item-right{
	width:49%;
	float:left;
	margin:0 0 0 1%;
}

/* tos */
.uco-checkout .pane-tos .uco-title{
	text-align:left;
	padding:0;
	text-transform:none;
}
.uco-checkout .pane-tos .uco-content{
	height:125px;
	overflow:scroll;
	overflow-x:hidden;
	border:2px solid #ccc;
}

/* payment detail pane */
.uco-checkout #payment-detail-pane .form-item-panes-payment-details-cc-type .form-select {
	width:165px;
}
.uco-checkout #payment-detail-pane .form-item-panes-payment-details-cc-number .form-text {
	width:280px;
}
.uco-checkout #payment-detail-pane .form-item-panes-payment-details-cc-cvv .form-text {
	width:105px;
}
.uco-checkout #payment-detail-pane .cvv-tooltip{
	width:20px;
	float:left;
}
.uco-checkout #payment-detail-pane .cvv-tooltip img{
	margin-top:36px;
}
.uco-checkout #payment-detail-pane .form-item-panes-payment-details-cc-exp-month .form-select{
	width:165px;
	margin:0 15px 0 0;
}
.uco-checkout #payment-detail-pane .form-item-panes-payment-details-cc-exp-year .form-select{
	width:90px;
}

.uco-checkout #payment-detail-pane .form-item-panes-payment-details-cc-type{
	width:165px;
	margin:0 15px 0 0;
	float:left;
}
.uco-checkout #payment-detail-pane .form-item-panes-payment-details-cc-number{
	width:280px;
	margin:0 15px 0 0;
	float:left;
}
.uco-checkout #payment-detail-pane .form-item-panes-payment-details-cc-cvv{
	width:105px;
	margin:0 15px 0 0;
	float:left;
}

.uco-checkout #payment-pane{
	display:block;
}
.uco-checkout .form-item-panes-payment-payment-method .form-radios .form-item{
	margin:20px 0 20px 0;
}






/* override ubercart's css */
.uc-cart-checkout-form .form-item label{
	width:100%;
	text-align:left;
	padding:0;
	color:#595a5c;
	font-weight:normal;
	margin: 0 0 5px 0;
}
.uc-cart-checkout-form .uc-store-address-field .form-item label{
	padding:0;
}
.uco-checkout #line-items-div{
	float: none;
	border:none;
	margin:0;
}
.uco-checkout #line-items-div .title{
	text-align:right;
}
.uco-checkout #payment-details{
	border:none;
	padding:0;
	margin:0;
	display:block;
}
.uco-checkout #edit-panes-payment-payment-method img{
	vertical-align:middle;
}
.pane-ownshipper-disabled{
	color:#d4d4d4;
}
.uc-cart-checkout-form .pane-ownshipper-disabled .form-item label{
	color:#d4d4d4;
}
/***************************************************
 * checkout review page
 ***************************************************/
.uco-checkout-review{
	padding:0px;
	width:670px;
	color:#595a5c;
}
.uco-checkout-review .page-title{
	font-size:36px;
	font-weight:bold;
}
.uco-checkout-review #review-back{
	background:#d1d3d4;
	border-radius:5px;
	color:#d23437;
	text-indent:0;
	width:auto;
	padding:5px 15px;
	border:none;
	font-weight:bold;
	margin:0 10px 0 0;
}
.uco-checkout-review #review-submit{
	background:#d23437;
	border-radius:5px;
	color:#fff;
	text-indent:0;
	width:auto;
	padding:5px 15px;
	border:none;
	font-weight:bold;
}
.uco-checkout-review #review-submit.disabled{
	background:#f0c7ba;
}

/* cart */
.uco table{
	border:none;
}
.uco table#cart-content th{
	padding:5px ;
	border:none;
	border-bottom:1px solid #ccc;
}
.uco table#cart-content td{
	padding:5px ;
	border:none;
}
.uco table#cart-content-subtotal td{
	padding:0 5px 5px 5px ;
}
.uco table#cart-content-subtotal .cluetip-icon{
	vertical-align:middle;
}



/* tos */
.uco-checkout-review .pane-tos .uco-title{
	text-align:left;
	padding:0;
	text-transform:none;
}
.uco-checkout-review .pane-tos .uco-content{
	height:125px;
	overflow:scroll;
	overflow-x:hidden;
	border:2px solid #ccc;
}

/* cart page */
#uc-cart-view-form table{
	border:none;
}
#uc-cart-view-form table thead.thead{
}
#uc-cart-view-form table thead th{
	color:#808080;
	padding:5px 10px;
	font-weight: bold;
	font-size:12px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#uc-cart-view-form table thead th.first-th{
	border-left:1px solid #ccc;
}
#uc-cart-view-form table thead th.last-th{
	border-right:1px solid #ccc;
}
#uc-cart-view-form table tbody td{
	color:#424242;
	border:none;
	padding:20px 10px;
}
#uc-cart-view-form td.subtotal{
	border:1px solid #ccc;
}
#uc-cart-view-form #edit-continue-shopping{
	border:1px solid #A7A7A7;
	background:#eee;
	border-radius:10px;
	height:30px;
	line-height:30px;
	cursor:pointer;
}
#uc-cart-view-form .form-type-uc-quantity .form-text{
	width:90px;
	border:1px solid #ccc;
}
#uc-cart-view-form .form-type-uc-quantity .readonly{
	border:none;
	background:none;
}
