#content .leftSide .boxRound .icons {
    margin-top: -20px;
    margin-bottom: 10px;
    text-align: center;
}

#content .leftSide .boxRound .icons .icons-wrap  {
    margin: auto;
    width: 165px;
}

#content .leftSide .boxRound .icons .icons-wrap a {
    float: left;
    display: inline-block;
    width: auto;
    margin: 0px 8px 5px 8px;
}

#content .leftSide .boxRound .corner-white.purple-dark,
#content .leftSide .boxRound .corner-white.blue-dark,
#content .leftSide .boxRound .corner-white.purple-light {
    height: 44px;
    width: 178px;
    margin: 5px auto 0px auto;
    text-align: left;
}

#content .leftSide .boxRound .corner-white.purple-dark {
    background: url('../../images/v3/layout/bg-purple-interview.gif') repeat-x;
}

#content .leftSide .boxRound .corner-white.purple-dark a {
    display: block;
    height: 44px;
    line-height: 44px;
    background: url('../../images/v3/layout/bg-purple-interview-arrow.gif') no-repeat center top;
    color: #edd1e5;
    text-decoration: underline;
    text-align: center;
    font-weight: bold;
}

#content .leftSide .boxRound .corner-white.blue-dark {
    background: url('../../images/v3/layout/bg-blue-interview.gif') repeat-x;
}

#content .leftSide .boxRound .corner-white.blue-dark a {
    display: block;
    height: 44px;
    line-height: 44px;
    background: url('../../images/v3/layout/bg-blue-interview-arrow.gif') no-repeat center top;
    color: #D7F0FE;
    text-decoration: underline;
    text-align: center;
    font-weight: bold;
}

#content .leftSide .boxRound .corner-white.purple-light {
    background: #f6e7f1;
}

#content .leftSide .boxRound .corner-white.purple-light .purple-wrap {
    margin: 0px 14px 0px 14px;
}

#content .leftSide .boxRound .corner-white.purple-light .purple-wrap b {
    display: block;
    padding-top: 7px
}

#content .leftSide .boxRound .text-right {
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 8px;
}

#content .boxRound h3 {
    padding-bottom: 15px;
}


/* CONTENT - TABLE */
#content .boxRound table.forums {
    margin: 12px 0px;
    padding: 0px;
    font-size: 11px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

#content .boxRound table.forums thead tr td.first,
#content .boxRound table.forums tbody tr td.first {
    padding-left: 17px;
}

#content .boxRound table.forums thead tr td.last,
#content .boxRound table.forums tbody tr td.last {
    padding-right: 17px;
}

#content .boxRound table.forums thead tr td {
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
}

#content .boxRound table.forums tbody tr td {
    background: #fdfcf0;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

#content .boxRound table.forums tbody tr td .corner-white {
    width: 50px;
    height: 50px;
    float: left;
    display: inline-block;
    margin-right: 10px;
}

#content .boxRound table.forums tbody tr td .float-left {
    padding-top: 5px;
}

#content .boxRound table.forums tbody tr td a.title {
    display: block;
    width: 390px;
    font-weight: bold;
}

#content .boxRound table.forums tfoot tr td {
    padding: 5px 0px;
    padding-right: 20px;
    text-align: right;
    border-top: 1px dotted #ccc;
}





#content .boxRound .sort {
    position: absolute;
    top: 25px;
    right: 18px;
}

#content .boxRound .sort label {
    position: relative;
    top: 3px;
    color: #000;
    float: left;
    display: inline-block;
    width: auto;
}

#content .boxRound .sort .input-content {
    width: 110px;
    float: left;
    display: inline-block;
}

#content .boxRound .map {
    width: 678px;
    height: 490px;
    border: 1px solid #999;
    margin: 5px 0px 10px 0px;
}

#content .boxRound .map-links {
    margin: 15px 0px 5px 0px;
}

#content .boxRound .map-links a {
    display: inline-block;
    margin-right: 12px;
}

#content .boxRound .map-links a span {
    color: #666;
}

#content .boxRound.search .boxRound {
    background: #e3f7ff;
    height: 55px;
}

#content .boxRound.search .boxRound .magnifier {
    position: absolute;
    top: -25px;
    left: 40px;
}

#content .boxRound.search .boxRound .center-box {
    position: absolute;
    top: 25px;
    left: 95px;
}

#content .boxRound.search .boxRound .center-box .input-text {
    width: 290px;
    height: 22px;
    line-height: 22px;
}

#content .boxRound.search .boxRound .center-box .input-select {
    width: 148px;
    margin-left: -2px;
    border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    height: 22px;
    line-height: 22px;
}

#content .boxRound.search .boxRound .center-box .input-select .input-select-text span {
    height: 22px;
    line-height: 22px;
}

#content .boxRound.search .boxRound .center-box .input-select .input-select-text .input-select-button {
    height: 22px;
    line-height: 22px;
}

