/***********************
 * Global CSS          *
 ***********************/
* {
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

:focus { 
outline-style: none;
outline-width: 0;
} 

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 1px;
}

ol, ul {
	list-style: none;
}

strong, b {
	font-weight: bold;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #a04040;
	text-decoration: underline;
}

.checkbox {
	vertical-align: 20%;
}

.pack_it {
	cursor: pointer;
}

.title {
	margin: 10px 0px 20px;
}

.paging {
	float: right;
	font-weight: normal;
	font-size: 8pt;
}

.paging li {
	float: left;
	margin-left: 10px;
}

.message {
	color: #820203;
}

.button {
	color: #ffffff;
	background: #555555;
	border-width: 1px;
	border-style: solid;
	border-color: #8e8e8e #494949 #494949 #8e8e8e;
	padding: 4px;
	margin: 3px;
	cursor: pointer;
}

.button.red {
	background: #1A385B
}

.button:hover {
	border-color: #494949 #8e8e8e #8e8e8e #494949;
	color: #cccccc;
}

.switch, .simple_switch {
	width: 95px;	
	height: 25px;
	margin-bottom: 4px;
	margin-left: 4px;
	text-align: center;
	background-color: #D9D9D9;
	border-width: 1px;
	border-style: solid;
	border-color: #8e8e8e #494949 #494949 #8e8e8e;
	color: #444444;
	font: normal normal bold 8pt Tahoma, Helvetica, sans-serif;
	padding-top: 11px;
}

.switch.multiline, .simple_switch.multiline {
	padding-top: 4px;
	height: 32px;
}

.switch:hover, .simple_switch:hover {
	border-color: #494949 #8e8e8e #8e8e8e #494949;
	background-color: #cccccc;
	color: #333333;
	cursor: pointer;
}

.switch:active, .simple_switch:active{
	background-color: #aaaaaa;
}

.switch.on, .simple_switch.on{
	background-color: #76899E;
	color: black;
}

.switch.on:hover, .simple_switch.on:hover{
	background-color: #6B7B8C;
}

.switch.on:active, .simple_switch.on:active{
	background-color: #606D7C;
}

.simple_switch
{
	height: auto;
	width:95%;
	padding-bottom:8px
}

.tooltip {
	border-bottom: 1px dotted #aaaaaa;
	padding-bottom: -5px;
}

.more {
	font-size: 8pt;
	font-weight: bold;
}

.leftbox {
	float: left;
}

.rightbox {
	float: right;
}

.error {
	border-color: red !important;
	border-width: 2px !important;
}

.divider {
	display: block;
	border-bottom: 1px solid #cccccc;
	margin: 3px 20px;
}

.divider.dashed {
	border-style: dashed;
}

select[multiple="multiple"] {
	height: auto;
}

.nav_bar
{
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
	height: auto;
}

.nav_bar_link
{
	font: bold 10pt Tahoma, Helvetica, sans-serif;
	color: #4387AE;
}

.nav_bar_separator
{
	font: bold 9pt ArialBlack, Arial, sans-serif;
	color: Black;
}

.sitemap_tree
{
	list-style-type: disc;
	position: relative;
	margin-left: 35px;
	color: #a04040;
	font-weight: normal;
}
.sitemap_subtree
{
	list-style-type: none;
	position: relative;
	margin-left: 0;
	color: #a04040;
	font-weight: bold;
}

.category_border
{
	font: bold 12pt Tahoma, Helvetica, sans-serif;
	color: #a04040;
}
/***********************
 * Main Struction   	 *
 ***********************/
body {
	font: normal 10pt/ 150% Tahoma, Helvetica, sans-serif;
	letter-spacing: .02em;
	background: #b7cecd url(images/bg_img.png);
	line-height: 120%;
}

#wrap {
	width: 980px;
	margin: 0px auto;
	background-color: white;
}

#header {
	width: 972px;
	height: 79px;
	margin: 0px auto;
	padding: 0 2px;
	border: 2px solid white;
	background: White url('../../../assets/images/header-bg.png') repeat-x;
}

#header img 
{
	padding-left: 23px;
	padding-top:  16px;
	position: absolute;
}

#bread_crumb {
	font-size: 8pt;
	font-weight: bold;
}

