﻿@charset "utf-8";

/*----------------------------------------
  Menu
----------------------------------------*/

/*  Menu Active
----------------------------------------*/
.prd-menu li.prd-menu-1 a{
	background-color: #5B2B6E;
}
/*----------------------------------------
  Main Tabs
----------------------------------------*/
.main-tabs ul li.tab-empty {
	background-color: #5B2B6E;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */	
}
.main-tabs ul li a{
	background-color: #5B2B6E;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */	
}
.main-tabs ul li a:hover {
	background-color: #5B2B6E;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */	
}
.main-tabs ul li.tab-active a{
	background-color: #5B2B6E;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */	
}
.main-tabs ul li.tab-active a:hover{
	background-color: #5B2B6E;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
/*----------------------------------------
  Main Overivew
----------------------------------------*/
.main-overview .overview-title .icon-new {
	background: url(../images/prd-icon-new-ed.png) no-repeat;
}
.main-overview .overview-title .tag-prel {
	color: #5B2B6E;
    background-color:#ded5e2; /* opacity 0.20 of #5B2B6E */	
}
/*----------------------------------------
  Main Tab Content
----------------------------------------*/
.main-tab-content .listItem-product .listText .icon-new {
	background: url(../images/prd-icon-new-ed.png) no-repeat;	
}
.main-tab-content .listItem-product .listText .tag-prel {
	color: #5B2B6E;
    background-color: #ded5e2; /* opacity 0.20 of #5B2B6E */
}
