/* 
	Title: global.css
	Author Name: Eddie T. Lou
	Author Date: 01.08.2006	7
	Description: Rules for interface elements that appear on Solutions Directory v2.  Tested on IE 6.0 and Firefox 1.5.0.8.

	Notes: Please do not modify this file unless you know what you are doing.  
*/


/* GLOBAL ELEMENTS */

body
{
	background-color: #efefef;
	color: #333;
	font: normal .7em "Verdana", "Arial", sans-serif;
	margin: 0;
}
pre
{
	font-size: 120%;
}
a
{
	color: #369;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0;
}
p
{
	margin: 0;
	padding-top: 10px;
}
h5
{
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 0;
}


/* GLOBAL CLASSES */

hr.divider
{
	display: none;
}
span.note
{
	color: #f00;
}


/* PAGE LEVEL */

#page
{
	background: #fff url(../../../en_US/i/SolutionsDirectory/src/src_ic_bg_gradient.jpg) repeat-y;
	margin: 0 auto;
	width: 785px;
}


/* HEADER AREA */

#header
{
	background: #fff url(../../../en_US/i/SolutionsDirectory/src/src_ic_header_gradient.jpg) repeat-x;
	margin: 0 auto;
	overflow: auto;
	padding: 18px 0 21px 0;
	width: 771px;
}
#logo-paypal
{
	float: left;
	padding-left: 20px;
}


/* GLOBAL NAVIGATION AT THE TOP RIGHT CORNER */

#nav-global
{
	float: right;
	margin: 0;
	padding-right: 10px;
}
#nav-global li
{
	display: inline;
	border-left: 1px solid #a9c9e9;
	list-style-type: none;
	padding: 0 5px;
}
#nav-global li.first
{
	border-left: 0;
}


/* NAVIGATION MENU AREA */

#nav-menu
{
	float: left;
	padding: 7px 0 0 16px;
	width: 176px;
}
#nav-menu ul, #nav-menu ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav-menu ul
{
	border: 1px solid #e5e5e5;
	border-top: 0;
}
#nav-menu ul.nav-primary, #nav-menu ul.nav-secondary
{
	margin-bottom: 5px;
}


/* PRIMARY NAVIGATION USES THE BLUE HEADER BACKGROUND */

#nav-menu ul.nav-primary li h3
{
	background: #a9c9e9 url(../../../en_US/i/SolutionsDirectory/src/src_ic_secnav_h1_bg.jpg) repeat-x;
	color: #036;
	font: bold 120% "Gill Sans MT", "Gill Sans", "Verdana", "Arial", sans-serif;
	margin : 0 1px 1px;
	padding: 2px 10px;
}
#nav-menu ul.nav-primary li h3.first
{
	background: #a9c9e9 url(../../../en_US/i/SolutionsDirectory/src/src_ic_secnav_h1_whole_bg.jpg) repeat-x;
	margin : 0 -1px 1px -1px;
}
#nav-menu ul.nav-primary li ul
{
	border: 0;
}
#nav-menu ul.nav-primary li ul li
{
	padding: 0;
}
#nav-menu ul.nav-primary li ul li a
{
	background-color: #e4edf6;
	border: 1px solid #fff;
	border-top: 0;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 152px;
}
#nav-menu ul.nav-primary li ul li ul li a
{
	padding-left: 20px;
	width: 142px;
}


/* SUPPORT USES THE GREY HEADER BACKGROUND */

