body{
	background:#8A010B url('images/bg.png') no-repeat top center;
	font-family:Verdana;
	margin:0px;
	padding:10px;
	font-size:12px;
}

h2{
	font-size:14px;
	font-weight:bold;
	padding:5px;
	background:#e8e8e8;
	margin:0px;
}

img{
	border:0px;
}

#container{
	width:1024px;
	background:#fff;
	margin:auto;
	border:2px solid #2F0104;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 0 5px 5px #2d4506;
	-webkit-box-shadow: 0 0 5px 5px #2d4506;
}
#footer{
	width:900px;
	margin:auto;
	margin-top:5px;
	color:#fff;
	text-align:center;
	font-size:12px;
}

#header{
	height:110px;
	width:1024px;
	border-bottom:1px solid #233900;
}

#content{
	padding:10px;
}

#step{
	background:#f6ffc5;
	height:20px;
	padding:2px;
}

#products_box{
	border:1px solid #666;
	height:300px;
}

#total_price{
	float:right;
	text-align:right;
}

.pagination{
	background:#ebebeb;
	height:25px;
	width:100%;
	margin:auto;
}

.pagination .pageleft_off{
	background:url('images/arrowleft_off.png') no-repeat top center;
	margin-left:10px;
	margin-top:2px;
	height:26px;
	width:17px;
	float:left;
}

.pagination .pageleft_on{
	background:url('images/arrowleft_on.png') no-repeat top center;
	margin-left:10px;
	margin-top:2px;
	height:26px;
	width:17px;
	float:left;
	cursor:pointer;
}

.pagination .pageright_on{
	background:url('images/arrowright_on.png') repeat-x top center;
	margin-right:10px;
	margin-top:2px;
	height:26px;
	width:17px;
	float:right;
	cursor:pointer;
}

.pagination .pageright_off{
	background:url('images/arrowright_off.png') repeat-x top center;
	margin-right:10px;
	margin-top:2px;
	height:26px;
	width:17px;
	float:right;
	cursor:pointer;
}

.pagination .pagecenter{
	width:85%;
	margin:auto;
	height:22px;
	margin-top:3px;
	float:left;
	text-align:center;
}

.pagination a{
	font-weight:bold;
	background:#c8c8c8;
	padding:2px 8px 2px 8px;
	font-size:11px;
	color:#9e9e9e;
	margin-left:3px;
	border:1px solid #fff;
	text-decoration:none;
}

.pagination a:hover{
	border:1px solid #ffcf00;
}
		
.pagination	a.active{
	font-weight:bold;
	color:#fff;
	background:#ffcc00;
	border:1px solid #ffcc00;
	text-decoration:none;
	cursor:default;
}
#current{
	background:#E32432;
	border:1px solid #233900;
	width:98px;
	height:107px;
	border-bottom:0px;
	color:#fff;
}

.menu{
	width:100px;
	height:107px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	margin:5px;
	padding-left:10px;
	padding-right:8px;
	margin-top:3px;
	margin-bottom:0px;
	float:left;
	cursor:pointer;
}

.menu img{
	width:80px;
	height:80px;
}

.menuhover{
	background:#deffc6;
}
.title{
	background:#E32432;
	color:#fff;
	padding:5px;
	font-size:15px;
	font-weight:bold;
}

.fieldinfo{
	font-size:10px;
	color:#707070;
}

.prop{
	font-weight:bold;
	text-align:right;
	width:120px;
}

.settings{
	border:1px solid #4e4e4e;
	padding:3px;
	width:300px;
	margin-left:10px;
	font-family:Arial;
	font-size:12px;
}

.button{
	background:#600209 url(images/alert-overlay.png) repeat-x;
	color:#fff;
	border:2px solid #000000;
	font-weight:bold;
	margin:3px;
	cursor:pointer;
	display: inline-block; 
	padding: 5px 10px 6px; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.button:hover { background-color: #111; color: #fff;	text-decoration:none; border:2px solid #000; border-bottom:1px solid #000;}

.step{
	padding-left:20px;
	background: url('images/step.png') no-repeat top left;
	color:#666;
	width:100px;
	font-style:italic;
}

.current{
	background-image:url('images/step_current.png');
	color:#1f1f1f;
	font-style:normal;
	font-weight:bold;
}

.done{
	background-image:url('images/step_done.png');
	font-style:normal;
	font-weight:normal;
}

.error{
	border:1px solid red;
}

.alldone{
	text-align:center;
	font-weight:bold;
	margin:5px;
	padding:2px;
	cursor:pointer;
	border:1px solid #fff;
}

.allover{
	background:#ebffd1;
	border:1px solid #c6e69c;
}

.tdhead{
	padding:2px;
	font-weight:bold;
}

.tdhead2{
	padding:1px;
	border-bottom: 1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
}

.successmsg{
	margin:5px;
	background:#e9ffb4;
	border:1px solid #307e01;
	padding:4px;
	text-align:center;
	color:#307e01;
	font-weight:bold;	
}

.errormsg{
	margin:5px;
	background:#ffe4ee;
	border:1px solid #ff4c54;
	padding:4px;
	text-align:center;
	color:#ff0000;
	font-weight:bold;	
}