/* $Id: aggregator.css,v 1.2 2007/05/27 17:57:47 goba Exp $ */

#aggregator .feed-source .feed-title {
  margin-top: 0;
}
#aggregator .feed-source .feed-image img {
  margin-bottom: 0.75em;
}
#aggregator .feed-source .feed-icon {
  float: right; /* LTR */
  display: block;
}
#aggregator .feed-item {
  margin-bottom: 1.5em;
}
#aggregator .feed-item-title {
  margin-bottom: 0;
  font-size: 1.3em;
}
#aggregator .feed-item-meta, #aggregator .feed-item-body {
  margin-bottom: 0.5em;
}
#aggregator .feed-item-categories {
  font-size: 0.9em;
}
#aggregator td {
  vertical-align: bottom;
}
#aggregator td.categorize-item {
  white-space: nowrap;
}
#aggregator .categorize-item .news-item .body {
  margin-top: 0;
}
#aggregator .categorize-item h3 {
  margin-bottom: 1em;
  margin-top: 0;
}
/* $Id: node.css,v 1.5 2008/01/25 21:21:44 goba Exp $ */

.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#node-admin-buttons {
  float: left; /* LTR */
  margin-left: 0.5em; /* LTR */
  clear: right; /* LTR */
}
td.revision-current {
  background: #ffc;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .container-inline .form-text {
  display: inline;
  width: auto;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.terms-inline {
  display: inline;
}
/* $Id: defaults.css,v 1.5 2007/10/02 12:10:40 dries Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
/* $Id: system.css,v 1.48 2008/01/09 09:56:39 goba Exp $ */

/*
** HTML elements
*/
body.drag {
  cursor: move;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
td.active {
  background-color: #ddd;
}
td.checkbox, th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  float: left; /* LTR */
}
div.tree-child {
  background: url(http://www.bestbuyinc.com/misc/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
  background: url(http://www.bestbuyinc.com/misc/tree-bottom.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
  background: url(http://www.bestbuyinc.com/misc/tree.png) no-repeat -11px center;
}
.error {
  color: #e55;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  background: #fcc;
  color: #200;
  padding: 2px;
}
.warning {
  color: #e09010;
}
div.warning {
  border: 1px solid #f0c020;
}
div.warning, tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}
.ok {
  color: #008000;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok, tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}
.item-list .icon {
  color: #555;
  float: right; /* LTR */
  padding-left: 0.25em; /* LTR */
  clear: right; /* LTR */
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
  list-style: disc;
}
ol.task-list li.active {
  font-weight: bold;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right; /* LTR */
}
.more-help-link {
  font-size: 0.85em;
  text-align: right; /* LTR */
}
.nowrap {
  white-space: nowrap;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding: 0.5em;
}
.pager-current {
  font-weight:bold;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left; /* LTR */
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0; /* LTR */
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
  display: inline;
}

/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc; /* LTR */
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(http://www.bestbuyinc.com/misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -18px; /* LTR */
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
  background: url(http://www.bestbuyinc.com/misc/menu-expanded.png) 5px 75% no-repeat; /* LTR */
}
html.js fieldset.collapsed legend a {
  background-image: url(http://www.bestbuyinc.com/misc/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(http://www.bestbuyinc.com/misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

/*
** Table drag and drop.
*/
.draggable a.tabledrag-handle {
  cursor: move;
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em; /* LTR */
  padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(http://www.bestbuyinc.com/misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}

/*
** Teaser splitter
*/
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}
/* Keeps inner content contained in Opera 9. */
.teaser-checkbox {
  padding-top: 1px;
}
div.teaser-button-wrapper {
  float: right; /* LTR */
  padding-right: 5%; /* LTR */
  margin: 0;
}
.teaser-checkbox div.form-item {
  float: right; /* LTR */
  margin: 0 5% 0 0; /* LTR */
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(http://www.bestbuyinc.com/misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right; /* LTR */
}
.progress-disabled {
  float: left; /* LTR */
}
.ahah-progress {
  float: left; /* LTR */
}
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(http://www.bestbuyinc.com/misc/throbber.gif) no-repeat 0px -18px;
  float: left; /* LTR */
}
tr .ahah-progress .throbber {
  margin: 0 2px;
}
.ahah-progress-bar {
  width: 16em;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc;
}

/*
** Floating header for tableheader.js
*/
table.sticky-header {
  margin-top: 0;
  background: #fff;
}

/*
** Installation clean URLs
*/
#clean-url.install {
  display: none;
}

/*
** For anything you want to hide on page load when JS is enabled, so
** that you can use the JS to control visibility and avoid flicker.
*/
html.js .js-hide {
  display: none;
}

/*
** Styles for the system modules page (admin/build/modules)
*/
#system-modules div.incompatible {
  font-weight: bold;
}

/*
** Styles for the system themes page (admin/build/themes)
*/
#system-themes-form div.incompatible {
  font-weight: bold;
}

/*
** Password strength indicator
*/
span.password-strength {
  visibility: hidden;
}
input.password-field {
  margin-right: 10px; /* LTR */
}
div.password-description {
  padding: 0 2px;
  margin: 4px 0 0 0;
  font-size: 0.85em;
  max-width: 500px;
}
div.password-description ul {
  margin-bottom: 0;
}
.password-parent {
  margin: 0 0 0 0;
}
/*
** Password confirmation checker
*/
input.password-confirm {
  margin-right: 10px; /* LTR */
}
.confirm-parent {
  margin: 5px 0 0 0;
}
span.password-confirm {
  visibility: hidden;
}
span.password-confirm span {
  font-weight: normal;
}
/* $Id: system-menus.css,v 1.1 2007/10/05 14:50:25 goba Exp $ */

ul.menu {
  list-style: none;
  border: none;
  text-align:left; /* LTR */
}
ul.menu li {
  margin: 0 0 0 0.5em; /* LTR */
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(http://www.bestbuyinc.com/misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(http://www.bestbuyinc.com/misc/menu-collapsed.png); /* LTR */
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(http://www.bestbuyinc.com/misc/menu-leaf.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
/* $Id: user.css,v 1.7 2007/06/21 04:38:41 unconed Exp $ */

#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em; /* LTR */
}
#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em; /* LTR */
  float: left; /* LTR */
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
#user-login-form {
  text-align: center;
}
#user-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#user-admin-buttons {
  float: left; /* LTR */
  margin-left: 0.5em; /* LTR */
  clear: right; /* LTR */
}
#user-admin-settings fieldset .description {
  font-size: 0.85em;
  padding-bottom: .5em;
}

/* Generated by user.module but used by profile.module: */
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .picture {
  float: right; /* LTR */
  margin: 0 1em 1em 0; /* LTR */
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}
/* $Id: content-module.css,v 1.1.2.6.2.1 2009/06/06 23:44:57 markuspetrux Exp $ */

/* Node display */
.field .field-label,
.field .field-label-inline,
.field .field-label-inline-first {
  font-weight:bold;
}
.field .field-label-inline,
.field .field-label-inline-first {
  display:inline;
}
.field .field-label-inline {
  visibility:hidden;
}

/* Node form display */
.node-form .content-multiple-table td.content-multiple-drag {
  width:30px;
  padding-right:0;/*LTR*/
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle{
  padding-right:.5em;/*LTR*/
}

.node-form .content-add-more .form-submit{
  margin:0;
}

.content-multiple-remove-button {
  display: block;
  float: right;
  height: 14px;
  width: 16px;
  margin: 2px 0 1px 0;
  padding: 0;
  background:transparent url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/images/remove.png) no-repeat 0 0;
  border-bottom: #C2C9CE 1px solid;
  border-right: #C2C9CE 1px solid;
}
.content-multiple-remove-button:hover {
  background-position: 0 -14px;
}
.content-multiple-removed-row .content-multiple-remove-button {
  background-position: 0 -28px;
}
.content-multiple-removed-row .content-multiple-remove-button:hover {
  background-position: 0 -42px;
}
html.js .content-multiple-removed-row {
  background-color: #ffffcc;
}
.content-multiple-weight-header,
.content-multiple-remove-header,
.content-multiple-remove-cell,
.content-multiple-table td.delta-order {
  text-align: center;
}
html.js .content-multiple-weight-header,
html.js .content-multiple-remove-header span,
html.js .content-multiple-table td.delta-order,
html.js .content-multiple-remove-checkbox {
  display: none;
}

.node-form .number {
  display:inline;
  width:auto;
}
.node-form .text {
  width:auto;
}

/* CSS overrides for Views-based autocomplete results.
  - #autocomplete uses "white-space:pre", which is no good with
    Views' template-based rendering
  - Field titles are rendered with <label> in default templates,
    but we don't want the 'form' styling it gets under .form-item
*/
.form-item #autocomplete .reference-autocomplete {
  white-space:normal;
}

.form-item #autocomplete .reference-autocomplete label {
  display:inline;
  font-weight:normal;
}

/* 'Manage fields' overview */
#content-field-overview-form .advanced-help-link,
#content-display-overview-form .advanced-help-link {
  margin: 4px 4px 0 0;/*LTR*/
}
#content-field-overview-form .label-group,
#content-display-overview-form .label-group,
#content-copy-export-form .label-group {
  font-weight: bold;
}
table#content-field-overview .label-add-new-field,
table#content-field-overview .label-add-existing-field,
table#content-field-overview .label-add-new-group {
  float: left;/*LTR*/
}
table#content-field-overview tr.content-add-new .tabledrag-changed {
  display: none;
}
table#content-field-overview tr.content-add-new .description {
  margin-bottom: 0;
}
table#content-field-overview .content-new {
  font-weight: bold;
  padding-bottom: .5em;
}

