body {
margin:0;
padding:0;
/*font-family: Verdana, Geneva, sans-serif;*/
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
/*font-family: Tahoma,Geneva, sans-serif;*/
font-size:12px;
text-align:left;
}

* { outline:none; }

a { text-decoration:none; color:#666; }
a:hover { color:#000; }

h1 {
margin: 0;
padding:0;
font-size:14px;
}

h2 {
margin:0;
font-size:13px;
}

.line {
padding:0 0 5px 0;
border-bottom:1px solid #9b9b9b;
}

h3 {
font-size:12px;
margin:0 0 4px 0;
padding: 0 4px;
}

h4 {
font-size:12px;
margin:4px 0 0;
padding: 0 4px 0 0;
}

p {
line-height:16px;
padding:0;
margin: 0 0 12px 0;
text-align:justify;
}
	.biblio p {
	margin:0;
	}

	p.rounded, div.rounded {
	margin:10px 10px 10px 0;
	padding:4px;
	border:1px solid #e1e1e1;
	/* CSS3 rounded corners */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	div.rounded {
	margin:10px 0;
	}

img { border:0; }

ul {
margin:2px 0;
padding-top:0;
}

/* forms */
#contact {
margin-bottom:20px;
font-size:11px;
}

	#contact fieldset {
	border: 1px solid #E1E1E1;
	padding: 5px 0;
	margin:8px 0 0 10px;
	/* CSS3 rounded corners */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	}
	
	#contact fieldset legend {
	color:#818181;
	font-weight:bold;
	font-size:12px;
	}
	
	#contact label { 
	display: block;  
	float: left; 
	width: 120px; 
	padding: 3px 0 0; 
	margin: 10px 0 0; 
	text-align: right;
	color:#333;
	font-weight:bold;
	}
		#contact label.wide { 
		width: 250px; 
		}
	
	#contact input, #contact select {
	margin:10px 0 0 10px;
	width:300px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	}
		#contact form input.compact  {
		margin:10px 0 0 10px;
		width:50px;
		float:left;
		}

	#contact textarea {
	line-height:1.1em;
	margin:10px 0 0 10px;
	width:300px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
	#contact br {
	clear:left; 
	}
	
	#contact form small {
	display: block;
	margin-left:130px; 
	color:#666;
	}

	#contact .button, #item_content .button {
	color:#333;
	background-color:#fff;
	width:10em;
	font-size:11px;
	margin-right:3em;
	border:1px solid #e1e1e1;
	outline:none;
	/* CSS3 rounded corners */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}

	#contact p {
	margin-left:10px;
	padding:4px;
	color: #333;
	font-size:12px;
	border:1px solid #e1e1e1;
	/* CSS3 rounded corners */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	#contact p.errorbox {
		border-color:#333;
	}

/* Layout */

#wrapper { 
 margin: 0 auto;
 width: 790px;
 position:relative;
 /*overflow:hidden;*/
}

#mast {
	padding-bottom:8px;
	border-bottom: 1px solid #000;
	position:relative;
	height:70px;
}

	#logo {
		position:absolute;
		left:0;
		bottom:8px;
	}
	#search form {
		position:absolute;
		right:0;
		bottom:8px;
	}
	#search_again form {
		position:relative;
		margin:6px 0;
	}
	#search input {
		width:90px;
		border-bottom: 1px solid #666;
		border-top:0;
		border-left:0;
		border-right:0;
		padding-right:20px;
		margin-right:-20px;
		color:#666;
		font-size:11px;
	}

#nav {
	margin-top:24px;
}
	#nav h2 a {
		display:block;
		float:left;
		font-size:14px;
		/*width:263px;*/
		height:36px;
		width:128px;
		padding:2px;
		/*border-bottom: 2px solid #fff; */
		line-height:16px;
		color:#666;
	}
	#nav h2 a:hover{
		/*border-bottom: 2px solid #666;*/
		color:#000;
	}
	#nav h2 a.current, #nav_bottom a.current {
		color:#000;
	}
	
	/*#nav .centre { text-align:center; }
	#nav .right { text-align:right; }*/
	#nav .last {
		padding-right:0;
	}
	
#banner {
	margin-bottom:12px;
	width:790px;
}
#content {
	margin-top:20px;
	/*overflow:hidden;*/
}

/* home page layout */
#home .cat { 
	width:130px;
	float: left;
	padding-right: 2px;
	position:relative;
}
	#home .last {
		padding-right:0;
	}

/* style for home page hover-slide */
#home .cat img { 
	display:block;
}
#home ul {
	overflow:hidden;
	width:130px;
	z-index:10;
	background: transparent url(../images/semitr.png) repeat;	
	_background: transparent url(../images/semitr.gif) repeat;	
	margin: 0 0 10px 0;
	list-style:none;
	padding:0;
}
#home ul li {
	font-size:12px;
}
#home ul li a {
	display:block;
	padding:6px;
	color: #000;
	font-weight:300;
}
#home ul li a:hover {
	color:#fff;
	background: transparent url(../images/semitr.png) repeat;
	_background: transparent url(../images/semitr.png) repeat;
}

