﻿/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

:focus {
  -moz-outline-style:none;
  outline:none;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #09F; color: #fff; text-shadow: none; }
::selection { background: #09F; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #ff5400; text-decoration:none; }
a:visited { color: ff5400;text-decoration:underline; }
a:hover { color: ff5400; text-decoration:underline;}
a:focus { outline: none;text-decoration:underline; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; color:#666; font-weight:bold; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 50% ;}
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: bottom;}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { /*vertical-align: top; */}
table.buyProductForm td, 
table.buyProductForm th {
	font-size:14px;
}
table.buyProductForm td a, 
table.buyProductForm th a{
	font-size:12px;
}

/* ==|== primary styles =====================================================
   Author: Don Le
   ========================================================================== */
body{
	background:#FFF url(/images/background.jpg) repeat-x;	
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
}
#wrapper{ 
	margin:0px auto;
	padding:0px;	   
}
p{
	padding:0px;
	margin:0px
}
header{
	width:1024px;	
	margin:0px auto;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	-moz-text-shadow:0px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-text-shadow:0px 1px 1px rgba(0, 0, 0, 0.4);
}
#socialMedia{
	width:848px;
	padding-left:28px;
	height:57px;
	float:left;	
	background:url(/images/header_top_social.jpg) no-repeat;
	color:#FFF;
	font-size:11px;
	line-height:normal;
}
#socialMediaText{
	line-height:30px;
	float:left;
	padding-right:0px;
	color:#FFF;
}
#socialMediaLogos{
	padding-top:5px;
	float:left;
	padding-right:0px;	
	height:26px;  
}
#socialMediaLogos img{
	padding-right:8px;	
}
#socialMediaLogin{
	line-height:30px;
	float:left;
	padding-right:15px;
}

#socialMediaLogin a{
	text-decoration:underline;
	color:#FFF;	
}
#socialMediaLogin a:hover{
	text-decoration:none;	
}
#socialMediaBBB{
	width:148px;
	height:57px;
	float:left;	
}
#logo{
	float:left;	
}
#headerPromo{
	float:left;
	width:470px;
	height:40px;
	color:#a1a0a0;
	background:url(/images/header_top_promo.jpg)	no-repeat;
	padding-right:33px;
	text-align:right;
	line-height:40px;
}
#headerPromo span{
	font-size:23px;
	color:#ed981b;	
}
#headerPromo .sm{
	font-size:15px;
	color:#ed981b;	
}
#nav{
	width:1024px;
	height:44px;   
} 
#mainVideoOffer{
	width:1024px;
	height:236px;
	margin:auto;	
}
#mainVideoOffer ul{
	width:325px; height:236px;
	float:left;
	margin:0px;	
}
#featuredIn{
	width:1024px; 
	height:128px;
	margin:auto;
}
.boxTopInner{
	background: url(/images/box_top_inner.jpg) no-repeat;
	height:22px;
	width:1024px;	
	margin:auto;
}
#boxTopMain{
	background:url(/images/box_top_main.gif) no-repeat; 
	min-height:330px;
	width:1024px;	
	margin:auto;
	padding-top:45px;	
}
#boxTopMainNoBanner{
	background:url(/images/box_no_banner_background.jpg) no-repeat; 
	min-height:330px;
	width:1024px;	
	margin:auto;
	padding-top:45px;	
}
#boxTopMain2{
	background:url(/images/box_background_testimonials.jpg) bottom no-repeat;
	width:1024px;	
	margin:auto;
	padding-top:45px;	
}
#boxTopMainContent{
	background:url(/images/box_background_trans.gif) bottom no-repeat;
	width:864px;	
	margin:auto;	
	padding:8px 80px 80px 80px;	
}
#boxTopMainContent2{ 
	width:847px;	
	margin:auto;	
	padding:8px 80px 80px 97px;	
}
#boxTopMainContent3{
	background:url(/images/box_background_trans.gif) bottom no-repeat;
	width:847px;	
	margin:auto;	
	padding:8px 80px 80px 97px;	
}
#boxTopMainContentLeft{
	float:left;
	width:327px;
	padding-left:8px;
	min-height:325px;
	text-align:center;
}
#boxTopMainContentRight{
	float:left;
	width:505px;
	padding-left:15px;	
}    
.boxTopOuter{ 
	background:url(/images/box_top_outer.jpg) no-repeat;
	height:58px;
	width:1024px;	
	margin:auto;
}
.boxContent{  
	width:850px;
	padding:10px 77px 0px 97px;	
	margin:auto;	
	min-height:170px;
	
	background:url(/images/box_background_long_inner_pages.gif) no-repeat;
	background-position:bottom;
  
}
.boxFeaturedContent{
	background:url(/images/box_background_long_inner_pages.gif) no-repeat;
	background-position:bottom;
	width:1024px; 
	margin:auto;	
	min-height:300px;
}
.boxFeaturedContentLeft{
	width:408px;
	float:left;	
}
.boxFeaturedContentRight{
	float:right;
	width:616px;	
}

