/* CSS Document */
   
html{scroll-behavior:smooth}

/**********************
	Colors
***********************/

.menu_background {
	color: #E93F9C;
}

.homePage {
  background-color: #525252;
}                                                     
 
/**********************
	Body
***********************/

body {
  margin:0px;
  background-color: Black;
  margin: 0;
  padding: 0;
  color: #EDEDED;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal; 
}

h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align:left;
  font-style: normal; 
  color: White; 
}

hr {
 color: #069114;
}

td {
	color: Silver; 
}

.contentContainer {
  background-color: Black;
  padding-top: 0px;
  width: 100vw;
  padding-left: 155px;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  /* z-index:-11; */
  opacity: 0.9;	
}

.iframeEshop3D  {
  width: 100vw;
  position: absolute;
  left: 0px;
}

.content {
  background-color: Black;
  /* width: 980px ; */
  max-width: 1180px ;
  margin-left: auto ;
  margin-right: auto ;
  /* padding-left: 145px; */
  padding-right: 0px;
  padding-bottom: 0px;
  color: #EAEAEA;
}

.flash-notice {
  /* width: 900px ; */
  position: absolute;
  /* top: calc(50vh - (100px / 2)); */
  top: 0;
  left: calc(50vw - (140px / 2));
  z-index: 10;
  margin-left: auto ;
  margin-right: auto ;
  text-align:center;
  background-color: green;
  color: yellow;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold; 
  font-size: 14px;   
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: yellow solid 1px; 
  border-right: yellow solid 1px; 
  border-bottom: yellow solid 1px; 
  /* bottom: 0; */
    margin: auto;

}

.flash-error {
  /* width: 900px ; */
    position: absolute;
    top: 0;
    left: calc(50vw - (140px / 2));
    z-index: 10;
  margin-left: auto ;
  margin-right: auto ;
  text-align:center;
  background-color: Red;
  color: yellow;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold; 
  font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-left: yellow solid 1px;
    border-right: yellow solid 1px;
    border-bottom: yellow solid 1px;
    margin: auto;
}

.notice { display: inline-block; }
.error { display: inline-block; }
.noticeClose { display: inline-block; }
a.noticeCloseLink { text-decoration: none; color: silver; border: silver solid 1px; border-radius: 55px; padding: 2px;}

.userLabel {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
  padding: 3px;
}

.adminContent { margin-left: 130px }

.adminMenuContainer {
	background-color: #222;
	width: 100%;
	position: absolute;
	top: 43px;
	left: 0px;
}

.adminMenu {
	display: block;
	background-color: #222;
	width: 100%;
	padding-left: 150px;
}

.adminMenuItem {
  display: inline-block;
  height: 48px;
}

.searchPanel {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px; 
  padding-left: 15px;
  width: 100%;
  background-color: #222;
  border-bottom: #333 solid 1px; 
  border-top: #333 solid 1px;
  margin-top: 15px;
  text-align:center;
  /* border-radius:3px; */  
}

.searchFulltext {
  color: Black;
  font-size: 12pt;
 font-weight: bold;    
  font-family: Arial;
  border: 1px solid Silver;
  width : 40%;
  height: 33px;  
  background-color: Silver;
  font-weight: normal;
  border: #000000 solid 1px;
}

.searchButton {
  /* background-image: url('http://www.webexciter.com/graphics/center_button.png'); */
  /* background-repeat: repeat-x; */ 
 background-color: DarkOrange;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;  
 text-align:left;
 text-decoration: none;   
 color: #FFFFFF; 
 height: 32px;  
 padding-left: 22px;  
 padding-right: 22px;   
 padding-top: 3px;  
 padding-bottom: 3px; 
  margin-bottom: 2px; 
 /* border-radius:3px; */   
  border-top: DarkOrange solid 1px; 
  border-left: DarkOrange solid 1px; 
  border-right: DarkOrange solid 1px; 
  border-bottom: #222 solid 1px; 
 }
.searchButton:hover {
  /* background-image: url('http://www.webexciter.com/graphics/center_button.png'); */
  /* background-repeat: repeat-x; */ 
 background-color: DarkGreen;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;  
 text-align:left;
 text-decoration: none;   
 color: #FFFFFF; 
 height: 32px;  
 padding-left: 22px;  
 padding-right: 22px;   
 padding-top: 3px;  
 padding-bottom: 3px; 
  margin-bottom: 2px; 
 /* border-radius:3px; */   
  border-top: DarkGreen solid 1px; 
  border-left: DarkGreen solid 1px; 
  border-right: DarkGreen solid 1px; 
  border-bottom: #222 solid 1px;   
}

.modulePanel {
  display: inline-block;
  padding: 7px;
  width: 48%;
  background-color: #111;
  border: DarkOrange solid 2px; 
  margin: 3px;
  border-radius:5px;
}
 
.topBarContainer {
  background-color: #3a3c44;
  width: 100%;
  height: 44px;
  position: relative;
  /* margin-left: -50vw; */
  /* left: 50%; */
  margin-left: auto ;
  margin-right: auto ;  
  position: absolute;
  border-bottom: #222 solid 1px; 
  /* margin-left: -50vw; */
  left: 0px;
}

.topBar {
  /* background-color: #03aae9; */
  /*max-width: 1000px ; */
  margin-left: auto ;
  margin-right: auto ;
  vertical-align: top;
}

.contentPage {
	background-color: Black;
  /* width: 980px ; */
  max-width: 980px ;
  margin-left: auto ;
  margin-right: auto ;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  /* color: DimGray; */
}

.headerPanel {
   position: absolute;
   top: 45px;
}

.headerPanel2 {
   margin-top: 4px;
   max-height: 323px ;
    z-index: 2000;
    position: relative;
}

.headerTable {
  height: 34px;
  padding: 0px;
  margin: 0px;  
  display: inline-block;
}

.headerTable tr {
  height: 34px;
  margin: 0px;  
}

.headerTable td {
  height: 34px;
  margin: 0px;  
}

/**********************
	Links
***********************/

/*
a.adminMenuButton {  
  display: inline-block;
  color: #FF6B19;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold; 
  text-decoration : none;
  border: #222 solid 2px;   
  padding: 15px;
  border-radius:3px;
}

a.adminMenuButton:hover { 
  display: inline-block;  
  color: White;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold; 
  text-decoration : none;                
  border: White solid 2px;
  padding: 15px;
  border-radius:3px;
}

a.adminMenuButtonActive {  
  display: inline-block;
  color: White;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold; 
  text-decoration : none;
  border: White solid 2px;   
  padding: 15px;
  border-radius:3px;  
}

a.adminMenuButtonActive:hover {   
  display: inline-block;
  color: Yellow;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-decoration : none;   
  font-weight: bold;              
  border: Yellow solid 2px;
  padding: 15px;
  border-radius:3px;  
}


a.adminMenuButtonActive:visited {  
  color: #FF6B19;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold; 
  text-decoration : none;
  border: DarkGreen solid 1px;   
  padding: 15px;
  border-radius:3px;
}
*/

a.treeLinkLeft 
{
  display: inline-block;
	font-family: arial, helvetica, sans-serif;
	color: #00f011;
	font-size: 11px;	
	text-decoration : none;	  
}

a.treeLinkLeft:hover 
{
  display: inline-block;
	font-family: arial, helvetica, sans-serif;
	color: Yellow;
	font-size: 11px;
  text-decoration : none;	
}

a.treeLink 
{
  display: inline-block;
	font-family: arial, helvetica, sans-serif;
	color: #00f011;
	font-size: 11px;	
	text-decoration : none;	  
}

a.treeLink:hover 
{
  display: inline-block;
	font-family: arial, helvetica, sans-serif;
	color: Yellow;
	font-size: 11px;
  text-decoration : none;	
}

a.treeNodeLink 
{
	font-family: arial, helvetica, sans-serif;
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;	
	text-decoration : none;	  
  margin-right: 77px;
}

a.treeNodeLink:hover 
{
	font-family: arial, helvetica, sans-serif;
	color: Yellow;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;	 
  margin-right: 77px;   	
}

.treeItemHidden {
  display: none;
  visibility: hidden;
}

.itemList {
  color: White;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 3px;
  border: DarkGray solid 1px; 
  border-radius:3px;
	-moz-border-radius:3px;  
	-webkit-border-radius:3px;	   
}

.itemList tr:hover {
  background-color: Black;
}

.itemListRow {
  background-color: #222;
}

.itemListCell {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;	
  padding: 4px;
  color: White;
}

.itemImageCell {	
  padding: 4px;
  background-color: Black;
  text-align:center;
}      

.itemListCellStrong {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;	
  font-weight: bold;
  padding: 4px;
  color: White;
}

 .itemListTitle {
  padding-left: 3px;
  padding-right: 3px;
  color: Gray;
}

.serviceInstanceList {
  color: White;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  border: DarkGray solid 1px; 
  width : 100%;
  border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 
}

.serviceInstanceTitle {
  font-family: arial, helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: Silver;
}

.currentServiceInstanceTitle {
  font-family: arial, helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  
}

.currentServiceInstance {
  background-color: Black;
  padding: 7px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  white-space: nowrap;
}

.userModuleList {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;	
  color: DimGray;
}

.serviceInstance {
  background-color: #333333;
  padding: 15px;
  font-family: arial, helvetica, sans-serif;
  font-size: 2px;  
}

.componentPanel {
  color: White;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  border: DarkGray solid 1px; 
  width : 595px;
  padding: 3px;
  margin-bottom: 2px;
  border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 
}

.componentWizzard {
 margin-bottom: 15px;
}

.eshopColumnLeft {
  display: inline-block;
}

.eshopContent {
  display: inline-block;
  border: 1px solid #111111;
  
   position: relative;
    width: 300px;
    height: 45px;
    background: #333333;
    top: 0;  
    
    padding: 7px;
    
    vertical-align: top;
}


/* A:link {color: Red} */
/* A:visited {color: Red} */
/* A:active {color: Red} */
/* A:hover {color: Yellow;} */

.headerlink A:link 
{
	color: Red;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;    
}
.headerlink A:visited 
{
	color: Red;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;    
}

.headerlink A:active 
{
	color: Red;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration : underline;    
}

.headerlink A:hover 
{
	color: Red;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration : underline;     
}

