@charset "UTF-8";
/* CSS Document */

#rase_vibracart_widget  {visibility: hidden; display:none;} 

/* STYLES FOR VIBRACART WIDGET */
.cart-widget{height:50px; width:100%; background-color: #404040;font-size:1em; border-top: 1px solid #000000;}
	
.cart-widget-data, .cart-widget a {
	height:34px;
	display:block; margin: 0em; 
	background-color: #404040; 
	text-decoration:none; 
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #000000;
	padding: 16px 24px 0px 24px;
	text-align: center;	
	color:#e6e6e6;
}
	
.cart-widget a:link {color: #DDDDDD;}
.cart-widget a:hover {background-color:#808080; color:#DDD;}
.cart-widget a:visited {color:#DDDDDD;}

.cart-widget-unit{ /* global styles for all cart widget units */
	height:50px;
	float:right; 
	background:#999;
}

/* control for each specific cart widget unit */
#cartwidget {}
#cartwidget-items {}
#cartwidget-total{}
#cartwidget-view{}
#cartwidget-checkout{}
#cartwidget-icon{}

/* ADD TRANSITION EFFECT */
.cart-widget, .rase_vibracart_widget, {
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
}
/* END STYLES FOR VIBRACART WIDGET */
	