.mainHeader, .mainFooter {
	position: relative !important;
    top: auto;
    bottom: auto;
}
.main > h2 {
	font-size: 20px;
	text-transform: uppercase;
    margin-bottom: 10px;
}
.content-top {
	margin-bottom: 60px;
}
.content-top > .gallery {
	/*width: 520px;*/
	width: 43.33%;
}
.content-top > .info {
	/*max-width: 600px;*/
	width: 50%;
}
.content-top > .info > * {
	margin-bottom: 10px;
}
.content-top > .info > h1 {
	color: #00afef;
	font: 24px 'ClearSans Bold';
}
.content-top > .info > .price {
	font-size: 16px;
}
.content-top > .info > .price > span {
	color: #da251d;
}
.content-top > .info > .info-detail {
	font: 16px 'ClearSans Light';
	margin-bottom: 25px;
}
.content-top > .info > .info-detail ul li {
	position: relative;
	margin-bottom: 10px;
}
.content-top > .info > .info-detail ul li .circle {
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #bfbfbf;
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.content-top > .info > .info-detail ul li > * {
	float: left;
}
.content-top > .info > .info-detail ul li ul {
	margin-left: 10px;
}
.content-top > .info > .info-detail ul li ul li {
	padding-left: 23px;
	background: url("../images/yahoo.png") no-repeat scroll left center transparent;
	font-size: 14px;
}
.content-top > .info > .info-detail ul li .info-sale {
	font-size: 14px;
}
.content-top > .info > .info-detail ul li .info-sale a {
	color: #00afef;
}
.content-top > .info > .btn-group {
    margin-bottom: 20px;
	display:none;
}
.content-top > .info > .btn-group .btn {
	font: 16px 'ClearSans Bold';
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 2px 0px 0px rgba(0, 0, 0, 0.1);
    padding: 7px 40px;
}
.content {
	margin-bottom: 20px;
}
.content > .title {
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow:         0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}
.content > .title ol li h2 {
	float: left;
	padding: 4px 25px;
	white-space: nowrap;
}
.content > .title ol li h2 a {
	font-size: 16px;
	text-transform: uppercase;
}
.content > .title ol li h2.selected {
	background-color: #00afef;
}
.content > .title ol li h2.selected a {
	color: #fff;
	font-family: 'ClearSans Bold';
}
.content > .info-tab {
	padding: 10px 0;
}
.content > .info-tab .qna-box-accordion {
	border: 1px solid #ebeef2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 13px 'ClearSans Light';
	padding: 10px 15px;
	margin-bottom: 10px;
}
.content > .info-tab .qna-box-accordion h3 {
    font-weight: bold;
}
.content > .info-tab .qna-box-accordion > a {
	font-size: 16px;
}
.content > .info-tab .qna-box-accordion > a:hover {
	color: #da251d;
}
.content > .info-tab .qna-box-accordion .accordprefix {
	float: left;
	margin-right: 10px;
}
.content > .info-tab .qna-box-accordion .submenu {
	padding: 15px 0;
	line-height: 18px;
}
/* [+] popup box */
.popup-box {
    display:none; /* Hide the DIV */
    position:fixed;
    _position:absolute; /* hack for internet explorer 6 */
    width: 360px;
    left: 35%;
    top: 50px;
    z-index:2000; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#popup-box-container {
    background:rgba(0,0,0,.75);
    *background:transparent;
    display: none;
    width:100%;
    height:100%;
    position:fixed;
	z-index:1000;
}
.popup-box > h2 {
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    background-color: #da251d;
    text-transform: uppercase;
    padding-left: 10px;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.popup-box-main {
	padding: 20px;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.popup-box-info {
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}
.popup-box-info > * {
	margin-bottom: 10px;
}
.popup-box-info .image-preview {
	margin-right: 10px;
	float: left;
    min-height: 60px;
}
.popup-box-info .image-preview img {
	width: auto;
}
.popup-box-info h2 {
	font-size: 16px;
}
.popup-box-info .price {
	color: #da251d;
}
.popup-box-main table {
	width: 100%;
}
.popup-box-main select,
.popup-box-main input {
	border: 1px solid #bdbdbd;
}
.popup-box-main select {
	margin-right: 10px;
}
.popup-box-main input {
	width: 92%;
}
.popup-box-content {
	padding-top: 10px;
}
.popup-box-content table td {
	padding: 5px 0;
}
.popup-box-content table td.select {
	width: 60px;
}
.popup-box-content table td.error {
	width: 10px;
}
.popup-box-content table td.name input {
	width: 90%;
}
.btn-submit {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #ff8b00;
	font-size: 18px;
	padding: 5px 0;
	margin-top: 15px;
}
.btn-submit:hover {
	color: #fff;
}
.popup-box .popup-box-btnClose {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../images/popup-close.png") no-repeat center transparent;
    top: -15px;
    right: -15px;
    cursor: pointer;
}
/* [-] popup box */
.magnifier {
    background-color: #fff;
}
@media only screen and (max-width: 800px) {
    .content-top > .gallery,
    .content-top > .info {
        width: 100%;
        float: none;
    }
}
@media only screen and (max-width: 680px) {
	.content > .title ol li h2 {
		padding: 4px 15px;
	}
}
@media only screen and (max-width: 680px) {
	.content > .title ol li h2 a {
		font-size: 12px;
	}
}
@media only screen and (max-width: 480px) {
	.content > .title ol li h2 {
		padding: 4px 5px;
	}
}
@media only screen and (max-width: 410px) {
	.content > .title ol li h2 {
		padding: 4px 25px;
		font-size: 16px;
		float: none;
		border-bottom: 1px solid #d7d7d7;
	}
}