/*

	Elliptic Semiconductor main stylesheet
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
/*	background: #DFDAD4 url('../images/wrapper/body-bg.jpg') 0 0 repeat-x;*/
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	height: 100%;
}

table tr td {
	font-size: 12px;
	color: #000000;
}

.clearit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

.pdf {
	line-height: 12px;
	list-style: none;
	margin: 3px 0 1em 0;
	padding: 3px 5px 3px 30px;
	}

.pdf {
	background: transparent url("../images/icons/pdf.gif") 0 2px no-repeat;
	padding-right: 10px;
	}
	

/* =Branding
--------------------------------------------------------------------------------------------------- */
#branding {
	background: #ffffff;
	width: 980px;
	
	/* min-height: 84px; */
	height: auto !important;
	/* height: 54px; */
	min-height: 100px;
	height: 100px;
	
	margin: 0 auto;
	position: relative;
}

#branding #logo {
	padding: 20px 0 0 39px;
	float: left;
}

#branding #slogan {
	float: right;
	padding: 60px 39px 0 0;
}

#branding #slogan h1 {
	font-family: verdana;
	color: #00578E;
	font-size: 22px;
	font-weight: normal;
}

/* =Toolbar
---------------------------------------------------------------------------------------------------- */

#branding #toolbar {
	background: #DDDDDD url('../images/wrapper/toolbar_background.gif') 0 100% no-repeat;
	width: 400px;
	min-height: 27px;
	height: auto !important;
	height: 27px;
	position: absolute;
	top: 0;
	left: 583px;
	text-align: center;
}

#branding #toolbar #toolbar-inner {
	padding: 4px 0 0 0;
}

#branding #toolbar #toolbar-inner a {
	background: url('../images/wrapper/toolbar-bullet.gif') 0 50% no-repeat;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin: 0 7px 0 7px;
	font-size: 13px;
}

#branding #toolbar #toolbar-inner a:hover {
	text-decoration: underline;
}

 /* =Toolbar
---------------------------------------------------------------------------------------------------- 
#branding #toolbar {
	background: #DDDDDD url('../images/wrapper/toolbar_background.gif') 0 100% no-repeat;
	width: 400px;
	min-height: 27px;
	height: auto !important;
	height: 27px;
	position: absolute;
	top: 0;
	left: 583px;
	text-align: center;
}

#branding #toolbar #toolbar-inner {
	padding: 4px 0 0 0;
}

#branding #toolbar #toolbar-inner a {
	background: url('../images/wrapper/toolbar-bullet.gif') 0 50% no-repeat;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin: 0 7px 0 7px;
	font-size: 13px;
}

#branding #toolbar #toolbar-inner a:hover {
	text-decoration: underline;
}*/
/* =Layout Homepage
---------------------------------------------------------------------------------------------------- */
#home-main-content {
	background: #ffffff;
	width: 978px;
	min-height: 561px;
	height: auto !important;
	height: 561px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	border-left:#999999 1px solid;
	border-bottom:#999999 1px solid;
	border-right:#999999 1px solid;
}

#home-main-content .left-col {
	float: left;
	width: 447px;
}

#home-main-content .left-col .left-col-items {
	padding: 0 0 0 12px;
}

#home-main-content .left-col .left-col-items #headlines #headlines-header {
	background: #00578E url('../images/wrapper/headlines-bg.jpg') 0 0 repeat-x; 
	min-height: 52px;
	height: auto !important;
	height: 52px;
}

#home-main-content .left-col .left-col-items #headlines #headlines-header h2 {
	color: #ffffff;
	font-size: 18px;
	padding: 24px 0 0 11px;
}

#home-main-content .left-col .left-col-items #headlines #headlines-header #rss-links {
	float: right;
	padding: 31px 11px 0 0;
}

#home-main-content .left-col .left-col-items #headlines #headlines-header #rss-links a {
	background: url('../images/wrapper/rss-link-icon.gif') 0 50% no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 0 20px;
}

#home-main-content .left-col .left-col-items #headlines #headlines-header #rss-links a:hover {
	text-decoration: underline;
}

#home-main-content .left-col .left-col-items #headlines ul li {
	color: #000000;
	line-height: 16px;
	padding: 7px 10px 7px 0;
}

#home-main-content .left-col .left-col-items #headlines ul li a {
	color: #666666;
}

#home-main-content .left-col .left-col-items #headlines ul li a:hover {
	color: #000000;
}

#home-main-content .middle-col {
	float: left;
	width: 297px;
}

