/*	

Copyright (c) 2005 sony
sonystyle.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;}

p.bluecta {
color: #5482ab;
font: normal 11px arial, sans-serif;
}

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;}

a.blue11:link, a.blue11:visited, a.blue11:hover, a.blue11:active {
font-size: 11px;
color: #2794D3;
text-decoration:none;
}
a.blue11:hover {
text-decoration: underline;
}

.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
 { color: #2794d3; font-weight: bold; font-size: 14px }
.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;
}

.grey18
{
	font-size: 18px;
	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;
}


.red10
{
	font-size: 10px;
	color: #FF6633;
	font-weight: normal;
	text-decoration:none;
}

.red11b
{
	font-size: 11px;
	color: #FF6633;
	font-weight: bold;
	text-decoration:none;
}

.red11,red11bold {font: normal 11px arial; text-decoration:none; color: red;}
.red11bold {font-weight:bold;}

.orangeTV
{
	font-size: 13px;
	color: #FF6633;
	font-weight: none;
	text-decoration:none;
}

.redoutlet
{
	font: 11px arial;
	font-weight: bold;
	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 0;}
#releasedates {width: 403px;  padding-bottom: 20px;}
.bdrelease {margin-bottom: 18px;}
td.bdavailable {width:150px; font: normal 11px arial, sans-serif; padding-right:10px; 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;}
.redarrow {vertical-align: middle; padding-left: 7px; background: #fff url(/intershoproot/eCS/Store/en/imagesOnline/img_redarrow.gif) no-repeat 0 50%;}
a.view, a.view:link, a.view:visited, a.view:active {color: #0066cc;text-decoration: none;}
a.view:hover {text-decoration: underline;}
/* 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: normal 12px arial, sans-serif; text-align: left; line-height:15px; margin: 15px;}
#shipping_info h1 {font-size: 16px;}
#shipping_info a:link, #shipping_info a:visited, #shipping_info a:hover, #shipping_info a:active  {color: #42a5dc;}
#shipping_info .small {font: normal 10px arial, sans-serif;}
#shipping_info .bluehdr {color:6a95ba; font: bold 12px arial, sans-serif;}
#shipping_info h2 {font-size: 15px; color: #666; margin-bottom: 3px;}


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

.footerMail {
	border: 1px solid #d7d7d7;
	padding: 4px;
	background-color: #f5f5f5;
}

.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:  8px solid #e5e5e5; 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 {margin: 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: arial,sans-serif; 
font-size: 10px; 
font-weight: normal;
}

#genuineTooltip
{
font-size: 10px;
background-color: #ffffff
color: #000000;  
}

/* sony outlet */
#outlet_top {width: 767px; font: normal 11px arial, sans-serif; text-align: left;}
#outlet_top .outlethero {margin-bottom: 15px;}
#outlet_top .outlethdr {margin-bottom: 10px;}

#outletpromo {width: 269px; float: left; border: 0; margin: 0; padding: 0;}
#outletmain {width: 472px; line-height: 15px; padding-left: 17px; float: left; text-align: left;}
#outletmain img {margin: 5px 0;}
#outlet_footer {width: 767px; padding: 0px; margin-top: 15px;}
#outlet_moreinfo {width: 767px; font: normal 11px arial, sans-serif;}

#outlet_moreinfo .main {width: 585px; padding: 9px 20px 20px 20px; font: normal 12px arial, sans-serif; border-right: 1px solid #ccc; color: #666;}
#outlet_moreinfo .main .top ul#topnav {margin-left: 0;
padding-left: 0;
white-space: nowrap; margin-bottom: 15px;}
#outlet_moreinfo .main .top #topnav li {text-align: left; display: inline;
list-style-type: none;
padding-right: 20px;}
#outlet_moreinfo .main .hdr {margin-top: 10px; margin-bottom: 5px;}
#outlet_moreinfo .main .top ul#topnav a:link, #outlet_moreinfo .main .top ul#topnav a:visited {font: normal 13px arial, sans-serif; color: #2794D3; text-decoration: underline;}
#outlet_moreinfo .main .top ul#topnav a:hover {text-decoration: none;}
#outlet_moreinfo .main ul#mainlist {list-style-type: none;
	padding:0;
	margin:5px 0;}
#outlet_moreinfo .main #mainlist 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; margin-bottom: 5px; font: normal 12px arial, sans-serif; line-height: 18px;}
#outlet_moreinfo .rightrail {width: 127px; padding: 9px;}
#outlet_moreinfo .rightrail ul {list-style-type: none;
	padding:0;
	margin:0;}
#outlet_moreinfo .rightrail li {margin-bottom: 5px;}

