/* Layout */
.bottom-line {
	padding:5px;
}

.center {
	text-align:center;
}

.clear {
	clear:both;
}

.container-body {
	margin:0px;
	padding:0px;
	text-align:center;
}

.container-shadow, .container {
	margin:auto;
	padding:0px 15px 15px 15px;
}

.container-content {
	margin:auto;
	padding:15px;
	text-align:left;
}

.description {
	margin:25px 0px;
}

header {
	position:relative;
	height:100px;
}

header .certification span {
	margin:0px 0px 0px 10px;
}

footer {
	margin:20px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

footer .box {
	text-align:left;
}

footer .box .logo img {
	width:200px;
}

footer .box img {
	margin:20px 0px 0px 20px;
}

.support-box .icon, .support-box .text {
	float:left;
}

.support-box .icon {
	clear:left;
	margin:0px 10px 5px 0px;
}

.support-box .text {
	margin:7px 0px 0px 0px;
}

.product-info {
	position:relative;
}

.support-box, .ebay-box {
	padding:10px;
}

.support-box {
	margin:0px 0px 1px 1px;
}

.description .tech_grey_bold, .description .tech_bold {
	clear:left;
	float:left;
	font-weight:bold;
	padding:3px;
	width:30%;
}

.description .tech_grey, .description .tech {
	float:left;
	padding:3px;
	width:60%;
}

/* Colors */
.blue-box {
	background-color:#0067be;
	color:#ffffff;
}

.blue-box a {
	color:#ffffff !important;
}

.container-body {
	color:#000000;
}

.container-body a {
	color:#0067be;
}

.grey-light-box, .description .tech_grey_bold, .description .tech_grey {
	background-color:#eae7e1;
}

.grey-middle-box {
	background-color:#d8d7d4;
}

.red-box {
	background-color:#df1437;
	color:#ffffff;
}

.red-font, .description li::before {
	color:#df1437;
}

.white-box {
	background-color:#ffffff;
}

/* Font */
.container-body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.container-body a {
	text-decoration:none;
}

.container-body a:hover {
	text-decoration:none;
}

.capitalize, h1, h2, h3 {
	text-transform: uppercase;
}

.description {
	line-height:1.5em;
}

h1 {
	font-size:2.4em;
	line-height:1.2em;
	margin:0px;
	padding:0px;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.4em;
	font-weight:normal;
}

h4 {
	font-size:1.3em;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px;
}

/* list */

.description ul {
	list-style:none;
	margin:0px 0px 10px 10px;
	padding:0px;
}

.description li {
	line-height:1.8em;
}

.description li::before, .bottom-line li::before {
	content:"\2713";
	font-size:1.3em;
	padding:0px 10px 0px 0px;
}

.bottom-line ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

/* Responsive */
@media screen and (min-width: 481px ) {
	
	header .logo img {
		width:350px;
	}
	
	.container-shadow, .container {
		width:1100px;
	}
	
	header .logo {
		position:absolute;
		top:10px;
	}

	header .certification {
		position:absolute;
		right:0px;
		top:15px;
	}
	
	.product-info .detail-img {
		float:left;
		width:400px;
	}
	
	.product-info .detail-img img {
		max-width:400px;
	}
	
	.product-info .detail-maininfo {
		float:right;
		text-align:left;
		width:620px;
	}
	
	.support-box {
		height:135px;
		float:left;
		width:270px;
	}
	
	.ebay-box {
		width:561px;
	}
	
	footer .box {
		float:left;
		margin:0px 20px 10px 0px;
	}
	
	.bottom-line li {
		float:left;
		margin:0px 50px 0px 0px;
	}
	
	h1 {
		font-size:2.4em;
		line-height:1.2em;
		margin:0px;
		padding:0px;
	}

	h2 {
		font-size:1.5em;
	}

	h3 {
		font-size:1.4em;
		font-weight:normal;
	}

	h4 {
		font-size:1.3em;
		font-weight:normal;
		margin:0px 0px 10px 0px;
		padding:0px;
	}
}

@media screen and (max-width: 480px ) {
	header .logo {
		text-align:center;
	}
	
	header .logo img {
		width:70%;
	}
		
	.container-shadow {
		width:90%;
	}
	
	header .logo {
		position:absolute;
		top:10px;
	}

	header .certification {
		display:none;
	}
	
	.product-info .detail-img img {
		max-width:90%;
	}
	
	.support-box {
	}
	
	.ebay-box {
	}
	
	#xgal {
		display:none !important;
	}
	
	h1 {
		font-size:1.5em;
		line-height:1.2em;
		margin:0px;
		padding:0px;
	}

	h2 {
		font-size:1.3em;
	}

	h3 {
		font-size:1.2em;
		font-weight:normal;
	}

	h4 {
		font-size:1.1em;
		font-weight:normal;
		margin:0px 0px 10px 0px;
		padding:0px;
	}
}