#home-main-content .middle-col #intro {
	width: 295px;
	background: url('../images/wrapper/intro-bg.jpg') 0 0 repeat-x;
	margin: 0 0 0 11px;
}

#home-main-content .middle-col #intro h3 {
	color: #26923C;	
	font-size: 20px;
	line-height: 18px;
	margin: 10px 0 16px 0;
}

#home-main-content .middle-col #intro #intro-items {
	padding: 10px;
}

#home-main-content .middle-col #feature {
	width: 295px;
	margin: 0 0 0 11px;
}

#home-main-content .middle-col #feature #feature-header {
	background: #26923C url('../images/wrapper/feature-bg.jpg') 0 0 repeat-x;
	min-height: 52px;
	height: auto !important;
	height: 52px;
	margin: 0 0 6px 0;
}

#home-main-content .middle-col #feature #feature-header h3 {
	color: #ffffff;
	font-size: 18px;
	padding: 24px 0 0 11px;
}

#home-main-content .middle-col #feature h4 {
	color: #666666;
	font-size: 17px;
}

#home-main-content .middle-col #feature p {
	padding: 0 20px 0 0;
}

#home-main-content .right-col {
	float: right;
	width: 220px;
}

#home-main-content .right-col #search-block {
	background: url('../images/wrapper/search-block-bg.jpg') 0 0 repeat-x;
	width: 205px;
	min-height: 132px;
	height: auto !important;
	height: 135px;
	margin: 0 0 7px 5px;
	color: #00578D;
	font-size: 11px;
	
}

#home-main-content .right-col #search-block #search-block-items {
	padding: 15px 4px 5px 5px;
	width: 195px;
	margin:0 auto;
	
}

#home-main-content .right-col #search-block p {
	color: #00578D;
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 0 0;
	text-align: left;
}

#home-main-content .right-col #search-block h3 {
	color: #00578D;
	font-size: 17px;
	padding: 8px 0 0 5px;
	text-align:left;
}

#home-main-content .right-col #search-block table {
	margin: 5px 0 3px 2px;
}

#home-main-content .right-col #search-block table tr td {
	padding: 0 2px 0 0;
	color: #00578D;
}

#home-main-content .right-col #login-block {
	background: url('../images/wrapper/bg-line.jpg') 0 0 repeat-y;
	width: 205px;
	min-height: 132px;
	height: auto !important;
	height: 132px;
	margin: 3px 0 0 5px;
}

#home-main-content .right-col #login-block #login-block-items {
	padding: 10px 10px 5px 10px;
}

#home-main-content .right-col #login-block h3 {
	color: #666666;
	font-size: 17px;
	padding: 8px 0 0 11px;
}

#home-main-content .right-col #login-block table tr td {
	padding: 0 5px 8px 0;
	color: #666666;
	font-size: 11px;
}

#home-main-content .right-col #testimonials {
	width: 205px;
	margin: 0 0 0 5px;
}

#home-main-content .right-col #testimonials p.quote {
	color: #00578E;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding: 6px 10px 10px 10px;
	line-height: 19px;
}

#home-main-content .right-col #testimonials p.quoter {
	color: #666666;
	font-size: 10px;
	padding: 0 10px 0 45px;
	line-height: 14px;
}

#home-main-content .right-col #testimonials #testimonials-header {
	background: #B0A69A url('../images/wrapper/testimonials-bg.jpg') 0 0 repeat-x;
	min-height: 52px;
	height: auto !important;
	height: 52px;
	margin: 0 0 6px 0;
}

#home-main-content .right-col #testimonials #testimonials-header h4 {
	color: #ffffff;
	font-size: 18px;
	padding: 24px 0 0 11px;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	margin: 0 auto 0 auto;
	width: 100%;
}

/*#wrapper #inner-wrapper {
/*	background: url('../images/wrapper/wrapper-bg.jpg') 50% 0 no-repeat;
	margin: 0 auto 0 auto;
	width: 980px;
	min-height: 743px;
	height: auto !important;
	height: 743px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}*/

#main-content {
	background: #ffffff;
	width: 978px;
	min-height: 561px;
	height: auto !important;
	height: 561px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	border-bottom:#999999 1px solid;
}

#main-content #left-col {
	float: left;
	width: 200px;
}

#main-content #middle-col {
	float: left;
	width: 560px;
}

#main-content #middle-col-full {
	float: left;
	width: 763px;
}

#main-content #right-col {
	float: right;
	width: 213px;
}

