/*  
Theme Name: iphonify3
Based On: iphonify3
Theme URI: http://www.tipb.com
Original Theme URI: http://www.gearboxtechnology.com
Description: Theme for TiPb
Version: 4.0
Author: Rene Ritchie for Smartphone Experts
Original Author: Kent Pribbernow

Official theme for TiPb

*/


/*  GLOBAL */

body {
	font-size: 12px;
	color: #333;
	background: #d8d8d8;
	margin: 0px;
	padding: 0px;
    font-family: "Lucida Grande", "Verdana", Helvetica, Arial, Sans-Serif;
}

h3 {padding:0; margin: 0;}
h2 {padding: 0; margin: 0;}
/*ul {padding: 0; margin:0;}
li {padding: 0; margin: 0;}*/

.entry img {
	padding: 4px; border:0;
}

p {
	padding: 0;
	margin: 0;
}

img {
border: 0;
}

.newtagcloud {
margin: 15px;
padding: 0px;
text-align: center;
font-family: Arial, Verdana;
}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft {
float: left;
}

img.alignright {
float: right;
}

/* TOP AD */

#banneradspace {
float: right;
height: 90px;
overflow: hidden;
margin: 15px 10px 0 0;
width: 730px;
}

#bannerspace img, a:link: a:visited, a:hover {
border: none;
}

.postinfo {font-size: 12px; color: #999; background: #DDD;}
.postinfo a, .postinfo a:visited{color: #2971A7;}
.postinfo a:hover{background: #2971A7; color: #FFF;}

.post a, post a:visited{color: #2971A7; text-decoration: none;}
.post a:hover{ background: #2971A7; color: #FFF;}
.post a:visited {color: #444;}

/* .post h1 {
	margin:0px;
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font-size: 22px;
	color: #444;
}
.post h1 a, h1 a:visited{
	color: #444;
	text-decoration: none;
}
.post h1 a:hover{
	color: #fff;
	text-decoration: none;
} */

/* POST */

.post h1, .post h2 {
	color: #2971A7;
	margin: 4px 0px 0px 2px;
    font-size: 24px;
	letter-spacing: -1px;
    line-height: 32px;
    padding-bottom: 5px;
    }
       	
.post h1 a, post h1 a:visited, .post h2 a, post h2 a:visited {
    color: #2971A7;
	text-decoration: none;
}
.post h1 a:hover,.post h2 a:hover {
    background: #2971A7;
	color: #FFF;
	text-decoration: none;
}

.post h3 {
	font-size: 16px;
	color: #444;
	margin: 10px 0px 5px;
}
.post h4 {
	font-size: 14px;
	color: #444;
	margin: 10px 0 0 5px;
}
form {
	margin:0px;
	padding:0px;
}

#page {
	background: #fff;
	margin: 5px auto;
	overflow: hidden;
    padding: 0;
	width: 990px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.7);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.7);
	box-shadow: 0 5px 10px rgba(0,0,0,.7);
}

/* HEADER GRAPHIC */

#header {
	background: #000 url(images/tipb_header_bg.png);
	height: 120px;
	overflow: hidden;
	width: 990px;
}

#tipb-logo {
	float: left;
	height: 120px;
	overflow: hidden;
	width: 230px;
	}


/*
#nav {  position: absolute;
	list-style: none;
	margin: 0px;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #ccc;
	text-decoration: none;
}
#nav .page_item a{
	color: #fff;
	text-decoration: none;
	padding: 6px 15px;
	font-size: 12px;
	display: block;
}
#nav .page_item a:hover {
	color: #fff;
}

*/

/* NAVIGATION */

	#navbar {
		width: 690px;
		height: 40px;
		background: #000;
		overflow: hidden;
		border-bottom: solid 1px #666;
		float: left;
		}

	ul.menu {
		float: left;
		margin: 0 0 0 1px;
		padding: 0;
		list-style-type: none;
		}
		
	ul.menu li {
		float: left;
		}
		
	ul.menu li a {
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		height: 40px;
		line-height: 40px;
		margin: 0;
		padding: 9px 8px;
		text-shadow: 0px -1px 1px rgba(0,0,0,.7);
		}
		
	ul.menu li a.highlight {
		background: #182838;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}
		
	ul.menu li a:link,

	ul.menu li a:visited {
        text-decoration: none;
		color: #fff;
		}

	ul.menu li a:hover, ul.menu li a:active {
		background: url(images/nav_menu_active.png);
		
		}

/*	ul.menu li.current_page_item a:link,
	ul.menu li.current_page_item a:visited,
	ul.menu li.current_page_item a:hover,
	ul.menu li.current_page_item a:active {
		color: #fff;
		} */
		
	/* SEARCH */
	

	.searchbar {
		background: #000;
		height: 40px;
		float: right;
		overflow: hidden;
		width: 300px;
		border-bottom: solid 1px #666;
		}
		
	.searchbar input {
		background: #fff url(http://images.tipb.com/wp-content/themes/iphonify3/images/searchbg.png) repeat-x;
		border: none 0;
		color: #999;
		font-size: 12px;
		line-height: 25px;
		height: 25px;
		margin: 7px 29px;
		padding: 0 0 0 30px;
		width: 225px;
		-moz-border-radius: 15px; 
		-webkit-border-radius: 15px;
		}
	
	.subscribezone input {
		background: none;
		}

	input#newslettersub {
		background: #fff;
		border: none 0;
		color: #999;
		width: 320px;
		height: 15px;
		text-align: left;
		margin: 5px 0 0 1px !important;
		margin: 4px 0 0 1px; /* hate IE */
		padding: 1px 0 0 5px;
		-moz-border-radius: 15px; 
		-webkit-border-radius: 15px;
		-webkit-box-shadow: 0 -2px 2px rgba(0,0,0,.7);
		-moz-box-shadow: 0 -2px 2px rgba(0,0,0,.7);
		box-shadow: 0 -2px 2px rgba(0,0,0,.7);
				}


	.submitbutton {
		margin: 4px 0 0 0;
		}

