﻿body {
	background: #ddd;
	font-family: Arial ;
}
#wrapper{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
p.available a{
	font-size: 85%;
	color: #a84a2a;
	text-align:center;
	padding-top: 3px;
	text-decoration: none;
	font-weight: normal ;
}
p.available a:hover {
	text-decoration: underline;
	color: #a84a2a;
}

/*======================================================
	 	--Main Navigation--
=======================================================*/
#header {
	height: 26px;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #999;
	text-align: center;
	background: #bbb;
}
ul#navbar  {
	margin-left: 80px;
}
#navbar li {
	height: 26px;
	float: left;
	display: block;
}
#navbar li.home {
	background: url(images/nav-spacer1.gif) 0 70% no-repeat;
}
#navbar li a {
	height: 26px;
	display: block;
	float: left;
	color: #666;
	font-family: Tahoma, Arial ;
	font-size: 80%;
	text-decoration: none;
	padding: 6px 22px;
	background: url(images/nav-spacer1.gif) 100% 20% no-repeat;
}
#navbar a:hover{
	text-decoration: underline;
	color: #333;
}
#navigation {
	padding: 15px 0 30px;
}
#wrapper {
	height: 1000px;
}
#navigation ul{
	width: 100%;
}
#navigation li{
	text-align: center;
	display: inline;
}
#navigation li a{
	padding: 8px 30px;
	color: #999;
	font-size: 85%;
	text-decoration: none;
}
#navigation li.next {
	background: url(images/page-nav-next.png) 85% 50% no-repeat;
}
#navigation li.prev {
	background: url(images/page-nav-prev.png) 15% 50% no-repeat;
	}
#navigation li a:hover{
	text-decoration: underline;
}
#navigation li.hidden {
	visibility: hidden;
	cursor: default;
	}
#content img {
	border: 1px solid #999;
}
#page-pic .caption {
	margin-bottom: 20px;
}
#page-pic .caption p{
	font-size: 80%;
	color: #666;
	margin-top: 10px;
}
#page-pic .caption span {
	padding: 0 12px;
}
#page-pic .caption p span.title {
    font-family: Arial;
}
#page-pic .caption p span.price {
	color:red;
}
#page-pic .caption p span.ool, #page-pic .caption p span.size {
	font-family: Times New Roman;
	color: #777;
}
#page-pic .caption p span.date {
    font-style: italic;
    font-family: Tahoma;
    color: #888;
}	