#nav-menu ul.nav-secondary li h3
{
	background: #e6e6e6 url(../../../en_US/i/SolutionsDirectory/src/src_ic_secnav_h2_bg.jpg) repeat-x;
	color: #333;
	font: bold 120% "Gill Sans MT", "Gill Sans", "Verdana", "Arial", sans-serif;
	margin : 0 1px 1px;
	padding: 2px 10px;
}
#nav-menu ul.nav-secondary li h3.first
{
	background: #e6e6e6 url(../../../en_US/i/SolutionsDirectory/src/src_ic_secnav_h3_bg.jpg) repeat-x;
	margin : 0 -1px 1px -1px;
}
#nav-menu ul.nav-secondary li ul
{
	border: 0;
}
#nav-menu ul.nav-secondary li ul li
{
	padding: 0;
}
#nav-menu ul.nav-secondary li ul li a
{
	background-color: #f7f7f7;
	border: 1px solid #fff;
	border-top: 0;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 152px;
}
#nav-menu ul.nav-primary li ul li ul li a
{
	padding-left: 20px;
	width: 142px;
}
#nav-menu ul li p
{
	background-color: #f7f7f7;
	margin: 0;
	padding: 2px 10px 7px;
}


/* DYNAMICALLY SET THE PRIMARY NAVIGATION TO ON STATE BASED ON THE ID IN BODY TAG */

body#ec-compatible #nav-menu a.ec-compatible, body#wp-standard #nav-menu a.wp-standard, body#wp-pro-us #nav-menu a.wp-pro-us, body#wp-pro-uk #nav-menu a.wp-pro-uk, body#pf-pro #nav-menu a.pf-pro, body#pp-cp #nav-menu a.pp-cp, body#aib #nav-menu a.aib, body#aff-software #nav-menu a.aff-software, body#dgd #nav-menu a.dgd, body#emf #nav-menu a.emf, body#ipn-tools #nav-menu a.ipn-tools, body#plugins #nav-menu a.plugins, body#wbh #nav-menu a.wbh, body#em #nav-menu a.em, body#mob-sol #nav-menu a.mob-sol, body#pci #nav-menu a.pci, body#es #nav-menu a.es    
{
	background-color: #369;
	color: #fff;
	text-decoration: none;
}


/* CONTENT AREA */

#content
{
	float: right;
	padding: 7px 16px 0 0;
	width: 567px;
}


/* IMAGE REPLACEMENT FOR HOME PAGE H1 HEADER */

#content h1
{
	background: #fff url(../../../en_US/i/SolutionsDirectory/header/hdr_main_image_sd_sm.jpg) no-repeat left top;
	color: #333;
	font-size: 130%;
	padding: 73px 0 0;
	margin: 0;
	width: 569px;
}

body#home-page #content h1
{

	background: #fff no-repeat top left;
	color: #333;
	font-size: 130%;
	/*padding: 143px 0 0;
	padding: 73px 0 0;*/
	padding: 1px 0 0;
	margin: 0;
	width: 569px;
}
#content h2
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/src/src_ic_dotline.gif) repeat-x left bottom;
	clear: both;
	color: #333;
	font: bold 120% "Gill Sans MT", "Gill Sans", "Verdana", "Arial", sans-serif;
	margin: 10px 0 -10px;
	padding-bottom: 10px;
}

#content .intro
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/src/src_ic_dotline.gif) repeat-x top;
	margin: 5px 0 15px 0px;
	overflow: auto;
}
#content .intro ul.highlight
{
	padding: 0;
	margin: 10px 0 0;
}
#content .intro ul.highlight li
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/btn/btn_ic_orange_arrow_sm.gif) no-repeat left center;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

/* GET LISTED SECTION */
#content .getlisted ol
{
	margin: 0 0 0 20px;
	padding: 0;
}
#content .getlisted ol ul
{
	margin: 0;
	padding: 0;
}
#content .getlisted ol li
{
	line-height: 150%;
	margin: 0 0 10px 0;
	padding: 0;
}
#content .getlisted ol li ul li
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/btn/btn_ic_orange_arrow_sm.gif) no-repeat left 6px;
	list-style-type: none;
	line-height: 150%;
	margin: 0;
	padding: 0 0 0 10px;
}


/* SOLUTIONS HIGHLIGHT SECTION */

