/**Over Write the background color***/
/***For Container***/
#banner
{
	background:#D8D8D8;
}

#enlarged_image
{
	padding-top:17px;
}

#product_info
{
	margin:15px;
	width:180px;
	float:left;
	color:#424242;
	font-size:12px;
	letter-spacing:0px;
	height:360px;
	word-spacing:0px;
	overflow:hidden;
}

#product_title
{
	padding:10px 10px 0px 10px;
	background:#FFFFFF;
	font-weight:bold;
}

#product_desc
{
	padding:10px;
	font-family:verdana, arial;
	background:#FFFFFF;
}

#instruction 
{
	float :left;
	width:200px;
	text-align:right;
	padding:7px;
	padding-top:10px;
	color:#2C2A29;
	border:0px solid black;
	font-size:10px;
	letter-spacing:0px;
}

/***Gallery Data***/
#slideshow 
{
	padding:0px;
	padding-top:4px;
	padding-bottom:5px;
	margin:0px;
	margin-left:221px;
	margin-right:70px;
}

#motioncontainer
{
	background:white;
	position:relative;
	width:470px;
	height:70px;
	overflow:hidden;
	margin:0px auto;
	border:0px solid #B1AEAE;
}

/*image border color*/
#motioncontainer a img
{ 
	border: 1px solid #fff;
	margin:5px 10px 0px 0px;
}

/*image border hover color*/
#motioncontainer a:hover img
{ 
	border: 1px solid #333;
}

/* Dummy definition to overcome IE bug */
#motioncontainer a:hover
{
	color: red;
}

#motiongallery
{
	position:absolute;
	left:0;
	top:0;
	white-space: nowrap;
}

#statusdiv
{
	position: absolute;
	padding: 2px;
	left: -300px;
	border: 1px solid gray;
	visibility: hidden;
}

#enlarged
{
	/*width="470" height="380"*/
	/*border:0px solid white*/
}

/* Tool Tips For SEO*/
/*a.tips
{
	position:relative;
	z-index:24;
	text-decoration:none;
}

a.tips:hover
{
	text-decoration:none;
	background-color:#ffffff;
}

a.tips span
{
	display: none;
	text-align:center;
}

a.tips span h2
{
	font-weight:normal;
	font-size:8px;
	margin-bottom:-1px;
}

a.tips img
{
	border:none;
}

a.tips:hover span
{
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:15em;   
	border:1px solid #8A8E95;
	background:#FFFFFF;
	color:#333333;
	text-align: center;
	text-decoration:none;
	padding: 10px;
}

a.tips:hover span.top
{
	margin-top:-200px;
}*/

div#statusdiv
{
	background:#F7F7BF;
	color:#000000;
}