html {
	background-color: rgb(0,0,0);
	margin: 0px;
	padding: 0px;
}

body {
	background-color: rgb(255,255,255);
	background-image: url('/_inc/_common/img/right-body-bkg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0px 0px 0px 10%;
	padding: 0px 10% 0px 0px;
	font-family: Tahoma;
}

a {
	color: rgb(120,120,120);
}

a img {
	border: none;
}

h1 {
	font-size: 14pt;
	font-family: Arial !important;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
	font-family: Arial !important;
}

h3 {
	font-size: 12pt;
	font-family: Arial !important;
	padding: 0px;
	margin: 0px;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: Arial !important;
}

p {
	padding: 0px;
	margin: 6px 0px;
	font-family: Tahoma !important;
}

button, input {
	font-size: 10pt;
	font-family: Tahoma;
	padding-top: 0px;
	padding-bottom: 0px;
}



#header {
	height: 195px;
	background-image: url('/_inc/_common/img/left-header-bkg.png');
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
}

#header img {
	border: none;
}

#logo {
	margin-top: 4px;
	position: absolute;
}

#model-preview {
	height: 172px;
	margin: auto;
	padding: 0px 8px;
	position: relative;
}

.scroll-area {
	position: absolute;
	top: 0px;
	height: 172px;
	width: 120px;
	text-align: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.scroll-area a {
	display: block;
	margin: 95px auto 0px auto;
	font-size: 10pt;
	background-repeat: no-repeat;
	height: 18px;
}

#center-area {
	margin: 0px 110px;
	height: 172px;
	background-image: url('/_inc/_common/img/middle-pipe-bkg.gif');
	background-repeat: repeat-x;
	background-position: 0px 10px;
	overflow: hidden;
}

#center-area img {
	margin-top: 22px;
}

#left-area {
	left: 0px;
	background-image: url('/_inc/_common/img/left-pipe-corner.gif');
	background-position: right 10px;
}

#left-area a {
	margin-left: 10px;
	padding-left: 17px;
	color: rgb(255,255,255);
	background-image: url('/_inc/_common/img/left-arrow.gif');
	background-position: left center;
	text-align: left;
}

#right-area {
	right: 0px;
	background-image: url('/_inc/_common/img/right-pipe-corner.gif');
	background-position: left 10px;
}

#right-area a {
	margin-right: 10px;
	padding-right: 17px;
	color: rgb(0,0,0);
	background-image: url('/_inc/_common/img/right-arrow.gif');
	background-position: right;
	text-align: right;
}

.top-box {
	float: right;
	clear: both;
	background-color: rgb(0,0,0);
	padding: 4px;
	margin-top: 4px;
	width: 200px;
	font-size: 9pt;
	color: rgb(255,255,255);
}

.top-box img {
	float: left;
	margin-right: 4px;
}

.top-box p {
	margin: 0px;
	padding: 6px 0px;
	text-align: center;
}

.top-box a {
	color: rgb(255,255,255);
}

#login-form {
	margin: 0px 0px 0px 20px;
}

#login-form .label {
	display: block;
	margin-bottom: 2px;
}

#login-form label.label {
	text-align: center;
	font-size: 9pt;
}

#login-form input {
	width: 100px;
	font-size: 8pt;
}

#login-form button {
	font-size: 9pt;
	margin-left: 8px;
}

#top-menu {
	background-color: rgb(0,0,0);
	
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 13pt;
	margin: 0px;
	padding: 4px 0px;
	text-align: right;
	font-style: italic;
	width: 100%;

}

#top-menu a {
	color: rgb(255,255,255);
	margin-right: 30px;
	z-index: 3;
	font-family: Arial;
}

#col-wrapper {
	overflow: hidden;
	background-color: rgb(227,227,227);
	background-image: url('/_inc/_common/img/col-wrap-bkg.jpg');
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	padding: 0px;
	width: 100%;
	padding-bottom: 12px;
}

#left-col {
	float: left;
	width: 230px;
	background-color: none;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 20px;
}

#nav-title {
	background-image: url('/_inc/_common/img/right-nav-corner.jpg');
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	height: 24px;
	color: rgb(255,255,255);
	padding-top: 4px;
	padding-left: 20px;
	font-style: italic;
	font-family: Arial;
}

.nav-wrapper {
	background-color: rgb(47,47,47);
	background-image: url('/_inc/_common/img/left-nav-corner.jpg');
	background-repeat: no-repeat;
	height: 28px;
	margin: 10px 0px;
	font-size: 12pt;
}

#left-menu {
	margin: 0px;
	padding: 0px 20px;
	font-size: 12pt;
	font-style: italic;
}

#left-menu ul {
	font-size: 11pt;
	margin: 0px;
	padding: 2px 0px 2px 18px;
}

#left-menu li {
	padding: 2px 0px;
	margin: 0px;
	list-style-type: none;
	font-family: Arial;
}

.leftmenu-current-paritem {
	text-decoration: none;
	cursor: default;
}

.leftmenu-current-item a {
	text-decoration: none;
	color: rgb(0,0,0);
}

