/**
 * Sony Storage Support USA
 */

/**
 * Colors
 * 
 * Slate: #00364B;
 * Ocean: #009ADA;
 *
 */

/**
 * Include Yahoo! CSS Foundation
 */
@import "reset-fonts-grids.css";

/**
 * Base styles
 */
html, body {
    background: #000;
    color: #333;
    text-align: left;
    line-height: 135%;
}

a {
	color: #027AC6;
}

input[type="text"],
input[type="password"],
textarea {
    width: auto;
}

table {
  margin: 1em 0;
  width: 100%;
  background: #FFF;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  border-top-width: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul.links li {
    background: none;
}

ul li, ul.menu li, ul li.leaf, .item-list ul li {
    list-style: none;
    background: url(../images/menu-leaf.gif) no-repeat 0 .5em;
    padding: 0 0 0 1em;
}

ul.menu li {
    margin: 0 0 0 1em;
}

ul li.collapsed {
    background:transparent url(../images/menu-collapsed.gif) no-repeat scroll -2px 0.35em;
}

ul li.expanded {
    background:transparent url(../images/menu-expanded.gif) no-repeat scroll -1px 0.35em;
}

/**
 * Layout
 * Customizing and expanding upon Yahoo! CSS Foundation
 */
#doc3 {
    margin: 0 30px 0 0;
    padding: 1px;
	max-width: 950px;
	width: expression(document.body.clientWidth > 950 ? "950px":"auto");
}

#hd {
    position: relative;
    border-bottom: 2px solid #000;
}

#hd h1 {
	margin: 10px 0 10px 17px;
	padding: 0;
}

#hd h1, #hd h1 a {
	display: block;
	height: 30px;
	width: 227px;
	background: url(../images/logo.gif) no-repeat 0 0;
}

#hd h1 a, #hd h2 a {
	text-decoration: none;
	text-indent: -9999px;
}

#hd h2 {
	position: absolute;
	top: 0;
	right: 17px;
	margin: 0;
}

#hd h2, #hd h2 a {
	display: block;
	height: 30px;
	width: 127px;
	background: url(../images/storage-support.gif) no-repeat 0 0;	
}

#hd-nav {
	margin: 0;
	text-align: right;
    padding: 0.5em 1.7em;
	background: #00364B url(../images/bg-gradient-blue-lg.gif) repeat-x 0 0;
}

#hd-nav {
	text-align: right;
    font-size: 77%;
}

#hd-nav ul li {
	display: inline;
	border-left: 1px solid #FFF;
	padding: 0 10px;
}

#hd ul {
	margin: 0;
    background: none;
}

#hd ul li {
    background: none;
}

#ft ul {
    margin: .5em 0;
}

#ft ul li {
	display: inline;
	border-left: 1px solid #CCC;
	padding: 0 10px;
	margin: 0;
    background: none;
}

#hd-nav ul li.first, #ft ul li.first {
	border: none;
}

#hd-nav ul li.last, #ft ul li.last {
	padding-right: 0;
}

#hd-nav ul li a:link, #hd-nav ul li a:visited {
	text-decoration: none;
	color: #FFF;
}

#ft-nav ul li a:link, #ft-nav ul li a:visited {
	text-decoration: none;
	color: #CCC;
}

#hd-nav ul li a:hover, #ft-nav ul li a:hover {
	text-decoration: underline;
	color: #CCC;
}

#bd {
    background: #FFF url(../images/bg-line.gif) repeat-y 19.077em 0;
    *background: #FFF url(../images/bg-line.gif) repeat-y 18.617em 0;
    padding-bottom: 60px;
}

#bd.yui-t1 {
    width: auto;
}

#nav {
   width: 19.23em;
   *width: 18.76em;
   font-size: 92.31%;
}

#product-selector {
	position: relative;
	display: inline-table;
	font-size: 1em;
}

#product-selector:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/**
 * This is to help IE 7. Do not remove.
 */
#product-selector {
	display: inline-block;
}

#bd.yui-t1 #yui-main .yui-b {
    margin-left: 19.23em;
    *margin-left: 18.76em;
}

#breadcrumbs {
	position: relative;
	background: #009ADA url(../images/bg-gradient-blue-lg.gif) repeat-x left bottom;
	color: #FFF;
	padding: 10px 15px 0;
	border-bottom: 2px solid #000;
    font-size: 85%;
}

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {
	color: #FFF;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #FFF;
	text-decoration: underline;
}

#search {
	position: absolute;
	top: 8px;
	right: 17px;
}

#content {
	position: relative;
	padding: 1.15em;
}

#image-container {
	background: #000;
	text-align: right;
}

#hdr-model-select {
	
}

#hdr-model-select:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/**
 * This is to help IE 7. Do not remove.
 */
#hdr-model-select {
	display: inline-block;
}

#hdr-model-detail {
	margin: 0 0 10px 0;
}

#hdr-model-detail:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/**
 * This is to help IE 7. Do not remove.
 */
#hdr-model-detail {
	display: inline-block;
}

#ft {
    clear: none;
    background: #FFF;
	position: relative;
	height: 45px;
	margin: -51px 0 0 275px;
	text-align: center;    
    font-size: 85%;
}

#sub-ft {
	position: relative;
	clear: both;
	margin: 0 0 25px 0;
	text-align: center;
}

#play {
	position: absolute;
	top: 17px;
	left: 17px;
}

#play p, #play a {
	width: 61px;
	height: 32px;
	background: url(../images/logo-see-world.gif) no-repeat 0 0;
}

#play a {
	display: block;
	text-indent: -9999px;
}

#tagline p {
	background: url(../images/like-no-other.gif) no-repeat center center;
	text-indent: -9999px;
	height: 60px;
	margin: 0;
}