#text-content {
	padding: 24px 40px 20px 0;
}	

.f-left {
	float: left;
}

.f-right {
	float: right;
}

/* =lists
--------------------------------------------------------------------------------------------------- */

#text-content ul {
	padding: 0 0 0 26px;
	margin: 0;
	list-style: disc;
}

#text-content ul li {
	padding: 0 10px 10px 0;
}		


/* =Left navigation
--------------------------------------------------------------------------------------------------- */
#left-nav {
	background: #F6F5F3;
	width: 169px;
	margin: 30px 0 0 12px;
	font-size: 12px;
	min-height: 475px;
	height: auto !important;
	height: 475px;
}	

#left-nav ul {
	padding: 22px 0 0 26px;
}

#left-nav ul li {
	padding: 0 10px 10px 0;
}		

#left-nav ul li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#left-nav ul li a:hover {
	color: #26923C;
}

#left-nav ul li a.on {
	color: #26923C;
}

#left-nav-features div
{
	border-top: solid 15px #FFFFFF;		
}

#left-nav-features h3 {
	margin: 10px 0 0 15px;
	font-size: 13px;
}

#left-nav #left-nav-features #left-nav-features-items ul {
	padding: 0 0 6px 30px;
	margin: 0;
	list-style: disc;
}

#left-nav #left-nav-features #left-nav-features-items ul li {
	padding: 4px 0 4px 10px;
}


/* =Sub-content / right col
---------------------------------------------------------------------------------------------------- */
#main-content #right-col #sub-content {
	padding: 0 12px 0 0;
}

#main-content #right-col #sub-search-block {
	background: url('../images/wrapper/sub-search-block-bg.jpg') 0 0 repeat-x;
	width: 190px;
	min-height: 132px;
	height: auto !important;
	height: 132px;
	margin: 0 0 13px 0;
}	

#main-content #right-col #sub-search-block p {
	color: #666666;
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 5px 0;
}

#main-content #right-col #sub-search-block h3 {
	color: #666666;
	font-size: 17px;
	padding: 8px 0 0 11px;
}

#main-content #right-col #sub-search-block table {
	margin: 10px 0 0 0;
}

#main-content #right-col #sub-search-block table tr td {
	padding: 0 3px 0 0;
	color: #666666;
}

#main-content #right-col #sub-search-block #sub-search-block-items {
	padding: 10px 10px 10px 10px;
}

#main-content #right-col #related-links, #main-content #right-col #related-features {
	background: #EBE8E4;
	font-size: 11px;
	min-height: 204px;
	height: auto !important;
	height: 204px;
}

#main-content #right-col #related-links h3, #main-content #right-col #related-features h3 {
	margin: 0 0 6px 0;
	font-size: 13px;
}

#main-content #right-col #related-links ul {
	padding: 0 0 6px 0;
}

#main-content #right-col #related-links ul li {
	padding: 4px 0 4px 20px;
}

#main-content #right-col #related-features ul {
	padding: 0 0 0 26px;
	margin: 0;
	list-style: disc;
}

#main-content #right-col #related-features ul li {
	padding: 0 10px 10px 0;
}

#main-content #right-col #related-links #related-links-items, #main-content #right-col #related-features #related-features-items {
	padding: 10px 6px 10px 14px;
}

/* =Main navigation
---------------------------------------------------------------------------------------------------- */
/* Hardware */
#main-nav a#hardware {
	width: 125px;
	margin: 0 1px 0 0;
}

/* Middleware */
#main-nav a#middleware {
	width: 135px;
	margin: 0 1px 0 0;
}

/* Services */
#main-nav a#services {
	width: 114px;
	margin: 0 1px 0 0;
}

/* Applications */
#main-nav a#applications {
	width: 138px;
	margin: 0 1px 0 0;
}

/* Customers */
#main-nav a#customers {
	width: 133px;
	margin: 0 1px 0 0;
}

/* News */
#main-nav a#news {
	width: 94px;
	margin: 0 1px 0 0;
}

/* Library */
#main-nav a#library {
	width: 107px;
	margin: 0 1px 0 0;
}

/* Company */
#main-nav a#company {
	width: 127px;
	margin-right: 0;
}


/* =Breadcrumb
---------------------------------------------------------------------------------------------------- */
#breadcrumb {
	background: url('../images/wrapper/breadcrumb-bg.jpg') 0 0 repeat-x;
	color: #999999;
	font-size: 11px;
	padding: 10px 0 0 0;
}

#breadcrumb a {
	color: #999999;
}