.h2 A:link 
{
	color: Red;
	background-color: Gray;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.h2 A:visited 
{
	color: Red;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	border : Blue;
	border: thin;
	border-width : 1;
}

.h2 A:active 
{
	color: Black;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.h2 A:hover 
{
	color: #000000;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.sub_menu_link A:link 
{
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
  text-decoration: none;  
}
.sub_menu_link A:visited 
{
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.sub_menu_link A:active 
{
	color: Black;   
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.sub_menu_link A:hover 
{
	color: Black;
	font-family: arial, helvetica, sans-serif;
	border : Blue;
	border-width : 1;
	font-size: 12px;
	font-weight: bold;
}

.normalLink A:link 
{
	font-family: arial, helvetica, sans-serif;
	color: Red;
	font-size: 12px;
}
.normalLink A:visited 
{
	font-family: arial, helvetica, sans-serif;
	color: Red;
	font-size: 12px;
}

.normalLink A:active 
{
	font-family: arial, helvetica, sans-serif;
	color: Red;
	font-size: 12px;
}

.normalLink A:hover 
{
	font-family: arial, helvetica, sans-serif;
	color: Red;
	font-size: 12px;
}

a.registerLink 
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;  
 text-align:left;
 text-decoration: underline;   
 color: #FFFFFF; 
 padding-left: 15px;  
 padding-right: 15px;   
 padding-top: 4px;  
 padding-bottom: 4px;  
}

a.registerLink:hover 
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;  
 text-align:left;
 text-decoration: underline;   
 color: #FFFFFF; 
 padding-left: 15px;  
 padding-right: 15px;   
 padding-top: 4px;  
 padding-bottom: 4px;  
}


a.newLink {
 background-color: DarkGreen;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;  
 text-align:left;
 text-decoration: none;   
 color: #FFFFFF; 
 /* border: 1px solid #FFFFFF; */  
 padding-left: 15px;  
 padding-right: 15px;   
 padding-top: 4px;  
 padding-bottom: 4px;  
  border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
 }
a.newLink:hover {
 background-color: Navy;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;  
 text-align:left;
 text-decoration: none;  
 color: #FFFFFF; 
 padding-left: 15px;  
 padding-right: 15px;   
 padding-top: 4px;  
 padding-bottom: 4px;  
   border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


a.newButtonLink {
 background-color: DarkGreen;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;  
 text-align:left;
 text-decoration: none;   
 color: #FFFFFF; 
 padding-left: 15px;  
 padding-right: 15px;   
 padding-top: 10px;  
 padding-bottom: 10px; 
  border-radius:3px;
	-moz-border-radius:3px;  
	-webkit-border-radius:3px;	 
 }
a.newButtonLink:hover {
 background-color: Navy;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;  
 text-align:left;
 text-decoration: none;   
 color: white;  
 padding-left: 15px;  
 padding-right: 15px;   
 padding-top: 10px;  
 padding-bottom: 10px; 
   border-radius:3px;
	-moz-border-radius:3px;  
	-webkit-border-radius:3px;	
}

a.viewProductLink {
 display: inline-block;
 background-color: DarkGreen;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 color: #FFFFFF; 
 width: 100px;
 text-align:center;
 padding-left: 15px;  
 padding-right: 15px;   
 padding-top: 4px;  
 padding-bottom: 4px; 
  border-radius:3px;
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;   
 }
a.viewProductLink:hover {
 display: inline-block;
 background-color: Navy;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 color: white;  
 width: 100px;
 text-align:center;
 padding-left: 15px;  
 padding-right: 15px;   
 padding-top: 4px;  
 padding-bottom: 4px; 
   border-radius:3px;
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;  
}

a.grayButtonLink {
 background-color: Gray;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 color: White; 
 padding-left: 10px;  
 padding-right: 10px;   
 padding-top: 3px;  
 padding-bottom: 3px; 
  border-radius:3px;
	-moz-border-radius:3px;  
	-webkit-border-radius:3px;	 
 }
a.grayButtonLink:hover {
 background-color: darkGreen;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 color: White;  
 padding-left: 10px;  
 padding-right: 10px;   
 padding-top: 3px;  
 padding-bottom: 3px; 
   border-radius:3px;
	-moz-border-radius:3px;  
	-webkit-border-radius:3px;	
}

a.loginButtonLink {
  background-image: url('http://www.webexciter.com/graphics/center_button2.png');
  background-repeat: repeat-x; 
 background-color: #161616;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 color: #FFFFFF; 
 padding-left: 15px;  
 padding-right: 15px;   
 padding-top: 4px;  
 padding-bottom: 4px; 
   border-radius:3px;
	-moz-border-radius:3px;  
	-webkit-border-radius:3px;	
 }
a.loginButtonLink:hover {
  background-image: url('http://www.webexciter.com/graphics/center_button2.png');
  background-repeat: repeat-x; 
 background-color: #161616;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 color: #110302; 
 padding-left: 15px;  
 padding-right: 15px;   
 padding-top: 4px;  
 padding-bottom: 4px; 
   border-radius:3px;
	-moz-border-radius:3px;  
	-webkit-border-radius:3px;	
}

a.bigButtonLink {
  /* background-image: url('http://www.webexciter.com/graphics/center_button.png'); */
  /* background-repeat: repeat-x; */ 
 display: inline-block;
 background-color: DarkGreen;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;  
 text-align:left;
 text-decoration: none;   
 color: #FFFFFF; 
 padding-left: 15px;  
 padding-right: 15px;   
 padding-top: 10px;  
 padding-bottom: 10px; 
  border-radius:3px;
	-moz-border-radius:3px;  
	-webkit-border-radius:3px;	 
 }
a.bigButtonLink:hover {
  /* background-image: url('http://www.webexciter.com/graphics/center_button2.png'); */
  /* background-repeat: repeat-x; */ 
  display: inline-block;
 background-color: Navy;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;   
 font-weight: bold;  
 text-align:left;
 text-decoration: none;   
 color: #FFFFFF;  
 padding-left: 15px;  
 padding-right: 15px;   
 padding-top: 10px;  
 padding-bottom: 10px; 
   border-radius:3px;
	-moz-border-radius:3px;  
	-webkit-border-radius:3px;	
}

a.megaButtonLink { 
 background-color: DarkGreen;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;  
 text-align:left;
 text-decoration: none;   
 color: #FFFFFF; 
 margin: 10px;
 padding-left: 80px;  
 padding-right: 80px;   
 padding-top: 25px;  
 padding-bottom: 25px; 
  border-radius:3px;
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;   
 }
a.megaButtonLink:hover {
 background-color: Navy;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;   
 font-weight: bold;  
 text-align:left;
 text-decoration: none;   
 color: #FFFFFF;  
 padding-left: 80px;  
 padding-right: 80px;   
 padding-top: 25px;  
 padding-bottom: 25px; 
   border-radius:3px;
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;  
}

a.tableLink {
  background-image: url('http://www.webexciter.com/graphics/grey_button_center.png');
  background-repeat: repeat-x; 
 background-color: #161616;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 color: #FFFFFF; 
 padding-left: 15px;  
 padding-right: 15px;   
 padding-top: 4px;  
 padding-bottom: 4px; 
  border-radius:3px;
	-moz-border-radius:3px;  
	-webkit-border-radius:3px;	 
 }
a.tableLink:hover {
  background-image: url('http://www.webexciter.com/graphics/grey_button_center.png');
  background-repeat: repeat-x; 
 background-color: #161616;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 color: yellow;  
 padding-left: 15px;  
 padding-right: 15px;   
 padding-top: 4px;  
 padding-bottom: 4px; 
   border-radius:3px;
	-moz-border-radius:3px;  
	-webkit-border-radius:3px;	
}

a.topMenuLink {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;  
 text-align:left;
 text-decoration: none;  
 color: red;   
 }
a.topMenuLink:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;  
 text-align:left;
 text-decoration: none; 
 color: red;   
}

.boldLink A:link 
{
	font-family: arial, helvetica, sans-serif;
	color: Red;
	font-size: 12px;
	font-weight: bold;	
}
.boldLink A:visited 
{
	font-family: arial, helvetica, sans-serif;
	color: Red;
	font-size: 12px;
	font-weight: bold;	
}

.boldLink A:active 
{
	font-family: arial, helvetica, sans-serif;
	color: Red;
	font-size: 12px;
	font-weight: bold;	
}

.boldLink A:hover 
{
	font-family: arial, helvetica, sans-serif;
	color: Yellow;
	font-size: 12px;
	font-weight: bold;	
}

.boldLink2 A:link 
{
	font-family: arial, helvetica, sans-serif;
	color: Red;
	font-size: 12px;
	font-weight: bold;	
	text-decoration : none;  
}
.boldLink2 A:visited 
{
	font-family: arial, helvetica, sans-serif;
	color: Red;
	font-size: 12px;
	font-weight: bold;	
	text-decoration : none;  
}

.boldLink2 A:active 
{
	font-family: arial, helvetica, sans-serif;
	color: Red;
	font-size: 12px;
	font-weight: bold;	
	text-decoration : none;  
}

.boldLink2 A:hover 
{
	font-family: arial, helvetica, sans-serif;
	color: Yellow;
	font-size: 12px;
	font-weight: bold;	
	text-decoration : none;  
}

a.boldPlainLink 
{
	font-family: arial, helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;	
	text-decoration : none;	  
}

a.boldPlainLink:active 
{
	font-family: arial, helvetica, sans-serif;
	color: #03aae9;
	font-size: 14px;
	font-weight: bold;	
}

a.boldPlainLink:visited
{
  font-family: arial, helvetica, sans-serif;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;  
  text-decoration : none;   
}

a.boldPlainLink:hover 
{
	font-family: arial, helvetica, sans-serif;
	color: Yellow;
	font-size: 14px;
	font-weight: bold;	
  text-decoration : underline;	
}

a.bigPlainLink 
{
  font-family: verdana, arial, helvetica, sans-serif;
  color: #FF6B19;
  font-size: 18px;
  font-weight: bold;  
  text-decoration : none;   
}

a.bigPlainLink:hover 
{
  font-family: verdana, arial, helvetica, sans-serif;
  color: White;
  font-size: 18px;
  font-weight: bold;  
  text-decoration : none; 
}

a.smallPlainLink 
{
	font-family: arial, helvetica, sans-serif;
	color: #00f011;
	font-size: 11px;	
	text-decoration : none;	  
}

a.smallPlainLink:hover 
{
	font-family: arial, helvetica, sans-serif;
	color: Yellow;
	font-size: 11px;
  text-decoration : none;	
}

a.smallLink3 
{
	font-family: arial, helvetica, sans-serif;
	color: #00f011;
	font-size: 10px;	 
}

a.smallLink3:hover 
{
	font-family: arial, helvetica, sans-serif;
	color: Yellow;
	font-size: 10px;
}

a.smallPlainLink3 
{
	font-family: arial, helvetica, sans-serif;
	color: #FF6B19;
	font-size: 11px;	 
  text-decoration : none;   
}

a.smallPlainLink3:hover 
{
	font-family: arial, helvetica, sans-serif;
	color: Yellow;
	font-size: 11px;
  text-decoration : none;   
}

.servicemenu A:link 
{
	color: Red;
	background-color: #eeeeee;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.servicemenu A:visited 
{
	color: Red;
	background-color: #eeeeee;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.servicemenu A:active 
{
	color: Black;
	background-color: #eeeeee;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.servicemenu A:hover 
{
	color: #000000;
	background-color: #eeeeee;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.smalllink A:link 
{
	color: Red;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
}
.smalllink A:visited 
{
	color: Red;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
}

.smalllink A:active 
{
	color: Red;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
}

.smalllink A:hover 
{
	color: Yellow;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
}


.smallBoldLink A:link 
{
	font-family: arial, helvetica, sans-serif;
	color: Red;
	font-size: 10px;
	font-weight: bold;	
}
.smallBoldLink A:visited 
{
	font-family: arial, helvetica, sans-serif;
	color: Red;
	font-size: 10px;
	font-weight: bold;	
}

.smallBoldLink A:active 
{
	font-family: arial, helvetica, sans-serif;
	color: Red;
	font-size: 10px;
	font-weight: bold;	
}

.smallBoldLink A:hover 
{
	font-family: arial, helvetica, sans-serif;
	color: Yellow;
	font-size: 10px;
	font-weight: bold;	
}

.smalllink_plain A:link 
{
	color: Red;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
}
.smalllink_plain A:visited 
{
	color: Red;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
}

.smalllink_plain A:active 
{
	color: Yellow;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
}

.smalllink_plain A:hover 
{
	color: Yellow;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration : none;
}

.biglink A:link 
{
	color: #00f011;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
}

.biglink A:visited 
{
	color: #00f011;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
}

.biglink A:active 
{
	color: Yellow;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
}

.biglink A:hover 
{
	color: Yellow;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
}

.managerMenu A:link 
{
	color: Red;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
  text-decoration : none;
}
.managerMenu A:visited 
{
	color: Red;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
  text-decoration : none;
}

.managerMenu A:active 
{
	color: Yellow;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.managerMenu A:hover 
{
	color: Yellow;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.presentation2link A:link 
{
	color: #5D5D5D;
	font-weight: bold;	
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

.presentation2link A:visited 
{
	color: #5D5D5D;
	font-weight: bold;	
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

.presentation2link A:active 
{
	color: #5D5D5D;
	font-weight: bold;	
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

.presentation2link A:hover 
{
	color: #000000;
	font-weight: bold;	
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

/**********************
	TABLES
***********************/

.view_table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #00f011;
	border-top : 1px solid Grey;
  border-radius:3px;
	-moz-border-radius:3px;  
	-webkit-border-radius:3px;	  
}

.mainMenuDiv {
       float: left; 
       margin-right: 2px; 
       margin-bottom: 2px; 
       border: 1px solid #00f011;
       border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	      
      
}

.quickMenuGroup {
    font-weight: bold; 
    padding-left: 3px;     
}

.quickMenuItem {
    padding-left: 10px;  
}

.adminMenuText {
     text-align:center;
     font-weight: bold;
}

a.adminMenuLink
{
	color: #00f011;
  font-family: arial, helvetica, sans-serif;
	font-size: 12px;
  text-decoration: none;
}

a.adminMenuLink:hover 
{
	color: Red;
  font-family: arial, helvetica, sans-serif;
	font-size: 12px;
  text-decoration: none;
}

.view_table2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #00f011;
}

.mainpanel_table {          
	font-size: 11px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #00f011;
	border : 1px solid #606060;
	padding:3px;	
  border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.mainpanel_table2 {

	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #00f011;
}

.mainpanel_table3 {
	padding-top: 5px;
        padding-bottom : 5px;
        padding-left: 10px;
        padding-right: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #00f011;
	#border : 1px solid #9797ff;
	height: 100%;
	background : #000000;   
}

.centerBox {
     width:100%;
     text-align:center;
}

.megaBox {
     width:100%;
     text-align:center;
     padding:15px;
}

.mainpanel_box {
	padding-top: 5px;
        padding-bottom : 5px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #00f011;
	height: 120px;
}

.login_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00f011;
	height: 78px;
  border-bottom : 1px solid Gray;
	padding:3px;			
}

.cart_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #00f011;
	border : 1px solid #000080;
	
}

.header_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #00f011;
	border : 1px solid Gray;
	background : #CFE7FF;
}

.server_header {
	color: Red;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color : #000000;
}

.menupanel_table {
	background-color : #2F2F2F;
	background-image : url(graphics/eshop_designs/rightBottomWhiteEdge.gif);
	background-repeat : no-repeat;
	background-position : right bottom;
}


.presentation_box {
	font-size: 11px;
	background : #F0FFAC;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	border: 1px solid #E7E7E7;
}

.sub_menu {
	font-size: 12px;
	background : #8FA9C5;
	font-family: arial, Helvetica, sans-serif;
	text-align:left;
	color: Navy;
	border: 1px #A258A8;
	width : 100%;
	background-image: url('http://www.webexciter.com/graphics/bg_header2.png');
    background-repeat: repeat-x; 	
	padding:2px;	
  border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	 
}

.manager_menu {
	background-color : #d7d7d7;
	border-right : 1px solid Navy;
	text-align:left;
}

.manager_submenu {
	background-color : Black;
	border : 1px solid #AFAFAF;
	text-align:left;
  border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	   
}

.logoPanel {
  display: inline-block;
  vertical-align: top;
  padding-top: 0px;
  margin-left: 7px;
  /*width: 180px;*/
  min-width: 175px;
}

.logo3D {
  display: inline-block;
}

.logo3DAdmin {
  display: inline-block;
  background-color : #3a3c44;
  padding-left: 25px;
  padding-right: 20px;
  width: 113px;
}

.logoPanel2 {
  display: inline-block;
}

.logoImg {
  border-radius:5px;
  border : 0px solid #03aae9;
  margin-top: 3px;
}

.servicesPanel {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  width: 640px;
  scrollbar-color: black DimGray;
}

.servicePanel {
	display: inline-block;
	text-align: center;
	/* width: 101px; */
}

a.serviceLink {
  color: DarkOrange;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;   
}

a.serviceLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/* color: #EA5B0C; */
	color: Yellow;
	text-decoration: none;   
}

.servicePanelItem {
  display: inline-block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}

.servicesPanel2 {
  width: 100%;
    margin-left: auto ;
    margin-right: auto ;    
}

.optionsPanel {
  display: inline-block;
  /* border : 1px solid #9797ff; */
  position: relative;
  padding-right: 15px; 
  float: right;
  /* padding-left: 200px; */
  vertical-align: top;
  margin-top: 9px;  
}

.userPanel {
  display: inline-block;
  padding-top: 6px;
  margin-top: 6px;
  margin-left: 2px;
  padding-left: 7px;  
  /* border : 1px solid #9797ff;   */
  /* height: 400px; */
  vertical-align: top;
  white-space: nowrap;
}

.languagesPanel {
  display: inline-block;
  vertical-align: top;
}

.currencyPanel {
  display: inline-block;
  vertical-align: top;
}

.quickMenuPanel {
  display: inline-block;
  padding-right: 3px;
  padding-left: 30px;
  margin-top: 9px;
  vertical-align: top;
} 

.languageSelectorPanel {
  display: inline-block;
  /* border : 1px solid #9797ff; */
  vertical-align: top;
}

.flagPanel {
  display: inline-block;
  /* padding-top: 10px; */
  /* border : 1px solid #9797ff; */
  height: 22px; 
}

.languageSelector {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #606060;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  border: #000000 solid 1px;
  padding: 3px;
  margin-bottom: 1px; 
  width: 80px;  
}

.routeSelector {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #222;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: Silver solid 2px;
	padding: 3px;
	margin-bottom: 1px;		
	width: 280px;
	border-radius:3px;
}

.subOption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	padding-left: 15px;
	color: White;
	background-color: #222;
}

.currencySelectorPanel {
	display: inline-block;
	/* border : 1px solid #9797ff; */
}

.currencySelector {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #606060;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: #000000 solid 1px;
	padding: 3px;
	margin-bottom: 1px;	
	width: 80px;	
}

.currencySymbolPanel {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	/* padding-top: 10px; */
	/* border : 1px solid #9797ff; */
	height: 22px; 
}

.selector {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #606060;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: #000000 solid 1px;
	padding: 3px;
	margin-bottom: 1px;	
	width: 180px; 	
}

.sidesBorder_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #00f011;
	border-left : 1px solid #9797ff;
	border-right : 1px solid #9797ff;
}

.sidesTopBorder_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #00f011;
	border-left : 1px solid #9797ff;
	border-right : 1px solid #9797ff;
	border-top : 1px solid #9797ff;
}

.sidesBottomBorder_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #00f011;
	border-left : 1px solid #9797ff;
	border-right : 1px solid #9797ff;
	border-bottom : 1px solid #9797ff;
}

.topBorder_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #00f011;
	border-top : 1px solid #9797ff;
}

.shadow_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #00f011;
	border : 1px solid #9797ff;
	background : #E1E1E1;
}

.topBorderShadow_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #00f011;
	border-top : 1px solid #9797ff;
	border-bottom : 1px solid #9797ff;
	background-image: url('graphics/bg66.gif');
	background-repeat: repeat-x;
}

.screenContent {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	background-color: Black;
}

.contentHeader {
  max-width: 700px;
  padding-bottom: 7px;
  margin-bottom: 9px;
}

.contentOffer {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 3px;
}

/************************
   CELLS
*************************/

.button_cell {
	border : 1px solid #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #00f011;
	background : #E1E1E1;
}

/**********************
	LABELS
***********************/



.section_header3 {
	background-color : #E9F1F4;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	background-image: url(http://www.webexciter.com/users/dohnalek/bg_blackbutton.png);
    background-repeat: repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: White;	
}

.section_header3_manager {
	background-color : #E9F1F4;
	border-top: 1px solid #7A7A7A;
	border-bottom: 1px solid Black;
	background-image: url(http://www.webexciter.com/users/dohnalek/bg_blackbutton.png);
    background-repeat: repeat-x; 
	text-align:left;
}

.section_header4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: White;
	background : Gray;
  	padding-left: 5px;
}


/**********************
	HEADER TITLES
***********************/


/**********************
	FORMS
***********************/



.form_horizontal { 
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 333 solid 1px;
}

.simple_form_field_label {
    display: inline-block;
    width: 100%;
    margin-top: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.form_field_label { 
	display: inline-block;
	width: 220px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.form_field_label_help { 
  display: inline-block;
  width: 220px;
  color: White;
  /* margin-top: 3px; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.form_field_label2 { 
	display: inline-block;
	width: 200px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.form_field_label3 { 
	display: inline-block;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.form_field_label_top { 
  display: inline-block;
  width: 200px;
  padding-top: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-top: Silver dotted 1px;
}

.form_field_label_bottom { 
  display: inline-block;
  width: 200px;
  padding-top: 3px;
  padding-bottom: 3px;  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-bottom: Silver dotted 1px;
}

.form_field_text { 
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.form_textarea_label { 
	display: inline-block;
	width: 200px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* height: 45px;  */
	/* vertical-align: top; */
}

.form_field_label_required { 
	display: inline-block;
	width: 200px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.form_textarea_label2 { 
	display: block;
	width: 200px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* height: 45px;  */
	/* vertical-align: top; */
}

.form_field_label_required::after {
    content: " *";
    color: Red;
}

.form_field_label_help { 
  display: inline-block;
  width: 220px;
  color: Black;
  /* margin-top: 3px; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.form_field_label_heading { 
  display: inline-block;
  width: 220px;
  color: DarkOrange;
  font-weight: bold; 
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-top: Silver dotted 1px;
  margin-top: 3px;
  padding-top: 3px;
}

.form_field_label2 { 
  display: inline-block;
  width: 200px;
  margin-top: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.form_field_label3 { 
  display: inline-block;
  margin-top: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.form_field_label_top { 
  display: inline-block;
  width: 220px;
  padding-top: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-top: Silver dotted 1px;
}

.form_field_label_bottom { 
  display: inline-block;
  width: 220px;
  padding-top: 3px;
  padding-bottom: 3px;  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-bottom: Silver dotted 1px;
}

.form_field_text { 
  color: DarkGray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.form_textarea_label { 
  display: inline-block;
  width: 220px;
  margin-top: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  /* height: 45px;  */
  vertical-align: top;
}

.form_field_label_required { 
  display: inline-block;
  width: 220px;
  margin-top: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.form_textarea_label2 { 
  display: block;
  width: 200px;
  margin-top: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  /* height: 45px;  */
  /* vertical-align: top; */
}

.form_choice_label {
  display: block;
  color: Silver;
  font-family: Arial, verdana, arial, helvetica, sans-serif;
  font-size: 16px;   
  font-weight: bold; 
  padding-top: 15px;  
  padding-bottom: 15px;  
  height: 30px;
  border: White solid 0px;
}

.form_field_label_required::after {
    content: " *";
    color: Red;
}

.form_field_value { 
	margin-top: 3px;
}

#form_services {
  max-width: 400px;
  display: block;
}

.form_choice > input {
	display: inline-block;
	width: 10%;
}

.form_choice > label {
  text-align:left;  
  display: inline-block;
  width: 85%;
}

.form_choice {
  margin-bottom: 10px;  
}

.simple_text_form { font-family: Arial, Helvetica, sans-serif;
    background-color: White;
    font-size: 16px;
    font-weight: normal;
    color: #2F2C2B;
    border: #333 solid 2px;
    padding: 15px 7px 15px 7px;
    margin-bottom: 17px;
    border-radius:3px;
    min-width: 250px;
}

.text_form { 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: #606060 solid 2px;
  padding: 7px;
  margin-bottom: 3px; 
  border-radius:3px;
}

.text_form_gray { 
  font-family: Arial, Helvetica, sans-serif;
  background-color: White;
  font-size: 12px;
  font-weight: normal;
  color: #2F2C2B;
  border: Silver solid 2px;
  padding: 5px;
  margin-bottom: 2px; 
  border-radius:3px;
}

.text_form_help { 
  font-family: Arial, Helvetica, sans-serif;
  background-color: Black;
  font-size: 12px;
  font-weight: normal;
  color: DimGray;
  border: White solid 0px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 4px; 
}

.text_form_heading { 
  background-color: White;
  font-weight: bold; 
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: White;
  border: White solid 0px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 4px; 
  border-top: Silver dotted 1px;
  margin-top: 3px;
  padding-top: 3px;
}

.text_form2 { 
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #606060;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: #000000 solid 1px;
	padding: 3px;
	margin-bottom: 1px;	
}

.text_form_top { 
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #606060;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  border-top: Silver solid 1px;
  padding: 3px;
  margin-bottom: 1px; 
}

.text_form_file { 
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #606060;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: #000000 solid 1px;
	padding: 3px;
	margin-left: 202px;
	margin-bottom: 1px;	
}

.text_form_file2 { 
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #606060;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: #000000 solid 1px;
	padding: 3px;
	margin-left: 101px;
	margin-bottom: 1px;	
}

.textarea_form {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #333;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  border: #606060 solid 1px;  
  padding: 5px;
  margin-bottom: 2px; 
  border-radius: 3px;   
}

.textarea_form_gray {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #333;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  border: #606060 solid 1px;  
  padding: 5px;
  margin-bottom: 2px; 
  border-radius: 3px; 
}

.medium_textarea {
	width : 600px;
	height: 100px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #111;
  font-size: 14px;
  font-weight: bold;
  color: White;
  border: DarkOrange solid 2px;
  padding: 5px;
  margin-bottom: 2px; 
    border-radius:3px;  
}

.select_form { 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #606060;
	font-size: 12px;
	font-weight: normal;
	width: 80%;
	color: #FFF;
	border: #000000 solid 1px;
    border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;		
}

.text_form_bold { 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #606060;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	color: #FFF;
	border: #000000 solid 1px;
    border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;		
}

.text_form_big { 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #606060;
	font-size: 16px;
	font-weight: normal;
	font-weight: bold;
	color: #ffffff;
	border: #000000 solid 1px;	
	height: 19px;	
}

.edit_form {
	display: inline-block;
	vertical-align: top;
}

.images_form {
	display: inline-block;
	vertical-align: top;
}

.info_text_form { 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ececec;
	font-size: 12px;
	font-weight: normal;
	border: #c6c6c6 solid 1px;
}

.select_text_form { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0C007F;
	border: #000000 solid 1px;
}
	 
.small_text_form {
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	font-size: 9pt;
	font-family: Arial;
	color: #000080;
	font-weight: normal;
	border: 1px solid Silver;
}

.text_form_slim {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	font-size: 9pt;
	font-family: Arial;
	color: #000080;
	font-weight: normal;
	border: 1 solid #000080
}

.long_text_input {
	color: #0C007F;
	font-size: 12pt;
	font-family: Arial;
	border: 1px solid Silver;
	width : 250px;
	background-color: #eaeaea;
	font-weight: normal;
	border: #000000 solid 1px;
}

.short_text_input {
	color: #0C007F;
	font-size: 12pt;
	font-family: Arial;
	border: 1px solid Silver;
	width : 70px;
	background-color: #eaeaea;
	font-weight: normal;
	border: #000000 solid 1px;
}
 
.loginPanel { max-width: 500px; text-align: left; margin-left: auto; margin-right: auto }
.addFormFunctions { padding-top: 22px; max-width: 500px; text-align: left; margin-left: auto; margin-right: auto }
.addFormFunctionsLine { border-top: 1px solid silver; width: 23%; display: inline-block }

.butt_form {

   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: #CF9ECD;
	text-align: center;
	border-color: #221888;
	border-style: solid;
	border-width: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FF780E;
	color: Black;
	font-weight: bold;
	border: 1 solid #000080
}
	 
.button_form {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	text-align: center;
}

.butt_standard {
	font-family: Arial;
	background-image: url(http://www.webexciter.com/users/dohnalek/bg_blackbutton.png);
	font-size: 10pt;
	color: White;
	font-weight : bold;
	padding: 3px;  
  cursor: pointer;
	border : 1px solid Black;
  border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	   
}

.butt_big { font-family: Arial, Helvetica, sans-serif; background-color : DarkGreen; border : 1px solid DarkGreen;
    font-size: 16pt; color: White; font-weight : bold; text-decoration: none; padding: 10px 17px 10px 17px; cursor: pointer;
    margin-top: 5px; margin-bottom: 3px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; min-width: 270px }

.butt_big:hover { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; background-color : darkorange;
    border : 1px solid darkorange; color: White; font-weight : bold; /*height: 25px;*/
    padding: 10px 17px 10px 17px; cursor: pointer; margin-top: 5px; margin-bottom: 3px; border-radius:5px;
    -moz-border-radius:5px; -webkit-border-radius:5px; }

.butt_standard_tiny {
	font-family: Arial;
	background-image: url(http://www.webexciter.com/users/dohnalek/bg_blackbutton.png);
	font-size: 8pt;
	color: White;
	border : 1px solid Black;
}

.html_editor_textarea {
	color: #000080;
	font-size: 10pt;
	font-family: Arial;
	border: 1px solid Silver;
	width : 100%;
	height: 333px;
}

h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	text-align:left;
  padding-left: 3px;
}

h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align:left;
}

.silverBar {
	border: 0px solid green; 
	height: 1px; background: #333;
}

.menuOverBackground {
	/* background-image: url(http://www.webexciter.com/users/dohnalek/bg_blackbutton.png); */
        background-repeat: repeat-x;
	border : 1px solid #D0E8E8;
}

.menuOverBackground2 {
	background-image: url(http://www.webexciter.com/users/dohnalek/bg_blackbutton.png);
        background-repeat: repeat-x;
	border : 1px solid #D0E8E8;
        cursor: pointer;
}

.menuOverBackground3 {
	background-color : #222222;
	border : 1px solid #D0E8E8;
}

.panelOverBackground {
	background-color : #000000;
	background-image: url(http://www.webexciter.com/users/dohnalek/bg_blackbutton.png);
  background-repeat: repeat-x;   
	border : 1px solid #D0E8E8;
  cursor: pointer;   
  border-radius:3px;   
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	  
}

.bigPanelOverBackground {
	background-image: url(graphics/inmarket.co.uk/bg_panel.png);
        background-repeat: repeat-x;
	border : 1px solid #3F3F3F;
	background : #000000;
  border-radius:3px;    
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	  
}

.bigPanel {
	background-image: url(graphics/inmarket.co.uk/bg_panel.png);
        background-repeat: repeat-x;
	border : 1px solid #3F3F3F;
	background : #000000;
  border-radius:3px;    
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.bigPanelOver {
	background: Black;
	border : 1px solid #606060;
  border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	  
}

.dropDownDiv {
	background: #c9c9c9;
	border : 1px solid #000000;
  border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.footerContainer {
  background-color: #222;
  width: 100%;
  height: 85px;
  position: absolute;
  left: 0px;  
  /* margin-left: -50vw; */
  /* left: 50%; */ 
  /* height: 100%; */
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  /*margin-top: 3px;*/
  /*bottom: 0px;*/
  z-index: 20;
}

.footerGap {
  height: 90px;
}

.vrGap { height: 390px; }

.footerPanel {
  max-width: 1180px ; 
  margin-left: auto ;
  margin-right: auto ;
	border-top: 1px solid #222;
	background-color: #222;
	text-align: right;
	margin-top: 2px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: Silver;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.footerIcons {  
  display: inline-block;
  width: 48%;
  text-align: right;
}

.footerIcon{ 
  display: inline-block;
  padding: 1px;
}


.footerLinks {
  display: inline-block;
  width: 48%;
  text-align: left;
}  

.footerLinkBox {
  display: inline-block;
  padding: 5px;
}

a.footerLink {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px; 
   color: Silver; 
   text-decoration: none;   
}

a.footerLink:hover {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px; 
   color: Silver; 
   text-decoration: underline;   
}

a.bigReturnButton {
 display: block;
 width: 200px; 
 background-color: DarkGreen;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;  
 text-align:center;
 text-decoration: none;   
 color: #FFFFFF; 
 padding-left: 25px;  
 padding-right: 25px;   
 padding-top: 15px;  
 padding-bottom: 15px; 
  border-radius:3px;

 }
a.bigReturnButton:hover {
 display: block;
 width: 200px; 
 background-color: Navy;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;   
 font-weight: bold;  
 text-align:center;
 text-decoration: none;   
 color: #FFFFFF;  
 padding-left: 25px;  
 padding-right: 25px;   
 padding-top: 15px;  
 padding-bottom: 15px; 
   
}

.dropDownCell {
	border-bottom: 1px solid #B7B7B7;
}

.dropDownCellOver {
	background: #878787;
	border-bottom: 1px solid #B7B7B7;
        cursor: pointer;
}

.dropDownGroupCell {
	border-bottom: 1px solid #b1bcf6;
	background: #b1bcf6;
}

.dropDownGroupCellOver {
	background: #878787;
	border-bottom: 1px solid #878787;
        cursor: pointer;
}

.menuLayer {
	position:absolute;
	left:0px; 
	top: 0px; 
	z-index:2; 
	visibility: hidden;
	background-color: #000000;
	opacity: 0.9;	
}

.menuLayerWrapper {
    position:relative;
	height:1px;
	visibility:hidden;
	background-color: #000000;
	z-index:2; 
}

a.dropDownLink {
	font-family: arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none;
}

a.dropDownLink:hover {
	font-family: arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px; 
	font-weight: bold;	
	text-decoration: none;
}

a.dropDownGroupLink {
	font-family: arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px; 
	font-weight: normal;
	text-decoration: none;
}

a.dropDownGroupLink:hover {
	color: #676767;
	text-decoration: none;
}

a.smallLink2 {
	font-family: arial, Helvetica, sans-serif;
	color: Red;
	font-size: 10px; 
	font-weight: normal;
	text-decoration: none;
}

a.smallLink2:hover {
	font-family: arial, Helvetica, sans-serif;
	color: Yellow;
	font-size: 10px; 
	font-weight: normal;	
	text-decoration: none;
}

.dropDownBg {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000000;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	opacity: 0.6;
}

.dropDownBg_Over {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
        cursor: pointer;
}

.smooth_bg {
	#background-image: url(graphics/enmercado.com/bg_button_general.png);
    #background-repeat: repeat-x; 	
}

.dropDownBg2 {
	border : 0px solid #CDCDCD;
}

.button1 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(graphics/center_button.png);
    background-repeat: repeat-x; 
	height: 33px;
}

.button1_left {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(graphics/leftside_button.png);
    background-repeat: repeat-x; 	
    width:19px;
}

.button1_right {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(graphics/rightside_button.png);
    background-repeat: repeat-x; 
    width:19px;	
}

.button1Over {
	background-color: #66CC33;
}

.button2 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(graphics/center_button2.png);
    background-repeat: repeat-x; 
	height: 33px;
}

.button2_left {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(graphics/leftside_button2.png);
    background-repeat: repeat-x; 	
    width:19px;
}

.button2_right {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(graphics/rightside_button2.png);
    background-repeat: repeat-x; 
    width:19px;	
}

.button3 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(graphics/grey_button_center.png);
    background-repeat: repeat-x; 
	height: 33px;
}

.button3_left {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(graphics/grey_button_left.png);
    background-repeat: repeat-x; 	
    width:19px;
}

.button3_right {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(graphics/grey_button_right.png);
    background-repeat: repeat-x; 
    width:19px;	
}


.buttonLink {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.buttonLink A:link 
{
	color: White;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.buttonLink A:visited 
{
	color: White;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.buttonLink A:active 
{
	color: White;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.buttonLink A:hover 
{
	color: White;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.button_mainmenu {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: 2px solid #B4B4B4;
  border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.button_mainmenu_over {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: 2px solid #00f011;
  border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

/*************************************************************
	GENERAL
**************************************************************/

/**********************
	Colors
***********************/

.menu_background {
	color: #E93F9C;
}


/**********************
	Links
***********************/

.eshoplinkOld A:link 
{
	color: #0000ff;
	font-size: 12px;
}
.eshoplinkOld A:visited 
{
	color: #0000ff;
	font-size: 12px;
}

.eshoplinkOld A:active 
{
	color: #8000ff;
	font-size: 12px;
}

.eshoplinkOld A:hover 
{
	color: #8000ff;
	font-weight: bold;
	background-color: #eeeeee;
	font-size: 12px;
}

.smalllink_grey A:link 
{
	color: Grey;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
}
.smalllink_grey A:visited 
{
	color: Grey;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
}

.smalllink_grey A:active 
{
	color: Grey;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
}

.smalllink_grey A:hover 
{
	color: Grey;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
}

/**********************
	TABLES
***********************/

.standart_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: Navy;
	border: 1px #A258A8;
	border-color : Navy;
	border-style : solid;
}

.grey_table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #00f011;
	border: 1px solid #7F7F7F;
  border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	  
}

.footer_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	border-top: 1px solid #C0C0C0;
}

.grey_light_table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #FFFFFF;
	border: 1px solid #dcdcdc;
}

.grey_big_table {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00f011;  
	text-align:left;
	color: #ffffff;
	border: 1px dotted #C0C0C0;
	padding:3px;	
  border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}


.search_panel {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	background-color: #000000;
    color: #F0E68C;
	border-bottom : 1px solid Gray;
	#border-top : 1px solid Gray;
	height: 78px;
}

.bluetalk_panel_top {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	background : #CFE1FF;
	border-bottom : 1px solid #2B5CD0;
}

.bluetalk_panel_bottom {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	background : #CFE1FF;
	border-top : 1px solid #2B5CD0;
}

.whiteEdgeTopLeft {
	#background-image : url(graphics/eshop_designs/leftTopWhiteEdge.gif);
	#background-repeat : no-repeat;
	#background-position : left top;
}

.whiteEdgeTopLeft2 {
	#background-image : url(graphics/eshop_designs/leftTopWhiteEdge.gif);
	#background-repeat : no-repeat;
	#background-position : left bottom;
}

.whiteEdgeBottomRight {
	background-image : url(graphics/rightBottomWhiteEdge.gif);
	background-repeat : no-repeat;
	background-position : right bottom;
}

.whiteEdgeBottomLeft {
	font-size: 9px;
}

.whiteEdgeTopRight {
	background-image : url(graphics/eshop_designs/panelEdge.gif);
	background-repeat : no-repeat;
	background-position : right top;
}

.currencyBg {
	background-repeat : no-repeat;
	background-position : left top;
}

.menu_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	border-top : 1px solid Gray;
	border-bottom : 1px solid Gray;
	background-image : url(graphics/icon_products_alpha.jpg);
	background-repeat : no-repeat;
	background-position : left;
}

.menu_table_eshops {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	border-top : 1px solid Gray;
	border-bottom : 1px solid Gray;
	background-image : url(graphics/icon_eshops_alpha.jpg);
	background-repeat : no-repeat;
	background-position : left;
}

.menu_table_auctions {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	border-top : 1px solid Gray;
	border-bottom : 1px solid Gray;
	background-image : url(graphics/icon_auctions_alpha.jpg);
	background-repeat : no-repeat;
	background-position : left;
}

.menu_table_b2b {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	border-top : 1px solid Gray;
	border-bottom : 1px solid Gray;
	background-image : url(graphics/icon_b2b_alpha.jpg);
	background-repeat : no-repeat; 
	background-position : left;
}

.white_table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: Black;
	border : 0px solid #9797ff;
	background : #FFFFFF;
}

/************************
   CELLS
*************************/

.sheet_cell {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: Black;
	border : 1px solid #d0d7e5;
	background : #FFFFFF;
	width: 100%;
	padding-top: 3px; 
	padding-bottom: 3px; 
}

.sheet_cell_bold {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;
	color: Black;
	border : 1px solid #d0d7e5;
	background : #FFFFFF;
	width: 100%; 
	padding-top: 3px; 
	padding-bottom: 3px;  
}

.sheet_cell_bottom {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color: Black;
	border-bottom : 1px solid #d0d7e5;
	border-top : 0px solid #d0d7e5;
	border-left : 0px solid #d0d7e5;
	border-right : 0px solid #d0d7e5;
	background : #FFFFFF;
	width: 100%;
	padding-top: 3px; 
	padding-bottom: 3px; 
}

/**********************
	LABELS
***********************/

.section_header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight: bold;
	color: Black;
	padding-top: 0px;
	background-image: url('http://www.webexciter.com/graphics/bg_header.png');
    background-repeat: repeat-x; 
}

.section_header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	color: #00f011;
	padding-top: 0px;
}

.section_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: #00f011;
	padding-top: 0px;
}

.auction_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #00f011;
	padding-top: 0px;
	background-color : Silver;
}

.error_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	padding-top: 0px;
	text-align: center;
	background-color : red;
}

.ok_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Blue;
	padding-top: 0px;
	text-align: center;
	background-color : #49EF2C;
}

.section_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight: bold;
	color: #00f011;
	padding-top: 0px;
}

