
/*//////////////////////// MEMLIB /////////////////////////
// Biz CSS
/////////////////////////////////////////////////////////*/

 





/********** BIZ PROFILE **********/

div.biz {
	display:block;
	margin:0 auto;
	width:950px;
}

div.biz div {
	display:block;
	float:left;
}




/* LEFT COL */


div.biz div.leftcol {
	width:250px;
	float:right;
	padding-left:20px;
}

div.biz div.pic {
	width:240px;
	padding:4px;
	border:1px solid rgb(213,213,213);
	overflow:hidden;
}

div.biz div.info {
	width:238px;
	margin-top:15px;
	padding:6px;
	border:1px solid rgb(213,213,213);
	background:rgb(240,240,240);
	font-size:8pt;
}


div.biz div.info a.row,
div.biz div.info div {
	display:block;
	float:left;
	width:238px;
	padding:5px 0;
}

div.biz div.info div.title {
	font-weight:bold;
}






/* RIGHT COL */

div.biz div.rightcol {
	width:680px;
}

div.biz h2,
div.biz h1 { 
	margin:3px 0 20px 0;
}

div.biz div.desc {
	width:660px;
	padding:10px 0 30px 15px;
	font-size:12pt;
	font-family:Arial;
	line-height:150%;
}



div.biz div.opbar {
	width:680px;
	margin-bottom:20px;
}

div.biz div.opbar a {
	color:rgb(0,128,0);
	padding:3px;
}

div.biz div.opbar a:hover {
	background:rgb(0,128,0);
	color:rgb(255,255,255);

}

div.opbar span.spacer {
	padding:0 5px;
	font-weight:bold;
	text-align:center;
}

div.opbar span.spacer:after {
	content:'\000B7';
}


div.biz div.line {
	width:680px;
	margin-bottom:7px;
}




/* LIST TABLE */

div.biz div.list {
	width:680px;
	padding-bottom:30px;
	line-height:100%;
}

div.bottomlinks {
	width:660px;
	padding:14px 0 0 26px;
	font-weight:bold;
	float:left;
}


div.bottomlinks span.spacer {
	padding:0 5px;
	font-weight:bold;
	text-align:center;
}

div.bottomlinks span.spacer:after {
	content:'\000B7';
}


div.bottomlinks span.next,
div.bottomlinks span.prev {
	color:rgb(170,170,170);
	padding:3px;
}

div.bottomlinks a {
	color:rgb(0,128,0);
	padding:3px;
}

div.bottomlinks a:hover {
	background:rgb(0,128,0);
	color:rgb(255,255,255);

}

div.biz div.list div.text {
	width:660px;
	padding:7px 0 0 16px;
	font-size:8pt;
	line-height:150%;
	color:rgb(85,85,85);
}

div.biz div.list div.msg {
	width:660px;
	padding:7px 0 7px 16px;
	font-size:10pt;
	line-height:150%;
}

div.biz div.list div.msg a.sender {
	font-weight:bold;
}


div.biz div.list div.private a.name {
	color:rgb(128,128,255);
}

div.biz div.list div.hover {
	background:rgb(255,255,255);
}

div.biz div.list div div.options {
	width:auto;
	float:right;
	margin:0;
	font-size:10px;
	text-transform:uppercase;
	font-family:Verdana;
	visibility:hidden;
	background:rgb(240,255,240);
}

div.biz div.list div div.options a {
	float:right;
	margin:0 3px;
	padding:2px;
	font-weight:bold;	
}

div.biz div.list div.hover div.options {
	visibility:visible;
}

div.biz div.list div.options a:hover {
	background:rgb(0,170,0);
	color:rgb(255,255,255);
}





/* SQUARE ROW */

div.biz div.list div.squarerow {
	width:165px;
	margin:10px 0 0 15px;
	font-family:Verdana;
	font-size:10pt;
}


div.biz div.list div.squarerow a.name {
	float:left;
	display:block;
	font-weight:bold;
	width:165px;
	padding:2px 0;
}


div.biz div.list div.squarerow a.category  {
	float:left;
	display:block;
	width:165px;
	padding:2px 0;
	color:rgb(0,85,85);
	line-height:130%;
}

div.biz div.list div.squarerow a.category em {
	color:rgb(213,213,213);
	font-style:normal;
}


div.biz div.list div.squarerow a.category:hover  {
	color:rgb(0,128,128);
}

div.biz div.list div.inactive a.category {
	color:rgb(128,128,128);
}

div.biz div.list div.squarerow div.options {
	width:165px;
	margin:3px 0 0 0;
	visibility:hidden;
}


div.biz div.list div.squarerow div.options a {
	float:left;
	margin:0 5px 0 0;
	padding:2px;
}







/* LIST ROW */

div.biz div.list div.listrow {
	width:900px;
	padding:14px 0 0 10px;
	height:16px;
	font-family:Arial;
	font-size:12pt;
	float:left;
	clear:both;
}


div.biz div.rightcol div.list div.listrow {
	width:664px;
}

div.list div.listrow em {
	font-weight:bold;
	font-style:normal;
	margin-right:9px;
}


div.list div.hover em {
	color:rgb(0,170,0);
}

div.list div a.name {
	font-weight:bold;
}

div.list div a.rating {
	color:rgb(0,85,85);
}

div.list div a.rating:hover {
	color:rgb(0,128,128);
}

div.list div a.category {
	color:rgb(0,128,128);
}

div.list div a.category:hover {
	color:rgb(0,170,170);
}


div.list div span.price {
	font-weight:bold;
}


div.list div.listrow div.subline {
	width:660px;
	font-size:10pt;
	padding:10px 0 0 30px;
	opacity:0.50;
	filter:alpha(opacity=50);
}


div.list div.hover div.subline {
	opacity:1;
	filter:alpha(opacity=100);
}








/************ HOME **************/

div.home {
	width:950px;
	margin:0 auto;
}

div.home h1 {

}

div.home p {
	display:block;
	width:900px;
	clear:both;
	font-size:12pt;
	line-height:150%;
	padding:15px 0;
}


div.home img.ss {
	float:right;
	margin-left:10px;
}







