/* 
CSS Document 
SCREEN STYLESHEET
(c) Rita Liu 2009/4/2
Unoptimised for continuous editing!
*/
#parent4-wrap,#parent4-wrap_tab{
	height:250px;
}
#parent4,#parent4-wrap{
float:left;
width:585px;}

#parent4-wrap_tab{
	float:left;
	width:175px;
	top: 0px;
}
#parent4 li{
	border:dashed 1px;
	padding: 5px;
}

#parent4-wrap_tab li{ 
    display: block;  
    overflow: hidden;  
    cursor: pointer;
	width: 175px;
	height: 50px;
	background-image:url(image/parent4-wrap_tab_sprite.png);
	background-repeat:no-repeat;
	
}



#parent4-wrap_tab a{
	display:block;
	height:50px;
	text-indent:-9999px;
	outline:none;
}
#parent4-wrap_tab-1 {
	background-position:0px 0px;
}
#parent4-wrap_tab-2 {
	background-position:-175px 0px;
}
#parent4-wrap_tab-3 {
	background-position:-350px 0px;
}
#parent4-wrap_tab-4 {
	background-position:-525px 0px;
}
#parent4-wrap_tab-5 {
	background-position:-700px 0px;
}

#parent4-wrap_tab-1:hover { 
	background-position: 0 bottom;
}
#parent4-wrap_tab-2:hover { 
	background-position: -175px bottom;
}
#parent4-wrap_tab-3:hover { 
	background-position: -350px bottom;
}
#parent4-wrap_tab-4:hover { 
	background-position: -525px bottom;
}
#parent4-wrap_tab-5:hover { 
	background-position: -700px bottom;
}

/*---------------homepagefloat-------------*/

.teasers
{
	float: left;
	width: 245px;
	height:130px;
	border:1px dashed;
	padding:5px;
	border-left:none;
}
#first_teasers {
	border-left: 1px dashed;
}

.teasersimg
{
	float: left ;
	width: 55px;
	height: 55px;
}
/*----------------homepagefloat---------------*/


/*----------------homepageproduct---------------*/

#homepageproduct {
	background-image: url(image/featured_products.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 30px;
	clear: both;
	width: 770px;
}
#homepageproduct li{
	float:left;
	height:310px;
	margin:10px 33px;
	width:190px;
}
#homepageproduct ul{
clear:both;
}

#homepageproduct p{
width:180px;
font-size:10px;
clear:both;
text-align:center;
/*text-align:center;
width:183px;
font-size:11px*/
}

#homepageproduct img{
height:150px;
width:180px;
border:1px solid #EBE8FF;
}



#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
/*----------------homepageproduct---------------*/

