/* HTML Elements */
body{
  background-color: aqua;
  overflow-y: scroll;
  background-repeat: repeat-x;
}

label{
  display: inline-block;
  width: 19%;
}

label.requiered{
  font-weight: bold;
}

h1{
	font-size: 20px;
	font-family: Times, 'Times New Roman', Georgia, serif;
	font-weight: bold;
  color: black;
  text-shadow: 2px 4px 2px rgba(0,0,150, .2); 
  filter: dropshadow(color=rgba(0,0,150, .2), offx= 2, offy=4);
}

h2{
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3{
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
}

div{
  outline-style: none;
  outline-color: rgb(255,51,0);
  outline-width: 0px;
}
ul, ol, li
{ list-style-type: none;
  list-style: none;
  margin: 0px;}
ul, ol{padding: 0px;}
li{padding: 2px;}  
td{
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

form{
  background: linear-gradient(top, #dddddd 0%, #eeeeee 62%, #ffffff 100%); 
  background: -moz-linear-gradient(top, #dddddd 0%, #eeeeee 62%, #ffffff 100%); 
  background: -webkit-linear-gradient(top, #dddddd 0%, #eeeeee 62%, #ffffff 100%); 
  background: -ms-linear-gradient(top, #dddddd 0%, #eeeeee 62%, #ffffff 100%); 
  background: -o-linear-gradient(top, #dddddd 0%, #eeeeee 62%, #ffffff 100%); 
  //filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd, endColorstr=#ffffff,GradientType=0);    
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border: 1px solid rgb(150,150,255);
  box-shadow: 2px 2px 1px 0px #777777; 
  -moz-box-shadow: 2px 2px 1px 0px #777777; 
  -webkit-box-shadow: 2px 2px 1px 0px #777777;  
  padding: 5px 20px 5px 20px;
}

input, textarea, select, button{
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;
  border: 1px solid rgb(150,150,255);
  box-shadow: 2px 2px 1px 0px #777777; 
  -moz-box-shadow: 2px 2px 1px 0px #777777; 
  -webkit-box-shadow: 2px 2px 1px 0px #777777;  
  margin: 10px;
}

/* Classes for Page Design and Structure */
#Overall{
  width: 98%;
  margin: auto;  
  margin-top: 5px;
	background-color: #dddddd;  
}

#PageHeader{
	height: 100px;
  margin: auto;
  padding-left: 2%;
  margin-bottom: 5px;
}

#PageMain{
  width: 100%;
  margin: auto;
}

#PageContent{
  width: 60%;
  padding-left: 2%;
  padding-right: 2%;
  float: left;
  border-right: 1px dashed rgb(150,150,255); 
  border-left: 1px dashed rgb(150,150,255);  
  min-height: 400px;        
}

#PageFooter{
  clear: both;
	text-align: center;
}

#TopMenu{
	height: 31px;
	width: 100%;
}

.TopMenuItem{
	height: 31px;
	width: 31%;
  float: left;
  text-align: center;
}

.MenuSlot{
  width: 18%;
  padding: 5px;
  float: left;
}

#AdSlot{
  width: 18%;
  padding-left: 2%;
  float: left;
}

.Category{
  width: 31%;
  float: left;
  padding: 1%;
  margin: auto;
}

.CatHeader{
  text-align: center;
}

.CatContent{
  text-align: center;
  height: 100px;
  width: 100%;
  margin: auto;
}
.CatContent:hover{
}