/* CONTENT */

#primary {
	padding: 0;
	float: left;
	text-align: left;
	width: 630px;
}


#content {
	float: left;
    overflow: hidden;
	width: 570px;
	margin: 10px 0 30px 30px  !important;
	margin: 10px 0 30px 15px
        
}

#content a, #content a:visited {color: #2971A7;}
#content a:hover {background:#2971A7; color:#FFF;}

.post p{ padding-top: 8px; padding-bottom: 8px;}
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
        font-size: 95%;
	float:left;
	
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {        
	float: left;
	width: 570px;	
}

.entry {
	clear: both;
	line-height: 21px;
	padding-top: 10px;
        padding-bottom: 0px;
                       
}

.entry a, .entry a:visited {color: #2971A7; text-decoration: underline;}
.entry a:hover {background: #2971A7; color:#FFF;}
.post-cat {

	float:left;
	font-size: 95%;
	
}

p.download {height:23px;
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/download.gif) top left no-repeat;
	padding-left:23px;
}



p.read {height:23px;
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/visit-site.gif) top left no-repeat;
	padding-left:23px;
        margin-top: 8px;
        line-height: .9;
float: right;
}

p.read span{
        height:23px;
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/visit-source.gif) top left no-repeat;
	margin-left: 8px;
        padding-left:20px;
}

p.source {
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/visit-source.gif) top left no-repeat;
	padding-left:23px;
}



.post-comments {
	float: right;
	font-size: 95%;
}
.post-calendar {

	float: right;
	font-size: 95%;
	
}
.mini-add-comment {

	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/mini-nav-right.gif) no-repeat right center;
}

/* COMMENTS */
#comments, #respond {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 5px 0;
	clear: both;
}


.commentlist {
	margin: 10px 0px;
	padding-left: 40px;
	line-height: 130%;
}

.commentlist ol p {
	line-height: 16px;
	padding-bottom: 10px;}
	
.commentlist li {
	padding: 10px 15px;
}
.commentlist .alt {
	background: #e8e8e8;
}

.commentlist .byuser {
	background: #E5F3FF;
}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #2F6ABA;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #2F6ABA;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f1f1f1;
	border: 1px solid #444;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 550px;
	height: 115px;
	background:#FFFF99;
	border: 1px solid #444;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #fff;
}
#commentform #submit{
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/* SIDEBAR */

.sidebar img{border: 0;}

.sidebar {
	background: #fff;
    float: right;
    font-size: 12px; 
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 360px;        
}



.sidebar a { 
	color: #333;
	text-decoration: none;	
}

.sidebar a:active, .sidebar a:hover {
	color: #369;
	text-decoration: none;
}