.small_section_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #00f011;
	padding-top: 0px;
}

.standart_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: #00f011;
	padding-top: 0px;
}

.standart_small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
	color: #00f011;
	padding-top: 0px;
}

.standart_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #00f011;
	padding-top: 0px;
}

.big_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	color: #00f011;
	padding-top: 0px;
}

.standart_greybg_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: #00f011;
	padding-top: 0px;
	background-color : #e1e1e1;
}

.standart_lightgreybg_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: #00f011;
	padding-top: 0px;
	background-color : #eaeaea;
}

.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align:left;
	color: #00f011;
	padding-top: 0px;
}

.small_text_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align:left;
	font-style: italic; 
	color: #00f011;
	padding-top: 0px;
}

.messenger_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: Black;
	padding-top: 0px;
}

.messenger_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: Gray;
	padding-top: 0px;
}

.view_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	padding-top: 0px;
	background-color : #4F4F4F;
	background-image: url(http://www.webexciter.com/users/dohnalek/bg_blackbutton.png);
    background-repeat: repeat-x;   
}

.view_light {
	padding-top: 0px;
	background : #4F4F4F;
}

.view_dark {
	padding-top: 0px;
	background : #2F2F2F;
}

.mobile_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00f011;
	padding-top: 0px;
}

.auction_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: Black;
	padding-top: 0px;
	background-color : #CFE7FF;
}

