/**
*
*
*    Custom Product Tabs
*    Copyright 2015  Inno-mods.io
*
*    @author    Inno-mods.io
*    @copyright Inno-mods.io
*    @version   1.4.0
*    Visit us at http://www.inno-mods.io
*
*
**/
/*
* .additional-tab-wrapper
*/
.additional-tab-wrapper .rte img
{
	max-width: 100%;
	height:auto;
}

/****************/
/* Mit modif. product.tpl */
#more_info_tabs {
    border-bottom: 1px solid #d6d4d4;
    margin-bottom: 20px}
#more_info_tabs li {
    float:left;} 
#more_info_tabs li a {
    display: block;
    margin-right: -1px;
    color: #979797;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    padding: 14px 20px 17px;
    margin: 0 7px 0 0;
    position: relative;
    border: 1px solid #d6d4d4;
        border-bottom-color: rgb(214, 212, 212);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: none;
    background: #fff;
}
#more_info_tabs li a:active,
 #more_info_tabs li a:focus {text-decoration:none; outline: none;}
#more_info_tabs li a.selected {
    color: #555454;
    text-decoration: none;
    margin-bottom: -1px;
    padding-bottom: 18px;
    outline: none;
    background: #fbfbfb
}
#more_info_tabs li:only-child { float: none }
#more_info_tabs li:only-child a.selected { color: #555454; margin: 0 0 -1px 0 }
#more_info_sheets { padding-bottom: 20px }
#more_info_sheets .bullet { padding: 0 20px }
/*/**************/


@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/*
* responsiveness in 1.6
*/
@media screen and (min-width: 10px)
{
	.additional-tab-wrapper .rte img , .additional-tab-wrapper .rte div
	{
		margin:15px 10px 15px 0;
	}
}

@media screen and (min-width: 500px)
{
	.additional-tab-wrapper .rte img, .additional-tab-wrapper .rte div
	{
		margin:15px 20px 15px 0;
	}
}
@media (max-width: 768px) {
    #more_info_tabs li { float: none }
    #more_info_tabs li a { margin: 0 }
}

/*
* mobile theme version 1.5
*/
.additional-tab-wrapper-mobile .rte{
	display: table;
}
.additional-tab-wrapper-mobile .rte img, .additional-tab-wrapper-mobile .rte div
{
	max-width: 100%;
	height:auto;
	margin:0 15px 15px 0;
}