td#outlet_specialoffers {width: 483px; font: 12px arial, sans-serif; color: #666; padding: 0 8px 10px 15px; line-height: 16px;}
td#outlet_specialoffers img {margin-bottom: 8px;}
td#outlet_specialoffers a:link, #outlet_specialoffers a:visited {color: #2794D3; text-decoration: underline;}
td#outlet_specialoffers a:hover {text-decoration: none;}
td#outlet_specialoffers ul, td#outlet_specialoffers li {font: normal 12px arial, sans-serif; line-height: 16px;}

td#locations {font: 11px arial, sans-serif; color: #666; line-height: 16px; padding: 5px 10px 10px 10px;}
td#locations img {margin-bottom: 5px;}
td#locations  a.hdr:link, td#locations  a.hdr:visited {font-weight: bold; color: #2794D3;}
td#locations  a.hdr:hover {text-decoration: underline;}
td#locations .comingsoon {font-weight: bold; color: #ff6600;}

#locationtxt {width: 335px; position: absolute; top: 250px; left: 302px; font: normal 12px arial, sans-serif; color: #fff; line-height: 16px; text-align: left;}

img.chicago {position: absolute; top: 304px; left: 529px;}
img.camarillo {position: absolute; top: 334px; left: 324px;}
img.gilroy {position: absolute; top: 311px; left: 322px;}
img.elsinore {position: absolute; top: 342px; left: 338px;}
img.seattle {position: absolute; top: 273px; left: 326px;}
img.sanmarcos {position: absolute; top: 391px; left: 460px;}
img.prairie {position: absolute; top: 280px; left: 517px;}
img.rehoboth {position: absolute; top: 313px; left: 588px;}
img.wrentham {position: absolute; top: 278px; left: 600px;}
img.woodbury {position: absolute; top: 269px; left: 589px;}
img.riverhead {position: absolute; top: 292px; left: 588px;}
img.grovecity {position: absolute; top: 287px; left: 572px;}
img.riogrande {position: absolute; top: 420px; left: 465px;}
img.silversands {position: absolute; top: 380px; left: 550px;}
img.dolphinmall {position: absolute; top: 410px; left: 583px;}



/* epp */
#eppmain {
width: 774px;
text-align: left;
margin-left: 10px;
clear: right;
}

#eppmain .eppcontent {
float: left;
width: 420px;
margin-left: 5px;
}

#eppmain .eppcontent .promo {
width: 430px;
border: 1px solid #ccc;
padding: 35px 40px 10px 25px;
margin-bottom: 20px;
}

#eppmain .eppcontent .promo .img {
float: left;
width: 159px;
padding-right: 40px;
}

#eppmain .eppcontent .promo .promotxt {
float: left;
width: 187px;
font: normal 11px arial, sans-serf;
}

#eppmain .eppcontent .promo .promotxt h2 {
color: #000;
font: normal 14px arial, sans-serf;
}


#eppmain .epprn {
float: left;
width: 271px;
margin-left: 25px;
}


#eppmain .epprn table.list {
border: 1px solid #dedede;
background-color: #f7f6f6;
color: #7f7b7b;
font: normal 10px arial, sans-serif;
padding: 15px 10px 15px 15px;
}

#eppmain .epprn table.list td.txt {
padding-bottom: 8px;
}

#eppmain .epprn table.epprnsignup {

float: left;
border: 1px solid #dedede;
background-color: #f7f6f6;
color: #7f7b7b;
font: normal 10px arial, sans-serif;
padding: 23px 22px;
text-align: center;
}



/* nascar race points */
#nascarpoints {width: 605px; text-align: left; font: normal 12px arial, sans-serif; line-height: 16px;}
#nascarpoints .main, #nascarpoints td {font: normal 12px arial, sans-serif; line-height: 18px;}
#nascarpoints .main {padding-left: 10px;}

/* clie */
#clie, #aibo, #ux180 {position: absolute; top: 240px; left: 362px; width: 320px; text-align: left; font: bold 13px arial, sans-serif; color: #fff;}

/* aibo */
#aibo {top: 245px; width: 350px;}

/* ux180 */
#ux180 {top: 260px; width: 330px;}

