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

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

span {font: 11px Verdana, Arial, Sans-Serif;}

img {border: 0;}
form {margin: 0;}

    .title    {
        font-family: Arial;
        font-size: 24px;
        color: #FFFFFF;
    }
.error {
  font: 11px Verdana, Arial, Sans-Serif;
  color: #ed7527;
}
.notify_message {
  color: #fff;
  background: green;
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
}
.alert_message {
  color: #fff;
  background: red;
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
}
.alert_message a {
  color: #fff;
  font-weight: bold;
  font-size: 11px;  
  text-decoration: underline;
}
input.box, .form input.box {
  width: 20px;
}
input.button {
  background: #f9f9f9;
  border: 1px solid #c3c3c3;
  padding: 2px 10px;
  color: #666;
}
input.button1 {
	height:25px; 
	width:30px;     
    background: url(/images/search.gif) center no-repeat; 
    border: 0 solid #c3c3c3;
    color: #666;
	cursor: hand;
}

.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;
}
select{
  font: 11px Verdana, Arial, Sans-Serif;
}
.form td {
  padding: 5px;
}
.form span {
  font-size: 11px;
}
.asterisk {
  color: red;
}
.form-left {
  text-align: right;
  font-weight: bold;
  width: 50%;
}
.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: 10px Verdana, Arial, Sans-Serif;
}
.header {
/*  width: 100%;*/
 /* border: 1px solid #DFDFDF;
 */ 
 	color:#FFFFFF;
	background: #221f26;
	font: 17px Georgia, "Times New Roman", Times, serif;
}
.header1 {
/*  width: 100%;*/
 /* border: 1px solid #DFDFDF;
 */ padding-left:10px;
 	padding-top:10px;
}
.header2 {
/*  width: 100%;*/
 /* border: 1px solid #DFDFDF;
 */ padding-left:20px;
 	padding-top:10px;
}
.black {
  width: 540px;
  border: 1px solid #000;
  font: 11px Verdana, Arial, Sans-Serif;

}
.grey {
  width: 500px;
  border: 1px solid #848487;
  font: 11px Verdana, Arial, Sans-Serif;
}
.table th {
  background: #F9F9F9;
  border-bottom: 1px solid #DFDFDF;
  font-size: 11px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  color: #555;
}
.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 ***/

/*** progressbar ***/
.progressbar td, .progressbar td a {
  color: #aaa;
}
.progressbar td.current {
  color: #555;
}
/*** !progressbar ***/

/*   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: #f9f9f9;
  border: 1px solid #F5F5F5;
  color: #666;
  text-decoration: none;
}
ul.pageTab a.begin:hover, a.end:hover, a.previous:hover, a.next:hover, a.page:hover {
  background: #F5F5F5;
}
ul.pageTab li.current {
  background: #b8d5f0;
  color: #F5F5F5;
}
/*   !pageTab  */

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

#navigation a {
  color: #0D7FC1;
  font-weight: bold;
}
#title {
    font:21px Georgia, "Times New Roman", Times, serif;
    color: #1c1920;
    padding-top:3px;
    padding-bottom: 3px;
    padding-right:20px;
    width:507;
    background:#d3d3d4;
}
#title1 {
	font:13px Georgia, "Times New Roman", Times, serif;
	color: #fff;
    font-weight: bold;
	padding-top:3px;
	padding-bottom: 3px;
	padding-right:20px;
	width:500;
	background:#848487;
}

table.box {
  width: 100%;
}
.box td.heading {
  font-weight: bold;
  text-transform:uppercase;
  color: #0D7FC1;
  padding-left: 3px;
  border: 1px solid #DFDFDF;
  background: #F9F9F9;
  margin: 2px;
  height: 24px;
}
.box td.content {
  border: 1px solid #DFDFDF;
  border-top:  none;
  padding: 2px;
}
.box a {
  font-size: 11px;
}

/*** TOP MENU ***/
table.menu-dropdown td {
  white-space: nowrap;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
}
table.menu-dropdown td a {
  color: #fff;
  font:12px Georgia;
  font-weight: bold;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
}
table.menu-dropdown td a:hover {
  color: #000;
  background: url(/images/topmenu_over.gif) repeat-x;
}

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

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 {  
	padding: 3px;   
	width: 190px;
	font: 19px verdana, sans-serif;
	font-weight: bold;
	margin: 0;
    
}

.navlist li {
	width: 190px;                    
	list-style: none; 
    border: 1px solid #387ccd;        
	/*border: 1px solid #000;  */
}

.admin_page {
	font:15px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	color:#234b6b;
}

.account{
	color:#fff;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;

}

.admin_page:hover	{text-decoration:underline;}

.navlist a	{
    font: 11px verdana, sans-serif;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 25px;
	text-decoration: none;
	background: url(/images/leftmenu.gif) 0px  no-repeat;
}

.navlist a:hover	{
	display: block;
	color: #000000;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 25px;
	text-decoration: none;
	background: url(/images/leftmenuover1.gif) 0px no-repeat;
}

.navlist a:hover {}

li.subnavlist {
    width: 100px;
}
li.subnavlist a {
    width: 158px;
	color:#ffffff;
	font-weight:bold;
	background: #387ccd; 
	padding-left: 17px;
}

li.subnavlist a.current {
    font-weight: bold;
    color:#000000;
    background: #88aee5;
    padding-left: 17px;
}

li.subnavlist a:hover {
	font-weight: bold;
	color:#000000;
	background: #88aee5;
	padding-left: 17px;
}

a.current {
    display: block;
    color: #000000;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    text-decoration: none;
    background: url(/images/leftmenuover1.gif) 0px no-repeat;
    /*
  font-weight: bold;
  color:#ed1a12;
  background: url(/images/red3x3.gif) 3px no-repeat #111112;   */    
}

a.current:hover{}
/*** !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 ***/
.categ_img {
border: 1px #c6c6c7 solid;  
height: 162px;
width: 162px;
}

a.red  {
color: red;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}

a.red:hover  {
color: red;
font-weight: bold;
font-size: 11px;
text-decoration: underline;
}

navigate  {
color: #555;
font-weight: bold;
font-size: 15px;
text-decoration: none;
}

a.navigate  {
color: #555;
font-weight: bold;
font-size: 13px;
text-decoration: none;
}

a.navigate:hover {text-decoration: underline;}

a.sitemap	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #234b6b;
	text-decoration: none;
}

a.sitemap:hover	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #234b6b;
	text-decoration: underline;
}

a.subsitemap	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #234b6b;
	text-decoration: none;
	padding-left: 20px;
}

a.subsitemap:hover	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #234b6b;
	text-decoration: underline;
	padding-left: 20px;
}

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

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

.bottomlinks    {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}

a.bottomlinks:link    {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}

a.bottomlinks:hover    {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
    color: #FFFFFF;
}

.news_title {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

a.news_more {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
}

a.news_more:hover {
    color: #666666;
}

img.news_image_prev {
    border: 2px solid #bcdbf8;
}

img.news_image_prev:hover {
    border: 2px solid  #cccccc;
}

img.news_image_small {
    border: 2px solid #bcdbf8;
}

img.foto_module_front {
    border: 5px solid #ffffff;
}

a.foto_module_coll_title {
color: #234b6b;
font-weight: bold;
font-size: 12px;
text-decoration: none;
}

.title_blue {
    font-family: Arial;
    font-size: 20px;
    color: #234b6b;
}