#main .message {
	display: none;
	margin: -15px auto 10px;
	margin-top: 5px;
	width: 400px;
	text-align: center;
	font-size: 9pt;
	background: #ffffbb;
	padding: 5px 50px;
	color: #820203;
	font-weight: bold;
	border: 1px solid #E0E0E0;
}

.search_element {
	color: #aaaaaa;
}

#site_search #site_search_field {
	float: right;
	height: 19px;
	width: 190px;
	background-color: white;
	margin-top: 15px;
	margin-right: 5px;
	padding-top: 1px;
	padding-left: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa #555555 #555555 #aaaaaa;
	font: bold 9pt Tahoma, Helvetica, sans-serif;
}

#site_search .button {
	margin-top: 15px;
	margin-right: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
	border-color: #CD9201;
	background-color: #FFE5A1;
	color: #363636;
	font-weight: bold;
}

#site_search .button:hover
{
	border-color: #CD9201;
}

#header .account_link {
	float: right;
	margin: 14px 10px 0px;
	font: bold 10pt Tahoma, Helvetica, Sans-Serif;
	color: white;
}


/*********************
 * Modal CSS         *
 *********************/
.modal {
	position: fixed;
	left: 50%;
	background-color: #333333;
	border: 2px solid white;
	border-top: none;
	padding: 0px 3px 3px 3px;
	z-index: 100;
}

.modal .banner {
	background-color: #1A385B;
	height: 30px;
	padding: 10px 20px 0px;
	font-weight: bold;
	font-size: 12pt;
	color: white;
}

.modal .lb_outer {
	border-top: 3px solid #333333;
}

/*********************
 * Login CSS         *
 *********************/
#login {
	top: -1000px;
	margin-left: -235px;
	width: 470px;
	z-index: 10001;
}

#login .lb_inner {
	padding: 15px 16px 13px;
}

#login.litebox input[type="text"],
#login.litebox input[type="password"] {
	width: 175px;
}

#login table {
	margin: 0 auto;
}

#login td {
	vertical-align: middle;
	padding: 2px 5px;
}

#login label {
	margin-right: 0px;
}

#login .button {
	width: 60px;
}

#login .help {
	padding-left: 2px;
	position: relative;
	z-index: 10002;
}

#login .message {
	padding-left: 10px;
	vertical-align: top;
}

#login #external_logins td {
	padding-top: 5px;
	border-top: 1px solid #E0E0E0;
}

/*********************
 * Register CSS      *
 *********************/
#register {
	top: -1000px;
	margin-left: -235px;
	width: 500px;
	z-index: 10001;
}

#register .lb_inner {
	padding: 15px 16px 13px;
}

#register.litebox input[type="text"],
#register.litebox input[type="password"] {
	width: 175px;
}

#register table {
	margin: 0 auto;
}

#register td {
	vertical-align: middle;
	padding: 2px 5px;
}

#register label {
	margin-right: 0px;
}

#register .button {
	width: 60px;
}

#register .help {
	padding-left: 2px;
	position: relative;
	z-index: 10002;
}

#register .message {
	padding-left: 10px;
	vertical-align: top;
}

/*******************************
 * Social CSS *
 *******************************/
#social {
	top: -1000px;
	width: 540px;
	margin-left: -270px;
}

#social .banner {
	background-image: url(images/radarsync_logo_home_flipbox.png);
	background-repeat: no-repeat;
	background-position: 423px 50%;
	width: 500px;
}
#social td {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 3px;
	vertical-align: middle;
}
#social label {
	margin-right: 10px;
}
#social .button {
	width: 105px;
}
#social table {
	margin: 5px auto 0px;
}
/*******************************
 * Download Tip CSS *
 *******************************/
#download_tip {
	top: -1000px;
	width: 540px;
	margin-left: -270px;
	
}

#download_tip .banner
{
	widows: 500px;
}

#download_tip .banner > span
{
	font-size: 19px;
	padding-left: 310px;
	vertical-align: middle;
	float: right;
}

#download_tip td 
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 3px;
	vertical-align: middle;
}
#download_tip label {
	margin-right: 10px;
}
#download_tip .button {
	width: 105px;
}
#download_tip table {
	margin: 5px auto 0px;
}
/*******************************
 * Packzoola Modal Pack It CSS *
 *******************************/