.auction_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: Black;
	padding-top: 0px;
	background : #AFFFAF;
	border : 1px Gray;
}

.auction_green_tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color: Black;
	padding-top: 0px;
	background : #AFFFAF;
	border : 1px Gray;
}

.grey_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: gray;
	padding-top: 0px;
}

.dark_grey_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	color: #4F4F4F;
}

.presentation_text {
	font-size: 12px;
	font-family: Verdana;
	text-align:left;
	color: #00f011;
	line-height : 17px;
}

.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: White;
	padding-top: 0px;
}

.green_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #5CAF36;
	padding-top: 0px;
}

.green_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #5CAF36;
	padding-top: 0px;
	font-weight: bold;
}

.red_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #FF0000;
	padding-top: 0px;
	font-weight: bold;
}

.white_text_bold_underline {
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	text-align:center;
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

.small_text_underline {
	font-size: 10px;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}


/**********************
	HEADER TITLES
***********************/

.header_title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: White;
	padding-top: 0px;
}

/**********************
	FORMS
***********************/

  .auction_bid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Black;
	border: #FF0000 solid 2px;
}
	 
.bottom_white_line {
	border: 1px solid White;
}

.bottom_grey_line {
	border-bottom: 1px solid #B7B7B7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00f011;	
}

.top_grey_line {
	border-top: 1px solid #B7B7B7;
}

