@charset "gb2312";
/* Contents:
 - Logo
 - Search
 - Columns
 - Promo
 - Boxes
 - Lists
 - Tables
*/

/* Logo */
#logo {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}

/* Search */
#websearch {
	position: absolute;
	top: 8px;
	right: 36px;
	width: 207px;
}
#websearch label {
	display: none;
}
#websearch input#searchfield {
	background: url(Images/search01.gif) no-repeat;
	height: 15px;
	width: 160px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	padding: 2px 5px 4px 10px;
	font-size: 1.1em;
	color: #7C7C7C;
}
#websearch input#searchbutton {
	height: 18px;
	width: 29px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	border-style: none;
	display: block;
	float: left;
}

/* Columns */
.column {
	float: left;
}
.two-cols,
.three-cols {
	clear: both;
	width: auto;
	overflow: hidden;
	height: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}
.two-cols .column {
	width: 45%;
	margin-right: 5%;
}
.three-cols .column {
	width: 185px;
	margin-right: 10px;
	padding: 0px;
}
.three-cols .column.last,
.two-cols .column.last {
	margin-right: 0;
}
.column .img-content {
	margin-right: 10px;
}

/* Boxes --------------------
Backpage internal elements are contained in boxes with borders and gradients.
Some large (box) setting defaults, some smaller that live inside the large ones
(nested-box) and some in the sidebar (sidebar-box)
-------------------------------*/
.box {
	background: url(Images/main-box_inner.gif) repeat-y 0px 51px;
	width: 657px;
	position: relative;
	margin-bottom: 20px;
}
.box-top {
	background: url(Images/main-box_top.gif) no-repeat 0px 0px;
	height: 51px;
	width: 657px;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: -2px;
}
.box-inner {
	width: 607px;
	z-index: 10;
	position: relative;
	padding: 15px 24px 5px;
}
.box-bottom {
	background: url(Images/main-box_bottom.gif) no-repeat;
	height: 14px;
	width: 657px;
	/* ie6 style */
	_background-position: 0 2px;
}
.box.nested-box {
	width: 605px;
	background: url(Images/nested-box-inner.gif) repeat-y;
	margin-left: 3px;
	margin-top: 15px;
	margin-bottom: 5px;
	_width: 595px;
}
.tab-pane .box.nested-box {
	margin-left: 0;
}
.nested-box .box-top {
	width: 605px;
	background: url(Images/nested-box-top.gif) no-repeat;
	height: 92px; /* height: 184px; */
	top: -4px;
	_width: 595px;
}
.nested-box .box-inner {
	width: 568px;
	_width: 558px;
}
.nested-box .box-bottom {
	background: url(Images/nested-box-bottom.gif) no-repeat;
	height: 4px;
	width: 605px;
	/* ie6 styles */
	_background-position: 0 8px;
	_width: 595px;
}
/* see sidebar in backpage.css for sidebar boxes */

/* Lists */
#main ol {
	padding-left: 20px;
}
#main ul {
	padding-left: 15px;
}
#main ol li,
#main ul li {
	padding: 0 0 10px 0;
	line-height: 1.3em;
}
#main ul li {
	list-style-image: url(Images/bullet.gif);
}
#main ol.tight li,
#main ul.tight li {
	padding: 0px 0px 5px;
}
#main ol.tight li:last-child,
#main ul.tight li:last-child {
	padding: 0px;
}

/* lists in main content only */
#content ul.highlight-arrows {
	margin-left: 15px;
	float: none;
	width: auto;
}
#content ul.narrow {
	width: 500px;
	margin-bottom: 30px;
}

#content ul.highlight-arrows li {
	list-style-image: url(Images/bullet_red.gif);
	padding-bottom: 5px;
}
#content ul.highlight-arrows li a {
	padding-left: 0px;
}
#content ul.no-arrows li {
	list-style-image: none;
}
#content ul {
	margin: 0 0 10px 0;
}

#content ul.two-cols li {
	float: left;
	width: 45%;
	margin-right: 3%;
}
#content ul.three-cols li {
	float: left;
	width: 28%;
	margin-right: 2%;
}
#content ul.inline li {
	display: inline;
	padding: 0px 10px 5px 15px;
}
#content ul.spacer li {
	border-left: 1px solid #CCC;
}

/* toggles */
.toggle_header {
	margin-bottom: 3px;
}
.toggle_header img {
	vertical-align: bottom;
}

/* display PR PDF links on the right of lists they appear in: */
.prPDF {
	float: right;
	margin-left: .5em;
}

.highlight {
	color: #B70024;
}

img.bordered {
	border: 1px solid #BB0021;
	padding: 5px;
	margin: 5px;
}

