body {
    margin: 20px 0;
    font-family: Verdana;
    font-size: 12px;
}

a {
    color: #3399ff;
    line-height: 14px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#content-wrap {
    width: 980px;
    margin: 0 auto;
}

#top {
    height: 190px;
    position: relative;
    text-align: left;
    z-index: 1;
}

#logo a {
    width: 171px;
    height: 75px;
    display: block;
    text-decoration: none;
    background: url(../images/logo.png) no-repeat;
}

#top-ad {
    width: 728px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 252px;
}

#top-ad img {
    border: none;
}

#topbar {
    background: #999999;
    text-align: right;
    padding: 3px;
    position: absolute;
    top: 150px;
    left: 0;
    width: 974px;
}

#top-login {
    font-size:10px;
    position:absolute;
    right:0;
    text-align:right;
    top:125px;
    width:251px;
}

.search .inputbox {
    font-size: 13px;
    vertical-align: middle;
    font-family: Verdana;
    font-size: 10px;
    color: #a7a7a7;
    font-weight: bold;
    padding: 3px;
}

#search_searchword.inputbox {
    height: 19px;
    margin-bottom: 10px;
}

.inputbox {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #620042;
}

.search .button {
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-size: 11px;
    height: 18px;
    margin-left: 3px;
    margin-top: 0;
    vertical-align: middle;
    background: #333333;
}

.button {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    color: #FF9900;
    font-size: 10px;
    font-weight: bold;
    height: 23px;
}

.aGray {
    color: #757575;
    font-size: 11px;
    font-weight: bold;
}

#menu {
    height: 25px;
    font-family: Verdana;
    position: absolute;
    top: 125px;
    left: 0;
    z-index: 2000;
}

#mainContent {
    width: 803px;
    float: left;
    min-height: 641px;
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid #cccccc;
    position: relative;
}

#mainContent .blog {
    /*width: 660px;*/
    width: 100%;
}

#mainContent .description p {
    margin: 3px 0;
}

.searchresults fieldset {
    border: none;
    margin-bottom: 20px;
}

.contentpaneopen, .contentpaneopen-events {
    border: 0;
    padding: 0;
    width: 100%;
    border-spacing: 0;
}

.blog .contentpaneopen {
    width: 100%;
}

#mainRight {
    width: 160px;
    float: left;
}

#mainRight .banneritem {
    margin-top: 10px;
}

.clr {
    clear: both;
}

#breadcrumb {
    width: 465px;
    float: left;
    line-height: 20px;
    text-align: left;
    margin-left: 0;
}

#breadcrumb, #breadcrumb a {
    color: #fff;
    font-size: 10px;
}

#topsearch {
    width: 500px;
    float: left;
    margin-left: 8px;
}

#topsearch .menu {
    padding: 0;
    margin: 0 0 0 0;
    float: left;
}

#topsearch .menu li {
    display: inline;
    background: url(../images/topbarmenu-bg.png) no-repeat left 3px;
    padding-left: 15px;
    margin-left: 13px;
    line-height: 18px;
}

#topsearch .menu a {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#topsearch .menu a:hover {
    text-decoration: underline;
}

#footer {
    color: #999999;
    font-size: 10px;
    height: 35px;
    line-height: 15px;
    padding: 10px 0;
    text-align: center;
}

.cbFieldIconsLabels {
    color: #fd6300;
    font-size: 11px;
}


/* Menu Styles */

#menu ul {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 100;
}

#menu li {
    display: inline;
    position: relative;
    border-right: 1px solid #a5a5a5;
    z-index: 10;
}

#menu li span {
    padding: 1px 5px;
    
}

#menu li span span {
 /*   padding: 0;  */
}

#menu li.item33 {
    border: none;
}

#menu li li span.separator {
    padding: 2px 5px;
}

#menu li li li span {
    padding-left: 10px;
}

#menu li a, #menu li {
    font-size: 11px;
    font-weight: bold;
    text-transform: lowercase;
}

#menu li a:hover {
    text-decoration: none;
}

#menu li ul {
    width: 145px;
    position: absolute;
    top: 14px;
    left: 0;
    border: solid #f3f3f3;
    border-width: 1px 0;
    background: #fff;
    z-index: 10;
    border-bottom:none;
}

#menu li ul ul {
    position: relative;
    top: 0;
}

#menu li ul a {
    padding: 2px 5px;
    display: block;
    width: 135px;
    color: #333333;
}

