/* 
Theme Name: WicketPixie
Theme URI: http://chris.pirillo.com/wicketpixie-social-media-theme/
Description: Funded by <a href="http://chris.pirillo.com/">Chris Pirillo</a> and <a href="http://www.lockergnome.com/">Lockergnome</a>. Design, markup/CSS and theme development by <a href="http://mattbrett.com">Matt Brett</a>. App developed by <a href="http://chrisjdavis.org">Chris J. Davis</a>. Solid Wood backgrounds by <a href="http://www.bartelme.at/">Bartelme Design</a>. More social media discussions at <a href="http://gnomedex.com/">Gnomedex</a>.
Version: 1.0
Author: Chris Pirillo
Author URL: http://chris.pirillo.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body { font-family: "Lucida Grande", Arial, Verdana, sans-serif; background-color: #59769F; }
#logo { font-family: Georgia, Times New Roman, Times, serif; color: #FFFFFF; }
#logo a:link, #logo a:visited, #logo a:active { color: #FFFFFF; }
#logo a:hover { color: #fff; }
#description, #status p, #status a:link, #status a:active, #status a:visited { color: #FFFFFF; }
.content a:link, .content a:visited, .content a:active { color: #0000FF; }
.content a:hover { color: #000; border-bottom: 1px solid #0000FF; }
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { color: #000099; font-weight: bold; }
.content h1 a:link, .content h1 a:visited, .content h1 a:active, .content h2 a:link, .content h2 a:visited, .content h2 a:active, .content h3 a:link, .content h3 a:visited, .content h3 a:active, .content h4 a:link, .content h4 a:visited, .content h4 a:active, .content h5 a:link, .content h5 a:visited, .content h5 a:active, .content h6 a:link, .content h6 a:visited, .content h6 a:active { color: #000099; }
.content h1 a:hover, .content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover { color: #000; }
#content .comment h3 a:link, #content .comment h3 a:active, #content .comment h3 a:visited { color: #0000FF; }
#content .comment h3 a:hover { color: #000; border-bottom: 1px solid ; }
#content .comment h5 { font-family: "Lucida Grande", Arial, Verdana, sans-serif; }
#comment-form input, #comment-form textarea { font-family: "Lucida Grande", Arial, Verdana, sans-serif; }

input, textarea, select, option, button {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 1em;
}

/* CLEAR FIX */

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0 !important;
	height: 0;
	visibility: hidden;
}

button {
	background-color: #DDD;
	border-top: 1px solid #EEE;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #EEE;
	cursor:hand;
	cursor:pointer;
}

button.primary {
	background-color: #FC0;
	border-top: 1px solid #FE9;
	border-right: 1px solid #EC0;
	border-bottom: 1px solid #DB0;
	border-left: 1px solid #FC6;
	font-weight: bold;
}

button.primary:hover {
	background-color: #FB0;
}

button:hover {
	background-color: #C3CFDF;
}

	button img {
		vertical-align: middle;
	}

optgroup {
	font: 1em "Lucida Grande", Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding-left: 0.25em;
}

body {
	font-size: 62.5%;
	color: #000;
	text-align: center;
}

/* IE BUTTON-WIDTH FIX */

input.button, button.button {
   padding: 0 4px;
   width: 0;
   overflow: visible;
}

input.button[class], button[class] { /* IE ignores [class] */
	width: auto;
}

#wrapper {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	background: url("wrapper-bg.png") repeat-y 0 0;
}

/* @group topbar */

/* TOPBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#topbar {
    top: 0;
    left: 0;
	position: fixed;
	float: left;
	width: 100%;
	padding: 5px 0 19px;
	background: url("topbar-bg.png") repeat-x center bottom;
	z-index: 999;
}

#topbar ul {
	float: left;
	padding-top: 2px;
}

#topbar ul li {
	float: left;
	margin-right: 20px;
	font-size: 1.1em;
	line-height: 16px;
	text-transform: uppercase;
}

#topbar ul li a:link, #topbar ul li a:visited, #topbar ul li a:active {
	display: block;
	color: #666;
	text-decoration: none;
	padding: 1px 0 1px 21px;
}

#topbar ul li a:hover {
	color: #999;
	text-decoration: none;
}

/* topbar inner */

