﻿body {
}


ul.memberCInfo{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.memberCInfo li.memAreaItem {
	padding: 10px 10px 10px 0;
    background: url(images/memAreaItem.jpg) no-repeat;
    margin: 10px;
    height: 210px;
    width: 490px;
}

ul.memberCInfo .logo {
    height: 100%;
    width: 170px;
    float: left;
    margin: 0 10px;
}

ul.memberCInfo h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 4px 0 8px;
}

ul.memberCInfo h2 a {
    text-decoration: none;
    color: #F27321;
}

ul.memberCInfo h3 a {
    text-decoration: underline;
    color: #000;
}



ul.memberCInfo h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 2px 0;
    color: #000;
}
ul.memberCInfo .divStarRating {
    margin-bottom: 8px;
}
ul.memberCInfo div.item {
    font-size: 12px;
}
ul.memberCInfo div.item.tabular strong {
    display: block;
    float: left;
    width: 70px;
}
ul.memberCInfo div.item.salesAvailable {
    margin-top: 8px;
}
ul.memberCInfo div.item.salesAvailable span {
    display: block;
}
ul.memberCInfo div.item.drilldown {
    margin-top: 8px;
}



div.memberDirectoryContent
{
	
	padding:25px;
	
}
blockquote{padding:15px;margin:0px;}
.feedback h3
{
	color:#eeeeee;
	margin-top:-50px;
}
.feedback a
{
	color:#eeeeee;
	
}
.feedback a:hover
{
	color:#999999;
	
}
.feedback
{
	margin:auto;
	padding:75px;
	color:#EEEEEE;
	background: #1A1A1A;

}
.feedback input, .feedback textarea, .feedback blockquote
{
	font-family:Tahoma;
	border:solid 1px #888888;
	background:#222222;
	color:#999999;
}
div.login
{
	padding: 5px;
	background:#fff url(images/bg1.jpg) no-repeat;
	height: 149px; 
	margin: 0px;
}
div.login div
{
	margin-left:50px;
}
div.login span
{
	font-family: Arial;
	color:#F27321;
}
img
{
	border: none;
}
ul.leftnavMem li
{
	font-size:18px;
}
hr
{
	border-top: 1px dashed #000000;
	margin-top: 5px;
	border-bottom:none;

}
h2{font-weight:bold;}

strong.heading 
{
    width: 70px;
    display: block;
    float: left;
}
small 
{
    color: #666;
}



/* CSS FOR STAR RATING */
	/*             styles for the star rater                */	
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 25px;
		position: relative;
		overflow:hidden;
		background:#1A1A1A url(images/star.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		width:20px;
		height:25px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:20px;
		height: 25px;
		line-height:25px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url(images/star.gif) left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:20px;
	}
	.star-rating a.two-stars{
		left:20px;
	}
	.star-rating a.two-stars:hover{
		width: 40px;
	}
	.star-rating a.three-stars{
		left: 40px;
	}
	.star-rating a.three-stars:hover{
		width: 60px;
	}
	.star-rating a.four-stars{
		left: 60px;
	}	
	.star-rating a.four-stars:hover{
		width: 80px;
	}
	.star-rating a.five-stars{
		left: 80px;
	}
	.star-rating a.five-stars:hover{
		width: 100px;
	}
	.star-rating li.current-rating{
		background: url(images/star.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
		width:40px;
	}
	
	/* remove halo effect in firefox   */
	a{
		outline: none;
	}		
	
	
	
	/* CSS FOR STAR RATING White BACKGROUND*/
	/*             styles for the star rater                */	
	.star-rating2{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 25px;
		position: relative;
		overflow:hidden;
		background: url(images/star2.gif) top left repeat-x;		
	}
	.star-rating2 li{
		padding:0px;
		margin:0px;
		width:20px;
		height:25px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating2 li a{
		display:block;
		width:20px;
		height: 25px;
		line-height:25px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating2 li a:hover{
		background: url(images/star2.gif) left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating2 a.one-star{
		left: 0px;
	}
	.star-rating2 a.one-star:hover{
		width:20px;
	}
	.star-rating2 a.two-stars{
		left:20px;
	}
	.star-rating2 a.two-stars:hover{
		width: 40px;
	}
	.star-rating2 a.three-stars{
		left: 40px;
	}
	.star-rating2 a.three-stars:hover{
		width: 60px;
	}
	.star-rating2 a.four-stars{
		left: 60px;
	}	
	.star-rating2 a.four-stars:hover{
		width: 80px;
	}
	.star-rating2 a.five-stars{
		left: 80px;
	}
	.star-rating2 a.five-stars:hover{
		width: 100px;
	}
	.star-rating2 li.current-rating{
		background: url(images/star2.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
		width:40px;
	}
	
	/* remove halo effect in firefox   */
	a{
		outline: none;
	}

