/* Shared CSS */
@import url("local/stylesheets/jquery.jcarousel.css");
@import url("local/stylesheets/jszoom.css");
@import url("local/skins/custom/jquery-ui.css");
@import url("vivre/stylesheets/nav.css");
@import url("vivre/stylesheets/newVivre2.css");
@import url("vivre/stylesheets/checkout.css");
@import url("vivre/stylesheets/vivre-intro.css");
@import url("vivre/stylesheets/ep-new.css");
@import url("vivre/stylesheets/checkout.css");
@import url("vivre/stylesheets/shop-landing.css");
@import url("vivre/stylesheets/jquery.jcarousel.css");
@import url("vivre/stylesheets/tc.scroller.css");
@import url("vivre/stylesheets/custom.css");
@import url("vivre/stylesheets/rwstyles.csS");
@import url("vivre/stylesheets/rwstyles.csS");


#title {
	display: none;
}

.field-validation-error,
.error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors,
.validation-error
{
    font-weight: bold;
    color: #ff0000;
}

ul.validation-error {
	overflow: hidden;
}

.ajax-info, .ajax-warning, .ajax-error {
	background: #EDEDEF;
	border: 1px solid #A8AAAB;
	color: #4D4D4D;
	font-size: 9px;
	margin: 10px;
	padding: 5px 10px;
}

.ajax-loading {
	display: none;
}

.ajax-error {
	color: red;
}

#cart-popup {
	background: white;
	border: 1px solid #888888;
	display: none;
	font-size: 9px;
	overflow: auto;
	padding: 15px 15px 5px;
	position: absolute;
	width: 182px;
	z-index: 1002;
}

#cart-popup .total_details table td
{
	text-align: left;
}

#cart-popup .total_details table td.totals
{
	padding: 0;
	text-align: right;
}

#cart-popup.loading {
	background: white url(/scripts/images/loading.gif) no-repeat center center;
	height: 182px;
	padding: 15px;
}

#cart-popup ul {
	border-top: 1px solid #EC008C;
	list-style-type: none;
	margin: 3px 0 20px;
	max-height: 200px;
	overflow: auto;
}

#cart-popup ul li {
	margin-top: 14px;
	zoom: expression("1");
}

#cart-popup ul li .image {
	float: left;
	height: 50px;
	width: 50px;
}

#cart-popup ul li .image img {
	height: 45px;
	width: 45px;
}

#cart-popup ul li .data {
	overflow: hidden;
}

#cart-popup .total_details {
	float: none;
}

#cart-popup .action_pop {
	float: right;
}

#product-hover {
	background: white;
	border: 1px solid #888888;
	display: none;
	font-size: 14px;
	padding: 5px;
	position: absolute;
	z-index: 1002;
}
