﻿img{ border: none;}
#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; }
.fonter { display: inline; }

.imprint h4 { padding-top: 30px; }

#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;
}

.cboxOverlay
{
	opacity: 0.9;
	filter: alpha(opacity=90);
	cursor: pointer;
	background:url(images/overlay.png) 0 0 repeat;
}

#verseScroller
{
	margin: 5px 5px 0 5px;
	width: 780px;
	height: 535px;
	overflow: auto;
}

.verse .verseno
{
	color: white;
	font-weight: bold;
	background: none repeat scroll 0 0 #333333;
	padding: 2px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.verseSelect .verse
{
	position: relative;
	margin: 0 0 1px 1px;
	float: left;
	width: 250px;
	height: 250px;
	border: 1px solid gray;
}

.verseSelect .verse.selected
{
	background: red;
	border: 1px solid red;
}

.verseSelect .verse.over
{
	background: gray;
	border: solid 1px black;
}

.verseSelect .verse.selected input, .verseSelect .verse.over input
{
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#detail tr td {padding: 0 5px;}

/* Z-index of #mask must lower than #boxes .window */
#mask 
{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index:9000;
	background-color:#000;
	display:none;
}

#boxes .window {
  position:fixed;
  display:none;
  z-index:10000;
  padding:20px;
}
 
 
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:375px; 
  height:203px;
}

#fontScroller
{
	margin: 5px;
	width: 750px;
	height: 535px;
	overflow: auto;
}

.fontSelect .font
{
	margin: 0 0 1px 1px;
	float: left;
	width: 730px;
	height: 32px;
	border: solid 1px gray;
}

.fontSelect .font.selected
{
	background: red;
	border: solid 1px red;
}

.fontSelect .font.over
{
	background: gray;
	border: solid 1px black;
}

.fontSelect .font.selected input, .fontSelect .font.over input
{
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.lowStock {
	display: block;
	padding: 10px 0;
	color: red;
}

.shadow 
{
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#uploader { display:none; line-height: 0; }
#colorbox #uploader { display: block; }
#uploader #ok { margin: 5px auto; width: 100px; display: block; }
#uploader iframe { height: 400px; width: 500px;}
