#mainContent {
  min-height: 1100px;
  width: 960px;
}

  #widgetColumn,
  #userColumn { 
    position: relative;
    z-index: 2;
    width: 762px;
    margin: 0 0 60px 195px;
    background: white;
    border: 1px solid #aeaeae;
    box-shadow: 0 0 10px #BEBEBE;
   -moz-box-shadow: 0 0 10px #BEBEBE;
   -webkit-box-shadow: 0 0 10px #BEBEBE;
  }
 
  #widgetColumn {
    margin-bottom: -1px;
  }
   
  #userColumn header {
    position: relative;
    height: 52px;
    margin: 0 auto;
    padding: 0 0 17px 41px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(238,238,238)),
        color-stop(1, rgb(205,205,205))
    );
    background-image: -moz-linear-gradient(
        center top,
        rgb(238,238,238) 0%,
        rgb(205,205,205) 100%
    );
    background-image: -o-linear-gradient(top,rgb(238,238,238),rgb(205,205,205));
    text-shadow: 1px 1px 1px #a6a6a6;
    border-bottom: 1px solid #aeaeae;
    font-size: 29px;
    font-weight: normal;
    line-height: 84px;
  } 

  html.no-cssgradients #userColumn header {
    height: 51px;
    background: transparent url(/images/widget/gallery/header-gradient.png) repeat-x scroll 0 0;
  } 

  #searchBar {
    display: block;
    width: 150px;
    height: 14px;
    position: absolute;
    right: 21px;
    bottom: 16px;
    border: 1px solid #9f9f9f;
    border-radius: 3px;
   -moz-border-radius: 3px;
    padding: 5px 0 6px 20px;
    background: white url(/images/widget/gallery/search-icon.gif) no-repeat scroll 5px 7px;
    color: #aaa;
    font-size: 12px;
    line-height: 14px;
    box-shadow: inset 1px 1px 6px -3px black;
   -moz-box-shadow:inset  1px 1px 6px -3px black;
   -webkit-box-shadow: inset 1px 1px 6px -3px black;
  }

  #searchBar.focus {
    color: black;
  }

  .row {
    clear: both;
    border-bottom: 1px solid #ddd;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(255,255,255)),
        color-stop(1, rgb(247,247,247))
    );
    background-image: -moz-linear-gradient(
        center top,
        rgb(255,255,255) 0%,
        rgb(247,247,247) 100%
    );
    background-image: -o-linear-gradient(top,rgb(255,255,255),rgb(247,247,247));
  } 
 
  html.no-cssgradients .row {
    background: transparent url(/images/widget/gallery/widgetbox-gradient.png) repeat-x scroll 0 bottom;
  }
 
  #widgetColumn .widget {
    position: relative;
    width: 379px;
    min-height: 170px;
    margin: 0;
    padding: 20px 0 50px;
    float: left;
  }

  .widget.e {
    border-right: 1px solid #ddd;
  }

  #widgetColumn .widget.o {
    border-left: 1px solid #ddd;
    margin-left: -1px;
    width: 382px;
  }

  #widgetColumn footer,
  #userColumn footer {
    display: block;
    background: #eee;
    clear: both;
    height: 40px;
    line-height: 40px;
    color: #555;
    font-size: 12px;
    text-align: center;
  }

  html.no-cssgradients #widgetColumn footer,
  html.no-cssgradients #userColumn footer {
    background: transparent url(/images/widget/gallery/footer-gradient.png) repeat-x scroll 0 0;
  }

  #loadMoreLibraryWidgets,
  #loadMoreUserWidgets {
    font-size: 12px;
    font-weight: bold;
    color: #555;
    cursor: pointer;
    position: relative;
  }

  #loadMoreUserWidgets:hover {
    color: #333;
  }

  #loadMoreUserWidgets em {
    color: #333;
    font-weight: normal;
    margin: 0 4px;
    cursor: auto;
  }

  #libSpinner,
  #usrSpinner {
    display: none;
    position: absolute;
    right: -30px;
    top: -6px;
  }

  #userColumn .widget {
    position: relative;
    float: left;
    margin: 0 0 0 1px;
    padding: 26px 29px 26px 40px;
    min-height: 20px;
    width: 308px;
    color: #888;
    font-size: 11px;
    overflow: hidden;
  }

  #userColumn .widget h2 {
    position: relative;
    margin: 0 0 5px;
    padding: 2px 0;
    color: #fe6518;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    color: black;
    text-shadow: none;
    width: 280px;
    overflow: hidden;
  }

  #userColumn .widget h2 a {
    color: #FE6518;
    font-size: 14px;
    font-weight: bold;
  }

  #userColumn .widget h2 a:hover {
    color: #db0303;
  }

  #userColumn .widget .icon {
    position: absolute;
    top: 31px;
    right: 29px;
    width: 26px;
    height: 20px;
    background: transparent url(/images/widget/gallery/theme-icons.png) no-repeat scroll 0 -22px;
  }

  #userColumn .widget .icon.yellow {
    background-position: 0 -1px;
  }
  #userColumn .widget .icon.red   {
    background-position: 0 -43px;
  }
  #userColumn .widget .icon.purple{
    background-position: 0 -64px;
  }
  #userColumn .widget .icon.blue  {
    background-position: 0 -85px;
  }
  #userColumn .widget .icon.teal  {
    background-position: 0 -106px;
  }
  #userColumn .widget .icon.olive {
    background-position: 0 -127px;
  }
  #userColumn .widget .icon.green {
    background-position: 0 -148px;
  }
  #userColumn .widget .icon.gray  {
    background-position: 0 -169px;
  }
  #userColumn .widget .icon.black {
    background-position: 0 -190px;
  }
  #userColumn .widget .icon.pink  {
    background-position: 0 -211px;
  }

  #userColumn .widget .info {
    font-size: 12px;
  }

  #userColumn .widget a {
    color: #888;
    font-size: 12px;
    font-weight: bold; 
  }

  #userColumn .widget a:hover {
    color: #ed602f;
  }

  #userColumn .widget p {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 18px;
    color: #555;
  }


  #categoryList {
    width: 195px;
    position: absolute;
    top: 36px;
    left: -1px;
    list-style: none none;
    padding: 0;
    margin: 0;
    border: 1px solid #bebebe;
    z-index: 3;
    box-shadow: 0 0 7px #bababa;
   -moz-box-shadow: 0 0 7px #bababa;
   -webkit-box-shadow: 0 0 7px #bababa;
  }

  #categoryList li {
    height: 33px;
    border-bottom: 1px solid #d8d8d8;
    line-height: 34px;
    padding: 0 11px;
    background: #f8f8f8;
    cursor: pointer;
  }

  #categoryList li.last {
    border-bottom: 0 none; 
  }

  #categoryList li:hover {
    background: #f0f0f0; 
  }

  #categoryList li.selected {
    background: url("/images/widget/gallery/category-selected.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 34px;
    position: relative;
    left: -1px;
    top: -1px;
    width: 188px;  
  }
 
  #categoryList li a {
    font-size: 13px;
    color: #333;
  }

  #categoryList li.selected a {
    font-weight: bold;
    color: #000;
  }

