/* ---------------------- ../templates/default/desktop.css ---------------------- */
#COSEbackgroundLayer	{
left:0; 
top:0; 
width:100%;
height:100%;
position:fixed; 
z-index:10010;
background-image:url(/bcommon/gfx/cbox/cose_background.png);
background-repeat:repeat;	
}
#COSEdesktopLayer	{
background-color:#E8E8E8;
margin-top:28px;
margin-left:auto;
margin-right:auto;
overflow:hidden; 
}
#COSEdesktoplayer iframe	{
overflow:hidden;
}
/*product info/detail text edit*/
#COSEbackgroundLayer2 {
background-image:url(/bcommon/gfx/cbox/cose_background.png);
background-repeat:repeat;
height:100%;
left:0;
position:fixed;
top:0;
width:100%;
z-index:10010;
}	
#COSEdesktopLayer2 {
background-color:#E8E8E8;
display:block;
margin-left:auto;
margin-right:auto;
margin-top:50px;
overflow:hidden;
}