#breadcrumb a:hover {
	color: #000000;
}

/* =Font resize
---------------------------------------------------------------------------------------------------- */
#font-resize {
	padding: 10px 0 0 38px;
}

#font-resize td {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 0 3px;
	vertical-align: top;
}

#font-resize td img {
	margin: 0 3px 0 0;
}

/* =Misc: print/send popup
---------------------------------------------------------------------------------------------------- */
#print-send
{
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
}

#print-send input, #print-send textarea
{
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	border: 1px solid #666;
}

#print-send table tr td {
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

#print-send table tr td h2 {
	font-size: 18px;
	color: #666666;
	margin: 0 0 16px 0;
	font-weight: normal;
}

#print a, #print a:active, #print a:visited, #send a, #send a:active, #send a:visited {
	color: #3B8E4C;
	display: block;
	font-size: 10px;
	padding-left: 18px;
	text-decoration: underline;
	}
	
#print a:hover, #print a:visited:hover, #send a:hover, #send a:visited:hover {
	color: #003B70;
	}
	
#print 
{
	background-color: transparent;
	background-image: url(../images/tools-print.gif);
	background-position: 0 2;
	background-repeat: no-repeat;
}
	
#send 
{
	background-color: transparent;
	background-image: url(../images/tools-email.gif);
	background-position: 0 2;
	background-repeat: no-repeat;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
/*
#footer {
	clear: both;
	width: 980px;
	color: #666666;
	font-size: 11px;
	text-align: right;
	margin: 0 auto 0 auto;
	padding: 2px 0 10px 0;
}
*/
#footer {
	color: #666666;
	font-size: 11px;
	margin: 0 auto;
	padding: 2px 0 10px 0;
	width: 980px;
/*	min-height: 50px;*/
	height: auto !important;
	margin: 0 auto;
	position: relative;
}
#footer #links {
	float: left;
}
#footer #links a{
	color: #666666;
}

#footer #copyright {
	float: right;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	outline: none;
	color: #00578D;
}

a:hover {
	outline: none;
	color: #000000;
}

a.pw-link {
	font-size: 10px;
	color: #666666;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
#home-main-content p {
	line-height: 16px;
	color: #666666;
}

#text-content p {
	margin: 0 0 12px 0;
	line-height: 16px;
	color: #666666;
}

#text-content h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #00578E;
	margin: 0 0 4px 0;
}

#text-content h2 {
	font-size: 18px;
	color: #000000;
	margin: 0 0 16px 0;
	font-weight: normal;
}

#text-content h3 {
	font-size: 16px;
	color: #666666;
	margin: 0 0 4px 0;
	font-weight: normal;
}


/* =Forms - Search and login
---------------------------------------------------------------------------------------------------- */
#home-main-content .right-col #search-block .select-field, #main-content #right-col #sub-search-block .select-field {
	background: #ffffff;
	border: 1px solid #7F9DB9;
	width: 180px;
}

#home-main-content .right-col #search-block .field , #home-main-content .right-col #login-block .field, #main-content #right-col #sub-search-block .field {
	background: #ffffff;
	border: 1px solid #7F9DB9;
	width: 112px;
	height: 16px;
	color: #666666;
}

#home-main-content .right-col #search-block option , #home-main-content .right-col #login-block .option, #main-content #right-col #sub-search-block option {
	font-size: 12px;
	color: #666666;
	padding: 0 0 0 5px;
}


.validation {
	color: #FF0000;
	font-weight: bold;
	}
	

/* =CSS Menus (Core styles - Do not modify)
---------------------------------------------------------------------------------------------------- */
.qmmc .qmdivider {display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}
.qmmc .qmdividery {float:left;width:0px;}
.qmmc .qmtitle {display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}
.qmmc {position:relative; z-index:10;}
.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}
.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}
.qmsh div a {float:left;}
.qmmc div {visibility:hidden;position:absolute;}
.qmmc .qmcbox {cursor:default;display:block;position:relative;z-index:1;}
.qmmc .qmcbox a {display:inline;}
.qmmc .qmcbox div {float:none;position:static;visibility:inherit;left:auto;}
.qmmc li {z-index:auto;}
.qmmc ul {left:-10000px;position:absolute;z-index:10;}
.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}
.qmmc li a {float:none}
.qmmc li:hover > ul {left:auto;}
#qm0 ul {top:100%;}
#qm0 ul li:hover > ul {top:0px;left:100%;}
#qm1 ul {top:100%;}
#qm1 ul li:hover > ul {top:0px;left:100%}

