/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}
.zc_pri_cart_item_price{
    display:inline-block;
}

.zc_pri_cart_item_price_value{
    float: left;
}

.zc_pri_cart_item_qty_value{
    float: right;
    padding-left: 0.75em;
}
.zc_pri_cart_item_clear{
    clear: both;
    display: block;
}

.zc_zri_fee{
    vertical-align: middle;
    font-size: 16px;
    margin-left: 2px;
    cursor: pointer;
}

.zc_zri_fee_rel{
    display: none;
    visibility: hidden;
}

.zc_zri_promo{
    display: block;
    padding: 8px 11px;
    margin-bottom: 20px;
    font-weight: 600;
}

.zc_pri_metrics_table {
    display: block;
    margin-bottom: 20px;
}
.zc_pri_metrics_table .zc_pri_metrics_table_title{
    margin-bottom: 7px;
}
.zc_pri_metrics_table table{
    width: 100%;
}

.zc_pri_metrics_table table tbody{
    width: 100%;
}

.zc_zri_countdown_timer{
    display: block;
    padding: 0px 0px 16px 0px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #ccc;

}
.zc_zri_countdown_timer .zc_zri_countdown_timer_title{
    margin-bottom: 0px;
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}
.zc_zri_countdown_timer .zc_zri_countdown_timer_clock{
    padding-top: 18px;
    min-height: 106px;
}


.zc_zri_countdown_timer .zc_zri_countdown_timer_clock .zc_pri_clk_t{
    display: inline-block;
    width: 64px;
    margin: 0px 8px 0px 8px;
    font-size: 12px;
    text-transform: uppercase;
}

.zc_zri_countdown_timer .zc_zri_countdown_timer_clock .zc_pri_clk_t b{
    display: inline-block;
    width: 64px;
    height: 64px;
    border: 1px solid #ccc;
    font-weight: normal;
    padding-top: 11px;
    border-radius: 50%;
    font-size: 25px;
    margin-bottom: 5px;
}