#wrapper .boxContent h1{
	text-shadow: 0px 1px 1px rgba(115, 115, 115, 0.4);
	-moz-text-shadow:0px 1px 1px rgba(115, 115, 115, 0.4);
	-webkit-text-shadow:0px 1px 1px rgba(115, 115, 115, 0.4);
	font-size:22px;
	color:#ff5400;
	margin:0px;
	padding:5px 0px 15px 0px;	
	text-transform:uppercase;
}
#wrapper .boxContent h1 span{
	font-weight:normal;	
}
#wrapper .boxContent ul,
#boxTopMainContent3 ul {   
	margin:0px;
	padding:5px 0px 15px 0px;
	list-style:none;	 
}
#wrapper .boxContent ul li,
#boxTopMainContent3 ul li{
	background:url(/images/icon_checklist.gif) no-repeat;	
	padding-left: 25px;
	line-height:25px;
}
#wrapper .boxContent h3{
	text-shadow: 0px 1px 1px rgba(115, 115, 115, 0.4);
	-moz-text-shadow:0px 1px 1px rgba(115, 115, 115, 0.4);
	-webkit-text-shadow:0px 1px 1px rgba(115, 115, 115, 0.4);
	text-transform:uppercase;
	font-size:15px;
	color:#ff5400;
	margin:0px;
	padding:5px 0px 8px 0px;	
}
#wrapper .boxContent h3 span{
	font-weight:normal;	
}
#wrapper .boxContent p, #boxTopMainContent2 p{
	line-height:25px;
	padding:0px 0px 10px 0px;
	color:#000;	
}
.boxContentRight{
	float:right;
	width:295px;
	padding-left:10px;
	text-align:center;	
} 
.boxContentLeft2{
	float:left;
	width:310px; 	
	text-align:center;
}
.boxContentRight2{
	float:left;
	padding-left:15px;
	width:505px; 
		
}
.boxBottomOuter{
	background:url(/images/box_bottom_outer.jpg) no-repeat;	
	height:82px;
	width:1024px;	
	margin:auto;
}
.boxInnerBottomOuter{ 	
	background:url(/images/box_inner_pages_bottom.gif) no-repeat;
	height:82px;
	width:1024px;	
	margin:auto;
}
#boxTopMainContent h2  .small{
	font-size:12px;
}
#boxTopMainContent h1 .red{
	color:#F00;
	font-weight:bold;
}
#wrapper .boxFeaturedContentRight h1,
#boxTopMainContent h1,
#boxTopMainContent3 h1,
#wrapper .boxContentRight2 h1{
	text-shadow: 0px 1px 1px rgba(115, 115, 115, 0.4);
	-moz-text-shadow:0px 1px 1px rgba(115, 115, 115, 0.4);
	-webkit-text-shadow:0px 1px 1px rgba(115, 115, 115, 0.4);
	font-size:22px;
	color:#ff5400;
	margin:0px;
	padding:5px 0px 15px 0px;	
	text-transform:uppercase;
}
#wrapper .boxFeaturedContentRight h1 span,
#boxTopMainContent h1 span,
#boxTopMainContent3 h1 span,
#wrapper .boxContentRight2 h1 span{
	font-weight:normal;	
	color:#ff5400;
}
#wrapper .boxFeaturedContentRight  h2,
#boxTopMainContent h2,
#boxTopMainContent3 h2,
#wrapper .boxContentRight2 h2{
	text-shadow: 0px 1px 1px rgba(115, 115, 115, 0.4);
	-moz-text-shadow:0px 1px 1px rgba(115, 115, 115, 0.4);
	-webkit-text-shadow:0px 1px 1px rgba(115, 115, 115, 0.4);
	font-size:25px;
	color:#ff5400;
	margin:0px;
	padding:5px 0px 15px 0px;	 
	line-height:52px;
}
#wrapper .boxFeaturedContentRight  h2 span,
#boxTopMainContent h2 span,
#boxTopMainContent3 h2 span,
#wrapper .boxContentRight2 span{
	font-weight:normal;
	color:#000;
}



