/* CSS Document */

body {
	color: #3f4231;
	font: 12px Georgia, Times New Roman, Times, serif;
	background: #ffffff;
}

#Content {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

.searchtitle {
	color: #333333;
	font-weight:bold;
	font-size:14px;
	border-bottom: thin solid #cccccc;
	text-indent:50px;
	text-decoration: none;
	width: 100%;
	float:left;
	line-height: 24px;
	height: 24px;
	margin-bottom: 5px;
	background-color: #cccccc;
}

h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* @group Header Class */

.header {
	height: 75px;
	width: 100%;
	margin-top: -8px;
	z-index: 10;
}

.header img {
	float: left;
	height: 75px;
}

.nav {
	float: right;
	width: 450px;
	margin-top: 0;
}

.nav a {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	color: #3f4231;
	text-decoration: none;
	padding: 15px 5px 5px;
	background: #ffffff;
}

.nav a:hover {
	color: #000000;
	background: #f9f9f9;
}

#sort {
	float: right;
	text-align: right;
	z-index: 0;
	width: 440px;
	margin-top: 30px;
	color: #999999;
	letter-spacing: 2px;
	margin-right: 10px;
	_margin-right: 5px;
}

/* @group Main Nav */

#MainNav {
	float: right;
	line-height: 18px;
	font-size: 12px;
	margin-top: 5px;
	width: 400px;
	z-index: 100;
}

#MainNav a {
	color: #333333;
	text-decoration: none;
	float: left;
	padding: 2px 10px;
	border: 1px solid #ffffff;
	margin-right: 2px;
	margin-left: 2px;
}

#MainNav a:hover, #MainNav li i:hover {
	color: #000000;
	float: left;
	background: #f9f9f9;
	border: 1px solid #eeeeee;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  float: right;
  position: relative;
}
  
li ul {
  	display: none;
  	position: absolute; 
  	top: 1em;
	left: 0;
	background: #ffffff;
	width: 160px;
	border: 1px solid #cccccc;
	margin-top: 16px;
	_margin-top: 12px;
	z-index: 90;
}

#Navul li {
	width: 100%;
	float: left;
	clear: left;
}

li > ul {
	top: auto;
	left: auto;
	margin-top: 0px;
	_margin-top: 0px;
}

li:hover ul, li.over ul{ display: block;
}

#MainNav ul li a {
	float: left;
	color: #999999;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	width: 144px;
	margin-right: 0;
	margin-left: 0;
}

#MainNav ul li a:hover {
	float: left;
	color: #333333;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	width: 144px;
	background: #f9f9f9;
}

#MainNav li i {
	color: #666666;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	font-style: normal;
	float: left;
}

#MainNav a.selected {
	float: left;
	text-decoration: none;
	color: #666666;
	background: repeat-x url(../graphics/navhover.jpg) #ffffff;
}

#MainNav a.selected:hover {
}
	
/* @end */
	
/* @end */

/* @group Main Class */

.main {
	width: 100%;
	margin: 0;
	padding: 0;
	elevation: below;
	z-index: 1;
}

.details {

}

.details img {
}

.details a {
	text-decoration: none;
	color: #999999;
}

.details a:hover {
	text-decoration: underline;
	color: #333333;
}

.items {
	margin: 3px 0 0;
	padding: 1px 0 0;
	width: 100%;
	height: 100px;
	border-top: thin solid #cccccc;
}

.items img {
	height: 90px;
	border: thin solid #ffffff;
}

.items img:hover {
	border: thin solid #cccccc;
}

.items a {
	color: #999999;
	text-decoration: none;
}

.items a:hover {
	color: #333333;
}

.pages {
	width: 100%;
	height: 16px;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	_margin-top:1px;
	margin-bottom: 5px;
	_margin-bottom: 1px;
	padding-bottom: 5px;
	_padding-bottom: 1px;
	text-align: right;
}

.pages a {
	text-decoration: none;
	color: #666666;
}

.pages a:hover {
	text-decoration: underline;
	color: #000000;
}

a.next {
	width: 20px;
	height: 100px;
	background: no-repeat url(../graphics/next.jpg);
	float: left;
}

a.next:hover {
	background: no-repeat url(../graphics/nexthover.jpg);
}

a.prev {
	width: 20px;
	height: 100px;
	background: no-repeat url(../graphics/prev.jpg);
	float: right;
}

a.prev:hover {
	background: no-repeat url(../graphics/prevhover.jpg);
}

.leftmain a {
	text-decoration: none;
	color: #666666;
	border-bottom: thin dotted #999999;
}

.leftmain a:hover {
	color: #333333;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.rightmain a {
	text-decoration: none;
	color: #666666;
	border-bottom: thin dotted #999999;
}

.rightmain a:hover {
	color: #333333;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

a.link {
	text-decoration: none;
	color: #666666;
	border-bottom: thin dotted #999999;
}

a.link:hover {
	color: #333333;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.fullimage {
	height: 325px;
}

a.buybutton {
	color: #666666;
	border: thin solid #cccccc;
	padding: 2px 3px;
	text-decoration: none;
	float: right;
}

a.buybutton:hover {
	border-color: #666666;
	background: #f9f9f9;
	color: #000000;
}
	
/* @end */

/* @group Bottom Class */

.bottom {
	width: 100%;
	height: 20px;
	margin-top: 5px;
	_margin-top: 1px;
	_margin-bottom: 1px;
}

.bottomnav {
	float: left;
}

.bottomnav a {
	margin-right: 0;
	color: #3f4231;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	float: left;
	margin: 2px 0px 2px 0px;
	border-right: thin solid #c0bdae;
	background: #ffffff;
	line-height: 16px;
}

.bottomnav a:hover {
	color: #000000;
	background: #f9f9f9;
}
	
/* @end */

/* @group Copyright Class */

.copyright {
	color: #999999;
	background: #ffffff;
	_margin-top: 1px;
}

.copyright a {
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
}

.copyright a:hover {
	color: #333333;
	text-decoration: underline;
}
	
/* @end */