#topbar-inner {
    clear: both;
	width: 920px;
	margin: 0 auto;
	color: #aaa;
}

#topbar-inner ul {
	text-align: left;
}

#topbar-inner li {
	float: left;
}

#topbar-inner li a:link, #topbar-inner li a:visited, #topbar-inner li a:active {
	display: block;
	padding: 13px 13px 13px 15px;
	font: 8pt Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#topbar-inner li a:hover, #topbar-inner li:hover > a {
	color: #fff;
	text-decoration: none;
	background: url("../images/nav-li-hover.gif") repeat-x 50% 0;
}

#topbar-inner ul li ul {
	position: absolute;
	height: auto;
	width: 220px;
	background: url("../images/subnav-bg.png") repeat 0 0;
	z-index: 9999;
}

#topbar-inner ul li ul li {
	width: 260px;
}

#topbar-inner ul li:hover ul, #topbar-inner ul li.sfhover ul {
	left: -999em;
}

#topbar-inner ul li:hover ul, #topbar-inner ul li.sfhover ul {
	left: auto;
}

#topbar-inner li ul li a:link, #topbar-inner li ul li a:visited, #topbar-inner li ul li a:active {
	padding: 7px 13px 7px 15px;
	font: 8pt Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-transform: none;
}

#topbar-inner li ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#topbar-inner .dropdown {

}

#topbar-inner .bordb {
	display:block;
	visibility: hidden;
	margin: 0px;
	position: absolute;
	z-index: 999;
}

#topbar-inner .bordb ul {
	background: url("../images/topbar-dropdown.png") no-repeat 0 100%;
	padding-left: 20px;
	padding-top: 10px;
	width: 238px;
	min-height: 120px;
	max-height: 235px;
	font-size: 9pt;
}

#topbar-inner .bordb ul li a {
	padding: 4px 0 !important;
}

#topbar-inner .bordb li {
	float: left;
	width: 44%;
	margin: 0 2% 4px 0;
}

#topbar-inner .bordb form{
	clear: left;
	margin-bottom: 10px;
	color: #666;
}

#topbar-inner .bordb input{
	font-size: 9pt;
}

#topbar-inner .bordb ul li a img {
	vertical-align: middle;
}

/* topbar-search */

#topbar-admin {
	background: url("../images/topbar-wp.gif") no-repeat 0 50%;
}

#search {
	float: right;
}

#search #s {
	float: left;
	width: 134px;
	margin: 1px 5px 0 0;
	padding: 2px 3px;
	font-size: 1.1em;
	color: #666;
	background: #fff url("../images/search-input.gif") repeat-x 0 0;
	border-width: 1px;
}

#search-button {
	float: left;
}

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	clear: both;
	float: left;
	width: 100%;
	padding: 50px 0 0;
}

#header-inner {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	float: left;
	width: 400px;
	padding-top: 5px;
	font-size: 3.6em;
	line-height: 1.2em;
	text-align: left;
	white-space: nowrap;
}

#logo a:link, #logo a:visited, #logo a:active {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: underline;
}

#description {
	float: right;
	width: 500px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: right;
}

#leaderboard {
	clear: both;
	/* width: 728px;
	height: 90px; */
	padding: 3px;
	margin-bottom: 10px;
	text-align: center !important;
	/* background: url("../images/trans.png") repeat 0 0; */
}

#leaderboard img {
	display: block;
}

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
    clear: both;
	height: 42px;
	width: 950px;
	margin: 0 auto;
	padding: 9px 0 0 10px;
	background: url("nav-bg.png") no-repeat 50% 0;
}

#nav ul {
	text-align: left;
}

#nav li {
	float: left;
	
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	display: block;
	padding: 13px 13px 13px 15px;
	font: 1.3em Arial, Helvetica, Geneva, sans-serif;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover, #nav li:hover > a {
	color: #fff;
	text-decoration: none;
	background: url("../images/nav-li-hover.gif") repeat-x 50% 0;
}

#nav ul li ul {
	position: absolute;
	height: auto;
	width: 220px;
	background: url("../images/subnav-bg.png") repeat 0 0;
	z-index: 9999;
}

#nav ul li ul li {
	width: 220px;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: -999em;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: auto;
}

