#workspace, #object_list, #preview_place, #upload_panel, #label, #product_list, #reporter, #text_layer_conf, #ws_layer_list, #background_list, #label_list_container, #tooltip, #shoppingcart
{
	border-style: solid;
	border-color: #AAA;
	border-width: 1px;
}

#control_panel, #product_choice
{
    border: 0px;
}

#label_list_container
{
    position:absolute;
    left: 487px;
    top:200px;
    width:100px;
    height:100px;
    overflow:auto;
}

#object_list_select
{
	border-style: solid;
	border-color: #AAA;
	border-collapse: collapse;
	border-width: 0px;
}

#control_panel
{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 32px;
	height: 400px;
	font-size:10px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#workspace
{
	position: absolute;
	top: 0px;
	left: 162px;	
	width: 315px;
	height: 413px;
	overflow: hidden;
}

#ws_layer_list
{
	position: absolute;
	top: 0px;
	left: 487px;
	width: 100px;
	height: 177px;
	font-size: 10px;
	overflow:auto;
}

#ws_layer_list_select
{
	height: 20px;
	width: 90px;
}

#trash
{
	position: absolute;
	top:180px;
	left:487px;
	background: #9B7463;
	width: 100px;
	text-align:center;
}



#object_list
{
	position: absolute;
	top: 0px;
	left: 597px;
	width: 100px;
	height: 190px;
	font-size: 10px;
}

#preview_place
{
	position: absolute;
	top: 200px;
	left: 597px;
	width: 100px;
	height: 100px;
}

#tooltip
{
    position: absolute;
    top: 309px;
    left: 487px;
    width: 210px;
    height: 171px;
    background-color: #111;
    overflow: auto;
}

#upload_panel
{
	position: absolute;
	top: 422px;
	left: 162px;
	width: 315px;
	height: 25px;	
	
}

#shoppingcart
{
    position: absolute;
    top: 455px;
    left: 42px;
    width: 435px;
    height: 25px;
}

#shoppingcart_cart
{
    position: relative;
    float: right;
    top: 1px;
}

#shoppingcart_wine
{
    position: relative;
    float: left;
    top: 3px;
    left: 3px;
}

#product_choice
{
	position: absolute;
	top: 0px;
	left: 42px;
	width: 110px;
	height: 24px;		
}

#product_list
{
	position:absolute;
	top: 31px;
	left: 42px;
	width: 110px;
	height: 208px;
	overflow: auto;
	font-size:10px;
}

#background_list
{
	position:absolute;
	top: 247px;
	left: 42px;
	width: 110px;
	height: 200px;
	overflow: auto;
	font-size:10px;
}

#product_select
{
	font-size: 10px;
	border-width:0px;
	width:110px;
	height:20px;
}

#hidden_iframe
{
	position:absolute;
	visibility: hidden;
	background: #ffffff;
	
}

#reporter
{
	position:absolute;
	top: 26px;
	left: 800px;
	width: 200px;
	height: 477px;
	z-index:10;
	background: #ffffff;
	overflow: auto;
	font-size:10px;	
	display: none;
}

#text_layer_conf
{
	position: absolute;
	top: 116px;
	left: 300px;
	background: #000;
	color: #FFF;
	text-align: center;
	z-index: -1;
	visibility:hidden;
}


.text_layer, .element_image
{
	position:absolute;
	border: 1px dashed #B00;
	overflow: hidden;
}

ul 
{
    margin: 0;
    padding: 0;
}

li 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