#content .solutions-highlights
{
	height: 100%;
	overflow: auto;
}
#content .solutions-highlights h2
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/src/src_ic_dotline.gif) repeat-x left bottom;
	clear: both;
	color: #333;
	font: bold 120% "Gill Sans MT", "Gill Sans", "Verdana", "Arial", sans-serif;
	margin: 0 0 -10px;
	padding-bottom: 10px;
}
#content .solutions-highlights ul
{
	padding: 0;
	margin: 10px;
}
#content .solutions-highlights ul li
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/btn/btn_ic_orange_arrow_sm.gif) no-repeat left center;
	list-style-type: none;
	line-height: 150%;
	margin: 0;
	padding: 0 0 0 10px;
}


/* GET LISTED SECTION */

#content .get-listed
{
	height: 100%;
	overflow: auto;
}
#content .get-listed h2
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/src/src_ic_dotline.gif) repeat-x left bottom;
	clear: both;
	color: #333;
	font: bold 120% "Gill Sans MT", "Gill Sans", "Verdana", "Arial", sans-serif;
	margin: 0 0 -10px;
	padding-bottom: 10px
}
#content .get-listed ul
{
	padding: 0;
	margin: 10px;
}
#content .get-listed ul li
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/btn/btn_ic_orange_arrow_sm.gif) no-repeat left center;
	font-weight: bold;
	list-style-type: none;
	line-height: 150%;
	margin: 0;
	padding: 0 0 0 10px;
}


/* COUNTRY LIST SECTION */


#content .country-list
{
	height: 100%;
	overflow: auto;
	padding-bottom: 15px;
}
#content .country-list ul
{
	padding: 0;
	margin: -2px 10px 10px;
}
#content .country-list ul li
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/btn/btn_ic_orange_arrow_sm.gif) no-repeat 1px 6px;
	display: block;
	float: left;
	list-style-type: none;
	line-height: 150%;
	margin: 0;
	padding: 0 0 0 12px;
	width: 260px;
}

#content .countries
{
	/*height: 100%;*/
	overflow: auto;
	width: 100%;
}

#content .countries .country-list-t2b
{
	/*height: 100%;*/
	/*overflow: auto;*/
	padding-bottom: 15px;
	float: left; 
	width: 250px;
}
#content .countries .country-list-t2b ul
{
	padding: 0;
	margin: -2px 10px 10px;
}
#content .countries .country-list-t2b ul li
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/btn/btn_ic_orange_arrow_sm.gif) no-repeat 1px 6px;
	display: block;
	float: left;
	list-style-type: none;
	line-height: 150%;
	margin: 0;
	padding: 0 0 0 12px;
	width: 250px;
}

#content .ab-country-list
{
	height: 100%;
	overflow: auto;
	padding-bottom: 15px;
}
#content .ab-country-list ul
{
	padding: 0;
	margin: -2px 10px 10px;
}
#content .ab-country-list ul li
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/btn/btn_ic_orange_arrow_sm.gif) no-repeat 1px 6px;
	display: block;
	/*float: left;*/
	list-style-type: none;
	line-height: 150%;
	margin: 0;
	padding: 0 0 0 12px;
	width: 260px;
}

/* FEATURED SOLUTIONS SECTION */

#content .featured-solutions h2
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/src/src_ic_dotline.gif) repeat-x left bottom;
	clear: both;
	color: #333;
	font: bold 120% "Gill Sans MT", "Gill Sans", "Verdana", "Arial", sans-serif;
	padding-bottom: 10px;
	margin: 0 0 -3px;
}
#content .featured-solutions
{
	height: 100%;
	overflow: auto;
}
#content .featured-solutions ul
{
	padding: 0;
	margin: 0;
}
#content .featured-solutions ul li
{
	border-top: 1px solid #a9c9e9;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 0 0 -1px;
	padding: 10px 0;
}
#content .featured-solutions ul li.first-row
{
	border-top: 0;
}
#content .featured-solutions ul li a img
{
	border-left: 1px solid #a9c9e9;
}


/* SOLUTIONS INDEX TOOLBAR SECTION */

