/* CSS Document */

.horizline {
	position: relative;
	background:#666666;
	height: 1px;
	width: 100%;
}

/*
.bothorizline {
	position: relative;
	background-image: url(../images/linepixel.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	top: 510px;
	left: 50px;
}
*/

.bothorizline {
	position: absolute;
	background:#666666;
	height: 1px;
	bottom: 40px;
	left: 30px;
	right: 30px;
	clear: both;
}

.contentcontainer {
	position: absolute;
	width: 960px;
	height:auto;

	left: 50%;
	top: 150px;
	bottom: 50px;
	overflow:auto;
	margin-left:-480px;
	text-align: left;
/*
	clear: both;
*/
}

.cartMenuTxt {
	font-size: 10px;
	color: #6d6e71;
}
