/*HOMEPAGE IMAGES*/
#inbox_hd img[src="https://i.r.worldssl.net/img/amsg0.png"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://i.r.worldssl.net/img/msg0.png) no-repeat;
    width: 21px;
    /* Width of new image */
    height: 14px;
    /* Height of new image */
    padding-left: 21px;
    /* Equal to width of new image */
}
#inbox_hd img[src="https://i.r.worldssl.net/img/amsg1.png"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://i.r.worldssl.net/img/msg1.png) no-repeat;
    width: 21px;
    /* Width of new image */
    height: 14px;
    /* Height of new image */
    padding-left: 21px;
    /* Equal to width of new image */
}
img[src="https://i.r.worldssl.net/img/amsg0.png"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://i.r.worldssl.net/img/msg0.png) no-repeat;
    width: 21px;
    /* Width of new image */
    height: 14px;
    /* Height of new image */
    padding-left: 21px;
    /* Equal to width of new image */
}
img[src="https://i.r.worldssl.net/img/amsg1.png"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://i.r.worldssl.net/img/msg1.png) no-repeat;
    width: 21px;
    /* Width of new image */
    height: 14px;
    /* Height of new image */
    padding-left: 21px;
    /* Equal to width of new image */
}
img[src="https://i.r.worldssl.net/img/acmt0.png"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://i.r.worldssl.net/img/cmt0.png) no-repeat;
    width: 21px;
    /* Width of new image */
    height: 14px;
    /* Height of new image */
    padding-left: 21px;
    /* Equal to width of new image */
}
img[src="https://i.r.worldssl.net/img/acmt1.png"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://i.r.worldssl.net/img/cmt1.png) no-repeat;
    width: 21px;
    /* Width of new image */
    height: 14px;
    /* Height of new image */
    padding-left: 21px;
    /* Equal to width of new image */
}
img[src="https://i.r.worldssl.net/img/brsp0.png"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://i.r.worldssl.net/img/res0.png) no-repeat;
    width: 21px;
    /* Width of new image */
    height: 14px;
    /* Height of new image */
    padding-left: 21px;
    /* Equal to width of new image */
}
img[src="https://i.r.worldssl.net/img/brsp1.png"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://i.r.worldssl.net/img/res1.png) no-repeat;
    width: 21px;
    /* Width of new image */
    height: 14px;
    /* Height of new image */
    padding-left: 21px;
    /* Equal to width of new image */
}
img[src="https://i.r.worldssl.net/img/lfr0.png"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://i.r.worldssl.net/img/fr0.png) no-repeat;
    width: 21px;
    /* Width of new image */
    height: 14px;
    /* Height of new image */
    padding-left: 21px;
    /* Equal to width of new image */
}
img[src="https://i.r.worldssl.net/img/fr1.png"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://i.r.worldssl.net/img/fr1.png) no-repeat;
    width: 21px;
    /* Width of new image */
    height: 14px;
    /* Height of new image */
    padding-left: 21px;
    /* Equal to width of new image */
}

