
/*List Item*/
.jmyitems_listitems_item {
    overflow: hidden;
    margin-bottom: 25px;
}

.jmyitems_listitems_wrapper {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #e0e0e0;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

/*Left image*/
.jmyitems_listitems_image_wrapper {
    margin-left: -5px;
    height: 185px;
    margin-bottom:10px;
}

img.jmyitems_listitems_image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 180px;
    margin-top: 10px;
}

.listitems_image_isnew img {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 13px;
    margin-left: 4px;
    z-index: 1;
    width: 36px;
/*
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 3px;
    margin-left: 4px;
    z-index: 1;
*/
}

.listitems_image_own img {
    position: absolute;
    top: 3px;
    left: -2px;
    margin-bottom: 13px;
    margin-left: 4px;
    z-index: 1;
    width: 204px;
    width: 90%;
}

img.jmyitems_listitems_gimage {
    max-width: 100%;
    display: inline-block;
    margin: 5px;
    max-height: 140px;
}

h3.jmyitems_listitems_code,
h3.jmyitems_listitems_title {
margin-top: 0px;
    border-bottom: 1px solid #a2a2a2;
    padding: 5px 0;
}

h3.jmyitems_listitems_code:after,
h3.jmyitems_listitems_title:after {
    content:'';
    display:none;
}

a.jmyitems_listitems_readmore {
    float: right;
}

.jmi_item_wrapper {
    height: 55px;
    border-left: 1px solid #008dd2;
    border-bottom: 1px solid #008dd2;
    margin-bottom: 10px;
}

div.setname_data_wrapper {
    display: inline-block;
    margin: 0px 1% 5px 0;
    width: 24%;
}

div.setname_data_wrapper img {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.tagitem_data_wrapper {
    width: 75%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    font-size: 12px;
}

.tagitem_data_wrapper img {
    max-width: 30px;
    vertical-align: bottom;
    margin-top: 2px;
    margin-right: 2px;
}

.jmi_datapanel {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 15px #e0e0e0;
    background-color: #fff;
}

.jmi_datapanel .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: 1px solid #f68b33;
    border-left: 1px solid #f68b33;
    border-right: 0px;
    border-bottom: 0px;
    background-color: #fff;
    margin-top: 0px;
    width: 100%;
}

.edupanel_left {
    background-color: #fff;
    margin-right: 0px;
    padding: 10px 15px;
}

.edupanel_right {
    background-color: #fff;
    margin-right: 0px;
    padding: 10px 15px;
    margin-top:10px;
}

.edupanel_left h2 {
    margin: 15px 0px 15px;
}

.jmi_datapanel p {
    margin:0px;
}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    background-color: #f1f1f1;
}

ul.tab li {
    float: left;
}

ul.tab li a:focus, ul.tab li a.active {
    background-color: #f68b33;
    border-bottom-color: transparent;
}

ul.tab li a {
    display: inline-block;
    text-align: center;
    padding: 5px 20px;
    text-decoration: none;
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
    background-color: #2a2b40;
    border: 1px solid #ddd;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px;
    font-weight: 300;
    pointer: coursor;
}

.jmi_sitem_wrapper_right_header h3 {
    margin-top:0px;
}

h3.jmi_sitem_dcscontainer_title {
    background-color: #f6f6f6;
    overflow: hidden;
    margin: 4px 0 3px 0px;
}

h3.jmi_sitem_dcscontainer_title a {
    background: url(../images/sprite.png) 98% 8px no-repeat;
    display: block;
    padding: 5px;
    padding: 6px 0px 6px 20px;
    color: #333;
    width: 100%;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}

h3.jmi_sitem_dcscontainer_title.open a {
    background: url(../images/sprite.png) 98% -27px no-repeat;
}

@media (max-width: 1368px) {

.tagitem_data_wrapper img {
    max-width: 35px;
    vertical-align: bottom;
    margin-top: 2px;
    margin-right: 2px;
}

}