/* Layout Stylesheet */ 

body {
	margin:20px;
	background:#efefef;
	color: #000;
	text-align:center;
	padding:0;
}

#outer {
	text-align:left;
	width:800px;
	margin:auto;
}

#hdr {
	height:159px;
	background:#666;
	color: #fff;
}

#bodyblock {
	position:relative;
	background: #efefef;
	color: #000;
	width:800px;
	padding:0;
}

#l-col {
	float:left;
	background:#efefef;
	color: #000;
	width:150px;
	text-align:right;
}

#cont {
	width:646px;
	background:#efefef;
	color: #000;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-left: 15px;
}

#ftr {
	height:44px;
	background:#900;
	color: #fff;
	margin:0;
	text-align:center;
}

/* Presentation Stylesheet */ 
a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #900;
	text-decoration: none;
}

h3, p {
	margin:0;
	padding:15px;
}

#l-col h4 {
	margin:0; 
	padding: 5px 5px 10px 0;
	font-family: Bookman Old Style, times;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	background:#900;
	text-align: right;
	margin-top: 5px;
}

#l-col h4 a {
	text-decoration: none;
	color: #fff;
}

#l-col h4 a:hover {
	color: #fff;
	text-decoration: none;
}

h5 {
	margin:0; 
	padding: 15px 0 0 0;
	font-family: Bookman Old Style, times;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
}

.submit_search {
	color:#3F3F3F;
	font-size: 80%;
	text-align: right;
	padding: 0 0 0 0;
	margin-top: 5px;
}

table.layout {
	width: 800px;	
	vertical-align: top;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}

table.photo {
	width: 100%;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}

table.cart {
	width: 100%;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}

table.form {
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}

table.form tbody th {
	text-align: left;
	vertical-align: top;
}

table.reserverd_area {
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}

table.reserverd_area tbody td {
	text-align: left;
	vertical-align: top;
	font-family: Bookman Old Style, times;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #900;
}

hr {

}

.error_text {
	vertical-align : top;
	color: #900;
}

input {
	border: 1px #999 solid;
}

input.text_error {
	background: #eee;
	border: 1px #900 solid;
}

select {
	border: 1px #999 solid;
}

select.select_error {
	background: #eee;
	border: 1px #900 solid;
}

#album {
	font-size: 110%;
	float: left;
}

#cart {
	font-size: 110%;
	float: right;
}

#msg {
	font-size: 100%;
	text-align: center;
}

#pager {
	float:right;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: right;
	border: 0;
	color: #000;
}

#pager li {
	display: inline;
 	margin: 0px;
 	padding: 0 2px 0 2px;
 	border:0;
}

#pager li a {
	text-decoration: none;
	height : 100%;
}

#pager li a:hover {
	color: #900;
	text-decoration: underline;
	height : 100%;
}
