div.groups {
    background: #DEF;
    padding: 8px;
    margin-bottom: 20px;
}
div.groups h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

/*---------------------------------
	foodielink custom
---------------------------------*/

#groups-container {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-bottom: 100px;
}

#groups-leftcol {
    position: relative;
    float: left;
    width: 650px;
    margin-right: 10px;
}

#groups-rightcol {
    position: relative;
    float: left;
    top: 0;
    width: 300px;
}

#groups-rightcol .merchants {
    position: relative;
    top: 20px;
    width: 300px;
    height: 978px;
    overflow: hidden;
    background: url(/site_media/static/img/whats_going_on_new.png) no-repeat;
}

#groups-header {
    position: relative;
    width: 636px;
    height: 150px;
    border: 1px solid #d7d7d7;
}

#rightcolumn #groups-ad {
    position: relative;
    width: 300px;
    height: 250px;
    margin-bottom: 10px;
}

#groups-header-top {
    position: relative;
    width: 636px;
    height: 50px;
    clear: both;
}

#groups-header-bottom {
    position: relative;
    width: 636px;
    height: 100px;
    background-color: #fef2e6;
}

#groups-header-left {
    float: left;
    width: 160px;
    height: 40px;
    text-indent: 10px;
}

#groups-header-right {
    float: left;
    width: 450px;
    height: 40px;
}

.groups-header-title {
    font-size: 30px;
    color: #a43d12;
    font-weight: bold;
    line-height: 42px;
}

.groups-header-desc {
    color: #999;
    line-height: 26px;
}

#create-groups-btn {
    float: left;
    width: 210px;
    height: 106px;
}

#search-groups {
    float: left;
    width: 400px;
    height: 100px;
}

#search-groups #group-search {
    width: 346px;
    height: 20px;
    padding: 5px;
}

#search-groups #group-search-submit {
    position: relative;
    top: -36px;
    left: 360px;
}

#search-groups form {
    position: relative;
    top: 30px;
}

#search-groups .default-text {
   font-family: Georgia;
   color: #999;
}

#groups-sort-menu {
    position: relative;
    left: -38px;
    margin: 0 0 20px 0;
    padding: 0;
    height: 25px;
    letter-spacing: 1px;
}

#groups-sorting-first li {
    float: left;
    list-style: none;
    height: 25px;
    padding: 0 25px 0 25px;
    line-height: 24px;
    font-size: 11px;
}

#groups-sorting-second {
    overflow: hidden;
    width: 320px;
    padding: 0 30px 0 30px;
    background-color: #e67a32;
}

#groups-sorting-second li {
    float: left;
    list-style: none;
    height: 25px;
    padding: 0 10px 0 10px;
    line-height: 24px;
    font-size: 11px;
}

#groups-sorting-first li {
    background-color: #fdd1ae;
}

#groups-sorting-first li.active {
    background-color: #fff;
}

#groups-sorting-first li a {
    color: #d06c21;
}

#groups-sorting-first li.active a {
    color: #ab522a;
}

#groups-sorting-second li {
    background-color: #e67a32;
}

#groups-sorting-second li a, #groups-sorting-second li {
    color: #fff;
}

.group-obj {
    overflow: hidden;
    margin-bottom: 20px;
}

.group-thumbnail {
    float: left;
    width: 143px;
    margin-right: 20px;
}

.group-desc {
    float: left;
    width: 465px;
}

.group-hr {
    float: left;
    position: relative;
    top: 5px;
    width: 636px;
}

.dotted {color: #fff; background-color: #fff; border: 2px dotted #f89037; border-style: none none dotted; border-width: 2px; }

.group-desc {
    line-height: 18px;
}

.group-desc-title a {
    font-size: 18px;
    text-decoration: underline;
    color: #000;
    line-height: 24px;
}

.group-stats {
    font-size: 10px;
    color: #cc6633;
}

#group-leftcol {
    float: left;
    width: 178px;
    margin-right: 10px;
}

#group-rightcol {
    position: relative;
    float: left;
    width: 445px;
    border: 1px solid #ececec;
}

#groups-container #rightcolumn {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 300px;
}

#groups-container #rightcolumn #going-on {
    position: relative;
    left: -2px;
    width: 300px;
    border: 1px solid #ccc;
    padding-bottom: 20px;
}

#groups-container #rightcolumn #merchants {
    position: relative;
    padding: 8px 8px 20px 8px;
    margin: 35px auto 10px auto;
    width: 274px;
    border: 1px solid #ccc;
}

#group-creator {
    position: relative;
    height: 130px;
    border: 1px solid #cecac7;
    margin-bottom: 10px;
    padding-bottom: 25px;
}

#group-creator a {
    color: #000;
    font-size: 10px;
}

.group-created-at {
    font-size: 10px;
    color: #999;
    font-style: italic;
}

.group-members {
    position: relative;
    border: 1px solid #cecac7;
    padding-bottom: 25px;
}

.group-members-heading, .group-creator-heading {
    position: absolute;
    top: 0;
    width: 176px;
    height: 22px;
    background-color: #fd8e34;
    color: #fff;
    text-indent: 5px;
    line-height: 20px;
}

.group-members-cont, .group-creator-cont {
    position: relative;
    top: 25px;
    left: 10px;
    width: 145px;
}

#group-heading {
    position: absolute;
    top: 5px;
    height: 20px;
    text-indent: 10px;
    color: #999;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#group-content, #group-topics {
    position: relative;
    top: 25px;
    left: 10px;
    width: 420px;
}

#group-content {
    margin-bottom: 50px;
}

.group-name {
    font-size: 36px;
}

.group-comment a {
    font-size: 10px;
    text-decoration: underline;
    color: #cc6633;
}

#group-topics-heading {
    position: relative;
    top: 10px;
    height: 22px;
    text-indent: 10px;
    background-color: #fdd1ae;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 2px;
}

#group-topics p a {
    color: #cc6633;
}

#create-group-form-heading {
    position: relative;
    height: 100px;
}

#create-group-form-title {
    float: left;
    width: 200px;
    height: 100px;
    border-right: 1px solid #fcd1af;
    font-size: 24px;
    font-weight: bold;
    color: #ef7b30;
}

#create-group-form-title span {
    position: relative;
    top: 20px;
    left: 25px;
}

#create-group-form-desc {
    position: relative;
    top: 10px;
    left: 20px;
    float: left;
    width: 600px;
    color: #999;
}

.group-create-btn {
    position: relative;
    top: 20px;
    left: 450px;
}

#group-creator-edit {
    position: absolute;
    top: 0;
    right: 5px;
    width: 25px;
    height: 10px;
    text-align: right;
    color: #fff;
}

#group-creator-edit a {
    font-size: 12px;
    color: #fff;
}

