@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px; 
	background: #e8e8e8;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

/* Contains all Content after <body> */
.bholder {
	width: 970px;
	text-align: left;
	margin: 0px auto 0px auto;
}

/* Logo Detail Code */
.lciLogo {
	width: 970px;
	height: 78px;
	background: url(../images/lciLogo.png) top right no-repeat;
}

/* Navigational */
.navigation {
	width: 964px;
	height: 51px;
	background: url(../images/nav-detail.jpg) no-repeat center center;
	padding: 0px 0px 0px 6px;
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px 0px 8px 0px;
}
	.navigation a {
		text-decoration: none;
		text-align: left;
		color: #FFFFFF;
	}
	.navigation a:hover {
		color: #8aa6ff;
	}
	.navMain {
		float: left;
		padding: 15px 0px 0px 0px;
		font-weight: bold;
		font-size: 18px;
		margin: 0px 0px 0px 35px;
	}
	
.advert {
	width: 970px;
	height: 205px;
	background: url(../images/advert.png) top left no-repeat;
	margin: 0px 0px 8px 0px;
	
}

.mBody {
	width: 970px;
	min-height: 615px;
	text-align: left;
}
	.rightside {
		float: right;
		width: 317px;
		min-height: 405px;
		font-size: 12px;
	}
		.rsBody {
			width: 317px;
			margin: 0px 0px 8px 0px;
			background: url(../images/side-bg.jpg) repeat-y; 
		}
		
		.rsHead {
			background: url(../images/side-top.jpg) no-repeat;
			height: 35px;
			padding: 8px;
			font-size: 18px;
			text-align: center;
			color: #f1f1f1;
		}
		.rsText {
			padding: 7px 10px 5px 10px;
		}
		.rsLink {
			text-align: right;
			padding: 5px 10px 5px 0px;
			font-size: 11px;
		}
			.rsLink a {
				color: #6f91fd;
				text-decoration: none;
			}
		.rsBottom {
			background: url(../images/side-bottom.jpg) no-repeat left bottom;
			height: 7px;
		}
	
	.leftside {
		float: left;
		width: 640px;
		font-size: 11px;
	}
		.lsBody {
			width: 640px;
			margin: 0px 0px 10px 0px;
			background: url(../images/body-bg.jpg) repeat-y;
		}
		.lsHead {
			height: 9px;
			background: url(../images/body-topper.jpg) no-repeat;
		}
		.lsText {
			padding: 10px 10px 10px 10px;
		}
		.lsBottom {
			height: 9px;
			background: url(../images/body-bottom.jpg) no-repeat left bottom;
		}
		.lsLink {
			width: 220px;
			height: 16px;
			float: right;
			background: url(../images/link-img.jpg) no-repeat left top;
			margin: 10px 10px 10px 10px;
			padding: 3px 0px 0px 20px;
		}
		.lsLink a {
			color: #426fff;
			text-decoration: none;
		}
		
.footer {
	background: #000000;
	margin: 10px 0px 0px 0px;
	border-top: 3px solid #252525;
	height: 142px;
}
	.fBody {
		padding: 10px 10px 10px 10px;
		width: 960px;
		margin: 1px auto 0px auto;
		background: #252525;
		color: #F1F1F1;
		font-size: 11px;
		font-weight: bold;
	}
		.fBody a {
			text-decoration: none;
			color: #F1F1F1;
		}
		.fBody a:hover {
			text-decoration: underline;
		}
	.fcopy {
		float: right;
		text-align: right;
		font-size: 13px;
		font-weight: bold;
	}


#advPrice {  font-size: 16px; }
#advOrder { padding: 8px 0px 0px 0px; }
	#advOrder a { font-size: 12px; color: #8aa6ff; text-decoration: underline; }
#blue { color: #426fff; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
