#cartContent	{
	position:relative;
	width:886px;
	margin-right:auto;
	margin-left:auto;
	min-height:500px;
	background-image:url(../images/cart_background.jpg);
	background-repeat:no-repeat;
}

#cartConfirmContent	{
	position:relative;
	width:886px;
	margin-right:auto;
	margin-left:auto;
	min-height:500px;
	background-image:url(../images/cart_confirmBackground.jpg);
	background-repeat:no-repeat;
}
.freeMapsBox	{
	width:170px;
	border:1px solid #FFFFFF;
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
	text-indent:4px;
	height:20px;
}
#freeGlobe	{
	position:relative;
	width:335px;
	padding-left:95px;
	height:25px;
	padding-top:50px;
	background:url(../images/freeGlobeUnder.jpg) no-repeat;
	float:left;
	margin-right:5px;
	font-size:11px;
	color:#FFFFFF;
}
#freeGlobe a	{
	color:#FFFFFF;
}

#freeAtlas	{
	position:relative;
	width:335px;
	padding-left:95px;
	height:25px;
	padding-top:50px;
	background:url(../images/freeAtlasUnder.jpg) no-repeat;
	float:left;
	font-size:11px;
	color:#FFFFFF;
}
#freeAtlas a	{
	color:#FFFFFF;
}



/*----NEW LOGIN/REG STUFF 2011--*/
#nLogLeft	{
	position:relative;
	float:left;
	width:598px;
	margin-left:21px;
	margin-top:25px;
	border:10px solid #f2f2f2;
	padding:10px 20px 20px 20px;
}
#nLogin{
	position:relative;
	float:left;
	width:350px;
	border-right:1px dotted #CCCCCC;
}
#nRegister	{
	poition:relative;
	float:left;
	width:200px;
	margin-left:35px;
	
}
.star	{
	color:#FF0000;
}

/*----NEW 2011 CART CONTENT--*/
#nCartLeft	{
	position:relative;
	float:left;
	width:658px;
	margin-left:21px;
	margin-top:25px;
}
#nCartRight	{
	position:relative;
	float:left;
	width:264px;
	margin-left:46px;
	margin-top:25px;
}
#nCartTop	{
	position:relative;
	width:658px;
	height:32px;
	background:url(../images/cart/cartTop.jpg) no-repeat;
}
.nCartItem	{
	position:relative;
	width:648px;
	min-height:22px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px dashed #cccccc;
	padding-left:10px;
}
.nCartI	{
	position:relative;
	width:335px;
	float:left;
	text-align:left;
}
.nCartR	{
	position:relative;
	width:102px;
	float:left;
	text-align:center;
}
.nCartQ	{
	position:relative;
	width:112px;
	float:left;
	text-align:center;
}
.nCartP	{
	position:relative;
	width:90px;
	float:left;
	text-align:center;
}
#nCartTotals	{
	position:relative;
	float:right;
	width:185px;
	height:80px;
	background:url(../images/cart/cartTotals.jpg) no-repeat;
	margin-top:20px;
}

#nConfirmTotals	{
	position:relative;
	float:right;
	width:185px;
	height:107px;
	background:url(../images/cart/confirmTotals.jpg) no-repeat;
	margin-top:20px;
}

#nDiscountCode	{
	position:relative;
	float:right;
	width:200px;
	height:80px;
	margin-right:20px;
	margin-top:20px;
}
#nSubTotal		{
	position:absolute;
	left:92px;
	top:6px;
	font-size:14px;
}
#nDiscount		{
	position:absolute;
	left:92px;
	top:32px;
	font-size:14px;
}
#nTotal		{
	position:absolute;
	left:92px;
	top:59px;
	font-size:14px;
}
#nDelivery		{
	position:absolute;
	left:92px;
	top:59px;
	font-size:14px;
}
#nDCode	{
	width:190px;
	padding:5px;
	color:#666666;
	border:1px dashed #999999;
	margin-top:5px;
	margin-bottom:2px;
}
#nTD	{
	position:relative;
	padding-bottom:20px;
	border-bottom:1px dashed #CCCCCC;
}
#nButtons	{
	position:relatrive;
	width:100%;
	margin-top:25px;
	text-align:center;
}
#nTerms	{
	position:relative;
	width:100%;
	text-align:right;
	padding-top:20px;
}

#nBillingAdd	{
	position:relative;
	width:180px;
	margin-right:10px;
	float:left;
	margin-top:20px;
	margin-left:10px;
}
#nDeliveryAdd	{
	position:relative;
	width:180px;
	margin-right:10px;
	float:left;
	margin-top:20px;
}
.nAddresses	{
	font-size:16px;
	font-weight:bold;
	color:#8F1E54;
}
.nBDAdd	{
	margin-top:5px;
	font-size:11px;
}
.adBoxes	{
	border:1px dashed #999999;
	width:300px;
	padding:4px;
	margin-left:10px;
}
