*{
	margin:0;
    padding:0;
}
img{
	border:none;
}
#top{
	margin-bottom:20px;
}
body{
	background-color:#333;
	font-family: Arial, Helvetica, sans-serif;
}
#pageContainer{
	width:880px;
	margin:10% auto;
}
h1{
	color:#fff;
	font-family: Verdana;
}
/*******************
	shopping cart
*******************/
div#middle{
	width:100%;
	margin:0px 0px 20px;
	padding-top:30px;
	overflow:hidden;
}
div#cart-details{
	margin:0px 10px 10px;
	background-color:#ffffff;
}
div#cart-details ul{
	width:250px;
	list-style-type: none;
}
div#cart-details ul li{
	padding:2px;
	position:relative;
	height:16px;
	font-size:11px;
}
div#cart-details ul li .p{
	position:absolute;
	left:2px;
}
div#cart-details ul li .price{
	position:absolute;
	left:120px;
}
div#cart-details ul li .qty{
	position:absolute;
	left:200px;
}
ul#checkout-process {
	list-style-type: none;
	overflow:hidden;
	background-color:#fff;
	height:30px;
	width:100%;
}
ul#checkout-process li{
	float:left;
	padding-right:10px;
}
div#checkout-steps{
	margin:10px auto 30px;
	padding:20px;
	border:1px solid #eee;
}
div#actions{
	margin:0px auto;
	width:100%;
	padding-top:30px;
	height:30px;
	overflow:hidden;
}
h1{
	font-size:28px;
	margin-bottom:15px;
}
div#checkout-steps div#cart-details{
	margin-bottom:20px;
	padding:10px;
	background-color:#ffffff;
}
div#checkout-steps div#cart-details ul{
	width:100%;
	list-style-type: none;
}
div#checkout-steps div#cart-details ul li{
	padding:2px 10px;
	position:relative;
	height:26px;
	font-size:16px;
	line-height:26px;
	background-color:#fff;
}
div#checkout-steps div#cart-details ul li.odd{
	background-color:#E2F9BB;
}
div#checkout-steps div#cart-details ul li.head{
	height:32px;
	line-height:32px;
	font-weight:bold;
	font-size:18px;
	color:#fff;
}
div#checkout-steps div#cart-details ul li.top{
	background:url(/images/bg_left_top.gif) left top no-repeat;
	background-color:#8CC63F;
}
div#checkout-steps div#cart-details ul li.bottom{
	background:url(/images/bg_left_bottom.gif) left bottom no-repeat;
	background-color:#8CC63F;
}
div#checkout-steps div#cart-details ul li .p{
	position:absolute;
	left:52px;
}
div#checkout-steps div#cart-details ul li .size{
	position:absolute;
	left:150px;
}
div#checkout-steps div#cart-details ul li .price{
	position:absolute;
	left:360px;
}
div#checkout-steps div#cart-details ul li .qty{
	position:absolute;
	left:500px;
	color:#962F06;
}
div#checkout-steps div#cart-details ul li .total{
	position:absolute;
	left:650px;
}
div#checkout-steps div#cart-details ul li.top div.detail{
	position:absolute;
	right:0px;
	top:0px;
	background:url(/images/bg_right_top.gif) right top no-repeat;
	width:21px;
	height:21px;
}
div#checkout-steps div#cart-details ul li.bottom div.detail{
	position:absolute;
	right:0px;
	bottom:0px;
	background:url(/images/bg_right_bottom.gif) right bottom no-repeat;
	width:21px;
	height:21px;
}

div#cart_full_details{
	padding:0px 20px;
}
div#cart_full_details div.row{
	width:100%;
	overflow:hidden;
	margin-bottom:5px;
}
div#cart_full_details div.row .p{
	width:110px;
	float:left;
}
div#cart_full_details div.row .prints{
	width:100px;
	float:left;
	padding-bottom:5px;
}
div#cart_full_details div.row .qty{
	float:left;
	width:100px;
	padding-top:10px;
}
div#delivery{
	
}
div#delivery ul{
	padding:10px 15px 35px;
	list-style-type: none;
}
div#delivery li{
	position:relative;
	margin-left:210px;
	padding-bottom:3px;
}
div#delivery li.title{
	margin-left:0px;
	font-size:16px;
}
div#delivery li label{
	position:absolute;
	left:-210px;
	width:190px;
	font-size:95%;
	font-weight:bold;
	text-align:right;
}
div#delivery li em{
	position:absolute;
	left:100px;
	padding-left:10px;
	font-size:85%;
	color:#666;
}
#error{display:none;}

h3{
	font-size:13px;
}
/****************
	form css
****************/
#enter ul{
	list-style-type: none;
}
#enter ul li{
	position:relative;
	margin-left:130px;
	padding:5px 20px;
}
#enter ul li label{
	position:absolute;
	left:-130px;
	width:120px;
	text-align:left;
}
/****************
	master class
*****************/
.left{
	float:left;
}
.right{
	float:right;
}
.right_align{
	text-align:right;
}
.text{
	border:1px solid #222;
	padding:2px 0px;
}
.description{
	font-size:12px;
	color:#8CC63F;
	padding-left:10px;
}
.green{
	color:#264409;
}
.small{
	font-size:90%;
}
.grey{
	color:#7A6E6E;
}
.info{
	padding:.8em .8em .8em 4em;margin-bottom:1.6em;border:2px solid #ddd;
	color:#514721;border-color:#71b7e8;
	background:url(/images/icon_info.gif) 1em no-repeat;
	background-color:#fff;
}
.success{
	padding:.8em .8em .8em 4em;margin-bottom:0.5em;border:2px solid #ddd;
	color:#a4cc09;border-color:#C6D880;
	background:url(/images/icon_locked.gif) 1em no-repeat;
}
.error{
	padding:.8em .8em .8em 4em;margin-bottom:1.6em;border:2px solid #ddd;
	border-color:#ff7401;
	background:url(/images/icon_error.gif) 1em no-repeat;
	background-color:#fff;
	color:#8a1f11;
}
.required{
	padding:0px 10px 0px 0px;
	color:#fff;
}
.white{color:#ccc;}