#content .boxRound.search .boxRound .center-box .input-select .input-select-content {
    top: 22px;
}

#content .boxRound.search .boxRound .center-box .button-blue {
    position: relative;
    left: 10px;
    top: 2px;
}

.bubble_content .corner-white {
    width: 50px;
    height: 50px;
}

.bubble_content b.title {
    display: block;
    color: #343434;
}

.bubble_content .stars {
    height: 10px;
    _height: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}

.bubble_content .stars img {
    float: left;
    display: inline-block;
    width: auto;
}

.bubble_content a.find {
    display: block;
    margin-top: 10px;
}















/* NEW CODE */
#content .leftSide.leftSideDrink {
    width: 550px;
}

#content .leftSide.leftSideDrink .boxTop .stat {
    display: inline-block;
    float: left;
    margin-right: 40px;
    margin-top: 20px;
    text-decoration: none;
}

#content .leftSide.leftSideDrink .boxTop .stat em {
    margin: 0px;
    padding: 0px;
    display: block;
    color: #333;
}

#content .leftSide.leftSideDrink .boxTop .stat span {
    font-size: 30px;
}

#content .leftSide.leftSideDrink .boxTop .stat:hover span {
}

#content .leftSide.leftSideDrink .boxRound.search .boxRound {
    background: #e3f7ff;
    height: 55px;
}

#content .leftSide.leftSideDrink .boxRound.search .boxRound .magnifier {
    position: absolute;
    top: -25px;
    left: 20px;
}

#content .leftSide.leftSideDrink .boxRound.search .boxRound .center-box {
    position: absolute;
    top: 25px;
    left: 75px;
}

#content .leftSide.leftSideDrink .boxRound.search .boxRound .center-box .input-text {
    width: 180px;
    height: 22px;
    line-height: 22px;
}

#content .leftSide.leftSideDrink .boxRound.search .boxRound .center-box .input-select {
    width: 128px;
    margin-left: -2px;
    border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    height: 22px;
    line-height: 22px;
}

#content .leftSide.leftSideDrink .boxRound.search .boxRound .center-box .input-select select {
    width: 128px;
    background: none;
    border: 0px;
}

#content .leftSide.leftSideDrink .boxRound.search .boxRound .center-box .input-select .input-select-text span {
    height: 22px;
    line-height: 22px;
}

#content .leftSide.leftSideDrink .boxRound.search .boxRound .center-box .input-select .input-select-text .input-select-button {
    height: 22px;
    line-height: 22px;
}

#content .leftSide.leftSideDrink .boxRound.search .boxRound .center-box .input-select .input-select-content {
    top: 22px;
}

#content .leftSide.leftSideDrink .boxRound.search .boxRound .center-box .button-blue {
    position: relative;
    left: 10px;
    top: 2px;
}

#content .leftSide.leftSideDrink .boxReviews .venue-box {
    margin: 10px 0px 10px 0px;
}

#content .leftSide.leftSideDrink .boxReviews .venue-box-text {
    padding-top: 25px;
    height: 75px;
}















#content .rightSide.rightSideDrink {
    width: 350px;
}

#content .rightSide.rightSideDrink .boxCategory h4 {
    padding: 12px 15px 0px 15px;
}

#content .rightSide.rightSideDrink .boxCategory .category-breadcrumb {
    padding: 0px 15px 0px 15px;
}

#content .rightSide.rightSideDrink .boxCategory ul {
    margin-left: 15px;
    margin-right: 15px;
}

#content .rightSide.rightSideDrink .boxCategory ul.float-left {
    width: 140px;
}

#content .rightSide.rightSideDrink .boxCategory ul li {
    list-style: inside;
}

#content .rightSide.rightSideDrink .boxCategory span.float-left {
    padding-left: 15px;
    padding-bottom: 8px;
}

#content .rightSide.rightSideDrink .boxCategory span.float-right {
    padding-right: 15px;
    padding-bottom: 8px;
}




#content .rightSide.rightSideDrink .boxCompetitions .venue-box {
    margin: 10px 0px;
}

#content .rightSide.rightSideDrink .boxCompetitions .corner-white {
    width: 90px;
    height: 75px;
}

#content .rightSide.rightSideDrink .boxCompetitions .venue-box-text {
    height: 70px;
}



#content .rightSide.rightSideDrink .boxTopRated .venue-box {
    margin: 10px 0px;
}

#content .rightSide.rightSideDrink .boxTopRated .venue-box-number {
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
    height: 100px;
    line-height: 100px;
}

#content .rightSide.rightSideDrink .boxTopRated .venue-box-text  {
    padding-top: 20px;
    height: 80px;
    width: 170px;
}


#content .rightSide.rightSideDrink .boxMap .corner-white {
    width: 100px;
    height: 150px;
    margin-right: 10px;
}

#content .rightSide.rightSideDrink .boxMap h3 {
    padding-top: 12px;
}