.sidebar .section {
	clear: both;
	padding-top: 0px;
	
}
.sidebar .section,
.sidebar .subsection {
	margin-top: 0px;
	padding-left: 0px;
}


.sidebar h3 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	padding-left: 20px;
	text-align: left;
}

.sidebar h3 a, .sidebar h3 a:active, .sidebar h3 a:hover {
	color: #000;
	text-decoration: none;
}

.sidebar-header {
	background: #fff;
		width: 360px;
		height: 50px;
}

.sidebar-forum {
	background: #fff;
		width: 360px;
		height: 50px;
}

.sidebar-tipb {
	background: #fff;
		width: 360px;
		height: 50px;
		filter: alpha(opacity=80);
		opacity: 0.8;

}

.sidebar p {
	padding: 8px 10px 5px 16px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.authorpic {
float: left;
margin-right: 10px;

}


/* list variables */
.sidebar li a {
}

.sidebar h1{font-size: 13px; font-weight: normal;}
.sidebar h7{font-size: 9px;}
.sidebar ul.panel {margin-top: 8px; margin-bottom: 8px; padding: 0; }
.sidebar li.panel {padding-left: 30px; padding-top: 5px; padding-bottom: 5px; font-size: 13.5px; height: 16px; }
.sidebar li:hover.panel {background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/roll-bkg.png) ;}

.sidebar ul.links{margin-top: 8px; margin-bottom: 8px; margin-left: 0px; padding: 0px;}
.sidebar .links li{background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/links.png) top left no-repeat; padding-left: 11px; border-bottom: 1px solid #EBEEF2; }

.sidebar .panel li a{color: #000; padding: 0px; }
.sidebar .panel li a:hover{ color: #000;}

.sidebar .moreposts li {background: #E9EDF1 url(http://images.tipb.com/wp-content/themes/iphonify3/images/list-even.png) top no-repeat; padding-left: 16px;}
.sidebar .moreposts li.odd { background: #D6DDE5 url(http://images.tipb.com/wp-content/themes/iphonify3/images/list-odd.png) top no-repeat; padding-left: 16px;}
.sidebar .moreposts li.odd a { }
.sidebar .moreposts li.even { background: #E9EDF1 url(http://images.tipb.com/wp-content/themes/iphonify3/images/list-even.png) top no-repeat; padding-left: 16px;   }

.sidebar .forums li {

padding: 6px 24px 6px 20px;
}



/* Text List */


.sidebar .notes a {
	padding: 6px 0 0 0;
	background: none !important;
	text-decoration: underline;
}
.sidebar .notes li h3 {
	padding-bottom: 8px !important;
}





.whatsnew {
	height: 100px;
	}

.subscribezone {
	background: #000;
	color: #fff;
	padding: 5px 15px 15px 15px;
	
}


/* Introduction */
#intro h2 {
	height: 40px ! important;
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/featured-review.png) no-repeat 0px 0;
	
}
#intro p {
	padding-top: 5px;
}


/* Featured Project */
#whatsnew h2 {
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/sidehead-new.png) no-repeat 0px 0;
}



#subscribe h2 {
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/sidehead-subscribe.png) no-repeat 0px 0;
}

/* Category List */
#categories h2 {
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/sponsors.png) no-repeat 0px 0;
}

/* Side Bookmarks */
#moreposts h2 {
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/sidehead-moreposts.png) no-repeat 0px 0;
}
#moreposts ul {
	margin: 0;
	padding: 0;
}

#store1 {
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/tipbstorehead.png) no-repeat 0px 0;

}

#store2 {
	background: #fff;

}

#sidebarad {
	background: #fff url(http://images.tipb.com/wp-content/themes/iphonify3/images/advertisementhead.png) no-repeat 0px 0;

}

#spenetwork h2 {
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/sidehead-spenetwork.png) no-repeat 0px 0;
}

#aboutside {
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/sidehead-about.png) no-repeat 0px 0;

}
#fromforums h2 {
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/sidehead-forums.png) no-repeat 0px 0;
}



/* whatsnew code */

#featured-box {
	list-style: none;
	margin-top: 10px;
	overflow: hidden;
	width: 560px;
}

