/* -------------------------------------------------------------
 *	SUPPORT
 *
 *  This style sheet manages styles for the support pages.
 *  These styles can be overloaded with styles for sections or pages.
 * -------------------------------------------------------------
 */
.policy ol {
	*padding-left:25px;
}

#support-wrapper {
  width: 700px;
}
#support-wrapper a {
  text-decoration: none;
}
#support-wrapper li {
  padding-left: 10px;
}
.support-faq-trail {
  font-size: .85em;
  padding-bottom: 10px;
}
#support-wrapper h2 {
  text-transform: none;
}
.support-header {
  font-weight:bold;
  padding-bottom: 10px;
}
.support-header-sub {
  padding-bottom: 0px;
}
.support-text {
}
.support-table {
  width: 100%;
  margin-top: 10px;
}
.support-table-header {
  font-weight: bold;
}
.support-table-row {
  padding: 0 10px 0 0;
}
.column {
	width: 49%;
	float: left;
}
.column.last {
	width: 50%;
	margin-left: 5px;
}

/***************
 * SUPPORT NAV *
 **************/

.support-nav-search {
  padding: 5px;
  margin: 0px 0 10px 0;
  border-top: 1px solid #D1D1D1;
}

/***************
 * SUPPORT FAQ *
 **************/

.support-faq-topic-wrapper {
  padding: 0 0 10px 0;
}

.support-faq-search-wrapper {
  margin-bottom: 10px;
}

.support-faq-most-popular-wrapper {
  margin-bottom: 10px;
}

.support-faq-questions-wrapper {
  padding: 0 0 10px 0;
}

.support-faq-topic-list-wrapper {
  width: 50%;
  float: left;
	display: inline; /* IE6 double margin hack */
}

.support-faq-topic-list-header {
  font-weight: bold;
  font-size: 0.9em;
}

.support-faq-topic-list {
  font-size: 0.825em;
  padding-bottom: 10px;
}

.support-faq-question {
  font-size: 0.85em;
  cursor:pointer;
  cursor: hand;
}

.support-faq-question a {
  text-decoration: none;
}

.support-faq-answer {
  padding: 10px 10px 10px 25px;
  font-size: 0.825em;
  color: #787878;
}

.support-faq-answer p {
  padding-bottom: 10px;
}

.support-nav-faq-search-form-wrapper {
  padding: 5px;
}

.support-nav-faq-search-form-wrapper input {
  margin-right: 5px;
}

.support-faq-results-header {
  padding-bottom: 10px;
}

.support-faq-search-header {
  padding: 5px;
  font-size: 1.15em;
  font-weight: bold;
}

.support-faq-question-link {
  color: black;
}

.support-faq-footer-link {
  padding-top:5px;
  text-align:center;
}

.support-faq-contact {
  font-size: 0.825em;
}

/**
 * Override Sidebar-Right
 **/

#support-wrapper.policy ul {
	margin-left: 20px;
	padding-bottom: 10px;
}

/**
 * Override Sidebar-Right
 **/

.sidebar-right #content-inner, .two-sidebars #content-inner
{
	padding-right: 270px; /* The width + right margin of #sidebar-right. */
}

#sidebar-right
{
	width: 250px !important;
	margin-left: -250px !important; /* Negative value of #sidebar-right's width + right margin. */
}

/*
 * Fair Use
 */

.fair-use h4 {
	font-size:1.0em;
	margin:8px 0 5px;
}
.fair-use h3 {
	font-size:1.15em;
	font-weight:bold;
	margin:8px 0 5px;
}
.fair-use p {
	margin:5px 0;
}
.fair-use ul {
	list-style-type:none;
}
.fair-use ul li {
	padding-bottom:5px;
}
.fair-use .disclaimer {
	font-size:0.9em;
}
.fair-use table .headings, .fair-use table .headings td {
	font-weight:bold;
}
.fair-use table td {
	padding:5px;
	border:1px solid #000000;
}

/*********************
 * Instructions tabs *
 ********************/
 
.instructions-tab {
	background-color: #f1f1f1;
	border: 1px solid #d1d1d1;
	border-top: none;
}
#support-wrapper #tutorial-resources-tabs li {
	padding-left: 0;
}
#tutorial-resources-tabs li span {
	padding: 4px 8px 8px 10px
}
#tutorial-wrapper,
#tutorial {
	width: 960px;
}
#iframe-page #tutorial-resources-tabs {
	width: 922px;
}
#instructions-page #tutorial-resources-tabs {
	width: 660px;
}
#resources {
	padding: 10px 30px;
}

.top-links li {
	display: block;
	float: right;
	padding: 0px 5px;
	border-left: 1px solid #D64D09;
}
.top-links li.last {
	border-left: none;
}
.top-links a {
	font-size: 11px;
}
#resources {
	color: #333333;
	font-size: 11px;
}
#resources a span {
	font-size: 11px;
	font-weight: normal;
}
#resources h2 {
	font-size: 14px;
}
.right {
	float: right;
}
.content {
	display: inline;
	float: left;
	margin-left: 0;
	margin-right: -100%;
	padding: 0;
	width: 100%
}
.content-inner {
	padding-right: 270px;
	padding-left: 0;
}

#faq-icon, #browse-icon {
	width: 18px;
	height: 30px;
	float: left;
	margin: 0 15px;
}
#faq-icon {
	background: url("/images/sprites/img-question-phones-icon.png") no-repeat scroll 0 0 transparent;
}
#browse-icon {
	background: url("/images/sprites/img-question-phones-icon.png") no-repeat scroll 0 -30px transparent;
}
.col-wrapper p {
	margin-bottom: 10px;
}
.support-input-300-width {
	width: 300px;
	margin-left: 20px;
}
#category-link {
	text-align: right;
	border-bottom: 1px solid #D1D1D1;
	font-size: 11px;
	padding-bottom: 10px;
}

/* Phone Details Tab */
#details-page .markup .item-content {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	padding-top: 40px;
}
#details-page .tabs {
	overflow: visible;
}
#details-page .item-detail-large-image {
	width: 700px;
}
#details-page #flash {
	margin: -245px 0 0 0;
}

/* FAQ pages */
.faq-answer-style {color: #787878}
.faq-answer-style p{padding: 0 0 10px 0;}