/* 'Advanced help' pages */
.advanced-help-topic h3,
.advanced-help-topic h4,
.advanced-help-topic h5,
.advanced-help-topic h6  {
  margin:1em 0 .5em 0;
}
.advanced-help-topic dd {
  margin-bottom: .5em;
}
.advanced-help-topic span.code {
  background-color:#EDF1F3;
  font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;
  font-size:0.9em;
  padding:1px;
}
.advanced-help-topic .content-border {
  border:1px solid #AAA
}/* Force from/to dates to float using inline-block, where it works, otherwise inline. */
.container-inline-date {
  width:auto;
  clear:both;
  display: inline-block;
  vertical-align:top;
  margin-right: 0.5em; /* LTR */
}
.container-inline-date .form-item {
  float:none;
  padding:0;
  margin:0;
}
.container-inline-date .form-item .form-item {
  float: left; /* LTR */
}
.container-inline-date .form-item,
.container-inline-date .form-item input {
  width:auto;
}
.container-inline-date .description {
  clear: both;
}

.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
  margin-right: 5px; /* LTR */
}

.container-inline-date .date-spacer {
  margin-left: -5px; /* LTR */
}
.views-right-60 .container-inline-date div {
  padding:0;
  margin:0;
}

.container-inline-date .date-timezone .form-item {
  float:none;
  width:auto;
  clear:both;
}

/* Fixes for date popup css so it will behave in Drupal */
#calendar_div, #calendar_div td, #calendar_div th {
  margin:0;
  padding:0;
}
#calendar_div,
.calendar_control,
.calendar_links,
.calendar_header,
.calendar {
  width: 185px;
  border-collapse: separate;
  margin: 0;
}
.calendar td {
  padding: 0;
}

/* formatting for from/to dates in nodes and views */
span.date-display-single {
}
span.date-display-start {
}
span.date-display-end {
}
span.date-display-separator {
}

.date-repeat-input {
  float: left; /* LTR */
  width:auto;
  margin-right: 5px; /* LTR */
}
.date-repeat-input select {
  min-width:7em;
}
.date-repeat fieldset {
  clear:both;
  float:none;
}

.date-views-filter-wrapper {
  min-width:250px;
}
.date-views-filter input {
  float: left !important; /* LTR */
  margin-right: 2px !important; /* LTR */
  padding:0 !important;
  width:12em;
  min-width:12em;
}

.date-nav {
  width:100%;
}
.date-nav div.date-prev {
  text-align: left; /* LTR */
  width:24%;
  float: left; /* LTR */
}
.date-nav div.date-next {
  text-align: right; /* LTR */
  width:24%;
  float: right; /* LTR */
}
.date-nav div.date-heading {
  text-align:center;
  width:50%;
  float: left; /* LTR */
}
.date-nav div.date-heading h3 {
  margin:0;
  padding:0;
}

.date-clear {
  float:none;
  clear:both;
  display:block;
}

.date-clear-block {
  float:none;
  width:auto;
  clear:both;
}

/* 	 
 ** Markup free clearing that fixes unwanted scrollbars 	 
 ** @see http://drupal.org/node/232959 	 
 */ 	 
 .date-clear-block:after { 	 
   content: " "; 	 
   display: block; 	 
   height: 0; 	 
   clear: both; 	 
   visibility: hidden; 	 
 } 	 
 .date-clear-block { 	 
   display: inline-block; 	 
 } 	 
 /* Hides from IE-mac \*/ 	 
 * html .date-clear-block { 	 
   height: 1%; 	 
 } 	 
 .date-clear-block { 	 
   display: block; 	 
 } 	 
 /* End hide from IE-mac */