#content .solution-index-toolbar
{
	background-color: #e4edf6;
	height: 100%;
	margin-bottom: 15px;
	overflow: auto;
}
#content .solution-index-toolbar ul
{
	padding: 0;
	margin: 0;
}
#content .solution-index-toolbar ul li
{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content .solution-index-toolbar ul li a
{
	border-right: 1px solid #fff;
	display: block;
	padding: 6px 10px;
}
#content .solution-index-toolbar fieldset
{
	border: 0;
	float: right;
	margin: 0;
	padding: 2px;
}
#content .solution-index-toolbar legend
{
	display: none;
}


/* SOLUTION INDEX SECTION */

#content .solution-index h2
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/src/src_ic_dotline.gif) repeat-x left bottom;
	clear: both;
	color: #333;
	font: bold 120% "Gill Sans MT", "Gill Sans", "Verdana", "Arial", sans-serif;
	padding-bottom: 10px;
	margin: 0 0 -3px;
}
#content .solution-index
{
	height: 100%;
	overflow: auto;
	padding-bottom: 15px;
}
#content .solution-index ul
{
	padding: 0;
	margin: -5px 10px 10px;
	overflow: auto;
}
#content .solution-index ul li
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/btn/btn_ic_orange_arrow_sm.gif) no-repeat left center;
	display: block;
	float: left;
	list-style-type: none;
	line-height: 150%;
	margin: 0;
	padding: 0 0 0 10px;
	width: 170px;
}
#content .solution-index p
{
	clear: both;
	padding-top: 0;
	text-align: right;
}
#content .solution-index p a.top-link
{
	background: #fff url(../../../en_US/i/SolutionsDirectory/src/up_caret.gif) no-repeat left center;
	padding-left: 10px;
}
/* Top to bottom */
#content .solution-indexes
{
	overflow: auto;
	width: 100%;
}
#content .solution-indexes h2
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/src/src_ic_dotline.gif) repeat-x left bottom;
	clear: both;
	color: #333;
	font: bold 120% "Gill Sans MT", "Gill Sans", "Verdana", "Arial", sans-serif;
	padding-bottom: 10px;
	margin: 0 0 -3px;
}
#content .solution-indexes p
{
	clear: both;
	padding-top: 0;
	text-align: right;
}
#content .solution-indexes p a.top-link
{
	background: #fff url(../../../en_US/i/SolutionsDirectory/src/up_caret.gif) no-repeat left center;
	padding-left: 10px;
}

#content .solution-indexes .solution-index-t2b
{
/*	height: 100%;
	overflow: auto;
	padding-bottom: 15px; */

	padding-bottom: 5px;
	float: left; 
	width: 180px;
}

#content .solution-indexes .solution-index-t2b ul
{
	padding: 0;
	margin: -5px 10px 10px;
	/*overflow: auto;*/
}
#content .solution-indexes .solution-index-t2b ul li
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/btn/btn_ic_orange_arrow_sm.gif) no-repeat left center;
	display: block;
	float: left;
	list-style-type: none;
	line-height: 150%;
	margin: 0;
	padding: 0 0 0 10px;
	width: 160px;
}
#content .solution-indexes .solution-index-t2b p
{
	clear: both;
	padding-top: 0;
	text-align: right;
}
#content .solution-indexes .solution-index-t2b p a.top-link
{
	background: #fff url(../../../en_US/i/SolutionsDirectory/src/up_caret.gif) no-repeat left center;
	padding-left: 10px;
}


/* SOLUTION DETAILS SECTION */