#menu li ul a {
    font-weight: normal;
}

#menu li ul li {
    display: block;
    padding: 0;
    border: none;
}

#menu ul ul, #menu ul li:hover ul {
    display: none;
}

#menu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul ul li:hover ul {
    display: block;
}

#menu li.item1 a {
    color: #CC9933;
}

#menu li.item1 a:hover {
    color: #fff;
    background: #CC9933;
}

#menu li.item3 {
    color: #CC0066;
}

#menu li.item3 li a:hover {
    color: #fff;
    background: #CC0066;
}

#menu li.item5 a {
    color: #993300;
}

#menu li.item5 a:hover {
    color: #fff;
    background: #993300;
}

#menu li.item6 a {
    color: #3399FF;
}

#menu li.item6 a:hover {
    color: #fff;
    background: #3399FF;
}

#menu li.item7 {
    color: #FF6600;
}

#menu li.item7 li a:hover {
    color: #fff;
    background: #FF6600;
}

#menu li.item7 span span:hover{
    color: #FF6600;  
}

#menu li.item7:hover li {
    color: #333333;
    font-weight: normal;
}

#menu li.item20 {
    color: #9900FF;
}

#menu li.item20 li a:hover {
    color: #fff;
    background: #9900FF;
}

#menu li.item20 span span:hover {
    color: #9900FF; 
}

#menu li.item20:hover li {
    color: #333333;
    font-weight: normal;
}

#menu li.item28 {
    color: #3399FF;
}

#menu li.item28 li {
    color: #333333;
    font-weight: normal;
}

#menu li.item28 li a:hover {
    color: #fff;
    background: #3399FF;
}

#menu li.item28 span span:hover {
    color: #3399FF;  
}

#menu li.item33 a {
    color: #99CC33;
}

#menu li.item33 a:hover {
    color: #fff;
    background: #99CC33;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer li {
    display: inline;
    padding: 0 5px;
}

#footer li a {
    color: #FF6600;
}

.titleheader_big_purple {
    color: #9900FF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.titleheader_big_gray {
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.description {
    color:#333333;
    font-size:10px;
    font-weight:500;
}

td {
    vertical-align:top;
}

.contentpaneopen, .contentpaneopen-events {
    color: #333333;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
}

#events-main .blog .contentpaneopen {
    margin-top: -1px;
}

.blog .contentheading {
    color: #303030;
    text-transform: none;
    font-size: 24px;
    padding: 0;
    line-height: normal;
}

#events-main .blog .contentheading, #events-main .contentpaneopen .btmborder {
    display: none;
}

.contentheading, .componentheading, .sectionheading {
    font-size: 18px;
    text-transform: lowercase;
    color: #99CC33;
    padding-bottom: 20px;
}

.align_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 7px;
    border: 1px solid #dcd9d9;
}

.author-title {
    font-size: 11px;
    color: #979797;
    font-weight: bold;
}

.intro-text {
    font-size: 14px;
    line-height: 24px;
}

.hotitem-title {
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}

.modelcredit-title {
    font-size: 10px;
}

.titleheader_big_red {
    color:#333333;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:24px;
    font-weight:500;
    line-height:25px;
}

.titleheader_brown {
    color:#CC9933;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:18px;
    font-weight:500;
    padding-left:10px;
}

.idevelopments {
    border-right: 1px solid #cfcfcf;
    padding: 0pt 10px;
    float: left;
    width: 490px
}

.idevelopments-other {
    padding: 0pt 20px;
    float: left;
    width: 235px
}

.idevelopments-other h3.gk_news_show_news_header {
    margin: 0;
}

.idevelopments-other .gk_news_show_news_info {
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 10px;
}

.imgnews {
    padding: 7px 7px 20px;
    border: 1px solid #dcd9d9;
    width: 146px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.imgnews img {
    border: none;
}

#industryupdate {
    margin-top: 20px;
    font-family: Verdana;
    line-height: normal;
}

#industryupdate .intro-text {
    font-size: 12px;
    line-height: 16px;
}

#industryupdate .gk_news_show_left {
    padding: 20px 10px;
    border-left: 1px solid #cccccc;
}

#industryupdate .gk_news_show_news_text, #industryupdate .intro-text {
    margin: 0;
}

#industryupdate h4.gk_news_show_news_header {
    margin: 0;
}

