html 
{
  clear: both;
  background-color:#99B8CD;
  background-image:url('/bg.jpg');
  background-repeat:repeat-x;
  font-family : "Verdana", "Tahoma"; 
  font-size:13px;
}

body
{    
}

p
{
  margin-top:0px;
  margin-bottom:0px;
}

.container
{
  position:relative;
  width:1024px;
  border-width: 1px;			
  border-style: solid;	
  border-color: #000000;
  background-color: #F1F2FF;
  background-image:url('/bgmenu.png');
  background-repeat:repeat-y;
  margin:15px auto;
  padding: 0px; 
}

a:active {
  outline: none;
}

a:visited {
  outline: none;
}

img
{
  border-width:0px;
}

h1
{
  margin-top:0px;
  margin-bottom:5px;
}

.top
{
  width:100%;
  height:35px;
  margin:0;
  padding:0;
  background-color: #333355;    
  position:relative;  
}

.top .logo
{  
  padding-top:0px;
  padding-left:20px;
  height:150px;
  font-size:23px;
  text-decoration: none;
  color:#ffffff; 
}

.top .login
{
  position:absolute;
  right:4px;
  top:10px;     
}

.top .logina
{
  margin-left:10px;
  margin-right:10px;
  text-decoration: none;
  color:#ffffff;
  vertical-align:top;
}

.bottom
{
  position:relative;  
}

.footer
{
  width:100%;
  background-color:#333355;
  color:#aaaaaa;
  text-align:center;
  font-size:90%;  
  padding-top:3px;
  padding-bottom:3px;
  position:relative;
}

.footer .navrcholu
{
  position:absolute;
  right:5px;
}

.bottom .validator
{
  position:absolute;
  right:5px;
  top:30px;
}

.content
{
  position:relative;
  margin:0px;  
  padding-bottom:15px;      
  overflow:auto; 
}

.title
{
  margin-top:30px;
  font-weight:bold;
  font-size:120%;
}

.leftbar
{
  float:left;
  width:180px;
  padding-top:70px;
  padding-left:20px;
  padding-right:20px;
  background-color:#E5E6FF;
  background-image:url('/appsmarks.png');
  background-repeat:no-repeat;
  background-position:-20px -20px;   
  margin-bottom:auto;
}

.rightbar
{
  float:right;  
  width:180px;
  display: inline-block;
  margin-right:20px;
}

.rightbar .ads
{
  margin-top:20px;
}

.rightbar .tip
{
  margin-top:20px;
  border:1px solid #000;
  background-color:#fff;
  padding-left:10px;
}

.rightbar .tip h3
{
  margin-top:5px;
  margin-bottom:5px;
  font-size:15px;
  text-align:center;
}

.tipheader
{
  text-decoration:none;
  font-weight:bold;
  font-size:110%;
  color:#000;    
  width:100%;
  text-align:center;
  display:block;   
  margin-top:10px;
  margin-bottom:5px;
}

.tiplink
{
  width:100%;
  text-align:center;
  display:block;
  margin-bottom:15px;     
}

.article
{  
  margin-left:220px;
  margin-right:200px;
  margin-top:5px;
  padding-top:15px;
  padding-left:20px;  
  padding-right:20px;
  _border-left:1px solid #000;
  position:relative;  
}

.applabel
{
  float:left;
  width:130px;
  vertical-align:top;
}

.applications
{
}

.appsnavigation
{
  text-align:center;
  font-size:120%;  
}

.appsnavigation a
{
  margin-right:14px;
}

.appsnavigation .actpage 
{
  margin-right:14px;
}