#logo-ft {
	position: absolute;
	top: 27px;
	right: 17px;
}

#logo-ft p, #logo-ft a {
	background: url(../images/logo-footer.gif) no-repeat 0 0;
	width: 58px;
	height: 11px;
}

#logo-ft a {
	display: block;
	text-indent: -9999px;
}

/**
 * Administration Tabs
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
}

#tabs-wrapper {
    margin: 0 -15px 1em;
    padding: 0 15px;
    border-bottom: 1px solid #e9eff3;
    position: relative;
}

ul.primary {
    padding: 0.5em 0 10px;
    float: left;
}

ul.secondary {
    clear: both;
    text-align: left;
    border-bottom: 1px solid #e9eff3;
    margin: 0 -15px 1em;
    padding: 0 15px 0.6em;
}

h2.with-tabs {
    float: left;
    margin: .25em 2em .25em 0;
    padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
    border: 0;
    background: transparent;
    padding: 4px 1em;
    margin: 0 0 0 1px;
    height: auto;
    text-decoration: none;
    position: relative;
    top: -1px;
}

ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
    background: url(../images/bg-tab.png) repeat-x 0 50%;
    color: #fff;
}

ul.primary li.active a,
ul.secondary li.active a {
    font-weight: bold;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
    margin: 0;
    padding: 0;
}

div.admin-panel {
    background: #fff url(../images/gradient-inner.png) repeat-x 0 0;
    padding: 1em 1em 1.5em;
}

div.admin-panel .description {
    margin-bottom: 1.5em;
}

div.admin-panel dl {
    margin: 0;
}

div.admin-panel dd {
    color: #898989;
    font-size: 0.92em;
    line-height: 1.3em;
    margin-top: -.2em;
    margin-bottom: .65em;
}

table.system-status-report th {
    border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
    background: #027ac6;
    color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
    color: #d3e7f4;
}

/**
 * Collapsible fieldsets
 */
fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #d9eaf5;
    background: #fff url(../images/gradient-inner.png) repeat-x 0 0;
}

html.js fieldset.collapsed {
    background: transparent;
    padding-top: 0;
    padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
    padding-left: 2em;
    background: url(../images/menu-expanded.gif) no-repeat 0% 50%;
}

html.js fieldset.collapsed legend a {
    background: url(../images/menu-collapsed.gif) no-repeat 0% 50%;
}


/**
 * Classes, in alpha order, where possible
 */

#nav .block {
	position: relative;
	padding: 0 .833em .833em .833em;
    *padding: 0 .81325em .81325em .81325em;
	border-bottom: 2px solid #000;
    width: 19.166em;
    *width: 18.704em;
	/*font-size: 1.1em;*/
}

#nav .block h3 {
	padding: 0 0 0 27px;
    height: 1.6em;
    /*font-size: 1.2em;*/
}

#nav .block h3#products {
	background: url(../images/icon-products-sm.gif) no-repeat 0 0;
}

#nav .block h3#support-resources {
	background: url(../images/icon-support-resources-sm.gif) no-repeat 0 0;
}

#nav .block h3#learn {
	background: url(../images/icon-learn-sm.gif) no-repeat 0 0;
}

#nav div.block:last-child {
	border-bottom: none;
}

#nav .block ul {
    padding: 0;
}

.breadcrumb {
    height: 2.0em;
}

a.click {
	background: url(../images/icon-click-arrow-blue.gif) no-repeat 0 3px;
	padding: 0 0 0 10px;
}

.collapse {
	padding: 0 0 0 15px;
	background: url(../images/minus.gif) no-repeat 0 0;
}
.description {
    line-height: 150%;
    margin-bottom: 0.75em;
    color: #898989;
}

div.error {
	color: #c52020;
}

.expand {
	padding: 0 0 0 15px;
	background: url(../images/plus.gif) no-repeat 0 0;
}

.hide {
	display: none;
}

.img-model {
	float: left;
	margin: 0 15px 0 0;
}

ul.inline li {
	float: left;
	margin-right: 2em;
	width: 13em;
}

div.last {
	border: none;
}

.messages, .preview {
	margin: .75em 0 .75em;
	padding: .5em 1em;
}

.messages ul {
	margin: 0;
}

.messages {
	background-color: #fff;
	border: 1px solid #b8d3e5;
}

ul li.no-bullet {
  background: none;
  padding: 1.5em 0 0 1em;
}

div.panel {
    /*background: #fff url(../images/gradient-inner.png) repeat-x 0 0;*/
    padding: 1em 1em 1.5em;
    margin: 1em 0;
    clear: both;
}

div.panel:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/**
 * This is to help IE 7. Do not remove.
 */
div.panel {
	display: inline-block;
}

.preview {
	background-color: #fcfce8;
	border: 1px solid #e5e58f;
}

ul.product-list {
	position: relative;
	float: left;
	margin: 0;
}

.block ul.product-list {
    width: 100px;
}

#content ul.product-list {
    width: 150px;
}

.prod-list-1, .prod-list-2 {
	position: relative;
	float: left;
	z-index: 100;
}

.product-image {
	float: left;
	margin: 0 25px -10px 0;
}

.small {
  font-size: 85%;
}

div.status {
	color: #3a3;	
	border-color: #c7f2c8;
}

.table-no-border {
	border-collapse: collapse;
	border: none;
}

.table-no-border td {
	border: none;
	padding: 3px;
}

.table-products {
	width: 100%;
	border-collapse: collapse;
	border: none;	
}

.table-products td, .table-products th {
	border: none;
	padding: 2px;
}

.table-products th {
	background: #CCC;
}

.table-products tr.alt td {
	background: #EEE;
}