.date-container .date-format-delete {
  margin-top: 1.8em;
  margin-left: 1.5em;
  float: left;
}
.date-container .date-format-name {
  float: left;
}
.date-container .date-format-type {
  float: left;
  padding-left: 10px;
}

.date-container .select-container {
  clear: left;
  float: left;
}

/* Smoothness Theme for jQuery UI Datepicker */
#ui-datepicker-div table,
#ui-datepicker-div td,
#ui-datepicker-div th {
  margin: 0;
  padding: 0;
}
#ui-datepicker-div,
#ui-datepicker-div table,
.ui-datepicker-div,
.ui-datepicker-div table,
.ui-datepicker-inline,
.ui-datepicker-inline table {
  font-size: 12px !important;
}
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  background: #ffffff;
  border: 2px solid #d3d3d3;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  margin: 0;
  padding: 2.5em .5em .5em .5em;
  position: relative;
  width: 15.5em;
}
#ui-datepicker-div {
  background: #ffffff;
  display: none;
  z-index: 9999; /*must have*/
}
.ui-datepicker-inline {
  display: block;
  float: left; /* LTR */
}
.ui-datepicker-control {
  display: none;
}
.ui-datepicker-current {
  display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
  background: #e6e6e6 url(http://www.bestbuyinc.com/sites/default/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x; /* LTR */
  left: .5em; /* LTR */
  position: absolute;
  top: .5em;
}
.ui-datepicker-next {
  left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
  background: #dadada url(http://www.bestbuyinc.com/sites/default/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x; /* LTR */
}
.ui-datepicker-next a, .ui-datepicker-prev a {
  background: url(http://www.bestbuyinc.com/sites/default/images/888888_7x7_arrow_left.gif) 50% 50% no-repeat; /* LTR */
  border: 1px solid #d3d3d3;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 1.4em;
  text-indent: -999999px;
  width: 1.3em;
}
.ui-datepicker-next a {
  background: url(http://www.bestbuyinc.com/sites/default/images/888888_7x7_arrow_right.gif) 50% 50% no-repeat; /* LTR */
}
.ui-datepicker-prev a:hover {
  background: url(http://www.bestbuyinc.com/sites/default/images/454545_7x7_arrow_left.gif) 50% 50% no-repeat; /* LTR */
}
.ui-datepicker-next a:hover {
  background: url(http://www.bestbuyinc.com/sites/default/images/454545_7x7_arrow_right.gif) 50% 50% no-repeat; /* LTR */
}
.ui-datepicker-prev a:active {
  background: url(http://www.bestbuyinc.com/sites/default/images/222222_7x7_arrow_left.gif) 50% 50% no-repeat; /* LTR */
}
.ui-datepicker-next a:active {
  background: url(http://www.bestbuyinc.com/sites/default/images/222222_7x7_arrow_right.gif) 50% 50% no-repeat; /* LTR */
}
.ui-datepicker-header select {
  background: #e6e6e6;
  border: 1px solid #d3d3d3;
  color: #555555;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: .5em;
}
.ui-datepicker-header select.ui-datepicker-new-month {
  left: 2.2em; /* LTR */
  width: 7em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
  left: 9.4em; /* LTR */
  width: 5em;
}
table.ui-datepicker {
  text-align: right; /* LTR */
  width: 15.5em;
}
table.ui-datepicker td a {
  color: #555555;
  display: block;
  padding: .1em .3em .1em 0; /* LTR */
  text-decoration: none;
}
table.ui-datepicker tbody {
  border-top: none;
}
table.ui-datepicker tbody td a {
  background: #e6e6e6 url(http://www.bestbuyinc.com/sites/default/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x; /* LTR */
  border: 1px solid #ffffff;
  cursor: pointer;
}
table.ui-datepicker tbody td a:hover {
  background: #dadada url(http://www.bestbuyinc.com/sites/default/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x; /* LTR */
  border: 1px solid #999999;
  color: #212121;
}
table.ui-datepicker tbody td a:active {
  background: #ffffff url(http://www.bestbuyinc.com/sites/default/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x; /* LTR */
  border: 1px solid #dddddd;
  color: #222222;
}
table.ui-datepicker .ui-datepicker-title-row td {
  /*border-bottom: 1px solid #d3d3d3;*/
  color: #222222;
  font-size: .9em;
  padding: .3em 0;
  text-align: center;
  text-transform: uppercase;
}

table.ui-datepicker .ui-datepicker-title-row td a {
  color: #222222;
}

/* ___________ IE6 IFRAME FIX ________ */
.ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/ /* LTR */
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}/* timeEntry styles */
.timeEntry_control {
	vertical-align: middle;
	margin-left: 2px;
}
* html .timeEntry_control { /* IE only */
	margin-top: -4px;
}
/* Make sure background colors from other styles don't obscure the current element highlight */
.timeEntry {
  background-color:transparent !important;
}
/* This is to keep FF from offering a drop-down list of previous values. */
/* For some reason hiding the div where the image belongs keeps that from happening. */
.timeEntry_control {
  display:none;
}/* $Id: filefield.css,v 1.21 2009/04/08 20:04:52 quicksketch Exp $ */

/**
 * Overall styles
 */


/**
 * Formatter styles
 */

.filefield-icon {
  float: left; /* RTL */
  margin-right: 0.4em; /* RTL */
}

/* End formatter styles. */

/**
 * General widget form styles (applicable to all widgets).
 */
.filefield-element {
  margin: 1em 0;
  white-space: normal;
}

.filefield-element .widget-preview {
  float: left; /* RTL */
  padding-right: 10px; /* RTL */
  border-right: 1px solid #CCC; /* RTL */
  margin-right: 10px; /* RTL */
  max-width: 30%;
}

.filefield-element .widget-edit {
  float: left; /* RTL */
  max-width: 70%;
}

.filefield-element .filefield-preview {
  width: 16em;
  overflow: hidden;
}

.filefield-element .widget-edit .form-item {
  margin: 0 0 1em 0;
}

.filefield-element input.form-submit,
.filefield-element input.form-file {
  margin: 0;
}

.filefield-element input.progress-disabled {
  float: none;
  display: inline;
}

.filefield-element div.ahah-progress,
.filefield-element div.throbber {
  display: inline;
  float: none;
  padding: 1px 13px 2px 3px; /* RTL */
}

.filefield-element div.ahah-progress-bar {
  display: none;
  margin-top: 4px;
  width: 28em;
  padding: 0;
}

.filefield-element div.ahah-progress-bar div.bar {
  margin: 0;
}

/* End general widget form styles. */

/**
 * Generic file edit widget styles. Not applicable to other widgets that
 * might hook into filefield (say, a widget with an image preview).
 */

.filefield-generic-edit .filefield-icon {
  float: left; /* RTL */
  margin-right: 0.7em; /* RTL */
  margin-top: 0.3em;
}

.filefield-generic-edit-description {
  margin-right: 6em; /* RTL */
}

/* The text field is made unnecessarily long by node.css - shorten it. */
.filefield-generic-edit .form-text {
  width: 99%;
}

.filefield-generic-edit .description {
  white-space: normal;
  margin-bottom: 0;
  overflow: auto; /* Indent on line wraps, don't float around the icon. */
}

/* End widget form styles. */
/* $Id: fieldgroup.css,v 1.2.2.2 2009/03/14 18:55:20 yched Exp $ */

div.fieldgroup {
  margin:.5em 0 1em 0;
}
div.fieldgroup .content {
  padding-left:1em;/*LTR*/
}
/*
	Best Buy Corporate
	Website Color Palette

	Hex			Name			Primary Use
	-----------------------------------------------
	#0035ad		Blue			links, heads
	#333		Grey			body copy				
	#ffda00		Yellow			link active state (primary & secondary)
	#2A2A2A		Dark Grey		footer bg

	Hacks
	-----------------------------------------------
	List out any hacks (including URLS)

*/	


/*------------------------------------------------------------------------------
	Style Reset
------------------------------------------------------------------------------*/	
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		vertical-align: baseline;
		background: transparent;
	}


/*------------------------------------------------------------------------------
	Basic Styles 
------------------------------------------------------------------------------*/	
	
	body {
		color: #333;
		background: #004B8D url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/background_repeat.gif) center repeat-y;
		font-family: Arial, Verdana, sans-serif;
		font-size: 0.75em;
		text-align: center;
	}

	p{ margin: 0 0 15px 0; }
	p.intro{ line-height: 150% }
	img{ display: block; border: 0; }
	td{ vertical-align: top; }
	
	h1{ 
		font-size: 34px; 
		font-weight: normal;
		margin: 0px 0 25px 0;
	}
	
	h2{ 
		color: #0035ad;
		font-size: 1.50em;
		font-weight: normal;
		margin: 0 0 3px 0;
	}
	
	h3{ 
		font-size: 1.08em; 
		margin: 0 0 20px 0;
	}

	h4{ 
		font-weight: normal;
		color: #0035ad;
		font-size: 1.08em; 
		margin: 25px 0 15px 0;
	}
	

/*------------------------------------------------------------------------------
	H1 - Headers (built this way for SEO reasons)
------------------------------------------------------------------------------*/	

	#head{
		width: 710px;
		height: 70px;
		overflow: hidden;
	}

		#head span{
			display: block;
			color: #ffda00;
			padding: 12px 0 5px 28px;
			font-size: 1.20em;
			margin: 0;
		}
		
		#head h1{
			color: #fff;
			font-weight: normal;
			padding: 0 0 0 28px;
			font-size: 1.80em;
		}
	
	.news_detail{ background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/header_news.jpg) no-repeat; }
	.investor_relations{ background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/header_ir.jpg) no-repeat; }
	.about{ background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/header_about.jpg) no-repeat; }
	.community_relations{ background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/header_community_relations.jpg) no-repeat; }
	.corporate_responsibility{ background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/header_ir.jpg) no-repeat; }