.left-col-line {
	color: rgb(47,47,47);
}

.event-item {
	margin: 14px 0px 0px 0px;
}

.event-item p {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

.feeds {
	text-align: center;
	margin: 14px 0px;
	line-height: 1.5;
}

a.sendmail {
	font-size: 9pt;
}

a.rss {
	background-color: rgb(255,102,0);
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px 4px;
	margin-left: 6px;
}

#vote-form {
	text-align: center;
	margin-top: 6px;
	margin-bottom: 12px;
	font-size: 10pt;
	overflow: hidden;
}

#vote-form label {
	display: block;
	margin: 0px auto 6px auto;
	text-align: left;
	overflow: hidden;
	width: 100%;
}

#vote-form label span {
	float: left;
}

#vote-results {
	margin-top: 6px;
	margin-bottom: 12px;
	font-size: 10pt;
}

#vote-form input {
	float: right;
}

.result-value {
	text-align: center;
}

#main-col {
	margin-left: 260px;
	margin-right: 10px;
	padding-left: 10px;
	font-size: 10pt;
}

#content-box {
	position: relative;
}

.main-content {
	text-align: center;
	padding: 0px 24px;
}

.main-content p {
	text-align: justify;
}

.current-page-lnk {
	font-size: larger;
	text-decoration: none;
}

#nav-menu {
	padding: 4px 0px 0px 20px;
	margin: 0px;
	position: relative;
	background-image: url('/_inc/_common/img/right-nav-corner.jpg');
	background-repeat: no-repeat;
	background-position: right;
	height: 24px;
	color: rgb(255,255,255);
}

#nav-menu li {
	float: left;
	list-style-type: none;
	font-weight: bold;
}

#nav-menu li a {
	color: rgb(255,255,255);
	margin: 0px 3px;
	font-style: italic;
	font-weight: normal;
}

.nav-current-item a {
	text-decoration: none;
	cursor: default;
}

#right-nav-corner img {
	display: block;
}

#footer {
	height: 82px;
	background-image: url('/_inc/_common/img/left-footer-bkg.png');
	background-repeat: no-repeat;
	padding-left: 293px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
}

#footer img {
	float: left;
	margin-left: 3px;
}

#footer a {
	
}

#bottom-menu {
	margin: 0px;
	padding: 6px 0px;
	overflow: hidden;
}

#bottom-menu li {
	float: left;
	list-style-type: none;
	padding: 0px 4px;
	font-size: 9pt;
}

.pager {
	font-size: 10pt;
	text-align: center;
	clear: right;
	margin: 6px 0px;
}

.pager a, .pager span {
	margin: 0px 2px;
}

.current-page-lnk {
	font-size: larger;
	text-decoration: none;
}

.symbol {
	font-size: 130%;
}

.dotted-text {
	border-bottom: 1px dashed;
	margin-bottom: -1px;
}

.cursor-pointer {
	cursor: pointer;
	cursor: hand;
}

.cursor-help {
	cursor: help;
}

.date {
	font-style: italic;
	font-size: 9pt;
}

.def-price {
	background-image: url('/_inc/_common/img/left-def-price.gif');
}

.def-price .price {
	background-image: url('/_inc/_common/img/right-def-price.gif');
}

.def-price .price div {
	background-color: rgb(19,148,19);
}

.opt-price {
	background-image: url('/_inc/_common/img/left-opt-price.gif');
}

.opt-price .price {
	background-image: url('/_inc/_common/img/right-opt-price.gif');
}

.opt-price .price div {
	background-color: rgb(57,119,213);
}

.del-price {
	background-image: url('/_inc/_common/img/left-price-corner.gif');
}

.del-price .price {
	background-image: url('/_inc/_common/img/right-price-corner.gif');
}

.del-price .price div {
	background-color: #BD0000;
}

.price-wrapper {
	float: left;
	height: 24px;
	padding-left: 8px;
	background-repeat: no-repeat;
	width: 60px;
	text-align: center;
}

.price {
	color: rgb(255,255,255);
	height: 24px;
	padding-right: 8px;
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
}

.price div {
	height: 20px;
	padding: 4px 4px 0px 4px;
	text-align: center;
}

.label {
	display: block;
	padding: 0px;
	margin: 2px;
}

.note {
	font-size: 9pt;
}

.errortext {
	color: rgb(142,17,28);
}

.error {
	
}

.model-img {
	width: 100px;
	height: 200px;
}

#orders-table {
	margin: auto;
	text-align: center;
}

#orders-table td {
	vertical-align: top;
	text-align: left;
	border-top: 1px solid rgb(0,0,0);
}

.order-model-box {
	float: left;
	overflow: hidden;
	height: 150px;
	width: 150px;
	text-align: left;
}

.order-prev-box {
	float: left;
	text-align: center;
}

.model-prev {
	width: 50px;
	height: 100px;
}

.captcha {
	margin-bottom: -6px;
	margin-right: 6px;
}

#captchafield {
	width: 40px;
	
}
