body {
	margin:0px; 
	padding:0px;
	background-color:#999999;
	font-family:Arial;
	color:#FFFFFF;
	font-size:12px;
	cursor:default;
}

.hr { 
	background:#CCCCCC; 
	height:1px; 
	overflow:hidden;
	z-index:0; 
	content:"."; margin:5px 0px 5px 0px; 
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial;
	margin:0px;
	padding:0px;
}
h1 { 
	font-family:'Arial Narrow';
	color:#871433;
}
h5 { font-size:16px; }

p { margin:6px 0px 6px 0px;}
a { 
	text-decoration:none;
}
.a, .a:hover { color:#000000;}
a:hover {
	color: #871433;
}
a img {
	border:0px;
}
#wrapper {
	width:780px;
	background-color:#000000;
	margin:0px auto 0px auto;
}

#menu {
	background-image:url(../images/button_rep.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:30px;
	z-index:2;
	position:relative;
}

#menu a {
	font-size:13px;
	color:#a5a5a5;
	text-decoration:none;
	padding:7px 5px 7px 5px;
	display:block;
	text-align:center;
}
#menu a:hover, #menu a.selected {
	background:url(../images/button_hover.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#body, #body_lower {
	clear:both;
	z-index:-1;
	
}
#sidebar {
	width:236px;
	margin:0px;
	float:left;
	clear:left;
}
#sidebar .purple{
	background:url(../images/sidebar.jpg);
	background-repeat:no-repeat;
	background-color:#57232F;
	color:#FFFFFF;
}
#sidebar .purple_home {
	background:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#57232F;
	color:#FFFFFF;
}

#sidebar .purple .turn, #sidebar .purple_home .turn{
	background-image:url(../images/sidebar_turn.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	min-height:244px;
}

#content {
	background-color:#FFFFFF;
	margin:0px 0px 0px 236px;
	width:540px;
	min-height:300px;
	color:#000000;
	clear:right;
}

#footer {
	clear:both;
	background-color:#292929;
	color:#959595;
	font-size:10px;
	padding:10px;
}
#footer a {
	color:#999999;
	float:right;
	padding:0px 5px 0px 5px;
}

.specifier {
	padding:10px;
}
.tip {
	font-size:11px;
	color:#666666;
	font-weight:normal;
}
.small_tip {
	color:#999999; 
	font-size:10px; 
	font-weight:normal;
}

.listing_options {
	text-align:right;
	font-family:Verdana;
	color:#871433;
	margin:0px;
}

.listing_toolbar {
	color:#333333;
	margin:10px 0px 10px 0px; padding:4px;
	font-size:11px;
	background:#F5F5F5;
}
.listing_toolbar select, .listing_toolbar select {
	font-size:10px;
	border:1px solid #CCCCCC;
}

.listing_options a {
	color:#871433;
	text-decoration:none;
	padding:0px 8px 0px 8px;
	font-size:10px;
}
.listing {
	padding:5px;
	border-bottom:1px dashed #EEEEEE;
	min-height:155px;
	height:155px;
}
.listing img {
	float:left;
	margin-right:10px;
	border:1px solid #CCCCCC;
}
.cost {
	float:right; text-align:right;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold; color:#666666;
	padding-top:10px;
}
.currency {
	font-size:18px;
	color:#871433;
}

.head {
	background:url(../images/bar1.jpg);
	padding:6px;
	font-weight:bold;
	font-size:13px;
	margin-top:10px;
}

td { font-size:12px; color:#000000; }

#body_lower {
	background:#292929;
	color:#FFFFFF;
}
.cleaner {
	clear:both;
}
.link_w {
	color:#FFFFFF; 
	font-size:11px; 
	font-weight:bold; 
}
.link_w:hover {
	color:#FFFFFF; 
	text-decoration:underline; 
}
.hide {
	display:none; 
}