#pack_it {
	top: -1000px;
	width: 540px;
	margin-left: -270px;
}

#pack_it table {
	margin: 5px auto 0px;
}

#pack_it .col2 {width: 260px;}

#pack_it .banner {
	background-image: url(images/packzoola_small.png);
	background-repeat: no-repeat;
	background-position: 423px 50%;
	width: 500px;
}

#pack_it #item_name {
	line-height: 120%;
	color: #820203;
	margin-bottom: 2px;
}

#pack_it .help {
	margin-bottom: 3px;
}

#pack_it td {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 3px;
	vertical-align: middle;
}

#pack_it label {
	margin-right: 10px;
}
#pack_it .button {
	width: 105px;
}

#pack_it input[type="text"] {
	width: 250px;
}

#pack_it select {
	width: 260px;
	height: 27px;
}

#pack_it img {
	margin-left: 4px;
	vertical-align: middle;
}

#pack_it #new_pack_row {
	display: none;
}


/*******************************
 * Share It CSS *
 *******************************/
#share_it {
	top: -1000px;
	width: 540px;
	margin-left: -270px;
}

#share_it #shared_item_name {
	line-height: 120%;
	color: #820203;
	margin-bottom: 2px;
}

#share_it .label {
	vertical-align: top;
}

#share_it .help {
	padding-left: 2px;
}
	


/*********************
 * Nav CSS           *
 *********************/

/* CSS Document */
ul#cssmenu {
		width:973px;
		margin: 0px auto 5px;
		border: 0 none;
		padding: 0;
		list-style: none;
		height: 30px;
		font: bold 9pt Tahoma, Helvetica, sans-serif;
		border-left: 2px solid white;
		border-right: 3px solid white;
		background: #333333 url('../../../assets/images/menu-bg.png') repeat-x;
}

ul#cssmenu li {
		margin: 0;
		border: 0 none;
		padding: 0;
		float: left;
		display: inline;
		list-style: none;
		position: relative;
		height: 30px;
		width: 16.66%;
		text-align: center;
}


ul#cssmenu ul {
		margin: 0;
		border: 0 none;
		padding: 0;
		width: 139px;
		list-style: none;
		display: none;
		position: absolute;
		top: 30px;
		left: 0;
}

ul#cssmenu ul.wide
{
	width: 100%;
}



ul#cssmenu ul li {
		width: 139px;
		float: left;
		display: block !important;
		display: inline;
		height: 30px;
		z-index:9999;
}

ul#cssmenu ul.wide li {
	width: 100%;
}

/* Main Menu */
ul#cssmenu ul li {
		background: #333333;
}

ul#cssmenu ul a {
		background: #333333;
}

ul#cssmenu a {
		border: 0px;
		padding: 0px;
		float: none !important;
		float: left;
		display: block;
		color: #FFFFFF;
		font: 14px Arial;
		text-decoration: none;
		height: auto;
		margin-top:7px;
}

/* Main Menu Hover */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {
		background: #4387AE;
		color:#FFFFFF;
		height: 23px;
}

ul#cssmenu li:hover,
ul#cssmenu li.iehover{
		background: #4387AE;
		color:#FFFFFF;
		height: 30px;
}

/* Second Menu */
ul#cssmenu li:hover li a,
ul#cssmenu li.iehover li a {
		float: none;
		background: #333333;
		color: #FFFFFF;
		height: 23px;
		margin-top:7px;
}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover,
ul#cssmenu li:hover li:hover a,
ul#cssmenu li.iehover li a:hover,
ul#cssmenu li.iehover li.iehover a {
		background: #4387AE;
		color:#FFFFFF;
		height: 23px;
		margin-top:7px;
}

ul#cssmenu ul ul {
		display: none;
		position: absolute;
		top: 0;
		left: 139px;
}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
		display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
		display: block;
} 

/**********************
 * Body Structure CSS *
 **********************/
#main {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

#main_divider {
	padding-right: 5px;
	border-right: 1px solid green;
	height: 400px;
}

#sidebar {
	margin-right: 5px;
	float: right;
}

.remove_ad a {
	font-size: 7pt;
}

#top .ad {
	width: 880px;
	height: 90px;
	padding: 15px 0px 20px 0px;
	margin: 0px auto;
}

