html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #555;
  background: #fff;
  font: 11px Verdana, Arial, Sans-Serif;
}

h1	{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #0D7FC1;
}

h2	{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #b86c34;
}

a {
  font: 11px Verdana, Arial, Sans-Serif;
  color: #000000;
  text-decoration: underline;
}

a:hover {
  font: 11px Verdana, Arial, Sans-Serif;
  color: #0D7FC1;
  text-decoration: none;
}

span {
  font: 11px Verdana, Arial, Sans-Serif;
}
img {border: 0;}
form {margin: 0;}

.error {
  font: 12px Verdana, Arial, Sans-Serif;
  color: #ed7527;
}
.alert_message {
  color: #fff;
  background: red;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
}
.alert_message a {
  color: #fff;
  font-weight: bold;
  font-size: 10px;  
  text-decoration: underline;
}
input.box, .form input.box {
  width: 20px;
}

input.button {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  padding: 2px 10px;
  border: none;
  background: url(/images/buttons.gif);
}
.price, .price-special {
  /*color: red;*/
}
.price-old {
  text-decoration: line-through;
}
td.price, th.price, .table th.price {
  text-align: right;
  /*color: #00657F;*/
}
.price-total {
  color: red;
}
th.price-total, td.price-total, .table th.price-total {
  text-align: right;
}
.total {
  border-top: 1px solid #dfdfdf;
  padding-top: 3px;
  font-weight: bold;
}
.buttons {
  background: #EFEFEF;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #dfdfdf;
}
.vline {
  border-left: 1px solid #dfdfdf;
}

/*** form ***/
table.form  {
  width: 100%;
}
.form input {
  width: 180px;
}
.form td {
  padding: 5px;
}
.form span {
  font-size: 12px;
}
.asterisk {
  color: red;
}
.form-left {
  text-align: right;
  vertical-align: middle;
  font-weight: bold;
  width: 20%;
}
.form .info {
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}
.form .buttons {
  padding-top: 10px;
  text-align: center;
}
/*** !form ***/

/*** table ***/
.table {
  width: 100%;
  border: 1px solid #DFDFDF;
  font: 12px Verdana, Arial, Sans-Serif;
}
.table th {
  background: #F9F9F9;
  border-bottom: 1px solid #DFDFDF;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  color: #0D7FC1;
}
.table tr, .table tr.out {
  background: #fff;
}
.table tr.over {
  background: #DFFAFF;
}
.table td.order-desc {
  background: #D1EAEF;
}
.table td.order-asc {
  background: #E0ECEF;
}
.table td {

}
/*** !table ***/

/*   pageTab   */
ul.pageTab {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
ul.pageTab li {
  padding: 0;
  list-style: none;
  display: inline;
}
ul.pageTab li.current, a.begin, a.end, a.previous, a.next, a.page {
  padding: 2px 7px;
  margin: 0 -3px;
  background: #dee8f2;
  border: 1px solid #5c7598;
  color: #5c7598;
}
ul.pageTab a.begin:hover, a.end:hover, a.previous:hover, a.next:hover, a.page:hover {
  background: #dee8f2;
}
ul.pageTab li.current {
  background: #dee8f2;
  color: #777;
}
/*   !pageTab  */

/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/

#navigation a {
  color: #0D7FC1;
  font-weight: bold;
}

#title {
  font-family: Verdana, Arial, Sans-Serif;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  padding-left: 10px;
}

/*** TOP MENU ***/
table.menu-dropdown td {
  white-space: nowrap;
  margin: 0;
  height: 19px;
}

