.navi {
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:11px;
	position:relative;
	top:90px;
	float:right;
	margin-right:15px;
}
.navi li a {
	display:block;
	width:147px;
	height:33px;
	background:url(/images/sidebar-bg.png) top left no-repeat;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	font-size:14px;
	line-height:29px;
}
/* TOP NAVI */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top:84px;
	left:423px;
}
.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-align:center;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font: bold 1.22em/25px Arial, Helvetica, sans-serif;
	background: url(/images/tab.png) top left no-repeat;
	color: #000;
	display: block;
	padding: 13px 0 5px 0;
	width:118px;
	text-decoration: none;
}

.nav li a:hover {
	background: url(/images/tab_hover.png);
	color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
	background: url(/images/tab_hover.png) top left no-repeat;
	color: #000;
}
#nav-one li:hover ul .odd a, 
#nav-one li.sfHover ul .odd a {
	background: #F5B6A0;
	color: #000;
	width:112px;
	margin-left:2px;
}
#nav-one li:hover ul .even a, 
#nav-one li.sfHover ul .even a {
	background: #EE8462;
	color: #000;
	width:112px;
	margin-left:2px;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	color: #000;
	background:#C50C1F;	
}
.nav ul {
	list-style: none;
	margin: 0;
	width: 100px;
	position: absolute;
	top: -999em;
	left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
	top: 42px;
}
.nav ul li {
	border: 0;
	float: none;
}
.nav ul a {
	padding-right: 20px;
	width: 80px;
	white-space: nowrap;
}
.nav ul a:hover {
	background: #ccc;
	color: #000;
}
/* TOP NAVI END */
.clear {
	clear:both;
}
.picture-overview {
	margin-left:20px;
}
.picture-overview img {
	border:none;
	margin-right:7px;
	margin-left:7px;
}

.single-header {
	color:#ce1f1a;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}
.single-box, .single-box-horizontal {
	text-align:center;
	background:url(/images/single-bg.png) top left no-repeat;
	width:460px;
	height:364px;
	margin-left:70px;
}
.single-box .img {
	background:url(/images/single-picture-bg.png) top left no-repeat;
	width:220px;
	height:288px;
	margin-left:120px;
}
.single-box-horizontal .img {
	background:url(/images/single-picture-horizontal-bg.png) top left no-repeat;
	width:288px;
	height:220px;
	margin-left:90px;

}
.single-box img, .single-box-horizontal img {
	padding-top:10px;
}
.error {
	padding:10px;
	color:#ff0000;
	font-weight:bold;
	text-align:center;
}
.form label,
.form input,
.form textarea,
.form-guestbook input,
.form-guestbook label,
.form-guestbook textarea {
	float:left;
	margin-bottom:5px;
}
.form label {
	line-height:20px;
	font-weight:bold;
	width:75px;
}
.form-guestbook label {
	line-height:20px;
	font-weight:bold;
	width:220px;
	text-align:right;
	margin-right:10px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

.gray {
	background:#FFEF95;
}
.order-summary, .order-table {
	border-collapse: collapse;
}
.order-summary td {
	border:1px solid #ccc;
	padding:2px;
}
.order-table tr {
	border-bottom:1px solid #ccc;
}
.order-table tr:hover {
	background:#EBC500;
}

.artist-view {
	padding:10px;
	background:#FFED88;
}
#flash {
	padding-top:-100px;
}

.center {
	text-align:center;
}
