html
{
	background: #000000;
}
body
{
	
    background: #000000 url('../img/main-bg.png') top left repeat-x; 
	font-family: 'Trebuchet MS', Verdana, Tahoma;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #ffffff;
}
a
{
	color: #FF8810;
	text-decoration: underline;
}
a:hover
{
	color: #ff3300;
	text-decoration: none;
}
a.moreinfo
{
    color: #000000;
	text-decoration: none;
}
a.moreinfo:hover
{
    color: #333333;
	text-decoration: none;
}
div.page
{
	background: none;
	margin: 0 auto;
	padding: 0;
	width: 920px;
	font-size: 1em;
}
td.center-page
{
	background: #222222;
}
td.left-shadow
{
	width: 50px;
}
td.right-shadow
{
	width: 50px;
}
div.content-right
{
	width: 50px;
	height: 400px;
}
div.outer-page
{
	background: url('../img/body-top.png') top left repeat-x; 
}

div.inner-page 
{
    background: url('../img/body-bottom.png') bottom left repeat-x;
    
}

div.header-right
{
    background: transparent url(../img/header-right.gif) no-repeat scroll right top;
	height: 101px;
	margin: 10px 11px 0 11px;
}
div.header-left
{
    background: transparent url(../img/header-left.gif) no-repeat scroll left top;
	height: 101px;
}
div.header
{
    background: transparent url(../img/header-bg.gif) repeat-x scroll center top;
	margin: 0 3px 0 3px;
	height: 101px;
}
div.inventory-left
{
	background: url('../img/inventory-left.png') top right no-repeat;
	height: 39px;
	width: 50px;
}
div.inventory-right
{
	background: url('../img/inventory-right.png') top left no-repeat;
	height: 39px;
	width: 50px;
}

div.inventory
{
	height: 39px;
	background: url('../img/inventory-bg.png') top left repeat-x;
	padding: 0;
	font-size: 0.9em;
}
div.inventory ul
{
	margin: 0;
	padding: 5px;
	float: right;
	list-style-type: none;
}
div.inventory ul li
{
	margin: 0 3px;
	padding: 0;
	float: left;
}
div.inventory ul li a
{
    color: #ffffff;
	text-decoration: none;
}
div.inventory ul li a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