/* recordable media */
#recordable_media {text-align: left;}
#recordable_media .viewdata {position: absolute; top: 447px; left: 41px;}
#recordable_media .medialist {position: absolute; top: 493px; left: 21px; width: 744px; background-color: #eff3f8;}
#recordable_media .medialist a {font: normal 12px arial, sans-serif; color: #000; text-decoration: none;}
#recordable_media .medialist a:hover {text-decoration: underline;}
#recordable_media .medialist .list, #recordable_media .medialist .list1 {background-color: #eff3f8; padding: 2px; padding-bottom: 8px; border-right: 1px solid #a6c2df; width: 170px;  font: normal 12px arial, sans-serif; line-height: 1.5em;}
#recordable_media .medialist .list1 {border: none;}
#recordable_media .medialist .list ul, #recordable_media .medialist .list1 ul {list-style-type: none; margin: 0; padding: 0; line-height: 1.5em;}
#recordable_media .medialist .list li, #recordable_media .medialist .list1 li {vertical-align: middle; padding-left: 7px; background: #eff3f8 url(/intershoproot/eCS/Store/en/imagesOnline/static/media/img_redarrow.gif) no-repeat 0 50%; font: normal 12px arial, sans-serif;  line-height: 2em;}

#recordable_media_warranty {text-align: left; font: normal 12px arial, sans-serif; line-height: 1.5em; padding: 8px 10px 20px 15px;}
#recordable_media_warranty #camera, #recordable_media_warranty #audio, #recordable_media_warranty #micro {font-size: 14px; color: #333; margin-bottom: 8px; font-weight: bold; text-align: center; text-decoration: none;}
#recordable_media_warranty h2 {font-size:14px; margin-bottom: 5px;}

#recordable_media_warranty ul {margin: 0; padding: 0;}
#recordable_media_warranty li {list-style-type: none; padding-right: 20px; vertical-align: middle; padding-left: 7px; background: #fff url(/intershoproot/eCS/Store/en/imagesOnline/static/media/img_redarrow.gif) no-repeat 0 50%; font: normal 12px arial, sans-serif; line-height: 1.5em;}
#recordable_media_warranty li a:link, #recordable_media_warranty li a:visited, #recordable_media_warranty li a:active, #recordable_media_warranty li a:hover {color: #2794D3;}

/* hbo special espanol */
#hboespanol {width: 720px; font: normal 12px arial, sans-serif; line-height: 1.5em; text-align: left;}


/* ps3 start */
#ps360gb, #ps320gb {position: absolute; top: 245px; left: 189px; text-align: left; font: normal 11px arial, sans-serif; color: #ccc; width: 266px; padding-right: 0px;}
#ps320gb {left: 502px;}
#ps360gb p , #ps320gb p {line-height: 1.25em; margin: 10px 0;}
#ps360gb p strong, #ps320gb p strong {font-weight: bold; color: #fff;}

#ps3games, #ps3games td,#ps3games .ps3gameslist, #ps3about, #ps3gallery {
background-color: #000;
}

#ps3games td.ps3gameslist {
padding: 0 38px 30px 40px;
}

#ps3games td.ps3gameslistleft {
padding-right: 40px;
}

#ps3about .about1, #ps3gallery {
padding: 5px 40px;
font: normal 12px arial, sans-serif;
color: #666;
line-height: 16px;
text-align: left;
}

#ps3about .about1 strong {
color: #fff;
}

#ps3about .about1 a {
color: #b5202b;
text-decoration: underline;
}

#ps3footnotes {
font: normal 10px arial, sans-serif;
color: #999;
margin: 8px;
line-height: 15px;
text-align: left;
}

#ps3specs {
position: absolute;
top: 420px;
left: 195px;
}

#ps3specs td.type, #ps3specs td.desc {
color: #666;
font: normal 11px arial, sans-serif;
vertical-align: top;
}

#ps3specs td.type {
width: 88px;
padding: 5px 2px 5px 1px;
}

#ps3specs td.desc {
width: 222px;
padding: 5px 2px 5px 15px;
}

#ps3specs .red {
color: #b5202b;
}

#ps3gallery .mainImg {
padding-bottom: 4px;
}

#ps3gallery .gallery, #ps3gallery .gallery2 {
padding: 0 4px 4px;
vertical-align: top;
width: 178px;
}

#ps3gallery .gallery2 {
padding: 0 0 4px;
}

td.ps3mainfooter {
background-color: #000;
padding: 15px 15px 10px 15px;
text-align: left;
font: normal 10px arial, sans-serif;
color: #666;
}


td.ps3mainfooter a {
text-decoration: underline;
color: #666;
}

td.ps3store {
width: 590px;
text-align: right;
padding: 8px 25px 10px 5px;
background-color: #000;
}

td.ps3store a.experience:link, td.ps3store a.experience:visited, td.ps3store a.experience:hover, td.ps3store a.experience:active, #ps3hdmain a.experience:link, #ps3hdmain a.experience:visited, #ps3hdmain a.experience:hover, #ps3hdmain a.experience:active {
background: #000 url(/intershoproot/eCS/Store/en/imagesOnline/static/ps3/img_cta_redarrow.gif) no-repeat 0 50%; padding-left: 8px; font-size: 11px; color: #b5202b; text-decoration: none;
}