#wrapper .boxFeaturedContentRight  h3,
#boxTopMainContent h3,
#boxTopMainContent3 h3,
#wrapper .boxContentRight2 h3{
	text-shadow: 0px 1px 1px rgba(115, 115, 115, 0.2);
	-moz-text-shadow:0px 1px 1px rgba(115, 115, 115, 0.2);
	-webkit-text-shadow:0px 1px 1px rgba(115, 115, 115, 0.2);
	font-size:18px;
	color:#ff5400;
	margin:0px;
	padding:5px 0px 15px 0px;	
	text-transform:uppercase;  
}
#wrapper .boxFeaturedContentRight  h3 span,
#boxTopMainContent h3 span,
#boxTopMainContent3 h3 span,
#wrapper .boxContentRight3 span{
	font-weight:normal;
	color:#ff5400;
}
#wrapper .boxFeaturedContentRight h4,
#boxTopMainContent h4,
#boxTopMainContent3 h4,
#wrapper .boxContentRight2 h4{
	text-shadow: 0px 1px 1px rgba(115, 115, 115, 0.4);
	-moz-text-shadow:0px 1px 1px rgba(115, 115, 115, 0.4);
	-webkit-text-shadow:0px 1px 1px rgba(115, 115, 115, 0.4);
	font-size:14px;
	color:#ff5400;
	margin:0px;
	padding:5px 0px 15px 0px;	
	text-transform:uppercase;
}
#wrapper .boxFeaturedContentRight h4 span,
#boxTopMainContent h4 span,
#boxTopMainContent3 h4 span,
#wrapper .boxContentRight2 h4 span{
	font-weight:normal;	
	color:#ff5400;
}
#wrapper .boxFeaturedContentRight  p,
#boxTopMainContent p,
#boxTopMainContent3 p,
#wrapper .boxContentRight2 p{
	line-height:25px;
	padding:0px 0px 15px 0px;
	color:#000;	
		
}
#wrapper .boxContentOneColumn{
	
}
.banner{
	width:1024px;	
	margin:auto;
}
footer{
	margin-top:10px;
	height:390px;
	background:url(/images/footer_bg.gif) repeat-x;	
	color:#bbbbbb;
	font-size:12px;
	line-height:20px;
}
#footerContent a{
	color:#bbbbbb;
	font-size:12px;
	line-height:22px;
	text-decoration:none;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	-moz-text-shadow:0px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-text-shadow:0px 1px 1px rgba(0, 0, 0, 0.4);	
}
#footerContent a:hover, #footerContent a:visited{
	text-decoration:underline;	
}
#footerContent{
	width:1024px;
	padding-top:15px;
	margin:0px auto;	
}
#footerLeft{
	width:750px;
	float:left;	
}
#footerLeft .footerLeftContent{
	padding:0px 20px 0px 20px;	
	margin-bottom:10px;
	width:140px;
	height:180px;
	float:left;
	border-right:1px solid #8c8c8c;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	-moz-text-shadow:0px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-text-shadow:0px 1px 1px rgba(0, 0, 0, 0.4);
}
#footerLeft  p{
	line-height:18px;
	padding-left:15px;	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	-moz-text-shadow:0px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-text-shadow:0px 1px 1px rgba(0, 0, 0, 0.4);
}
#footerLeft strong{
	font-size:13px;	
}
#footerLeft .noBorder{
	border:none;	
}
#footerLeft .pad{
	padding-top:22px;	
}
#footerRight{
	width:270px;
	float:left; 
	text-align:center;	
}
#footerRight div{
	text-align:center;	
}
#footerRight div img{
	padding:8px;	
}


.padLeft{padding-left:8px;}
.clear{clear:both}
#___plusone_0{ position: static; }
.floatLeft{ float:left;}
.red, #wrapper .boxContentRight2 .red{ font-weight:bold;color:#C00; font-size:120%;}
.floatRight{float:right}
.floatRightPad{float:right; padding:0px 10px 5px 10px;}
.width520{
	padding-left:15px; width:505px;	
}
.redbox{
	padding:8px; border:1px solid #ff5400; display:block;
} 
.center{text-align:center}
/**************************************** TOOL TIP *******************************/
 
/* tooltip styling */
/* Standard tip styling (default ID is "mooimagetip") */
/* css/tooltip.css -- fancy tooltips */

span.tool {
  position: relative;   /* this is key */ 
}
 
span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute; 
  top: -230px; 
  width: auto; 
  border: 3px solid #bababa;
  background-color: #f7f7ee;
  font: normal 0.9em/1.2em arial, helvetica, sans-serif;
  text-align: left;
  color: #000;
}

#content span.tool::after {
  padding-left: 2px;            /* eye candy */
  content: url(/img/bubble.gif);
}

/* css/tooltip.css */
/****************************************TOOL TIP END*******************/

/************************************** SLIDESHOW BANNERS ***************/
#slide-runner{
	background:url(../images/banner_starter_kits_02.gif) no-repeat;	
}
div.wrap {
width : 1024px;
margin : 0 auto;
text-align : left;
}
div#top div#nav {
float : left;
clear : both;
width : 1024px;
height : 52px;
margin : 22px 0 0;
}
div#top div#nav ul {
float : left;
width : 1024px;
height : 52px;
list-style-type : none;
}
div#nav ul li {
float : left;
height : 52px;
}
div#nav ul li a {
border : 0;
height : 52px;
display : block;
line-height : 52px;
text-indent : -9999px;
}
div#header {
margin : 2px 0 0;
}
div#video-header {
height : 683px;
margin : -1px 0 0;
}
.wrap { 
height : 261px;
}
 div#slide-holder {
