/* Common
-----------------------------------------------------------------------------*/

#leftCol {
	width: 180px;
}
#leftColPadding {
	padding: 10px 0 0 0;
}

#middleCol {
	padding: 10px 25px 0 20px;
}
#middleColContent {
	padding: 15px 20px;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	line-height: 18px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	margin: 0 0 5px 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0 10px 0px;
	padding: 0px;
	text-transform: uppercase;
}
.blueCaps {
	color: #114c63;
	text-transform: uppercase;
}
#middleColContent .dottedline {
	background: url(../../_media/images/common/dottedline.gif) repeat-x bottom left;
}



/* Landing
-----------------------------------------------------------------------------*/

#landingIntro {
	width: 560px;
	padding: 20px 100px 20px 25px;
	border: 1px dotted #6b6c6e;
	margin: 0 0 0 30px;
}

#landingImg {
	position: absolute;
	bottom: 0px;
	right: 40px;
}
#landingBottom {
	padding: 35px 0 75px;
	text-align: center;
}
#landingBottom table {
	margin: 0 auto;
	width: 870px;
}


/* Misc
-----------------------------------------------------------------------------*/


#techlandingImg {
	margin: 3px 0 7px 0;
}
.mediaList {
	margin-bottom: 10px;
}
.mediaList object, .mediaList img {
	float: left;
	margin: 2px 15px 0 0;
}
.mediaList .content {
	float: left;
	width: 415px;
}
.mediaList .content p {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0px;
}
.mediaList .content a {
	font-weight: bold;
}
.mediaList .blue {
	font-size: 11px;
}

#zipcastCallout {
	float: right;
	padding: 10px 12px;
	border: 1px solid #d1d1d1;
	width: 150px;
	margin: 10px 5px 5px 10px;
	color: #7e7e7e;
	font-weight: bold;
	line-height: 15px;
}
#zipcastCallout p {
	margin: 0 0 3px 0;
	padding: 0px;
}
#zipcastCallout .date {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}
#zipcastCallout object {
	float: left;
	margin: 0 10px 0 0;
}
a.back {
	float:right;
	padding-left: 10px;
	background: url(http://www.zipp.com/_media/images/technologies/arrow_back.gif) no-repeat left 55%;
}


/* Tabs
-----------------------------------------------------------------------------*/


#tabs {
	padding: 3px 0 5px;
	margin: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
#tabs li {
	display: inline;
}
#tabs li a {
	padding: 3px 10px;
	color: #2d2b2b;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}
#tabs li.active a {
	color: #cc0000;
}
#tabs li a:hover {
	text-decoration: underline;
	color: #cc0000;
}
#tabs li.active a:hover {
	text-decoration: none;
}

#tabcontentContainer {
	width: 504px; 
	border-top: 1px solid #999999;
	position: relative;
}
.panes {
	width: 504px;
	display: block;
}
