﻿
/*----------------------------------css for effection of the menus  ----------------------*/
.MenuSelected
{
	margin-left: 6px;
	color: #ffc6b4;
	text-decoration: none;
}

.MenuCurrentSelected
{
	margin-left: 6px;
	color: #ff7e55;
	text-decoration: none;
}

.MenuBrSelected
{
	margin-left: 0px;
	color: #ffc6b4;
	text-decoration: none;
}

.MenuBrCurrentSelected
{
	margin-left: 0px;
	color: #ff7e55;
	text-decoration: none;
}

.MenuCurrentInit
{
	color: #dcdcdc;
	margin-left: 0px;
	text-decoration: none;
}


.MenuInit
{
	color: #646464;
	margin-left: 0px;
	text-decoration: none;
}

/*****************************  css for lights mouseover and mouseout  ********************/
.ImgHighLight
{
	color: #ffc6b4;
	border-width: 0px;
	opacity: 1.0;
	filter: alpha(opacity=100); /*for ie6*/
	zoom: 1; /*for ie6*/
	height: 169px;
	width: 120px;
	background-color: #0c0c0c;
}
.ImgGray
{
	color: #ffc6b4;
	border-width: 0px;
	opacity: 0.2;
	filter: alpha(opacity=20); /*for ie6*/
	zoom: 1; /*for ie6*/
	height: 169px;
	width: 120px;
	background-color: #0c0c0c;
}

#ImgLightIcon
{
	width: 74px;
	height: 48px;
}



.margin15
{
	height: 15px;
	width: 100px;
}

.clear
{
	clear: both;
	height: 0px;
	width: 0px;
}

/********************** css for all of the menus ****************************************/

.firstMenu
{
	padding-left: 16px;
	line-height: 15px;
}

#FirstMenuProduct, #FirstMenuProductDetail
{
	width: 151px;
	float: left;
}
#secondMenuUL
{
	float: left;
}
#secondMenuUL li
{
	margin: 0px;
	padding: 0px;
	width: 130px;
	line-height: 15px;
}

#AboutUsUL li
{
	height: 41px;
	line-height: 16px;
}

#NewsMenuUL li
{
	height: 54px;
	font-size: 99.5%;
	line-height: 15px;
}
#DownLoadMenuUL li
{
	height: 28px;
	line-height: 15px;
}

.thirdMenuImageUL
{
	height: 60px;
}
.thirdMenuImageUL li
{
	width: 21px;
}

#ThirdMenu
{
	height: 110px;
}
#ThirdMenu li
{
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}

/*****************  css for product detail UI icon image  ************************/
#IconImage
{
	margin-left: -2px;
}

#IconImage ul
{
	list-style: none;
}
#IconImage ul li
{
	float: left;
}
.LabelIconImage
{
	color: #646464;
	height: 30px;
	font-size: 0.9em;
}


/*---------------------css for apple safari hack  start----------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{




}

/*---------------------css for apple safari hack  end----------------------------------------*/