/* =Main nav and dropdowns (modify at will)
---------------------------------------------------------------------------------------------------- */ 
#main-nav {	
	width: 980px;
	margin: 0 auto 0 auto;
}

#main-nav a.on {	
	background-position: 100% -37px;
}

#main-nav a.on span.on {
	background-position: 0 -37px;
}

/* (MAIN) Container */	
#qm0 {	
	width: 980px;
	padding: 0;
	margin: 0;
}

/* (MAIN) Items */	
#qm0 a {	
	display: block;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	line-height: 34px;
	background: url('../images/wrapper/tabright.jpg') top right no-repeat;
	color: #ffffff;
	text-decoration: none;
	text-indent: 21px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}	

#qm0 a.on {	
	background-position: 100% -37px;
}

#qm0 a:hover {	
	background-position: 100% -37px;
}

#qm0 a span {
	display: block;
	background: url('../images/wrapper/tableft.jpg') 0 0 no-repeat;
	padding: 0 0 0 10px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	cursor: pointer;
}	

#qm0 a:hover span {
	background-position: 0 -37px;
}

#qm0 a.on span.on {
	background-position: 0 -37px;
}

/* (MAIN) Parent Items */	
#qm0 .qmparent {	
}

/* (MAIN) Active State */	
body #qm0 .qmactive, body #qm0 .qmactive:hover {
	background-position: 100% -37px;
}

/* (MAIN) Active State */	
body #qm0 .qmactive span, body #qm0 .qmactive:hover span {
	background-position: 0 -37px;
}

/* (SUB) Container */	
#qm0 div, #qm0 ul {	
	background: #26923C;
	color: #8698BC;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
 
/* (SUB) Items */	
#qm0 div a, #qm0 ul a {	
	background: #26923C;
	color: #ffffff;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	text-indent: 0;
	padding: 6px 14px 6px 10px;
	border-top: 1px solid #ffffff;
}

/* (SUB) Hover State */	
#qm0 div a:hover {	
	background: #00578D;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	text-indent: 0;
	padding: 6px 14px 6px 10px;
	border-top: 1px solid #ffffff;
}

/* (SUB) Active State*/	
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {	
	background: #00578D;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	text-indent: 0;
	padding: 6px 14px 6px 10px;
	border-top: 1px solid #ffffff;
}
/* css  hacks for IE */
* html #zoom_query {
	position:relative;
	top:-2px;
}

/* =Misc: Customer Portal
---------------------------------------------------------------------------------------------------- */

div.logout {
	display: block;
	float: right;
	text-align: right;
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 10px;
	padding-left: 10px;
}

#docs ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 16px;
	}
	
#docs ul li {
	list-style: square;
	margin-bottom: 0.25em;
	}

#docs ul li.pdf, #docs ul li.ppt, #docs ul li.zip, #docs ul li.doc, #docs ul li.exe, #docs ul li.installer, #docs ul li.msi, #docs ul li.xls, #docs ul li.generic, #docs ul li.gif, #docs ul li.png, #docs ul li.jpg {
	_height: 32px;
	list-style: none;
	margin: 0 0 1em -16px;
	min-height: 32px;
	padding: 0 0 0 42px;
	}
	
#docs ul li.pdf {
	background: url('../images/portal/icon-pdf.gif') 0 0 no-repeat;
	}
	
#docs ul li.ppt {
	background: url('../images/portal/icon-ppt.gif') 0 0 no-repeat;
	}
	
#docs ul li.zip {
	background: url('../images/portal/icon-zip.gif') 0 0 no-repeat;
	}
	
#docs ul li.doc {
	background: url('../images/portal/icon-doc.gif') 0 0 no-repeat;
	}
	
#docs ul li.xls {
	background: url('../images/portal/icon-xls.gif') 0 0 no-repeat;
	}
	
#docs ul li.exe, #docs ul li.installer, #docs ul li.msi {
	background: url('../images/portal/icon-installer.gif') 0 0 no-repeat;
	}
	
#docs ul li.generic, #docs ul li.gif, #docs ul li.jpg, #docs ul li.png {
	background: url('../images/portal/icon-generic.gif') 0 0 no-repeat;
	}
	
#docs ul li.pdf a, #docs ul li.ppt a, #docs ul li.zip a, #docs ul li.doc a, #docs ul li.exe a, #docs ul li.installer a, #docs ul li.msi a, #docs ul li.xls a, #docs ul li.generic a {
	display: inline;
	text-decoration: underline;
	}