#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	padding: 7px 13px 7px 15px;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	color: #999;
	text-transform: none;
}

#nav li ul li a:hover {
	color: #fff;
}

#nav .dropdown {
	background: url("../images/dropdown-arrow.png") no-repeat right center;
}

#nav .bordb {
	display:block;
	visibility: hidden;
	margin: 0px;
	position: absolute;
	z-index: 999;
}

#nav .bordb ul {
	background: url("../images/topbar-dropdown.png") no-repeat 0 100%;
	padding: 10px 20px 20px;
	width: 220px;
}

#nav .bordb ul li a {
	padding: 4px 0 !important;
}

#nav .bordb ul li a img {
	vertical-align: middle;
}


/* STATUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#status {
	float: right;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	width: 500px;
	margin-bottom: 15px;
}

#status .avatar {
	float: left;
	display: block;
	margin-top: 4px;
	padding: 3px;
	background: url("../images/status-avatar-bg.png") no-repeat 0 0;
}

#status p {
	float: right;
	width: 401px;
	min-height: 30px;
	margin: 0;
	padding: 10px 20px 0 30px;
	font-size: 1.1em;
	line-height: 1.3em;
	background: url("status-top.png") no-repeat 0 0;
	overflow: hidden;
	font-weight: bold;
}

#status-bottom {
	float: right;
	width: 451px;
	height: 12px;
	background: url("status-bottom.png") no-repeat 0 100%;
}

#status ul {
	float: left;
	margin: 0;
	padding: 0 20px;
}

#status ul li {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #666;
	list-style-type: none;
	background: none;
}

#status a:hover {
	text-decoration: none;
}


/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#mid {
	float: left;
	width: 100%;
	background: url("mid-bg.jpg") no-repeat 0 0;
}

#mid-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	float: left;
	width: 680px;
	padding: 20px;
	background-color: #fff;
}

.for-external #content { width: 880px !important; }

.content a:link, .content a:visited, .content a:active {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

.content a:hover {
	
}

.content h1 {
	margin-bottom: .65em;
	font-size: 2em;
	line-height: 1.2em;
	text-transform: capitalize;
}

.content h2 {
	margin-bottom: 1em;
	font-size: 1.5em;
	line-height: 1.2em;
}

.content h3 {
	margin: 2em 0 1em;
	padding-bottom: 5px;
	font-size: 1.6em;
	line-height: 1em;
	border-bottom: 1px solid #ddd;
}

.content h4 {
	margin-bottom: .25em;
	font-size: 1.5em;
	line-height: 1em;
}

.content h5 {
	margin-bottom: 1em;
	padding-bottom: 5px;
	font-size: 1.4em;
	line-height: 1em;
	border-bottom: 1px solid #ddd;
}

.content h6 {
	margin-bottom: .25em;
	color: #000;
	font-size: 1.3em;
	line-height: 1em;
}

.recent h4 {
	margin: 0 0 0 20px;
	padding-bottom: 5px;
	font-size: 1.2em;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active, .content h2 a:link, .content h2 a:visited, .content h2 a:active, .content h3 a:link, .content h3 a:visited, .content h3 a:active, .content h4 a:link, .content h4 a:visited, .content h4 a:active, .content h6 a:link, .content h6 a:visited, .content h6 a:active {
	text-decoration: underline;
	border-bottom: 0;
}

.content h1 a:hover, .content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover {
	
}

.content p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000;
}

.content p small {
	font-size: 0.917em;
}

.content ul {
	margin: 0 0 1em 2.5em;
	list-style-type: disc;
}

.content ul li {
	margin-bottom: 0.25em;
}

.content ol {
	margin: 0 0 1em 2.5em;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
	margin-bottom: 0.25em;
}

.content li {
	margin-bottom: .5em;
	font-size: 1.2em;
	line-height: 1.7em;
}

.content blockquote {
	margin: 0 0 1em 10px;
	padding: 0 15px;
	font-style: italic;
	color: #000;
	border-left: 5px solid #eee;
}

.content strong, .content b {
	font-weight: bold;
}

.content em, .content i {
	font-style: italic;
}

#content p img {
	vertical-align: middle;
}

#content .block {
	margin-bottom: 30px !important;
	clear: both;
}

	#content .block .left-half {
		float: left;
		margin-right: 30px;
		width: 320px;
	}
	
	#content .block .right-half {
		float: left;
		width: 320px;
	}
	

#content .index {
	line-height: 1.7em;
}

	#content .index a {
		background-color: #DDD;
		border: #DDD 1px solid;
		font-size: 1.167em;
		font-weight: bold;
		padding: 0 0.25em;
	}
	
	#content .index a:hover {
		background-color: #FFF;
	}

#content .pagination {
	text-align: right;
}

#content .header-meta {
	font-size: 1.1em;
}

	#content .header-meta * {
		font-size: 1em;
	}
	
	#content .header-meta table, td , p {
		padding: 0px;
		margin: 0px;
	}
	
	#content .header-meta select {
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 1em !important;
	}

#content .form-block {
	background-color: #F6F6F6;
	border: #DDD 1px solid;
	margin-bottom: 2em;
	padding: 10px;
}

#content .message-note {
	background-color: #D1EFC2;
	border: #7CAF62 1px dashed;
	font-style: italic;
	margin-bottom: 2em;
	padding: 10px !important;
}

#content .message-error {
	background-color: #FFBFBF;
	border: #BF5F5F 1px dashed;
	font-style: italic;
	margin-bottom: 2em;
	padding: 10px !important;
}

#content .buy-block {
	background-color: #BFE8FF;
	border: #74AFCF 1px solid;
	margin-bottom: 2em;
	padding: 10px;
}

	#content .buy-price {
		font-size: 1.4em;
	}
	
		#content .buy-price strong {}
		
		#content .buy-price .old-price {
			color: #999;
		}
		
		#content .buy-price em {
			color: #C00;
		}

#content .search-block {
	background-color: #BFE8FF;
	border: #74AFCF 1px solid;
	padding: 10px 10px 4px;
	width: 380px;
}

	#content .search-block h3 {
		border-bottom-color: #74AFCF;
		margin-top: 0;
	}

#content .menu-list {
	border-top: #999 1px dashed;
	font-size: 1.3em;
	font-weight: bold;
	list-style: none;
	margin-left: 0;
	width: 260px;
}

	#content .menu-list li {
		border-bottom: #999 1px dashed;
		padding: 0;
		margin: 0;
	}
	
		#content .menu-list li a {
			border: none;
			display: block;
			padding: 3px 6px;
		}
		
		#content .menu-list li a:hover {
			background-color: #DDD;
		}

#content .see-also {
	float: left;
	margin-left: 20px;
	width: 240px;
}


/* TAB BAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content .tab-bar {
	background: #FFF url(../images/tab-bottom.png) left bottom repeat-x;
	float: left;
	font-weight: bold;
	list-style: none;
	margin: 0 0 1em 0;
	width: 680px;
}

#content .software-list-with-cat .tab-bar {
	width: 500px;
}


	#content .tab-bar li {
		background: url(../images/tab-normal-left.png) left top no-repeat;
		float: left;
		margin: 0 0 1px 2px !important;
		padding: 0 0 0 5px !important;
	}
	
	#content .tab-bar li.active {
		background: url(../images/tab-active-left.png) left top no-repeat;
		margin-bottom: 0 !important;
	}
	
		#content .tab-bar li a {
			background: url(../images/tab-normal-right.png) right top no-repeat !important;
			border-bottom: none;
			float: left;
			padding: 2px 6px 2px 0;
		}
		
		#content .tab-bar li.active a {
			background: url(../images/tab-active-right.png) right top no-repeat !important;
			padding-bottom: 3px;
		}
		
		#content .tab-bar li a:hover {}
		
			#content .tab-bar li a span {
				float: left;
				height: 16px;
				margin-top: 2px;
				width: 20px;
			}
			
			#content .tab-bar li a#tabWindows span      { background: url(../images/icon-windows.png) center center no-repeat; }
			#content .tab-bar li a#tabFree span         { background: url(../images/icon-free.png) center center no-repeat; }
			#content .tab-bar li a#tabGames span        { background: url(../images/icon-games.png) center center no-repeat; }
			#content .tab-bar li a#tabMac span          { background: url(../images/icon-apple.png) center center no-repeat; }
			#content .tab-bar li a#tabLinux span        { background: url(../images/icon-linux.png) center center no-repeat; }
			#content .tab-bar li a#tabMobile span       { background: url(../images/icon-mobile.png) center center no-repeat; }
			#content .tab-bar li a#tabPDA span          { background: url(../images/icon-pda.png) center center no-repeat; }
			#content .tab-bar li a#tabHot span          { background: url(../images/icon-top.png) center center no-repeat; }
			#content .tab-bar li a#tabEditorsPicks span { background: url(../images/icon-picks.png) center center no-repeat; }


/* AD SPACES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content .box-ads-top {
	height: 125px;
	margin-bottom: 2em;
}

	#content .box-ads-top .box-ad {
		float: left;
		height: 125px;
		margin-right: 13px;
		text-align: center;
		width: 125px;
	}
	
	#content .box-ads-top .last {
		margin-right: 0;
	}

#content .half-banner-ad-top {
	clear: left;
	float: right;
	margin-bottom: 2em;
}

#content .banner-ad {
	margin: 0 auto 2em !important;
	width: 468px !important;
}

#content .big-box-ad-left {
	float: right;
	margin: 0 0 10px 0;
}

#content .link-ads {
	margin: 0.25em 0 !important;
}

/* CATEGORY LIST */

