/*Uncertified Apps*/

.uncertappframe {
	/*margin: 7px 0 0 0;*/
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	background: transparent url(img/rbg.gif) repeat-x scroll 0 0;
	padding: 5px;
}

#uncertappframe a {display: block; }

.uncertappframe .appTitle {
	font-size: 16px;
	/*float: left;*/
	color: #333333;
	/*max-width: 250px;*/
}

#appInfoWrapper a {
	color: #666666;
	text-decoration: none;
}

#appInfoWrapper a:hover
{
	color: #F70505;
	text-decoration: none;
}


#divSqueeze{
	display: none;
}

#sbox-content #divSqueeze
{
	display: block;
}

#appsPanel
{
	border:1px solid #DEDEDE; 
	float: left;
}

#topBar
{
	border-bottom: 1px solid #DEDEDE; 
	padding: 4px;
}

.submitBox
{
	float: right; 
	width: auto; 
	border-right: 0px solid #DEDEDE; 
	padding-right:10px;
}

#btnSearch
{
	width: 50px; 
	font-size: 10px;
	position: relative;
	left: -2px;
}

#txtName
{
	width: 145px;
}

#selSort
{
	float:left; 
	width: 200px; 
	font-size: 11px; 
	font-family: verdana,arial,sans-serif;
	margin-top: 5px;
}

.alphaBox
{
	float: left; 
	padding-right: 20px;
	position: relative;
	left: -6px;
}

#btnMore
{
	text-align: center;
}

.btnCategory
{
	text-decoration: underline;
	text-align: center; 
	line-height: 13px;
}

.btnMoreCategory
{
	line-height: 13px;
}

#moreList
{
	display: block;
	position:absolute;
	background-color: #efefef;
	border: 1px solid #dedede;
	width: 100px;
	right: 230px;
	top:200px;
	padding: 2px;
}

a:hover #moreList
{
	display: block;
}

#moreList .btnCategory
{
	display: block;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
}
ul li {
	position: relative;
	float: left;
}
ul li.liMore {
	position: relative;
	float: none;
}
li ul {
	position: absolute;
	top: 20px;
	display: none;
	background-color: white;
	border: 1px solid #dedede;
	cursor: pointer;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	width: 150px;
	z-index: 10;
}
ul li a {
	display: block;
	text-decoration: none;
	line-height: 10px;
	color: #000;
	padding: 5px;
	margin: 0 2px;
}

ul li a:hover 
{ 

}
li:hover ul, li.over ul 
{ 
	display: block; 
}





.btnNumeric
{
	text-decoration: underline;
}

#newAppLink
{
	position: relative:
	left: 8px;
	margin-top: 2px;
	float:left; 
}

#appsBody
{
	padding: 4px; 
	border: 0px solid #DEDEDE;
	height: auto;
}

#appList
{
	border-top: 0px solid #DEDEDE; 
	float: left; 
	width: 100%;
}

#appInfo
{
	padding: 4px; 
	background: transparent rl(css/classic/img/rbg.gif) repeat-x scroll 0 0; 
	overflow: hidden;
	height: 100%;
}


/* View App */

#companyProdUrl
{
	/*float: right; */
	/*margin-top: 7px; */
	/*max-width:170px;*/
}

#voteBox
{
	border: 1px solid #DEDEDE; 
	padding: 4px 10px; 
	margin-bottom: 5px;
}

.voteTitle
{
	color: #666666; 
	font-weight: bold; 
	display: block; 
}

#rating
{
	font-size: 24px; 
	margin: 0px 0px;
	float: right;
}

.ratingTitle
{
	font-size: 11px; 
	margin-bottom: 5px; 
	color: #666666; 
	font-weight: bold; 
	display: block;
}

.votesNumber
{
	font-size: 16px;
}

#appInfoWrapper
{
	padding: 4px; 
	height: 475px; 
	overflow: auto;
}

#maNoteTitle
{
	color: #666666; 
	font-size: 13px; 
	/*background-color: #FFE9CE;*/
	width: 415px;
	font-weight: bold;
}

#maNote
{
	/*background-color: #FFE9CE;*/
	width: 415px;
}

#commentsCount
{
	float:left; 
	font-size: 14px; 
	margin-top:10px;
}

#commentsBuffer
{
	display: none;
}

a#btnAddComment
{
	border-bottom: 0px solid #DEDEDE; clear: both; float:right;
}


.ratingWrapper
{
	background-image: url('/classic/css/img/rating_meter_gray.gif');
	background-repeat: no-repeat;
	background-position:0 0;
	float: left;
	width: 48px;
	height: 8px;
	margin-top: 5px;
}

.rating
{
	overflow: hidden; 
	float: left;
	height: 8px;
}

.rating_meter
{
	width: 48px; 
	height: 8px;
	vertical-align: top;
	float: left;
}

.rating_text
{
	width: 120px; 
	margin-left: 5px;
	font-size: 10px;
}


.btnVote
{
	display: block; 
	margin-top:5px;
}

.vote_wrap
{
	float: left;
	/*width: 154px;*/
}