ul.topmenu
{
    font-size: 13px;
font-weight: bold;
	margin: 0;
	padding: 5px;
	float: left;
	list-style-type: none;
}
ul.topmenu li
{
	margin: 0 5px 0 5px;
	padding: 0;
	float: left;
}
ul.topmenu li a
{
    color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
ul.topmenu li a:hover
{
font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}


div.footer-left
{
	width: 50px;
	height: 110px;
}
div.footer-right
{
	width: 50px;
	height: 110px;
}
div.footer
{
	background: url('../img/footer-bg.gif') top left repeat-x;
	height: 110px;
}
div.footer-links
{
	text-align: center;
	color: #FFB11C;
}
div.copyright
{
	width: 200px;
	padding: 60px 0 0 0;
	margin: 2px 0 0 0;
	color: #676767;
	font-size: 10px;
}
div.copyright a
{
	color: #676767;
}
div.logo
{
	float: left;
	position:absolute;
	padding: 6px 0 0 15px;
}
div.slogan
{
	font-size: 16px;
	color: #555;
	padding: 10px;
	font-weight: normal;
	position: absolute;
	top: 105px;
	padding: 0 0 0 20px;
}
div.slogan2
{
	font-size: 1.15em;
	padding-top: 10px;
	text-align: justify;
}
/* top menu start */
div.top-menu
{
	clear: both;
	padding: 0;
	margin: 0;
	height: 40px;
	font-size: 1.1em;
	font-weight: bold;
}
div.menu-box-top-right
{
	height: 3px;
	background: url('../img/menu-box-top-right.png') top right no-repeat;
	padding: 0;
	margin: 0;
}
div.menu-box-top-left
{
	height: 3px;
	background: url('../img/menu-box-top-left.png') top left no-repeat;
	padding: 0;
	margin: 0;
}
div.menu-box-top
{
	height: 3px;
	background: url('../img/menu-box-top-bg.png') top repeat-x;
	padding: 0;
	margin: 0 3px;
	font-size: 1px;
}
div.menu-box-middle-right
{
	background-color: #000000;
	padding: 0;
	margin: 0;
}
div.menu-box-middle-left
{
	background-color: #000000;
	padding: 0;
	margin: 0;
}
div.menu-box-middle
{
	padding: 8px;
	background: #ff9933;
	margin: 0 1px;
}
div.menu-box-bottom-right
{
	height: 3px;
	background: url('../img/menu-box-bottom-right.png') bottom right no-repeat;
	padding: 0;
	margin: 0;
}
div.menu-box-bottom-left
{
	height: 3px;
	background: url('../img/menu-box-bottom-left.png') bottom left no-repeat;
	padding: 0;
	margin: 0;
}
div.menu-box-bottom
{
	height: 3px;
	background: url('../img/menu-box-bottom-bg.png') bottom repeat-x;
	padding: 0;
	margin: 0 3px;
	font-size: 1px;
}

ul.menu
{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.menu li
{
	margin: 0;
	height: 22px;
}
ul.menu li a
{
    color: #ffffff;
	line-height: 22px;
	padding: 0 12px 0 7px;
	display: block;
	text-decoration: none;
}
ul.menu li a:hover
{
    color: #f7f7f7;
	text-decoration: none;
}
ul.menu li.active
{
	background: #F2D396 url('../img/tab-left-active.gif') top left no-repeat;
}
ul.menu li.active div
{
	color: #ff3300;
	line-height: 22px;
	padding: 0 12px 0 7px;
	background: url('../img/tab-right-active.gif') top right no-repeat;
}

/* top menu end */
div.lang-switch
{
	float: left;
	margin: 5px;
	padding: 0;
	font-size: 0.8em;
}
div.lang-switch select
{
	font-size: 1em;
}
div.listing-sorting
{
	font-size: 0.9em;
	text-align: center;
	border: 1px solid #2C8792;
	background: #EEF6FF;
	padding: 5px;
}
div.listing-sorting a
{
	font-weight: bold;
}
div.content
{
	padding-bottom: 10px;
}
div.breadcrumb
{
	background: url('../img/breadcrumb-bg.gif') center left no-repeat;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding-left: 12px;
	font-size: 0.9em;
}
p
{
	padding: 0;
	margin: 10px 0;
}
.date
{
	font-size: 0.85em;
}
p.news
{
	margin-top: 5px;
	font-size: 0.85em;
}
p.last
{
	font-size: 0.85em;
	margin-top: 5px;
	text-align: right;
}
img
{
	border: 0;
}
form
{
	padding: 0;
	margin: 0;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix
{
	height: 1%;
}
h1
{
	font-size: 1.6em;
	margin: 10px 0;
	padding: 0;
	color: #ff9933;
}
h2
{
	font-size: 1.3em;
	margin: 5px 0;
	padding: 0;
	color: #ff9933;
}
div.field
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}
a.title
{
	font-weight: bold;
}
div.url
{
	color: #2C8792;
	padding: 0;
	font-style: italic;
	font-size: 0.9em;
	width: 1%;
	cursor: help;
	white-space: nowrap;
}
div.description
{
	margin: 2px 0;
	padding: 0;
	font-size: 0.9em;
	text-align: justify;
}
div.stat
{
	clear: both;
	padding: 0;
	font-size: 0.9em;
	margin: 2px 0;
}
div.stat img
{
	margin: 0 5px;
}
div.pr_stat
{
	margin: 2px 0 15px 0;
	font-size: 0.9em;
}
.no
{
	border: none;
}
a.no
{
	text-decoration: none;
}
.editor-welcome
{
	padding: 0;
	text-align: left;
}
.editor-content
{
	padding: 0;
	text-align: center;
}
div.notification
{
	background: #D7EBD3 url('../img/ico-notif.gif') center left no-repeat;
	border: 1px solid #265624;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 10px 10px 40px;
	color: #265624;
}
div.error
{
	background: #FFEDEB url('../img/ico-error.gif') center left no-repeat;
	border: 1px solid #CD5C52;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 10px 10px 35px;
	color: #CD5C52;
}
div.navigation
{
	clear: both;
	margin: 5px 0;
	text-align: center;
}
div.navigation span a
{
	text-decoration: none;
}
div.navigation span
{
	margin: 0 2px;
}
div.navigation span
{
	text-decoration: none;
	border: 1px solid #2C8792;
	background: #EEF6FF;
	padding: 0 4px;
}
div.navigation a:hover, div.navigation span.active
{
	background: #FFF;
}
div.alpha-navigation
{
	text-align: center;
}
div.alpha-navigation a, div.alpha-navigation span
{
	padding: 0 2px;
}
/* box styles start */
div.box
{
	clear: both;
	margin: 10px 0 0 0;
}
div.box-caption-movable
{
	line-height: 26px;
	background: url('../img/box-caption-bg.gif') top repeat-x;
	padding-left: 5px;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.1em;
	margin: 0 13px 0 13px;
}
div.box-caption-left-movable
{
	height: 26px;
	background: url('../img/box-caption-left.gif') top left no-repeat;
	padding: 0;
	margin: 0;
}
div.box-caption-right-movable
{
	height: 26px;
	background: url('../img/box-caption-right.gif') top right no-repeat;
	padding: 0;
	margin: 0;
}
div.box-caption-fixed
{

	line-height: 26px;
	background: url('../img/box-caption-bg.gif') top repeat-x;
	padding-left: 5px;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.1em;
	margin: 0 13px 0 13px;
}
div.box-caption-left-fixed
{
	height: 26px;
	background: url('../img/box-caption-left.gif') top left no-repeat;
	padding: 0;
	margin: 0;
}
div.box-caption-right-fixed
{
	height: 26px;
	background: url('../img/box-caption-right.gif') top right no-repeat;
	padding: 0;
	margin: 0;
}
div.box-content-right
{
	background: url('../img/box-content-right.gif') right repeat-y;padding: 0;
	margin: 0;
}
div.box-content-left
{
	background: url('../img/box-content-left.gif') left repeat-y;padding: 0;
	margin: 0;
}
div.box-content-center
{
	padding: 8px;
	margin: 0 2px;
	/*background: #B0E0E6;*/
}
div.box-content-center ul li a
{
	background: url('../img/ico-li.gif') 8px center no-repeat;
	padding: 5px 5px 5px 20px;
	display: block;
}
div.box-content-center ul li div, div.box-content-center ul li a:hover
{
	background: #000000 url('../img/ico-active.gif') 8px center no-repeat;
	padding: 5px 5px 5px 20px;
}
div.box-footer
{
	background: url('../img/box-footer-bg.gif') bottom repeat-x;
	height: 3px;
	margin: 0 3px;
	font-size: 0.1px;
}
div.box-footer-left
{
	background: url('../img/box-footer-left.gif') bottom left no-repeat;
	height: 3px;
}
div.box-footer-right
{
	background: url('../img/box-footer-right.gif') bottom right no-repeat;
	height: 3px;
}
div.box-content
{
	padding: 10px;
}
/* box styles end */
span.highlight
{
	background-color: #CCC;
	color: #000;
	font-weight: bold;
}
div.account-menu
{
	position: relative;
	float: right;
	margin-right: 20px;
	margin-top: -91px;
}
div.account-menu a
{
	color: #000000;
}
div.account-menu a:hover
{
	color: #000000;
}
div.account-menu input.text
{
	width: 100px;
}
ul.account-menu, ul.extra-menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
ul.account-menu li,ul.extra-menu li
{
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
div.comment-approval
{
	margin: 2px 0;
	font-size: 0.9em;
	color: #666;
}
div.posted
{
	font-size: 0.9em;
	margin-bottom: 10px;
}
p.user
{
	padding: 0;
	margin: 8px 0;
}
td.left-column
{
	width: 210px;
	padding-left: 10px;
	margin: 0;
}
td.right-column
{
	width: 210px;
	padding-right: 10px;
	margin: 0;
}
td.center-column
{
	padding: 0 10px;
	margin: 0;
}
input.text, input.numeric, input.password, select.text, input.what
{
	border: 1px solid #000000;
/*	background: #ffffff;*/
}
input.button
{
	background: #F0DDB6 url('../img/flat-button-bg.gif') center repeat-x;
	color: #000000;
	border: 1px solid #000000;
	font-weight: bold;
	font-size: 11px;
	cursor: default;
}
input.button:hover
{
	background: #E3E3E1;
	cursor: pointer;
}
input, textarea
{
	font-family: Verdana;
	font-size: 1em;
	border: 1px solid #000000;
    background: #ffffff;
    color: #000000;
}
input.radiocheck
{
	border: none;
}
input[disabled], button[disabled]
{
	border: 1px solid #ff3300;
	background: #ffffff;
	color: #000000;
}
input[disabled]:hover, button[disabled]:hover
{
	background: #F4F4F4;
}
th.head
{
	border: 1px solid #3F86B9;
	padding: 0 5px 0 10px;	
}
th.sort-asc,th.sort-desc,th.sort-none
{
	height: 20px;
	cursor: pointer;
}
th.sort-asc { background: url('../img/sortings.gif') 0px 0px no-repeat; }
th.sort-desc { background: url('../img/sortings.gif') 0px -20px no-repeat;}
th.sort-none {background: url('../img/sortings.gif') 0px -40px no-repeat;}
p.field, p.error
{
	margin: 15px 0;
}
div.info
{
	background-color: #3F86B9;
	vertical-align: center;
	padding: 3px;
	font-style: italic;
}
p.error
{
	padding: 5px;	
	background: #333333 ;		
	border: 1px solid #CD5C52;
	font-weight: bold;
	color: #CD5C52;	
}
hr
{
	background: #ff3300;
	height: 1px;
	border: none;
	margin: 10px 0;
}
ol
{
	padding: 0;
	margin: 0 0 0 30px;
}
div.admin-approve
{
	margin: 0 10px 10px 10px;
}
div.waiting
{
	margin: 0 5px 10px 0;
	float: left;
	width: 12px;
	height: 12px;
	background: #3F86B9;
	border: 1px solid #3F86B9;
}
div.dbx-box
{
}
div.dbx-handle
{
	color: #215DC6;
	height: 31px;
	padding:0px;
	margin:0px;
}
fieldset
{
	padding: 10px;
	margin: 10px 1px;
	border: 1px solid #000000;
}
legend
{
	padding: 2px 5px;
	color: #000000;
	background: url('../img/legend-bg.gif') center left repeat-x;
	border: 1px solid #000000;
	font-size: 1.2em;
	font-weight: bold;
}
legend a
{
    color: #ffffff;
}
legend a:hover
{
    color: #f7f7f7;
}
/* Collapsing fieldsets */
html fieldset.collapsed {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  margin-bottom: 0;
  height: 1em;
}
html fieldset.collapsed * {
  display: none;
}
html fieldset.collapsed legend {
  display: block;
}
html fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(../img/expanded-arrow.png) 0 75% no-repeat;
}
html fieldset.collapsed legend a {
  background-image: url(../img/collapsed-arrow.png);
  background-position: 0 50%;
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html fieldset.collapsed legend,
* html fieldset.collapsed legend *,
* html fieldset.collapsed table * {
  display: inline;
}
html fieldset.collapsible legend a {
	font-weight: bold;
  display: block;
  text-decoration: none;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html fieldset.collapsible .fieldset-wrapper {
  /*overflow: auto;*/
}

ul.tree
{
	list-style-type: none;
	padding:0px;
	margin:0px 0px 0px 25px;
}
ul.tree li
{
	font-size:12px;
}

ul.gallery
{
	list-style-type: none;
	padding:0px;	
	margin:0px;
}
ul.gallery li
{
	padding: 0px 10px 10px 0px;  
	color: black;
	float: left;
}

/* pagenate start */
div.pagenate {
	padding: 5px 0;
	margin-top: 10px;
	clear:both;
}
div.pagenate span.info {
	border: 1px solid #3F86B9;
	padding: 1px 15px 1px 5px;
	margin-right: 5px;
	cursor: pointer;
	background: #95C8FF url('../img/menu_action_down.gif') 95% 50% no-repeat;
}
div.pagenate a:link, div.pagenate a:active, div.pagenate a:visited {
	text-decoration: none;
}
div.pagenate a {
	border: 1px solid #3F86B9;
	padding: 1px 5px;
	background-color: #95C8FF;
}
div.pagenate strong {
	border: 1px solid #3F86B9;
	padding: 1px 5px;
	margin-right: 5px;
	background-color: #D1E7FF;
}
div#jump2page {
	position: absolute;
	border: 1px solid #3F86B9;
	z-index: 100;
	background: #95C8FF;
}
div#jump2page div.title {
	padding: 2px 5px;
	border-bottom: 1px solid #3F86B9;
}
div#jump2page div.content {
	background: #95C8FF;
	padding: 5px;
}
/* pagenate end */

/* start comments */
div.comment {
	border-bottom: 1px solid #bbb;
	padding: 10px 0px;
}
/* end comments */

table.common
{
	width: 100%;
	background: #f68b17;
    color: #000000;
}
table.common a
{
    color: #000000;
}
table.common a:hover
{
    color: #333333;
}
table.common th
{
	text-align: center;
	background: #e74513;
    color: #ffffff;
    font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
table.common td
{
	padding: 5px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
table.common tr.highlight
{
	background: #f78f1e;
}
table.common tr.hover
{
	background: #ff9933;
}

/* start jquery.autocomplete styles */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
/*	filter:mask();*/
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('../img/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
/* end jquery.autocomplete styles */
span.textcounter
{
	font-weight:bold;
	padding:0 5px;
}

.grid_hdiv, .grid_bdiv, .scroll, .GridHeader, .loadingui {
    color: #000000;
}