.CatFooter{
  size: x-small;
}
.colorup{
  filter: url(../grayscale.svg#desaturate);
  filter: gray;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%);   
}
.colorup:hover{
  filter: url(../grayscale.svg#desaturate);
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -o-filter: grayscale(0%);   
}

.formfield{
  width: 100%;
}
.formfield_small{
  width: 50%;
  float:left;
}
.formfield_end{
  width: 50%;
  clear: both;
}

.headerlogo{
	height: 90px;
	width: 18%;
  float: left;
  background-image: url(./gfx/headerlogo.png);
  background-repeat: no-repeat;
  background-position: center;
}

.headerheadline{
	height: 90px;   
  width: 60%;
  padding-left: 2%;
  padding-right: 2%;
  float: left;
}

.footertext{
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
  text-align: center;
}

.shoplogo{
	width: 420px;
	height: 65px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;	
	text-align: left;
}

.adspace{
	width: 180px;
	height: 65px;
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
	padding-left: 10px;
}

.space{
	width: 10px;
}

.border{
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border: 1px solid;
}
.shadow{
  box-shadow: 2px 2px 1px 0px #777777; 
  -moz-box-shadow: 2px 2px 1px 0px #777777; 
  -webkit-box-shadow: 2px 2px 1px 0px #777777;  
}
.gradient{
  background: linear-gradient(top, #eeeeee 0%, #ffffff 62%, #eeeeee 100%); 
  background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 62%, #eeeeee 100%); 
  background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 62%, #eeeeee 100%); 
  background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 62%, #eeeeee 100%); 
  background: -o-linear-gradient(top, #eeeeee 0%, #ffffff 62%, #eeeeee 100%); 
  //filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd, endColorstr=#ffffff,GradientType=0);    
}
.pad{
  width: 50%;
  margin: auto;
  padding: 10px 20px 10px 20px;
}

.menutoptable{

}

.menutoptdsel{

}

.menutoptdc{

}

.menuitem{
  width: 100%;
}

.menuitemsel{

}

.maincontent{
  background-color: #ffffff;
  width: 100%;
  display: inline-block;
}

.contentitem{
  background: linear-gradient(top, #eeeeee 0%, #ffffff 18%, #ffffff 62%, #eeeeee 100%); 
  background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 18%, #ffffff 62%, #eeeeee 100%); 
  background: -webkit-linear-gradient(top,  #eeeeee 0%, #ffffff 18%, #ffffff 62%, #eeeeee 100%); 
  background: -ms-linear-gradient(top,  #eeeeee 0%, #ffffff 18%, #ffffff 62%, #eeeeee 100%); 
  background: -o-linear-gradient(top,  #eeeeee 0%, #ffffff 18%, #ffffff 62%, #eeeeee 100%); 
  //filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dddddd,GradientType=0);  
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-top: 5px; 
  box-shadow: 3px 3px 3px 0px #777777; 
  -moz-box-shadow: 3px 3px 3px 0px #777777; 
  -webkit-box-shadow: 3px 3px 3px 0px #777777;  
  margin-bottom: 20px;
  padding: 10px 20px 10px 20px;
}

.w05{width:5%;}
.w10{width:10%;}
.w20{width:20%;}
.w30{width:30%;}
.w40{width:40%;}
.w50{width:50%;}
.w60{width:60%;}
.w70{width:70%;}
.w80{width:80%;}
.w90{width:90%;}
.w00{width:100%;}		

.contenttable{
  width: 100%;
  border-spacing: 2; 
}

.item{
  width: 80%;
  float: left;
}

.itemnav{
  width: 18%;
  float:right;
  background: rgb(161,219,255);
  background: -moz-linear-gradient(left,  rgba(161,219,255,1) 0%, rgba(203,235,255,1) 53%, rgba(240,249,255,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(161,219,255,1)), color-stop(53%,rgba(203,235,255,1)), color-stop(100%,rgba(240,249,255,1)));
  background: -webkit-linear-gradient(left,  rgba(161,219,255,1) 0%,rgba(203,235,255,1) 53%,rgba(240,249,255,1) 100%);
  background: -o-linear-gradient(left,  rgba(161,219,255,1) 0%,rgba(203,235,255,1) 53%,rgba(240,249,255,1) 100%);
  background: -ms-linear-gradient(left,  rgba(161,219,255,1) 0%,rgba(203,235,255,1) 53%,rgba(240,249,255,1) 100%);
  background: linear-gradient(to right,  rgba(161,219,255,1) 0%,rgba(203,235,255,1) 53%,rgba(240,249,255,1) 100%);
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1dbff', endColorstr='#f0f9ff',GradientType=0 );
  border: 1px solid rgb(150,150,255);
  border-top-right-radius: 5px; 
  -moz-border-radius-topright: 5px; 
  -webkit-border-top-right-radius: 5px; 
  border-bottom-left-radius: 5px; 
  -moz-border-radius-bottomleft: 5px; 
  -webkit-border-bottom-left-radius: 5px;   
  box-shadow: 5px 5px 2px 0px #777777; 
  -moz-box-shadow: 5px 5px 2px 0px #777777; 
  -webkit-box-shadow: 5px 5px 2px 0px #777777;    
}

.itemnavitem{
  padding-left: 5px;
  border-bottom: 1px solid rgb(150,150,255);
}

.warning{
	background-color: Red;
	color: Yellow;
}

.list1{
 background-color: #FFFFFF;
}

.list0{
 background-color: #EEEEEE;
}

.l_icons{
 text-align: center; 
 width: 30px;
 border-left: 1px dashed rgb(150,150,255);  
}

.center{
 //width: 100%;
 text-align: center;
}

.right{
 //width: 100%;
 text-align: right;
}

.left{
 //width: 100%;
 text-align: left;
}

.right_inline{
  float:right;
  padding-right: 5px;
  display: inline-block;  
}

.left_inline{
  display: inline-block;
  float:left;
}

.textfield{
  width: 90%;
}

.numberfield{
  width: 25%;
}

.datefield{
  width: 50%;
}

textarea{
  width: 90%;
}

select{
  width: 50%;
}

.teaser{
  font-weight: bold;
}

.author{
  font-size: x-small;
}

.pagenav{
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  vertical-align: baseline;
}

.pagenav_item{
  float: left;
  width: 10%;
  vertical-align: baseline;
  padding-top: 8px;
}

.pagelimit, .noframe, .noback{
  background: none;
  padding: 0px;
  margin: 0px;
  box-shadow: none;   
}

.nomargin{
  margin: 0px;
}

form.pagelimit, div.pagelimit, form.noframe, div.noframe{
  float: right;
  border: 0px;
  border-radius: 0px; 
  width: 50%;
  vertical-align: baseline;
  display: inline-block;
  text-align: right;
}

div.pagelimit{
  margin: 10px 0px 10px 0px;
}
input.pagelimit{
  width: 10%;
}

.filter{
  margin-bottom: 15px;
}
.mm_item, .mm_item_s{
  display: block;
  margin: auto;
  padding-left: 4px;  
  border-bottom: solid 0px #808080;  
}

.mm_item_s{
  background-color: #FDFDFD;
}  
.mm_item_e{
  display: block;
  margin: 1px;
  padding-top: 2px;
  padding-left: 10px;
  height: 20px;
  border: solid 0px; 
}
.admin-dropdown{
  margin: 0px 0px 3px 5px; 
  float: left;
}
.admin-item{
  width: 85%;
  vertical-align: left;
  float: left;
}
.a_mm_item, .a_mm_item:visited, .a_mm_item:hover{
  color: white;
}