@import url('/includes/styles/serviceability.css');
#container {
	margin: 0 auto;
	width: 960px;
	position:relative;
}
#main {
	padding: 18px 0 9px;
	position: relative;
}

/* single column */
.cols_1 .col_1 {
	margin: 0;
	width: 960px;
}

/* two column grid */
.cols_2 .col_1 {
	float: left;
	margin: 0;
	width: 660px;
}
.cols_2 .col_2 {
	float: left;
	margin: 0;
	width: 300px;
}

/* three column grid */
.cols_3 .col_1,
.cols_3 .col_1_span,
.cols_3 .col_2,
.cols_3 .col_3 {
	float: left;
	margin: 0;
}

/* panels */
div.panel { /* ie6 */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #ececec;
	color: #333;
    margin: 0 10px;
    padding: 0;
	position: relative;
}
div.panel span.pFoot {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
    display: block;
    height: 36px;
}
div.panel div.inner { /* ie6.css */ 
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;    
    background-color: #fff;
	font-size: .75em; /* equiv 12px */
    margin: 0 30px;
    padding: 30px;
}
					
div.panel_breadcrumb div.inner {
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}
div.panel p {
	margin-top: 0;
	max-width: 700px;
	padding-left: 1px;
}
div.contentContainer div.panel {
	padding-left: 108px; 
	padding-right: 4px;
}

/* column / panel internals */
div.col_2 div.panel p {
	margin-right: 40px;
}

/* main hero */
div.hero {
    border-top: 1px solid #999;
    border-color: rgba(0,0,0,0.1);
    height: 287px;
    margin: 0 30px;
}

/* main tabs */
ul.main_tabs {
    border-color: rgba(0,0,0,0.1);
    border-top: 1px solid #999;
    list-style: none;
    margin: 0 30px;
    overflow: hidden;
    padding: 7px 0 0;
    position: relative;
    top: 7px;
}
div.panel_hero ul.main_tabs {
    border-color: #000;
    margin-top: -7px;
}
ul.main_tabs li {
    float: left;
    font-style: italic;
    text-align: center;
    padding: 4px 0 7px;
}
ul.main_tabs li.current {
    background: url('../../images/navigation/main_tabs_on.gif') no-repeat center bottom;
}
div.panel_hero ul.main_tabs li.current {
    background: url('../../images/navigation/main_tabs_hero_on.gif') no-repeat center bottom;
}
ul.main_tabs a {
    border-image: url(../../images/navigation/main_tabs_divider.png) 0 1 0 0 stretch stretch;
    -moz-border-image: url(../../images/navigation/main_tabs_divider.png) 0 1 0 0 stretch stretch;
    -webkit-border-image: url(../../images/navigation/main_tabs_divider.png) 0 1 0 0 stretch stretch;
    border-width: 0 1px 0 0;
    border-right: 1px solid #fff;
    color: #fff;
    display: block;
    padding-bottom: 18px;
    text-decoration: none;
}
ul.main_tabs li.last a {
    border-width: 0;    
}
ul.main_tabs a span {
    opacity: 0.5;
}
ul.main_tabs li.current a span,
ul.main_tabs li a:hover span {
    opacity: 1;
}

/*** specific tab sizes and styles ***/
ul.main_tabs_3 li {
    width: 293px;
}
ul.main_tabs_4 li {
    width: 220px;
}
ul.main_tabs_5 li {
    width: 176px;
}
ul.main_tabs_6 li {
    width: 146px;
}
ul.main_tabs_6 a {
    padding-bottom: 10px;
    padding-top: 10px;
}
ul.main_tabs_6 li span {
   	font-size:12px;
}
ul.main_tabs_9 li {
    width: 97px;
}
ul.main_tabs_9 li a {
    padding-bottom: 15px;
    padding-top: 2px;
}
ul.main_tabs_9 li span {
    font-size: 0.75em;
}

