*{margin:0; padding:0;}

#tabs-container ul.tabs {
	list-style:none;
	width:100%;
}

#tabs-container ul.tabs li {
	float:left;
}
#tabs-container ul.tabs li li {
	clear:both;
	text-align:left;
	width:100%;
	border:0;
}

#tabs-container ul.tabs2 li {
	width:50%;
	boder:0;
}
#tabs-container ul.tabs3 li {
	width:33.3%;
	boder:0;
}

#tabs-container ul.tabs3 li {
	width:33.3%;
	boder:0;
}


#tabs-container ul.tabs2 li:nth-of-type(even) {
	border-right:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
}

#tabs-container ul.tabs3 li:nth-of-type(even) {
	border-right:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
}

#tabs-container ul.tabs2 li li {
	border:0 !important;
}

#tabs-container ul.tabs3 li li {
	border:0 !important;
}
#tabs-container .SectionTitle {
	padding: 10px 10px 10px 20px;
	color:#333;
	display: block;
	border-left: 10px solid #dc291e;
	text-decoration: none;
	background-color: #e9e9e9;
	font-size:14px;
	white-space: nowrap;
	font-weight:bold;
}

.fclear {
	clear: both;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.note {
	font-size:11px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:10px 0;
	color:#666
}
.calign{
	margin:0 auto;
	overflow:auto;
	max-width:400px;
	display:inline-block;
}
.overflow{
	overflow:auto;
}
div.tab_contents_container {
	overflow:auto;
}
div.tab_contents {
	display: none;
}

div.tab_contents_active {
	display: block;
}
div.show-content{
	height: 15px;
}
li.active div.show-content{
	background-image: url(https://static.lenovo.com/las/landings/contacto/show-tip.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
}

.sub-text{
	padding: 20px;
	font-size: 12px;
	min-height:150px;
}
#tabs-container div.sub-text a.reseller {
	text-decoration:underline;
	padding:0px;
	border:none;
	color:#0000CC;
	height:auto;
}
.main-container{
	float:left;
}
.tab-image{
	font-size:0;
}
.head-title{
	color:#dc291e;
}
.main-content{

}
.content-box{
	padding:20px 30px;
	width: 100%;
	border-top: 1px solid #ccc;
	font-size:14px;
	overflow:auto;
}

.content-box p {
	margin:5px 0;
}
.divider {clear:both; border-top:1px solid #ccc; display:block; margin:20px auto; width:100%}
ul.bulleted {list-style-type: circle;}
ul.bulleted li {margin:0 0 5px 20px; }

.width50{
	float: left;
	width: 50%;
}

.width33{
	float: left;
	width: 33.3%;
}

.width50:nth-of-type(even) {
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}

.width33:nth-of-type(even) {
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}

.content-title{
	font-size: 18px;
	line-height: 22px;
	color: #dc291e;
	text-transform: uppercase;
}

.logo-box{
	border: 1px solid #cccccc;
	float: left;
	margin: 10px;
	list-style: none;
	height: 6em;
	width: 20%;
}

.logo-box a{
	display:inline-block;
	width:100%;
	height:100%;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
}
.logo-box span{
	display:none;
}
a.button.secondary{
	background: #636163;
	color: #fff;
	text-decoration:none;
	border-radius: 0.4em;
	padding:10px;
	margin:10px 0;
	display:inline-block;
}
div.thumb {
	float: left;
}

div.thumb a {
	padding:0px 5px 5px 50px;
	margin:5px;
	display:inline-block;
	font-size: 16px;
	font-weight:bold;
	color: #636163;
}

.PageHero{
	background: url(https://static.lenovo.com/las/landings/contacto/contact-bg.jpg) #000 no-repeat top right;
	height:120px;
	color:#e2e2e2;
	font-size:20px;
	line-height:30px;
	padding:20px 150px 20px 20px;
}
.PageHero span{
	font-size:34px;	
}
@media only screen and (min-width: 451px) and (max-width:768px){
	#tabs-container ul.tabs{width:100%}

	.tab-image{ display:none; }
	.sub-text{display:none;}
	.show-content{display:none;}


	.width50{
		width: 100%;
	}
	.width33{
		width: 100%;
	}
	.logo-box {
		width: 45%;
		margin:5px;
	}

}
@media only screen and (min-width: 769px) and (max-width:800px){
	.tab-image{ display:none; }
	.sub-text{display:none;}
	.show-content{display:none;}
}
@media only screen and (max-width: 768px) { 
	#tabs-container ul.tabs li {
		width:50%
	}
}
@media only screen and (max-width: 450px) {
	#tabs-container ul.tabs li {
		clear:both;
		width:100%
	}
	#tabs-container ul.tabs{width:100%}

	.tab-image{ display:none; }
	.sub-text{display:none;}
	.show-content{display:none;}

	.width50{
		width: 100%;
	}
	.width33{
		width: 100%;
	}

	.logo-box {
		width: 45%;
		margin:5px;
	}
	div.thumb {
		clear:both;
	}

	.content-box {
		padding:20px;
	}
	.PageHero{font-size:16px; line-height:20px; }
	.PageHero span{font-size:20px; }
}