﻿/* ------------------ Friends ---------------- */

#divMainWindow
{
	float: left;
	height: 1500px;
	margin: 0;
	margin-top: 10px;
	width: 925px;
	background-image: url(../images/border/leftborder_onlineorder.gif);
	background-position: left bottom;
	background-repeat: repeat-y;
	clear: both; /*border-right: solid 1px #808080;*/
}
#divFriends
{
	margin: 20px;
	margin-left: 50px;
	float: left;
	left: 0;
	width: 910px;
	font-size: 12px;
}
#divFriends p
{
	padding-right: 15px;
}
#divFriends ul, li
{
	list-style-type: none;
	list-style-image: none;
}

#divFriends .clsFriendsTitle
{
	margin: 2px 0 2px 0;
	font-weight: bolder;
	color: #BD1A8D;
}
/* ------------------ Right Window ---------------- */
#divRightWindow
{
	clear: right;
	float: right;
	height: 1500px;
	overflow: visible;
	margin-top: 10px;
	padding: 0;
	width: 25px;
	background-image: url(../images/border/rightborder_onlineorder.gif);
	background-position: right bottom;
	background-repeat: repeat-y;
}

/* ------------------ Table ---------------- */
#divFriends table .tdLeft
{
	padding-right: 30px;
	width: 65%;
	font-size: 12px;
	vertical-align: top;
}

#divFriends table .tdRight
{
	width: 30%;
	padding-left: 30px;
	font-size: 12px;
	vertical-align: top;
}
.clsLegalHeader
{
	vertical-align: middle;
	margin: 25px 0 5px  50px;
}

