/*	

Copyright (c) 2006 sony
cenrwell.com CSS
---------------------------------
jason boyd - version 1.0
12.13.2005 (chris lum) - added line height of 17px to ul element.
- increased ul element to 11px font size.
	
*/
body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	 margin: 0 0 0 0;
}

div, td
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

ul {
	list-style-type : disc;
}

ul, li, .sublist, li.nav
{
	font: 10px arial, helvetica, sans-serif;
	color: #666666;
	margin: 0 0 0 .8em;
	padding: 0;
	/*list-style-image: url(../imagesOnline/style/bullet.gif);
	*/
}

ul, li, .sublist
{
	font: 10px arial, helvetica, sans-serif;
	color: #666666;
	margin: 0 0 0 .8em;
	padding: 0;
	line-height: 16px;
	/*list-style-image: url(../imagesOnline/style/bullet.gif);
	*/
}

ul.tradein, li.tradein {font: normal 12px arial; color: #000; margin-left:20px; margin-bottom:8px;}

.sublist
{
	font: normal 11px arial, helvetica, sans-serif;
}


a:visited,
a:active,
a:link 
{
	color: #666666;
}

img.button {margin: 10px 0;}

/*	background images  */
.lftbgd {background-image: url(/intershoproot/eCS/Store/en/imagesOnline/style/lftnavbgd.gif); background-repeat: repeat-y;}
.lftbgd1 {border: 1px solid #ebebeb; border-top: none;}
.spofferslft {background-image: url(/intershoproot/eCS/Store/en/imagesOnline/style/img_dept_specialoffersLeft.gif); background-repeat: repeat-y;}
.spoffersrt {background-image: url(/intershoproot/eCS/Store/en/imagesOnline/style/img_dept_specialoffersRight.gif); background-repeat: repeat-y;}
.backgrey {background-color: #ebebeb; background-repeat: repeat-y;}
.headersbgd {background-image: url(/intershoproot/eCS/Store/en/imagesOnline/style/img_header_expand.gif); background-repeat: repeat-x;}


.modboxlft {background-image: url(/intershoproot/eCS/Store/en/imagesOnline/rightnav/img_module_box_left.gif); background-repeat: repeat-y;}
.modboxrt {background-image: url(/intershoproot/eCS/Store/en/imagesOnline/rightnav/img_module_box_right.gif); background-repeat: repeat-y;}

.hpleft {background-image: url(/intershoproot/eCS/Store/en/imagesOnline/rightnav/hp_box_left.gif); background-repeat: repeat-y;}
.hpright {background-image: url(/intershoproot/eCS/Store/en/imagesOnline/rightnav/hp_box_right.gif); background-repeat: repeat-y;}

.dottedline {background-image: url(/intershoproot/eCS/Store/en/imagesOnline/general/img_cat_div.gif); background-repeat: repeat-y;}



.headerprice,
.headerprice a:active,
.headerprice a:link,
.headerprice a:visited
{
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}


/*	full vertical height  */
.fullheight {height:100%}


/* tg 3/9/06 changed font-size from 11px to 10px */
.leftNav,
.leftNav a:active,
.leftNav a:link,
.leftNav a:visited
{
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}
/* tg 3/9/06 changed color from #333333 to #2794D3 */
.leftNav a:hover {text-decoration:underline; color: #2794D3;}

/* tg 3/9/06  removed font-weight */
.leftNavBold,
.leftNavBold a:active,
.leftNavBold a:link,
.leftNavBold a:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	line-height: 16px;
}

/* tg 3/9/06 changed text-decoration to "none"; removed font-weight */

.leftNavBoldU,
.leftNavBoldU a:active,
.leftNavBoldU a:link,
.leftNavBoldU a:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	line-height: 17px;
}
/* tg 3/9/06 changed color from #333333 to #2794D3; added "text-decoration:underline" */
.leftNavBoldU a:hover {color: #2794D3; text-decoration:underline;}



.leftNavHeaders,
.leftNavHeaders a:active,
.leftNavHeaders a:link,
.leftNavHeaders a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration:underline;
}
.leftNavHeaders a:hover {text-decoration:underline; color: #333333;}

/* end TG modified */

/*	breadcrumbs  */
.bread,
.bread a:active,
.bread a:link,
.bread a:visited
{
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
}
.bread:active,.bread a:hover {text-decoration:underline; color: #333333;}



.topNav,
.topNav a:active,
.topNav a:link,
.topNav a:visited
{
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}
.topNav a:hover {text-decoration:underline; color: #333333;}



.input-box
{
color: #ffffff;
border: #666666 solid 1px;
height:10px;
}


.bodyNav,
.bodyNav a:active,
.bodyNav a:link,
.bodyNav a:visited
{
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
}
.bodyNav a:hover {text-decoration:underline; color: #444444;}


.footerNav,
.footerNav a:active,
.footerNav a:link,
.footerNav a:visited
{
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
.footerNav a:hover {text-decoration:underline; color: #333333;}

/* begin added by TG 3/9/06 */
.exclusive,
.exclusive a:active,
.exclusive a:link,
.exclusive a:visited
{
	font-size: 11px;
	color: #FF6633;
	font-weight: bold;
	text-decoration: none;
}

.exclusive a:hover {text-decoration:underline; color: #FF6633;}

/* end added by TG 3/9/06 */
.black10,.black10u, .black10b, .black11,.black11b, .black12b, .black12,.black13, .black13b, .black14, .black14b {font: normal 10px arial; color:#000; line-height:16px;}

.black11, .black11b {font-size:11px;}

.black12, .black12b {font-size:12px;}

.black13, .black13b {font-size:13px;}

.black14, .black14b {font-size:14px;}

.black11b, .black12b, .black13b, .black14b {font-weight:bold;}

a.black10b,
a.black10b:active,
a.black10b:link,
a.black10b:visited
{
	font-size: 10px;
	color: #000;
	text-decoration:underline;
}

.blue10,
.blue10 a:active,
.blue10 a:link,
.blue10 a:visited
{
	font-size: 10px;
	color: #2794D3;
	text-decoration:none;
}
.blue10 a:hover {text-decoration:underline; color: #2794D3;}

a.blue10u,
a.blue10u:active,
a.blue10u:link,
a.blue10u:visited
{
	font-size: 10px;
	color: #2794D3;
	text-decoration:underline;
}

.blue11,
.blue11 a:active,
.blue11 a:link,
.blue11 a:visited
{
	font-size: 11px;
	color: #2794D3;
	text-decoration:none;
}
.blue11 a:hover {text-decoration:underline; color: #2794D3;}


.blue11b,
.blue11b a:active,
.blue11b a:link,
.blue11b a:visited
{
	font-size: 11px;
	color: #2794D3;
	font-weight: bold;
	text-decoration:none;
}
.blue11b a:hover {text-decoration:underline; color: #2794D3;}

.blue11u,
.blue11u a:active,
.blue11u a:link,
.blue11u a:visited
{
	font-size: 11px;
	color: #2794D3;
	text-decoration:underline;
}
.blue11u a:hover {text-decoration:underline; color: #2794D3;}

.blue11bu,
.blue11bu a:active,
.blue11bu a:link,
.blue11bu a:visited
{
	font-size: 11px;
	color: #2794D3;
	font-weight: bold;
	text-decoration:underline;
}
.blue11bu a:hover {text-decoration:underline; color: #2794D3;}


.blue12,
.blue12 a:active,
.blue12 a:link,
.blue12 a:visited
{
	font-size: 12px;
	color: #2794D3;
	text-decoration:none;
}
.blue12 a:hover {text-decoration:underline; color: #2794D3;}


.blue12b,
.blue12b a:active,
.blue12b a:link,
.blue12b a:visited
{
	font-size: 12px;
	color: #2794D3;
	font-weight: bold;
	text-decoration:none;
}
.blue12b a:hover {text-decoration:underline; color: #2794D3;}
/* begin added by TG 3/9/06 */
.blue12u,
.blue12u a:active,
.blue12u a:link,
.blue12u a:visited
{
	font-size: 12px;
	color: #2794D3;
	text-decoration:underline;
}
.blue12u a:hover {text-decoration:underline; color: #2794D3;}

.darkblue12b,
.darkblue12b a:active,
.darkblue12b a:link,
.darkblue12b a:visited {
	font-size: 12px;
	color: #677e9b;
	font-weight: bold;
}
.darkblue12b a:hover {text-decoration:underline; color: #677e9b;}
/* end added by TG 3/9/06 */
.blue14b,
.blue14b a:active,
.blue14b a:link,
.blue14b a:visited
{
	font-size: 14px;
	color: #2794D3;
	font-weight: bold;
	text-decoration:underline;
}
.blue14b a:hover {text-decoration:underline; color: #2794D3;}

.blue14u,
.blue14u a:active,
.blue14u a:link,
.blue14u a:visited
{
	font-size: 14px;
	color: #2794D3;
	text-decoration:underline;
}
.blue11u a:hover {text-decoration:underline; color: #2794D3;}


.grey10
{
	font-size: 10px;
	color: #666666;
}

.grey10b
{
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

.grey10u
{
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

.grey11
{
	font: normal 11px arial;
	color: #666666;
}

.grey11u,
.grey11u a:active,
.grey11u a:link,
.grey11u a:visited
{
	font-size: 11px;
	color: #666;
	text-decoration:underline;
}

.grey11b
{
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
/* tg added 3/9/06 */
.grey11u
{
	font: normal 11px arial;
	color: #666666;
	text-decoration: underline;
}
	

.grey12
{
	font-size: 12px;
	color: #666666;
}

.grey12b
{
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.grey12u
{
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

.grey24
{
	font-size: 24px;
	color: #666666;
	font-family: arial;
	text-decoration: none;
}


.grey14
{
	font-size: 14px;
	color: #666666;
}


.grey14b
{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.white12
{
	color: #FFFFFF;
	font-size: 12px;
}

.white12b
{
	color: #FFFFFF;
	font-weight:bold;
	font-size: 12px;
}

.white,
.white a:active,
.white a:link,
.white a:visited
{
	color: #FFFFFF;
	text-decoration:underline;
}
.white a:hover {text-decoration:underline; color: #ffffff;}


.whiten,
.whiten a:active,
.whiten a:link,
.whiten a:visited
{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.whiten a:hover {text-decoration:underline; color: #ffffff;}

.whiteBold {
	color: #FFFFFF;
	font-weight: bold;
}
.greyBold {
	color: #666666;
	font-weight: bold;
}

.red11b
{
	font-size: 14px;
	color: #E91515;
	font-weight: bold;
	text-decoration:none;
}

.red11,red11bold {font: normal 11px arial; text-decoration:none; color: red;}
.red11bold {font-weight:bold;}

.redoutlet
{
	font: bold 12px "arial";
	color: #d3224e;
}

sup {font: normal 9px arial, sans-serif;}

sup.outlet {
	font: 11px arial;
}
.phone
{
	font-size: 11px;
	color: #FF6633;
	font-weight: bold;
	text-decoration:none;
}

/* Item page Styles */
#featLayer {
	display: block;
}
#specsLayer {
	display: none;
}

#accessoriesLayer {
	display: none;
}

#compatibilityLayer {
	display: none;
}
/* tg updated color */
.pageTitle {
	font-size: 18px;
	color: #677E9B;
}
/* begin added by TG 3/9/06 */
.optionalBanner,
.optionalBanner a:active,
.optionalBanner a:link,
.optionalBanner a:visited
 {
	font-size: 18px;
	color: #E35046;
	padding: 8px 0 3px 0;
}
/* end added by TG 3/9/06 */
.searchInput {
	width:120px;
	background: #fff;
	background-color: #fff;
}

.error, .error a:link, .error a:visited, .error a:active {color:#ff3300; font-weight:bold;}

td.outletfeature {
	padding-left: 25px;
	padding-right:25px;
	line-height : normal;
	letter-spacing : normal;
	font: 11px arial;
	color: #666666;
}

img {
	border: 0;
}

.formWidthGC{
width: 175px;
}

.white12
{
	color: #FFFFFF;
	font-size: 12px;
}

.white12b
{
	color: #FFFFFF;
	font-weight:bold;
	font-size: 12px;
}

td.cartitem {
	background-color: #99CC33; padding-left: 15px;
}

.italic {font-style: italic;}
.bold {font-weight: bold;}

/* installation pages */
.htgreen {background-color:#dcedbe;}
.htblue {background-color:#b2dbec;}
.htred {background-color:#ffc9be;}
td.htgreybox1 {width:130px; height:58px; border-right:1px solid #aeaeae; border-left:1px solid #aeaeae;}
td.htgreybox2 {width:75px; height:54px; border-right:1px solid #aeaeae; vertical-align: bottom; font:10px arial; padding: 2px;}

td.htgreyboxleft,td.htgreyboxleft2 {width:122px; border-right:1px solid #aeaeae; border-left:1px solid #aeaeae; border-top:1px solid #d5d5d5; vertical-align: bottom; font:10px arial; padding: 4px;}

td.htgreyboxleft2 {border-bottom:1px solid #aeaeae;}

td.htgreenbox,td.htgreenbox2 {background-color:#dcedbe; width:79px; height:37px; border-right:1px solid #aeaeae; border-top:1px solid #d5d5d5; background-image: url(/intershoproot/eCS/Store/en/imagesOnline/static/installation/checkgreen.gif); background-position: center; background-repeat: no-repeat;}

td.htgreenbox2 {border-top:1px solid #bfd1a1; height:36px;}

td.htbluebox,td.htbluebox2,td.htbluebox3 {background-color:#b2dbec; width:78px; height:37px; border-right:1px solid #aeaeae; border-top:1px solid #d5d5d5; background-image: url(/intershoproot/eCS/Store/en/imagesOnline/static/installation/checkblue.gif); background-position: center; background-repeat: no-repeat;}

td.htbluebox2,td.htbluebox3 {border-right:1px solid #aeaeae; border-top:1px solid #95bdcf; height:36px;}

td.htbluebox3 { border-bottom:1px solid #aeaeae;}

td.htredbox {background-color:#ffc9be; width:78px; height:37px; border-right:1px solid #aeaeae; border-top:1px solid #d5d5d5; background-image: url(/intershoproot/eCS/Store/en/imagesOnline/static/installation/checkred.gif); background-position: center; background-repeat: no-repeat;}

td.htwhitebox,td.htwhitebox2 {background-color:#fff; width:84px; height:37px; border-right:1px solid #aeaeae; border-top:1px solid #d5d5d5;}

td.htwhitebox2 {border-bottom:1px solid #aeaeae; height:36px;}

td.htredbox,td.htredbox2,td.htredbox3 {background-color:#ffc9be; width:80px; height:37px; border-right:1px solid #aeaeae; border-top:1px solid #d5d5d5; background-image: url(/intershoproot/eCS/Store/en/imagesOnline/static/installation/checkred.gif); background-position: center; background-repeat: no-repeat;}

td.htredbox2,td.htredbox3 {border-top:1px solid #e2aca1; height:36px;}

td.htredbox3 {border-bottom:1px solid #aeaeae}

td.htgreyhorizontal {background-color:#d5d5d5; height:1px; border:0px;}
/* installation pages end */

/* r1 bundle start */
#r1hdr {margin-left:8px; padding-bottom:15px; width:625px; float:left;}
#r1hdr2 {margin-left:23px; padding-bottom:15px; width:558px; float:left;}
#r1accessories {margin-left:23px; padding:3px; width:602px; border: 1px solid #b2b2b2;float:left;}
img.accessory1 {width:118px; margin:0 3px 0 0;}
table.r1 {margin: 9px 0;}
td.itemdesc1,td.itemdesc2 {padding:0px 3px 9px 11px; width:104px;}
td.itemdesc2 {width:106px; border-left: 1px solid #b2b2b2;}
img.r1btn {margin-top:15px; float:right;}

/* r1 bundle end */

/* blu-ray start */
.bluray {margin-bottom:11px;}
img.bluray {margin-bottom:11px;}
#bluraygreytop {width:752px; height:8px; background-color:#e6e6e6;}
#bluraywhite {width:738px; height:7px; background-color:#fff;font: 11px arial; color: #666;}
#bluraygreyleft {width:8px; background-color:#e6e6e6;}
#bluraygreyright {width:7px; background-color:#e6e6e6;}
#bluraygrey {width:767px; height:8px; background-color:#e6e6e6;}

#blurayleft, #blurayright {margin-top:20px;font: 11px arial; color: #666; line-height:18px;}
#blurayleft,#blurayleft1 {width:351px; padding:25px 28px 5px 10px;font: 11px arial;  color: #666;line-height:18px;}
#blurayright,#blurayright1 {width:350px; padding:25px 6px 5px 0px;font: 11px arial;  color: #666;line-height:18px;}
#blurayleft1,#blurayright1 {padding-top: 5px; padding-bottom: 15px; margin-bottom:15px;}
#bluerayrighttext {margin-left:8px; margin-bottom: 15px;font: 11px arial; color: #666; line-height:18px;}
img.bluraysignup, img.bluraychart, img.aboutbluray, img.associated, img.theassociation {margin-bottom:5px;}
img.bluraysignup, img.bluraychart {float:right;}
img.associated {margin-top: 10px; margin-bottom: 10px;}

#bluraygoodies,#bluraygoodiesnp {width:168px; padding:15px 9px 15px 0; font:11px arial; color: #666;line-height:16px;}
#bluraygoodiesnp {padding-right: 0px;}
table.bluraygoods {margin-left: 2px}
img.blurayhdr {margin-bottom:8px;}
/* blu-ray start */

/* blu-ray movies start */
.bd_hero {margin-bottom:20px;}
.bdcomingsoon {margin-left:15px;}
.bdsignup {float:right; margin-right:19px;}
.bdmovies {margin: 34px 0 20px 33px;}
.bdfooter {border-top: 1px solid #ccc; padding: 15px 0 15px 11px;}
#releasedates {width: 403px;  padding-bottom: 20px;}
.bdrelease {margin-bottom: 18px;}
td.bdavailable {width:175px; font: normal 11px arial, sans-serif; padding-right: 25px; line-height: 15px;}
td.bdavailable ul {list-style-type: none; margin:0; padding:0;}
td.bdavailable li {list-style-type: none; margin:0; padding:0 0 3px 0;}
td.bdproducts {padding-left: 6px; font: normal 11px arial, sans-serif;border-left: 1px solid #ccc;}
#bdrelatedprods {width: 215px; height: 16px; background-color: #b8b8b8; padding:3px 0 3px 7px; color: #000; font: bold 11px arial, sans-serif; margin-bottom: 18px;}
img.bdps1 {margin: 5px 0 20px 15px; float:right;}
table.bluraymovies {margin-top: 33px; margin-bottom: 15px;}
td.preorder {width: 127px; margin: 8px 0; text-align: center;}
td.preorder a:active, td.preorder a:link, td.preorder a:visited, td.bdavailable a:active,td.bdavailable a:link,td.bdavailable a:visited {font-size: 11px; color: #0066cc; text-decoration:underline;}
.bdhr {margin: 0; padding: 0; border-top: 1px solid #ccc;}
/* blu-ray movies end */

/* dept and cat */
#deptcategory {margin-left:8px;}

/* outlet banner */
#sonyoutlet_banner {margin: 8px 0;}

#legalinfo ol, #legalinfo li {font: normal 11px arial; line-height: 18px;}
#legalinfo li {margin-bottom: 8px;}

/* shipping info popup */
#shipping_info {width: 560px; font: 11px arial, sans-serif; text-align: left; line-height:16px; margin: 15px;}
#shipping_info h1 {font-size: 16px;}
#shipping_info a {color: #0066cc;}

/* LC Integration: all classes from here to end of file: added by Thomas Gainar 3/7/06 */
.homeModule,
.subModule {
	padding: 15px 15px 15px 15px;
	margin:0;
	border: 1px solid #D7D7D7;
	background: #F5F5F5;
}
.benefit .description {
	margin-top: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.benefit .description td {
	padding-left: 15px;
}

.homeModule ul 
{
	list-style-type: none;
	line-height: 20px;
	margin:0; 
	padding:0;
}
.homeModule li
{
	list-style-type: none;
	margin:0; 
	padding:0 0 5px 0;
}
.homeModule ul.mmg li { /* special li tag for movies/music/games */
	padding: 0 0 10px 0;
}

#hrdept {padding: 0; margin: 0; border-bottom: 1px solid #e5e5e5;}
/*hr.dept {border:0; color: #e5e5e5; background-color: #e5e5e5; width: 100%; height: 1px; padding: 0; margin: 0;}*/
table.shop-content {line-height: 15px;}
.homeModule .hr,
.subModule .hr,
.navmenu .hr {
	border-bottom: 1px solid #CCCCCC;
	margin: 15px 0 5px 0;
}
.navmenu .hr {
	width: 118px;
	margin-right: 10px;
}
.homeModule .searchInput {
	width: 155px;
	background: #fff;
	background-color: #fff;
}
.subModule .searchInput {
	width: 160px;
	background: #fff;
	background-color: #fff;
}
.subModule .imageHeader,
.homeModule .imageHeader {
	margin-bottom: 5px;
}
.headersbgd .topNav {
	color: #797979;
}
.productDetails .imageHeader {
	margin-top: 40px;
	margin-bottom: 10px;
}
.footer {
	border-top: 1px solid #d7d7d7;
	padding-bottom: 20px;
}
.department,
.category,
.benefit {
	border-bottom: 1px solid #e5e5e5;
}

.department .item,
.category .item,
.benefit .item {
	border-right: 1px solid #e5e5e5;
	vertical-align: top;
}
.department .item.last,
.category .item.last,
.benefit .item.last {
	border-right: none;
}
.department .prodName,
.category .prodName {
	text-align: left; padding-left: 10px;
}
.department .hdr,
.category#vaio .hdr,
.benefit .hdr {
	height: 55px;
	vertical-align: top;
}
.category .hdr {
	height: 90px;
	vertical-align: top;	
}
.category p .grey11,
.category p,
.benefit p {
	vertical-align: top;	
	font-size: 11px;
	color: #999999;
	padding-right: 5px;
	margin-top: 5px; 
}
.benefit .description p {
	font-size: 12px;
}

.subModule ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
.subModule li {
	background-image: url(/intershoproot/eCS/Store/en/imagesOnline/style/link_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 10px;
	margin:0;
}
.subModule.stayInformed {
	background: #FFFFFF;
}
.subModule .leftTeaserImage,
.productDetails .leftTeaserImage {
	padding:0;
	margin-right: 15px;
}
.subModule p {
	margin: 5px 0 0 0;
}
/* to adjust the Configure a VAIO notebook font size to fit */
.subModule .grey14b {
	font-size: 13px;
}

.subModule li.blue12, .subModule li.blue12u {margin-bottom: 5px;}

.productOverview {
	margin-top: 25px;
}
.priceModule {
	border: 7px solid #BFBDB1;
}

.priceModule {border: 7px solid #BFBDB1; border-bottom: none;}

.promo .priceModuleBottom {border: 7px solid #BFBDB1;}

.priceModule .price {
	margin: 15px 10px 15px 10px;
	padding:0;
}
.priceModule .price .hr {
	margin-bottom: 8px;
	padding:0;
	border-top: 1px solid #d7d7d7;
}
.priceModule .price .hr#dotted {
	border-top: 1px dotted #d7d7d7;
}

.promo {width: 214px;  border: 7px solid #BFBDB1; border-top: none;}

.promo .promoContent {width: 200px; border-top: 1px solid #d7d7d7; background-color: #ECEBE8;}
.promo .promoContent img {width: 200px; border-top: 1px solid #d7d7d7; background-color: #ECEBE8;}
.promo .promoContent a {text-decoration: none;}
.promoDesc {width: 221px; padding: 10px 10px 8px 10px; margin-bottom: 5px; border-bottom: 1px solid #d7d7d7;}


.productDetails .featureList,
.productDetails .featureList .black11b,
.x10 {
	color: #666666;
}
.productDetails .banner {
	padding-top: 20px;
}
.browse {
	margin: 25px 10px 0 10px;
}
.browse .hdr {
	margin-bottom: 5px;
}
.browse .item {
	width: 75px;
	padding-left: 25px;
	border-left: 1px solid #e5e5e5;
	border-right: none;
	vertical-align: top;
}
.browse .item.first {
	padding-left: 0;
	border-left: none;
}
.lc_article {
	margin-left: 10px;
}
.lc_article p {
	margin-top: 10px;
	color: #999999;
}
.lc_article p.tip {
	padding: 10px;
	background-color: #ededed;
	font-size: 11px;
}
.lc_article h1,
.lc_article h2 {
	font-size: 18px;
	font-weight: normal;
	margin:0;
	padding:0;
	color: #677E9B;
}
.lc_article h2 {
	font-size: 16px;
	margin-top: 30px;
}
.lc_article .grey11b {
	color: #999999;
	}
.lc_article .display {
	margin: 0 0 10px 10px;
	float: right;
}
.none {padding:0;margin:0;}

/* movie finder */
table.moviefind, td.findertext, td.moviefinder_input, td.finder_border, td.moviefinder_list, td.moviefinder_genre, td.moviefinder_caret {background-color: #efeeeb;}
table.moviefinder {border: 1px solid #ccc;}
td.findertext {padding: 8px;}
td.moviefinder_input {width: 305px; padding-left: 25px; padding-bottom: 6px;}
td.moviefinder_list, td.moviefinder_genre,td.moviefinder_caret {padding: 6px 0 6px 8px;}
td.moviefinder_caret img {vertical-align: middle; margin-right: 4px; margin-top: 0 !important; /* fix for alignment in IE */ 	margin-top: 1px;}
td.moviefinder_caret {color: #2794D3;}
td.moviefinder_caret a:active, a:link,a:visit {color: #2794D3; text-decoration: none;}
td.moviefinder_caret a:hover {color: #2794D3; text-decoration: underline;}

/* engraving */
#engraving {padding: 0; margin: 0 0 0 5px; text-align: left;}
#engraving img.engraving {margin-bottom: 8px;}
#engraving img.getyours {border: 8px solid #e5e5e5; margin: 0; padding: 0;}
#engraving .engravingflash {border-top: 0; border-right: 8px solid #e5e5e5; border-bottom: 8px solid #e5e5e5; border-left: 8px solid #e5e5e5; margin: 0; padding: 15px 0 15px 15px;}
#engraving td.engraveleft {width: 156px;}
#engraving td.engraveright {width: 572px; border-left: 1px solid #e5e5e5;}
#engraving img.build {margin-top: 15px;}
#engraving .engravefooter {padding: 15px 30px 15px 15px; line-height: 16px; color: #666;}
#engraving img.engravetext {margin-top: 5px;}

/* da vinci */
#davinci {width: 566px; padding-top: 15px;}
#davinci img.hero {margin-bottom: 8px;}
#davinci img.solve {border: 8px solid #ccc;}
#davinci p {padding-right: 8px; color: #666;}
#davinci .bottom {border: 8px solid #ccc; border-top: none;}
#davinci img.book {border-right: 8px solid #ccc;}

/* promos */
#promos {width: 600px; line-height: 16px; text-align: left;}
#instorepromo {width: 543px;}
#instorepromo .instorehdr {background-color: #ededed;}
#instorepromo .promocontent {padding: 22px 31px 22px 21px;}
td.outletstoreleft {width: 10px; background-color: #ebebeb; padding: 0;}
#outletstores {width: 184px; margin: 20px 5px 0px 0px;}
#outletstores img.outlet {margin-bottom: 12px;}
#outletstores .outletleft {width: 77px; float: left;}
#outletstores .outletright {width: 107px; float: left;}
td.outletstoreright {width: 15px; background-image: url(/intershoproot/eCS/Store/en/imagesOnline/sony_retail/img_outlet_right.gif); background-repeat: repeat-y; padding: 0;}
th.moviepromo {font: bold 15px arial, sans-serif; text-align: left;}

/* padres */
img.padreshero {margin-bottom: 7px;}
table.padresmain {border: 8px solid #ccc; margin-bottom: 15px;}
td.explorebravia {border-right: 8px solid #ccc;}
img.padresright {border-bottom: 8px solid #ccc;}

#sonycardcash {width: 550px; padding-bottom: 25px; margin: 15px 0 25px 0; border-bottom: 1px solid #999;}

/* tseries */
#tseries {width: 766px; font: 11px arial, sans-serif; color: #666;}
#tseries img.hero {margin-bottom: 6px;}
#tseries .main {width: 754px; border: 6px solid #ccc; margin-bottom: 15px;}
#tseries .tseriestop {width: 754px; border-bottom: 6px solid #ccc;}
#tseries .main .topcontent {width: 389px; padding: 45px 27px 0 19px; font: 11px arial, sans-serif; color: #666;}
#tseries .main .topcontent img.hdr {margin-bottom: 10px;}
#tseries .main .bottom {border-right: 6px solid #ccc; width: 200px; padding: 0 24px 15px 24px;}
#tseries .main .topcontent h3, #tseries .main .bottom h3 {font-size: 11px; margin-bottom: 0px; padding: 0;}
#tseries .main .topcontent p, #tseries .main .bottom p {margin-top: 5px; margin-bottom: 10px; padding: 0; line-height: 15px;}
#tseries .main .topcontent p.orange, #tseries .main .bottom p.orange {font-size: 11px; color: #ff6600;}

/* gifts */
img.gifts {padding-left:8px; padding-bottom: 8px;}

/* media kit */
#mediakit {width: 766px; font: 11px arial, sans-serif; color: #666;}
#mediakit table, td {font: 11px arial, sans-serif; color: #666;}
#mediakit img.hero {margin-bottom: 15px;}
#mediakit .media {width: 495px; border-bottom: 1px solid #e5e5e5; padding-right: 10px; font: 11px arial, sans-serif; color: #666; line-height: 16px;}
#mediakit .medianb {width: 495px; padding-right: 10px; font: 11px arial, sans-serif; color: #666;}
#mediakit .mediaright {border-left: 1px solid #e5e5e5; width: 219px; padding: 15px 10px 15px 24px; font: 11px arial, sans-serif; color: #666}
.ssmain {margin-top: 5px;}

/* ut series */
#utseries {width: 766px; font: 11px arial, sans-serif; color: #666; text-align:left;}
#utseries table, td {font: 11px arial, sans-serif; color: #666;}
#utseries .promos {border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
#utseries img.save {border-left: 1px solid #ccc;}
#utseries .options {padding: 10px 10px 10px 15px;}
#utseries .option1 {width: 160px; border-right: 1px solid #ccc; padding-right: 10px; padding-left: 10px; line-height: 16px;}
#utseries .option2 {width: 160px; padding-right: 10px; padding-left: 10px; line-height: 16px;}

/* spacing for dept/cat heroes */
img.heroes {padding: 0 0 8px 8px;}

/* notebook tradein */
#tradein {text-align:left; line-height: 16px; width: 615px;}
#tradein p {padding-left: 10px;}
#tradein .hdr {color: #8ba27c; font-weight: bold;}
#tradein .chart {border: none; font-size: 12px;}
#tradein .chart .imghdr {border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
#tradein .chart .imghdr1 {border-right: none;}
#tradein .chart .steps {border: 1px solid #bfbdb1; border-top: none; border-left: none;}
#tradein .chart .online {background-color: #f8f9f0; border: 1px solid #bfbdb1; border-top: none; border-left: none; padding: 10px 10px 5px 10px; line-height: 16px; font-size: 12px;}
#tradein .chart .instore {background-color: #edf1db; border-bottom: 1px solid #bfbdb1; padding: 10px 10px 5px 10px; line-height: 16px; font-size: 12px;}
#tradein .chart .arrow {text-align: center; padding: 10px 0 0 0; vertical-align: bottom;}

#printcoupon {font-size: 12px; margin-left:30px; margin-right:12px;}

/* customer care */
.lftbgd .ccleftnav ul 
{
	width: 131px;
	list-style-type: none;
	line-height: 11px;
	margin:0 0 0 1px; 
	padding:0;
}

.lftbgd .ccleftnav li
{
	list-style-type: none;
	margin:0 0 3px 1px; 
	padding:0;
	line-height: 11px;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}

.lftbgd .ccleftnav li.sub1
{
	list-style-type: none;
	margin:0 0 3px 6px; 
	padding:0;
	line-height: 11px;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}

.lftbgd .ccleftnav li.sub2
{
	list-style-type: none;
	margin:0 0 5px 6px; 
	padding:0;
	line-height: 11px;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}

/* sony rewards */
#rewards {text-align: left; line-height: 17px;}
#rewards .hero {margin-bottom: 15px;}
#rewards h2, h3 {font: bold 14px arial, sans-serif; margin-bottom: 8px;}
#rewards h3 {font: bold 12px arial, sans-serif;}
#rewards a, #rewards a:active,#rewards a:link,#rewards a:visited {color: #ff6633; text-decoration: underline;}
#rewards .hdrblue {color: #666699;}
#rewards .braviatvs {width: 202px; border-right: 1px solid #ccc; padding: 0 5px;}
#rewards .braviatvsnb {width: 202px; padding-left:5px;}
#rewards .braviatxt {width: 183px; border-right: 1px solid #ccc;padding: 0 15px;}
#rewards .braviatxt h3, #rewards .braviatxtnb h3 {color: #666699; font: bold 12px arial, sans-serif; margin-bottom: 5px; padding: 0;}
#rewards .braviatxtnb {width: 183px; padding: 0 15px;}
#rewards .footer {border-top: 1px solid #ccc; padding-top: 15px; font-size: 10px; margin-top: 20px;}

/* teddy geiger */
#teddygeiger {width: 767px; line-height: 16px;}
#teddygeiger .hero {margin-bottom: 2px;}
#teddygeiger .main {background-color: #fdd464; padding: 40px 37px;}
#teddygeiger .main .content {background-color: #fee8aa; color: #000; margin-bottom: 2px; padding-right: 10px; padding-bottom: 15px;line-height: 16px;}
#teddygeiger .main td.right {border-right: 1px solid #fdd464; padding-right: 10px; padding-bottom: 15px; line-height: 16px;}
#teddygeiger .main .content .sale {color: #ff6633; font-weight: bold;}

/* recycle program */
#recycle {text-align: left; font: normal 11px arial, sans-serif; line-height: 15px;}
#recycle strong {font: bold 12px arial, sans-serif;}

/* genuine microsoft */
div.genuineLayer
{
z-index: 2; 
display:inline;
position:absolute; 
width: 455px; 
visibility: hidden; 
background-color: #ffffff; 
color: #000000; 
border: solid 1px #000000;
padding: 5px 5px 5px 5px;
font-family: Verdana; 
font-size: 10px; 
font-weight: normal;
}

#genuineTooltip
{
font-size: 10px;
background-color: #ffffff
color: #000000;  
}