#content .category-list-supp {
	border-top: #DDD 1px solid;
	float: left;
	height: 300px;
	width: 158px;
}

	#content .category-list-supp .menu1 {
		border-bottom: #DDD 1px solid;
		display: block;
		font-size: 1.3em;
		font-weight: bold;
		margin: 0;
		padding: 4px 0;
		text-decoration: none;
	}
	
	#content .category-list-supp .menu2 {
		border-bottom: #DDD 1px solid;
		display: block;
		font-size: 1.1em;
		padding: 4px 0 4px 10px;
	}
	
	#content .category-list-supp a:hover {
		background-color: #EEE;
	}


/* SOFTWARE LIST
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content .software-list {
	margin: 2em 0;
}

#content .software-list-with-cat {
	clear: none !important;
	margin: 0 0 2em 180px;
}

	#content .software-list .misc-links {
		margin: 0.25em 0 1.5em !important;
	}
	
	#content .software-list .list-actions {
		margin: 0 0 2em;
	}
	
		#content .software-list .list-actions li {
			display: inline;
			font-size: 1.1em;
			margin: 0 0.3em 0 0;
			padding: 0;
		}
		
			#content .software-list .list-actions li img {
				vertical-align: middle;
			}
	
	#content .software-list .list-items {
		border: #97ABC6 1px solid;
		list-style: none;
		margin: 0;
		padding: 10px;
	}
	
	#content .left-half .list-items,
	#content .right-half .list-items {
		border: none;
		padding: 0;
	}
	
		#content .software-list .list-items ol {
			margin: 0;
		}
	
		#content .software-list .list-items .item {
			clear: both;
			list-style: none;
			margin-top: 0px;
			margin-bottom: 0;
			padding: 8px 8px 8px 48px;
		}
		
		#content .software-list-with-cat .list-items .item {
			clear: none;
		}
		
		#content .software-list .list-items .item:hover {
			background-color: #D1DEEF;
		}
		
			#content .software-list .list-items .item img.platform,
			#content .software-list .list-items .item img.icon {
				float: left;
				margin-left: -40px;
				max-height: 32px;
				max-width: 32px;
				font-size: 0;
			}
			
			#content .software-list .list-items .item .details {
				float: right;
				font-size: 0.917em;
				margin-left: 10px;
				line-height: 1.2em;
				width: 180px;
			}
			
				#content .software-list .list-items .item .details div {
					margin-bottom: 2px;
				}
				
					#content .software-list .list-items .item .details div span {
						color: #777;
					}
			
			#content .software-list .list-items .item .title {
				border: none;
				font-size: 1.167em;
				line-height: 1.2em;
				margin: 0 0 0.375em !important;
				padding: 0 !important;
			}
			
			#content .software-list .list-items .item .title br {
				display: none;
			}

			#content .software-list .list-items .item p.description {
				font-size: 1em;
				line-height: 1.25em;
				margin: 0 0 0.333em;
			}
			
			#content .software-list .list-items .item .meta {
				font-size: 0.917em;
				line-height: 1.2em;
				margin: 0 0 0.273em;
				padding: 0;
			}
			
				#content .software-list .list-items .item .meta li {
					color: #777;
					display: inline;
					font-size: 1em;
					line-height: 1.2em;
					list-style: none;
					margin: 0 0.3em 0 0;
					padding: 0;
				}
				
					#content .software-list .list-items .item .meta li a {
						font-weight: bold;
					}
			
			/* Description callout */
			
			#content .software-list .list-items .item .callout {
				background-color: #DFEDFF;
				border: #DDD 1px solid;
				left: 40px;
				position: absolute;
				padding: 8px;
				top: 22px;
				width: 620px;
				z-index: 999;
			}
				
					#content .software-list .list-items .item .callout .description p {
						font-size: 1em;
						line-height: 1.25em;
						margin-left: 170px;
					}
					
					#content .software-list .list-items .item .callout .description .price {
						margin-left: 170px;
					}
					
						#content .software-list .list-items .item .callout .description .price .old-price {
							color: #999;
						}
						
						#content .software-list .list-items .item .callout .description .price em {
							color: #C00;
						}
				
				#content .software-list .list-items .item .callout .screenshot {
					float: left;
					text-align: center;
				}
				
					#content .software-list .list-items .item .callout .screenshot img {
						display: block;
					}
					
					#content .software-list .list-items .item .callout .screenshot .caption {
						font-size: 0.833em;
						line-height: 1.5em;
					}
	
	#content .software-list .list-categories {
		font-size: 1.083em;
		font-weight: bold;
		line-height: 1.2em;
		list-style: none;
		margin: 0;
	}
	
		#content .software-list .list-categories li {
			float: left;
			text-align: left;
			margin: 0 4px 4px 0;
			width: 214px;
		}
		
			#content .software-list .list-categories li a {
				background-color: #F6F6F6;
				border: #DDD 1px solid;
				border-left-width: 4px;
				display: block;
				padding: 4px 8px;
			}
			
			#content .software-list .list-categories li a:hover {
				background-color: #BFE8FF;
				border-color: #74AFCF;
				display: block;
				padding: 4px 8px;
			}
			
			#content .software-list .list-categories li .count {
				color: #666;
				font-size: 0.786em;
				font-style: italic;
				font-weight: normal;
			}


