	/* ----------------------------------
	
					The Content of the site & Pagination
					
	-------------------------------------*/
#ContentAlign {
	padding-left:20px;
	margin-left:20px;
	text-align:center;
}

.content {
	width:873px;
	text-align:left;
	font-size:12px;
	background-color:transparent;
	float:right;
}
.content_left {
	float:left;
	clear:none;
	width:690px;
	padding-right:0;
}
.content_right{
	width:172px;
	height:400px;
	float:left;
	clear: right;
}
.pagination {
	font-size: 12px;
	color:#666666;
	text-align: center;
	margin-bottom:20px;
	margin-top:20px;
	width:680px;
}

.pagination a {
	text-decoration:none;
	color:#000000;
	font-size:12px;
	}
.pagination a:hover {
	text-decoration:underline;
	}
.selectedPage
{
	font-weight: bold;
	color: #8A0101;
}
.table_cart {
	margin-top:10px;
	width: 685px;
	}
.table_cart td {
	padding-top:7px;
	padding-bottom:7px;	
	border-bottom:1px #CCCCCC dotted;
	}
.border {
	width:20px;
	border-left: 1px dotted #000000;
	}

