﻿#morecat { border: solid 1px black; padding: 5px 0 5px 5px; margin: 5px; }
#morecat span { font-size: 10px; font-weight: bold; margin: 10px 0; }
#morecat ul { overflow: auto; height: 100px; list-style: none; margin: 0; padding: 0; }
#morecat li { float: left; display: block; padding: 2px 12px; width: 20% }

#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

.cl { position: relative; }
.cl .recycle { position: absolute; right: 1px; bottom: 1px; }
.recyledDesc { float: right; max-width: 333px; margin: 10px; display: block; min-width: 100px; }

#ImageDDL { POSITION: relative }
#ImprintFontList { DISPLAY: none; Z-INDEX: 1000; LEFT: 0px; OVERFLOW: auto; WIDTH: 220px; POSITION: absolute; TOP: 20px; HEIGHT: 50px; BACKGROUND-COLOR: white }
#Font { DISPLAY: block }
#Font:hover { BACKGROUND-COLOR: blue }
#txtImprintFont { COLOR: black; BACKGROUND-COLOR: white }

#body
{
	background-color: white;
	width: 990px;
    margin-left: auto;
    margin-right: auto;		
    border-left: solid 1px black;
    border-right: solid 1px black;
}
#outerCart
{
	float:right;
	width: 160px;
}
#cart
{
	position: fixed;
	text-align: center;
	border: solid 1px black;
	border-right: none;
	width: 160px;
	height: 160px;
}