@charset "UTF-8";
/* CSS Document */

/*iframe area*/
#showproductdetail{
width:320px;
float:left;

}

#productiframe{
width:320px;
height:600px;
border:0;

}

/*thumbnail area*/

#showproductthumbails{
width:491px;
height:500px;
margin-left:10px;
float:left;
padding-right:10px;
overflow:auto;

}

#showproductthumbails a{
text-decoration:none;
color:#666666;

}

#showproductthumbails a:hover{
text-decoration:none;
color:#999999;

}


/*quick product navigation area*/
#showproductsidebar_noscroll{
width:120px;
float:left;
font-size:11px;
padding-left:10px;
border-left:2px solid #f5861f;
overflow:visible;
}

#showproductsidebar_scroll{
width:100px;
float:left;
font-size:11px;
padding-left:10px;
overflow:visible;
}

#sidebartitle
{
color:#333333;
font-weight:bold;
}

#showproductsidebar_noscroll ul{
color:#333333;
font-weight:bold;
float:left;
margin-top:0px;
margin-left:0px;

}

#showproductsidebar_noscroll ul li a{
color:#333333;
font-weight:normal;
text-decoration:none;

}

#showproductsidebar_noscroll ul li a:hover{
text-decoration:none;
color:#f5861f;

}

#showproductsidebar_scroll ul{
color:#333333;
font-weight:bold;
float:left;
margin-top:0px;
margin-left:0px;

}

#showproductsidebar_scroll ul li a{
color:#333333;
font-weight:normal;
text-decoration:none;

}

#showproductsidebar_scroll ul li a:hover{
text-decoration:none;
color:#f5861f;

}