.right_grey_line {
	border-right: 1px solid #474747;
}

.left_grey_line {
	border-left: 1px solid #474747;
}

.top_bottom_grey_line {
	border-top: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
}

.right_bottom_grey_line {
	border-right: 1px solid #474747;
	border-bottom: 1px solid #B7B7B7;
}

.left_lightgrey_line {
	border-left: 1px solid #D6D6D6;
}

.right_lightgrey_line {
	border-right: 1px solid #D6D6D6;
}

.service_panel {
	border-bottom: 1px solid #B7B7B7;
  padding: 2px;
  background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00f011;	
}

.module_panel {
	border-bottom: 1px solid #B7B7B7;
  padding-top: 2px;
  background: #414141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00f011;	
}

a.moduleButtonLink {
 display: inline-block;
 /*width: 40px;*/
 background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;  
 text-align:center;
 text-decoration: none;   
 color: White;   
 border : 2px solid Gray;
 padding-top: 6px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 6px;
  border-radius:3px; 
 }

a.moduleButtonLink:hover {
 display: inline-block;
 /*width: 40px;*/
 background-color: Green;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;  
 text-align:center;
 text-decoration: none;   
 color: White;  
  border : 2px solid Green;
  padding-top: 6px;
   padding-left: 2px;
  padding-right: 2px;
   padding-bottom: 6px;
   border-radius:3px; 
}

a.moduleButtonLinkMore {
 display: inline-block;
 /*width: 40px;*/
 background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;  
 text-align:center;
 text-decoration: none;   
 color: White;   
 border : 2px solid Gray;
 padding-top: 6px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 6px;
  border-radius:3px;  
 }

a.moduleButtonLinkMore:hover {
 display: inline-block;
 /*width: 40px;*/
 background-color: DarkOrange;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;  
 text-align:center;
 text-decoration: none;   
 color: White;  
  border : 2px solid DarkOrange;
  padding-top: 6px;
   padding-left: 2px;
  padding-right: 2px;
   padding-bottom: 6px;
   border-radius:3px; 
}

.helpButtonLink {
	background-image: url(graphics/icon_helptopic.png);
  background-repeat: no-repeat; 
  padding-left: 17px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  text-decoration : none;   
	border : 1px solid #606060;
  border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	   
}

.moduleTitle {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: White;	 
	padding-right: 11px;
	width: 240px;
	vertical-align: top;
}

.moduleTitle2 {
    display: inline-block;
    padding-right: 11px;
    width: 250px;
    vertical-align: top;
}

/* graphics/icon_helptopic.png */

.whiteBackground {
	background: Black;
	border : 1px solid #606060;
  border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	  
}

.greyBackground {
	background: #DDDDDD;
	border : 1px solid #DDDDDD;
}

.lightGreyBackground {
	background: #EFEFEF;
	border : 1px solid #EFEFEF;
}

.paginating {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: 1px;
	border-style: solid;
	border-color: #CDCDCD;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}

.paginating_over {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: 1px;
	border-style: solid;
	border-color: #CDCDCD;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #DFDFDF;
}


.paginatingCurrent {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: 0px;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}

.header_h1_navy {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;
	color: #1FC4FF;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.header_h1_grey {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;
	color: #9D9D9D;
	/* border: 1px solid #D6D6D6; */
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.header_title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	color: #00f011;
	padding: 3px;
}

.grey_line_separator {
   color: #D1D1D1;
   height: 1px;
   border: 1;
}



.general_text_form { 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eaeaea;
	font-size: 12px;
	font-weight: normal;
	color: #0C007F;
	border: #000000 solid 1px;
}

.general_select_form { 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eaeaea;
	font-size: 12px;
	font-weight: normal;
	width: 80%;
	color: #0C007F;
	border: #000000 solid 1px;
}

.general_text_form_bold { 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eaeaea;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	color: #0C007F;
	border: #000000 solid 1px;
}

.general_select_text_form { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0C007F;
	border: #000000 solid 1px;
}

.general_small_text_form {
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	font-size: 9pt;
	font-family: Arial;
	color: #000080;
	font-weight: normal;
	border: 1px solid Silver;
}

.general_text_form_slim {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	font-size: 9pt;
	font-family: Arial;
	color: #000080;
	font-weight: normal;
	border: 1 solid #000080
}


.main {
width:200px;
border:1px solid black;
border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.month {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	padding-top: 0px;
	background : Silver;
	background-image: url('http://www.webexciter.com/graphics/bg_header.png');
    background-repeat: repeat-x; 

}

.daysofweek {
	font:bold 12px Arial;
	background : #8FA9C5;
	border: 1px #A258A8;
	background-image: url('http://www.webexciter.com/graphics/bg_header2.png');
    background-repeat: repeat-x; 	
	color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: #EAEAEA;
padding: 2px;
border: 1px #FFFFFF;
}

.days #today{
font-weight: bold;
color: red;
}

.spotlightOn_breadCr {
	width:259px;
	height: 157px;
	margin-bottom: 12px;
}

.fieldSet {
	background: #FFFFFF;
	border : 1px solid #7F7F7F;
	border-width:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.calendar {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: 1px;
	border-style: solid;
	border-color: #CDCDCD;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}

.calendarOver {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: 1px;
	border-style: solid;
	border-color: #CDCDCD;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #DFDFDF;
}


.calendarCurrent {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: 1px;
	border-style: solid;
	border-color: #CDCDCD;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	background: #FFFFFF;
}

.slideNumber {
  color: white;
  background: #000000;
	border-right : 1px solid #3F3F3F;
	padding-left: 4px;
	padding-right: 4px;  	
	padding-top: 2px;
	padding-bottom: 2px;  	
}

.priority_0 {
  background-color: #EDEDED;
  color: White;
}

.priority_1 {
  background-color: DarkGreen;
  color: White;
}

.priority_2 {
  background-color: Orange;
  color: White;
}

.priority_3 {
  background-color: DarkGray;
  color: White;
}

.priority_4 {
  background-color: Red;
  color: White;
}

.okmsg_text {
  width : 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Blue;
	padding-top: 3px;
  padding-top: 3px;
  padding-left: 33px;
  padding-right: 33px;
	text-align: center;
	background-color : #49EF2C;
  margin-left: auto;
  margin-right: auto; 
  text-decoration: none;
}

.what2do {
  border: 1px solid #605F5F;
  background: #606060;	
  padding-left: 15px; 
  padding-right: 15px; 
  font-size: 16px;
  color: #fff;
    border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px; 
}

.newShopPanel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #3a3c44;
  border-radius:2px;
  border: 1px solid #605F5F;
  padding: 7px;
}

.connectorBlock {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #EFEFEF;
  border-radius:2px;
  border: 2px solid #EA5B0C;
  width: 580px; 
  padding: 7px;
  margin-bottom: 2px;
  border-radius:3px;
}

.connectorBlock:hover {
  background-color: #DDD;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #EFEFEF;
  border-radius:2px;
  border: 2px solid #EA5B0C;
  width: 580px; 
  padding: 7px;
  margin-bottom: 2px;
  border-radius:3px;
}

.connectorBlockItem {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #3a3c44;
  border-radius:2px;
  border: 1px solid LightGray;
  width: 529px; 
  padding: 5px;
  margin-left: 28px;
  margin-bottom: 2px;
  border-radius: 3px;
}

.connectorBlockItem:hover {
  background-color: #DDD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
  color: #3a3c44;
  border-radius:2px;
  border: 1px solid LightGray;
  width: 529px; 
  padding: 5px;
  margin-left: 28px;
  margin-bottom: 2px;
  border-radius: 3px;
}

.connectorLink {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   text-align: right;
}

.connectorLinkBlock {
  display: inline-block;
  padding-left: 11px;
  padding-right: 7px;
  float: right;
}

.connectorBlockDescription {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  float: right; 
}

.connectorBlockItemDescription {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Arial, Helvetica, sans-serif;  
  font-weight: normal;
  font-size: 12px;
}

.connectorLinkBlockItem {
  display: inline-block;
  padding-left: 11px;
  padding-right: 0px;
  float: right; 
}

.connectorOpenBlock {
  display: inline-block;
  float: right;
}

.headingPanel {
  font-family: Arial;
  padding: 3px;
  color: Black;
  background: Silver;  
  margin-bottom: 3px;
}

a.blockItemPathLink {
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 10px;
  color: DimGray;   
  text-decoration : none;    
}

a.blockItemPathLink:hover {
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 10px;
  color: DimGray;   
  text-decoration : underline;    
}

.treeItem {
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 14px;
  color: DimGray; 
}

.resultTable {
  width: 100%;
  border-radius: 3px;
  border: 1px solid LightGray;  
  margin-bottom: 5px;
  margin-left: 5px;
}

.resultTableHeading {
  font-family: Arial;
  font-size: 14px;
  padding: 3px;
  color: Black;
  background: Silver;     
}

.resultTableRow:hover {
  background-color: #DDD;  
}

.blockSeparator {
   color: #D1D1D1;
   height: 0px; 
   border-top: 0px solid #EEE; 
   margin-top: 0px;
   margin-bottom: 0px;  
   background: #EEE; 
   /* border-style: noshade;  */
}

.blockItemSeparator {
   color: #D1D1D1;
   height: 0px;  
   border-top: 0px solid #EEE; 
   margin-top: 0px; 
   margin-bottom: 0px;   
   background: #EEE;       
   /* border-style: noshade; */
}

.status_ok {
    color: White;
    width: 70px; 
    height: 15px; 
    display: inline-block;
    background-color: DarkGreen; 
    border: 1px solid DarkGreen; 
    padding:2px;
    border-radius:10px;
    text-align: center;
}

.status_new {
    color: White;
    width: 70px; 
    height: 15px; 
    display: inline-block;
    background-color: DarkOrange; 
    border: 1px solid DarkOrange; 
    padding:1px;
    border-radius:10px;
    text-align: center;
}

.logTail {
  background-color: #EEE; 
  overflow-x: hidden;
  height: 250px;  
  border-top: 7px solid #C0C0C0;  
  border-bottom: 2px solid #C0C0C0;  
  border-right: 2px solid #C0C0C0;  
  border-left: 2px solid #C0C0C0;  
  border-radius:3px;
}

.logTailRow {
  font-family: Arial;
  font-size: 12px;  
  font-weight: bold;  
  color: Black;
  border-top: 1px solid #444;  
  border-bottom: 1px solid #444;  
  padding: 1px; 
}

.logTailRow:hover {
  border-top: 1px solid DarkOrange;  
  border-bottom: 1px solid DarkOrange;  
  font-family: Arial;
  font-weight: bold;  
  font-size: 12px;  
  color: Black;
  background-color: Silver; 
  padding: 1px; 
}

.logTailRow > a {
    color: DimGray;
    text-decoration : none;    
}

.logTailSeparator {
  background-color: #EEE; 
}

.logError {
    width: 10px ; 
    height: 10px; 
    display: inline-block;
    background-color: Red; 
    border: 1px solid Red; 
    border-radius: 10px;
}

.logWarning {
    width: 10px; 
    height: 10px; 
    display: inline-block;
    background-color: Black; 
    border: 1px solid Black; 
    border-radius: 10px;
}

.logNotice {
    width: 10px; 
    height: 10px; 
    display: inline-block;
    background-color: ForestGreen; 
    border: 1px solid ForestGreen; 
    border-radius: 10px;
}

.logSuccess {
    width: 10px; 
    height: 10px; 
    display: inline-block;
    background-color: ForestGreen; 
    border: 1px solid ForestGreen; 
    border-radius:5px;
    border-radius: 10px;
}

.connectorBlockIco {
    width: 70px;
    height: 10px; 
    display: inline-block;
    color: Black;
    font-size: 10px;
    font-style: italic;
    padding-left: 2px;
    padding-bottom: 1px;
    background-color: #888; 
    border: 1px solid #888; 
    border-radius:5px;
}

.connectorBlockItemIco {
    width: 70px;
    height: 10px; 
    display: inline-block;
    color: Black;
    font-size: 10px;
    font-style: italic;
    padding-left: 2px;
    padding-bottom: 1px;
    background-color: #BBB; 
    border: 1px solid #BBB; 
    border-radius:5px;
}


a.configLink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;  
  color: Black;
}

a.configLink:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;  
  color: DarkGreen;
}

a.configLink {
 background-color: Gray;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;  
 text-align:left;
 text-decoration: none;   
 color: White; 
 padding-left: 10px;  
 padding-right: 10px;   
 padding-top: 2px;  
 padding-bottom: 2px; 
  border-radius:3px;
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;   
 }
a.configLink:hover {
 background-color: DarkGreen;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;  
 text-align:left;
 text-decoration: none;   
 color: White;  
 padding-left: 10px;  
 padding-right: 10px;   
 padding-top: 2px;  
 padding-bottom: 2px; 
   border-radius:3px;
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;  
}