img.exec_portrait {
	border: 1px solid #BB0021;
	padding: 2px;
	margin: 0 5px 5px 0;
	*margin: 15px 5px 5px 0;
	float: left;
}

img.market_image {
	float: right;
	margin: 0 0 10px 10px;
	border: 0;
}

img.featured_bordered {
	padding: 2px;
	border: 1px solid #CCC;
}

.featured_image_caption {
	color: #000000;
	float: left;
	padding-right: 25px;
}

.featured_image_caption img {
	margin: 0 10px 0 0;
}

.featured_image {
	padding-top: 25px;
	padding-bottom: 35px;
}


.photo_library {
	clear: both;
}
.photo_library img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.edittable {
	width: 95%;
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
}

.edittable .titleRow td {
	background-color: #F4F4F4;
}
.edittable td {
	vertical-align: top;
	margin: 0;
	padding: 2px;
}
.edittable td.required {
	font-weight: bold;
	color: #B70024;
}
.edittable td.required .normal {
	font-weight: normal;
	color: #333333;
}
.edittable td input {
	font-size: 7pt !important;
}

.driverLink {
	width: 158px;
}
.driverVersion {
	width: 50px;
	text-align: right;
	color: white;
	background-color: #5B5B5B;
}
.driverDate {
	width: 60px;
	text-align: right;
	background-color: #F4F4F4;
}
.driverSize {
	width: 50px;
	text-align: center;
	background-color: #EAEAEA;
}

.subheading {
	color: #BB0021;
	font-weight: bold;
}

.disabled_text {
	color: #CCCCCC;
}

.horizontal_line {
	height: 1px;
	color: #B70024;
	background: #B70024;
}

.title {
	font-size: 1.5em; 
	color: #9f3538; 
	font-weight: bold;
}

.top_link {
	font-weight: bold;
	text-align: right;
	padding-right:50px;
}

#video_overlay {
	background-color: #FFFFFF;
	border: 1px solid #666; 
	display: none;
	padding: 15px;
	padding-top: 22px;
	/* place overlay on top of other elements */ 
	z-index: 10000;
	/* CSS3 styling for latest browsers */
	box-shadow: 0 0 90px 5px #000;
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px 5px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
 
/* close button positioned on upper right corner */
#video_overlay div.close {
	background-image: url(Images/modal/buttonclose.gif);
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 14px;
	width: 14px;
}

/* player container */
.video_player {
	cursor: pointer;
}

/* Paging */
.pages {
	padding: .2em;
	margin: .2em 0;
	clear: left;
}
.pages a,
.pages span,
.pages div {
	display: block;
	float: left;
	padding: 0.3em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	color:#000000;
}
.pages .current {
	border: 1px solid #000;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #BB0021;
}
.pages a {
	border: 1px solid #CCCCCC;
	text-decoration: none;
}
.pages a:hover {
	border-color: #000000;
}
.pages a.nextprev {
	font-weight: bold;
}
.pages span.nextprev {
	color: #666666;
}
.pages span.nextprev {
	border: 1px solid #DDDDDD;
	color: #999999;
}
.pages .nextprev-next {
	float: right;
}

.video_library {
	float: left;
	width: 48%;
	height: 190px;
}

.video_icon {
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 510px;
	height: 120px;
	/* custom decorations */
	border: 1px solid #CCCCCC;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width: 40000em;
	position: relative;
	clear: both;
}

.items div {
	float: left;
	width: 510px;
}

/* single scrollable item */
.scrollable img {
	float: left;
	margin: 10px 3px 5px 10px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	width: 100px;
	height: 75px;
	/* CSS 3 */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* active item */
.scrollable .active {
	border: 2px solid #000000;
	position: relative;
	cursor: default;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float: left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(http://www.broadcom.com/images/hori_large.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 40px 10px;
	cursor: pointer;
	font-size: 1px;
}

/* right */
a.right {
	background-position: 0 -30px;
	clear: right;
	margin-right: 0px;
}
a.right:hover {
	background-position: -30px -30px;
}
a.right:active {
	background-position: -60px -30px;
}

/* left */
a.left {
	margin-left: 0px;
}
a.left:hover {
	background-position: -30px 0;
}
a.left:active {
	background-position: -60px 0;
}

/* disabled navigational button */
a.disabled {
	visibility: hidden !important;		
}

/* root element for scrollable */
.vertical_scrollable {
	/* required settings */
	position: relative;
	overflow: hidden;
	/* vertical scrollables have typically larger height than width but not now */
	height: 300px;
	width: 250px;
	border: 1px solid green;
}

/* root element for scrollable items */
.vertical_scrollable .items {
	position: absolute;
	/* this time we have very large space for the height */
	height: 20000em;
}