/* SOFTWARE DETAILS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content .software-details {
}

	#content .software-details .actions {
		border: #DDD 1px solid;
		background-color: #F6F6F6;
		margin-bottom: 2em;
		padding: 5px;
	}

		#content .software-details .actions ul {
			margin: 0 0 0.5em;
			padding: 0;
		}
		
			#content .software-details .actions li {
				display: inline;
				margin: 0 0.3em 0 0;
				padding: 0;
			}
	
	#content .software-details .meta {
		font-size: 0.917em;
		line-height: 1.2em;
		margin: 0 !important;
		padding: 0;
	}
	
		#content .software-details .meta li {
			display: inline;
			line-height: 1.2em;
			list-style: none;
			margin: 0 1em 0 0;
			padding: 0;
		}
		
			#content .software-details .meta li strong {
				color: #333;
			}
			
			#content .software-details .meta li .old-price {
				color: #999;
			}
			
			#content .software-details .meta li em {
				color: #C00;
			}
	
	#content .software-details .dp-rating {
		float: right;
		margin-left: 1em;
	}
	
		#content .software-details .dp-rating a {
			border-bottom: none !important;
		}
	
	#content .software-details .screenshot {
		float: left;
		margin: 0 1em 1em 0;
		text-align: center;
	}
	
		#content .software-details .screenshot img {
			display: block;
		}
		
		#content .software-details .screenshot .caption {
			line-height: 1.5em;
		}
	
	#content .software-details .specifications {
		background-color: #F6F6F6;
		border-bottom: #DDD 1px solid;
		border-left: #DDD 1px solid;
		border-right: #DDD 1px solid;
		clear: both;
		font-size: 1.2em;
		line-height: 1.5em;
		margin-bottom: 2em;
	}
	
		#content .software-details .specifications dt {
			border-top: #DDD 1px solid;
			clear: left;
			color: #666;
			float: left;
			padding: 5px 0 5px 5px;
			width: 150px;
		}
		
		#content .software-details .specifications dd {
			border-top: #DDD 1px solid;
			padding: 5px 5px 5px 160px;
		}
		
			#content .software-details .specifications dd img {
				vertical-align: middle;
			}
	
	#content .software-details p.screenshots {}
	
		#content .software-details p.screenshots img {
			display: block;
			margin: 0 auto 1em;
			max-width: 680px;
		}
	
	#content .software-details .snippet {
		clear: left;
		margin-bottom: 2em;
		padding-bottom: 1px;
	}
	
		#content .software-details .snippet .promo {
			color: #D00;
			font-weight: bold;
		}
		
		#content .software-details .snippet table img {
			float: left;
			margin: 0 5px;
		}


/* FIELD GROUP
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content .field-group {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

	#content .field-group .main-label {
		display: block;
		font-weight: bold;
		margin-bottom: 0.25em;
	}
	
	#content .search-block .field-group input.text {
		width: 280px;
	}
	
	#content .search-block .field-group select {
		min-width: 200px;
	}

/* categories table */