#featured-box.single {
	list-style: none;
	margin-top: 10px;
	margin-left: -20px;
	overflow: hidden;
	width: 560px;
}

	.featured-image {
	float:left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 185px;
	z-index: 1;
	} 

	#featured-box h3 {
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	position: relative;
	width: 170px;
	z-index: 10;
	}
	
	#featured-box a {
	color: #000;
	text-decoration: none;
	width: 180px;
	}
	
	#featured-box a:hover {
	color: #000;
	text-decoration: none;
	width: 180px;
	}
	
	#featured-box img {
	height: 130px;
	width: 180px;
	}

#topper {
height: 101px;
}
.topper a img{border: 0;}

#whatsnew #myGallery {
	width: 300px;
	height: 100px;
	border: 0px;
}

#topper #myGallery1 {
	width: 559px;
	height: 100px;
	border: 0px;
	margin: 0px;
	border-bottom: 1px solid #8b8b8b;
}



#myGallery, #myGallery1
{
	z-index:5;
	display: none;
}







/* footer area */
#footer {
	clear: both;
	background: #fff ;
	color: #000000;
	font-size: 85%;
	line-height: 130%;
	padding: 20px 10px 30px 10px;
}
#footer a, #footer a:visited {
	color: #000000;
}
#footer h4 {
	font-size: 13px;
	color: #DDD;
	margin: 10px 0 0 5px;
}
.footer-recent-comments {
	width: 500px;
	float: left;
	margin-left: 10px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
       
}