/*SOME CATEGORIES*/
.vc_cats {
    border-radius: 5px;
    border: 0px solid white;
    background: #E7E7E7;
}
.vc_hd {
    border-radius: 5px;
    border: 0px solid white;
    background: #E7E7E7;
}
.bottom_nav {
    background: linear-gradient(#ddd, #fff);
    box-shadow: none;
}

/*HEADER*/
#pr_hd li, .n_head li {
    color: #039;
    display: inline-block;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 6.5px 0;
    width: 139px;
    border: 1px solid #c2cfec;
    border-bottom: 0;
    background: #f4fbff;
    background: -moz-linear-gradient(top, #f4fbff 0, #96d3f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4fbff), color-stop(100%, #96d3f7));
    background: -webkit-linear-gradient(top, #f4fbff 0, #96d3f7 100%);
    background: -o-linear-gradient(top, #f4fbff 0, #96d3f7 100%);
    background: -ms-linear-gradient(top, #f4fbff 0, #96d3f7 100%);
    background: linear-gradient(to bottom, #f4fbff 0, #96d3f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fbff', endColorstr='#9edbff', GradientType=0);
}    
    
li#nav_sel {
    background: linear-gradient(#FCFCFC, #dedede);
    border-color: #D5D5D5;
}
li#nav_sel a {
    color: #333;
    text-decoration: none;
}
header li a {
    color: #039;
    text-decoration: none;
}
header li {
    border-color: #C2D0EC;
    background: linear-gradient(#FBFCFF, #BBC7E6);
}
.h_middle {
    margin-top: 2px;
}
#pr_hd li {
    border-color: #C2D0EC;
    color: #039 !important;
}
#pr_sel li {
    border-color: #D6D6D6 !important;
    background: linear-gradient(#FCFCFC, #D5D5D5) !important;
    color: #333 !important;
}
.n_head .pr_hd_bar {
    background: linear-gradient(#D6D6D6, #E7E7E7)!important;
    border-radius: 5px !important;
}
div.pr_hd_bar {
    background: linear-gradient(#D6D6D6, #E7E7E7)!important;
    border: 0px solid white !important;
    border-radius: 5px !important;
}
#pr_hd li:hover,
.n_head li:hover {
    border-color: #D6D6D6 !important;
    background: linear-gradient(#FCFCFC, #D5D5D5) !important;
    color: #333 !important;
}
.bottom_nav {
    background: linear-gradient(#ddd, #fff);
    box-shadow: none;
}
li#nav_sel {
    background: linear-gradient(#FCFCFC, #dedede);
    border-color: #D5D5D5;
}
li#nav_sel a {
    color: #333;
    text-decoration: none;
}
header li a {
    color: #039;
    text-decoration: none;
}
header li {
    border-color: #C2D0EC;
    background: linear-gradient(#FBFCFF, #BBC7E6) !important;
    color: #039 !important;
}
.h_middle {
    margin-top: 2px;
}
#pr_hd li {
    border-color: #C2D0EC;
    background: linear-gradient(#FBFCFF, #BBC7E6) !important;
    color: #039 !important;
}
#pr_sel li {
    border-color: #D6D6D6 !important;
    background: linear-gradient(#FCFCFC, #D5D5D5) !important;
    color: #333 !important;
}

.search_bar {
    border-radius: 0px;
}

.search_bar:focus,
.search_bar:hover {
    border-radius: 0px;
}
    
    .pr_hd_bar>.yel_btn {
    position: absolute;
    right: 7px;
    top: 5px;
}
    
.yel_btn {
    background: #fffbc7;
    background: -moz-linear-gradient(top, #fffbc7 7%, #f8d225 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #fffbc7), color-stop(100%, #f8d225));
    background: -webkit-linear-gradient(top, #fffbc7 7%, #f8d225 100%);
    background: -o-linear-gradient(top, #fffbc7 7%, #f8d225 100%);
    background: -ms-linear-gradient(top, #fffbc7 7%, #f8d225 100%);
    background: linear-gradient(to bottom, #fffbc7 7%, #f8d225 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbc7', endColorstr='#f8d225', GradientType=0);
    user-select: none;
    color: #8a4100 !important;
    font-size: 13px;
    padding: 4px 15px;
    border: 1px solid #f4c800;
    border-radius: 3px;
}
    
    .yel_btn:hover {
    background: #fff9d1;
    background: -moz-linear-gradient(top, #fff 8%, #f8d225 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #fff), color-stop(100%, #f8d225));
    background: -webkit-linear-gradient(top, #fff 8%, #f8d225 100%);
    background: -o-linear-gradient(top, #fff 8%, #f8d225 100%);
    background: -ms-linear-gradient(top, #fff 8%, #f8d225 100%);
    background: linear-gradient(to bottom, #fff 8%, #f8d225 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f8d225', GradientType=0)
}
    
    .yel_btn:active {
    border-color: #d4a900;
    background: -moz-linear-gradient(top, #f8d225 8%, #fff9d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #eaf25c), color-stop(100%, #fff9d1));
    background: -webkit-linear-gradient(top, #f8d225 8%, #fff9d1 100%);
    background: -o-linear-gradient(top, #f8d225 8%, #fff9d1 100%);
    background: -ms-linear-gradient(top, #f8d225 8%, #fff9d1 100%);
    background: linear-gradient(to bottom, #f8d225 8%, #fff9d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf25c', endColorstr='#fff9d1', GradientType=0)
}


/*HEADER END, WIDGET BEGIN*/   
#sm_nav a {
    color: #03c;
}
.you_wnt > div {
    border-radius: 0px;
    border: 0px solid white;
    background: #E7E7E7;
}
.you_wnt {
    border-radius: 0px;
}
.wdg > div:first-of-type {
    background: #E8E8E8;
}
footer {
    background: #E8E8E8;
    border-radius: 0px;
}
.mv_wr {
    border-top-left-radius: 0px;
}


.bwn_r {
  width: 341px;
}


    
    .wdg > div:first-of-type {
    background: #ffffff;
}
.wdg>div:first-of-type {
    cursor: default;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    background: #ffffff;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-radius: 8px 8px 0 0;
    padding: 5px 10px 3.5px;
}
    
    .wdg>div:first-of-type>a>img, .wdg>div:first-of-type>img {
    -webkit-user-drag: none;
    width: 0px;
    height: 0px;
    margin: 0px -6px 0px -1px;
}
    
    .wdg>div:first-of-type {
    cursor: default;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    background: #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #868686;
    border-right: 1px solid #ffffff;
    border-radius: 8px 8px 0 0;
    padding: 5px 10px 3.5px;
}
    
 .wdg>div:last-of-type {
    border-radius: 0 0 6px 6px;
    padding: 9px 10px 6px 12px;
}



    
.wdg>div:first-of-type {
    margin: 20px 0 8px 0;
    border-bottom: 1px solid #ccc !important;
    overflow: hidden;
    padding: 6px 0;
    zoom: 1;
    background-color: #fff !important;
    border: none;
    font-size: 16px;
    font-weight: normal;
}

    
    #subsbtns>a:first-of-type {
    position: relative;
    left: 0px;
}
    
    #subsbtns>a:last-of-type {
    display: none;
}
    

    element.style {
    font-weight: bold;
    cursor: default;
    color: blue;
}
    
    .vc_cats>div:first-of-type {
    background: #ffffff;
    padding: 4px 0 4px 12px;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: default;
}
    
    .vc_cats {
    border-radius: 5px;
    border: 0px solid white;
    background: #ffffff;
}
    
.vc_hd {
    border-radius: 0px;
    border: 0px solid white;
    background: #ffffff;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
    
#vc_selec {
    border-right: 1px solid #DCDCDC;
    padding: 8px 16px;
    bottom: 0px;
    position: absolute;
    margin-left: 0;
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
    border-top-right-radius:0px;
    border-top-left-radius: 0px;
    border: 0px solid #77777700;
    background: linear-gradient(to bottom, #ffffff 5%, #fff 100%);
    box-shadow: 0px 0px 0px 0px #000000;
    
}
    
 .wdg>div:last-of-type, .wt_des {
    border: 1px solid #ffffff00;
    overflow: hidden;
}
    
    .wdg>div:first-of-type>a>span, .wdg>div:first-of-type>span {
    font-weight: 700;
    vertical-align: top;
    position: relative;
    font-size: 16px;
    top: 1px;
    left: 9px;
}
    
    .wt_c_sct>div:first-of-type {
    background: #f3f3f300;
    padding: 4px 0 4px 9px;
    border-radius: 9px;
}
    
    .wt_c_sct>div:last-of-type {
    margin-top: -1px;
    padding-left: 9px;
    overflow: hidden;
    min-height: 22px;
}
    
/*VIDEO PAGE BEGIN*/
.wt_des {
    border-radius: 0px;
    background: #EEE;
    border: 1px solid #CCC;
}
        

.wt_c_sct > div:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#comment_textarea {
    border-radius: 0px;
}
.w_videos {
    border-radius: 0px;
}
.w_btm {
    border-radius: 0px;
}
.w_actions {
    border-radius: 0px;
}
#fty {
    border-radius: 0px !important;
}
#fto {
    border-radius: 0px !important;
}
element {
    border-radius: 0px !important;
}
.f_button {
    background: transparent linear-gradient(to bottom, #F4FBFF 0px, #96D3F7 100%) repeat scroll 0% 0%;
    border: 1px solid #C2CFEC;
    color: #039;
    font-weight: 700;
    font-family: Arial;
    border-radius: 5px !important;
}
.f_button:hover {
    background: transparent linear-gradient(to bottom, white 0px, #E4F4FE 100%) repeat scroll 0% 0%;
    border: 1px solid #C2CFEC;
    color: #039;
    font-weight: 700;
    font-family: Arial;
}
#f_poster {
    border-radius: 0px;
    padding: 4px;
}
.inner-triangle {
    border-right: 0px;
}
.wt_des .avt2 {
    border-radius: 0px;
}
.w_lnks span {
    border-bottom: 1px dotted blue;
}
.vid_th {
    border-radius: 0px;
    border-color: #D6D6D6;
}
.wp_avt,
.wp_avt:hover,
.wt_des .avt2,
.wt_des .avt2:hover,
.mv_under .avt2,
.mv_under .avt2,
.vid_th,
.vid_th:hover,
.avt2,
.avt2:hover {
    /*That's a LOT of things selected!*/
    border: 3px double #CCCCCC !important;
    border-radius: 0px !important;
    top: 0px !important;
}
.w_big_btn {
    background: transparent linear-gradient(to bottom, #FEFEFE 30%, #DEDEDE 80%) repeat scroll 0% 0%;
}

.grid-link {
    background: transparent linear-gradient(to bottom, #F4FBFF 0px, #96D3F7 100%) repeat scroll 0% 0%;
    border: 1px solid #C2CFEC;
    color: #039;
    font-weight: 700;
    font-family: Arial;
    border-radius: 5px !important;
}
.grid-link:hover {
    background: transparent linear-gradient(to bottom, white 0px, #E4F4FE 100%) repeat scroll 0% 0%;
    border: 1px solid #C2CFEC;
    color: #039;
    font-weight: 700;
    font-family: Arial;
}
    

/*COSMIC PANDA SUB BUTTON*/
.cosmic_top > .cosmic_sub {
    border-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background: transparent linear-gradient(to bottom, #fff 7%, #ffe100 100%) repeat scroll 0% 0%;
    color: #8A4100 !important;
    border: 1px solid #F4C800;
    font-size: 13px;
    text-shadow: 0px 0px 0px #FFF;
}
.cosmic_top > .cosmic_sub:hover {
    border-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background: transparent linear-gradient(to bottom, #fff 7%, #ffe100 100%) repeat scroll 0% 0%;
    color: #8A4100 !important;
    border: 1px solid #F4C800;
    font-size: 13px;
    text-shadow: 0px 0px 0px #FFF;
}
#sub-icon {
    width: 0px;
    height: 0px;
}
.cosmic_sub {
    padding: 5px 8px 5px 8px;
}

/*SUB BUTTON END*/
select {
    border-radius: 0px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"] {
    border-radius: 0px;
}
.pr_edit_btn {
    background: linear-gradient(to bottom, #ffffff 27%, #cccccc 60%);
}
.pr_edit_btn_sel {
    background: linear-gradient(to top, #ffffff 27%, #cccccc 60%);
}
    
    #pr_hd ul a, .n_head ul a {
  margin: 0 6px 0 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ch_cmt>div {
  float:left;
  margin:0px 0 0 8px;
  width:505px;
  font-size:13px
}