/*GLOBAL*/
body	{
	font-family: 'Segoe', Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #505050;
	margin: 0px;
}
#container {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.recommend {
	margin: 3px 0 0 0px;
	font-size: 12px;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.back_to_top {
	cursor: pointer;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	height: 29px;
	width: 70px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-image: url(../_images/black_bg_22.png);
	line-height: 12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
    position: fixed; 
    right: 0;
}
#back-top {
	position: fixed;
	margin-left: -5px;  /*Width: 750px; */
	bottom: 10px; /* 30px; */
}
#back-top a:hover {
	color: #000;
}
#footnote {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 10px;
	clear: both;
	margin-top: 30px;
}

/*NAV*/
.nav {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #737373;
	background-color: #E6E6E6;
	padding-right: 30px;
	padding-left: 30px;
}
.sub_nav {
	padding: 10px 30px;
	background-color: #009e49;
	color: #FFF;
}
.nav a:link {
	color: #737373;
	margin-right: 27px;
}
.nav a:active {
	color: #dc3c00;
}
.nav a:visited {
	color: #737373;
}
.nav a:hover {
	color: #b1b1b1;
}


/*LINKS*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*TYPOGRAPHY*/
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

h1 {
	font-family: Segoe-Light;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h2 {
	font-family: Segoe-Light;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #009e49;
}
ol {
	padding-bottom: 6px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 25px;
}
ul {
	padding-bottom: 6px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 30px;
}
li {
	margin-bottom: 4px;
}
.font_10px {
	font-size: 10px;
	line-height: 14px;
}
.font_12px {
	font-size: 12px;
	line-height: 16px;
}
.font_14px {
	font-size: 14px;
	line-height: 18px;
}
.font_16px {
	font-size: 16px;
	line-height: 22px;
}
.font_18px {
	font-size: 18px;
	line-height: 24px;
}
.font_20px {
	font-size: 20px;
	line-height: 26px;
}
.superscript {
	font-size: 60%;
	vertical-align:text-top;
}
.orange {
	color: #ff8c00;
}
.blue {
	color:#009e49;
}
.light {
	font-family: 'Segoe-Light';
}
.semibold {
	font-family: 'Segoe-SemiBold';
}
.bold {
	font-family:'Segoe-Bold';
}
.regular {
	font-family:'Segoe';
}
sup {
	font-size:60%;
	vertical-align:top;
}
/*BUTTONS*/
.CTA_off {
	height: 20px;
	width: 180px;
	color: #ff8c00;
	float: right;
	cursor: pointer;
	background-image: url(../_images/arrow_orange.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	padding-bottom: 3px;
}
.CTA_off a:link {
	color: #ff8c00;
}
.CTA_off a:visited {
	color: #ff8c00;
}
.CTA_on {
	height: 20px;
	width: 180px;
	color: #ffb900;
	float: right;
	cursor: pointer;
	background-image: url(../_images/arrow_Lorange.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	padding-bottom: 3px;
}
.CTA_on a:link {
	color: #ffb900;
}
.CTA_on a:visited {
	color: #ffb900;
}
.MAR_off {
	height: 25px;
	width: 165px;
	color: #009e49;
	font-size: 16px;
	cursor: pointer;
	background-image: url(../_images/arrow_green.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	padding-top: 6px;
}
.MAR_on {
	height: 25px;
	width: 165px;
	color: #55d455;
	font-size: 16px;
	cursor: pointer;
	background-image: url(../_images/arrow_Lgreen.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	padding-top: 6px;
}
.right {
	float:right;
	font-size: 12px;
	font-family: 'Segoe-SemiBold';
	cursor: pointer;
	background-image: url(../_images/arrow_r.png);
	background-repeat: no-repeat;
	background-position: right 50%;
	width:150px;
	height: 20px;
	text-align:right;
	padding-right:30px;
}
.left {
	float:left;
	font-size: 12px;
	font-family: 'Segoe-SemiBold';
	cursor: pointer;
	background-image: url(../_images/arrow_l.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	height: 20px;
	width:150px;
	padding-left:30px;
}
.grey_bg {
	background-color: #F1F2F2;
}
.txt_content {
	clear: both;
	padding: 30px;
}
.txt_content2 {
	clear: both;
	padding: 0 30px 30px 30px;
	background-image:url(../_images/grey_bg.png);
	background-repeat:no-repeat;
	background-position:30px 50px;
}
.header {
	position: fixed;
	z-index: 99;
	width: 700px;
	/*opacity: 0.9;
	filter: alpha(opacity=90);*/
}
.or {
	background-color: #DC3C00;
	color: #FFF;
	padding: 5px;
	width: 20px;
	height: 20px;
	border-radius: 16px;
	border: 2px solid #FFF;
	float: left;
	margin-left: 4px;
	margin-top: 35px;
}
.header_img {
	background-repeat: no-repeat;
	height: 190px;
	padding-top: 30px;
}
.carousel {
	background-image: url(../_images/MS_Refurbished_PC_18.jpg);
	background-repeat: no-repeat;
	/* [disabled]color: #000; */
}

/*GRAPHICS*/
.img_border {
	border: 1px solid #d4d4d4;
}
.green_cicle {
	border-radius: 115px;
	width: 170px;
	height: 170px;
	text-align: center;
	color: #FFF;
	background-color: #6dda6d;
	box-shadow: 0px 0px 10px #214821;
	font-family: 'Segoe-Bold-Italic';
	font-size: 21px;
	padding: 30px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	line-height: 26px;
}
.tab_bg {
	background-color: #6dc2e9;
	background-image: url(../_images/STB13_Adrien_05.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 650px;
	padding-top: 25px;
	margin-bottom: 20px;
}
.tab_right_bg {
	background-color: #f5f5f5;
	padding: 20px;
	box-shadow: -5px 5px 5px #5a7282;
	min-height: 600px;
	overflow: visible;
}
.blue_box {
	background-color: #009e49;
	color: #FFF;
	width: 245px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;	
	opacity: 0.95;
	filter: alpha(opacity=95); /* For IE8 and earlier */
}
/*DYNAMIC*/
.red_box {
	width: 560px;
	text-align: center;
	position: relative;
	margin: 0;
}
.divCarouselLink {
	cursor: pointer;
}
.sub_bg1 {
	background-image: url(../_images/carousel_1.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding:20px 30px 20px 350px;
}
.sub_bg2 {
	background-image: url(../_images/carousel_2.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding: 20px 30px 20px 350px;
}
.sub_bg3 {
	background-image: url(../_images/carousel_3.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding:20px 30px 20px 350px;
}
.sub_bg4 {
	background-image: url(../_images/carousel_4.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding:20px 30px 20px 350px;
}


/*  FAQ */

.faq_question, .faq_question_off {
	width: 670px;
	text-align: left;
	height: 30px;
	float: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-left: 30px;
	cursor: pointer;
	margin-bottom: 7px;
}
.faq_question {
	background-color: #f0f0f0;
}
.faq_question_off {
	background-color: #009e49;
	color:#FFF;
}
.faq_answer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	width: 585px;
}
.faq_question div
{
    float: left;
}
.question
{
	padding-left: 15px;
}
.spacer {
    background-color:#ffffff; 
    height: 1px;
    clear: both;
}

/* TABS */
.editions_content {
	padding: 30px;
}

.edition_off {
		color: #c8e8f7;
}
.edition_on {
	color: #FFF;
	background-image: url(../_images/arrow_subnav2.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
.edition_within {
	color: #FFF;
	background-image: url(../_images/arrow_subnav.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
.edition
{
	font-size: 20px;
	line-height: 22px;
	font-family: 'Segoe-Light';
	cursor: pointer;
	height: 50px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
	margin: 15px 0;
}
.big_number {
	font-family: 'Segoe-Bold';
	font-size: 34px;
	color: #7FBA00;
	padding-right: 30px;
}
.init_butt_left_off {
	font-size: 16px;
	background-image: url(../_images/init_arrow_left_off.png);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	height: 27px;
	width: 175px;
	margin-top: 30px;
	margin-left: -14px;
	padding-top: 8px;
	color: #505050;
}
.init_butt_left_on {
	font-size: 16px;
	background-image: url(../_images/init_arrow_left_on.png);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	height: 27px;
	width: 175px;
	margin-top: 30px;
	margin-left: -14px;
	padding-top: 8px;
	color: #505050;
}
.init_butt_right_off {
	font-size: 16px;
	background-image: url(../_images/init_arrow_right_off.png);
	background-repeat: no-repeat;
	text-align: center;
	float: right;
	height: 27px;
	width: 175px;
	margin-top: 30px;
	padding-top: 8px;
	color: #505050;
	margin-right: -14px;
}
.init_butt_right_on {
	font-size: 16px;
	background-image: url(../_images/init_arrow_right_on.png);
	background-repeat: no-repeat;
	text-align: center;
	float: right;
	height: 27px;
	width: 175px;
	margin-top: 30px;
	margin-right: -14px;
	padding-top: 8px;
	color: #505050;
}
.table_blue {
	font-family: 'Segoe-Light';
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #009e49;
}
.table_grey {
	font-family: 'Segoe-SemiBold';
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #505050;
}
.table_white {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 16px;
	height: 40px;
}
.table_greyL {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 16px;
	height: 40px;
	background-color: #f3f3f3;
}
.grey_header {
	width: 60px;
	background-color: #505050;
	color: white;
	font-size: 14px;
	padding: 1px 0 1px 30px
}
.divToggle {
	width: 160px;
	background-color: #009e49;
	color: #FFF;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 4px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.divToggleLast {
    margin-bottom: 0;
}
.w2 {
	width: 420px;
}
#imgZoom {
	/* [disabled]background-color: #ffffff; */
	position: relative;
}
.zoom {

  -webkit-transform: scale(2.6); 
     -moz-transform: scale(2.6); 
      -ms-transform: scale(2.6); 
       -o-transform: scale(2.6); 
          transform: scale(2.6); 
}