.footer-recent-posts {
	width: 500px;
	float: left;
	margin-left: 30px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: #333 ;
	padding: 8px 8px 10px 20px; 
        border-bottom: 1px solid #5d5d5d;
}
.footer-recent-posts a{text-decoration: none;}
.footer-recent-posts li:hover{background: #5d5d5d; color: #FFF;}
.footer-about {
        color: #999;
	width: 280px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	
}

.footer-about a{color:#999;}
.footer-about a:visited{color: #999;}
.footer-about a:hover{background: #999; color: #FFF;}
.footer-about p{padding-top: 10px;}

/* credits */
#credits {
	margin: 0px auto;
        padding-top: 10px;
	width: 760px;
	color: #CCC;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #FFF; text-decoration: none;
}
.rss {
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(http://images.tipb.com/wp-content/themes/iphonify3/images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}



/* Postmeta */

div.postmeta {
		clear: both;
		margin-top: 0px;
		padding-top: 1px;
        padding-bottom: 1px;
        margin-bottom: 0px;
		line-height: 1.8em;
		font-size: 11px;
		color: #999;
		clear: both;
		width: 570px;
	}
	
div.sponsored {
		clear: both;
        background: #ffffe8;
		border: 1px solid #e8e8ee;
		margin-top: 20px;
		padding: 10px 20px;
        margin-bottom: 20px;
		line-height: 1em;
		font-size: 11px;
		color: #515151;
		clear: both;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.3);
	box-shadow: 0 3px 5px rgba(0,0,0,.3);
	
	}

div.sponsored h3 {
line-height: 1.5em;
font-size: 1.5em;
}


	body.bloghome div.postmeta {
		border-top: none;
		margin-top: 0px;
		padding-top: 0;
	}
	div.postmeta .share, 
	div.postmeta .sphere,
	div.postmeta .print,
	div.postmeta .buzz {
		float: right;
		margin-left: 5px;
		padding-left: 5px;
	}
	div.postmeta .share {
		margin-left: 0;
	}
	div.postmeta .print,
		div.postmeta .buzz {
		border-left: 1px dotted #999;
	}
	div.postmeta .sphere {
		border-right: 1px dotted #999;
		padding-right: 5px;
	}
	div.postmeta .share a.akst_share_link
		, div.postmeta .share a.stbutton
		, div.postmeta .share a.stico_default
		, div.postmeta .share a.stbutton.stico_default {
		padding-top: 2px;
	}
	div.postmeta p.date {
		margin: 0;
		padding: 0;
	}
	div.postmeta .tags,
	div.postmeta {
		float: left; 
		clear: left; 
	}
		div.postmeta .tags {
			display: block; 
			clear: left;
			float: none; 
		}
		
		.tags {
		border-bottom: 1px solid #ccc;
		}
		
		.singlecats {
		margin: 15px 0px 15px 0px;
		}
		
		div.postmeta .edit {
			float: right;
		}
		div.postmeta .first {
			border-left: none;
		}
	a.stbutton
		, a.stico_default
		, a.stbutton.stico_default {
		padding: 0px 0 0px 0px;
                background: #FFF url(http://images.tipb.com/wp-content/themes/iphonify3/images/share-it.jpg) left no-repeat;
                
                
	}
		span.stbuttontext {
			padding-bottom: 5px;
                        background: #FFF;    
		}
		

        a.comments_link {
		padding-top: 3px;
		padding-left: 20px;
		padding-bottom: 5px;
		height: 20px;
		}
		
	a.sphere_link {
		background: 0 -2px url(http://images.tipb.com/wp-content/themes/iphonify3/images/sphere.gif) no-repeat;
		padding-left: 19px;
		padding-bottom: 5px;
		height: 20px;
		}
	
	span.tag_link {
		padding-top: 3px;
		padding-left: 20px;
		padding-bottom: 5px;
		height: 20px;
		}




/*pagination style*/
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #aaa;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}


.appwatch TD{font-size: .9em; padding: 5px; border-left: 1px solid #999; border-bottom: 1px solid #999;}
.appwatch TH{font-size: .9em; color: #fff; padding: 5px; border-left: 1px solid #999; border-bottom: 2px solid #999; background: #0e7192;}
.appwatch table{border-top: 1px solid #999; border-right: 1px solid #999;}

.dateblock li {
list-style: none;
}

#creditfooter img {display: none;}
.fb_container ul {
list-style: none;
margin: 0;
padding: 0;
}
.fb_container ul li {
padding: 0;
margin: 0;
}

#livetemp {
background: #fff;

}

.livecontent {
padding: 20px;
}

.livecontent p {
margin: 0 0 10px 0;
}


.shopblock {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	}

.shopblock tbody {
	border: 0;
}

.shopblock a {
	display: block;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

.shopblock img {
	border: none;
	margin: 0;
	padding: 0;
	}

.shopblock .iphone4cases {
	background-image: url(http://images.tipb.com/wp-content/themes/iphonify3/images/tipb_device_ad_v5/hover/iPhone-4-Cases.jpg);
	background-repeat: no-repeat;
	}

.shopblock .iphone4chargers {
	background-image: url(http://images.tipb.com/wp-content/themes/iphonify3/images/tipb_device_ad_v5/hover/iPhone-4-Chargers.jpg);
	background-repeat: no-repeat;
	}

.shopblock .iphone4more {
	background-image: url(http://images.tipb.com/wp-content/themes/iphonify3/images/tipb_device_ad_v5/hover/All-iPhone-4-Accessories.jpg);
	background-repeat: no-repeat;
	}

.shopblock .ipadcases {
	background-image: url(http://images.tipb.com/wp-content/themes/iphonify3/images/tipb_device_ad_v5/hover/iPad-Cases.jpg);
	background-repeat: no-repeat;
	}

.shopblock .ipadchargers {
	background-image: url(http://images.tipb.com/wp-content/themes/iphonify3/images/tipb_device_ad_v5/hover/iPad-Chargers.jpg);
	background-repeat: no-repeat;
	}

.shopblock .ipadmore {
	background-image: url(http://images.tipb.com/wp-content/themes/iphonify3/images/tipb_device_ad_v5/hover/All-iPad-Accessories.jpg);
	background-repeat: no-repeat;
	}

.shopblock .iphone3gcases {
	background-image: url(http://images.tipb.com/wp-content/themes/iphonify3/images/tipb_device_ad_v5/hover/iPhone-3G-iPhone-3GS-Cases.jpg);
	background-repeat: no-repeat;
	}

.shopblock .iphone3gchargers {
	background-image: url(http://images.tipb.com/wp-content/themes/iphonify3/images/tipb_device_ad_v5/hover/iPhone-3G-iPhone-3GS-Chargers.jpg);
	background-repeat: no-repeat;
	}

.shopblock .iphone3gmore {
	background-image: url(http://images.tipb.com/wp-content/themes/iphonify3/images/tipb_device_ad_v5/hover/All-iPhone-3G-iPhone-3GS-Accessories.jpg);
	background-repeat: no-repeat;
	}


.shopblock .iphone4cases a:hover img, .shopblock .iphone4chargers a:hover img, .shopblock .iphone4more a:hover img, .shopblock .ipadcases a:hover img, .shopblock .ipadchargers a:hover img, .shopblock .ipadmore a:hover img, .shopblock .iphone3gcases a:hover img, .shopblock .iphone3gchargers a:hover img, .shopblock .iphone3gmore a:hover img {
	visibility: hidden;
	}

