﻿/* Contents:
 - Logo
 - Search
 - Columns
 - Promo
 - Boxes
 - Lists
 - Tables
*/
/* Logo */
#logo {
	display: inline;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
/* Search */
#websearch {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 207px;
}
#websearch label {
	display: none;
}
#websearch input#searchfield {
	background: url(../images/bg_search_field.gif) no-repeat;
	height: 15px;
	width: 160px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	padding: 4px 5px 4px 10px;
	font-size: 1.1em;
	color: #7C7C7C;
}
#websearch input#searchbutton {
	height: 22px;
	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: 2px;
}
.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: 0px;
}
.box-inner {
	width: 607px;
	z-index: 50;
	position: relative;
	padding: 25px 24px 10px;
}
.box-inner ol li {
	list-style-type: decimal;
	margin-left: 20px;
	padding-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.5em;
}
.box-inner1 {
	width: 607px;
	z-index: 50;
	position: relative;
	padding: 1px 24px 8px 24px;
}
.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;
}
#tabs .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;
}
.nested-box .box-inner {
	width: 568px;
}
.nested-box .box-inner1 {
	width: 568px;
}
.box-innerp {
	float: left;
	width: 480px;
	margin-top: 20px;
	padding-left: 10px;
}
.pfloatright {
	float: right;
}
.silverborder {
	border: 1px silver solid;
}
.nested-box .box-bottom {
	background: url(../images/nested-box-bottom.gif) no-repeat;
	height: 4px;
	width: 605px; /* ie6 styles */;
	_background-position: 0 8px;
}
.prod-box {
	background: url(../images/prod-box-top.gif) no-repeat;
	font-size: 1.1em;
	width: 485px;
	padding: 0px;
	margin-left: 3px;
}
.prod-box .box-inner {
	background: url(../images/prod-box-main.gif) no-repeat left bottom;
	width: 465px;
	clear: both;
	float: none;
	margin: 0px 0px 25px;
	padding: 10px;
	overflow: hidden;
}
.prod-box .box-inner1 {
	background: url(../images/prod-box-main.gif) no-repeat left bottom;
	width: 465px;
	clear: both;
	float: none;
	margin: 0px 0px 10px;
	padding: 10px;
	overflow: hidden;
}
.prod-box h3 {
	height: 17px;
	margin: 0px;
	padding: 8px 25px;
}
.prod-box div.img {
	display: inline;
	text-align: center;
	width: 100px;
	padding-left: 8px;
}
/* see sidebar in backpage.css for sidebar boxes */
/* Lists */
#main ul {
	padding-left: 15px;
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
	padding: 0 0 10px 0;
	line-height: 1.3em;
}
#main ul.tight li {
	padding: 0px 0px 5px;
}
#main ul.tight li:last-child {
	padding: 0px;
}
#content ul ul li {
	padding-bottom: 0;
	padding: 0px;
	font-size: 11px;
}
/* lists in main content only */
#content ul.highlight-arrows {
	margin-left: 15px;
	float: none;
	width: auto;
	font-size: 1.1em;
}
#content ul.highlight-arrows li {
	padding-top: 10px;
}
#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-noarrows li {
	list-style-image: none;
	padding-bottom: 5px;
}
#content ul.highlight-arrows li a {
	padding-left: 0px;
}
#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;
}
#content .prod-box ul.red-arrows li {
	float: left;
	width: 44%;
	margin-right: 3%;
	font-family: Arial, Helvetica, sans-serif; /* ie6 styles */;
	_width: 150px;
	_margin-right: 10px;
}
#content .prod-box ul.red-arrows {
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 0px; /*ie6*/;
	_list-style-image: url(../images/bullet_red.gif);
	_list-style-position: outside;
}
/* toggles */
.toggle_header {
	margin-bottom: 3px;
}
.toggle_header img {
	vertical-align: bottom;
}
/* Table Styled */
table.styled {
	border-collapse: collapse;
	border-spacing: 0;
	background: url(../images/table-top.gif) no-repeat 0px 0px;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 2px;
	font: 1.1em Arial, Helvetica, sans-serif;
}
table.styled.with-header {
	background: url(../images/table-head.gif) no-repeat 0px 0px;
}
table.styled tbody {
	display: block;
}
table.styled tr.table-header {
	display: block;
	width: 608px;
}
table.styled th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9F3538;
	padding: 10px 20px 15px 20px;
	border-right: 1px solid #CCCCCC;
}
table.styled th.first, table.styled td.first {
	width: 200px;
}
table.styled th.second, table.styled td.second {
	width: 199px;
}
table.styled th.last, table.styled td.last {
	border: none;
}
table.styled td {
	border-right: 1px solid #CCCCCC;
	padding: 3px 20px;
	vertical-align: top;
}
tr.table-bottom {
	background: url(../images/table-bottom.gif) left bottom no-repeat;
	display: block;
	width: 609px;
	padding-bottom: 2px;
}
tr.table-bottom td {
	padding-bottom: 15px; /* ie6/7 does not display bg img on rows only on cells */ *;
	display: block; *;
	background: url(../images/table-bottom.gif) center bottom no-repeat;
}
tr.table-bottom td.first {
	*background-position: left bottom; /* ie6/7 repeats bg for each cell so attaching bg img accordingly */
}
tr.table-bottom td.last {
	*background-position: right bottom; /* ie6/7 repeats bg for each cell so attaching bg img accordingly */
}
/* display PR PDF links on the right of lists they appear in: */
.prPDF {
	float: right;
	clear: bottom;
	margin-left: .5em;
}
.highlight {
	color: #B70024;
}
img.bordered {
	border: 1px solid #BB0021;
	padding: 2px;
	margin: 0 5px 5px 0;
}
img.exec_portrait {
	border: 1px solid #BB0021;
	padding: 2px;
	margin: 0 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;
}
span.smap {
	font-size: 12px;
	font-weight: bold;
}
.horizontal_line {
	height: 1px;
	color: #B70024;
	background: #B70024;
}
#video_overlay {
	background-image: url(../images/modal/bg.png);
	width: 600px;
	height: 600px; /* initially overlay is hidden */;
	display: none;
	padding: 30px;
}
/* close button positioned on upper right corner */
#video_overlay div.close {
	background-image: url(../images/modal/buttonclose.gif);
	position: absolute;
	right: 35px;
	top: 30px;
	cursor: pointer;
	height: 14px;
	width: 14px;
}
/* player container */
.video_player {
	cursor: pointer;
}
#main ul li.nolistusa {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	background: transparent url('../images/usaflag.gif') no-repeat left;
	padding-left: 30px;
	top: 10px;
	padding-top: 10px;
}
#main ul li.nolistind {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	background: transparent url('../images/india.gif') no-repeat left;
	padding-left: 30px;
	top: 10px;
	padding-top: 10px;
}
#main ul li.nolistcn {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	background: transparent url('../images/china.png') no-repeat left;
	padding-left: 30px;
	top: 10px;
	padding-top: 10px;
}
#main ul li.nolistge {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	background: transparent url('../images/germany.png') no-repeat left;
	padding-left: 30px;
	top: 10px;
	padding-top: 10px;
}
#main ul li.nolistjp {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	background: transparent url('../images/japan.png') no-repeat left;
	padding-left: 30px;
	top: 10px;
	padding-top: 10px;
}
#main ul li.nolistkr {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	background: transparent url('../images/korea.png') no-repeat left;
	padding-left: 30px;
	top: 10px;
	padding-top: 10px;
}
#main ul li.nolistw {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	background: transparent url('../images/taiwan.png') no-repeat left;
	padding-left: 30px;
	top: 10px;
	padding-top: 10px;
}
p.corporate {
	width: 350px;
	float: left;
	text-align: justify;
}
img.corpimg {
	width: 200px;
	height: 158px;
	padding-left: 30px;
}
p.prodlogo {
	width: 450px;
	float: left;
	position: relative;
}
p.storlogo {
	width: 350px;
	float: left;
	position: relative;
}
ul.storlogo {
	width: 350px;
	float: left;
	position: relative;
}
div.storlogo {
	width: 350px;
	float: left;
	position: relative;
}
img.prodimg {
	position: relative;
	margin-left: 20px;
	bottom: 10px;
	border: 1px silver solid;
	background: transparent;
	background: white;
	padding-left: 5px;
	padding-right: 5px;
}
p.newsborder {
	padding-bottom: 10px;
	width:280px;float:left;margin-right:10px; 
}
p.newsborder span{
	text-decoration:underline
}
ul.newsborder {
	border-bottom: 1px silver solid;
	padding-bottom: 10px;
}
div.newborder1 {
	border-bottom: 1px silver solid;
	padding-bottom: 10px;
}
.botborder {
	border-bottom: 1px silver solid;
}
.colm1 {
	font-weight: bold;
	padding-right: 2px;
	font-family: tahoma;
	color: #666666;
	font-size: 10px;
	width: 60px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 3px;
}
.desc {
	width: 240px;
	float: left;
	padding-right: 5px;
	padding-top: 3px;
}

