/* CSS Document */

body {
	color: #3f4231;
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
#WhiteBack {
	margin-top: 0px;
	background-color: #ffffff;
}
#Content {
	clear: both;
	width: 900px;
	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;
}

h2 {
	color: #333333;
	font-size: 16px;
}

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

#TopGray {
	height: 5px;
	width: 100%;
}

/* @group Sort Nav */

#SortNav {
	padding-top: 1px;
	z-index: 100;
	clear: both;
}

#SortNav ul {
	list-style: none;
}

#SortNav ul li strong {
	color: #999999;
	padding-top: 3px;
	padding-right: 10px;
	float: right;
}

#SortNav a {
	
}

#SortNav a:hover {
	color: #000000;
	background: #f9f9f9;
}

.submenu {
	width: 130px;
	padding-left:0px;
	margin-left:-80px;
	background: #ffffff;
	border: solid 1px #f5f5f5;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         { 
	position: relative;
}
ul.dropdown li                      { 
	font-weight: bold; 
	float: right; 
	zoom: 1;
}
ul.dropdown a:hover		            { 
	color: #000000;
	background: #eeeeee;
	border: solid 1px #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
ul.dropdown a:active                { color: #000000; }
ul.dropdown li a                    { 
	color: #444444;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding: 2px 4px;
	font-size: 12px;
	border: solid 1px #ffffff;
	text-transform: capitalize;
	display: block; 
}
ul.dropdown li:last-child a         { border-right: none; }

/* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul { 
	width: 130px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index:100;
}

ul.dropdown ul li{ 
	font-weight: normal; 
	color: #000;
	border-bottom: 1px solid transparent; 
	float: none;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 94%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }



/* @end */

/* @group Header Class */

#Header {
	width: 100%;
	margin-top: -8px;
	z-index: 10;
}

#Header h1 span {
	display: none;
}

#Header h1 a {
	display: none;
}

#Header h1 {
	margin: 0px;
	background: url(../graphics/logo.gif) no-repeat 0;
	float: left;
	height: 90px;
	width: 300px;
}

#Header center {
	float: right;
	margin-top: 25px;
	color: #666666;
}

#Header center a {
	color: #666666;
	text-decoration: none;
}

#Header center a:hover {
	text-decoration: underline;
}

.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;
}

#Categories {
	float: right;
	line-height: 16px;
	font-size: 12px;
	text-align: center;
	margin-top: 2px;
	width: 900px;
	z-index: 100;
	padding-top: 2px;
	padding-bottom: 2px;
	float:left;
	border-top:solid 1px #eeeeee;
}

#Categories a {
	color: #666666;
	text-decoration: none;
	float: right;
	margin-right: 6px;
	margin-left: 6px;
	padding: 2px 4px;
	font-size: 12px;
	font-weight:bold;
	border: solid 1px #ffffff;
	text-transform: capitalize;
}

#Categories a:hover {
	color: #000000;
	background: #eeeeee;
	border: solid 1px #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* @group Main Nav */

#TopNav {
	float: right;
	clear: right;
	line-height: 16px;
	font-size: 11px;
	margin-top: 0px;
	z-index: 100;
}

#TopNav a {
	color: #444444;
	text-decoration: none;
	float: right;
	margin-right: 6px;
	margin-left: 6px;
	padding: 2px 4px;
	font-size: 12px;
	border: solid 1px #ffffff;
	text-transform: capitalize;
}

#TopNav a:hover {
	color: #000000;
	background: #eeeeee;
	border: solid 1px #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* #MainNav {
	float: right;
	clear: right;
	line-height: 16px;
	font-size: 11px;
	margin-top: 0px;
	z-index: 100;
}

#MainNav a {
	color: #444444;
	text-decoration: none;
	float: right;
	margin-right: 6px;
	margin-left: 6px;
	padding: 2px 4px;
	font-size: 12px;
	border: solid 1px #ffffff;
	text-transform: capitalize;
}

#MainNav a:hover, #MainNav li i:hover {
	color: #000000;
	background: #eeeeee;
	border: solid 1px #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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: 110px;
	border: 1px solid #eeeeee;
	margin-top: 18px;
	_margin-top: 12px;
	z-index: 90;
}

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

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

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

#MainNav ul li a, #MainNav li strong {
	float: left;
	color: #999999;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	width: 94px;
	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: 94px;
	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 */

.mainright {
	float: right;
	width: 200px;
}

.mainright p {
	text-indent: 25px;
	text-align: justify;
	line-height: 16px;
}

.main {
	width: 100%;
	margin: 0;
	padding: 0;
	elevation: below;
	z-index: 1;
	clear: both;
	border-top: solid 1px #eeeeee;
}

.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 {
	float:left; 
	width: 200px; 
	margin-right:5px;
}

.rightmain {
	float:right; 
	width: 680px; 
	margin-right:5px;
}

.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: left;
	margin-right:10px;
}

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;
	display: none;
}

.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 */

#BottomGradient {
	width: 100%;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
}

#Copyright {
	color: #999999;
	background: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 900px;
	padding-top: 10px;
	border-top: solid 1px #eeeeee;
}

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

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


