#addons {
    width:100%;
    height:auto;
    clear:both;
    padding:20px;
	margin-bottom: 0px;
    display:block;
    box-sizing: border-box;
    text-transform: uppercase;
    text-shadow: 0 2px 0 #000000;
}

#addons_maintance {
	background-color:#141414;
	padding:20px;
	font-size:20px;
	text-align:center;
}

#addons .addons_form .sbHolder {
	width:32% !important;
}

#addons .addons_left {
    float:left;
}

#addons .addons_right {
    float:right;
}

#addons .addons_clear {
    clear:both;
}

#addons .addons_col_gold {
    color:rgb(217, 179, 10);
}

#addons .addons_col_silver {
    color:rgb(180,180,180);
}

#addons .addons_categorys {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-content:space-between;
    margin: 20px 0px;
    flex-wrap: wrap;
}

#addons .addons_categorys div[catId] {
    /*background-color:rgba(0,0,0,0.2);
    border-radius: 5px;*/
    font-size:13.9px;
    /*font-weight:bold;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6),
                0 1px 1px rgba(0, 0, 0, 0.5),
                inset 0 0 0 1px rgba(255, 255, 255, 0.015),
                inset 0 1px 0 rgba(255, 255, 255, 0.05);
    padding:10px 10px;*/
    width:10%;
    text-align:Center;
    cursor:pointer;
    margin-bottom:10px;
}

#addons .addons_categorys div[catId].active,
#addons .addons_categorys div[catId]:hover {
    background-color:rgba(100,100,100,0.2);
}

#addons .addons_overview {
    position:relative;
    width:auto;
    height:auto;
    display:flex;
    justify-content:flex-start;
}

#addons .addons_overview .addons_box_left {
    position:relative;
    width:100%;
    height:auto;
}

#addons .addons_overview .addons_box_left .addons_box_left_head {
    padding:15px;
	background-color: #141414;
	font-size:13px;
    font-weight:bold;
    
	text-align:right;
	border-bottom:2px solid gold;
}

#addons .addons_overview .addons_box_left .addons_box_left_content {
	position:relative;
    white-space: nowrap;
    background-color: #141414;
    font-size:13px;
    font-weight:bold;
    display:flex;
    justify-content:flex-start;
    width:100%;
    height:60vh;
}

#addons .addons_overview .addons_box_left .addons_subcategories {
    width:28%;
    overflow-y:auto;
    height:100%;
}

#addons .addons_overview .addons_box_left .addons_subcategories li {
    padding:15px 10px 10px;
    background-color:rgba(0,0,0,0.2);
    cursor:pointer;
	border-right:2px solid #281f1c;
}

#addons .addons_overview .addons_box_left .addons_subcategories li:nth-child(odd) {
    background-color:rgba(255,255,255,0.025);
}

#addons .addons_overview .addons_box_left .addons_subcategories li.active {
    background-color:rgba(255,255,255,0.05);
	border-color:transparent;
}

#addons .addons_overview .addons_box_left .addons_subcategories li:after {
    float:right;
    margin-top:-3px;
}

#addons .addons_overview .addons_box_left .addons_sub_items {
    width:100%;
    background-color:rgba(255,255,255,0.05);
    overflow-y:auto;
    height:100%;
}

#addons .addons_overview .addons_box_left .addons_sub_items ul {
    width:100%;    
}

#addons .addons_overview .addons_box_left .addons_sub_items ul li {
    margin:10px 5px 5px 5px;
    padding:10px 10px;
    background-color:rgba(0,0,0,0.1);
    width:100%;
}

#addons .addons_overview .addons_box_left .addons_sub_items .addons_sub_item_icon {
    width:48px;
    height:48px;    
    background-color: #1A1917;
    border-radius:5px;
}

#addons .addons_overview .addons_box_left .addons_sub_items .addons_sub_item_icon img {
    width:40px;
    height:40px;
    margin-top:2px;
    margin-left:2px;
    border-radius:5px;
    
    border: 2px solid rgba(255, 255, 255, 0.015);
}

#addons .addons_overview .addons_box_left .addons_sub_items .addons_sub_item_icon2 {
    width:0px;
    height:0px;    
    background-color: #1A1917;
    border-radius:5px;
}

#addons .addons_overview .addons_box_left .addons_sub_items .addons_sub_item_icon2 img {
    width:0px;
    height:0px;
    border: 2px solid rgba(255, 255, 255, 0.015);
}

#addons .addons_overview .addons_box_left .addons_sub_items .addons_sub_item_name {
	width: 14%;
    padding: 0px 10px;
    margin-top:16px;
    font-size:13px;
    cursor:default;
	overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
}

#addons .addons_overview .addons_box_left .addons_col_rarity {

	overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
}

#addons .addons_overview .addons_box_left .addons_sub_items .addons_sub_item_name p:first-child {
   font-weight:bold;
   text-overflow: ellipsis;

}

#addons .addons_overview .addons_box_left .addons_sub_items .addons_sub_item_name p:last-child {
    font-size:11px;
}

#addons .addons_overview .addons_box_left .addons_sub_items .addons_sub_item_name p:last-child color {
   font-weight:bold;
}

#addons .addons_overview .addons_box_left .addons_sub_item_price {
	width:60%;
    padding: 0px 10px;
    margin-top: 6px;
    font-size: 10px;
    white-space: pre-wrap;
    word-break: break-word;
}

#addons .addons_box_right {
    position:relative;
    width:auto;
    height:auto;
    
    
    width:calc(30% - 10px);
    margin-left:10px;
}

/* THEME SHIT FIX */
ol, ul {
    padding-left: 0;
}