/*------------------------------------------------------------------------------
	Navigation
------------------------------------------------------------------------------*/	

	a{ color: #0035ad; text-decoration: none; }
	a:hover{ color: #000; }

	#nav_main {
		background: #003471 url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/nav_main_back.gif) repeat-x;
		margin: 0 0 10px 0;
		padding: 8px 0 17px 0;
		height: 224px;
	}
		
		#nav_main li { list-style: none; margin: 5px 0; _height:1em; }
		#nav_main li.active{ background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/arrow_white.gif) no-repeat; }
		#nav_main a{
			display: block;
			color: #fff;
			padding: 1px 10px 1px 28px;
		}
		#nav_main a:hover, #nav_main li.active a{ color: #ffda00; }
		
		#nav_main.home{ height: 265px; }

	#nav_secondary{
		font-size: 0.92em;
		padding: 15px 0 120px 0;
		min-height: 200px;
		background: #4d4d4d url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/secondary_nav_gradient.jpg) bottom no-repeat;
	}

		#nav_secondary a{
			color: #979797;
			display: block;
			padding: 2px 10px 2px 28px;
			margin: 0;
		}
		
		#nav_secondary h5{
			color: #979797;
			font-size: 13px;
			font-weight: normal;
			padding: 5px 10px 10px 28px;
			margin: 0;
		}
		
		
		#nav_secondary li{ list-style: none; _height:1em; }
		#nav_secondary li ul{ margin: 15px 0 0 35px; padding: 0; }
		#nav_secondary li li a{ color: #fff; padding: 0 0 8px 15px; }
		#nav_secondary a:hover{ color: #ffda00; }
		#nav_secondary li.active{ background: #4d4d4d url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/secondary_nav_active.gif) no-repeat; }
		#nav_secondary li li.active { background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/arrow_white_reversed.gif) 0 3px no-repeat; border-top: 1px solid #4d4d4d; }
		#nav_secondary li.active li a { color: #fff; }
		#nav_secondary li.active a, #nav_secondary li li.active a, #nav_secondary li.active li a:hover{ color: #ffda00; }
	
		#nav_secondary .online_head{
			margin: 0px 0 0 10px;
		}
		
		#nav_secondary .how_are_we_doing{
			margin: 30px 0 0 10px;
			padding: 0px !important;
		}
		
	#nav_utility{
		font-size: 0.83em;
		text-transform: uppercase;
		margin-left: -20px;
		
	}
		#nav_utility img{ float: left; }
		#nav_utility a { color: #6d6d6d; display: block; width: 70px; float: left; padding: 7px 0 7px 18px; }
		#nav_utility a:hover { color: #474646; }

		#nav_utility a.uNav_1 { left: -0.1px; padding-left: 40px; border-right: 1px solid #ccc; background: url('http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/icon_blog.gif') 20px 5px no-repeat; }
		.uNav_2 { background: url('http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/icon_rss.gif') 0 5px no-repeat; margin-left: 10px; }
		
		#nav_utility a.active{
			color: #474646;
			background: #fff100 url('http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/icon_blog.gif') 20px 5px no-repeat;
		}

	#nav_previous_next{
		text-align: right;
		font-size: 0.92em;
		padding-right: 20px;
	}
	
		#nav_previous_next img{
			display: inline; 
			padding: 4px 5px 0 5px;
			vertical-align: top;
		}
		