#industryupdate .updatesImg, #industryupdate .updateTitle, #industryupdate .updateThumbs,
.idevelopments .updatesImg, .idevelopments .updateTitle, .idevelopments .updateThumbs{
    display: none;
}

.updatesImg {
    width: 390px;
    height: 310px;
    float: left;
    margin-right: 15px;
}

.updateThumbs img {
    margin-right: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    border: 2px solid #fff;
}

.updateThumbs img:hover {
    border: 2px solid #3598FE;
}

.display_none {
    display: none;
}

#mission-left {
    width: 280px;
    float: left;
    margin-right: 20px;
}

#mission-main {
    width: 450px;
    float: left;
}

#industryupdate .gk_news_show_center {
    padding: 20px 10px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#industryupdate .gk_news_show_right {
    padding: 20px 10px;
}

#newsbriefs {
    width: 106px;
    padding: 10px 20px;
    border: 2px solid #98cb32;
    margin-right: 30px;
    float: left;
    font-size: 10px;
    line-height: normal;
    margin-top: 20px;
}

#industryupdate {
    width: 605px;
    float: left;
}

#industryupdate .imgnews {
    float: none;
    margin: 0 auto;
    overflow: hidden;
    border: none;
}

.roundblue-top {
    width: 804px;
    height: 19px;
    line-height: 0;
    background: url(../images/roundblue-top.png) no-repeat;
}

.roundblue-mid {
    width: 804px;
    background: url(../images/roundblue-mid.png) repeat-y;
}

.roundblue-btm {
    width: 804px;
    height: 25px;
    line-height: 0;
    background: url(../images/roundblue-btm.png) repeat-y;
}

.roundwhite-top {
    width: 786px;
    height: 12px;
    line-height: 0;
    background: url(../images/roundwhite-top.png) no-repeat;
}

.roundwhite-mid {
    width: 766px;
    padding: 10px;
    background: url(../images/roundwhite-mid.png) repeat-y;

}
.roundwhite-btm {
    width: 786px;
    height: 25px;
    line-height: 0;
    background: url(../images/roundwhite-btm.png) no-repeat;
}

.whitegray-top {
    background: url(../images/whitegrey-top.png) no-repeat;
    height: 8px;
    line-height: 0;
}

.whitegray-mid {
    background: url(../images/whitegrey-mid.png) repeat-y;
    padding: 20px 40px;
    overflow: hidden;
}

.whitegray-btm {
    background: url(../images/whitegrey-btm.png) no-repeat;
    height: 9px;
    line-height: 0;
}

.roundleft {
    width: 415px;
    margin-right: 50px;
    float: left;
}

.roundright {
    width: 255px;
    float: left;
    font-size: 10px;
    font-weight: bold;
    color: #3199fc;
}

.idevelopments .gk_news_show_news_header {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    padding-bottom: 10px;
}

.idevelopments .gk_news_show_news_header a {
    text-decoration: none;
    line-height: 18px;
    color: #333333;
}

.idevelopments .gk_news_show_news_header a:hover {
    text-decoration: underline;
}

.idevelopments td.gk_news_show_center {
    padding-bottom: 30px;
}

.idevelopments .intro-text {
    line-height: 18px;
    font-size: 12px;
}

.idevelopments .imgnews {
    border: none;
    padding: 0 7px 20px;
}

.idevelopments-other h3 {
    font-size: 14px;
    color: #a0a0a0;
}

.idevelopments-other .gk_news_show_news_header a {
    font-size: 14px;
    color: #3399ff;
    font-weight: normal;
}
.moduletable-previous {

  padding-bottom:10px;

}
.moduletable-previous, .moduletable-previous h3 {
    font-size: 10px;
    color: #999999;
    margin-bottom: 0px;
 
}

.moduletable-previous h4 {
    margin: 0;
}

.moduletable-previous a {
    color: #3399ff;
    font-weight: normal;
        font-size: 10px;
}

.pagenavbar {
    text-align: right;
    padding-right: 30px;
}

.pagenavcounter {
    display: none;
}

.btmborder {
    border-bottom: 1px solid #cbcbcb;
    padding: 0 6px;
}

.buttonheading img {
    border: none;
    padding-bottom: 3px;
}

.blog {
    width: 100%
}

#pressleft {
    width: 485px;
    float: left;
    font-size: 14px;
}

#pressleft h4.gk_news_show_news_header a {
    font-weight: normal;
    font-size:14px !important;
}