#tblCategories {}

	#tblCategories p {
		font-size: 1em;
		margin-right: 25px;
		margin-bottom: 2em;
		width: 200px;
	}

#tblCategories br { display: none; }
#tblCategories a:hover { background-color: #EEE; }

#tblCategories .catmajor {
	border-top: #DDD 1px solid;
	display: block;
	font-size: 1.083em;
	padding: 4px 0;
}

#tblCategories .catminor {
	display: block;
	font-size: 0.917em;
	padding-left: 10px;
}


/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 28px 30px 40px;
	text-align: left;
	color: #666;
	background: url("footer-bg.png") no-repeat 0 0;
}

.for-external #footer {
	padding-top: 16px !important;
	background-position: 0 -12px !important;
}

#footer-credits, #footer-meta {
	width: 49%;
}

#footer-meta {
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

#footer a:hover {
	color: #ccc;
	border-bottom: 1px solid #666;
}

#footer p {
	font-size: 1.1em;
}

#footer ul {
	margin-bottom: 10px;
}

#footer ul li {
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 1.1em;
	border-left: 1px solid #999;
}

#footer ul li.first {
	border-left: none;
}


/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.feed {
	padding: 1px 0 1px 15px;
	background: url("../images/icon-feed.png") no-repeat 0 50%;
}