/*------------------------------------------------------------------------------
	Layout
------------------------------------------------------------------------------*/	

	#wrapper{
		background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/background_gradient.gif)  center -4px no-repeat;
	}

	#content{
		margin:0px auto;
		text-align: left;
		width: 910px;
		min-height: 880px;
	}


	#logo{
		z-index: 200;
	}
	
	#content_primary{
		float: left;
		width: 720px;
		padding-bottom: 50px;
		line-height: 150%;
	}
		#content .pad{
			padding: 0 10px 0 0;
		}
	
	#navigation{
		float: left;
		width: 190px;
		margin-top: -32px;
	}

		
		
	#search_news{
		background: #2b2b2b;
		padding: 0;
		margin: 10px 0 2px 0;
		color: #999;
	}
		#search_news h5{ color: #999; margin-bottom: 5px; font-size: 0.92em; }
		#search_news .pad{ display: block; padding: 10px 0  20px  27px; }
		#search_news input{ width: 120px; }
		#search_news .button{ width: auto; float:right; margin: 0 10px -10px 0;  }
	
	#footer{
		clear: both;
		text-align: left;
		font-size: 0.83em;
		color: #777;
		background: #2a2a2a;
		margin:0px auto;
		width: 951px;
		line-height: 150%;
	}
	
		#footer a{ color: #777; text-decoration: underline; }
		#footer a:hover{ color: #fff; }
		#footer .pad{ padding: 35px 0 35px 100px; }


	#header{ height: 70px;  }
	
	#nav_utility, #language_selector{
		z-index: 99;
		position: absolute;
	}
	#language_selector{ top: 40px; }


	#language_selector{
		font-size: 0.92em;
		margin: 10px 0 5px 0;
		clear: left;
	}
		#language_selector img{ float: left; margin: 3px 10px 0 0; }
		#language_selector a{ color: grey; }
		#language_selector a:hover, #language_selector a.active{ color: #0035ad; }
		
		
	.col1{
		float: left;
		width: 250px;
	}
	
	.col2{
		float: left;
		width: 430px;
	}


	#flashcontent{ position: absolute; top: 2px; }
		#flashcontent_alternative{  width: 400px; margin: 100px 0 0 20px; }
		#flashcontent_spacer{  height: 320px; }
		#flashcontent_spacer.home{ height: 380px; }
	
	.fullContent{ padding: 30px 0 0 30px; }
	.fullContentRP{ padding: 10px 100px 0 30px; }
	
/*------------------------------------------------------------------------------
	Homepage
------------------------------------------------------------------------------*/	
	

	
	.homeFeature{
		margin: -10px 0px 0px 0px;
		padding: 40px 0px 0px 0px;
		color:#585858;
		background: #f4f4f4;
		width:710px;
	}
	
	.homeFeature .col1 {
		text-align:center;
		width: 150px;
	}
	
	.homeFeature .col2 {
		width: 520px;
		padding: 0;
	}
	

	.homeFeature .col2 p{
		padding-top:10px;
		margin: 0;
	}
	
	/* three column feature block */
	.homeFeature_3col{
		margin-top:30px;
		font-size: 0.83em;
	}
		.homeFeature_3col .pad{ margin: 20px 0px 10px 20px; }
		.homeFeature_3col .f3col_1{ float: left; width: 300px; }
		.homeFeature_3col .f3col_2{ float: left; width: 250px; }
		.homeFeature_3col .f3col_3{ float: left; width: 130px; }
	
	.homeFeature_3col .f3col_1 {
		padding-right:20px;
	}
	
	.homeFeature_3col .f3col_2 {
		border-left:1px solid #ccc;
		margin-right:0px;
		padding-right:0px;
	}
	
	.homeFeature_3col .f3col_2 img {
		display:inline;
	}
	
	.logoHolder {
		float:right;
	}
	
	.homeFeature_3col .f3col_2 .pad ul li {
		list-style: none;
		margin-left:-15px;
		padding-left:0px;
	}
	
	.homeFeature_3col .f3col_2 .pad ul a {
		color:#666;
	}
	
	.homeFeature_3col .f3col_2 .pad ul a:hover {
		color:#0035ad;
	}
	
	.homeFeature .col1 img {
		display:inline;
	}
		

/*------------------------------------------------------------------------------
	About
------------------------------------------------------------------------------*/	

	.iconRow{
		clear: left;
		border-top: 1px solid #e5e5e5;
		margin: 10px 20px 0 100px;
		padding: 20px;
	}
	
		.iconRow .row h3{ margin: 0 0 5px 0; } 
		
		.iconRow .icon{
			width: 130px;
			float: left;
			font-size: 0.92em;
			text-align: right;
		}
		
		
		.iconRow .row{
			width: 400px;
			float: left;
			
		}
		
	.brand_logos img{
		display: inline;
	}

		
	.featureNopad{
		background: #f4f4f4;
		height: 180px;
		margin: 10px 0;
	}
	
	.fTaller{ height: 200px; }
	
		.featureNopad .col1{
			width: 165px;
		}
		.featureNopad .col2{
			margin: 30px 0 10px 20px;
			width: 460px;
		}
		
		h2.about{
			font-size: 1.93em;
		}
		h3{ 
			font-size: 1.08em; 
			margin: 20px 0 10px 0;
		}
		
	

		.feature_a4col{ background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/about_4col.gif) repeat-y; margin-top: 25px;}

			.feature_a4col img{ margin-left: 10px;  }
			.feature_a4col .pad{ margin: 10px 5px 10px 5px;  }
			.feature_a4col .text{ margin: 10px 10px 10px 15px; }
			.feature_a4col .a4col_1{ float: left; width: 175px; }
			.feature_a4col .a4col_2{ float: left; width: 175px; }
			.feature_a4col .a4col_3{ float: left; width: 175px; }
			
	
	.feat_2col{ padding: 15px 0;}
		.feat_2col .lrgBlock{
			float: left;
			width: 400px;
			padding-left: 10px;
		}


	