td.ps3store a.experience:hover, #ps3hdmain a.experience:hover {text-decoration: underline;}

#ps3hdmain, #ps3hdtvs, #ps3financing, #ps3hdgames, #ps3hdaudio, #ps3hdaccessories, #ps3hdbluray {
position: absolute;
top: 260px;
left: 195px;
width: 270px;
font: normal 12px arial, sans-serif;
color: #666;
text-align: left;
line-height: 16px;}

#ps3hdtvs, #ps3hdaudio {
top: 490px;
}

#ps3hdgames, #ps3hdaccessories, #ps3hdbluray {
top: 710px;
}

#ps3hdaudio {
left: 500px;
}

#ps3hdaccessories {
left: 390px;
}

#ps3hdbluray {
left: 590px;
}

#ps3learnmore  a:link, #ps3learnmore  a:visited, #ps3learnmore  a:hover, #ps3learnmore  a:active {
background: #000 url(/intershoproot/eCS/Store/en/imagesOnline/static/ps3/img_cta_redarrow.gif) no-repeat 0 50%; padding-left: 8px; font-size: 11px; color: #666; text-decoration: none;
}

#ps3learnmore  a:hover {text-decoration: underline;}

#ps3financing {top: 660px; font-size: 10px; color: #666;}
#ps3financing a {color: #666; text-decoration: underline;}

#ps3logo {
position: absolute;
top: 144px;
left: 194px;
}

/* ps3 end */

/* quicktips */
#quickTips {background: #fff url(/intershoproot/eCS/Store/en/imagesOnline/img_quicktips.gif) no-repeat 0 50%; margin-left: 10px; padding-left: 90px;}

/* mystyle cto banners */
img.mystyleCTO {margin-top: 8px;}

#mystyleSeries {
border: 1px solid #ccc; 
padding: 5px; 
text-align: center;}

#mystyleSeries table, #mystyleSeries td {
text-align: left;
}

/* casino royal start */
#casino_royale {
text-align: left;
}

#casino_royale p {
margin: 0;
margin-bottom: 8px;
}

#casino_royale p.copy {
color: #999;
font: normal 9px arial, sans-serif;
margin: 10px;
}

#casino_royale .intelligence, #casino_royale .surveillance, #casino_royale .coordinates, #casino_royale .espionage {
position: absolute; 
top: 620px; 
left: 53px;
width: 142px;
line-height: 16px;
font: normal 11.5px arial, sans-serif;
color: #2f4854;
}

#casino_royale .surveillance {
left: 240px;}

#casino_royale .coordinates {
left: 412px;}

#casino_royale .espionage {
left: 600px;}

td.casinoroyal, td.casinoroyal2 {
background-color: #000;
font: normal 11px arial, sans-serif;
color: #898989;
line-height: 15px;
}

td.casinoroyal {
padding-left: 24px;
}

td.casinoroyal2 {
width: 181px;
padding-right: 33px;
}

td.crthumbs {
width: 104px;
padding-right: 20px;
padding-bottom: 20px;
}

td.crfooter {
width: 672px;
border-top: 1px solid #4b4b4b;
padding: 15px 75px 20px 20px;
font: normal 10px arial, sans-serif;
color: #545454;
text-align: left;
background-color: #000;
}
/* casino royal end */


/* movies music games start */
table.mmgmain {
margin: 0 0 8px 8px;
}

.mmghero {
margin-right: 10px;
}

table#mmg_finder {
width: 186px;
height: 120px; 
background-color: #f5f5f5;
border: 1px solid #dbdbdb;
padding: 17px 12px 13px;
margin-bottom: 10px;
}

table#mmg_finder .in {
width: 188px;
margin: 10px 0;
}

table#mmg_finder .find {
width: 188px;
margin-bottom: 10px;
}

table#mmg_finder .mmgsearch {
float: right;
}

a.redarrow:link, a.redarrow:visited, a.redarrow:hover, a.redarrow:active {
padding-left: 6px;
background: url(../images/btn_redarrow.gif) no-repeat 0 50%;
color: #2794D3;
text-decoration: none;
font: 11px arial, sans-serif;
}

a.redarrow:hover {
text-decoration: underline;
}

table#mmgprod {
margin: 17px 10px 0 0;
}

table#mmgprod td.mid, table#mmgprod td {
width: 118px;
padding-right: 0px;
padding-left: 10px;
}

table#mmgprod td.mid {
border-right: 1px solid #dbdbdb;
border-left: 1px solid #dbdbdb;
}

table#mmg_related {
width: 214px;
background-color: #f5f5f5;
border: 1px solid #dbdbdb;
padding: 17px 12px 8px;
margin-bottom: 8px;
line-height: 16px;
vertical-align: text-top;
}

