body { 
 font-family: arial; 
 margin: 0; padding: 0;  
} 


#MobVerContent { 
  float:none!important;
  clear:both!important;
  margin: 3%; 
}



input, select, textarea { 
  font-size: 100%;
} 


H1 { font-size: 150% ; padding: 1%; text-align: center; }
H2 { font-size: 130% ; padding: 1%; }
H3 { font-size: 120% ; padding: 1%; }

img{
  max-width:100%;
  height:auto;
}



#MobVerTitle { 
 overflow: hidden; 
  border-bottom: 1px solid #999999;
  background-color: #f9f9f9;
}

#MobVerTitleLeft { 
  display:block;
  float:left;
  width: 79%;
  text-decoration: none; 
}



#MobVerFooter {
  float:none!important;
  clear:both!important;
  background-color: #eeeeee;
  border-top: 1px #aaaaaa;
  margin: 0; 
  padding: 1% 0;
}


#MobVerMenuLinks {
display:block;
  text-align:center!important;
  background-color: #ececec;
  background-color: rgba(200, 200, 200, 0.5);

border: 1px solid #666;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: #888 0 1px 2px;
-moz-box-shadow: #888 0 1px 2px;
box-shadow: #888 0 1px 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
  position:fixed;
  top:0; right:0;
margin:5px;
max-height:90%;

}
#MobVerMenuLinks A {
position:static;
} 

#MobVerMenuLinks A img {
max-height:100px;
} 


#MobVerMenu A {
 font-size: 150%;
 line-height: 70px; 
  background-color: #ececec;
  border: 1px solid #c9c9c9;
}



#MobVerTitle A {
   margin: 0; padding: 0; 
  display: block;
  color: #333333; 
  text-decoration: none; 
overflow: hidden; 
}



#MobVerTitle A #MobVerName {
  float: left; 
  display: inline-block; 
  overflow: hidden; 
  margin-left: 1%;
}



li.cmsItemLI, .formDIV{
border: 1px solid #eeebee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: #e8ebee 0 1px 2px;
-moz-box-shadow: #e8ebee 0 1px 2px;
box-shadow: #e8ebee 0 1px 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 1% 0%;
}


#menu { margin: 0; } 

#menu ul { 
 list-style: none;   
 margin: 0; 
 padding: 0; 
}


#menu li{
  float:none!important;
  clear:both!important;
  display:block;
  padding:0;
  margin:2%; 
} 

#menu li a {
  display:block;
  color: #666666; 
  margin: 0;
  padding: 0;
  text-align:center!important;
  text-decoration: none; 

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: #AAAAAA 0 1px 2px;
-moz-box-shadow: #AAAAAA 0 1px 2px;
box-shadow: #AAAAAA 0 1px 2px;


}

.showFullSite A  {
  display:block;
  text-decoration: none; 
  border: 1px inset #c9c9c9;
  background-color: #e6e6e6;
}

#MobVerSearch {
 margin: 2%; 
 text-align:center!important;
}

#MobVerSearch input.searchtoykeywords {
  width: 65%;
 font-size: 130%;
line-height: 60px;
height: 60px; 

}
#MobVerSearch input.searchtoysubmit {
  width: 33%;
 font-size: 120%;
height: 60px; 
}



#MobVerLogo { max-width:40%; float: left; height: 100%; overflow: hidden; display: inline-block; } 

.cmsDefaultTextLogo { display: none; }

#MobVerLogo .MobVerLogoHelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
 width: 10px;
}

#MobVerLogo a {
    height: 100%;
}
#MobVerLogo #cmslogo {
vertical-align: middle;
    display: inline-block;
}

#MobVerLogo img {
    max-height: 80%;
}





@media only screen and (max-width : 767px) {

	#MobVerMenuLinks,#MobVerMenuLinks A,#MobVerMenuLinks A img { height:70px;  }

	.vieworderstable tr { display:block; }
	.vieworderstable td { display:block; }

	#menu li A  , #catmenu li A, .showFullSite a {
		line-height: 70px; 
	}

	#MobVerTitle {
		font-size: 20px; 
		line-height: 80px;
		max-height: 80px;
		height: 80px;
	}
        #MobVerLogo img { max-height: 60px; max-width: 300%; }

}
@media only screen and (min-width : 768px) {
	body { 	font-size: 150%;   } 
	#MobVerMenuLinks,#MobVerMenuLinks A,#MobVerMenuLinks A img { height:90px;  }

	#MobVerLogo { height: 100px;}

	#menu li A  , #catmenu li A, .showFullSite a {
		line-height: 100px; 
	}
	#MobVerTitle {
		font-size: 30px; 
		line-height: 100px;
		max-height: 100px;
		height: 100px;
	}

}