/*------------------------------------------------------------------------------
	News Center
------------------------------------------------------------------------------*/	

	#date_location{
		margin: 5px 0 20px 0;
		font-size: 0.92em; 
	}
	
	.contacts{
		background: #f8f8f8;
		padding: 10px 10px 10px 20px;
		margin: 30px 0;
		font-size: 0.92em;
	}
	
		.col{
			width: 40%;
			float: left;
		}

	.feature{
		margin: 10px 0;
		padding: 20px 0px 20px 20px;
		background: #f4f4f4;
	}
	


	.featureBig{
		margin: 10px 0;
		padding: 0 30px 0 0;
		*height: 238px;
		background: #f4f4f4;
	}
	
		.featureBig img{ display: inline; }
		
		.featureBig .col2{
			margin: 40px 0 0 0;
		}
		
	.dateRow{
		clear: left;
		border-top: 1px solid #e5e5e5;
		margin: 10px 20px 0 100px;
		padding: 20px;
	}
	
		.row h3{ margin: 0 0 5px 0; } 
		
		.dateRow .date{
			width: 100px;
			margin-right: 20px;
			float: left;
			font-size: 0.92em;
			text-align: right;
		}
		
		.dateRow .blog img{
			float: right;
		}
		
		
		.dateRow .row{
			width: 430px;
			float: left;
		}
		
		/* I set this because some URLs were Loooooooong and were breaking the floats */
		.dateRow .blog_row{
			overflow: hidden;
		}

		.dateRow .blog_row img{
			float: left;
			margin: 0px 20px 0 0;
		}

	
	.dateRowWider .dateRow{
		padding: 0;
		margin-left:100px;
		padding-top: 10px;
	}


	.dateRowWider .dateRow .date{
		width: 200px;
		margin-right: 20px;
	}

	.dateRowWider .dateRow .row{
		width: 350px;
	}

/*------------------------------------------------------------------------------
	Investor Relations
------------------------------------------------------------------------------*/	
	
	.center_col{
		float: right;
		width: 500px;
		margin-top: 35px;
		padding-right: 30px;
	}
		.fiscal{ padding-bottom: 25px;}

			.leftSmBlock{
				float: left;
				width: 225px;
				padding-left: 15px;
			}
			.rightSmBlock{
				float: left;
				width: 175px;
				padding-left: 25px;
			}
			.lrgBlock{
				float: left;
				width: 290px;
				padding-left: 20px;
			}
	.tools{
		margin: 25px 0;
	}
		.tools ul{
			margin-top: 5px;
			padding-left: 30px;
			
		}
	
	/* Two column feature block */
	.feature_2col{
		margin-top: 10px;
		background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/com_2col.gif) repeat-y;
		clear: both;
		width: 400px;
		margin-left: 230px;

		font-size: 0.83em;
	}
		.feature_2col .pad{ margin: 20px 20px 10px 20px; }
		.feature_2col .comcol_1{ float: left; width: 200px;}
		.feature_2col .comcol_2{ float: left; width: 200px; }
		
	
	
	/* three column feature block */
	.feature_3col{
		margin-top: 10px;
		clear: both;
		background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/background_feature_3col.gif) repeat-y;
		font-size: 0.83em;
	}
		.feature_3col .pad{ margin: 20px 0px 10px 20px; }
		.feature_3col .f3col_1{ float: left; width: 300px;}
		.feature_3col .f3col_2{ float: left; width: 200px; }
		.feature_3col .f3col_3{ float: left; width: 200px; }
		
	
	.state_of_business{
		height: 150px;
		border-bottom: 1px solid #e5e5e5;
	}
		.state_of_business .executive{ float: right; margin: -50px 15px 0 0; position: relative; }
		.state_of_business .content{ padding-right: 200px; }
	
	
	.floater{float: left;}
	.tableAdjust{padding: 2px 0;display: block;}


	/* used for tiny data like rows */
	.sm_l{
		width: 70px;
		float: left;
		padding-bottom: 5px;
	}
	
	.sm_d{
		width: 170px;
		float: left;
		padding-bottom: 5px;
	}
	
	.sm_ds{
		width: 100px;
		float: left;
		padding-bottom: 5px;
	}
	
	
	.down{
		color: red;
		background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/arrow_red_down.gif) 75px 2px no-repeat;
	}
	
	.up{
		color: green;
		background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/arrow_green_up.gif) 75px 2px no-repeat;
	}



/*------------------------------------------------------------------------------
	Corporate Responsibility
------------------------------------------------------------------------------*/	

	.featureCR{
		height: 180px;
		background: #f4f4f4;
		overflow: hidden;	
	}

		.cr_message{ width: 236px; float: left; }
		.cr_copy{ width: 420px; float: right; background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/corporate_reponsibility/tree.gif) bottom right no-repeat; }


/*------------------------------------------------------------------------------
	blog
------------------------------------------------------------------------------*/	
	.blog_feature{
		/*
		background: #f5f5f5 url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/blog/feature_back.gif) bottom right no-repeat;
		*/
		background: #f5f5f5;
	}
	
	#blog_legal_message{
		clear: both;
		margin: 40px 10px;
		border-top: 1px solid #e4e4e4;
		padding: 15px;
		font-size: 11px;
	}

	.bucket{
		font-family: arial;
		font-size: 11px;
		background: #fdfdf2;
		border: 1px solid #e4e4e4;
		padding: 10px;
		line-spacing: 120%;
		margin-left: 26px;
		position: relative;
		float: left;
		margin: 25px;
		width: 280px;
		_width: 255px;
	}
		.blogs{
			position: absolute;
			top: -1px;
			left: -26px;
		}
		
		.bucket a{
			color: #444;
		}
	
	.bucket a.main{
		color: #444;
		font-weight: bold;
		background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/blog/arrow.gif) 0 5px no-repeat;
		padding-left: 10px;
		text-decoration: none;
		display: block;
	}
	
		.bucket a:hover{
			color: #0035ad;
		}
		
	.bucket i{
		display: block;
		margin: 2px 0 0 10px;
	}
	
	.bucket p{
		background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/blog/rule.gif) top -10px repeat-x;
		padding: 15px 0 0 10px;
	}

		.bucket .top { background: none; }

	.sticky-enabled{
		background: #fff;
	}
	
	.blog_row .flag{
		margin: 10px 0 5px 150px;
	}
	
	a.flag{
		margin: 10px 0 5px 50px;
		display: block;
		padding-left: 11px;
		color: #999;
		background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/blog/flag_icon.gif) center 5px no-repeat;
		text-align: right;
	}
	
	a:hover.flag{
		color: #f27b1b;
		background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/blog/flag_icon_o.gif) center 5px no-repeat;
	}
	
	.flag_note{
		line-height: 15px;
		margin-top: 10px;
	}
	