#sidebar .ad {
	margin-bottom: 10px;
}

#bottom .ad {
	margin: 10px auto 0px;
	padding-bottom: 10px;
	width: 728px;
}

#bottom #links {
	padding: 5px 0px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-left: 15px;
	margin-right: 15px;
}

#bottom #links li {
	font: normal 8pt Tahoma, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0px 15px;
	text-align: center;
	display: inline;
}

#footer {
	padding: 5px 0px 10px 0px;
	text-align: left;
	font-size: 7pt;
	font-weight: bold;
	color: #555;
	width: 980px;
	margin: 0px auto;
	vertical-align: middle;
	line-height: 21px;
	
}

/*********************
 * Content CSS       *
 *********************/
h1 {
	color: #09294F;
	font-weight: bold;
	font-size: 25px;
	font-family: Arial;
	line-height: 25px;
}

h2 {
	color: #525252;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial;
}

h3 {
	color: #0A2A50;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
}

h5 {
	color: #545454;
	font-weight: bold;
	font-size: 10pt;
}

#registration h5, #software_search h5 {
	margin-top: 15px;
	margin-bottom:3px;
}

h6 {
	color: #545454;
	font-weight: bold;
	font-size: 8pt;
}

.first_header {
	margin-top: 0px !important;
}


/*********************
 * Homepage CSS      *
 *********************/
#home .title {
	font-size: 12pt;
	line-height: 150%;
	text-align: center;
	margin-bottom: 0px;
}

#home-content
{
	font-family: Arial;
	font-size: 14px;
}

#home-features h2
{
	color: #4387AE;
}

#home-features
{
	color: #232323;
	font-family: Arial;
	font-size: 14px;
	margin-top: 40px;
}

#home #home_search h2 {
	margin-left: 10px;
}

#home #home_search .button {
	font-size: 12pt;
	padding: 4px 7px 5px;
	margin: 0;
	margin-left: 20px;
	height: 37px;
}

#home #home_search input[type="text"] {
	font-size: 15pt;
	margin-top: 10px;
	height: 30px;
	width: 650px;
}

#home .flipbox {
	margin: 20px auto;
	width: 602px;
}

#home .flipbox .lb_inner {
	height: 225px;
	overflow: hidden;
}

.lists {
	margin-left: 21px;
	margin-top: 20px;
}

.list {
	float: left;
	margin-right: 30px;
}

.list.last, .list.last .entries {
	border: none;
	margin-right: 0px;
}

.list_title {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 14px;
}

.entries {
	border-right: 2px dotted #aaaaaa;
	padding-right: 17px;
}

.entry {
	background: url(images/goto_arrow.png) no-repeat 0 4px;
	margin-bottom: 10px;
	padding-left: 14px;
	width: 170px;
}

.entry_title a {
	color: #a04040;
	font-size: 9pt;
	font-weight: bold;
}

.entry_subtitle {
	font-size: 7pt;
	color: #CE6A6A;
	line-height: 100%;
}

.entry_description {
	font-size: 8pt;
	line-height: 100%;
	margin-top: 3px;
}
 
/*********************
 * Registration CSS  *
 *********************/
#registration .leftbox {
	max-width: 200px;
}

#registration td {
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: middle;
}

.lb_user_photo #load_profile {
	margin-left: 0px;
}

#registration #antispam {
	border: 1px solid #333;
	background-color: #A07878;
	text-align: center;
	line-height: 125px;
	font-size: 20pt;
}


/*********************
 * Round Box CSS     *
 *********************/
.round .lb_outer {
	margin-bottom: 10px;
}

.round .lb_inner {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10pt;
	font-weight: bold;
}

.round .title {
	background: url(images/round_border.png) no-repeat 0 8px;
	margin: 0px;
	padding-left: 38px;
	padding-bottom: 20px;
}

.round .subtitle {
	padding-bottom: 8px;
}

.round .content {
	border-left: 2px solid #d8d8d8;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: -10px;
}

.round .lb_rows .col0 {width:  15px; margin-right: 5px;}

.round li .col0 {border: none;}

.round .drawer {
	display: none;
	margin-left: 25px;
}

