@charset "UTF-8";

/***	
 *	Declaration of the headings;
 */

/*H1*/
.alpha {
	font: 34px "Gibson SemiBold", Arial, Helvetica, Verdana;
	font-weight: 100;
	color: #424542;
	text-transform: uppercase;
}

/*H2*/
.beta {
	font: 24px "Gibson SemiBold", Arial, Helvetica, Verdana;
	font-weight: 100;
	color: #424542;
	text-transform: uppercase;
}


/*H3*/
.gamma {
	font: 18px "Gibson SemiBold", Arial, Helvetica, Verdana;
	font-weight: 100;
	color: #424542;
	text-transform: uppercase;
	margin-bottom: 8px;
}

	.gamma_light {
		color: #737573;
	}

/*H4 .delta*/
/*H5 .epsilon */


/*Smal*/
.footnote {
	font: 9px "Verdana Regular";
	font-size: 9px;
	color: #424542; 
}

.button-send {
	font:18px "Gibson SemiBold", Arial, Helvetica, Verdana;
	border: 0 none;
	background: none;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	margin: 10px 3px 0 0;
}

.button-send:hover {
	color:#737573;
}

.button-submit {
	display: block;
	float: right;
}

/***
 *	Declaration of custom headings;
 */

/*Subheader*/
.subheader, .form.form-contact-subheader {
	font: 21px "Gibson", Arial, Helvetica, Verdana;
	color: #424542;
	font-weight: 100;
	line-height: 24px;
}

	/*Subheader-light*/
	.subheader_light {
		color: #737573;
	}


/***
 *	Declaration of custom fields-styles
 */

.border-underline {
	border-bottom: 3px solid #BDD731;
	margin: 0 0 15px 0;
}

.featured-button {
	font: 18px "Gibson SemiBold", Arial, Helvetica, Verdana;
	font-weight: 100;
	color: #424542;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
}

.featured-button:hover {
	color: #737573;
	text-decoration:none;
}

.promo-desc p {
	margin: 0;
}

/* removed on request of esther; nav4 changes.
.promo .size1of2 {
	margin-bottom: 20px;
}*/

/***
 *	Declaration CT_Homepage Featured Container
 */

.featured-product {
	overflow: hidden;
	display: inline-block;
	display: block;
	zoom: 1;
	padding-top: 40px;
}

	.featured-product_img {
		
	}

	.featured-product_content {
		margin: 100px 20px;
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		z-index: 10;
	}

	.featured-product_movie {

	}

.featured-featured {
	overflow: hidden;
	display: inline-block;
	display: block;
	zoom: 1;
}
.featured-featured .feature-text{
	height:85px;
	margin:0 5px 20px 0;
}
.featured-featured .size1of2{
	margin: 0 0 20px 0;
}
.featured-featured .content .content{
	padding: 0;
	margin: 0;
}
.featured-featured.firstfeatured .content {
    margin-left: 0px;
    padding: 0px;
}
.header-container{
	margin:0 0 0 5px;
}
.content.js-img-box img{
	display:inline;
}
.content.js-img-box .pointer{
	cursor:pointer;
}

/***
 *	Declaration CT_Homepage Promo
 */
.promo .promo-image{
	float: right;
}
.promo .promo-thumb{
	width: 230px;
}
.promo .promo-text, .promo .promo-footnote{
	width: 98%;
	float:left;
}	
.promo .promo-footnote{
	font-size:9px;
	margin:20px 0 0;
}

/***
 *	Declaration CT_Homepage form.form-contact
 */

.terms{
	display: block;
	color:#737573;
	margin:8px 0 0 5px;
}

 .thanks p {
 	text-align: center;
 	margin: 40px 0;
 }
 
 /* Homepage */
 .block-list li{
    line-height: 15px;
    padding: 0 0 10px;
	font: 14px "Gibson", Arial, Helvetica, Verdana;
	text-transform:uppercase;
}
.block-list a{
	text-decoration:none;
}
.block-list a:hover{
	color:#737573;
}

.banner.rotating {
	margin: 0 0 20px 10px;
}
.addthis_toolbox {
	margin:-12px 0 0 0;
}
.static.size1of3{
	width:303px;
	padding: 0 25px 0 0;
}
.static.size1of3.last{
	padding: 0;
}
/**
 * Component Template; (CT)
 */
.heading-choose {
	display: block;
	text-align: center;
}

.heading-choose img {
	display: inline;
}

.heading-divider {
	margin-top: -50px;
}