/*------------------------------------------------------------------------------
	Forms
------------------------------------------------------------------------------*/	
	
	form, fieldset {
		margin: 0;
		padding: 0;
	}
		
		form ol { margin: 0; padding: 0; }
		form ol li{ list-style: none; }
		input, textarea, select { margin: 0; }
		form legend { font-weight: bold; padding: 10px 0 15px 0px; color: #666; margin-left: -7px; }
		
		form fieldset {
			border: none;
			clear: left;
		}
			
			form fieldset li {
				clear: left;
				padding: 5px 0 5px 0;
			}

		
		form .button{ margin: 10px 0 0 150px; }


/*------------------------------------------------------------------------------
	Tables - Data
------------------------------------------------------------------------------*/	
	#sorttable th.header { 
    background-image: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/small.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    margin-left: -1px; 
    color: #0035ad; 
	} 
	
	#sorttable th.headerSortDown { 
    background-image: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/small_desc.gif); 
   	color: #0035ad; 
	} 
	
	#sorttable th.headerSortUp { 
    background-image: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/small_asc.gif); 
    color: #0035ad; 
	} 
	
	table#sorttable tr.even td{background-color: #f4f4f4;}
	table#sorttable tr.odd td{background-color: #ffffff;}
	
	table.dataTable{
		font-size: 0.83em;
		width: 100%;
		margin: 0 0 5px 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
	    border-spacing: 0;
	    color: #585858;
	}

		table.dataTable td{
			padding: 5px 10px 4px 10px;
			border: 0px;
			text-align: left;
		}
		
			.dataTable td.left{ text-align: left; }
	
		table.dataTable th{ color: #000; text-align: center; }
		table.dataTable a{  color: #0035ad; }
		table.dataTable a:hover{ color: #000; }
		table.dataTable tr.none{ background: #ffffff; }
		table.dataTable tr.alter{ background-color: #f4f4f4; }

	.ccbnBgTblLabelLnk, .ccbnBgTblTxt, .ccbnBgTblTtl, .ccbnBgTblOdd, .ccbnBgTblEven{ background-color: #f4f4f4; padding: 4px; }
	.ccbnBgTblTxt{ width: 100px; }
	
	.ccbnBgTblEven, .ccbnBgTblOdd { 
		border: 1px solid #fff;
		background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/table_bg.gif) top right no-repeat;
	}
	
	.activeYear td {
		background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/table_bg_tan.gif) top right no-repeat;
	}
	.ccbnBgTblTtl{
		color: #fff;
		font-size: 1.12em;
		font-weight: bold;
		border: 1px solid #fff;
	}
		.ccbnBgTblTtld td{ color: #fff; font-weight: bold; background: #001765 url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/table_hd_bg_rightd.gif) top right no-repeat; border: none; }
		.ccbnBgTblTtld td.none{ background: #001765 url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/table_hd_bg.gif) top right repeat-x; border: none; }
	
		.ccbnBgTblTtl td{ background: #001765 url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/table_hd_bg_right.gif) top right no-repeat; border: none; }
		.ccbnBgTblTtl td.none{ background: #001765 url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/table_hd_bg.gif) top right repeat-x; border: none; }

/*------------------------------------------------------------------------------
	Lists UL/OL
------------------------------------------------------------------------------*/	
	
	ul{ margin-left: 0; padding-left: 15px}
	ul li{ margin-left: 0; padding-left: 0; margin-bottom: 2px;}
	
	ol{ margin-left: 0; padding-left: 25px; margin-bottom: 20px;}
	ol li{ margin-left: 0; padding-left: 0;}
	

	.arrows{
		padding-left: 0;
		font-size: 0.92em;
	}
	.arrows li{
		list-style: none;
		border-bottom: 1px solid #fff;
	}
		.arrows a{ 
			display: block;
			padding-left: 10px;
			margin-bottom: 10px;
			background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/arrow.gif) 0px 4px no-repeat;
		}
		
		.arrows.tight a{
			margin-bottom: 3px;
		}
		
		.arrows.black a{
				color: #585858;	
		}
		
		.arrows a:hover{ color: #000; }
	
	.arrowsSm{
		padding-left: 0;
	}
	.arrowsSm li{
		list-style: none;
		border-bottom: 1px solid #fff;
		font-size: 0.83em;
	}
		.arrowsSm a{ 
			display: block;
			padding-left: 10px;
			margin-bottom: 2px;
			color: #0035ad;
			background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/arrow.gif) 0px 3px no-repeat;
		}
		
		.arrowsSm a:hover{ color: #000; }
	
	
/*------------------------------------------------------------------------------
	Misc
------------------------------------------------------------------------------*/	
	
	.clearB{ clear: both; }
	.clearR{ clear: right; }
	.clearL{ clear: left; }
	
	.sm{
		font-size: 0.92em;
	}
	
	.italBlock{
		font-style: italic;
	}
	
	.italSm{
		font-style: italic;
		font-size: 0.92em;
	}
	
	/* links with icons */
	.pdf, .xls, .b_arrow, .play_video{
		display: block;
		padding: 2px 0 2px 20px;
		font-size: 0.92em;
	}

	.pdf{ background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/icon_pdf.gif) no-repeat; }
	.xls{ background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/icon_xls.gif) no-repeat; }
	.b_arrow{ background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/arrow.gif) 0 5px no-repeat; padding-left: 10px; font-weight: bold; }
	.play_video{ background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/icon_play_video.gif) 0 5px no-repeat; padding: 10px 30px; font-weight: bold; }
	
	.imgFrame{ width: 212px; height: 134px; }
	
	.rule{
		border-top: 1px solid #e5e5e5;
		margin: 15px 0;
	}

	.rule_tight{
		border-top: 1px solid #e5e5e5;
		margin: 15px 0 -10px 0;
		padding: 0;
	}

	.rule_sm{
		clear: left;
		border-top: 1px solid #e5e5e5;
		padding: 0 0 2px 0;
	}
	
	/*---------- news category updates -----------*/
	#date_location{
		color: #999;
		margin: 5px 0 5px 5px;
	}

	.featured_story .imgFrame{
		margin-top: -20px;
	}
	
	.featured_story h2{
		margin-top: 0px;
	}
	
	.temp_grey_icons{
		position: absolute;
		top: 0px;
		right: 20px;
	}
	
	#photo_caption{
		color: #999;
		margin: 2px 0 5px 5px;
		font-style: italic;
		font-size: 11px;
		line-height: 110%;
		width: 180px;
	}
	
	.date{
		color: #999;
		line-height: 110%;
	}
	
	.cat_divider{
		margin: 2px 0px 2px -10px;
		display: inline;
	}

/* TAXONOMY ICON POSITIONING */

.news_meta_detail{
	display: inline;
	background: #ebebec;
	padding: 10px 5px;
	*padding: 5px;
}
	.news_meta_detail span{
	}
	.news_meta_detail img{
		display: inline;
		padding: 5px 5px 2px 0;
	}



.nmd_feature{
	background-color: #fff;

}

#news_related_links{
	padding-left: 10px;
}

	#news_related_links a{
		color: grey;
		font-size: 11px;
		line-height: 100%;
		text-indent: -10px;
		display: block;
	}
	
	#news_related_links img{
		display: inline;
		margin-top: 5px;
		margin-right: 6px;
	}
		

	.news_meta img{
		float: right;
		margin-bottom: 10px;
		margin-right: 5px;
	}
	
	.h3_plain{
		color: #0035ad;
		font-size: 1.20em;
		margin: -3px 0 3px 0;
		display: block;
		font-weight: bold;
		font-family: arial, verdana, sans-serif;
	}
	
	
	.h3_plain_huge{
		color: #0035ad;
		font-size: 1.50em;
		margin: -3px 0 3px 0;
		display: block;
		font-weight: bold;
		font-family: arial, verdana, sans-serif;
	}
	
	.first{
		border-top: none;
	}
	
	.news_main .dateRow .row{
		margin-left: 0px;
			width: 400px;
	}
		
		.news_main  .dateRow .date{
			width: 125px;
		}
		