#pressleft .gk_news_show_news_info {
    color: #727272;
    font-weight: normal;
    font-size: 12px;
}

#pressleft .imgnews {
    padding: 0;
    border: none;
    width: auto;
}

#pressleft .imgnews img {
    width: 25px;
}

#pressleft p.gk_news_show_news_info {
    padding: 0;
    margin: 0;
}

#pressleft .gk_news_show_news_header {
    margin: 0;
}

#pressleft td.gk_news_show_center {
    padding-bottom: 20px;
}

#pressleft table {
    width: 100%;
}

#pressright {
    width: 295px;
    float: left;
}

#pressright-top {
    height: 12px;
    line-height: 0;
    background: url(../images/pressright-top.png) no-repeat;
}

#pressright-mid {
    padding: 20px;
    background: #ededed;
}

#pressright-btm {
    height: 11px;
    line-height: 0;
    background: url(../images/pressright-btm.png) no-repeat;
}

#pressdisclaimer {
    font-size: 10px;
    line-height: normal;
    width: 400px;
}

#pressright, #pressright span.srfr-feed-timestamp {
    font-size: 10px;
}

#pressright a, #pressright a:hover {
    color: #3399ff;
}

#pressright ul.srfr li {
    border: none;
}

#pressright ul.srfr li.srfr-row1 {
    background: none;
}
#feedtitle {
    font-size: 26px;
    font-weight: bold;
    color: #cccccc;
    text-align: center;
}

.pressnews {
    margin-top: 20px;
}

#cheatsheet ul {
    padding-left: 0;
}

#cheatsheet .style1 {
    text-indent: 27px;
}

#cheatsheet li {
    list-style: none;
    padding-left: 27px;
    padding-bottom: 10px;
}

#cheatsheet li.selected {
    background: url(../images/checkmark.png) no-repeat 0 -1px;
}

#cheatsheet li a {
    outline: none;
}

#jevents_body .calendar-months tr td {
    border: none;
    background: #f1f6df;
    font-size: 13px;
    color: #3598ff;
    line-height: 30px;
}

#jevents_body tr td {
    font-family: Verdana;
}

.ev_ul {
    padding: 0;
	margin-left:0px;
}

.ev_ul li {
    list-style: none;
    margin-bottom: 25px;
}

#jevents_body .ev_ul a {
    color: #3598ff;
}

#jevents_body tr td .year-events {
    color: #383838;
}

#jevents_body tr td .year-events h1 {
    color: #a2a2a2;
}

#grp1, #grp2, #grp3, #grp4 {
    cursor: pointer;
}

#grp1.selected, #grp2.selected, #grp3.selected, #grp4.selected {
    background: #c2db76;
}

#mon2, #mon3, #mon4 {
    display: none;
}


#registrationTable .inputbox, .fieldCell input, .fieldCell select {
    background: url(../images/inputbg.png) repeat-x;
    padding: 4px;
    color: #0d7ef8;
    font-family: Verdana;
    font-size: 11px;
    border: 1px solid silver;
}

.tab-row {
    background: url(../images/steps-noselect.png) no-repeat;
    height: 30px;
    width: 175px;
    position: absolute;
    top: -36px;
    right: 0;
}

.dynamic-tab-pane-control h2.tab {
    width: 76px;
    height: 30px;
    padding: 0;
}

.dynamic-tab-pane-control h2.tab a {
    display: none;
}

.dynamic-tab-pane-control .tab-row #t6.tab.selected {
    background: url(../images/steps.png) no-repeat 0px -60px;
    width: 90px;
}

.dynamic-tab-pane-control .tab-row #t7.tab.selected {
    background: url(../images/steps.png) no-repeat -76px -30px;
    width: 86px;
}

.dynamic-tab-pane-control .tab-row #t8.tab.selected {
    background: url(../images/steps.png) no-repeat -152px 0px;
    width: 86px;
}

.cbFieldsContentsTab {
    margin-top: 50px;
}

.titleCell {
    font-family: Verdana;
    font-size: 14px;
    color: #606060;
    text-align: right;
    width: 263px;
    font-weight: normal;
    padding: 12px;
}

.fieldCell {
    padding: 12px 0;
    width: 400px;
}

.cbSnglCtrlLbl {
    width: 40%;
    float: left;
    margin-right: 10px;
    font-family: Verdana;
    font-size: 12px;
}

.cbFieldIconsLabels {
    line-height: 20px;
}

