/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#45566e;
	background-image:url(img/01.gif);
	background-position:top;
	background-repeat:repeat-x;
}
body, table {
	font-family:Arial, Helvetica, sans-serif
	}
.maintable {
	width:880px;
}

.text {
	font-size:70%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif
	
}


table {
	border:0;
	border-collapse:collapse;
	padding:0;
}
table td{
	padding:0px;
}
.contacts {
	font-size:8pt;
	color:#333333;
	padding-left:18px;
	padding-right:8px;
	padding-top:10px;
}
.slogan {
	font-size:10pt;
	color:#ffffff;
	padding-left:9px;
	font-weight:bold;
	
	}
.topfont {
	font-size:8pt;
}
h1 {
	font-size:110%;
	color:#333333;
}
h2 {
	font-size:90%;
	color:#333333;
}
h3 {
	font-size:80%;
	color:#333333;
}
.credit {
	font-size:14px;
	color:#eb5300;
	font-weight: bold;
}

.maintext {
	font-size:75%;
	color:#333333;
	font-family:tahoma, arial, verdana;
}
.maintext1 {
	font-size:85%;
	color:#333333;
	font-family:tahoma, arial, verdana;
}

.maintext2 {
	font-size:60%;
	color:#333333;
	font-family:tahoma, arial, verdana;
	padding-left:18px;
	padding-right:8px;
	padding-top:3px;
}

.sep {
	width:100%;
	height:1px;
	clear:both;
	background:url(img/dot-h.gif) center repeat-x;
}
.news {
	color:#333333;
	font-size:70%;
}
#content {
	background:url(img/dot-v.gif) left repeat-y;
	padding-left:16px;
	font-weight:bold;
	font-size:80%;


}

#content2 {
	background:url(img/dot-v.gif) left repeat-y;
	padding-left:16px;
}
#content3 {
	background:url(img/dot-v.gif) right repeat-y;
padding-right:30px;
}

.frame {
	border:1px solid #666666;
}
a.mainmenu {
	color:#45566e;
	text-decoration:none;
}
a.mainmenu1 {
	color:#333333;
	text-decoration:underline;
}
a.mainmenu:hover {
	color:#ffffff;
	background-color:#45566e;
}
a {
	text-decoration:underline;
	color:#333333;
}
a:hover {
	text-decoration:none;
}
a.copy {
	color:#999999;
	text-decoration:none;
}
a.copy:hover {
	color:#cccccc;
}
a.gg {
	color: #FF0000;
	text-decoration: none;	
}
.price th{
	border: 2px solid ButtonFace;	
}
.price td{
	border: 2px solid ButtonFace;
}
.gg{
	font-size: 8pt;
}
.odin{
	background-color : #CCFF99;
}
.dva{
	background-color : #FFFF99;
}
.tri{
	background-color : #ffffff;
	color : #FF0033;
}
table.display tbody tr:hover {
	cursor:pointer;
	border : 1px solid;
	cursor: hand;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 8pt;
}

table.display thead th {
	padding: 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
	* cursor: hand;
}

table.display td {
	padding: 3px 10px;
	border-bottom: 1px dotted #aaa;
}


table.display td.center {
	text-align: center;
	border-bottom: 1px dotted #aaa;
}

.sorting_asc {
	background: url('datatables/images/sort_asc.jpg') no-repeat center right;
}

.sorting_desc {
	background: url('datatables/images/sort_desc.jpg') no-repeat center right;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	* height: 302px;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 39px;
	left: 50%;
	width: 500px;
	margin-left: -260px;
	padding: 20px;
	background-color: #EFFFBD;
	border: 1px solid #E3FE57;
	text-align: center;
}

.dataTables_length {
display: none;
	width: 40%;
	float: left;
}

.dataTables_filter {
display: none;
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('datatables/images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('datatables/images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('datatables/images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('datatables/images/forward_enabled.jpg');
}