
	/**
	* paginator
	*/
	ul.paginator {
		margin: 0 30px 0 0;
		text-align: right;
		}
		
	ul.paginator li {
		display: inline;
		padding: 0 0 0 5px;
		}
		
	ul.paginator li a {
		text-decoration: none;
		color: #988c81 !important;
		}
		
	ul.paginator li a:hover,
	ul.paginator a#selected {
		color: #c9a435 !important;
		}
		
		
		
	/**
	* form style
	*/
	form { margin: 0 25px; }

	label {
		display: block;
		margin: 0 0 5px;
		}

	input, textarea {
		width: 250px;
		border: 0;
		margin: 0 0 10px;
		color: #906230;
		background-color: #423022 !important;
		}
		
	textarea { height: 170px; }
		
		
		
	/**
	* buttons
	*/
	button {
		width: 82px;
		height: 81px;
		border: 0;
		text-indent: -9999em;
		margin: 20px 0 0 170px;
		}
		
		
		
	/**
	* gallery
	*/
	ul.gallery {
		margin: 0 0 0 25px;
		}
		
	ul.gallery li {
		width: 88px;
		height: 96px;
		float: left;
		}
		
	ul.gallery li img { margin: 16px 0 0 14px; }		
	ul.gallery li.p1 { background: url(../../images/photos/pattern-1.png); }
	ul.gallery li.p2 { background: url(../../images/photos/pattern-2.png); }
	ul.gallery li.p3 { background: url(../../images/photos/pattern-3.png); }
	ul.gallery li.p4 { background: url(../../images/photos/pattern-4.png); }
	
	
	
	/**
	* general list
	*/
	ul.list {
		padding: 0 30px;
		}
		
	ul.list li a {
		display: block;
		height: auto !important;
		height: 0;
		color: #988c81;
		text-decoration: none;
		padding: 0 0 0 20px;
		background: url(../../images/bullets/arrow.gif) 5px 6px no-repeat;
		}
		
	ul.list li a span {
		color: #988c81;
		}
		
	ul.list li a:hover {
		color: #b49129;
		background: #534232 url(../../images/bullets/arrow-hover.gif) 5px 6px no-repeat;
		}
		
	ul.list li.selected a { background: #534232 url(../../images/bullets/arrow-hover.gif) 5px 6px no-repeat; }
	
	
	
	/**
	* photos of the character
	*/
	div#photo {
		width: 250px;
		height: 164px;
		margin: 41px 0 30px 30px;
		background-color: #fff;
		}
		
	div#photo img {
		width: 250px;
		height: 164px;
		}
		
		