/* two-block layout */

.single_col {
	width:264px;
	float:left;
}
.single_col_info {
	width:262px;
	float:left;
}

.double_col {
	width:526px;
	float:left;
}
.medium_col {
	width:396px;
	float:left;
}

	#blurb, .double_col #blurb, .medium_col #blurb {
		/*height:120px;*/
		padding:24px 6px 0 0;
	}
	.single_col #blurb {
		padding:24px 6px 0 0;
		height:auto;
	}
	#blurb h1, .double_col #blurb h1, .medium_col #blurb h1 {
		padding:0;
		margin-bottom:0;
	}
	.single_col #blurb_alt {
		padding:6px 6px 0 0;
		height:auto;
	}
	#blurb_alt h1 {
		padding:0;
		margin-bottom:0;
	}

#actions {
position:relative;
}
#actions img {
	float:left;
	margin-right:6px;
}

/* style for item hover-slide */
#thumbs {
	position:relative;
}
#thumbs .item {
	float:left;
	padding:0 2px 2px 0;
	width:130px;
	height:130px;
	position:relative;
	overflow:hidden;
}
	#thumbs .last {
		padding-right:0;
	}
#thumbs .item img {
	display:block;
}
#thumbs img.sold_corner {
	position:absolute;
	top:0;
	right:2px;
}
#thumbs .last img.sold_corner {
	position:absolute;
	top:0;
	right:0;
}

#thumbs .item p {
	padding:3px;
	margin:0 0 2px 0;
	width:124px;
	overflow:hidden;
	z-index:10;
	background: transparent url(../images/semitr.png) repeat;
	_background: transparent url(../images/semitr.png) repeat;
	color:#fff;
	font-size:11px;
	font-weight:600;
	line-height:14px;
	text-align:left;
}


.square {
	width:132px;
	height:132px;
	float:left;
	text-align:left;
	overflow:hidden;
}
.square_last {
	width:130px;
	height:132px;
	float:left;
	text-align:left;
	overflow:hidden;
	position:relative;
}
#thumbs .scroll_nav {
	width:35px;
	height:18px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	right:0;
}
	#thumbs .scroll_nav a.prev {
		display:block;
		line-height:0;
		float:right;
	}
	#thumbs .scroll_nav a.next{
		display:block;
		line-height:0;
		float:right;
		margin-left:10px;
	}
	#thumbs .scroll_nav a.disabled {
		display:none;
	}

#nav_bottom {
	margin-top:24px;
	text-align:center;
	/*overflow:hidden;*/
	/*height:16px;*/
}
	#nav_bottom ul{
		margin: 0;
		padding:0;
	}
	#nav_bottom li {
	list-style: none;
	margin: 0;
	padding:0;
	display: inline;
	}
	
	#nav_bottom li a {
	padding: 0 11px 0;
	border-right: 1px solid #666;
	text-decoration: none;
	color:#666;
	font-weight:bold;
	}
		#nav_bottom li a:hover, #nav_bottom li a.sel {
		color: #000;
		}
		#nav_bottom li a.first {
		padding-left:0;
		}
		#nav_bottom li a.last {
		border:0;
		padding-right:0;
		}

.links h2 {
clear:left;
}
.links ul {
margin: 6px 0;
padding:0;
}
.links li {
list-style: none;
margin: 0;
padding:4px 0;
clear:both;
}
.links li a {
display:block;
width: 240px;
padding:0 24px 0 0;
float:left;
text-decoration: none;
color:#333;
font-weight:bold;
text-align:right;
}
.links li a:hover {
color:#000;
}
.links li div {
width:526px;
float:left;
overflow:auto;
}
.links li h3 {
font-size:12px;
padding:0;
margin:0;
line-height:normal;
}
.links li p {
font-size:11px;
line-height:14px;
color:#333;
}
.links li p a {
display:inline;
float:none;
text-decoration: none;
color:#333;
font-weight:normal;
text-align:left;
}

.biblio h2 {
font-size:12px;
margin:0;
padding:0;
line-height:14px;
font-style:italic;
}
.biblio small {
display:block;
font-size:11px;
padding:2px 0;
line-height:12px;
color:#333;
}
#buy h2 {
	padding: 0 4px;
}
#footer { 
	margin-top:12px;
	clear:both;
}
	#footer h1 { 
		margin:0;
		line-height:16px;
		font-size:12px;
	}
	.copyright {
		color:#666;
		font-size:11px;
		margin-top:8px;
		padding-top:8px;
		border-top:1px solid #000;;
		text-align:right;
	}

.clear {
clear:both;
}

#payment_xtra {
	display:none;
}

.sitemap h2 {
	margin-top:16px;
}

#biba {
	visibility:hidden;
	display:none;
}

#biba {
	display:none;
	visibility:hidden;
}