table#mmg_related td.hdr {
padding-bottom: 10px;
}

table#mmg_related td.imgrelated, table#mmg_related td.relatedtxt {
padding-top: 0;
padding-right: 0;
padding-bottom: 15px;
}

table#mmg_related td.relatedtxt {
padding-left: 8px;
padding-right: 8px;
line-height: 15px;
}

table#mmg_related td.relatedtxt a.hdr:link, table#mmg_related td.relatedtxt a.hdr:visited, table#mmg_related td.relatedtxt a.hdr:hover, table#mmg_related td.relatedtxt a.hdr:active {
font-weight: bold;
color: #677e9b;
text-decoration: none;
}
table#mmg_related td.relatedtxt a.hdr:hover {
text-decoration: underline;
}
/* movies music games end */

/* halloween radio promos start */
#halloween {
color: #000;
line-height: 16px;
}

#halloween .hero {
margin-bottom: 2px;
}

#halloween .w50, #halloween .mobile, #halloween .printer, #halloween .rightnav {
position: absolute;
text-align: left;
font-size: 12px;
color: #000;
line-height: 17px;
}

#halloween .w50 {
width: 250px;
top: 520px;
left: 47px;
}

#halloween .w50 p {
margin: 3px 0 8px;
}

#halloween .w50 li {
font-size: 11px;
color: #000;
}

#halloween .mobile {
width: 230px;
top: 750px;
left: 47px;
}

#halloween .mobile h3, #halloween .printer h3, #halloween .rightnav h3 {
font-size: 13px;
margin-bottom: 180px;
}

#halloween .rightnav h3 {
margin-top: 0;
margin-bottom: 5px;
}

#halloween .printer {
width: 230px;
top: 750px;
left: 310px;
}

#halloween .rightnav {
width: 175px;
top: 520px;
left: 580px;
}

#halloween .footer {
text-align: left;
padding: 8px 10px;
}
/* halloween radio promos end */

/* click landing page */
table#click td {
text-align: left;
padding-right: 8px;
line-height: 16px;
}

table#click .hero {
margin-bottom: 30px;
}

table#click .hdr {
margin-bottom: 5px;
}

table#click .orange, table.click .price {
font: bold 13px arial, sans-serif;
color: #000;
}

table#click .orange {
color: #f07824;
}

table#click .btn {
margin: 5px 0;
}

table#click ol, table#click li {
margin: 0;
padding: 0;
}


table#click li {
margin-left: 15px;
}

table#click a {
color: #2794D3;
}

/* click landing page end */

.configure
{
background-color: #ffffff; 
color: #000000; 
border: solid 1px #000000;border-bottom: none;
padding: 5px 2px 0px 2px;
font-family: Arial; color: #666666;
font-size: 12px; 
font-weight: normal;
}

.configureBar
{
background-color: #ffffff; 
color: #000000; 
border: solid 1px #000000;border-top: none;
}

/* 1080p start */
#main1080 {
width: 767px;
padding: 0 20px;
}

#main1080 .content {
width: 727px;
padding: 0px 15px 20px;
border: 1px solid #ccc;
border-top: none;
text-align: left;
line-height: 16px;
}

#main1080 .content, #main1080 .content .left, #main1080 .content .right, #main1080 .content strong, #main1080 .content .left2, #main1080 .content .right2 {
font: normal 12px arial, sans-serif;
color: #767676;
}

#main1080 .content strong {
font-size: 13px;
font-weight: bold;
color: #767676;
margin: 0;
}

#main1080 .content p {
margin: 8px 0 15px;;
}

#main1080 .content .left {
width: 314px;
padding-top: 20px;
padding-right: 30px;
line-height: 16px;
}

#main1080 .content .right {
width: 337px;
padding: 20px 10px 20px 6px;
line-height: 16px;
}


#main1080 .content .left2 {
width: 349px;
padding-top: 20px;
padding-right: 10px;
line-height: 16px;
}

#main1080 .content .right2 {
width: 337px;
padding: 20px 10px 20px 0px;
line-height: 18px;
}
/* 1080p start */

/* flash alternative content start */
#hmpgflash {
width: 788px;
height: 340px;
float: left;
}

#mystyleflash {
width: 767px;
height: 450px;
float: left;
}

#heroflash {
width: 624px;
height: 287px;
margin: 0 0 8px 8px;
}

#ps3introflash {
width: 620px;
height: 704px;
}

#giftCenterScroll {
width: 767px;
height: 94px;
}
#giftCenterFlash {
width: 767px;
height: 518px;
}

#giftCenterFlashIntro {
width: 767px;
height: 549px;
}


