body {
	background: #666;
	margin:0; 
	padding:0px;
	overflow: auto;
	font-family: "Arial";
	font-size: 1.0em;
}

#container {
	width: 1024px;
	margin: auto;
	position: relative;
}
#container table.content_wrapper {
	background: #333;
}

#header {
	background: #333;
	height: 70px;
	border-bottom: 1px solid #9F9F9F;
}

#header img.logo {
	float: left;
	padding: 10px;
}
#search {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 44px;
	margin: 10px;
	background: url(/images/search_background.gif) repeat-x;
	font-size: 0.75em;
}
#search span.left_cap{
	background: url(/images/left_cap.gif) no-repeat;
	display: block;
	height: 44px;
	width: 4px;
	float: left;
}
#search span.right_cap{
	background: url(/images/right_cap.gif) no-repeat;
	display: block;
	height: 44px;
	width: 4px;
	float: left;
}
#search form {
	float: left;
	padding: 0px;
}
#search form span.label {
	display: block;
	color: #898989;
	font-weight: bold;
	background: url(/images/label_background.gif) no-repeat right;
	width: 70px;
	margin: 1px 10px 1px 0px;
	padding: 14px 0px 13px 10px;
	float: left;
}
#search form select {
	background: #d7d7d7;
	color: #555555;
	border: 1px solid #3c3c3c;
	float: left;
	margin: 12px 10px 10px 0px;
	padding: 2px;
	width: 150px;
	display: block;
	font-size: 0.95em;
}
#search form input.search_button {
	width: 89px;
	height: 42px;
	padding: 0px;
	margin: 1px 0px 1px 8px;
	border: none;
	float: left;
}

#nav {
	background:  #9F9F9F;
	height: 25px;
	text-align: right;
}

#nav .form {
	font-size: 0.75em;
}

#content {
	height: 425px;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#menu {
	clear: both;
	width: 100%;
	height: 30px;
	background: url(/images/panel_background.gif) repeat-x #fff;
	filter:alpha(opacity=10);-moz-opacity:.10;opacity:.10;
}

.panel {
	width: 539px;
	background: url(/images/panel_background.gif) repeat-x #fff;
	border: 1px solid #9f9f9f;
	-moz-opacity:.85;opacity:.85;
	position: absolute;
	bottom: 0px;
	left: 10px;
}

.panel .content {
	padding: 0px 14px 0px 14px;
	margin: 0px 0px 25px 0px;
	height: 320px;
	overflow: auto;
}
.panel .header {
	padding: 0px 14px 0px 14px;
	background: url(/images/header_hr.gif) repeat-x 0px 40px;
	height: 42px;
}

.panel h1 {
	color: #282828;
	font-size: 1.8em;
	font-weight: normal;
	padding: 3px 0px 3px 35px;
	margin: 0px 0px 0px -7px;
	background: url(/images/header_background.gif) no-repeat 0px 4px;
}

.panel h2 {
	color: #282828;
	font-size: 0.9em;
	font-weight: normal;
	padding: 3px 0px 3px 3px;
	margin: 0px 0px 0px -7px;
}

.panel .off {
	position: absolute;
	right: 15px;
	top: 13px;
}

.panel .off a {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.6em;
	color: #282828;
}

.panel .content p {
	font-size: 0.75em;
	color: #282828;
	padding: 0px;
	margin-top: 10px;
}

.general_Panel {
	width: 1002px;
	margin: 17px 10px 0px 10px;
	background: url(/images/panel_background.gif) repeat-x #fafafa;
	border: 1px solid #9f9f9f;
	border-bottom: none;
	float: left;
}
.general_Panel .header {
	padding: 0px 14px 0px 14px;
	background: url(/images/header_hr.gif) repeat-x 0px 40px;
	height: 42px;
}

.general_Panel h1 {
	float: left;
	color: #282828;
	font-size: 1.3em;
	font-weight: normal;
	padding: 4px 0px 3px 35px;
	margin: 5px 0px 0px 0px;
	background: url(/images/header_background.gif) no-repeat 0px 0px;
	display: block;
}
.general_Panel h1 br {
	float: left;
	clear: none;
	display: block;
}
.general_Panel .content {
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 15px 0px;
	float: left;
}

#footer {
	padding: 2px;
	font-size: 0.75em;
	font-weight: bold;
	color: #5F5F5F;
	background: #333;
	height: 500px;
	border-top: 1px solid #9F9F9F;
}

