/* CSS Document */

.listing-box-wrapper .tab-block
{
	cursor:pointer;
}
.listing-box-wrapper .tab-block div, .listing-box-wrapper .tab-block td
{
	float: left;height:24px;
	cursor:pointer;white-space:nowrap;padding:0px;
}
.listing-box-wrapper .tab-block .left
{
	background-image:url(../images/button.jpg);
	width:12px;
}
.listing-box-wrapper .tab-block:hover .left, .listing-box-wrapper .selected .tab-block .left
{
	background-image:url(../images/buttonselect.jpg);
}
.listing-box-wrapper .tab-block .right
{
	background:white url(../images/button.jpg) no-repeat -76px;
	width:12px;
}
 .listing-box-wrapper .tab-block:hover .right, .listing-box-wrapper .selected .tab-block .right
{
	background-image:url(../images/buttonselect.jpg);
}
.listing-box-wrapper .tab-block .center
{
	padding-top:6px;
	height:18px;
	background:white url(../images/button_bg.jpg) repeat-x;
}
.listing-box-wrapper .tab-block:hover .center, .listing-box-wrapper .selected .tab-block .center
{
	background-image:url(../images/buttonselect_bg.jpg);
}


#menu {
	background: #daa90f;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 166px;
	align: left;
}
#menu li {
	font: 14px  "Verdana", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #daa90f;
	border-bottom: 1px solid #393939;
	font-size: 14px
	color: #ccc;
	display: block;
	margin: 0;
	padding: 4px 4px;
	text-decoration: none;
	font-weight:bold;
	align: left;
}
#menu a:hover {
	background: #96730f left;
	font-size: 14px;
	color: #fff;
	padding: 4px 4px;
	align: left;
}



 

#listing-box {
	display: inline;
	float: right;
	margin-right: 17px;
	width:auto;	
}

.listing-box-wrapper {
	clear:both;
	float:left;
	padding-bottom:1px;
}

ul.listing-box-visuals-menu {
	border-bottom:1px solid #CCCCCC;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:6px 0 0;
	position:static;
	text-align:left;
	float:left;
}

ul.listing-box-visuals-menu li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
}

/* <a> mod's */

ul.listing-box-visuals-menu li a{
	text-align:center;
	text-decoration:none;
	color:#333333;
	display:block;
	height:24px;
	padding-top:0px;
}

ul.listing-box-visuals-menu li a.selected {
	background-image:url(../images/buttonselect.jpg);
}

ul.listing-box-visuals-menu li a:hover{
	background-image:url(../images/buttonselect.jpg);
}

/* content box */

.listing-box {
	background-color:#e6e6e6;
	border-bottom: 1px solid gold;
	clear:both;
	display:block;
	float:left;
	height:auto;
	padding: 0 0 6px;
	width:264px;
}

#content-listing-box-gold {
}

#content-listing-box-silver {
	display:none;
}

#content-listing-box-modern {
	display:none;
}

/* content styles */

.moduleEntry {
	padding: 3px 5px 0;
}

.moduleEntryTitle {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	text-align:left;
}

.moduleEntryDescription{
	color:#333333;
	font-size:12px;
	margin-bottom:0px;
	padding-right:0px;
	text-align:left;
}

.moduleEntryTitle a{
	color:#000033;
	font-weight:bold;
	text-decoration:none;
}
.moduleEntryTitle a:hover{
	text-decoration:underline;
}
.moduleEntryTitle a:visited{
	color:#000033;
}