#aboutblurayflash {
width: 767px;
height: 330px;
margin-bottom:11px;
}

#engravingflash {
width: 578px;
height: 410px;
}

#mp3heroflash {
width: 624px;
height: 336px;
margin: 0 0 0px 8px;
}

#myloflash {
width: 534px;
height: 367px;
margin-bottom: 10px;
}


#eppflash {
width: 763px;
height: 253px;
margin-bottom: 10px;
}
/* flash alternative content end */


	
/* Accessories tooltip starts */
#dhtmlgoodies_tooltip {
	background-color:#fff;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:5px;
	font-size:12px;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	text-decoration:none; color: #666;
	font-family: Arial, sans-serif;
	
}
#dhtmlgoodies_tooltipShadow {
	text-decoration:none; color: #fff;
	position:absolute;
	background-color:#FFF;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}

h3.tooltipHead {
	font-size: 12px;
	color: #677E9B;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
/* Accessories tooltip ends */


/* trade-in programs start */
img.tradeinprog {
margin-bottom: 2px;
}

#tradeinprograms td.tradeinmain {
width: 750px;
border: 7px solid #e3e3e3;
}


#tradeinprograms td.tradeincontent, #tradeinprograms td.tradeincontent1 {
width: 325px;
padding: 5px 15px 20px 35px;
}

#tradeinprograms td.tradeincontent1 {
width: 324px;
border-right: 1px solid #e3e3e3;
}

#tradeinprograms td.tradeincontent2, #tradeinprograms td.tradeincontent3 {
width: 325px;
padding: 0px 15px 30px 35px;
}

#tradeinprograms td.tradeincontent3 {
width: 324px;
border-right: 1px solid #e3e3e3;
}
/* trade-in programs end */


/* holiday gift center start */
#holiday_giftcenter {
width: 100%;
padding-left:10px;
}

#holiday_giftcenter .main {
text-align: left;
width: 765px;
border-left: 1px solid #d5d5d5;
border-right: 1px solid #d5d5d5;
background-color: #fff;
font: normal 11px arial, sans-serf;
color: #999;
}

#holiday_giftcenter .main td.homeflash_content {
padding-bottom: 10px;
vertical-align: top;
}

#holiday_giftcenter .main td.homebanners, #holiday_giftcenter .main td.products, #holiday_giftcenter .main td.products2 {
padding-left: 10px;
vertical-align: top;
}



#holiday_giftcenter .main td.products {
text-align: right;
padding-left: 0px;
}

#holiday_giftcenter .main td.products2 {
padding-left: 0px;
}

#holiday_giftcenter .main .productimage, #holiday_giftcenter .main .productimage2 {
background-image: url(/intershoproot/eCS/Store/en/imagesOnline/holiday_giftctr/img_product_burn.gif);
background-repeat: no repeat;
text-align: center;
width: 261px;
height: 221px;
veritcal-align: middle;
position:relative;
}

#holiday_giftcenter .main .productimage2 {
margin-bottom: 10px;
}

#holiday_giftcenter .main td.productstxt {
padding: 0px 15px 10px 8px;
text-align: left;
font: normal 11px arial, sans-serif;
vertical-align: top;
line-height: 15px;
}

#holiday_giftcenter .main td.productstxt h3, #holiday_giftcenter .main td.productstxt h3 a:link, #holiday_giftcenter .main td.productstxt h3 a:visited, #holiday_giftcenter .main td.productstxt h3 a:hover, #holiday_giftcenter .main td.productstxt h3 a:active {
margin: 0 0 12px 0;
color: #677e9b;
font-size: 14px;
}


#holiday_giftcenter .main .findgift, #holiday_giftcenter .main .findgiftgrey {
width: 196px;
height: 204px;
background-color: #b5202b;
border: 1px solid #d5d5d5;
padding: 10px 9px 5px 9px;
text-align: left;
border-right: none;
}

#holiday_giftcenter .main .findgiftgrey {
background-color: #818385;
}

#holiday_giftcenter .main .findgift img.hdr, #holiday_giftcenter .main .findgift img.hdr2, #holiday_giftcenter .main .findgiftgrey img.hdr, #holiday_giftcenter .main .findgiftgrey img.hdr2 {
margin-bottom: 13px;
}

#holiday_giftcenter .main .findgift img.hdr2, #holiday_giftcenter .main .findgiftgrey img.hdr2 {
margin-bottom: 3px;
margin-top: 2px;
}

#holiday_giftcenter .main img.product, #holiday_giftcenter .main img.product2 {
position:relative;top:10%;
}