/* Tooltips */
.boxy {
	color: #333;
	display: none;
	font-style: normal;
	left: -120px;
	line-height: normal;
	position: absolute;
	text-align: left;
	top: 10px;
	z-index: 998;
}
div.boxy,
div.boxinfoArrowTop,
div.boxContent {
	margin-left: 0 !important;
}
div.boxy .replaceH2 {
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	margin: 0;
	text-indent: -999em;
}
.boxArrowLeft .boxContent, 
.boxArrowTop .boxContent, 
.boxinfoArrowTop .boxContent, 
.boxinfoArrowLeft  .boxContent,
.boxYellowArrowTop .boxContent,
.boxYellowArrowLeft .boxContent  {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.25);
	background: url('../../images/elements/tooltips/paperBG.png') no-repeat 0 0 ;/*ie6*/
	background-color: #fff;
	border: 3px solid #da001a;
	padding: 10px 10px 10px;
	width: 214px;
	z-index: 999;
}
.boxArrowRight .boxContent, 
.boxArrowBottom .boxContent, 
.boxinfoArrowBottom .boxContent, 
.boxinfoArrowRight .boxContent, 
.boxYellowArrowBottom .boxContent, 
.boxYellowArrowRight .boxContent {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -2px -2px 1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.25);
	background: url('../../images/elements/tooltips/paperBG.png') no-repeat 0 0 ;/*ie6*/
	background-color: #fff;
	padding: 10px;
	width: 254px;
	z-index: 999;
}
div.boxy div.boxContent{
	color: #666 !important;
	font-size: 12px !important;
	z-index: 10000000;
}
div.boxy div.boxContent:hover {
	text-decoration: none;
}
div.boxy div.boxContent  p {
	margin-left: 0 !important;
	padding-left: 1px !important;
	text-decoration: none;
}
div.orderContainer div.extras div.extras_item_inline div.boxy div.boxContent  p {
	font-size: 1em !important;
}
div.boxy div.boxContent span {
	display: inline-block !important;
	font-size: 1em !important;
	font-weight: bold !important;
	line-height: normal;
	margin-left: 1px !important;
	padding-right: 0 !important;
}
.boxContent h2 {
	background: url('../../images/temps/tooltips/didYouknow.png') no-repeat;/*ie6*/
}
.boxContent img {
	vertical-align: top;
}
.boxArrowLeft {
	background: url('../../images/elements/tooltips/leftArrow.png') no-repeat left center;
	padding-left: 17px;
}
.boxArrowRight {
	background: url('../../images/elements/tooltips/rightArrow.png') repeat-x right center;
	width: 255px;
}
#recommendationContainer .boxArrowRight {
	width: 297px;
}
.boxArrowTop {
	background: url('../../images/elements/tooltips/topArrow.png') no-repeat top center;
	padding-top: 20px;
	width: 255px;
}
.boxArrowBottom {
	background: url('../../images/elements/tooltips/bottomArrow.png') repeat-y bottom center;
	padding-bottom: 18px;
	width: 255px;
}
.boxArrowRight .boxContent, 
.boxArrowBottom .boxContent, 
.boxArrowLeft .boxContent, 
.boxArrowTop .boxContent {
	border: 3px solid #da001a;
}
.boxinfoArrowBottom .boxContent, 
.boxinfoArrowRight .boxContent, 
.boxinfoArrowTop .boxContent, 
.boxinfoArrowLeft  .boxContent {
	border: 3px solid #269204;	
}
.boxinfoArrowLeft {
	background: url('../../images/elements/tooltips/leftinfoArrow.png') no-repeat left center;
	padding-left: 9px;
	width: 20px;
}
.boxinfoArrowRight {
	background: url('../../images/elements/tooltips/rightinfoArrow.png') repeat-x right center;
	width: 249px;
}
.boxinfoArrowTop {
	background: url('../../images/elements/tooltips/topinfoArrow.png') no-repeat top center;
	padding-top: 9px;
	width: 255px;
}
.boxinfoArrowBottom {
	background: url('../../images/elements/tooltips/bottominfoArrow.png') repeat-y bottom center;
	padding-bottom: 9px;
	width: 255px;
}
.boxYellowArrowBottom .boxContent, 
.boxYellowArrowRight .boxContent, 
.boxYellowArrowTop .boxContent, 
.boxYellowArrowLeft  .boxContent {
	border: 3px solid #f3be00;	
}
.boxYellowArrowLeft {
	background: url('../../images/elements/tooltips/leftinfoArrowYellow.png') no-repeat left center;
	padding-left: 9px;
	width: 20px;
}
.boxYellowArrowRight {
	background: url('../../images/elements/tooltips/rightinfoArrowYellow.png') repeat-x right center;
	width: 249px;
}
.boxYellowArrowTop {
	background: url('../../images/elements/tooltips/topinfoArrowYellow.png') no-repeat top center;
	padding-top:9px;
	width: 255px;
}
.boxYellowArrowBottom {
	background: url('../../images/elements/tooltips/bottominfoArrowYellow.png') repeat-y bottom center;
	padding-bottom: 9px;
	width: 255px;
}