.round .drawer_handle {
	background: url(images/close_arrow.png) no-repeat 7px 10px;
	cursor: pointer;
	margin-top: 2px;
	width: 10px;
	height: 24px;
}

.round .drawer_handle.open {
	background-image: url(images/open_arrow.png);
}

.round .cabinet {
	border-top: 1px solid #E0E0E0;
}

.round .cabinet.first {
	border-top: none;
}

.round .cabinet.row_header div {
	margin-top: 0px;
	padding-top: 0px;
}

.round .cabinet div {
	font-size: 10pt;
	margin: 3px 0px;
}

.round .cabinet.row_header {
	border-top: none;
	margin-bottom: 0px;
	padding-top: 0px;
}

.round .lb_rows .lb_outer {
	margin-top: 7px;
}

.round .description {
	font-size: 9pt;
	font-weight: normal;
	text-align: justify;
	line-height: 150%;
	margin-bottom: 5px;
	padding: 0;
}

.versions table {width: 388px; margin-top: 15px;}
.versions .col1 {width: 173px;}
.versions .col2 {width: 145px;}
.versions .col3 {width: 70px;}

.versions td {
	font-weight: normal;
	font-size: 8pt;
	padding: 3px 5px 1px;
}

.stats img {
	margin: 10px auto;
}


/*********************
 * Flipbox CSS       *
 *********************/
.flipbox {
	padding-bottom: 20px !important;
	max-width: 678px;
}

.flipbox .lb_inner {
	padding: 0px;
	/* padding: 20px 25px; */
}

.flipbox .flip_content {
	display: none;
}

.flipbox .flip_content.on {
	display: block;
}
 
.flipbox .pagination {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}
 
.flipbox .pagination li {
	float: left;
	background: url(images/flipbox_dot.png) no-repeat 0 0;
	width: 11px;
	height: 11px;
	margin: 4px 2px 2px 0;
	cursor: pointer;
}

.flipbox .pagination li.on {
	background-position: 0 -12px;
}


/***************************
 * User Profile Header CSS *
 ***************************/
#profile {
	float: left;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 12pt;
}

#profile .lb_user_photo {
	float: left;
	margin-right: 50px;
	font-size: 7pt;
}

#profile ul {
	float: left;
}

#profile li div {
	float: left;
	margin-bottom: 5px;
}

#profile li {
	clear: left;
}

#profile .label {
	font-weight: normal;
	font-size: 10pt;
}


#profile #member_since {
	font-size: 8pt;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 20px;
}

#profile .col1 {width: 90px;}
#profile .col2 {width: 120px;}


/*******************
 * My Packs CSS    *
 *******************/
#my_packs #profile {
	margin-bottom: 40px;
	margin-top: 15px;
}

#my_packs .lb_rows .drawer_handle {background-position: 7px 13px;}
#my_packs .lb_rows .col1 {width: 425px; padding: 0px;}
#my_packs .lb_rows .name {width: 313px; line-height: 14pt;}
#my_packs .lb_rows .tools img {margin-right: 5px; margin-top: 2px;}
#my_packs .lb_rows .col2 {width: 70px;}
#my_packs .lb_rows .col3 {width: 70px;}
#my_packs .lb_rows .col4 {width: 70px;}
#my_packs .lb_rows .tools  {text-align: center;}

#my_packs .lb_rows .item_count,
#my_packs .lb_rows .tracker_count,
#my_packs .lb_rows .popularity {text-align: center; padding-top: 8px;}

#my_packs .lb_rows .row_header .col2,
#my_packs .lb_rows .row_header .col3,
#my_packs .lb_rows .row_header .col4 {padding-top: 0px; text-align: center;}

#my_packs .lb_rows li .tools {
	text-align: center;
	cursor: pointer;
	display: none;
}

.private {
	background: url(images/lock.png) no-repeat 50% 50%;
	min-width: 16px;
	min-height: 18px;
}

#no_packs, #no_items {
	display:none;
	margin: 10px 0px 0px 30px;
	padding-top: 15px;
	font-weight: bold;
}

#pack_editor, #item_editor, #new_pack {
	display: none;
}

#my_packs label {
	font-weight: bold;
}

#my_packs .pack {
	padding-top: 0px;
}

#my_packs .pack_metadata td {
	vertical-align: top;
}