#holiday_giftcenter .main .findgift .pricerange, #holiday_giftcenter .main .findgift .who, #holiday_giftcenter .main .findgift .category, #holiday_giftcenter .main .findgiftgrey .pricerange, #holiday_giftcenter .main .findgiftgrey .who, #holiday_giftcenter .main .findgiftgrey .category {
width: 195px;
margin-bottom: 11px;
margin-top: 0;
padding-top: 0;
border: 1px solid #ccc;
}

#holiday_giftcenter .main td.productstxt a.view:link, #holiday_giftcenter .main td.productstxt a.view:visited, #holiday_giftcenter .main td.productstxt a.view:hover, #holiday_giftcenter .main td.productstxt a.view:active, #holiday_giftcenter .main td.productstxt a.view2:link, #holiday_giftcenter .main td.productstxt a.view2:visited, #holiday_giftcenter .main td.productstxt a.view2:hover, #holiday_giftcenter .main td.productstxt a.view2:active
{background: #fff url(/intershoproot/eCS/Store/en/imagesOnline/holiday_giftctr/img_cta_arrow.gif) no-repeat 0 50%; padding-left: 10px; text-align: right; font: bold 12px arial, sans-serif; color: #677e9b; text-decoration: underline; }

#holiday_giftcenter .main td.productstxt a.view:link, #holiday_giftcenter .main td.productstxt a.view:visited, #holiday_giftcenter .main td.productstxt a.view:hover, #holiday_giftcenter .main td.productstxt a.view:active {
float: right;
}



#holiday_giftcenter .main td.productstxt .pricetxt, #holiday_giftcenter .main td.productstxt .pricetxt2 {
font-size: 12px;
font-weight: bold;
color: #666;
margin-bottom: 5px;
}

#holiday_giftcenter .main td.productstxt .pricetxt {
float: left;
}

#holiday_giftcenter .main .categorylist {
padding-left: 5px;
padding-right: 5px;
}

#holiday_giftcenter .main h1 {
font: normal 24px arial, sans-serif;
color: #7c8285;
margin: 10px 0;
padding: 0;
}

#line-padding {margin: 15px 0;}
#holidayline {padding: 0; margin: 0; border-bottom: 1px solid #e8e8e8;}

#amazingchoices {
background-color: #f5f5f5;
width: 187px;
border: 1px solid #d5d5d5;
border-right: none;
padding: 10px 12px 8px 15px;
text-align: left;
}

#amazingchoices .hdr {margin-bottom: 10px;}

#amazingchoices ul {margin: 0; padding: 0;}
#amazingchoices li {list-style-type: none; vertical-align: bottom; margin-left: 0; padding-left: 27px; background: #f5f5f5 url(/intershoproot/eCS/Store/en/imagesOnline/holiday_giftctr/img_icon_freeship.gif) no-repeat 0 10%; font: normal 11px arial, sans-serif; line-height: 15px; color: #7c8285; margin-bottom: 8px;}

#amazingchoices li.installation {background-image: url(/intershoproot/eCS/Store/en/imagesOnline/holiday_giftctr/img_icon_installation.gif);}

#amazingchoices li.tradein {background-image: url(/intershoproot/eCS/Store/en/imagesOnline/holiday_giftctr/img_icon_tradein.gif);}

#amazingchoices li.financing {background-image: url(/intershoproot/eCS/Store/en/imagesOnline/holiday_giftctr/img_icon_financing.gif);}

#amazingchoices li.serviceplans {background-image: url(/intershoproot/eCS/Store/en/imagesOnline/holiday_giftctr/img_icon_serviceplans.gif);}

#amazingchoices li.mystyle {background-image: url(/intershoproot/eCS/Store/en/imagesOnline/holiday_giftctr/img_icon_mystyle.gif);}

#amazingchoices li a:link, #amazingchoices li a:visited, #amazingchoices li a:active, #amazingchoices li a:hover {color: #7c8285;}

#holiday_giftcenter img.acc {
margin-bottom: 5px;
}
/* holiday gift center end */

/* sony card */
#sonycard {font: normal 11px arial, sans-serif;}
#sonycardtc {font: normal 10px arial, sans-serif;}
#sonycard, #sonycardtc {line-height: 15px;}

/* backstage */
#backstage {
position: absolute;
top: 550px;
left: 55px;
width: 280px;
padding-right: 8px;
font: normal 12px arial, sans-serif;
line-height: 16px;
color: #818385;
text-align: left;
vertical-align: top;
}

#backstage p {
margin-bottom: 30px;
}

#backstage td {
font: normal 10px arial, sans-serif;
color: #818385;
}

/* m2 */
#m2 {
text-align: left;
}