.contact-form {}
	.contact-form .js-contact-message {
		display: none;
		text-align: center;
	}

/* Overwrite content to make it possible to place message next to input field */
	.contact-form .content {
		overflow: visible;
	}

.movie-box {}

.featured-featured .content {
	margin: 0 10px;
}
.js-movie-box {
	display: none;
}

/**
 * form.form-contact part;
 */
form.form-contact {
    border: 0 none;
    margin: 0;
    padding: 0;
    position: relative;
}

form.form-contact fieldset {
    border: 0 none;
    clear: both;
}

form.form-contact .field-wrapper {
    margin: 5px 0;
    overflow: hidden;
}

form.form-contact .field {
	display: block;
	position: relative;
	float: left;
	color: #737573;
	text-transform: uppercase;
}

form.form-contact .field label {
    clear: none;
    float: left;
    margin: 0 15px 0 2px;
    padding: 0;
    width: 113px;
}

form.form-contact .field-content {
	width: 300px;
	float: left;
}

form.form-contact .message-wrapper {
    max-width: 200px;
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
}

form.form-contact .message {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	color: #ffffff;
	display: none;
	float: left;
	font-weight: bold;
	padding: 5px;
	position: relative;
    margin: 10px 0 0 15px;
    z-index: 999;
}

form.form-contact .message-arrow {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent #424542 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 5px;
	height: 0;
	position: absolute;
	right: 100%;
	top: 10px;
	width: 0;
}

form.form-contact .message-error {
	background: #424542;
}

form.form-contact input[type="text"] {
    border: 1px solid #CECECE;
    color: #737573;
    display: block;
    padding: 5px;
    resize: none;
    text-align: left;
    text-transform: uppercase;
    float: left;
    margin: 10px 0 0 2px;
    font: 14px "Gibson", Arial, Helvetica, Verdana;
    width:450px;
    height:30px;
    font-weight: 100;
}

form.form-contact .error input[type="text"] {
    border-color: #D60000;
}

#innerfade  div.slide.show {
	display: block;
}

form.form-contact .field-radio {
    padding: 6px 0 0;
}
 
form.form-contact .radiobox .radio {
    border: 1px solid #CECECE;
    display: block;
    height: 0;
    margin: 2px 10px 0 0;
    padding: 6px;
    width: 0;
}
 
