/*	=================================
	LVL CSS Document
	Coded by X-JHEDStudios,
	http://www.x-jhed.net/
	http://www.x-jhedstudios.com/
	=================================  */

html, body{
	margin: 0;
	padding: 0;
	background: #f5f1e3 url(images/whole_bg.gif) repeat-x top;
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	color: #333333;
}

.whole{
	width: 750px;
	height: auto;
}

#whole_bg{
	width: 100%;
	height: auto;
	float: left;
	background: url(images/whole_cbg.gif) no-repeat center top;
}

.regular_links:link, .regular_links:active, .regular_links:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.regular_links:hover{
	color: #666666;
}

.regular_links1:link, .regular_links1:active, .regular_links1:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

.regular_links1:hover{
	color: #666666;
}

/* Header Styles */

	#header{
		width: 750px;
		height: 135px;
		float: left;
		background: url(images/checkout.jpg) no-repeat;
	}

	#cart-info{
		font-family: Arial, Helvetica, sans-serif;
		width: auto;
		height: auto;
		float: right;
		margin: 75px 15px 0 0;
		font-size: 11px;
		color: #000000;
		text-align: right;
	}

/* Content Styles */


	.content{
	width: 692px;
	float: left;
	padding: 29px;
	text-align: left;
	background: #FFFFFF;
	height: auto;
	}

	.title{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333;
		font-weight: bold;
	}

	.title_grey{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #777;
		font-weight: bold;
	}


	.regular_para{
		font-size: 12px;
		color: #000;
		padding: 0;
		margin: 0 0 10px 0;
		text-align: justify;
		float: left;
		width: 460px;
		height: auto;
	}

	.regular_para_01{
		font-size: 11px;
		color: #000;
		text-align: justify;
	}

	.small_text{
		font-size: 10px;
	}

	.align_center{
		text-align: center;
	}

	.fleft{
		float: left;
	}

	.margin_top_10px{
		margin-top: 10px;
	}

	.td_black td{
		color: #FFF;
		font-size: 13px;
	}

	.td_row td{
		color: #333333;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.sub_total{
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-style: italic;
		font-size: 16px;
	}


/* Footer Styles */

	#footer_bg{
		width: 100%;
		height: auto;
		float: left;
		background: url(images/footer_bg.gif) no-repeat center top;
	}

	.footer{
		width: 750px;
		height: 76px;
		float: left;
		background: url(images/footerc_bg.gif) repeat-x top;
	}

	#footer_lc{
		width: 11px;
		height: 76px;
		background: url(images/footerc_lc.gif) no-repeat top;
		float: left;
	}

	#footer_mc{
		width: 716px;
		height: auto;
		float: left;
		padding: 6px;
		text-align: center;
		font-size: 11px;
		color: #FFFFFF;
	}

	#footer_mc a:link, #footer_mc a:visited, #footer_mc a:active{
		color: #FFFFFF;
		text-decoration: none;
	}

	#footer_mc a:hover{
		color: #CCFF00;
	}

	#footer_rc{
		width: 11px;
		height: 76px;
		background: url(images/footerc_rc.gif) no-repeat top;
		float: right;
	}
	
	.right{
	text-align: right;
	}
	
	.center{
	text-align: center;
	}
	
	.shop{
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
	text-align: center;
	}