#content .solution-details
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/src/src_ic_dotline.gif) repeat-x top;
	margin: 5px 0 15px 0;
	overflow: auto;
	height: 100%;
}
#content .solution-details img
{
	margin: 10px 0 0;
}
#content .solution-details ul.web-link
{
	padding: 0;
	margin: 0;
}
#content .solution-details ul.web-link li
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/btn/btn_ic_orange_arrow_sm.gif) no-repeat left center;
	display: block;
	list-style-type: none;
	line-height: 150%;
	margin: 0;
	padding: 0 0 0 10px;
}
#content .solution-details h2
{
	background: transparent url(../../../en_US/i/SolutionsDirectory/src/src_ic_dotline.gif) repeat-x left bottom;
	clear: both;
	color: #333;
	font: bold 120% "Gill Sans MT", "Gill Sans", "Verdana", "Arial", sans-serif;
	padding-bottom: 10px;
	margin: 10px 0 -3px;
}
#content .solution-details .features
{
	float: left;
	margin-right: 10px;
	width: 270px;
}
#content .solution-details .compatibility
{
	float: left;
	width: 270px;
	
}
#content .solution-details .pricing
{
	float: left;
	margin-right: 10px;
	width: 270px;
	clear:both;
}
#content .solution-details .information
{
	float: left;
	width: 270px;
}

#content .solution-details ul
{
	padding-left: 20px;
	line-height: 150%;
	margin: 0;
}
#content .solution-details p.contact-info
{
	clear: both;
}

/* enterprise solutions */
#content .enterprise-solution
{
	background: #fff url("../../../en_US/i/SolutionsDirectory/src/src_sd_ver_line_blue.gif") repeat-y top right;
	height: 100%;
	overflow: auto;
}

#content .enterprise-solution h2
{
	background: #fff;
	clear: both;
	color: #333;
	font: bold 120% "Gill Sans MT", "Gill Sans", "Verdana", "Arial", sans-serif;
	margin: 0 0 -10px;
	padding-bottom: 10px;
}

#content .enterprise-solution .logo
{
	background: transparent url("../../../en_US/i/SolutionsDirectory/src/src_ic_dotline.gif") repeat-x right top;
	border-left: 0px solid #fff;
	float: left;
	padding-bottom: 15px;
	padding-top: 10px;
	width: 230px;
}

#content .enterprise-solution .details
{
	background: transparent url("../../../en_US/i/SolutionsDirectory/src/src_ic_dotline.gif") repeat-x left top;
	float: left;
	padding: 0 0 15px 15px;
	width: 322px;
}

#content .enterprise-solution .details h4
{
	font-size: 100%;
	font-weight: bold;
	list-style-type: none;
	margin: 10px 0 0;
}

#content .enterprise-solution .details ul
{
	padding: 5px 0 0;
	margin: 0;
}

#content .enterprise-solution .details ul li
{
	background: transparent url("../../../en_US/i/SolutionsDirectory/btn/btn_ic_orange_arrow_sm.gif") no-repeat 0px 4px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

#content .dotted-spacer
{
	background: #fff url("../../../en_US/i/SolutionsDirectory/src/src_ic_dotline.gif") repeat-x top left;
	height: 40px;
	width: 100%;
}



/* FOOTER AREA */

#footer
{
	clear: both;
	overflow: auto;
	padding: 0 17px 50px;
	width: 751px;
}


/* BLUE NAVIGATION BAR WITHIN THE FOOTER AREA */

#footer .nav-footer
{
	background:  #369 url(../../../en_US/i/SolutionsDirectory/src/src_ic_footer_bg_blue_sm.gif) no-repeat left top;
	height: 100%;
	margin: 20px 0 0;
	overflow: auto;
	padding: 0;
}
#footer .nav-footer ul
{
	float: left;
	margin: 5px 0 0;
	padding: 5px 0 5px 5px;
}
#footer .nav-footer ul li
{
	border-left: 1px solid #e4edf6;
	display: inline;
	list-style-type: none;
	padding: 0 5px;
}
#footer .nav-footer li.first
{
	border-left: 0;
}
#footer .nav-footer a
{
	color: #fff;
}
#footer p.company
{
	color: #fff;
	float: right;
	padding: 11px 5px;
}
#footer div.copyright
{
	clear: left;
	float: left;
	font-size: 90%;
	width: 400px;
}


/* TRUST-e AND BBB ONLINE LOGO WITHIN THE FOOTER AREA */

#footer div.logo-partner
{
	clear: right;
	float: right;
	padding-top: 10px;
	width: 238px;
}