.ebaypic
	{
	width:40px;
	}
	
.home
	{
	display: inline-block; 
	width:200px; 
	vertical-align: top;
	margin:0px;
	}

.main
	{
	background-color:#e8e8e8;
	min-width:500px;
	max-width:600px;
	display: inline-block; 
	width:50%; 
	vertical-align: top;
	}

.zoweemain
	{
	background-color:#e8e8e8;
	width:250px;
	display: inline-block;
	vertical-align: top;
	}
.rumblermain
	{
	background-color:#e8e8e8;
	width:300px;
	display: inline-block;
	vertical-align: top;
	}
	
.ratings
	{
	width:100%; 
	display: inline-block; 
	margin:2px;	
    	vertical-align: top;
    	background-color: lightblue;	
	}


.ebay
	{
	width:45%;
	display: inline-block; 
	margin:2px;
    	vertical-align: top;
	}
		
.box
	{
	display: inline-block;
	margin: 1px;
	vertical-align: top;
	border: 2px solid #c2c2ed;
	border-radius: 5px;
	background-color: #fffff;
	box-shadow: 10px 10px 5px grey;
	margin: 5px;
	padding: 5px;		
	}

.zowee
	{
	display: inline-block;
	margin: 5px;
	width:150px;
	vertical-align: top;
	border: 2px solid #c2c2ed;
	border-radius: 5px;
	background-color: #fffff;
	box-shadow: 10px 10px 5px grey;
	margin: 5px;
	padding: 5px;		
	}
	
.rumbler
	{
	display: inline-block;
	vertical-align: top;
	background-color: #fffff;
	margin: 5px;
	}

menulink {
    font-size:20px;
    margin:5px;
    
}

menulink:hover {
    color: white;
    font-size:20xpx;
    margin:5px;
}

a {
  color: blue;
  //text-decoration: none;
}

a:hover	{
	color: darkblue;
	}
	
body {
	max-width:1400px;
	ffont:14px Arial;
	}
.menu
	{
	max-width:1400px;
	width:100%;
	}
	
.heading {
	display: inline-block;
	//width:400px;
	}
	
.currency
	{	
	display: inline-block;
	width:500px;
	}

	
.title	{
	background-color: #e8e8e8; text-shadow: rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
	font-size:30px;
	}
	
.year
	{
	font-size:25px;
	background-color: #e8e8e8; text-shadow: rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
	width:100%;
	max-width:1400px;
	}

.ad
	{	
	background-color: #e8e8e8;
	//text-shadow: rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
	width:100%;
	max-width:1400px;
	margin-top:10px;
	margin-bottom:10px;
	}


#backtop {
	position: fixed;
    left:auto;right: 20px;top:auto;bottom: 20px;
	outline: none;
    overflow:hidden;
    color:#fff;
    text-align:center;
    background-color:rgba(49,79,96,0.84);
    height:40px;
    width:40px;
    line-height:40px;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    transition:all 0.3s linear;
    z-index:999999;

    opacity:1;
    display:none;
}

#backtop:hover {
    background-color:#27CFC3;
}
#backtop.mcOut {
    opacity:0;
}


.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}	

/* Define the hover highlight color for the table row */
.hovertable tr:hover {
  background-color: #ffff99;
	}
	
.hhovertable tr:nth-child(even) {
	background-color: #f2f2f2;
	}	
	