/* added on 1/12/09 when removing detail pages */
	
	.media_management	 .dateRow .date{
		width: 190px;
		text-align: left;
	}
	
	.media_management	 .dateRow .row{
		width: 320px;
	}


		
	/*---------- news SIDEBAR updates -----------*/
	.news_advanced_search{
		font-size: 11px;
		color: #f90;
		padding-top: 2px;
		display: block;
	}

.media_login{
	margin-top: 120px;
	position: relative;
}
	.media_login .pad{
		display: block;
		margin-left: 10px;
	}
	
	.media_login_utility{
		color: #ff9900;
		font-size: 11px;
	
	}
	
	.media_login .button{
		position: absolute;
		top: 58px;
		*top: 68px;
		_top: 65px;
		right: 10px;
	}
	
	.usr_pass{
		width: 130px;
		margin-top: 5px;
		margin-left: 5px;
	}

.media_login_utility{
	padding-top: 7px;
	margin-left: 5px;
	width: auto;
}
		.media_login_utility a{
			color: #ff9900 !important;
			font-size: 11px !important;
			display: inline !important;
			margin: 0 !important;
			padding: 0 !important;
		}


	/*---------- news detail updates -----------*/


	#date_location{
		color: #333;
		margin: 0 0 20px 0;
	}
	
	#hanging_related_icons{
		position: absolute;
		top: 122px;
		*top: 124px;
		right: 60px;
	}


/*------------------------------------------------------------------------------
	homepage
------------------------------------------------------------------------------*/	

	.front #nav_main{
		height: 265px;
	}
/* HOMEPAGE - col 1 */
	
	.front .column_1{
		float: left;
		width: 450px;
		font-size: 11px;
		border-right:1px solid #ccc;
		margin-top: 20px;
	}
	
	 	.front .column_2 ul,  .front .column_2 li {
			list-style: none;
			margin-left: 0px;
			padding-left: 0px;
		}
	
	
	 #block-views-news_listing_homepage-block_1{
		padding-left: 150px;
		padding-right: 15px;
	}
			
		
		.front .views-field-field-date-value{
			width: 85px;
			float: left;
			padding-bottom: 10px;
		}
		
		.front .views-field-title{
			padding-left: 100px;
		}

/* HOMEPAGE - col 2 */

	 .front 	.column_2 {
		width: 250px;
		float: left;
		margin-top: 20px;
	}
	
	.front  	.column_2 .content{
		margin-left: 20px;
	}
	
	.front  .column_2 a {
		color:#666;
		font-size: 11px;
	}
	
	.front  .column_2 a:hover {
		color:#0035ad;
	}


/*------------------------------------------------------------------------------
	search styles
------------------------------------------------------------------------------*/	

	.search-advanced{
		padding-bottom: 20px;
	}
	
	.search-info{
		display: none;
	}
	
/*------------------------------------------------------------------------------
	admin styles
------------------------------------------------------------------------------*/	
	
	dt{
		display: block; 
		margin-top: 20px !important;
	}
	
	.collapsible{
		padding: 5px 0;
		margin: 10px 0;
	}
	
	/* news input form */
	
	.form-submit{
		margin-top: 30px;
	}
	
	.block-user {
		margin: 15px 0 50px 15px;
	}
	
	
	#edit-field-media-image-0-ahah-wrapper{
		width: 300px;
		float: left;
	}
		.form-file, .edit-field-media-image-0-upload{
			width: 250px;
		}
	
	#edit-field-media-video-0-ahah-wrapper{
		width: 300px;
		float: left;
	}
	
	.form-submit{
		clear: both;
		margin-top: 20px;
	}
	

	
	#edit-field-media-description-0-value-wrapper .description{
		margin: 20px 0 5px 0;
		padding: 10px;
		border-top: 1px solid #999;
		font-size: 14px;
		width: 92%;
		font-weight: bold;
	}
	
.alert_message{
	border: 1px solid #ccc;
	padding: 20px;
	background: #eee;
	margin: 20px 0;
	width: 400px;
}

.front .messages, .page-news-center .messages{
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
	font-weight: bold;
		margin:0px auto;
		text-align: left;
		width: 890px;
		position: relative;
}

tr.even td, tr.odd td{
	padding: 0 3px;
}

tr.even{
	background-color: #f4f4f4;
}


/*------------------------------------------------------------------------------
	News Dowloads
------------------------------------------------------------------------------*/	

	.intro_txt{
		padding: 0 10px 0 100px;	
	}
	

	.icon_download{
		padding: 2px 0 5px 20px;
		background: url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/shared/page_white_put.png) no-repeat; 
	}	
	
	.play_video_big{
		display: block;
		padding: 20px 0 20px 60px;
		width: 100px;
		font-size: 14px;
		border: 1px solid #dadada;
		background: #f4f4f4 url(http://www.bestbuyinc.com/sites/all/themes/best_buy_inc/assets/_swf/home/tv_icon.png) 15px 15px no-repeat; 
	}
	
	.pager{
		border-top: 20px solid #fff;
	}


/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

/*---- Header styling ---*/


.sIFR-active h1 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 18px;
}

.sIFR-active h2 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 18px;
}

.sIFR-active h2.light {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 22px;
}

.sIFR-active h3 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 14px;
}

.sIFR-active h4 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 14px;
}