/* Favorite List & Wishlists CSS Style */

.fav_header {
	text-align: center;
	color:#C00; 
	font-size:14px;
	font-weight: bold;
    line-height: 40px;
}

.table_header {
	text-align:left;
	color:#333;
	font-weight:bold;
}

.fav_title {
	color:#333; 
	font-size:14px;
	font-weight:bold;
	line-height:50px;
}

.col_date {
	font-size:11px;
	font-weight:bold;
	color:#333;
	text-align:center;
}

.col_image {
	width:120px;
	text-align:center;
}

.col_info {
	text-align:left;
	line-height:5px;
}

.prod_image {
	border: 0px solid;
	padding:5px 0px 0px 5px;
	width: 120px;
	height: auto;
}

.prod_name {
	font-weight:bold;
	line-height: 15px;
}

.prod_price {
	font-size:12px;
	color:#666;
}

.col_controls {
	border: 0px dotted #CCC;
	text-align: left;
	width: 100%;
}

.prod_qty {
	float:left;
	margin-right:5px;
}

.wish_alert {
color:#FF0000;
font-size:20px;
font-weight:bold;
text-align:center;
line-height: 25px;
}

.highlighted_txt {
font-weight:bold; 
background-color:yellow;
}
/* CSS Style for Favorite Button */
.addtofav_button {background: url(/components/com_favorites/images/addfav_button.png) 0 0 no-repeat; width:132px; height:23px; margin: 0;padding: 0;padding-left: 20px;text-align: center; border:none; float:left;font-weight: bold; color: white; }

.deletefav_button {background: url(images/delfav_button.png) 0 0 no-repeat; width:132px; height:23px; margin: 0;padding: 0;text-align: center;  border:none; font-weight: bold; color: white; }

.favorite_remove  {float:rigth !important;}
.col_date_info  {clear:both;font-size:0.8em;margin-top: 10px;}

.vmCartChild0, .vmCartChild1, .vmCartChild   {
  width: 100% !important  ;
}