form.form-contact .radiobox.checked .radio span {
    background: url(/global/images/form_check_tcm166-43020.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    width: 18px;
    margin: -12px 0 0 -7px;
}
 
form.form-contact .radiobox span {
    float: left;
}
 
form.form-contact .radiobox input {
    clear: none;
    left: -9999em;
    position: absolute;
}

.banner.rotating {
	background-color:#fff;
}

.green-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: #ffffff;
	background: #bdd731; /* Old browsers */
	background: -moz-linear-gradient(top,  #bdd731 0%, #708500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdd731), color-stop(100%,#708500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bdd731 0%,#708500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bdd731 0%,#708500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bdd731 0%,#708500 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bdd731 0%,#708500 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd731', endColorstr='#708500',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 3px;
	border: 1px solid #aaaaaa;
    font-weight: bold;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}
.green-button:hover{
	text-decoration: none;
	color: #ffffff;
	background: #708500; /* Old browsers */
	background: -moz-linear-gradient(top,  #708500 0%, #bdd731 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#708500), color-stop(100%,#bdd731)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #708500 0%,#bdd731 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #708500 0%,#bdd731 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #708500 0%,#bdd731 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #708500 0%,#bdd731 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#708500', endColorstr='#bdd731',GradientType=0 ); /* IE6-9 */
}
.green-button:active{
	text-decoration:none;
	color: #ffffff;
	background: #9bb800; /* Old browsers */
	background: -moz-linear-gradient(top,  #9bb800 0%, #bdd731 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bb800), color-stop(100%,#bdd731)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9bb800 0%,#bdd731 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9bb800 0%,#bdd731 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9bb800 0%,#bdd731 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9bb800 0%,#bdd731 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bb800', endColorstr='#bdd731',GradientType=0 ); /* IE6-9 */
}
.green-button:visited{
	color:#ffffff;
}
.green-button.oval{
    background: linear-gradient(to bottom, #BDD405 0%, #ADC62F 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: #BDD405; /* Old browsers */
	background: -moz-linear-gradient(top,  #BDD405 0%, #ADC62F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BDD405), color-stop(100%,#ADC62F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #BDD405 0%,#ADC62F 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #BDD405 0%,#ADC62F 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #BDD405 0%,#ADC62F 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BDD405', endColorstr='#ADC62F',GradientType=0 ); /* IE6-9 */
	border:none;
    border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    font-family: 'Gibson_SemiBold',Arial,Helvetica,Verdana;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.green-button.oval:hover{
    background: linear-gradient(to bottom, #A6C70C 0%, #CADF5B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: #A6C70C; /* Old browsers */
	background: -moz-linear-gradient(top,  #A6C70C 0%, #CADF5B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A6C70C), color-stop(100%,#CADF5B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #A6C70C 0%,#CADF5B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #A6C70C 0%,#CADF5B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #A6C70C 0%,#CADF5B 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A6C70C', endColorstr='#CADF5B',GradientType=0 ); /* IE6-9 */
}
.green-button.oval:active{
	background: none repeat scroll 0 0 #7BAA22;
}
.lt-ie10 .green-button.oval {
	padding-right: 0;
	filter: none;
	height: 40px;
	line-height: 40px;
	background: url('/global/images/sprite-button_tcm166-51094.png') 0 -80px no-repeat transparent;
}

.lt-ie10 .green-button.oval span {
	display: block;
	height: 40px;
	padding-right: 20px;
	background: url('/global/images/sprite-button_tcm166-51094.png') 100% 0 no-repeat transparent;
}
.lt-ie10 .green-button.oval:focus,
.lt-ie10 .green-button.oval:hover {
	filter: none;
	background: url('/global/images/sprite-button_tcm166-51094.png') 0 -120px no-repeat transparent;
}

.lt-ie10 .green-button.oval:focus span,
.lt-ie10 .green-button.oval:hover span {
	background: url('/global/images/sprite-button_tcm166-51094.png') 100% -40px no-repeat transparent;
}

.blank-button.oval{

	border:1px solid #999;
     border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    font-family: 'Gibson_SemiBold',Arial,Helvetica,Verdana;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    text-decoration:none;
}

.from-price {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 20px;
}
.content-img {
   margin: 0;
   padding: 0;
}
.content-img img {
   display: inline;
}
.get-yours {
  margin: 5px 0;
}

.theallnew {
   position: absolute;
   width: 400px;
   margin-left: 80px;
}

.from-container {
   text-align: center; 
   padding-right: 90px;
}

.tndright {
   overflow: hidden;
   float: right;
}


.default-unordered-list li{
	list-style: disc inside none;
}
.dispatch-block{
	margin:20px 0 0 0;
}
.center{
	text-align:center;
}
.dispatch-block .center{
	margin:20px 0;
}
.dispatch-block p{
	margin:0;
	padding:0;
}
.generic-heading, .generic-subtext{
	margin:0 0 0 5px;
}
.subheader.generic-subtext{
	color: #737573;
}
.dispatch-heading.center{
	margin:20px 0 0;
}
.center .more-info-link{
	display:inline-block;
	zoom: 1;
	*display:inline;
	margin:0 0 0 0;
}
/* DISPATCH START */
.dispatch-block{
	margin:20px 0 0 0;
}
.dispatch-block .content{
	padding: 0 60px;
}
.center{
	text-align:center;
}
.dispatch-block .center{
	margin:10px 0 20px;
}
.dispatch-block .dispatch-text{
	margin:10px auto;
	font:14px Arial;
	color:#333333;
}
.generic-heading, .generic-subtext{
	margin:0 0 0 5px;
}
.subheader.generic-subtext{
	color: #737573;
}
.dispatch-title{
    display: inline-block;
    margin: 0;
	zoom: 1;
	*display: inline;
}
.dispatch-title h3{
	margin:0;
	font: 28px "Gibson", Arial, Helvetica, Verdana;
	font-weight:100;
	color:#333333;
	text-transform:uppercase;
}
.dispatch-heading{
	margin:20px 0;
}
.center .more-info-link{
	display:inline-block;
	zoom: 1;
	*display:inline;
	margin:0 0 0 0;
}
.dispatch-support-title{
	border-top:1px solid #CECECE;
	padding:20px 0 0 0;
	font:18px Gibson;
	margin:0 0 10px 0;
	text-transform:uppercase;
}
.dispatch-support-link{
	font:14px Gibson;
	text-decoration:none;
}
/* DISPATCH END */

/* Mydrive Rotating Banner changes PNDTRI-1509 */

.greenland.banner.rotating {
margin: 0 0 20px 0px;
}