.choiceBlock2 {
  display: block;
}

.choiceBlock3 {
  display: inline-block;
}

.label2 {
  display: inline-block;
}

.labelBlock {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;   
   font-weight: bold; 
   clear: left;
   margin-top: 7px;
}

#form_webPages > label {
  /* display: inline-block; */
  /* clear: right; */
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;  
}

#form_webPages > label::after {
   content: "\A";
   white-space: pre; 
   width: 77px;
}

.titleGap {
  width: 50px ; 
}

.serviceInstanceGap {
    width: 100px ; 
}

.smallGap {
  margin-right: 22px; 
}

.smallMenu {
  padding-left: 5px;  
  padding-right: 5px;    
  display: block-inline;
}

.formPanel {
  padding: 7px;  
  margin-top: 2px; 
  margin-bottom: 5px; 
  border : 1px solid #DDD;
  border-radius:3px;
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;  
}

.step {
   padding: 5px; 
   background-color: #DDD;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;  
}

.headerNeutral {
  width: 100% ; 
  height: 45px;
  background-color: #DDD;
  border-bottom : 1px solid DimGray;
}

.footerNeutral {
  width: 100% ; 
  height: 45px;
  background-color: #DDD;
  border-top : 1px solid DimGray;
}

a.bigReturnButton {
 display: block;
 width: 200px; 
 background-color: DarkGreen;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;  
 text-align:center;
 text-decoration: none;   
 color: #FFFFFF; 
 padding-left: 25px;  
 padding-right: 25px;   
 padding-top: 15px;  
 padding-bottom: 15px; 
  border-radius:3px;

 }
a.bigReturnButton:hover {
 display: block;
 width: 200px; 
 background-color: Navy;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;   
 font-weight: bold;  
 text-align:center;
 text-decoration: none;   
 color: #FFFFFF;  
 padding-left: 25px;  
 padding-right: 25px;   
 padding-top: 15px;  
 padding-bottom: 15px; 
   

}

.successMessage {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;   
  font-weight: bold; 
  padding-top: 15px; 
  padding-bottom: 15px;  
  color: DarkGreen;   
}

.errorMessage {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;   
  font-weight: bold; 
  padding-top: 15px; 
  padding-bottom: 15px;  
  color: Red;   
}

.homePageContent {
	width : 100%;	
}

.homePageSlideshow {
	text-align: center;
	margin: auto;
    padding: 10px;	
}
.helpBox {
	background-color: #DDD;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;   
  	font-weight: bold; 	
  	padding: 7px; 
  	margin-top: 2px;
	border : 2px solid DarkGreen;
	border-radius:3px;
	color:black;
}
.videoBg {
	background: Black;	
}

.serviceHeader {
	margin-top: 40px;
}

.serviceLogo {
	width: 101px;
}

.moduleLogo { width: 51px; }
.componentLogo { border: #e3e3e3 solid 5px; background-color: #efefef; width : 40px; height: 40px; border-radius:40px; display: inline-block;
                font-size: 19px; padding: 3px; text-align: center; box-shadow: 0 0 1px 2px silver inset; }
.componentLogoSmall { border: #e3e3e3 solid 5px;  width : 30px; height: 30px; border-radius:30px; display: inline-block;
    font-size: 21px; padding: 3px; text-align: center; box-shadow: 0 0 1px 2px silver inset; }
.componentPanel { background-color: White; color: #3a3c44; font-family: arial, helvetica, sans-serif;
    font-size: 14px; border: #03aae9 solid 5px;  width : 595px; padding: 15px; margin-bottom: 5px; border-radius:5px; }

.componentPanel:hover { background-color: White; color: #3a3c44; font-family: arial, helvetica, sans-serif;
    font-size: 14px; border: darkorange solid 5px;  width : 595px; padding: 15px; margin-bottom: 5px; border-radius:5px; }

.componentLabel { text-align: left; margin-left: 5px; }


.serviceHelp {
  text-align:center;
}

.serviceTitle {
  width: 385px;
    display: inline-block;
}

.serviceModules {
	text-align:center;
}

.serviceHelp {
	text-align:center;
}

.infoBox {
	background-color: #DDD;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;   
  	font-weight: bold; 	
  	padding: 7px; 
  	margin-top: 2px;
	border : 1px solid Silver;
	border-radius:3px;		
}

.editItems {
    padding: 7px;  
    margin-top: 2px; 
    margin-bottom: 5px; 
    z-index:1000;
    border : 1px solid DimGray;
    border-radius:3px;
    text-align: left; 
}

.editItems2 {
    max-width: 1180px;
    padding-top: 0px; 
    padding-bottom: 15px;   
    padding-left: 10px; 
    padding-right: 10px; 
    margin-top: 10px; 
    margin-bottom: 1px; 
    border : 1px solid DimGray;
    border-radius:3px;
    -moz-border-radius:3px;  
    -webkit-border-radius:3px;  
    margin-left: auto;
    margin-right: auto;   
    z-index:1000;
}

.presentationArea { 
	background-color: #111;
    width: 100%; 
    margin-left: auto;
    margin-right: auto; 
}	

.presentationPanel {    
 margin-top: 5px;
 /* margin left: -105px; */ 
 width: 900px ; 
 height: 300px;
 border-top: #222 solid 1px;   
	  margin-left: auto;
  margin-right: auto;  
	 background-image: url('http://www.easycommerc.com/users/Kantona/webexciter_bg012.jpg');
	 background-repeat: no-repeat;
	 /* background-size:     cover;   */
	 background-position : left;    
}

.presentationRow {
 padding-top: 61px;
 vertical-align: bottom;
}

.presentationRow2 {
 padding-top: 5px;
 vertical-align: bottom;
}

.presentationRow3 {
 padding-top: 5px;
 vertical-align: bottom;
}

a.presentationLink {  
  display: inline-block;
  background-color: #111;
  color: White;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-decoration : none;
  border: #222 solid 1px;   
  padding: 5px;
  width: 45px ; 
  height: 45px;  
  border-radius:1px;
}

a.presentationLink:hover {   
  display: inline-block;
  background-color: #333;
  color: White;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-decoration : none;
  border: DimGray solid 1px;   
  padding: 5px;
  border-radius:1px;
}   

.presentationText1 {  
  margin-left: 270px;
  display: inline-block;
  background-color: #222;
  color: White;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-decoration : none;
  border: #333 solid 1px;   
  padding: 5px;
  width: 352px ; 
  height: 45px;  
  border-radius:1px;
}

.presentationText2 {  
  margin-top: 4px;
  display: inline-block;
  background-color: #050505;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */  
  color: White;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-decoration : none;
  border-top: #333 solid 1px;    
  border-bottom: #333 solid 1px;   
  padding: 5px;
  width: 885px ; 
  height: 45px;  
  border-radius:1px;
}


.serviceInstanceGap {
    width: 100px ; 
}

.moduleMenu {
  display: inline-block;
  padding-left: 5px;
}

.blackSlideshow { 
  background-color: Black;  
  overflow: auto;
}

.blackSlideshow_eshop {
  background-color: Black;  
  overflow: auto; 
  background-image : url(http://www.easycommerc.com/images/eshopBg002.jpg);
  background-repeat : no-repeat;
  background-position : center;
  height: 318px; 
}

.blackSlideshow_knowledgebase {
  background-color: Black;  
  overflow: auto; 
  background-image : url(http://www.easycommerc.com/images/knowledgebaseBg001.jpg);
  background-repeat : no-repeat;
  background-position : center;
  height: 318px; 
}

.blackSlideshow_webpages {
  background-color: Black;  
  overflow: auto;	
  background-image : url(http://www.easycommerc.com/images/oxyBg013.jpeg);
  background-repeat : no-repeat;
  background-position : center;
  height: 318px; 
}

.blackSlideshow_services3d {
  background-color: Black;  
  overflow: auto;	
  background-image : url(http://www.easycommerc.com/images/oxyBg012.jpeg);
  background-repeat : no-repeat;
  background-position : center;
  height: 318px; 
}

.blackSlideshow_connector {
  background-color: Black;  
  overflow: auto; 
  background-image : url(http://www.easycommerc.com/images/connectorBg003.jpeg);
  background-repeat : no-repeat;
  background-position : center;
  height: 318px; 
}

.blackSlideshowTop {
  background-color: #333;  
  height: 20px;
}

.blackSlideshowTop_services3d {
  background-color: #333;  
  height: 20px;
  opacity: 0.9;	
}

.blackSlideshowBottom_services3d {
  background-color: #333;  
  height: 20px;
  opacity: 0.9;	
}

.blackSlideshowBottom {
  background-color: #333;  
  height: 20px;
  clear: right;
}

.blackSlideshowTitle {
  background-color: Black;
  padding: 15px;
  border-radius:3px;
  border:1px solid Black;  
  opacity: 1;	
}

.blackSlideshowLeft {
  width: 250px ; 
  font-family: arial, helvetica, sans-serif;
  display: inline-block;
  background-color: Black;	
  padding-left: 10px;
  padding-top: 10px;
  color: White; 
  /* border: #DDD solid 1px; */ 
}

.blackSlideshowHeading {
	font-family: arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align:left;
	font-style: italic; 
	color: White; 
}

.blackSlideshowLeft_services3d {
  width: 250px ; 
  height: 278px; 
  font-family: arial, helvetica, sans-serif;
  display: inline-block;
  background-color: Black;	
  padding-left: 10px;
  padding-top: 10px;
  color: White; 
  opacity: 0.85;	
  border-right: DarkOrange solid 1px;
  /* border: #DDD solid 1px; */ 
}


.blackSlideshowCenter {
  display: inline-block;
  background-color: Black;  
  /* text-align: right; */
  /* border: #DDD solid 1px; */ 
  float: right;
}

.blackSlideshowIcons {
	vertical-align: bottom;
}

.departmentBox {
  display: inline-block;
  /* max-width: 229px; */
  width: 240px;
  height: 90px;
  margin-top: 2px;
  border-radius:3px;
  border:1px solid DarkOrange;  
}

.departmentBox2 {
  display: inline-block;
  min-height: 33px;
  padding: 7px;
  width: 238px;
  margin-top: 2px;
  border-radius:3px;
  border:1px solid Silver;   
  vertical-align: top;  
}

.subDepartmentBox {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}

.departmentImage {
  background-color: #222;  
  display: inline-block;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 10px;
  padding-right: 10px;
}

.departmentTexts {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}

.departmentTitle {
	display: inline-block;
	vertical-align: top;
}

a.departmentLink {  
  display: inline-block;
  color: DarkOrange;
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration : none;  
}

a.departmentLink:hover {   
  display: inline-block;
  color: Yellow;
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration : none;   
}

a.subDepartmentLink {  
  display: inline-block;
  color: DimGray;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration : none;  
}

a.subDepartmentLink:hover {   
  display: inline-block;
  color: #EA5B0C;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration : underline;                 
}

a.pathLink {  
  display: inline-block;
  color: DarkOrange;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration : none;  
  padding: 5px;
  margin-top: 2px;
}

a.pathLink:hover {   
  display: inline-block;
  color: Yellow;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration : underline;                
  padding: 5px;
  margin-top: 2px;
}
a.pathLinkCurrent {  
  display: inline-block;
  color: DarkOrange;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration : none;  
  padding: 5px;
  margin-top: 2px;
}

a.pathLinkCurrent:hover {   
  display: inline-block;
  color: Yellow;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration : underline;                
  padding: 5px;
  margin-top: 2px;
}

.eshopLinkList {
	width: 50% ;
}

.eshopLinkPanel {
	border: #222 solid 1px;   
  	padding: 3px;
  	margin-bottom: 2px;
  	border-radius:3px;

}

.eshopLinkLogo{
	display: inline-block;
	width: 150px ; 
}

.eshopLinkDetail {
	display: inline-block;
	vertical-align: top;
	width: 280px ; 
}

a.eshopLink {
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	text-align:center;
	color: Red;
	font-weight: bold;
	text-decoration: none;
}

a.eshopLink:hover {
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	text-align:center;
	color: Yellow;
	font-weight: bold;
	text-decoration: underline;
}


a.productLink {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
  color: #EA5B0C;
  font-weight: bold;
  text-decoration: none;
}

a.productLink:hover {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
  color: Yellow;
  font-weight: bold;
  text-decoration: none;
}

.productContainer {
  width: 80% ;
  display: inline-block;
  vertical-align: top;
}

.productPanel {
  border-top: Silver solid 1px;   
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;  
  margin-bottom: 2px;
  background-color: #111;
  min-height: 110px;
}

.productImage{
  display: inline-block;
  width: 120px ;  
}

.productBasket {
  display: inline-block;  
  float: right;
  width: 100px;
}

.productPrice {
  background-color: Black;  
  display: block;
  padding: 5px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #EFEFEF;
  font-weight: bold;  
  width: 100px;
  height: 27px;  
  border: DimGray solid 1px; 
  border-radius:3px;
  text-align:center;
  margin-top: 2px;
  margin-bottom: 7px;  
  /* vertical-align: top; */
}

.productDetail {
  display: inline-block;
  vertical-align: top;
  padding-left: 2px;
  width: 350px ; 
}

.productDescription {
  padding-top: 3px;
  color: White;
}


.example {
  display: inline-block;
  padding: 5px;
  width: 291px;
  height: 214px;  
  background-color: #111;
  border-top: #222 solid 1px; 
  border-bottom: #EA5B0C solid 3px; 
  margin-right: 5px;
  margin-top: 2px;
  /* border-radius:3px; */

}

.exampleName {
  text-align:left;
}

.exampleTitle {
  display: inline-block;
  text-align:center;
  margin-left: 30px;
}

a.exampleLink {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
  /* color: #EA5B0C; */
  color: DimGray;
  font-weight: bold;
  text-decoration: none;  
}

a.exampleLink:hover {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
  color: #EA5B0C;
  font-weight: bold;
  text-decoration: none;
}

.export {
    display: inline-block;
    background-color: darkorange; 
    border: 1px solid darkorange; 
    border-radius: 3px;
}

.import {
    display: inline-block;
    background-color: #7FDBFF; 
    border: 1px solid #7FDBFF; 
    border-radius: 3px;
}

.service-item {
    color: DarkOrange;
    font-size: 16px;
    font-weight: bold;
    margin-left: 0px;
    margin-top:2px;    
    margin-bottom:2px;    
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: Black; 
    border: 2px solid DarkOrange; 
    border-radius: 3px;
}

.module-item {
    /* margin-left: 22px; */
    color: White;    
    padding-left: 2px;
}


.righSmallMenu {
  border: 0px solid Silver; 
  border-radius: 3px;
  padding: 1px;
  float: right;
}

a.bigAreaButton {
 display: inline-block;
 background-color: LightGray;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 width: 10px;
 height: 10px;
 color: Black;  
 padding: 3px;   
 border: 2px solid Silver; 
  border-radius:3px;
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;   
 }
a.bigAreaButton:hover {
 display: inline-block;
 background-color: White;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 width: 10px;
 height: 10px;
 color: Black;  
 padding: 3px;   
 border: 2px solid Silver; 
  border-radius:3px;
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;   
}

a.mediumAreaButton {
 display: inline-block;
 background-color: LightGray;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 width: 7px;
 height: 7px;
 color: Black;  
 padding: 3px;   
 border: 2px solid Silver; 
  border-radius:3px;
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;   
 }
a.mediumAreaButton:hover {
 display: inline-block;
 background-color: White;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 width: 7px;
 height: 7px;
 color: Black;  
 padding: 3px;   
 border: 2px solid Silver; 
  border-radius:3px;
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;   
}

a.smallAreaButton {
 display: inline-block;
 background-color: LightGray;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 width: 4px;
 height: 4px;
 color: Black;  
 padding: 3px;   
 border: 2px solid Silver; 
  border-radius:3px;
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;   
 }
a.smallAreaButton:hover {
 display: inline-block;
 background-color: White;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 width: 4px;
 height: 4px;
 color: Black;  
 padding: 3px;   
 border: 2px solid Silver; 
  border-radius:3px;
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;   
}

.miniPanel {
 display: inline-block;  
 text-align:center; 
 padding: 4px;
}

a.moduleLink {
  display: inline-block;
  background-color: #111;
  width: 135px;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #EA5B0C;
  text-decoration : none; 
  border: 2px solid DarkOrange; 
  border-radius:3px;  
  padding: 3px;
}
a.moduleLink:hover {
  display: inline-block;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: Green;
  border: 2px solid Green; 
  text-decoration : none; 
  padding: 3px;
}

.quickModuleMenu { 
 padding-left: 3px;
 width: 700px;
} 

a.linkLink {
  display: inline-block;
  background-color: White;
  padding: 1px;
  border: 1px solid Silver; 
  border-radius:3px;
}

.moduleHeader {
  background-color: #222;
  padding: 1px;
  /* border-top: 1px solid Silver; */
  width: 100%;
}

.smallDescription {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size: 10px; 
}

.navigator {
  display: block;
  width : 100%;  
  border-top: DarkOrange solid 1px;
  border-bottom: Silver solid 0px;
  padding-top: 2px;
  margin-right: 14px;
  margin-bottom: 3px;
  /* border-radius:3px; */
}

.paginator {
   float: right;
   padding: 2px;
}

.clearPaginator {
  clear: right;
}

a.pageLink {
   font-family: Helvetica, Arial, Helvetica, sans-serif;
   font-size: 12px; 
   color: DarkOrange;
   border: Silver solid 1px;
   background-color: White;
   display: inline-block;
   padding-left: 8px;
   padding-right: 8px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-radius:5px;
   text-decoration: none;
}
a.pageLink:hover {
   font-family: Helvetica, Arial, Helvetica, sans-serif;
   font-size: 12px; 
   color: DarkOrange;
   border: Silver solid 1px;
   background-color: #E1E1E1;
   display: inline-block;
   padding-left: 8px;
   padding-right: 8px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-radius:5px;
   text-decoration: none;
}

a.pageLinkCurrent {
   font-family: Helvetica, Arial, Helvetica, sans-serif;
   font-size: 12px; 
   color: Black;
   border: Silver solid 1px;
   background-color: White;
   display: inline-block;
   padding-left: 8px;
   padding-right: 8px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-radius:5px;
   text-decoration: none;
}
a.pageLinkCurrent:hover {
   font-family: Helvetica, Arial, Helvetica, sans-serif;
   font-size: 12px; 
   color: Black;
   border: Silver solid 1px;
   background-color: #E1E1E1;
   display: inline-block;
   padding-left: 8px;
   padding-right: 8px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-radius:5px;
   text-decoration: none;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 22px;
  padding: 8px 12px;
  position: absolute;
  bottom: 11px;
  width: 100%;
  text-align: center;


  font-family: arial, helvetica, sans-serif;
  background-color: Black;  
  color: White; 
  opacity: 0.85;  

}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin-left: 2px;
  margin-top: 2px;  
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #717171;
}

.active {
  border: 2px solid DarkGreen; 
  border-radius:3px;  
  padding: 2px;   
  text-align: center;  
}

.noActive {
  border: 2px solid Silver; 
  border-radius:3px;  
  padding: 2px;   
  text-align: center;  
}

.MainAreaMenu {
  display: inline-block;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
  color: #EA5B0C;  
  padding-top: 7px;  
  padding-bottom: 7px;    
  padding-left: 25px;
  padding-right: 25px;  
  margin-top: 5px;
  margin-right: 5px;
  border: 1px solid Silver; 
  border-radius:3px;
  text-align: left;
  width: 30%;
  vertical-align: top;
}

.MainAreaCol {
  display: inline-block;
  vertical-align: middle;
}

.contentLabel {
  display: inline-block;
  padding-top: 3px;  
  color: Silver;  
  font-style: italic; 
  font-size: 11px;
  vertical-align: middle;
  width: 35px;
  text-transform: lowercase;
}

.contentData {
  font-size: 14px;
  padding-left: 7px;  
  display: inline-block;
  font-weight: bold;
}

.contentWrapper {
  padding-top: 47px;
}

.homePanel { border: solid #03aae9 0px; min-height: 300px; border-radius: 10px; margin-bottom: 5px; margin-left: 38px; /* background-color: white; */
    padding: 7px; text-align: left; border-radius: 5px; }

.homeMenuPanel { border: solid #EA5B0C 3px;
    /*width: 95%;*/
    min-height: 70px;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-left: 38px;
    text-align: left;
    /*margin-right: auto;*/
    background-color: #222;
    padding: 17px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0s;
  animation-name: fade;
  animation-duration: 0s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
} 

.shoppingWindowHorisontal {
   border: #2b2b2b solid 1px;
   display: inline-block;
   padding-left: 8px;
   padding-right: 8px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-radius:3px;  
   vertical-align: top;
   margin:1px;
} 

.productImageContainer {
   width: 140px;
   height: 140px;  
   text-align: center;
}

.productTitleContainer {
   padding-top: 7px;
   text-align: center;
   width: 140px;
   height: 60px;
}

.productGRIDThumb {
   max-height: 100%;
   max-width: 100%;
}

a.shoppingWindowLink {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
  color: #EA5B0C;
  font-weight: bold;
  text-decoration: none;
}

a.shoppingWindowLink:hover {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
  color: Yellow;
  font-weight: bold;
  text-decoration: none;
}


.spanGap {
  width: 15px;
  display: inline-block;
}

.spanMediumGap {
  width: 35px;
  display: inline-block;
}

.shellText {
  /* width: 1023px; */
  border: 1px solid DarkGray;
  background-color: #3b3b3b;
  color: White; 
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;   
}

.adminLink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;  
  color: DarkOrange; 
}

a.adminServiceLink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;  
  color: #222; 
  text-decoration: none;
}

a.adminServiceLink:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;  
  color: Black; 
  text-decoration: underline;
}

.adminTable {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;  
  color: Black;   
  padding: 3px;
  margin-top: 3px;
  border-top: 2px solid #EDEDED;
  border-bottom: 2px solid #EDEDED;
  background-color: White;
}

.adminTable td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;  
  color: Black;   
  padding: 4px;
  border-bottom: 1px solid #EDEDED;
}

.adminTable tr {
  border-bottom: 1px solid #EDEDED;

}

.adminTable tr:hover {
  background-color: #EDEDED;

}

.hiddenText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2px;  
  color: #222;   
  display:block;
  /* visibility:hidden; */
}

