/* 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: #75889C;
	text-transform: uppercase;
}
#middleColContent .dottedline {
	background: url(/_media/images/common/dottedline.gif) repeat-x bottom left;
}


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


#landingIntro	{
	color:#393939;
	font-size:14px;
	padding:94px 0 0 30px;
	width:560px;
	}
#landingIntro .introBold	{
	font-weight:bold;
	}	
#landingIntro a	{
	color:#bc0101;
	background: transparent url(/_media/images/wheels/landing/arrow-right.gif) top right no-repeat;
	padding:0 10px 0 0;
	text-transform:none;
	}
#landingMain	{
	background: url(/_media/images/common/landing-bg.jpg) top left no-repeat #d8d8d8;
	}	
.box {
	box-shadow: 0 4px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,.2);
	background: #fff;
	display:inline;/* IE6 Right Margin Fix */
	float:left;
	height:280px;
	margin:0 0 8px 10px;
	width:476px;
	}
.emptyBox {
	background: url(/_media/images/wheels/landing/empty-box.gif) top left no-repeat;
	float:left;
	height:280px;
	margin:0 0 8px 10px;
	width:476px;
	}
.bottom	{
	margin:0 0 20px 10px;
	}
.box img 	{
	float:left;
	padding:20px 48px 0 20px;
	}
.box h1	{
	color:#62666a;
	font-size:24px;
	font-weight:normal;
	padding:20px 0 10px 0;
	margin:0;
	}
.box ul	{
	list-style-type:none;
	margin:30px 0 0 0;
	}
 ul.right	{
	padding:0 0 0 25px;
	}
.box ul li	{
	padding:0 0 10px 0;
	}
.box ul li a	{
	color:#bc0101;
	font-weight: bold;
	background: transparent url(/_media/images/wheels/landing/arrow-right.gif) right no-repeat;
	font-size:16px;
	padding:2px 10px 0 0;
	}
#landingHeader	{
	background: url(/_media/images/technologies/header.jpg) top left no-repeat #eeeeee;
	height:220px;
	}
.emptyBox {
	background: url(/_media/images/wheels/landing/empty-box.gif) top left no-repeat;
	float:left;
	height:280px;
	margin:0 0 8px 10px;
	width:476px;
	}




/* Tech Landing
-----------------------------------------------------------------------------*/
#mainContent.subsection	{
	background: url(/_media/images/common/sub_section_bg.jpg) top left repeat-x #fff;
	}
.tech	{
	display:block;
	float:left;
	height:165px;
	margin:10px 10px 0 0;
	width:140px;
	}
.tech a.arrowRight	{
	font-size:14px;
	}
.tech img	{
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
	border: 2px solid #fff;
	height:106px;
	width:136px;
	}

/* 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(/_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;
}