/* -- clearfix -- */
.clearfix:after, div.orderContainer div.extras div.header:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* ie mac fix */
.clearfix {
	display: inline-table;
}
* html .clearfix {
	/* nomac \*/height: 1%;/* nomac */
}
.clearfix {
	display: block;
}
.manualAddress {
	width: 750px;
}

/* Pagination */
.pagination {
	padding-bottom: 10px;
}
.pagination p {
	float: left;
	font-weight: normal;
	padding: 1px 0 0 10px !important;
	margin: 0;
}
.pagination p a {
	margin-left: 5px;
}
.pagination ul {
	float: right;
	list-style: none;
	margin: 0 0 0 35px;
	padding: 0;
}
.pagination li {
	display: block;
	float: left;
	margin: 0 8px 0 0;
}
.pagination li a {
	color: #333;
	display: block;
	font-size: 1.15em;
	padding: 2px 0;
	margin: 0;
	text-decoration: underline;
}
.pagination li a.selected {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}
.pagination .previous {
	margin-right: 18px;
}
.pagination .previous a {
	background: url('../../images/elements/previousOn.gif') left no-repeat;
	padding-left: 27px;
}
.pagination .next {
	margin-left: 10px;
}
.pagination .next a {
	background: url('../../images/elements/nextOn.gif') right no-repeat;
	padding-right: 27px;
}
.pagination .disabled {
	color: #999;
	cursor: default;
	padding-bottom: 3px;
	text-decoration: none;
}
.pagination .previous .disabled {
	background: url('../../images/elements/previousOff.gif') left no-repeat;
}
.pagination .next .disabled {
	background: url('../../images/elements/nextOff.gif') right no-repeat;
}
p#userAccNum {
	color: #fff;
	font-size: .75em;
	margin-bottom: .5em;
	position: absolute;
	right: 30px;
	text-align: right;
	top: 31px;
}

/* SR2 Base templates */
div.panel div.inner1 { 
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;    
	font-size: .75em; /* equiv 12px */
    margin: 0 30px 0px;
}
div.panel div.inner2 {
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff url('../../images/bg/vertical_tabs_bg.png') top left repeat-y;
	font-size: .75em; /* equiv 12px */
    margin: 0 30px;
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  /*fix for navigation bug*/
  ul.mainNav li h2 {font-size:16px;}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* For general iPhone layouts */
  /*fix for navigation bug*/
  ul.mainNav li h2 {font-size:16px;}
}

/* Fix for the Samsung Galaxy Tab 2 10.1, similar issue to the above */
@media (max-device-width: 1280px) and (orientation: landscape) {
	ul.mainNav li h2 { font-size: 16px; }
}
@media (max-device-width: 800px) and (orientation: portrait) {
	ul.mainNav li h2 { font-size: 16px; }
} 