.hiddenText2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2px;  
  color: #222;   
  display:block;
  /* visibility:hidden; */
}

.promo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;  
  color: #222; 
  padding: 7px;    
}

.sMenu {
  display: block;
  background-color: White;
}

.sMenuItem {  
  display: inline-block;
  border: Silver solid 1px; 
  border-radius:3px;
  padding: 7px;   
}

.sMenuItemServices { display: inline-block; border: DarkOrange solid 2px; border-radius:3px; padding: 7px; }
.sMenuItemModules { display: inline-block; border: Brown solid 2px; border-radius:3px; padding: 7px; }
.sMenuItemExamples { display: inline-block; border: BlueViolet solid 2px; border-radius:3px; padding: 7px; }
.sMenuItemDepartments { display: inline-block; border: Coral solid 2px; border-radius:3px; padding: 7px; }
.sMenuItemPGenerator { display: inline-block; border: Black solid 2px; border-radius:3px; padding: 7px; }
.sMenuItemTranslations { display: inline-block; border: Tan solid 2px; border-radius:3px; padding: 7px; }
.sMenuItemServers { display: inline-block; border: Tomato solid 2px; border-radius:3px; padding: 7px; }
.sMenuItemUsers { display: inline-block; border: RoyalBlue solid 2px; border-radius:3px; padding: 7px; }
.sMenuItemWebsites { display: inline-block; border: Gold solid 2px; border-radius:3px; padding: 7px; }
.sMenuItemEshops { display: inline-block; border: DarkRed solid 2px; border-radius:3px; padding: 7px; }
.sMenuItemFeeds { display: inline-block; border: Aquamarine solid 2px; border-radius:3px; padding: 7px; }


.sMenuSeparator {  
  display: block;
  padding: 5px;   
}

.render3dPanel {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;  
  color: Black;   
  margin-top: 5px;  
  margin-bottom: 3px; 
  padding: 5px;  
  border: Silver solid 1px; 
  border-radius:3px;     
}

.render3dPanelLeft {
  width: 250px ; 
  height: 393px; 
  font-family: arial, helvetica, sans-serif;
  display: inline-block;
  background-color: Black;  
  padding-left: 10px;
  padding-top: 10px;
  color: White; 
  opacity: 0.85;  
  border-right: DarkOrange solid 1px;
  /* border: #DDD solid 1px; */ 
}

.x3d_container {
  /*
  border-top: 2px solid #222;
  padding: 3px;
  margin-top: 3px;
  border-bottom: 2px solid #EDEDED;
  */
}

.iframeScreen {
  width: 100vw;
  position: absolute;
  left: 0;
}

.serviceTopMenuCell { padding-top: 12px; padding-left: 15px; padding-right: 15px; }

.adminMainMenuContainer {
  background-color: #3a3c44;
  /*width: 100px;*/
  height: 100%;
  position: absolute;
  /*top: 45px;*/
  left: 0px;
  top: 44px;
  z-index: 10;
}

.adminMainMenu {
  max-width: 1000px;
  display: block;
  background-color: #3a3c44;
  /* padding-bottom: 15px; */
  /* padding-top: 15px; */
  /* width: 950px ; */
  margin-left: auto ;
  margin-right: auto ;
  border-right: #3a3c44 solid 5px; 
}

a.adminMainMenuButtonActive {  
  display: block;
  background-color: #191c23;
  color: #FF6B19;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;  
  text-decoration : none;
  border: White solid 0px;   
  padding-top: 13px;
  padding-bottom: 15px;
  padding-left: 13px;
  padding-right: 13px;    
  border-top: #191c23 solid 3px; 
}

a.adminMainMenuButtonActive:hover { 
  display: block;
  background-color: #191c23; 
  color: White;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;  
  text-decoration : none;                
  /*border: Yellow solid 0px; */
  padding-top: 13px;
  padding-bottom: 15px;
  padding-left: 13px;
  padding-right: 13px;  
  border-top: White solid 3px; 
  width: 100%;
}