#registrationTabs ul,  #registrationTabs3 ul{
    margin: 0;
    padding: 0;
    height: 32px;
    float: right;
}

#registrationTabs li, #registrationTabs3 li {
    float: left;
    list-style: none;
    width: 73px;   
}

#registrationTabs ul.step1 {
    background: url(../images/steps2.png) no-repeat 0 -32px;
}

#registrationTabs ul.step2 {
    background: url(../images/steps2.png) no-repeat 0 0;
}

#registrationTabs3 ul.step1 {
    background: url(../images/steps3.png) no-repeat 0 -64px;
}

#registrationTabs3 ul.step2 {
    background: url(../images/steps3.png) no-repeat 0 -32px;
}

#registrationTabs3 ul.step3 {
    background: url(../images/steps3.png) no-repeat 0 0;
}

#registrationTabs span, #registrationTabs3 span {
    display: none;
}

#ourmission ul {
    padding: 0 0 0 15px;
    margin: 0;
}

#industryupdate table.gk_news_show_table {
    width: 617px;
}

.recent-tabs {
    margin: 0 0 0 5px;
    padding: 0;
}
/* a.jcepopup img{width: 140px;height:40px;}*/
.recent-tabs li {
    list-style: none;
    padding: 0;
    background: #C6DFFC;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.recent-tabs .recenttab-left, .recent-tabs .recenttab-mid, .recent-tabs .recenttab-right {
    width: 10px;
    float: left;
	height: 32px;
}

.recenttab-mid {
    padding-left: 10px;
	padding-right: 10px;
}

.recenttab-left {
   /*  background: url(../images/recenttabs-left.png) no-repeat; */
}

.recenttab-right {
   /*  background: url(../images/recenttabs-right.png) no-repeat; */
}

#recently-2, #recently-3, #recently-4, #recently-5 {
    display: none;
}

.blogimg-42 {
    width: 120px;
    height: 170px;
    float: left;
    background: url(../images/kss-about-a-boy.jpg) no-repeat;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-top: 30px;
}

.blogimg-43 {
    width: 180px;
    height: 195px;
    float: left;
    background: url(../images/kss-mama-said.jpg) no-repeat;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-top: 20px
}

.blogimg2 {
    width: 128px;
    height: 178px;
    float: left;
    background: url(../images/kss-sister-act.jpg) no-repeat;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-top: 30px
}

.blogimg3 {
    width: 128px;
    height: 178px;
    float: left;
    background: url(../images/kss-industry-insider.jpg) no-repeat;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.cb_comp_inner {
    line-height: 25px;
}

.ad250x250 {
    width: 250px;
    height: 260px;
    font-size: 10px;
    color: #d1d1d1;
    text-align: center;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.ad250x250 img {
    border: 1px solid #000;
}

.ourcontent td {
    vertical-align: middle;
}

#cbfv_64 {
    vertical-align: middle;
}

#confirmation {
    text-align: center;
}

#archive-filter {
    text-align: right;
    margin-right: 20px;
    margin-bottom: 10px;
}

#archive-filter select {
    font-size: 12px;
    color: #0a7ef9;
    border: 1px solid #9c9c9a;
    padding: 1px;
}

.cb_form_instructions li {
    list-style: none;
}

form.cb_form .cb_form_line label {
    width: 200px;
}

form.cb_form .cb_form_line .cb_field {
    width: 500px;
    float: none;
}

form.cb_form .cb_form_buttons_line {
    text-align: left;
    padding-top: 3px;
    margin-left: 206px;
}

form.cb_form .button {
    width: 200px;
}

#mainContent h4.gk_news_show_news_header, .moduletable-previous h4.gk_news_show_news_header {
<!--font-size: 12px;-->
}

#industryupdate h4.gk_news_show_news_header {
    font-size: 12px;
    font-weight: bold;
}

.year-events h1 {
    margin: 0;
    padding: 10px 0;
    font-size: 22px;
}

div#print-icon.btmborder {
    width: 56px;
}

.jevents_header .btmborder {
    height: 20px;
}

.yoo-tooltip-toggler[style] {
   width: 130px !important;
}

div.yoo-tooltip {
    z-index: 99999;
}

li.active {
background:#FFFFFF;
}

a.readon {
 padding:0px !important; 
 margin:0px !important;
 color:#3399FF;
 line-height:14px;
}
.gk2 {
font-weight:bold;
}