/*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;
	font-size: 12px;
}
.sub_nav {
	padding: 10px 30px;
	background-color: #0072c6;
	color: #FFF;
}
.nav a:link {
	color: #737373;
	margin-right: 17px;
}
.nav a:active {
	color: #B1B1B1;
}
.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: 36px;
	line-height: 40px;
	font-weight: normal;
}
h2 {
	font-family: 'Segoe-Light';
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
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_12px {
	font-size: 12px;
	line-height: 16px;
}
.font_14px {
	font-size: 14px;
	line-height: 18px;
}
.font_16px {
	font-size: 16px;
	line-height: 24px;
}
.font_18px {
	font-size: 18px;
	line-height: 24px;
}
.font_20px {
	font-size: 20px;
	line-height: 26px;
}
.legal {
	font-size: 10px;
	line-height: 14px;
}
.superscript {
	font-size: 60%;
	vertical-align:text-top;
}
.green_light {
	color: #7fba00;
}
.green {
	color: #7FBA00;
}
.green_dark {
	color: #008A00;
}
.orange {
	color: #ff8c00;
}
.purple {
	color:#68217a;
}
.teal {
	color:#00b294;
}
.red {
	color:#e81123;
}
.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*/
.BuyNow_off {
	height: 30px;
	width: 135px;
	float: right;
	padding-top: 7px;
	margin-right: 0;
	background-color: #00188f;
	text-align: center;
	cursor: pointer;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #FFF;
	margin-top: -7px;
	font-family:'Segoe';
}
.BuyNow_on {
	height: 30px;
	width: 135px;
	float: right;
	padding-top: 7px;
	margin-right: 0;
	background-color: #dc3c00;
	text-align: center;
	cursor: pointer;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #FFF;
	margin-top: -7px;
	font-family:'Segoe';
}
.Contact_off {
	height: 24px;
	float: right;
	font-size: 16px;
	font-family: Segoe-SemiBold;
	color: #7FBA00;
	cursor: pointer;
	padding-top: 3px;
}
.Contact_on {
	height: 24px;
	float: right;
	font-size: 16px;
	font-family: Segoe-SemiBold;
	color: #FF8C00;
	cursor: pointer;
	padding-top: 3px;
}
.Contact2_off {
	color: #FFF;
	cursor: pointer;
	margin-top: 30px;
	background-color: #7FBA00;
	width: 180px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 16px;
	margin-left: 280px;
}
.Contact2_on {
	color: #FFF;
	cursor: pointer;
	margin-top: 30px;
	background-color: #FF8C00;
	width: 180px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 16px;
	margin-left: 280px;
}
.PDF_butt {
	color: #FFF;
	cursor: pointer;
	margin-top: 30px;
	background-color: #BA141A;
	width: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.PDF_butt_on {
	color: #FFF;
	cursor: pointer;
	margin-top: 30px;
	background-color: #009E49;
	width: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.app_butt {
	color: #FFF;
	cursor: pointer;
	margin-top: 30px;
	background-color: #B4009E;
	width: 280px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 14px;
}
.app_butt_on {
	color: #FFF;
	cursor: pointer;
	margin-top: 30px;
	background-color: #009E49;
	width: 280px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 14px;
}
.more_off {
	font-size: 12px;
	font-family: 'Segoe-SemiBold';
	color: #FFF;
	cursor: pointer;
	background-image: url(../_images/plus.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	height: 35px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
	margin-top: 5px;
}
.more_on {
	font-size: 12px;
	font-family: 'Segoe-SemiBold';
	color: #fcd116;
	cursor: pointer;
	background-image: url(../_images/plus_yellow.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	height: 35px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
	margin-top: 5px;
}
.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_content_green {
	clear: both;
	background-color: #00bcf2;
	color: #FFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.home_header_img {
	background-image: url(../_images/MS_Refurbished_PC_03.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-size: 20px;
	line-height: 28px;
	color: #FFF;
	font-family: 'Segoe-Light';
	height: 310px;
}
.header_img2 {
	background-image: url(../_images/MS_Refurbished_PC_10.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	/* [disabled]height: 200px; */
	padding-top: 30px;
	padding-right: 80px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.header_img3 {
	background-image: url(../_images/MS_Refurbished_PC_20.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: 'Segoe-Light';
	font-size: 23px;
}
.header_img4 {
	background-image: url(../_images/MS_Refurbished_PC_23.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	padding-left: 30px;
	font-family: Segoe-Light;
	font-size: 23px;
	line-height: 30px;
}
.carousel {
	background-image: url(../_images/MS_Refurbished_PC_18.jpg);
	background-repeat: no-repeat;
	color: #000;
}
.txt_content_green2 {
	clear: both;
	padding: 20px 30px 30px 30px;
	background-color:#009e49;
	color:#FFF;
}
.txt_content2 {
	clear: both;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

/*GRAPHICS*/
.headbox {
	background-color: #00188f;
	width:215px;
	height:215px;
	padding:15px;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}
.colour_block {
	height: 315px;
	color: #FFF;
	background-image: url(../_images/blue_box.png);
	background-repeat: no-repeat;
	padding: 30px;
	width: 315px;
}
.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;
}
.purple_more {
	position: relative;
	left: 630px;
	background-color: #68217a;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 70px;
	text-align: center;
	height: 40px;
}
.purple_more_corner {
	position:relative; 
	float:right;
	width:70px;
	height:25px;
	background-image:url(../_images/corner2.png);
	background-repeat:no-repeat;
}
.corner_yellow {
	position: relative;
	left: 360px;
	float: left;
	width: 290px;
}
.corner_yellow2 {
	width: 290px;
}
.box_yellow {
	clear: both;
	position: relative;
	left: 360px;
	width: 240px;
	background-color: #ff8c00;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 0 25px 25px 25px;
	color: #FFF;
}
.box_teal {
	clear: both;
	position: relative;
	left: 360px;
	width: 240px;
	background-color: #00b294;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 0 25px 25px 25px;
	color: #FFF;
}
.box_purple {
	clear: both;
	position: relative;
	left: 360px;
	width: 240px;
	background-color: #68217a;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 0 25px 25px 25px;
	color: #FFF;
}
.box_red {
	clear: both;
	position: relative;
	left: 360px;
	width: 240px;
	background-color: #e81123;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 0 25px 25px 25px;
	color: #FFF;
}
.box_yellow2 {
	width: 240px;
	background-color: #ff8c00;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 0 25px 25px 25px;
	color: #FFF;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.box_teal2 {
	width: 240px;
	background-color: #00b294;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 0 25px 25px 25px;
	color: #FFF;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.box_purple2 {
	width: 240px;
	background-color: #68217a;
	opacity: 0.9;
	filter: alpha(opacity=90);
	color: #FFF;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.box_red2 {
	width: 240px;
	background-color: #e81123;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 0 25px 25px 25px;
	color: #FFF;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
/*DYNAMIC*/
.red_box {
	width: 560px;
	text-align: center;
	position: relative;
	margin: 0;
}
.divCarouselLink {
	cursor: pointer;
}
.carousel_bg1 {
	background-image: url(../_images/carousel_1.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
.carousel_bg2 {
	background-image: url(../_images/carousel_2.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
.carousel_bg3 {
	background-image: url(../_images/carousel_3.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
.carousel_bg4 {
	background-image: url(../_images/carousel_4.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
.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: #7FBA00;
	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;
}
