.tplLayoutApps .apps_page_left {float:left; width:70%; border:1px none red; text-align:left; font-size:12px;}
.tplLayoutApps .apps_page_right {border:1px none red; float:right; width:28%; }
.tplLayoutApps .apps_page_right ul {margin:0px !important; margin-top:5px !important; background-color:#f3f3f3; padding:10px;}
.tplLayoutApps .apps_page_right ul li{
list-style-type:none !important; padding-left:5px !important; margin:0px !important; margin-bottom:10px !important; }
.tplLayoutApps .apps_page_right a{display:block; line-height:1.8; text-decoration:none; background:url(images/icon_other_page.png) no-repeat 0px 5px;
font-size:13px; padding-left:25px;}
.tplLayoutApps .apps_page_right ul li span{font-size:12px; color:#999999;}
.tplLayoutApps .apps_page_right ul li ul li {list-style-type:square !important; background:none; padding-left:5px !important; margin:10px !important; margin-bottom:10px !important;}
.tplLayoutApps .apps_page_right ul li ul li a{font-size:12px; !important; }
.tplLayoutApps .apps_page_right ul li ul li span{font-size:11px; color:#999999;}
.tplLayoutApps .apps_page_clear {clear:both;}

.tplLayoutApps .apps_page_right h2{font-size:16px; border-bottom:1px solid #e1e1e1; padding-bottom:7px;}
/* Media Queries */
@media screen and (max-width: 980px) {

	.tplLayoutApps .apps_page_left{float:none; width:100%; font-size:80%; word-wrap: break-word;}	
	.tplLayoutApps .apps_page_right{float:none; width:100%;}	
	
}