#my_packs .pack_metadata .col1 {width: 200px;}
#my_packs .pack_metadata .col2 {width: 400px; margin-right: 20px;}

.pack_metadata p {
	margin: 0;
	margin-bottom: 10px;
	margin-right: 20px;
}

#pack_editor .message {
	margin-top: auto;
	float: none;
}

#pack_editor .help {
	position: relative;
	top: 4px;
	left: 3px;
}

#my_packs .pack_items.lb_rows li .col1 {width: 275px; padding: 0px;}
#my_packs .pack_items.lb_rows li .item_name {width: 194px; line-height: 15pt;}
#my_packs .pack_items.lb_rows li .col2 {width: 305px;}
#my_packs .pack_items.lb_rows li .tools {width: 71px;}

#my_packs .item_notes {
	margin-bottom: 10px;
	text-align:center;
}

#item_editor {
	width: 150px;
}

#my_packs li .status 
{
	margin-top: 10px;
	margin-bottom: 10px;	
}

#my_packs .statusupdates 
{
	margin-left: 20px;
}

#my_packs .status_email
{
	display: inline;
	width:600px;
}

#my_packs .email_passive 
{
	cursor: pointer;
	color: Black;
	width: 100px;
	float:none;
}

#my_packs .email_active
{
	cursor: default;
	color: Blue;
	width: 100px;
	float:none;
}
/***********************
 * Software Search CSS *
 ***********************/
#software_search #control_panel {
	font-size: 8pt;
	line-height: 10pt;
	width: 200px;
}

#software_search .round {
	font-size: 11pt;
	font-weight: bold;
	width: 475px;
}

#software_search .round .content {width: 550px;}
#software_search .lb_rows .cabinet .col1 {width:  265px;}
#software_search .lb_rows .row_header .col3 {width: 60px;}

#software_search #control_panel tr td:first-child .switch {
	margin-left: 0px;
}

#software_search #control_panel input[type="text"] {
	width: 190px;
}

#software_search #control_panel .divider {
	margin-top: 15px;
}

#software_search table td {
	width: 0px;			/* These are important to stop cells from filing */
	height: 0px;		/* any extra space they find in the layout */
	vertical-align: top;
}

#software_search #control_panel a {
	margin-left: 10px;
	line-height: 170%;
}

#control_panel input[type="button"] {
	float: right;
	margin: 3px 0px 3px 2px;
}

#software_search #control_panel .help {
	margin-top: 7px;
	margin-left: 2px;
}


/*********************
 * Item Detail CSS   *
 *********************/
#item_detail .round.leftbox {
	width: 520px; 
}

#item_detail .description {
	font-size: 10pt;
	line-height: 16pt;
	margin-bottom: 20px;
}

#item_detail .about.rightbox {
	width: 230px;
	margin-top: 10px;
	margin-bottom: 150px;
}

#item_detail .vendor_logo {
	margin-left: 34px;
	margin-bottom: 25px;
	overflow: hidden;
}

#item_detail .pack_count {
	font-size: 8pt;
	font-weight: bold;
	padding-left: 26px;
	padding-bottom: 5px;
	color: #a04040;
}
	

#item_detail #stats h3 {
	margin-bottom: 10px;
}

.categories {
	float:left;
}

.categories li {
	visibility: hidden;
	background-position: 6px 50%;
	background-repeat: no-repeat;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px 4px;
	padding-left: 30px;
	width: 74px;
	height: 14px;
	margin: 1px 0px 3px 20px;
}

.categories .online_app {background-image: url(images/icon_online_app.png);}
.categories .freeware {background-image: url(images/icon_freeware.png);}
.categories .open_source {background-image: url(images/icon_open_source.png);}
.on {visibility: visible !important;}

.about {clear: both;}
.about h3 {margin-bottom: 8px; margin-top: 10px;}

.wide_buttons .switch {
	background-image: url(images/big_download_arrow.png);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	padding: 4px 5px 4px 40px;
	font-size: 8pt;
	text-align: left;
	width: 160px;
	margin: 5px 0px 10px;
}

.wide_buttons .switch:hover {
	background-position: 4px -36px;
}

#item_detail .title h1 {
	font-size: 14pt;
	line-height:14pt;
}

/**************************
 * Function Buttons CSS   *
 **************************/