.productitem
{    
    background: #FFFFFF;    
    background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);    
    background: -webkit-gradient(linear,left top, left bottom, from(#FFFFFF), to(#CCCCCC));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#CCCCCC', GradientType=0);
    height:34px;
    width:556px;
    margin-top:5px;
    font-weight:bold;
    padding-top:2px;
    padding-left:5px;
    position:relative;  
    border:1px solid #999;
    cursor: pointer; cursor: hand;
    display: block;
    text-decoration: none;
    color:#000;           
}

.productitemhover
{    
    background: #BBFFBB;    
    background: -moz-linear-gradient(top, #FFFFFF, #BBFFBB);    
    background: -webkit-gradient(linear,left top, left bottom, from(#FFFFFF), to(#BBFFBB));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#BBFFBB', GradientType=0);
    height:34px;
    width:556px;
    padding-top:2px;
    margin-top:5px;
    font-weight:bold;
    padding-left:5px;
    position:relative;  
    border:1px solid #999;
    cursor: pointer; cursor: hand;
    display: block;
    text-decoration: none;
    color:#000;       
}

.productitemselected
{    
    background: #DDDDFF;    
    background: -moz-linear-gradient(top, #FFFFFF, #DDDDFF);    
    background: -webkit-gradient(linear,left top, left bottom, from(#FFFFFF), to(#DDDDFF));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#DDDDFF', GradientType=0);
    height:34px;
    width:556px;
    padding-top:2px;
    margin-top:5px;
    font-weight:bold;
    padding-left:5px;
    position:relative;  
    border:1px solid #999;
    border-bottom:0px;
    outline: none;    
    cursor: pointer; cursor: hand;
    display: block;
    text-decoration: none;
    color:#000;       
}

.productitemdetails
{
  position:relative;
  height:145px;
  width:541px;
  background-color:#DDF;
  border:1px solid #999;
  border-top:0px;
  padding:10px;
  padding-top:5px;
  display:none;
}

.producttitle
{
  position:absolute;
  left:50px;top:10px;
}

.productcompany
{ 
  color:#666;
}

.appsfilter
{
  position:relative;		
	margin:0;
	padding:0;		 
	margin-top:10px;
  margin-bottom:10px; 
  color:#000;
}

.appsfilter ul
{
	margin: 0;
	padding: 0;
	display:inline;  	  	
}

.appsfilter ul li
{
  display: inline;
  line-height:13px;  
}

.appsfilter ul li a
{		  
  background-color:#F1F2FF;
  border:1px solid #F1F2FF;	
	text-decoration: none;
	padding:3px;
	outline: none;
  color:#000;    
}

.appsfilter ul li a:visited
{
  color: #000;
}

.appsfilter ul li a:hover, .appsfilter ul li .selected
{
	color: #000 !important;	
	background: #FFFFFF;
	border:1px solid #C1C2CF;	
	outline: none;    
}

.appsfilteritem
{
  background-color:#E1E2FF;
  border:0px
	text-decoration: none;
	padding:3px;	
}

.appsfilter .liselected, .appsfilter .liselected:hover
{
  background-color:#E1E2FF;
  border:1px solid #C1C2CF;
  border-bottom:1px solid #C1C2CF;
	text-decoration: none;
	padding:3px;
	outline: none;    
}

.appsfiltercontainer
{
  position:relative;
  background-color:#E1E2FF;
  border:1px solid #C1C2CF;
	text-decoration: none;
	padding:3px;
}

.appsfilterItemName
{
  float:left;
  width:90px;
}

.appssortlist
{
  position:relative;		
	margin:0;
	padding:0;		 
	margin-top:10px;
  margin-bottom:10px; 
  color:#000;
}

.appssortlist ul
{
	margin: 0;
	padding: 0;
	display:inline;  	  	
}

.appssortlist ul li
{
  display: inline;
  line-height:13px;  
}

.appssortlist ul li a
{		  
  background-color:#F1F2FF;
  border:1px solid #F1F2FF;	
	text-decoration: none;
	padding:3px;
	outline: none;
  color:#000;    
}

.appssortlist ul li a:visited
{
  color: #000;
}

.appssortlist ul li a:hover, .appssortlist ul li .selected
{
	color: #000 !important;	
	background: #FFFFFF;
	border:1px solid #C1C2CF;	
	outline: none;    
}

.appssortlist .selsortitem, .appssortlist .selsortitem:hover
{
  background-color:#E1E2FF;
  border:1px solid #C1C2CF;
  border-bottom:1px solid #C1C2CF;
	text-decoration: none;
	padding:3px;
	outline: none;    
}

.favorites
{
    
}

.favorites h2
{
  margin-left:20px; 
  font-size:14px;
  margin-top:5px;
  margin-bottom:5px;  
}

.favitem
{
  position:relative;
  padding-top:4px;
  margin-left:20px;
  margin-right:10px;
  margin-bottom:5px;
  height:27px;    
}

.favgroup {
  margin:15px;  
  float:left;
  width:250px;
  background: #DDDDFF;    
  background: -moz-linear-gradient(top, #FFFFFF, #DDDDFF);    
  background: -webkit-gradient(linear,left top, left bottom, from(#FFFFFF), to(#DDDDFF));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#DDDDFF', GradientType=0);
  border:1px solid #000;
  -moz-box-shadow:0 0 10px #666;
	-webkit-box-shadow:0 0 10px #666;
}

.favitem a
{      
  margin-left:42px;display:block;    
}

.userslist
{
  overflow:auto;
  text-align:center;  
  text-decoration: none;
}

.userslist h2
{
  font-size:14px;
  margin-top:2px;
  margin-bottom:5px;
}

.userslist a, .userslist a:hover
{
  text-decoration: none;
}

.mainmenu
{
  position:relative;		
	margin:0;
	padding:0;		 
	margin-top:10px;
  margin-bottom:10px; 
  color:#000;
}

.mainmenu ul
{
	margin: 0;
	padding: 0;	
	margin-left:10px;
	list-style-type:none;
}

.mainmenu ul li
{      
}

.mainmenu ul li a
{
  float:left;		            
  margin-top:4px;
  margin-bottom:4px;
  _background-color:#DDDDDD;
  _border:1px solid #AAAAAA;
  background-color:#E5E6FF;	
  border:1px solid #E5E6FF;
	text-decoration: none;
	padding:3px;
	padding-left:15px;
	border-right:0px;
	outline: none;
  color:#000; 
  width:172px;   
  -moz-border-radius-topleft:5px;  
  -webkit-border-top-left-radius:5px;
  -moz-border-radius-bottomleft:5px;  
  -webkit-border-bottom-left-radius:5px;
}

.mainmenu ul li a:visited
{
  color: #000;  
}

.mainmenu ul li a:hover
{ 
  color: #000 !important;	
	_background: #FFFFFF;
	border:1px solid #000000;
  outline: none;  
  border-right:0px;
}

.mainmenu .liselected, .mainmenu .liselected:hover
{
  background-color:#F1F2FF;
  border:1px solid #000000;
  border-bottom:1px solid #000000;
  border-right:10px solid #000000;  
	text-decoration: none;	
	outline: none;    	
  width:172px;	
}

.appdescshort
{
  margin-top:10px;
}

.appdesclong
{
  margin:30px;  
  background-color:#FFFFFF;
  border:1px solid #AAAAAA;	
  padding:15px;
  padding-top:5px;
  text-align:justify;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.appdesclong li
{
  margin-left:15px;
}

.appdesclong h1
{
  font-size:15px;
  margin-top:0px;
  margin-bottom:5px;
  margin-left:10px;
}

}
.appdesclong h2
{
  font-size:15px;
  margin-top:0px;
  margin-bottom:5px;
  margin-left:10px;
}

.tooltip {
	background-color:#ffc;
	border:1px solid #000;
	padding:5px 3px;
	//width:200px;
	display:none;
	color:#000;
	text-align:center;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #666;
	-webkit-box-shadow:0 0 10px #666;
}

.usercomments
{
  margin:30px;  
  background-color:#DDF;
  border:1px solid #AAAAAA;	
  padding:15px;
  padding-top:5px;
  text-align:justify;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
}

.usercomment
{
  padding-top:10px;
  padding-bottom:10px;
  overflow:auto;
}

.usercomment h3
{
  font-size:12px;
  margin-top:2px;
  margin-bottom:3px;
}

.usercomment .commentmenu
{
  float:right;
}

.usercomment .commentmenu a
{
  margin-left:10px;
}

.news
{

}

.news h2
{
  display:block;
  margin-top:8px;
  margin-bottom:10px;
  vertical-align:top;
}



.pickofweek
{
    background: #DDDDFF;    
    background: -moz-linear-gradient(top, #FFFFFF, #DDDDFF);    
    background: -webkit-gradient(linear,left top, left bottom, from(#FFFFFF), to(#DDDDFF));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#DDDDFF', GradientType=0);
    height:185px;
    width:525px;    
    border:1px solid #999;        
    text-decoration: none;
    color:#000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top:15px;    
    margin-bottom:15px;
    margin-left:10px;
    padding:10px;
}

.pickofweek h2
{
  float:right;
  color:#383;
  font-size:15px;
  margin-top:0px;   
}

.pickofweek h3
{
  vertical-align:top;  
  font-size:21px;
  margin-left:15px;
  margin-top:7px;  
  display:inline;    
}

.pickofweek h3 a
{
  text-decoration: none;
}

.newsitem
{
  padding-top:10px;
  padding-bottom:50px;  
  text-align:justify;
}

.newsitem h1
{
  font-size:18px;
  text-align:left;
}

.oldernews
{
  text-align:center;
  margin-right:30px;
  margin-left:30px;
  font-size:120%;
}