/* ####################### MEDIA SMALL ############################# */
@media screen and (min-width: 0px) and (max-width: 600px) {
  .serviceImage { display: none; }  /* hide it on smaller screen */
  .adminMenuItem { height: 20px; display: inline-block; }
  .adminMainMenuItem { display: block; width: 100%; }
  .quickModuleMenu {  padding-left: 3px; margin-top: 33px;} 

   a.adminMenuButton {  display: block; min-width: 100px; background-color: #222;  color: DarkOrange;  font-family: arial, helvetica, sans-serif;  font-weight: normal;    font-size: 12px;  text-decoration : none;  border: Green solid 0px;     padding-top: 7px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px;  border-top: #e3e3e3 solid 3px; }
   a.adminMenuButton:hover { display: block; min-width: 100px; background-color: #111;  color: DarkOrange;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: normal;    text-decoration : none; border: Yellow solid 0px;  padding-top: 7px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px;      border-top: White solid 3px; }
   a.adminMenuButtonActive { display: block; min-width: 100px; background-color: DarkOrange;  color: White;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: bold;    text-decoration : none;  border: White solid 0px;     padding-top: 7px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px;     border-top: #e3e3e3 solid 3px; }
   a.adminMenuButtonActive:hover { display: block; min-width: 100px; background-color: #111;   color: DarkOrange;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: bold;    text-decoration : none;                  /*border: Yellow solid 0px; */  padding-top: 7px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px;    border-top: White solid 3px; }

  a.adminMainMenuButton {  display: inline-block;  background-color: #3a3c44;  color: White;  font-family: arial, helvetica, sans-serif;  font-weight: bold;    font-size: 12px;  text-decoration : none;  border: Green solid 0px;     padding-top: 1px;  padding-bottom: 3px;  padding-left: 13px;  padding-right: 13px;  border-top: #3a3c44 solid 2px; }
  a.adminMainMenuButton:hover { display: inline-block;  background-color: #3a3c44;  color: White;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: bold;    text-decoration : none; border: Yellow solid 0px;  padding-top: 1px;  padding-bottom: 3px;  padding-left: 13px;  padding-right: 13px;      border-top: White solid 2px; }
  a.adminMainMainMenuButtonActive { display: inline-block;  background-color: #191c23;  color: #FF6B19;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: bold;    text-decoration : none;  border: White solid 0px;     padding-top: 1px;  padding-bottom: 3px;  padding-left: 13px;  padding-right: 13px;     border-top: #191c23 solid 2px; }
  a.adminMainMenuButtonActive:hover {   display: inline-block;  background-color: #191c23;   color: White;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: bold;    text-decoration : none;                  /*border: Yellow solid 0px; */  padding-top: 1px;  padding-bottom: 3px;  padding-left: 13px;  padding-right: 13px;    border-top: Red solid 2px; }

  .logo3dHeader { display: none; }

  .serviceLabel { padding: 3px;  font-weight: bold;  }
  .footerContainer3d {  background-color: #333;  width: 100%;  height: 25px;  position: fixed;
    display: block;  padding-top: 2px;  padding-bottom: 2px;  margin-top: 3px;  bottom: 0px;  left: 0px; }
    
  .serviceImage { display: none; }  /* hide it on smaller screen */
  .serviceLabel { padding: 3px;  font-weight: bold; }  
  
  .textarea_editor { font-family: Arial, Helvetica, sans-serif; background-color: #111; font-size: 14px; font-weight: bold;
      color: White; border: DarkOrange solid 2px;  padding: 5px;  margin-bottom: 2px;  border-radius:3px;  width: 100%;  height: 100px; }   
    
}
/* ####################### MEDIA MEDIUM ############################# */
@media screen and (min-width: 601px) and (max-width: 1400px) {
  .serviceImage { display: block; }   /* show it on larger screens */
  .adminMenuItem { height: 33px; display: inline-block; }
  .adminMainMenuItem { display: block; width: 100%; }  
  .quickModuleMenu {  padding-left: 3px; margin-top: 40px;} 
  .footerContainer3d {  background-color: #333;  width: 100%;  height: 45px;  position: fixed;
    display: block;  padding-top: 2px;  padding-bottom: 2px;  margin-top: 3px;  bottom: 0px;  left: 0px; }
    
   a.adminMenuButton {  display: block; min-width: 100px; background-color: #222;  color: DarkOrange;  font-family: arial, helvetica, sans-serif;  font-weight: normal;    font-size: 12px;  text-decoration : none;  border: Green solid 0px;     padding-top: 7px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px;  border-top: #e3e3e3 solid 3px; }
   a.adminMenuButton:hover { display: block; min-width: 100px; background-color: #111;  color: DarkOrange;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: normal;    text-decoration : none; border: Yellow solid 0px;  padding-top: 7px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px;      border-top: White solid 3px; }
   a.adminMenuButtonActive { display: block; min-width: 100px; background-color: DarkOrange;  color: White;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: bold;    text-decoration : none;  border: White solid 0px;     padding-top: 7px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px;     border-top: #e3e3e3 solid 3px; }
   a.adminMenuButtonActive:hover { display: block; min-width: 100px; background-color: #111;   color: DarkOrange;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: bold;    text-decoration : none;                  /*border: Yellow solid 0px; */  padding-top: 7px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px;    border-top: White solid 3px; }

  a.adminMainMenuButton {  display: block; width: 100px; background-color: #3a3c44;  color: White;  font-family: arial, helvetica, sans-serif;  font-weight: normal;    font-size: 12px;  text-decoration : none;  border: Green solid 0px;     padding-top: 7px;  padding-bottom: 10px;  padding-left: 13px;  padding-right: 13px;  border-top: #3a3c44 solid 3px; }
  a.adminMainMenuButton:hover { display: block;  width: 100px; background-color: #191c23;  color: White;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: normal;    text-decoration : none; border: Yellow solid 0px;  padding-top: 7px;  padding-bottom: 10px;  padding-left: 13px;  padding-right: 13px;      border-top: White solid 3px; }
  a.adminMainMenuButtonActive { display: block; width: 100px; background-color: #191c23;  color: #FF6B19;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: bold;    text-decoration : none;  border: White solid 0px;     padding-top: 7px;  padding-bottom: 10px;  padding-left: 13px;  padding-right: 13px;     border-top: #191c23 solid 3px; }
  a.adminMainMenuButtonActive:hover {   display: block;  width: 100px; background-color: #191c23;   color: White;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: bold;    text-decoration : none;                  /*border: Yellow solid 0px; */  padding-top: 7px;  padding-bottom: 10px;  padding-left: 13px;  padding-right: 13px;    border-top: White solid 3px; }  

  .logo3dHeader { position: relative; margin: auto; top: 0; right: 0; bottom: 0; width: 50px; height: 50px; }

  .serviceLabel { padding: 3px;  font-weight: bold; }
  .serviceImage { display: block; }
  
  .textarea_editor { font-family: Arial, Helvetica, sans-serif; background-color: #111; font-size: 14px; font-weight: bold;
      color: White; border: DarkOrange solid 2px;  padding: 5px;  margin-bottom: 2px;  border-radius:3px;  width: 100%;  height: 200px; }  

}

/* ####################### MEDIA LARGE ############################# */
@media screen and (min-width: 1401px) and (max-width: 9900px) {

   a.adminMenuButton {  display: block; min-width: 100px; background-color: #222;  color: DarkOrange;  font-family: arial, helvetica, sans-serif;  font-weight: normal;    font-size: 12px;  text-decoration : none;  border: Green solid 0px;     padding-top: 7px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px;  border-top: #e3e3e3 solid 3px; }
   a.adminMenuButton:hover { display: block; min-width: 100px; background-color: #111;  color: DarkOrange;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: normal;    text-decoration : none; border: Yellow solid 0px;  padding-top: 7px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px;      border-top: White solid 3px; }
   a.adminMenuButtonActive { display: block; min-width: 100px; background-color: DarkOrange;  color: White;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: bold;    text-decoration : none;  border: White solid 0px;     padding-top: 7px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px;     border-top: #e3e3e3 solid 3px; }
   a.adminMenuButtonActive:hover { display: block; min-width: 100px; background-color: #111;   color: DarkOrange;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: bold;    text-decoration : none;                  /*border: Yellow solid 0px; */  padding-top: 7px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px;    border-top: White solid 3px; }

   a.adminMainMenuButton {  display: block; width: 100px; background-color: #3a3c44;  color: White;  font-family: arial, helvetica, sans-serif;  font-weight: normal;    font-size: 12px;  text-decoration : none;  border: Green solid 0px;     padding-top: 9px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px; border-top: #3a3c44 solid 1px; border-bottom: #3a3c44 solid 1px; }
   a.adminMainMenuButton:hover { display: block;  width: 100px; background-color: #333;  color: White;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: normal;    text-decoration : none; padding-top: 9px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px; border-top: DimGray solid 1px; border-bottom: DimGray solid 1px; }
   a.adminMainMenuButtonActive { display: block;  width: 100px; background-color: #333;  color: #FF6B19;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: bold;    text-decoration : none; padding-top: 9px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px; border-top: #191c23 solid 1px; border-bottom: #191c23 solid 1px; }
   a.adminMainMenuButtonActive:hover {   display: block;  width: 100px; background-color: #333;   color: White;  font-family: arial, helvetica, sans-serif;  font-size: 12px;  font-weight: bold;    text-decoration : none;   padding-top: 9px;  padding-bottom: 9px;  padding-left: 13px;  padding-right: 13px; border-top: White solid 1px; border-bottom: White solid 1px; }

  .logo3dHeader { position: relative; margin: auto; top: 0; right: 0; bottom: 0; width: 50px; height: 50px; }
  .serviceImage { display: block; }   /* show it on larger screens */
  .adminMenuItem { height: 33px; display: inline-block; }
  .adminMainMenuItem { display: block; width: 100%; }  
  .quickModuleMenu {  padding-left: 3px; margin-top: 50px;} 
  .footerContainer3d {  background-color: #333;  width: 100%;  height: 45px;  position: fixed;
    display: block;  padding-top: 2px;  padding-bottom: 2px;  margin-top: 3px;  bottom: 0px;  left: 0px; }
     /* show it on larger screens */
  .serviceLabel { padding: 3px;  font-weight: bold; font-size: 16px;}
  
  .textarea_editor { font-family: Arial, Helvetica, sans-serif; background-color: #111; font-size: 14px; font-weight: bold;
      color: White; border: DarkOrange solid 2px;  padding: 5px;  margin-bottom: 2px;  border-radius:3px;  width: 100%;  height: 300px; }  
}

.serviceMenu { 
  background-color: #4A5456; 
  width: 100vw;
  position: absolute;
  left: 0px;
  height:50px;
}

.serviceMenuItem { 
  padding-left: 20px;
}

.serviceMenuTitle {
  display: inline-block;
  padding-top: 4px;
  padding-left: 15px;   
  padding-right: 15px;  
  font-family: Epilogue, Arial, Helvetica, sans-serif;
  /*background-color: White;*/
  font-size: 22pt;
  font-weight: bold;
  color: White;
  /*border: 1px solid White;  */
  /*border-radius:3px; */
}

a.serviceMenuLink 
{
  font-family: arial, helvetica, sans-serif;
  color: DarkOrange;
  font-size: 16px;
  font-weight: bold;  
  text-decoration : none;  
  /*background-color: #03aae9; */
  border : 2px solid DarkOrange; 
  border-radius: 5px;
  padding: 7px;
  
}
a.serviceMenuLink:active 
{
  font-family: arial, helvetica, sans-serif;
  color: White;
  font-size: 16x;
  font-weight: bold;  
  text-decoration : none;  
  /*background-color: #03aae9; */
  border : 2px solid DarkOrange; 
  border-radius: 5px;
  padding: 7px;
}

a.serviceMenuLink:hover 
{
  font-family: arial, helvetica, sans-serif;
  color: White;
  font-size: 16px;
  font-weight: bold;  
    text-decoration : none; 
  border : 2px solid White; 
  padding: 7px;
  border-radius: 5px;
}

.verticalGap {
  height:303px;
}

.verticalGapShopHome {
  height:350px;
}

.presentationContent { /*background-color: #03aae9; */ font-size: 12pt; color: #EFEFEF; padding-top: 5px; padding-bottom: 10px;
    padding-left: 0px; padding-right: 10px; }

.presentationContentMain { font-size: 16pt; color: #efefef; padding-top: 5px; padding-bottom: 10px;
    padding-left: 10px; padding-right: 10px; }    

.infoPanel { display: inline-block; /* background-color: white; */ text-align: left; max-width: 1100px; }

.leftInfoPanel { max-width: 1100px; display: block; vertical-align: top;  font-size: 16px; }

.logoInfoPanel { display: inline-block; width: 400px; vertical-align: top; }

.rightInfoPanel {
  display: inline-block;
  padding: 15px;
  radius-margin: 5px;
}

.newsPanel { text-align: left; display: inline-block; }


.serviceName {
  height: 30px;
  background-color: #03aae9;
  color: White;
  font-size: 11pt;
  padding: 5px;
}

.servicePrice1 {
  height:30px;
  background-color: Green;
  color: White;
  font-size: 11pt;
  padding: 5px;
}

.servicePrice2 {
  height:30px; 
  background-color: Orange;
  color: White;
  font-size: 10pt;
  padding: 5px;
}

.logoInfoPanel {
  display: inline-block;
}

.rightInfoPanel {
  display: inline-block;
}

.gallery3dGap {
    margin-top: 325px;
    max-height: 322px;
}   
 
.background3D {
width: 100%;
height: 100%;
position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border : 1px solid red; 
    z-index:-10;
}

.x3d_background3D {
opacity:0.8;
    background-color:#ccc;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    border : 1px solid red; 
    z-index:-8;
}

.redactionListPage { display: inline-block; padding: 10px; width: 600px; height: 227px; border: LightGrey solid 1px;
    border-radius:3px; margin: 5px; vertical-align: top; }
.redactionListThumb { width: 198px; display: inline-block; padding: 3px }
.redactionListText { width: 322px; display: inline-block; margin-left: 13px; padding: 3px; vertical-align: top;
    font-size: 18px;}
.redactionListDescription { margin-top: 5px; vertical-align: top; }

a.redactionListLink { color: darkorange; font-size: 26px; text-decoration: none; }
a.redactionListLink:hover { color: darkorange; font-size: 26px; text-decoration: underline; }