html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 9pt;
	color: #000;
}

a {
	color: #395e8b;	 
	white-space: nowrap;
}

.btn {								
	background: #a51c4b;	
	display: inline;	
	border: 4px double #fff;	
	line-height: 50px;						
}

.btn input {
	background-color: transparent;
	border: 0;	
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	cursor: pointer;			
}	

.title {	
	width: 170px;
	height: 45px;	
	text-align: center;	
	line-height: 45px;	
	font-weight: bold;
	color: #fff;	
	margin-bottom: 20px;
	background: url(../images/blue_left_bg.png) right top no-repeat;
}

.title a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.clear {
	clear: both;
	font-size: 0;
	overflow: hidden; 
}

.container {
	min-height: 100%;
	position: relative;
}

.wrapper {	
	padding-bottom: 100px;	
	overflow: hidden; 	
}

.rightbar {			
	width: 250px;
	float: right;
	margin-top: 350px;		
}

.rightbar .sc {								
	margin: 20px 0 20px 80px;	
	width: 170px;
	height: 45px;	
	text-align: center;	
	line-height: 45px;		
	background: url(../images/red_right_bg.png) right top no-repeat;		
}

.rightbar .sc a {									
	font-weight: bold;	
	color: #fff;
	text-decoration: none;		
}

.rightbar .menu {		
	margin-left: 80px;
	width: 170px;		
}

.rightbar .menu a {	
	color: #a51c4b;	
	font-size: 10pt;	
}

.rightbar .menu ul {	
	list-style-type: none;
	padding: 0;		
}

.rightbar .menu li {		
	margin-bottom: 20px;	
}

.leftbar {				
	margin-right: 300px;		
}

.leftbar .header a {
	height: 150px;
	display: block;
	background: url(../images/header.png) center center no-repeat;
}

.leftbar .menu {			
	margin-left: 20px;
	height: 50px;
	text-align: center; 
	font-size: 10pt;
}

.leftbar .menu ul {	
	list-style-type: none;
	padding: 0;		
}

.leftbar .menu li {		
	float: left;
	margin: 0 10px;		
}

.r1, .r2, .r3, .r4, .r5, .r6, .r7, .r8, .r9, .r10 {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size:1px;
}

.r10 { margin: 0 10px; background-color: #faeecf;}
.r9 { margin: 0 9px; background-color: #faeecf;}
.r8 { margin: 0 8px; background-color: #faeecf;}
.r7 { margin: 0 7px; background-color: #faeecf;}
.r6 { margin: 0 6px; background-color: #faeecf;}
.r5 { margin: 0 5px; background-color: #faeecf;}
.r4 { margin: 0 4px; background-color: #faeecf;}
.r3 { margin: 0 3px; background-color: #faeecf;}
.r2 { margin: 0 2px; background-color: #faeecf;}
.r1 { margin: 0 1px; background-color: #faeecf;}

.welcome { margin: 1px; }

.welcome .inner { 
	padding: 0.4em 20px; 
	background: #faeecf;
}

.welcome {	
	margin: 0 20px;
	margin-bottom: 20px;
	padding: 0;
	font-size: 9pt;
}

.prod_tbl {				
	margin-left: 10px;	
	border-collapse: collapse;
}

.prod_tbl tr {				
	vertical-align: top;
	background: #red;		
}

.prod_tbl td {				
	width: 280px;	
	background: #f6f0df;
	padding: 10px;	
	border: 10px solid #fff;
	text-valign: top;
}

.prod_tbl td img {			
	border: 30px solid #fff;	
	margin-top: 10px;
}

#sc_wrap {			
	margin-left: 20px;		
}

.sc table {				
	width: 100%;		
}

.sc th, td {	
	border: 1px solid #fff;	
	padding: 5px;
}

.sc .trEven {
	background: #f6f0df;	
}

.sc .trOdd {
	background: #faeecf;	
}

.sc table input {
	width: 20px;	
	text-align: right;
}

.sc form {
	width: 450px;
	text-align: center;	
	margin: 20px auto;
}

.sc form fieldset {
	width: 400px;
}

.sc form fieldset p {
	margin: 0;
	margin-bottom: 5px;
	text-align: left;
}

.sc form fieldset label {
	width: 110px;
	float: left;
}

.sc form fieldset .input {
	width: 280px;
}

.sc form fieldset .req {	
	width: 280px;
	border: 1px solid #ff0000;
}

.sc form fieldset #o_valid {	
	font-size: 8pt;
	color: #ff0000;
	margin-bottom: 10px;
	float: right;
	display: none;
}

.footer {	
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	font-size: 7pt;
	color: #fff;
	text-align: center;
	background: #395e8b;
	overflow: hidden; 
	z-index: 1;				
}

.main {
	margin-left: 20px;
}

.photo {
	float: left; 
	margin-right: 20px; 
	width: 400px; 
	height: 400px; 
	background-color: transparent; 
	text-align: center;	
}

.photo img {
	cursor: pointer;
	border: 4px double #395e8b;
	max-width: 380px; 
	max-height: 380px; 
	overflow: hidden;
}

#loading {	
	border: 1px dotted #000000;
	display: none;
	position: absolute; 
	z-index: 2;	
	background-color: #ffffff;
}

#zoom {		
	cursor: pointer;	
	display: none;
	position: absolute; 
	z-index: 2;	
	border: 4px double #395e8b;
}

.preview_tbl {	
	background: #f6f0df;		
}

.preview_tbl td {
	background: #fff;
	padding: 10px;	
	border: 5px solid #f6f0df;
	cursor: pointer;	
}

.order table {				
	width: 100%;		
}

.order th, td {	
	border: 1px solid #fff;	
	padding: 5px;
}

.order .trEven {
	background: #f6f0df;	
}

.order .trOdd {
	background: #faeecf;	
}

.order ul {
	margin-left: 1em;
	padding-left: 0;
}

.order li {
	margin: 0;
	padding: 0;
 }