.functions {
	float: right;
}

/*.functions .button, .pack_items .button {
	text-align: left;
	padding-left: 25px;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	width: 110px;
	background-color: #F2C2C2;
	background-repeat: no-repeat;
	background-position: 6px 50%;
	margin: 1px 0px;
}

.functions .button:hover {
	color: black;
	background-color: #E2B5B5;
}

.functions .button[value="Pack It!"] {background-image: url(images/add_to_pack.png);}
.functions .button[value="Pack and share"] {background-image: url(images/share.png);}
.functions .button[value="Share It!"] {background-image: url(images/email.png);}
.functions .button[value="Track It!"] {background-image: url(images/update_alert.png);}
.functions .button[value="Untrack It!"] {background-image: url(images/update_alert.png);}
.functions .button[value="Show Packs"] {background-image: url(images/show_packs.png);}
.pack_items .button[value="Share"] {background-image: url(images/share.png);}
.pack_items .button[value="Packzoola it!"] {background-image: url(images/show_packs.png);}
.functions .button[value="New Pack"] {background-image: url(images/add.png);}

*/
/*********************
 * Pack Detail CSS   *
 *********************/
.item_detail.pack .round.leftbox {
	margin-top: 25px;
}

.item_detail.pack .round.leftbox p {
	margin-top: 5px;
	margin-bottom: 15px;
}


.item_detail.pack #pack_name {
	min-height: 30px;
	background: url(images/mypack.jpg) no-repeat;
	padding-left: 55px;
	padding-top: 15px;
}

.item_detail.pack .credits {
	float: left;
	margin-left: 27px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 8pt;
	color: #545454;
}

.item_detail.pack .wide_buttons .switch {
	padding-top: 5px;
	height: 30px;
}

.item_detail.pack table {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 15px;
}

.item_detail.pack table td {
	width: 160px;
}

.lb_user_photo {
	margin-bottom: 25px;
}

#item_detail.pack .lb_user_photo .lb_outer {
	float: left;
	margin-right: 10px;
}

#item_detail.pack .stats {
	font-size: 8pt;
	font-weight: bold;
}

#item_detail.pack .stat {
	font-weight: normal;
}

#item_detail.pack p {
	margin-top: 3px;
	line-height: 150%;
}

.packer {
	font-weight: bold;
	font-size: 10pt;
}

#item_detail.pack.item_detail .about.rightbox {
	margin-top: 10px;
}

.item_detail.pack .lb_rows li .col1 {
	width: 240px;
}

.item_detail.pack .lb_rows li .col2 {
	width: 115px;
	display:block;
}

.item_detail.pack .lb_rows li .col3 {
	width: 70px;
}

.item_detail.pack .lb_rows li .col4 {
	width: 65px;
}

.item_detail.pack .lb_rows li .col11 {
	width: 260px;
}

.item_detail.pack .lb_rows li .col22 {
	width: 105px;
	display:block;
}

.item_detail.pack .lb_rows li .col33 {
	width: 90px;
}

.item_detail.pack .commentTitle 
{
	padding-top: 5px;
	font-weight: bold;
}

.item_detail.pack .commentBody {
	border-bottom: solid 1px black;
	font-weight:normal; 
	padding-left:10px;
}

/*********************
 * Tooltip CSS       *
 *********************/
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid #555555;
	padding: 4px;
	background-color: #fafafa;
	visibility: hidden;
	font: bold 8pt Tahoma, Helvetica, sans-serif;
	text-align: center;
	z-index: 10003;
}

#dhtmltooltipInner {
	border: 1px dashed #aaaaaa;
	background-color: #fafafa;
}

#dhtmltooltipInner p {
	margin: 5px 3px;
	text-align: left;
}

#dhtmlpointer {
	position: absolute;
	bottom: 0px;
	z-index: 1001;
	visibility: hidden;
}

.maintitle {display:none}

.twitter
{
	background: transparent url(images/twitter_small.gif) no-repeat 0px -1px;
	padding: 0 0 0 20px;
}

.facebook 
{
	background: transparent url(images/facebook_small.gif) no-repeat 0px -1px;
	padding: 0 0 0 20px;
}

.home-latest-item
{
	max-width: 400px;
}

.home-latest-field
{
	max-width: 370px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
	
}