#m2 .onegb, #m2 .funpack, #m2 .five12gb, #m2 .two56gb {
position: absolute;
top: 537px;
left: 177px;
width: 180px;
line-height: 15px;
font: normal 11px arial, sans-serif;
color: 333px;
}

#m2 .funpack {
left: 575px;
}


#m2 .five12gb {
top: 825px;
left: 177px;
}


#m2 .two56gb {
top: 825px;
left: 575px;
}

/* home installation */
table.homeinstall {
border-top: 1px solid #999;
border-left: 1px solid #999;
}

table.homeinstall td, table.homeinstall th {
padding: 8px;
text-align: left;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
}

table.homeinstall th {
background-color: #999;
color: #fff;

}

/* casino royale intel */
#cr_intel {
text-align: left;
background-color: #000;
width: 766px;
height: 100%;
}

#cr_intel .crFE, #cr_intel .crC, #cr_intel .crSZ, #cr_intel .crAR {
position: absolute;
top: 750px;
left: 22px;
width: 165px;
font-size: normal 10px arial, sans-serif;
color: #666;
line-height: 14px;
padding: 0 0 0 6px;
}

#cr_intel .crFE sup {
font-size: 8px;
}

#cr_intel .crFE ul, #cr_intel .crC ul, #cr_intel .crSZ ul, #cr_intel .crAR ul {
margin: 0; padding: 0;
}

#cr_intel .crFE li, #cr_intel .crC li, #cr_intel .crSZ li, #cr_intel .crAR li {
list-style: none;
margin: 5px;
padding-left: 7px;
background: #000 url(/intershoproot/eCS/Store/en/imagesOnline/static/img_blue_bullet.gif) no-repeat 0 5px;
}

#cr_intel .crC {
left: 211px;
}

#cr_intel .crSZ {
left: 395px;
}

#cr_intel .crAR {
left: 580px;
}

#cr_intel img.price {
margin-bottom: 5px;
}

#crintelfooter {
width: 753px;
background-color: #000;
margin-left: 3px;
padding-top: 20px;
padding-bottom: 10px;
padding-left: 10px;
text-align: left;
}

/* sxrd tv promo */
#sxrdtvpromo
{
text-align: left;
width: 570px;
vertical-align: top;
}

#sxrdtvpromo img.txt
{
margin-bottom: 30px;
}

#sxrdtvpromo .banners1
{
margin-bottom: 60px;
}

#sxrdtvpromo .banners1 img.img1
{
margin-right: 5px;
}

#sxrdtvpromo .banners2
{
vertical-align: top;
border: 1px solid #000;

}

#sxrdtvpromo .charts
{
float: left;
width: 330px;
}

#sxrdtvpromo .promos
{
float: left;
width: 182px;
margin-left: 55px;
margin-bottom: 60px;
}

#sxrdtvpromo .promos img.sxrd
{
margin-bottom: 53px;
}

#sxrdtvpromo .promos .reward
{
font: normal 10px arial, sans-serif;
color: #FF6633;
}

#sxrdtvpromo img.card
{
margin-right: 4px;
}

/* connect page */
table.connect {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}

table.connect td.products {
padding: 8px;
text-align: left;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}


/* fsi hdtv */
#fsihdtv {
width: 624px;
margin-left: 5px;
text-align: left;
}

#fsihdtv .hero {
width: 624px;
}

#fsihdtv .hero .tv {
margin: 0;
padding: 0;
margin-bottom: 1px;
}

#fsihdtv .hero .promo1, #fsihdtv .hero .promo2 {
float: left;
margin-top: 0;
vertical-align: top;
}

#fsihdtv .hero .promo2 {
margin-left: 1px;
margin-bottom: 40px;
}

#fsihdtv .maintxt {
font: normal 12px aria, sans-serif;
color: #666;
line-height: 18px;
}

#fsihdtv .maintxt .hdr {
color: #677e9b;
font-size: 18px;
}

#fsihdtv .hdr2 {
text-align: center;
margin: 10px;
margin-top: 40px;
}

#fsihdtv .promos .card, #fsihdtv .promos .financing {
float: left;
}

#fsihdtv .promos .financing {
margin-left: 2px;
}


/* vista landing page start */
#vista {
width: 767px;
height: 782px;
margin-bottom: 10px;
font: normal 12px arial, sans-serif;
}

/* vista landing page end */

/* microsoft font size */
.msfont {
font: bold 13px arial, sans-serif;
color: #000;
}

.accbanner {
	float: left;
	width: 100%;
}

#hmxflash {
	width: 954px;
	height: 468px;
}

#bluetoothheroflash {
width: 624px;
height: 380px;
margin: 0 0 0px 8px;
}

#spidey3 {
margin: 0 0 0 10px;
width: 766px;
height: 550px;
background-color: #000;
}