#searchBox {
  padding: 30px 0 30px 40px;
  position: relative;
  background: #eee;
  border-top: 1px solid #cbcbcb;
}

#searchBox h2 {
  color: black;
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 10px;
  text-shadow: 1px 1px 1px #a6a6a6;
}

#searchBarAlt {
  width: 300px;
  padding: 6px;
  font-size: 16px;
  color: #333;
  border: 1px solid #9f9f9f;
  border-radius: 3px;
 -moz-border-radius: 3px;
}

#searchButton {
  padding: 2px 20px;
  left: 418px;
  top: 67px;
  height: 28px;
}

.no-cssgradients #searchButton {
  width: 53px;
  height: 30px;
  background: transparent url(/images/widget/gallery/searchButton.png) no-repeat scroll 0 0;
}

.no-cssgradients #searchButton:hover {
  background-position: 0 -35px;
}

#buildButton {
  color: #555;
  width: 100px;
  padding-right: 5px;
}

.no-cssgradients #buildButton {
  width: 108px;
  height: 24px;
  background: transparent url(/images/widget/gallery/buildButton.png) no-repeat scroll 0 0;
}

.no-cssgradients #buildButton:hover {
  background-position: 0 -25px;
}

#buildButtonIcon {
  width: 12px;
  height: 12px;
  background: transparent url(/images/widget/view/grayPlus.png) no-repeat scroll 0 0;
  position: absolute;
  top: 5px;
  left: 5px;
}

.no-cssgradients #buildButtonIcon {
  display: none;
}

#searchBox p {
  font-size: 12px;
  color: #555;
}


/* Main Page Categories List */
#gearsAndWidgets {
  height: 306px;
  width: 1076px;
  position: relative;
  left: -58px;
  background: transparent url(/images/widget/gallery/GalleryGears.png) no-repeat scroll 0 0;
}

#mainCategoryList {
  margin: 0 0 45px;
}

#mainCategoryList ul {
  float: left;
  width: 200px;
  margin: 24px 0 0 100px;
  list-style-type: square;
  list-style-position: outside;
}

#mainCategoryList ul li {
  font-weight: bold;
  font-size: 19px;
  line-height: 35px;
  color: #bbb;
}

#mainCategoryList a {
  color: #222;
  font-size: 14px;
}

#mainCategoryList a:hover {
  color: #db0303;
}
