
/********************************************************************************

	Filename: 		style.css
	Last Updated:	4/11/2009
	Author:			EURO RSCG - Trent Watherston
	
  #############################################################################
	
	TABLE OF CONTENTS	
	
	1. UNIVERSAL STYLES				[00000A]
	2. SONY NAVIGATION STYLES		[00000B]
	3. MAIN NAVIGATION STYLES		[00000C]
	4. FUNCTIONAL BAR STYLES		[00000D]
	5. BANNER STYLES				[00000E]
	6. BANNER NAVIGATION STYLES		[00000F]
	7. BUTTON STYLES				[00000G]
	8. UNIQUE HEADING STYLES		[00000H]
	9. YOUR SPACE ENRICHED STYLES	[00000I]
	10. MAIN STYLES					[00000J]
	11. FORM STYLES					[00000K]
	12. CONTENT STYLES				[00000L]
	13. FOOTER STYLES				[00000M]
	14. SPACE ENRICHED STYLES		[00000N]
	
 
********************************************************************************/

/********************************************************************************

	1. UNIVERSAL STYLES			[00000A]

********************************************************************************/

body, html, .wrapper {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#000000;
	background-color:#000000;
	background-image: url(images/bg_body.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

p {padding:0px; margin:0px 0px 1.2em 0px;}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-size: 1.6em;
	padding:0px; 
	margin:0 0px 0.6em 0px;
}

h2 {font-size: 1.5em;} 

h3 {font-size: 1.4em;} 

h4 {font-size: 1.3em;} 

h5 {font-size: 1.2em;}

h5.white {color: white;}

h6 {font-size: 1em;}

textarea {overflow:auto;}

hr {
	background-image:url(images/section_seperator.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border:medium none;
	clear:both;
	float:none;
	height:10px;
	margin:0 auto;
	padding:0;
	width:588px;
}

.wrapper { 
	width: 930px;
	margin: auto;
}

.alt {
	background-color: #e5edf1 !important;
	background-image:url(images/bg_alt.gif) !important;
	background-repeat: repeat-x;
	border: solid 1px #e4e4e4;
}

clear {
	clear: both;
}

.last {
	background: none !important;
}

/********************************************************************************

	2. SONY NAVIGATION STYLES			[00000B]
		- Top header black bar.

********************************************************************************/

.logo_img {
	display: block;
}

.hdr_SONY {
	background-color: #000;
	background-image: url(images/bg_top_header.gif);
	background-repeat: no-repeat;
	margin-top: 13px;
	height: 71px;
}

.hdr_SONY_R {
	float: right;
	white-space: nowrap;
	padding-top: 49px;
}

.hdr_SONY_R ul.hdr_links {
	display: block;
	width: 410px;	
	float: right;
	color: #FFF;
	font-size: 11px;
}

.hdr_SONY_R ul.hdr_links li {
	list-style: none;
	display: block;
	float: left;	
	padding: 0 7px 0 8px;	
	background:	url(images/bg_nav_sep.gif) right center no-repeat;
}

.hdr_SONY_R ul.hdr_links li a {
	display: block;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

.hdr_SONY_R ul.hdr_links li a:hover, .hdr_SONY_R ul.hdr_links li a:links {
	text-decoration: underline;
}


/********************************************************************************

	3. MAIN NAVIGATION STYLES			[00000C]
		- Blue navigation bar/search

********************************************************************************/

div.topnav {
	clear: both;
	width: 100%;
	height: 26px;
	position: relative;
}

div.topnav ul {
	display: block;
	width: 915px;
	padding-left: 15px;
	height: 26px;
	float: left;
	background-image: url(images/bg_topnav.gif);
	background-repeat: repeat-x;
	position: relative;
}
div.topnav ul li {
	display: inline-block;
	float: left;
	padding: 7px;
	background-image: url(images/divider_top_nav.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div.topnav ul li a {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

.searchBox {
	width: 162px;
	position: absolute;
	top: 4px;
	right: 0;
	height: 26px;
}

.searchInputBox {
	width: 126px;
	font-size: 9px;
	height: 11px;
	border: 1px solid #FFFFFF;
	padding: 1px 0 2px 0px;
	margin-right: 4px;
	display: block;
	float: left;
}

.form_search {
	background: none;
	background-image:url(images/arrow_search.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 16px;
	height: 16px;
	border: none;
	text-indent: -999px;
	cursor: pointer;
}

/********************************************************************************

	4. FUNCTIONAL BAR STYLES			[00000D]
		- Breadcrumbs/Font-size/Print

********************************************************************************/

div.function {
	background-color: #FFF;
	height: 32px;
}

div.function .element_each {
	margin: 8px 0 0 20px;
	width: 126px;
	float: left;
}

div.function .element_each a {
	display: block;
	float:left;
}

div.function .element_each span {
	display: block;
	color: #000;
	font-size: 9px;
	padding: 4px 0 0 5px;
	float:left;
}

div.function .element_each a.icon_print {
	display: block;
	background-image: url(images/icon_print.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 4px 0 0 20px;
	color: #000;
	font-size: 9px;
	text-decoration: none;
}

.nav-bc {
	float: left;
	color: #999;
	padding: 8px 18px;
	font-size: 9px;
}

.nav-bc a {
	color: #0066CC;
	font-size: 10px;
	text-decoration: none;
	padding: 0 5px;
}

.nav-bc .bc-current {
	color: #000;
	font-size: 10px;
	padding: 0 5px;
	font-weight: bold;
}

/********************************************************************************

	5. BANNER STYLES			[00000E]

********************************************************************************/

.banner {
	background-color: #000;
	position: relative;
}

img.img_inline {
	display: block;
	float: left;
}

.banner_R {
	width: 172px;
	padding: 20px 20px 0;
	color: #ffffff;	
	height: 267px;
	overflow: hidden;
	position: relative;
}
	
h3.store_info {
	display: block;
	background-image: url(images/hdg_store_info.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}

.banner_R strong {
	font-size: 1.2em;
}

dl {
	margin-bottom: 10px;
}

dl dt {
	float: left;
	width: 73px;
}

dl dd {
	text-align: right;
}

dl a {
	display: block;
	color: #97bf0d;
	background-image: url(images/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 15px 18px 0 0;
	text-decoration: none;
	text-align: right;
}

.sideHeading {
	padding: 0 0 10px 0;
}

.subStoreLinks {
	position: absolute;
	width:	170px;
	left: 20px;
	top: 240px;
}
	
/********************************************************************************

	6. BANNER NAVIGATION STYLES			[00000F]

********************************************************************************/

.mainnav {
	position: absolute;
	top: 0;
	left: 0px;
	width: 177px;
	z-index: 99;
	background-image: url(images/bg_main_logo.jpg); 
	background-repeat: repeat-y;
}

.mainnav ul li.logo {
	height: 43px;
	background: none;
	padding: 0;
	background-image: url(images/bg_main_logo.jpg);
	background-repeat: repeat-y;
}

.mainnav ul li.logo:hover {
	background-image: url(images/bg_main_logo.jpg);
	background-repeat: repeat-y;
}

.mainnav ul {
	display: block;
	text-align: left;
	color: #ffffff;
}
.mainnav ul li {
	display: block;
	list-style: none;
	background-image: url(images/bg_main_nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	padding: 4px 0 0 20px;
}

.mainnav ul li:hover {
	background-image: url(images/bg_main_nav_rollover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.mainnav ul li.selected {
	background-image: url(images/bg_main_nav_selected.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.mainnav ul li a {
	text-decoration: none;
	color: #ffffff;
	width: 100%;
	height: 100%;
	display: block;
}

/********************************************************************************

	6.1 Store NAVIGATION STYLES			[00000F]
	
********************************************************************************/

div.subnav {
	border-top: #97bf0d 1px solid;
	height: 26px;
}
div.subnav ul {
	background-image: url(images/bg_sub_nav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000;
	height: 26px;
	width: 703px;
}
div.subnav ul li {
	background-image: url(images/divider_sub_nav.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 7px 6px;
	height: 12px;
}
div.subnav ul li.selected {
	background-image: url(images/bg_sub_nav_on.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #97BF0D;
}

div.subnav ul li:hover, div.subnav ul li.selected:hover {
	background-image: url(images/bg_sub_nav_on.gif) !important;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #97BF0D;
}

div ul li.subnav_on {
	background-image: url(images/bg_sub_nav_on.gif) !important;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #97BF0D;
}

/********************************************************************************

	7. BUTTON STYLES			[00000G]

********************************************************************************/
	

.btn_sml, .btn_normal, .btn_large, .btn_print, .btn_medium {
	background-image: url(images/btn_sml.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 76px;/* 94-18 */
	height: 20px; /* 20-2 */
	padding: 2px 0 0 18px;
	margin-top: 20px; 
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}
.btn_normal {
	background-image: url(images/btn_normal.gif);
	width: 116px; /* 128-12 */
	padding-left: 12px;
}

.btn_large {
	background-image: url(images/btn_large.gif);
	width: 166px; /* 190-12 */
	padding-left: 12px;
}

.btn_print {
	background-image: url(images/btn_print.gif);
	width: 54px; /* 128-12 */
	padding-left: 12px;
}

.btn_medium {
	background-image: url(images/btn_medium.gif);
	width: 125px; /* 128-12 */
	padding-left: 12px;
}

.btn_float {
	float: left;
	padding-left: 20px;
}

.btn_sml a, .btn_normal a, .btn_large a, .btn_print a, .btn_medium a {
	color: #FFF;
	text-decoration: none !important;
}

.btn_submit, .ContentButton {
	background: none;
	border: none;
	background-image: url(images/btn_submit.gif);
	background-repeat: no-repeat;
	height: 22px !important;
	cursor: pointer;
	width: 100px !important;
}

.btn_to_top {
	float:right;
	padding: 0 10px;
}

/********************************************************************************

	8. HEADING STYLES			[00000H]

********************************************************************************/

.lifestyle h2, .promo_offers h2 {
	background-image: url(images/hdg_lifestyle_enhancements.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 280px;
	height: 27px;
}

.promo_offers h2 {
	background-image: url(images/hdg_promotional_offers.gif);
	width: 220px;
	height: 25px;
		
}

h3.tip_know {
	background-image: url(images/hdg_didUknow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 170px;
	height: 34px;
}

h3.staff_profile, h3.store_locator {
	display: block;
	background-image: url(images/hdg_staff_profile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
}

h3.store_locator {
	background-image: url(images/hdg_store_locator.gif);
	height: 26px;
	margin-top: 12px;
}

h2.hdg_in_situ_bundles {
	display: block;
	background-image: url(images/hdg_in_situ_bundles.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 28px;
}

h2.hdg_our_range {
	display: block;
	background-image: url(images/hdg_life_enrich.gif);
	background-repeat: no-repeat;
	width: 500px;
	height: 35px;
}

h2.hdg_sony_exp {
	display: block;
	background-image: url(images/hdg_sony_exp.gif);
	background-repeat: no-repeat;
	width: 500px;
	height: 35px;
}

h2.hdg_staff_product_reviews {
	background-image:url(images/hdg_expert_detail.gif);
	background-position:0 -5px;
	background-repeat:no-repeat;
	display:block;
	height:30px;
	width:500px;
}	

h2.hdg_store_special {
	display: block;
	background-image: url(images/hdg_store_special.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 28px;
}

.content_pane h2.hdg_store_location {
	display: block;
	background-image: url(images/hdg_store_location.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 28px;
}

.content_pane h2.hdg_how_to_find {
	display: block;
	background-image: url(images/hdg_how_to_get_there.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 28px;
}

.content_pane h2.hdg_touch {
	display: block;
	background-image: url(images/hdg_contact_sony.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 30px;
}

.content_pane h2.hdg_register {
	display: block;
	background-image: url(images/hdg_register.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 28px;
}

.content_pane h2.hdg_staff_product_review {
	display: block;
	background-image: url(images/hdg_expert.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 28px;
}


/********************************************************************************

	9. YOUR SPACE ENRICHED STYLES			[00000I]

********************************************************************************/

.experience {
	background-image:url(images/bg_exp.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 114px;
}

.experience .hdg_experience {
	display: inline;
	margin: 40px 0 0 15px;
	width: 128px;
	height: 95px;
	float: left;
}

.experience .slide_show {
	padding-left: 44px;
	padding-top: 13px; 
	width: 723px;
}
	
.experience .boxgrid {
	position: relative;
	float: left;
	width: 164px; /* 165-20 */
	height: 88px;
	margin: 0;
	margin-right: 20px;
	overflow: hidden;
	padding: 0;
}

.experience .boxlast {
	margin: 0 !important;
}

.experience .boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.experience .boxgrid img.arrow_top {
	position: relative;
	margin: 4px 6px 0 0;
}

.experience .boxcaption {
	position: absolute;
	width: 100%;
	height: 40px;
	background-color: #000;
	opacity: .8;  
     /* For IE 5-7 */  
     filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
     /* For IE 8 */  
     -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	 color: #ffffff;
}

.experience .boxcaption a {
	color: #FFF;
	display:	block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 65px 20px;
	padding-right: 15px;
	margin: 5px 9px;
}

.experience .boxcaption.caption_teaser {
	height: 20px;
}

.experience .boxcaption h3 {
	color: #FFF;
	font-size: 1em;
	margin: 5px 0px;
}

 .experience .boxcaption.caption_teaser h3 {
	color: #FFF;
	font-size: 1em;
	margin: 2px 9px;
	float: left;
}

.captionfull .boxcaption {
 	top: 88px;
 	left: 0;
}
 
.captionfull .boxcaption.caption_teaser {
	top: 68px;
	left: 0;
}

/********************************************************************************

	10. MAIN STYLES			[00000J]

********************************************************************************/

.main_content {
	background-color: #005b80; /*005274*/
	background-image: url(images/bg_main_content.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 20px;
	font-size:100%;
}
.bg_main {
	background-image: none;
}

.main_content div.form {
	width: 718px;
	clear: both;
	background-color:#FFF;	
	padding-bottom: 35px;
}
.main_content div.form .form_top {
	background-image: url(images/bg_form_top.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 30px;
}
.form_content {	
	width: 588px;
	margin: auto;
}
.form_content .form_hdg {
	width: 100%;
	clear: both;
}
.form_content .form_hdg h2 {
	display: block;
	float: left;
	margin:0px; padding:0px;
	padding-top: 10px;
	margin-left: 58px;
	font-size:1.1em;
}

.form_content .form_hdg span.dark_blue {
	float: left;
	margin-left: 164px;
}

.col_left {
	width: 718px;
}
.col_right {
	width: 212px;
}

/********************************************************************************

	11. FORM STYLES			[00000K]

********************************************************************************/

input[type!="image"], textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; color:#000000;
	width:192px; /*197-5*/
	margin:3px 0px 0px 5px;
}
textarea {
	height: 60px;
}
.form_content table td.input_txt {
	background-image: url(images/bg_input.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	height: 28px;
}
.form_content table .input_txtarea {
	background-image: url(images/bg_txtarea.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	height: 76px;
	overflow:auto;
}
.form_content table div.input_txtarea {
	float: left;
	clear: both;
	padding-top: 5px;
	width: 197px;
}
select {
	width: 197px;
	height: 18px;
	padding:0; margin: 0;
	font-size:11px; color:#000000;
}
select.select_sml {
	background-image: url(images/bg_select_sml.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 62px;
	height: 18px;
}
label {
	white-space: nowrap;
	margin-right: 26px;
}

div.form_content  {
	margin-bottom:50px;
	color:#000;
	width: 100%;
}

.form_content dl dt {

	float:left;
	width: 150px; 
	text-align: left;
	font-size: 1.2em;
	margin-right:104px;
	padding:5px;	
}

.form_content dl dd {
	margin:2px 0;
	margin-left: 146px;
	padding:5px 0;
	width: 326px;  /* 588-262=326 */
}

.form_content table {
	margin-bottom: 20px;
	float:left; 
	clear:both;
}
.form_content table.tbl_inside {
	margin: 0;
	background:0;
	margin-bottom: 12px;
}

.form_content table td {
	padding-top: 8px;
	vertical-align:top;
}

.RadioButtonList td {
	padding-top: 0px !important;
}

input.radio {
	background: none;
	border: none;
	width: 20px !important;
	margin: 0;
	padding: 0;
	float: none !important;
}

.form_content .event_title{
	font-weight: bold;
}

.form_content input[type!="image"]{
	margin: 0;
	padding: 2px 0;
	height: 13px;
	font-size: 11px;
	width: 195px;
}

.form_content input[type="radio"]{
	background: none;
	border: none;
	width: 20px !important;
	margin: 0;
	padding: 0;
	float: none !important;
}

.form_content input[type="text"], .TextBoxField {
    font-size:11px;
    height:13px;
    margin:0;
    padding:2px 0;
    width:195px;
}

.form_content input.mobile, .form_content input.phone1 {
	width: 60px !important;
	margin-right: 2px;
	float: none; 
}

.form_content input.phone2 {
	width: 132px;
	float:none;
}

.form_content .btn_container {
	clear: both;
	width: 910px;
	float: left;
	padding-left: 310px;
}

.form_content a.btn_submit {
	display: block;
	background-image: url(images/btn_submit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 94px !important;
	height: 20px !important;
	margin-right: 15px;
	float: left;
}

.form_content a.btn_backtotop {
	display: block;
	background-image: url(images/btn_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 105px;
	height: 20px;
	float: left;
}

.form_content table label.frm_field {
	display: block;
	width: 120px;
}

.form_subtitle {
	padding: 7px;
}

.form_content input[type="checkbox"] {
	width: 40px ;
	float: none !important;
}

.form_content .form_agree {
	display: inline-block;
	margin-right: 10px !important;
	width: 10px !important;
}

.form_content select.date {
	width: 62px;
}

.form_content textarea{
	width: 195px;
}

.form_content select, .form_content input {
	float: left;
}

.form_content select {
	margin-right: 5px;
}

/********************************************************************************

	12. CONTENT STYLES			[00000L]

********************************************************************************/


.element-left {
	float: left; clear:none;
}
.element-right {
	float: right; clear:none;
}
.imageButton {
	background:none; border:none !important;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}

.last_section {
	background: none !important;
	width: 202px !important;
	margin-right: 0 !important;
}

.promo_offers .last_section {
	background: none !important;
	width: 200px !important;
	margin-right: 0 !important;
}

span.dark_blue {
	color: #005274;
	font-size: 9px;
}

.content_pane {
	clear: both;
	padding: 0; margin: 0;
}

.content_pane .content_section {
	background-color: #ffffff;
	background-image:url(images/bg_main_creamy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 10px 10px 20px;
	width: 688px; /* 718- 20 */
}

.content_pane .content_section_3 {
	width: 718px; /* 718- 20 */
}

.content_section h2.welcome, .content_section h2.upcoming_event, .content_section h2.instore_offer {
	display: block;
	background-image:url(images/hdg_welcome.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
}
.content_section h2.upcoming_event {
	background-image: url(images/hdg_upcoming_event.gif);
	height: 25px;
}

.content_section h2.instore_offer {
	background-image: url(images/hdg_in_store_offers.gif);
	height: 20px;
}

.content_section ul {
	margin-bottom: 15px;
	margin-left: 15px;
}

.content_section_2 {
	padding: 10px 10px 20px 20px;
	width: 688px; /* 718- 20 */
	color:#FFF;
}

.content_section_2 .bundle_box {
	width: 202px;
	float: left;
	margin-bottom: 30px;
}

.bundle_box .box_content {
	background-color: #FFF;
	color: #000;
	padding: 10px;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}

.bundle_box .staff {
	background-image: url(images/bg_form_top.gif);
	background-repeat: repeat-x;
}

.bundle_box .box_image {
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-top: solid 1px #FFF;
}

.content_section_2 .bundle_spacer {
	width: 31px;
	float: left;
}

.info_R {
	float: left;
	padding: 5px 20px;
}
	
.offer_section {
	background-image: url(images/divider_store_offer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: inline;
	margin-right: 9px;
	color: #000;
	margin-bottom: 9px;
	width:33%;
}

.offer {
	width: 202px;
}

.offer img.img_offer {
	border: #cfcfcf 1px solid;
	border-bottom: none;
}

.offer div.offer_desc {
	background:transparent;
	 position:relative;
	background-image: url(images/bg_in_store_offer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 12px 10px;
	background-color:#Fff;
}

.lifestyle, .promo_offers {
	background: none !important;
	padding-top: 10px !important;
}

.promo_offers {
	padding: 20px 0 10px 20px !important;
	width: 698px !important;
}

.promo_offers .offer_section {
	background-image: url(images/divider_promo_offer.gif);
	width: 32%;
	margin-right: 25px;
	color: #000;
	margin-bottom: 15px;
}

.event_img {
	width: 216px;
}
.event_img img {
	margin-bottom: 9px;
}
.event_img span.key_date, .event_img span.key_time {
	display: block;
	background-image: url(images/key_date.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:28px;
	padding-top: 4px;
	height: 18px; /*22-4*/
	clear: both;
	margin-bottom: 3px;
	margin-left: 10px;
}

.event_img span.key_time {
	background-image: url(images/key_time.gif);
	height: 15px;/*19-4*/
}

.section_R {
	background-image: url(images/bg_hr_R.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0 20px;
	padding: 10px 0 20px;
	color: #FFF;
}

.col_right .info_box {
	background-image: url(images/bg_Rside_blue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 15px 10px 0 10px;
}

select.ddl_R {
	width: 150px;
	margin-bottom: 10px;
}

a.arrow_white {
	display: block;
	background-image: url(images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
	color: #FFF;
	font-size: 1.1em;
	text-align: right;
	text-decoration: none;
	width: auto;
}
.img_R {
	margin: auto;
	margin-top: 20px;
}

/* STAFF REVIEWER */
.sub_reviewer {
	font-weight: bold;
}

.sub_reviewer a, a {
	text-decoration: none;
	color: #0066d1;
}

.sub_reviewer a:hover, a:hover {
	color: #8fbbe9;
}

.content_section ul.list_review {
	float: none !important;
}

.content_section .list_review li{
	list-style-type: disc !important;
	display: list-item !important;
	margin-left: 15px;
	margin-right: 15px;
	width: 100%;
	float: none !important;
}

/* STAFF PROFILES */
.question_bullet, .answer_bullet {
	display: block;
	width: 15px;
	float: left;
}

.question, .answer {
	display: block; 
	clear: right;
	margin-left: 20px;
}

.question, .question_bullet {
	font-weight: bold;
}

.job_name, .job_type, .job_hours {
	display: block;
}

.job_name {
	font-size: 1.8em;
}

.content_pane h2.hdg_staff_profiles {
	display: block;
	background-image: url(images/hdg_staff_profiles.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 28px;
}

span.EditingFormErrorLabel {
	display: inline !important;
	padding-left: 20px;
	margin-left: 10px;
	background-image: url(images/img_error.gif);
	background-position: center left;
	background-repeat: no-repeat;
	clear: right;
}

.EditingFormErrorLabel {
	display: inline-block;
}

.EditingFormErrorLabel {
	color: #F00;
}

.content_section dl dd {
	padding-right: 20px;
}

.content_section .location select {
	margin: 10px 0;
}

.exclusive {
	padding: 10px 0;
}

.print_style {
	display: none;
}

.headerImage {
	padding: 2px 0;	
}

.offer .offer_desc h5 {
	height: 40px;
}

/********************************************************************************

	13. FOOTER STYLES			[00000M]

********************************************************************************/

div.footer {
	width: 880px; /* 910-30 */
	margin: 15px 10px 0 20px;
}

ul.footer_links  {
	display: block;
	clear: both;
	width: 100%;
	float: left;	
	padding-bottom: 10px;
	border-bottom: #ffffff 1px solid;
}

ul.footer_links li {
	display: block;	
	float: left;
	list-style: none;
	padding: 0 4px;
	border-right: #ffffff 1px solid;
}

ul.footer_links li a {
	color: #ffffff;
	font-size: 0.9em;
	text-decoration: none;
}

ul.footer_links_bottom {
	border: none;
	width: 50%;
	margin: 8px 0 0 0px;
	float: left;
}

ul.footer_links li.last_li, .hdr_SONY_R ul.hdr_links li.last_li {
	border: none;
}

.footer div.copyright {
	float: right;
	margin: 8px 10px 0 0;
	color: #ffffff;
	font-size: 0.9em;
	text-align: right;
	overflow: hidden;
	width: 40%;
}

.footer_img{
	width: 100%;
	height: 20px;
	background-image: url(images/img_footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/********************************************************************************

	14. SHOWCASE STYLES			[00000N]

********************************************************************************/

.space_box {
	width: 212px;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
}

.space_thumb {
	text-align:center;
	height: 40px;
}

.space_main_img {
	height: 175px;
	width: 212px;
}

.space_main_img img {
	display: none;
	border: none;
}

.space_thumb img {
	padding: 1px;
	border: none;
}

.space_thumb img:hover {
	padding: 0;
	border: 1px solid #FFCC01;
}

.active, img.active {
	padding: 0;
	border: 1px solid #FFCC01;
}

img.active {
	display: inline-block;
}

#jqmFlashRooms {position: absolute;}

.space_box .sideHeading {
	padding: 0px !important;
}

.take_tour {
	color: #FFF;
	font-size: 1.0em;
	display: block;
	float: right;
	padding: 5px 10px 6px 0;
}

.take_tour img {
	display: inline-block;
	vertical-align: middle;
}

.take_tour a {
	color: #FFF;
}

.take_tour a:hover {
	color: #fecc00;
}