table.menu-dropdown td a {
  font-family: Verdana, Arial, Sans-Serif;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  height: 19px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

table.menu-dropdown td a:hover {
  font-family: Verdana, Arial, Sans-Serif;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  height: 19px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(/images/topover.gif) repeat-x;
}

td.separator-left, separator-right {}

td.separator {width: 5px; background: url(/images/separator.gif) top center no-repeat;}

div.dropdown-sub {
  background: #fff;
  border: solid 1px #CCC;
  padding: 0; margin: 0;
}

div.dropdown-sub td.submenu {
  /*padding: 5px;
  text-align: left;*/
}

div.dropdown-sub td.submenu a {
  text-align: left;
  font: bold 12px Verdana;
  color: #5875B1;
  text-decoration: none;
  display: block;
  padding: 5px;
  width: 100px;
}

div.dropdown-sub td.submenu a:hover {
  font: bold 12px Verdana;
  color: #000;
  text-decoration: none;
  background: #EEE;
}

div.dropdown-sub td.submenu a.issub {background: url(/images/admin/issub.gif) center right no-repeat;}

div.dropdown-sub td.submenu a.issub:hover {background: #EEE url(/images/admin/issub.gif) center right no-repeat;}

div.dropdown-sub td.separator {
  background: #ccc;
  height: 1px;
}
/*** !TOP MENU ***/

/*** LEFT MENU ***/
.navlist {
  width: 185px;
  font: 11px bold verdana, sans-serif;
  padding: 0;
  margin: 0;
}

.navlist li {list-style: none; height: 21px;}

.navlist li a {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  height: 21px;
  display: block;
  padding-left: 30px;
  padding-top: 2px;
  margin-top: 2px;
  background: url(/images/leftnormal.gif) no-repeat;
}

.navlist li a:hover {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  background: url(/images/leftover.gif) no-repeat;
}

li.current{
  list-style: none; height: 21px;
  color: #000000;
  text-decoration: none;
  background: url(/images/leftover.gif) no-repeat;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  height: 21px;
  display: block;
  padding-left: 30px;
  padding-top: 2px;
  margin-top: 2px;
}

li.subnavlist {list-style: none; height: 13px;}

li.subnavlist a {
  width: 100%;
  height: 13px;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  font-weight: normal;
  padding-left: 25px;
  padding-top: 1px;
  margin-top: 2px;
  color: #000000;
  text-decoration: none;
  background: url(/images/subleft.gif) no-repeat;
}

li.subnavlist a:hover {
  color: #FF0000;
  text-decoration: none;
  background: url(/images/subleft.gif) no-repeat;
}

li.current_subnavlist {
  list-style: none; height: 13px;
  width: 100%;
  height: 13px;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  font-weight: normal;
  padding-left: 25px;
  padding-top: 1px;
  margin-top: 2px;  
  color: #FF0000;
  text-decoration: none;
  background: url(/images/subleft.gif) no-repeat;

}

a.current {
font-weight: bold;
}
/*** !LEFT MENU ***/

/*** EXPAND MENU ***/
table.menu-expand {
  position: relative;
  z-index: 1000;
  padding-left: 10px;
}
table.menu-expand td {
  font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 0; margin: 0;
  color: #661F00;
  background: url(/images/arrow.gif) no-repeat #F9E8CE;
  border : 1px solid #661F00;
  height: 16px;
  width: 130px;
  /* Opacity in IE */ filter: alpha(opacity=70);
  /* Opacity in Mozilla */-moz-opacity: 0.7;
}
table.menu-expand td a {
  font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #661F00;
  background: #F9E8CE;
  height: 16px;
  display: block;
  padding: 4px 4px 4px 10px;
  text-decoration: none;
}
table.menu-expand td a:hover {
  color: #000000;
  background: #F8DCAD;
  cursor: pointer;
}
table.menu-expand td a.issub {
  background: url(/images/arrow.gif) center right no-repeat #F9E8CE;
}
table.menu-expand td a.issub:hover {
  background: url(/images/arrow_over.gif) center right no-repeat #F8DCAD;
}
div.expand-sub {
  background: #fff;
/**  border : 1px solid #661F00; **/
  padding: 0; margin: 0;
}
div.expand-sub td.submenu {
  border : 1px solid #661F00;
}
div.expand-sub td.submenu a {
  text-align: left;
  font: bold 12px Verdana;
  color: #661F00;
  background: #F9E8CE;
  text-decoration: none;
  display: block;
  padding: 4px 4px 4px 10px;
  width: 200px;
}

div.expand-sub td.submenu a:hover {
  font: bold 12px Verdana;
  color: #000000;
  text-decoration: none;
  background: #F8DCAD;
}
div.expand-sub td.submenu a.issub {
  background: url(/images/arrow.gif) center right no-repeat #F9E8CE;
}
div.expand-sub td.submenu a.issub:hover {
  background: url(/images/arrow_over.gif) center right no-repeat #F8DCAD;
}
div.expand-sub td.separator {
  background: #ccc;
  height: 1px;
}
/*** !EXPAND MENU ***/

.copy	{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}

a.copy:link	{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}

a.copy:active	{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}

a.copy:visited	{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}

a.copy:hover	{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: underline;
}
a.news	{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  font-weight: normal;
  color: #b86c34;
 /* text-decoration: underline;*/
}
a.news:hover	{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  font-weight: normal;
  color: #b86c34;
  text-decoration: underline;
}
a.right_header {
  font: bold 12px Verdana;
  color: #fff;
}

a.right_header:hover {
  font: bold 12px Verdana;
  color: #fff;
  text-decoration:none;
}
a.news_head{
  font: bold 13px Verdana;
  color: #b86c34;
}
news_head{
  font: bold 13px Verdana;
  color: #b86c34;
}

a.news_head:hover{
  font: bold 13px Verdana;
  color: #b86c34;
  text-decoration:none;
}


/* right */
.right{
padding-right:50px;
}
.right_top{
  	vertical-align:top;
	padding-bottom:0;
	padding-right:0;
	padding-left:0;
	padding-top:3px;
	margin-bottom:-50px;

	width:185px;
	height:36px;
	background:  url(/images/box-top.gif) center top no-repeat;
}
* html .right_top{	height:32px;} *
.right_cen{
	padding-left:20px;
	padding-right:8px;
	padding-bottom:15px;
	background:  url(/images/box-tile.gif) right top repeat-y;
}
.right_cen_l{
	background:  url(/images/box-tile.gif) left top repeat-y;
}
.right_cen_r{
	background:  url(/images/box-tile.gif) right top repeat-y;
}
.right_bot{
	width:185px;
	height:4px;
	background:  url(/images/box-bottom.gif) center bottom no-repeat;
}
.news_header{
  font: bold 11px Verdana;
  color: #b86c34;
}

.news_date	{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  font-weight: normal;
  color: #b86c34;
 /* text-decoration: underline;*/
}

a.countries:link	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #b86c34;
	text-decoration: underline;
}

a.countries:active	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #0D7FC1;
	text-decoration: underline;
}

a.countries:visited	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #0D7FC1;
	text-decoration: underline;
}

a.countries:hover	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.banner	{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #115CA0;
}
.job_normal
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 13px;
}
.job_large
{
  font: bold 15px Verdana;
  color: #b86c34;
}
a.job_large:hover{
  font: bold 15px Verdana;
  color: #b86c34;
  text-decoration:none;
}

.caltable {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  text-align:center;
  color: #000000;
  text-decoration: none;
  height: 21px;
  /*display: block;*/
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  margin-top: 2px;
  background-color:#f9fafe;
  
  /*background: url(/images/leftnormal.gif) no-repeat;*/
 
}
.cont
{
    font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
    
    text-decoration: none;
}
a.cont:hover{
    font-weight: bold;
    color:#000000;
    text-decoration: underline;
}
a.cont:active	{
	font-weight: bold;
    color:#f01d27;
    text-decoration: underline;
}

.cont1
{
    font-weight: bold;
    color:#f01d27;
    text-decoration: none;
}

a.cont1:hover{
    font-weight: bold;
    color:#f01d27;
    text-decoration: underline;
}