table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	width:100%;
}
table.gridtable>tbody>tr:first-child{
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #666666;
}

.mm_data_table>tbody>tr>td:first-child{
  font-weight:bold;color:#A0A0A0;
}

#pmsg{margin:10px 20px;padding:10px;height:30px;text-align:center;}
.tblHeader{background:#E0E0E0;}
.lblSpan{padding:2px 4px;}


.rating-box {
background: url("../img/bkg_rating.png") repeat-x;
font-size: 0;
height: 13px;
line-height: 0;
overflow: hidden;
text-indent: -999em;
width: 70px;
}
 
.rating-box .rating {
background: url("../img/bkg_rating.png") repeat-x;
background-position: 0 100%;
float: left;
height: 13px;
}	

.grayBox{background:#FFFFFF;background-color: #F5F5F5;padding:2px 5px;}
.titlebar{
	font-size: 14px;
  min-height: 20px;
  padding: 5px 8px;
  margin-bottom: 2px;
  background-color: #f5f5f5;  
  border-left:10px solid #D8D8D8;
  border-top-right-radius:2px;
  border-bottom-right-radius:2px;
}

#cloud a.tag1 { font-size: 1em; font-weight: 50; } #cloud a.tag2 { font-size: 1.2em; font-weight: 100; } #cloud a.tag3 { font-size: 1.4em; font-weight: 150; } #cloud a.tag4 { font-size: 1.6em; font-weight: 200; } #cloud a.tag5 { font-size: 1.8em; font-weight: 250; } #cloud a.tag6 { font-size: 2.0em; font-weight: 300; } #cloud a.tag7 { font-size: 2.2em; font-weight: 350; } #cloud a.tag8 { font-size: 2.4em; font-weight: 400; } #cloud a.tag9 { font-size: 2.6em; font-weight: 450; } #cloud a.tag10 { font-size: 3.0em; font-weight: 500;}
#cloud { padding: 2px; line-height: 3em; text-align: center; } 
#cloud { margin: 0; } #cloud li { display: inline; }
#cloud a { padding: 0px; }

#top{background:url(../img/rocket_up.png) 0px 0px no-repeat;position:fixed;bottom:0px;right:10px;width:100px;height:180px;cursor: pointer;}

.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.thumbnail{overflow:hidden;}
.thumbnail img{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

@media screen and (max-device-width: 480px) { 
	#divMain{ 
	float: none; 
	width:auto; 
	} 
	#divSidebar { 
	display:none; 
	} 
}

/* div scrollbar */
.divsbar::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.divsbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 8px;
	background-color: #F5F5F5;
}
.divsbar::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #C0C0C0;
}

#buylink-table{
	font-size:12px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;	
	width:auto;
}

#buylink-table td{
  border-bottom: 1px dashed #ddd;
  padding: 3px 3px 3px 0;
  word-wrap: break-word;
  word-break: break-word;
}