.valid {
	padding: 1px 0 1px 15px;
	background: url("../images/icon-tick.png") no-repeat 0 50%;
}

table, td, tr, th {
	font-size: 8pt;
	line-height: 1.4em;
	vertical-align: text-top;
	padding-bottom: 20px;
	padding-right: 20px;
}

.column_left_b {
	width: 225px;
	float: left;
	padding: 20px;
	border-right: 1px solid #cccccc;
}

.column_center_b {
	padding: 20px;
	width: 225px;
	float: left;

}

.column_left_b img, .column_center_b img {
	margin: 3px 10px 5px 0px;
	padding: 0px;
	float: left;
	height: 32px;
	border: none;
}

.footerblocks {
	padding-top: 40px;
}

#footerblocks ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#footerblocks li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	line-height: 14px;
	list-style-type: none;
	background: #fff;
	clear: both;
}

#mainpage
{
	position: relative;
	right: 0px;
	bottom: -41px;
	left: +255px;
}

#bookmark
{
	display: block;
	float: left;
	position: absolute;
	z-index: 24;
	background: url("../images/bookmark-bk.gif") repeat-x 0 0;
	border: 1px solid #777777;
	width: 210px;
	padding: 6px;
}

#bookmark table
{
	width: 210px;
	vertical-align: text-top;
	padding: 0px;
	border: 0px;
}

#bookmark select
{
	width: 210px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	border: 1px solid silver;
}

#bookmark span, td
{
	font: 9pt Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	padding: 0px;
}

.bookmark
{
	font: 1.3em Arial, Helvetica, Geneva, sans-serif;
	color: #ccc;
}

.select
{
	font-size: 12px;
}