﻿/* ------------------ Reviews ---------------- */

#divMainWindow
{
	float: left;
	height: 1100px;
	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;*/
}
#divReviews
{
	margin: 20px;
	float: left;
	left: 0;
	width: 910px;
}
#divReviews p
{
	padding-right: 15px;
}
#divReviews ul, li
{
	list-style-type:none;
	list-style-image: none;
}

#divReviews .clsReviewsTitle
{
	margin: 2px 0 2px 0;
	font-weight: bolder;
	color: #BD1A8D;
}	
/* ------------------ Right Window ---------------- */
#divRightWindow
{
	clear: right;
	float: right;
	height: 1100px;
	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;
}
