@charset "UTF-8";

/*	******************************************************************
	**  Project: Technical Specifications							**
	**  Author:  J Reid Linker/LENOVO								**
	**  Date:    2011-June-21										**
	******************************************************************

	1.	General
	2.	Technical specifications
	3.	Software offerings
	4.	Services offerings

---------------------------------------------------------------------- */



/* 1. =General
*********************************************************************** */
.specs_container {
	/*border-bottom: 3px solid #555;
	display: block;
	height: 200px;
	margin: 25px 0;
	overflow: hidden;
	position: relative;*/
	margin: 25px 0;
	position: relative;
	clear: both;
}

.specs_table {
	margin: 0 auto;
	width: 100%;
}
.specs_table li {
	margin: 0 0 0 0px;
	
	}

.specs_container h2 {
	padding-bottom: 20px;
	color: #000;
	text-transform:capitalize;
}
	
.specs_table tr.alt {
	background-color: #f8f8f8;
}

.specs_table thead th {
	background: #efefef;
	border-bottom: 1px solid #cecfce;
	border-right: 1px solid #cecfce;
	border-top: 1px solid #cecfce;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 10px;
	text-align: left;
	text-transform: uppercase;
	height: 35px;
}

.specs_table thead th:first-child {
	border-left: 1px solid #cecfce;
	text-align: left;
}

.specs_table tbody th, .specs_table tbody tr td:first-child {
	border-bottom: 1px solid #cecfce;
	border-left: 1px solid #cecfce;
	border-right: 1px solid #cecfce;
	padding: 10px 0 0 10px;
	text-align: left;
	vertical-align: top;
}

.specs_table tbody th {
	color: #000;
	font-weight: bold;
	padding: 15px 0 10px 10px;
}

.specs_table tbody td {
	border-bottom: 1px solid #cecfce;
	border-right: 1px solid #cecfce;
	padding: 15px 15px 5px 5px;
	text-align: left;
	vertical-align: top;
}

.specs_table tbody ul {
	margin: 0;
	padding: 15px 0 10px 15px;
}

.specs_table #liTxt {
	font-weight: normal;
	color: #555;
	margin: -2px 0 0 18px;
	}
	

/* 2. =Technical specifications
*********************************************************************** */
#specs_techspecs {
}


/* 3. =Software offerings
*********************************************************************** */
#specs_software {
}

#specs_software tbody td {
	padding: 5px;
}

#specs_software ul {
	margin: 10px;
	
}


/* 4. =Services offerings
*********************************************************************** */
#specs_services {
}
#specs_services tbody td {
	padding: 15px 10px 18px 18px;
}

#specs_services li {
	font-weight: bold;
	color: #000;
	margin-top: 5px;
}

/* TOOL TIP */
/* 
********************************************************************** */

a.footnote {
	border-bottom: none;
	text-decoration: none;
}

a.footnote:hover {
	position: relative;
	text-decoration: none; 
	color: rgb(0, 0, 0);
}

a.footnote span {
	display: none;
}

a.footnote:hover span {
	display: block;
   	position: absolute; top: 11px; left: 0;
	/* formatting only styles */
   	padding: 10px; margin: 10px; z-index: 100;
   	background: #f0f0f0; border: 1px solid #c0c0c0;
	opacity: 0.9;
	width: 400px;
	/* end formatting */
}


/* GREEN GRADIENT BUTTON */
/*
********************************************************************** */
.GreenGradientButton {background: #76c724; width: 160px; height: 23px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; 	text-decoration: none; text-transform: uppercase; font-weight: bold; text-align: center; vertical-align: middle; border: 1px solid #397400; padding-top: 3px; cursor: pointer;}/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
.GreenGradientButton {background: -moz-linear-gradient(top, #76c724 0%, #5ea21b 100%);} /* FF3.6+ */
.GreenGradientButton {background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76c724), color-stop(100%,#5ea21b));} /* Chrome,Safari4+ */
.GreenGradientButton {background: -webkit-linear-gradient(top, #76c724 0%,#5ea21b 100%); }/* Chrome10+,Safari5.1+ */
.GreenGradientButton {background: -o-linear-gradient(top, #76c724 0%,#5ea21b 100%);} /* Opera 11.10+ */
.GreenGradientButton {background: -ms-linear-gradient(top, #76c724 0%,#5ea21b 100%);} /* IE10+ */
.GreenGradientButton {background: linear-gradient(top, #76c724 0%,#5ea21b 100%);} /* W3C */
.GreenGradientButton {filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c724', endColorstr='#5ea21b',GradientType=0 );} /* IE6-8 */
.GreenGradientButton a { text-decoration: none;}
.GreenGradientButton a:hover { text-decoration: none;}
.txtRollOver a, a:hover{ text-decoration: none;}

/* GREY GRADIENT BUTTON */
/*
********************************************************************** */


.GreyGradientButton {background: #606060; width: 160px; height: 23px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; 	text-decoration: none; text-transform: uppercase; font-weight: bold; text-align: center; vertical-align: middle; border: 1px solid #282a29; padding-top: 3px; cursor: pointer;} /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
.GreyGradientButton {background: -moz-linear-gradient(top, #606060 0%, #434544 100%);} /* FF3.6+ */
.GreyGradientButton {background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606060), color-stop(100%,#434544));} /* Chrome,Safari4+ */
.GreyGradientButton {background: -webkit-linear-gradient(top, #606060 0%,#434544 100%);} /* Chrome10+,Safari5.1+ */
.GreyGradientButton {background: -o-linear-gradient(top, #606060 0%,#434544 100%);} /* Opera 11.10+ */
.GreyGradientButton {background: -ms-linear-gradient(top, #606060 0%,#434544 100%);} /* IE10+ */
.GreyGradientButton {background: linear-gradient(top, #606060 0%,#434544 100%);} /* W3C */
.GreyGradientButton {filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#434544',GradientType=0 );} /* IE6-8 */
.GreyGradientButton a { text-decoration: none;}
.GreyGradientButton a:hover { text-decoration: none;}