#footer ul.navigation {
	margin: 0px 0px 0px 6px;
	padding: 0px;
	list-style: none;
}

#footer ul.navigation li {
	margin: 2px;
	padding: 0px;
	float: left;
}

#footer ul.navigation li a {
	margin: 0px;
	padding: 4px 15px 4px 15px;
	display: block;
	text-decoration: none;
	color: #9F9F9F;
	background: url(/images/nav_bullet.gif) no-repeat 6px 6px #282828;
	border: 1px solid #242424;
	font-size: 0.75em;
}

#footer ul.navigation li a:hover {
	background: url(/images/nav_bullet_hover.gif) no-repeat 6px 6px #c6c6c6;
	border: 1px solid #8e8e8e;
	color: #282828;
}

#footer ul.navigation li#on a {
	margin-top: -5px;
	padding-top: 10px;
	background: url(/images/nav_bullet_hover.gif) no-repeat 6px 11px #c6c6c6;
	border: 1px solid #8e8e8e;
	border-top: none;
	color: #282828;
}

#footer .small {
	font-size: 0.75em;
	color: #5F5F5F;
	clear: both;
	float: left;
	margin: 10px;
}

#footer .small a {
	font-size: 1.0em;
	color: #5F5F5F;
	text-decoration: underline;
}

#footer .small a:hover {
	color: #ffffff;
}

#footer .small p {
	margin: 0px;
	padding: 0px;
}

#contact td {
 font-size: 0.75em;

}

.info {
 font-size: 0.75em;
 text-align: center;
}

.thumbnail {
	float: left; 
	width: 180px;
	margin: 6px;
	padding: 6px;
	height: 216px;
}
.thumbnail table {
	width: 180px; 
}
.thumbnail table tr td.set_height {
	height: 216px;
}
.thumbnail table img {
	margin-bottom: 6px;
}
.thumbnail table a {
	text-decoration: none;
	font-size: 0.9em;
	display: block;
	height: 5px;
}
.thumbnail table a:hover {

}

.title {
 font-size: 11px;
 padding: 15px;

}

#side {
 width: 490px; 
 height: 270px; 
 overflow: auto; 
 float: left; 
 padding: 0px 15px 0px 15px;

}

table#lightbox {
 width: 450px;
 float: left;
 background: url(/images/panel_background.gif) repeat-x #fafafa;
 margin: 20px 0px 20px 0px;
 border: 1px solid #898989;
}

table#lightbox td {
  font-size: 0.7em;
  padding: 3px;
}
table#lightbox td.thumb {
	width: 100px;
	text-align: center;
	padding: 5px;
}
table#lightbox tr td.title {
	font-weight: bold;
	background: #a1a1a1;
	color: #444;
	border-bottom: 1px solid #898989;
}
table#lightbox tr.total td {
	font-weight: bold;
	background: #333333;
	color: #f1f1f1;
	border-top: 1px solid #898989;
	padding: 6px 0px 6px 0px;
	font-weight: bold;
}
table#lightbox tr.total td span {
	color: #1ebb00;
}
table.pay {
	float: left;
	margin: 0px;
	padding: 3px;
	margin: 5px 20px 0px 20px;
	width: 480px;
	height: 160px;
}
table.pay form {
	display: block;
	margin: 0px;
	padding: 0px;
}

.order {
 font-size: 0.7em;
 float: right;
 margin: 15px 5px 0px 0px;
}
.order a {
	text-decoration: none;
	color: #096a00;
	text-shadow: #000;
}
.order a:hover {
	text-decoration: underline;
}

.main_Image {
	width: 450px;
	float: left;
	text-align: center;
	float: left;
	margin: 15px 0px 0px 0px;
}
form.add_lightbox {
	margin: 10px 10px 5px 10px;
	padding: 1px 0px 0px 0px;
	display: block;
	float: left;
	width: 500px;
}
form.add_lightbox select {
	width: 400px;
	background: #fff;
	border: 1px solid #999;
	font-size: 0.7em;
	padding: 2px;
}
a:focus {
	outline: none;
}

#cpanel {
	border: 1px solid #ccc;
	margin-top: 15px;
}

#cpanel h1 {
	font-size: 0.75em;
	font-weight: bold;
}

#cpanel p {
	font-size: 0.7em;
}

.description {
 font-size: 0.65em;
}