z-index : 1;
width : 1024px;
height : 261px;
position : absolute;
}
 div#slide-holder div#slide-runner {
top : 0px;
left : 0px;
width : 1024px;
height : 261px;
overflow : hidden;
position : absolute;
}
 div#slide-holder img {
margin : 0;
display : none;
position : absolute;
}
 div#slide-holder div#slide-controls {
left : 0;
bottom : 228px;
width : 682px;
height : 46px;
display : none;
position : absolute; 
}
 div#slide-holder div#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 20px;
text-transform : uppercase;
}
  div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 0px -300px 0 0;
}
 div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 18px;
height : 24px;
display : inline;
font-size : 11px;
margin : 20px 0px 0px 0px;
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
}
  div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -24px;
}
 div#slide-holder div#slide-controls p#slide-nav a {
background-image : url(../images/silde-nav2.png);
}
div#nav ul li a {
background : url(../images/nav.png) no-repeat;
}
/************************************** SLIDESHOW BANNERS ***************/

/*****************************************SAVING CALCULATOR*******************************/
.ui-slider-range { background: #85c226; }
#savings { color: #68a903; font-size:22px; font-weight:bold; }
#yearexpense { color: #990000; }
#esexpense { font-weight:bold; color: #68a903; font-size:22px;}
#smokenumber { margin-left: 5px; color: #990000; }
#packvalue { margin-left: 5px; color: #990000; }
#estype { margin-left: 5px; color:#990000; }
#div1 {  padding-left: 0px;padding-bottom:10px;}
#div2 {padding-top:15px;}
.survey { color:#33cccc; }
.calc-result { margin-top: 10px;}
.calc-result2 { margin-top: 20px; font-size:12px;}
.calc-result3 { margin-top: 16px; font-size:16px;color: #000;}
.ui-slider .ui-slider-handle {
    width: 0.6em !important;
}

/*****************************************SAVING CALCULATOR*******************************/







/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/*---------------------------------------------------- Product Detail Pages ----------------------*/
#productDetails{
    background:url(../images/table_full_bg.gif);
    padding:1px 10px 10px 10px; 
}
#productDetails h2{ 
    display:block;  
    border-top:1px solid #c6c6c6;
    border-bottom:1px solid #c6c6c6;
    margin:2px 0px;
    font-size:16px;
    font-weight:bold;
    padding:0px;
    text-align:center;
    text-transform:uppercase;
    padding:5px;
}
#productDetails h4{ 
    display:block;  
    border-top:1px solid #c6c6c6;
    border-bottom:1px solid #c6c6c6;
    margin:2px 0px;
    font-size:13px;
    font-weight:normal;
    padding:5px;
    text-align:center;
    text-transform:uppercase;
}
#productDetails h3{  
    padding-top:10px;
    margin:2px 0px;
    font-size:13px;
    font-weight:bold;
    text-align:left; 
} 
.productDetailImg{
    float:left;
    width:185px;
    height:250px;
    margin-right:70px;
    margin-left:60px;
}
.productDetailInfo{
    float:left;
    width:300px;
}
.productCustomerViewed{
    float:right;
    margin:7px;
	padding:7px;
    border:1px solid #c6c6c6;
    width:240px;
	font-size:11px;    
}
.CVTitle{
    margin-top:24px; 
    display:block;
    float:left;
    width:120px;
}
/*----------------------------------------------------------------------- Tabs */
.container {width: 800px; margin: 10px auto;}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid #999;
    border-left: none;
    margin-bottom: -1px;
    background: #e0e0e0;
    overflow: hidden;
    position: relative;
}
ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 13px;
    padding: 0 20px;
    border: 1px solid #fff;
    outline: none;
}
ul.tabs li a:hover {
    background: #ccc;
}   
html ul.tabs li.active, html ul.tabs li.active a:hover  {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.tab_container {
    border: 1px solid #999;
    border-top: none;
    clear: both;
    float: left; 
    width: 100%;
    background: #fff;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.tab_content {
    padding: 20px;
    font-size: 1.2em;
}
.tab_content h2 {
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 1.8em;
}
.tab_content h3 a{
    color: #254588;
}
.tab_content div{
    padding:5px;  
    font-size:12px; 
}
.bvReviewHeaderContainer{
    padding:15px;
    background:#f1f0f0; 
    margin-bottom:3px;
    border-bottom:3px solid #dddddd;
}

