/*
Uploadify v2.1.0
Release Date: August 24, 2009

Copyright (c) 2009 Ronnie Garcia, Travis Nickels

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 614px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}
* {
    font-size: 100.01%;
}

/*TODO: changed global font size make sure this doesn't break anything*/
html {
    font-size: 62.5%;
}

body {
    margin: 0;
    /*background: #efefef url(../../../i/bg-body.gif) center repeat-y;*/
    /*font:1.1em Verdana, Tahoma, Arial, sans-serif;*/
    font: 13px Arial, sans-serif;
    color: #2a343b;
    overflow-y: scroll;
}

body.iframe {
    background: none;
    overflow-y: hidden;
    z-index: 10000000;
}

body.cache_reload {
    background: #ff1400;
}

img {   border-style: none;
}

a,
.clickable {
    text-decoration: underline;
    color: #004dda;
    cursor: pointer;
}
input.clickable,
button.clickable {
    background: none;
    border: none;
    display: inline;
    padding: 0;
    margin: 0;
    font-size: inherit;
}

.wait, .wait * { 
    cursor: wait !important; 
}

a:hover,
a.hover,
.clickable:hover,
.clickable.hover {
    text-decoration: none;
}

.clickable.inverted,
a.inverted {
    text-decoration: none;
}

.clickable.inverted:hover,
.clickable.inverted.hover,
a.inverted:hover,
a.inverted.hover  {
    text-decoration: underline;
}

input,textarea,select {
    vertical-align: middle;
    font: 14px Arial, sans-serif;
    color: #525252;
}

#searchForm input,#searchForm textarea,#searchForm select {
    font-size: 14px;
}

form,fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 1px;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
    background: #fff;
    line-height: 18px;
    position: relative;
}

#wrapper #header {
    height: 1%;
}
#header_nav_wrap{
    width: 100%;
    overflow: hidden;
}

#wrapper #header .header-holder {
    height: 80px;
    padding: 0 0 20px 13px;
}

#wrapper #header .header-holder p {
    font-size: 13px;
}

#wrapper #header .header-holder .dashboard-link{
    color:#58636a;
    text-decoration:none;
}

#wrapper #header .logo {
    width: 230px;
    height: 54px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../../../i/adverts-logo-new.png) no-repeat;
    margin: 26px 0 0;
    float: left;
}

#wrapper #header .logo a {
    display: block;
    height: 100%;
}

#wrapper #header .error-logo {
    margin-left: 7px;
}

#wrapper #header .alignright {
    float: right;
    color: #5a7284;
    font-size: 12px;
}
#wrapper #header .holder{
    position: relative;
}

.alignright .holder {
    height: 29px;
    overflow: visible;
    margin-bottom: 23px;
}

#wrapper #header .sub-menu {
    float: right;
    font: bold 12px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(../../../i/bg-sub-menu-left.gif) no-repeat 0 -29px;
}

.sub-menu li {
    float: left;
    border-right: 1px solid #ccc;
    border-bottom:  1px solid #ccc;
    background: url(../../../i/bg-sub-menu-off.gif) repeat-x;
    padding: 0;
    margin: 0;
    height: 28px;
}

.sub-menu.logged_in  li#header_notification {
    border-left: none;
    margin: 0 0 0 3px;
}
.sub-menu li#my_ads {
    border-left: none;
    margin: 0 0 0 3px;
}
.sub-menu.logged_in li#my_ads {
    margin: 0;
}


#wrapper #header .sub-menu.logged_in.corner_hover{
    background: none;
    border-left: 1px solid #CCCCCC;
    background-color: #ffffff;
}
#wrapper #header .sub-menu.logged_in.corner_hover #header_notification{
    margin-left: 2px;
}

#wrapper #header .sub-menu.corner_hover{
    background: url(../../../i/bg-sub-menu-left.gif) no-repeat top left;
}
.corner_hover #header_notification{
    background: url(../../../i/bg-sub-menu-on.gif) repeat-x;
}


.sub-menu a {
    color: #444;
    float: left;
    padding: 7px 15px 10px 15px;
    text-decoration: none;
}
#notification_profile_link{
    padding-right: 5px;
    padding-left: 12px;
    outline: none;
}
#header_notification a:hover,
#header_notification.open a{
    background: none;
}
.sub-menu #header_notification.open{
    background: #fff;
}
#header_notification.open{
    border-bottom: none;
    height: 29px;
}


.sub-menu a:hover,.sub-menu li.active a {
    background: url(../../../i/bg-sub-menu-on.gif) repeat-x;
    text-decoration: underline;
}

.sub-menu li#place_ad {
    border-left: none;
    background: url(../../../i/bg-sub-menu-place-ad-off.gif) repeat-x;
    border-bottom: medium none;
    height: 29px;
}

.sub-menu li#place_ad a {
    color: #eee;
}

.sub-menu li#place_ad a:hover,.sub-menu li#place_ad li.active a {
    background: url(../../../i/bg-sub-menu-place-ad-on.gif) repeat-x;
    text-decoration: underline;
}

#wrapper #header p {
    margin: 0;
    padding-right: 10px;
    text-align: right;
}

.search-form {
    background: #758b99 url(../../../i/bg-nav-sprite.png) 0 0  repeat-x;
    padding: 12px 12px 10px 13px;
}

.search-form input {
    float: left;
}

.search-form select {
    float: left;
    width: 234px;
    height: 22px;
    padding: 3px;
    margin: 0;
    background : #fff;
    border: 1px solid #7c8f9d;
}

#q { /*the top bar query box*/
    background: #fff;
    border: 1px solid #7c8f9d;
    padding: 3px;
    margin: 0 10px 0 10px;
    width: 409px;
    height: 21px;
    position: absolute;
    top: 12px;
    left: 263px;
}

#q.active { /*the top bar query box*/
    background: #ffffdd;
}

.search-form .submit {
    width: 89px;
    height: 32px;
    background: url(../../../i/btn-search.gif) no-repeat;
    border: 0;
    margin: -2px 0 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    top: 12px;
    left: 700px;
}

.search-form .submit:hover {
    background: url(../../../i/btn-search-hover.png) no-repeat;
}

#nav {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: 1%;
    background: #3a4853 url(../../../i/bg-nav-sprite.png) 0 -54px  repeat-x;
    font-size: 15px;
    border-top: 1px solid #fff;
    position: relative;
}

#nav li {
    float: left;
    margin: 0 2px 0 -2px;
    padding: 0 0 0 2px;
    min-width: 88px;
    text-align: center;
}

#nav li  a:hover,#nav li a:active {
    background: none;
    /*text-decoration: underline;*/
}

#nav li.rhs  a:hover,#nav li.rhs a:active {
    background: none;
    text-decoration: underline;
}

#nav li.category {
    width: 224px;
}
#nav li.category.dropped {
    background: #536879 url(../../../i/separator2.gif) no-repeat right;
}

#nav li.category a {
    width: 211px;
    margin-right: 2px;
}

#nav a {
    color: #fff;
    text-decoration: none;
    float: left;
    padding: 13px 0 13px 0;
    min-width: 88px;
    margin-left: -2px;
}

#nav #mega_dropdown {
    position: absolute;
    left: 253px;
    top: 9px; 
    
    width: 31px;
    height: 28px;
    overflow: hidden;

    background: url(../../../i/mega_dropdown_sprite.png) 0 -28px no-repeat;

    cursor: pointer;
}

#nav #mega_dropdown:hover {
    background-position: 0 0;
}

#nav a:hover {
    background: #536879;
}

#jsddm {
    display: none;
    position: absolute;
    left: 0;
    top: 145px;
    z-index: 1000;
    padding: 0;
    width: 980px
}

#jsddm #top {
    background: rgb(83, 104, 121);
    height: 4px;
}

#jsddm ul {
    float: left;
    margin: 0;
    padding: 10px 0 5px 20px;
    background: rgb(83, 104, 121);
    width: 225px;
}

/*
#jsddm ul.last {
    background: #7c909e;
}
*/
#jsddm li {
    display: block;
    list-style-type: none;
    margin: 0 0 5px;
    background: none;
    float: none;
}

#jsddm li.arrow_pointer a {
    background: transparent url(../../../i/bg-nav-sprite.png) 0 -199px no-repeat;
    padding-left: 11px;
}
#jsddm li.arrow_pointer a:hover {
    background-position: 0 -219px;
}

#jsddm li a {
    color: #e4eef6;
    text-decoration: none;
    font-size: 12px;
    padding: 0;
    width: 200px;
}

#jsddm li a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#jsddm #bottom {
    clear: both;
    border-top: 1px solid #5c6f7d;
    background: transparent url(../../../i/bg-nav-sprite.png) 0 -186px  repeat-x;
    height: 4px;
}

#main {
    height: 1%;
    overflow: hidden;
    padding: 17px 13px 15px;
}

.home #main {
    padding-top: 23px;
}

.light-header #main {
    border-top: 5px solid #efefef;
    padding: 20px;
}

#main .main-holder {
    height: 1%;
    padding-bottom: 1px;
    position: relative;
}

#main .main-holder:after {
    clear: both;
    display: block;
    content: "";
}

#smi_gallery {
    margin: 15px 0;
    border: 1px solid #ddd;
    padding: 13px 7px;
    height: 92px;
}

#smi_gallery img {
    float: left;
}

#smi_gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#smi_gallery li {
    margin: 0 5px 0 5px;
    border: 1px solid #ddd;
    padding: 0;
    float: left;
    height: 92px;
    overflow: hidden;
    width: 92px;
}

#content {
    width: 639px;
    float: left;
}

#main .container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}
#main .container.boxes {
    margin-bottom: 10px;
}

.container .holder {
    width: 691px;
}

.container .holder:after {
    clear: both;
    display: block;
    content: "";
}

.container .holder ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 23px;
    float: left;
    font-size: 13px;
    width: 210px;
}

#content .boxes {
    background: url(../../../i/bg-boxes.gif) -639px 0 repeat-y;
}

#content .boxes .boxes-holder {
    background: url(../../../i/bg-boxes.gif) no-repeat
}

#content .boxes .boxes-frame {
    background: url(../../../i/bg-boxes.gif) 0 100% no-repeat;
    overflow: hidden;
    height: 1%;
}

.container .box {
    float: left;
    padding: 11px 11px 14px;
    margin-right: 15px;
    width: 181px;
}

.container .box img {
    display: block;
    border: 1px solid #ddd;
    margin-bottom: 8px;
}

.container .box h2 {
    font-size: 16px;
    color: #000;
    margin: 0 0 4px;
}

.container .box ul {
    line-height: 18px;
    float: none;
    margin: 0;
}

#sidebar {
    width: 300px;
    float: right;
    padding-top: 5px;
}

#sidebar img {
    display: block;
}

#sidebar .gallery {
    border: 1px solid #c8c8c8;
}

#sidebar #av_homepage_side {
    margin-top: 5px;
    min-height: 255px;
}

.gallery .img-holder {
    width: 246px;
    height: 168px;
    border: 1px solid #c8c8c8;
    overflow: hidden;
}

#mega-mpu
{
    width: 300px;
    float: right;
    padding-top: 4px;
}

#main h3 {
    font-size: 16px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px;
    color: #2b353c;
}

/* search result container */
#main .info-box {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    height: 1%;
    overflow: hidden;
    position: relative;
}

#main .info-box.job_listing {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.info-box .img-holder {
    float: left;
    width: 180px;
    position: relative;
}

.info-box img {
    float: left;
    border: 1px solid #ddd;
    margin-right: 15px;
}

.info-box .info img {
    margin: 0 5px;
    border: none;
    display: inline;
}

.info-box .info {
    height: 1%;
    /*max-height: 122px;*/
    overflow: hidden;
    padding: 0 5px 0 10px;
}

.info-box h4 {
    font-size: 15px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    margin: 0;
    /*display: inline;*/
    
    font-weight: normal;
}

.quick_sale #pb_content .info-box h4 {
    padding: 0;
}

.info-box .info .holder {
    /*background:url(../../../i/separator-dotted.gif) 0 100% repeat-x;*/
    padding-bottom: 1px;
    margin-bottom: 1px;
    height: 1%;
    color: #5a7284;
    padding-top: 5px;
    position: relative;
}
.info-box .holder.header {
    min-height: 21px;
}
.info-box .holder.description {
    height: 39px;
    padding-top: 4px;
    overflow: hidden;
}
/* price box in search results */
.info-box .info .holder dl {
    max-height: 22px;
    margin-left: 10px;
}

.info-box .info .sub-holder {
    padding: 0;
    margin: 0;
    background: none;
}

.info ul {
    margin: -3px 0 0 -8px;
    padding: 0;
    list-style: none;
    float: left;
}

/*
    @TODO: refactor this selector to be more specific. We're getting collisions with
    the bump buttons on the Search results.

    @see: .SR_action_list 
 */
.info ul li {
    padding: 0 7px 0 9px;
    background: url(../../../i/separator4.gif) 0 5px no-repeat;
    float: left;
    font-size: 12px;
}
.info ul li.first{
    background: none;
}

.info ul li.search-icons {
    padding: 0;
}
.search-icons .merc_store{
    position: relative;
    top: -5px;
}
.info-box .info .holder.merc_store_logo_hack{
    margin-right: 22px;
}
.info-box .info .holder.merc_store_logo_hack,
.info .merc_store_logo_hack ul{
    overflow: visible;
}
.holder.merc_store_logo_hack img.merc_store{
    float: right;
    margin-top: 2px;
    margin-left: 7px;
    position: absolute;
    top: 0;
    right: 0;
}
.holder.merc_store_logo_hack .pos_abs{
    position: relative;
    padding-right: 39px;
}

.holder.merc_store_logo_hack .pos_abs_car{
    position: relative;
    padding-right: 71px;
}

.info-box .info img.user_badge{
    position: absolute;
    right: 0;
    top: 1px;
    margin: 0;
}
.info-box .info .holder .has_badge{
    position: relative;
    margin-right: 7px;
    padding-right: 21px;
}

.info ul li.search-icons div {
    position: absolute;
    top: 2;
}

.info dl {
    float: right;
    margin: -1px 0 0;
    position: relative;
}

.info dl span {
    font-size: 11px;
    font-weight: normal;
    color: #5a7284;
}

.info dl dt {
    display: inline;
}

.info dl dd {
    font-size: 18px;
    font-weight: bold;
    display: inline;
    margin: 0;
    color: #000;
    line-height: 24px;
}

.info p {
    margin: 3px 0 5px;
    font-size: 13px;
}

#wrapper #footer {
    border-top: 5px solid #efefef;
    height: 1%;
    overflow: hidden;
    padding: 19px 18px;
    font-size: 12px;
    height: 56px;
}

#wrapper #footer .copy {
    margin: 0 4px 0 0;
    display: inline;
}

#wrapper #footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#wrapper #footer ul li {
    display: inline;
    padding: 0 4px 0 11px;
    background: url(../../../i/separator5.gif) 0 1px no-repeat;
    font-weight: normal;
}

.container h1 {
    font-size: 18px;
    line-height: 25px;
    max-height: 50px;
    color: #2a343b;
    margin: 0;
    float: left;
    overflow: hidden;
    clear: both;
}

.container .description {
    padding-top: 0;
    height: 271px;
    overflow: hidden;
    background: url(../../../i/separator-dotted.gif) 0 100% repeat-x;
}

.description .holder { /*height:1%;*/
    border-bottom: 1px solid #ddd;
    width: auto;
}

.description .holder h1 {
    /* 7px is added by the line-height, this brings it to 15px */
    margin-bottom: 8px;
}

.description .holder .new-item {
    margin: 0 10px;
}

/* Kills facebook like button overflowing box thing */
#socmed_fb {
    /*width: 50px;
    height: 21px;
    overflow: hidden;*/
}

/* Stops the facebook root element from pushing our page wider than it needs to be */
#fb-root {
    display: none;
}

.social-networks a {
    display: block;
    overflow: hidden;
}

.description .sub-holder dl {
    float: left;
    color: #5a7284;
    margin: 0 15px 0 0;
    font-size: 19px;
}

.description .sub-holder dl.price{
    height: 15px;
    padding-top: 8px;
}

.description .sub-holder dl dt {
    display: inline;
    font-size: 16px;
    font-weight: bold;
}

.description .sub-holder dl dd {
    margin: 0;
    color: #2a343b;
    font-weight: bold;
    display: inline;
    font-size: 19px;
}

.description .holder .buttons {
    margin: -5px 0 0;
    line-height: 34px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}

.description .buttons li {
    float: left;
    margin-right: 5px;
}

.description .buttons a {
    background: url(../../../i/btn-main.gif) 100% 0 no-repeat;
    padding-right: 12px;
    float: left;
    color: #fff;
    text-decoration: none;
}

.description .buttons .watching a {
    background: url(../../../i/btn-watching.gif) 100% 0 no-repeat;
}

.description .buttons .watching a:hover {
    background: url(../../../i/btn-watching-minus.gif) 100% 0 no-repeat;
}

li.watching {
    width: 120px;
    height: 34px;
}

.description .buttons .watching a,.description .buttons .watching a:hover
    {
    width: 120px;
    height: 34px;
    text-indent: -9999px;
    padding-right: 0;
}

.description .buttons .watch a,.description .buttons .watch a:hover {
    background-position: 100% -68px;
    padding-right: 40px;
    color: #364e5f;
}

.description .buttons .apply a,.description .buttons .apply a:hover {
    background-position: 100% -68px;
    color: #364e5f;
}

.description .buttons .apply a span,.description .buttons .apply a:hover span {
    background-position: 0 -68px;
}

.description .buttons .watch a span,.description .buttons .watch a:hover span {
    background-position: 0 -68px;
}

.description .buttons a span {
    background: url(../../../i/btn-main.gif) no-repeat;
    padding-left: 10px;
    float: left;
    cursor: pointer;
}

.description .buttons a:hover {
    background-position: 100% -34px;
    color: #364e5f;
}

.description .buttons a:hover span {
    background-position: 0 -34px;
}

.desc-info {
    color: #5a7284;
    margin: 0;
    /*height:1%;*/
    overflow: visible;
    font-size: 14px;
    display: block;
}

.description .desc-info {
   margin-top: 15px;
}

.desc-info dt {
    float: left;
    width: 131px;
    color: #5A7284;
    display: table-cell;
}

#myadverts .desc-info dt,
#myadverts .desc-info dd {
    color: #000000;
}

.seperator {
    width: 980px;
    margin-left: -13px;
    min-height: 20px;
    background-color: #f8f8f8;
    clear: both;
}

#myadverts #profile_details.desc-info dt,
#myadverts #profile_details.desc-info dd {
    margin-bottom: 3px;
}

.desc-info dd {
    margin: 0 0 4px;
    float: left;
    width: 389px;
    color: #2a343b;
    display: table-cell;
}

.desc-info-long dd {
    width: 805px;
}

.desc-info span {
    font-weight: normal;
    color: #5a7284;
}

#footnote {
    position: relative;
    top: 5px;
    font-size: 11px;
    color: #5a7284;
}

#description-right {
    float: right;
    width: 520px;
}

.description-box {
    margin: 0 0 10px;
    padding: 8px 10px 12px 10px;
    position: relative;
    max-width: 630px;
}
.description-box.smi_description {
    padding-top: 0;
    word-wrap: break-word;
}

.description-box-signup {
    margin: 0 0 10px;
    margin-left: auto;
    margin-right: auto;
    width: 892px; 
    position: relative; 
}

.description-box.login {
    border-bottom: 0;
}


.description-box h2,
.smi_description_heading {
    font-size: 16px;
    margin: 0 0 11px;
}

.description-box h2 span.updated,
.smi_description_heading span.updated {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.description-box h2 a,
.smi_description_heading h2 a {
    font-size: 12px;
}

/* Description Mpu */
.description-mpu-holder {
    width: 300px;
}
.description-mpu-holder #av_detail_side {
    min-height: 600px;
}
/* End description mpu */

.smi_description_heading {
    padding: 4px 0 0 10px;
    margin: 16px 4px 17px 0;
}

/* Changes to SMI for quick sale */
.smi_description .quick_sale_icon {
    margin-left: 5px;
}


.description-box p {
    margin: 0 0 18px;
}

#main .box-info {
    background: url(../../../i/bg-box-info.gif) repeat-y;
    border: solid #ddd;
    height: 1%;
    overflow: hidden;
    border-width: 1px;
    padding: 0 14px 9px 14px;
    margin-bottom: 19px;
    width: 391px;
}

#main .box-info .lists-holder {
    width: 405px;
    float: left;
    overflow: hidden;
    min-height: 170px;
}

#main .box-info .info-lists {
    width: 500px;
    overflow: hidden;
}

#main .box-info .info {
    width: 187px;
    float: left;
    padding: 12px 15px 0 0;
}

#main .box-info .car-info {
    float: left;
    padding: 12px 15px 10px 0;
}

#main .box-info h3 {
    border: 0;
    font-size: 15px;
    padding-bottom: 5px;
    margin: 0 0 5px;
}

.box-info ul {
    margin: 0;
    padding: 0 0 0 2px;
    list-style: none;
    font: 13px/25px Arial, Helvetica, sans-serif;
}

.box-info ul li {
    padding: 0 0 0 11px;
    margin: 0;
    float: none;
    background: url(../../../i/bullet2.gif) 0 50% no-repeat;
}

#main .box-info .user-info {
    width: 503px;
    float: right;
    padding-top: 11px;
}

#main .box-info .info ul {
    background-color: #f4f4f4;
    padding: 10px;
    width: 170px;
    height: 100px;
}

#main .box-info .car-info ul {
    background-color: #f4f4f4;
    padding: 10px;
    width: 370px;
}

.user-info .title {
    height: 1%;
/*  overflow: hidden;*/
    padding-bottom: 4px;
    margin-bottom: 6px;
}

.user-info .title ul {
    margin: 0 -7px 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    float: right;
    font-size: 12px;
    font-weight: bold;
}

.user-info .title ul li {
    float: left;
    margin: 0 3px 0 -3px;
    padding: 0 6px 0 10px;
    background: url(../../../i/separator7.gif) 0 7px no-repeat;
}

.user-info img.avatar {
    float: left;
    margin: 0 10px 10px 0;
    border: solid 1px #d1d2d4;
}
.user-info img.star {
    float: left;
    margin: 3px 1px 0 1px;
}

#main .user-info h3 {
    margin: 0;
    border: 0;
    font-size: 14px;
}

.user-info .desc-info {
    background: none;
    line-height: 21px;
    min-height: 102px;
    padding-bottom: 0;
}

.user-info .desc-info dt {
    width: 110px;
}

.user-info .desc-info dd {
    width: 285px;
}

#main .post {
    height: 1%;
    overflow: hidden;
    padding: 3px 0 7px;
}

.post img {
    float: left;
    border: 1px solid #ddd;
    margin: 0 3px 0 0;
}

.post .post-text {
    width: 859px;
    float: left;
    background: url(../../../i/bg-post.gif) -859px 0 repeat-y;
}

.post-text p{
    margin: 3px 0 0 0;
    overflow: hidden;
}
.post-text .ellipsis_text {
    overflow: hidden;   
}

.post-text .author {
    font-size: 12px;
    font-weight: normal;
}
.post-text .author span {
    color: #647682;
}

.post-text .holder {
    background: url(../../../i/bg-post.gif) no-repeat;
    min-height: 90px;
}

.post-text .frame {
    background: url(../../../i/bg-post.gif) -1718px 100% no-repeat;
    height: 1%;
    overflow: hidden;
    padding: 9px 10px 10px 18px;
    min-height: 73px;
}

.leaveFeedbackLink {
    font-size: 13px !important;
    margin-top: 0px !important;
}

#feedbackcontent .post-text .frame, #commentcontent .post-text .frame {
    padding: 11px 10px 13px 24px;
    min-height: 66px;
}

.post .author {
    display: block;
    margin-bottom: 1px;
    color: #5a7284;
}

.post .author span {
    font-weight: normal;
}

#feedbackcontent .post .author span, #commentcontent .post .author span {
    color: #999;
}

.post .author strong {
    color: #2a343b;
}

#commentcontent .author a, #feedbackcontent .author a {
    color: #999;
}

#commentcontent .author a:hover, #feedbackcontent .author a:hover {
    color: #000;
}

#main .post p {
    margin: 0 0 11px;
}

.sub-post img {
    margin: 0 0 0 3px;
    float: right;
}

.sub-post .post-text {
    background: url(../../../i/bg-sub-post.gif) -859px 0 repeat-y;
}

.sub-post .post-text .holder {
    background: url(../../../i/bg-sub-post.gif) no-repeat;
}

.sub-post .post-text .frame {
    background: url(../../../i/bg-sub-post.gif) -1718px 100% no-repeat;
    padding: 9px 18px 10px 10px;
}



#main .question-form {
    position: relative;
    margin: 20px 0 -3px;
    z-index: 0;
}

.question-form textarea {
    /*background: #fff;*/
    border: 1px solid #ddd;
    min-width: 466px;
    height: 105px;
    padding: 5px;
    overflow: auto;
    font-size: 13px;
    margin: 0 0 13px;
}

.question-form input.hover {
    background-position: 0 -34px;
}

.question-form label.error,#profileForm label.error {
    float: none;
    color: red;
    padding-left: 3px;
    vertical-align: top;
}

.question-form.ask-comment-question label.error {
    padding-left: 0px;
}

#search_content {
    width: 736px;
    float: right;
}


/* Search Results native ad */

#search_content .native_ad {
    border: 2px solid #ddd;
    box-sizing: border-box;
    display: block;
    height: 146px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}

#search_content .native_ad .image {
    float: left;
    height: 122px;
    width: 182px;
}

#search_content .native_ad .content {
    float: right;
    height: 100%;
    margin-left: 10px;
    position: relative;
    width: calc(100% - 192px);
}
#search_content .native_ad .content .title {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: normal;
    margin: 9px 0 7px 0;
}
#search_content .native_ad .content .subtitle {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
#search_content .native_ad .content .logo {
    bottom: 0;
    max-height: 45px;
    max-width: 100px;
    position: absolute;
}
#search_content .native_ad .content .logo_text {
    bottom: 0;
    color: #aaa;
    font-size: 12px;
    position: absolute;
    right: 3px;
}


#siderbar-holder{
    width: 183px;
}

.sidebar_form .row select {
    width: 100%;
    height: 24px;
    background: #fff;
    font-size: 12px;
}

.sort-form {
    position: relative;
}

#sort-by, .sort-form select {
    font-size: 13px;
    margin-left: 16px;
    width: 120px;
    padding: 0;
}
.title .sort-form label {
    float: left;
    font: 13px Arial, Helvetica, sans-serif;
    color: #666;
}

.title .sort-form select {
    width: 114px;
    float: right;
}

span.found {
    color: #6f8494;
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
    font-style: italic;
}

span.found strong {
    color: #e66217;
}

span.found a{
    float: right;
}

span.found a.first{
    margin-left: 10px;
    padding-left: 12px;
    background: url("../../../i/separator6.gif") no-repeat scroll 0 2px transparent;
}

.paging {
    margin: 0;
    padding: 15px 0 20px;
    list-style: none;
    color: #a1b4c2;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.paging li {
    display: inline;
    padding-right: 3px;
}

.paging li.prev {
    float: left;
    padding-left: 14px;
    background: url(../../../i/arrow-lt2.gif) 0 4px no-repeat;
}

.paging li.prev.inactive {
    background: url(../../../i/arrow-lt.gif) 0 4px no-repeat;
}

.paging li.previnactive {
    background: url(../../../i/arrow-lt.gif) 0 4px no-repeat;
}

.paging li.next {
    float: right;
    padding-right: 14px;
    background: url(../../../i/arrow-rt2.gif) 100% 4px no-repeat;
}

.paging li.next.inactive {
    background: url(../../../i/arrow-rt.gif) 100% 4px no-repeat;
}

#sidebar .gallery {
    height: 225px;
}

#sidebar .gallery h3 {
    border-bottom: none;
    padding: 7px 0;
    margin: 0 10px;
    font-size: 14px;
    font-weight: normal;
}

#sidebar .gallery h4 {
    margin: 3px 0;
    font-size: 14px;
}

#sidebar .gallery h5 {
    margin: 10px 0;
}

#sidebar .gallery h6 {
    margin: 2px 0;
    font-weight: normal;
}

#pinned_skyscraper {
    width: 200px;
}
#pinned_skyscraper-sticky-wrapper {
    width: 200px;
    text-align: center;
}

#pinned_skyscraper-sticky-wrapper #pinned_skyscraper {
    width: 200px;
    text-align: center;
}
/* Message box styles */
#system-messages-holder {
    z-index: 3;
}

#system-messages-holder.hidden {
    min-height: 0;
}

#system-messages .info,#system-messages .success,#system-messages .warning,#system-messages .error,#system-messages .validation
{
    padding: 16px 10px 15px 0px;
    background-repeat: no-repeat;
    background-position: 0px 15px;
    font-size: 13px;
}

.user-tools {
    margin: -17px -13px 23px;
    padding: 29px 13px 0;
    height: 1%;
    position: relative;
    width: 954px;
    background: #f6f6f6 url(../../../i/bg-user-tools.gif) 0 100% repeat-x;
}

.user-tools:after {
    clear: both;
    display: block;
    content: "";
}

.user-tools img {
    float: left;
    margin: 0 14px -19px 0;
    border: 1px solid #ddd;
    position: relative;
}

* html .user-tools img {
    margin-bottom: -18px;
}

*+html .user-tools img {
    margin-bottom: -18px;
}

.user-tools .holder {
    height: 1%;
    overflow: hidden;
}

.user-tools .title {
    color: #454e54;
    font: 25px/28px Verdana, Geneva, Arial, Helvetica, sans-serif;
    display: block;
    padding: 0 0 20px 0;
}

.user-tools .sub-title {
    font-size: 24px;
    line-height: 30px;
    margin: -10px 0 0 17px;
    padding-bottom: 12px;
}

.user-tools .btn {
    float: right;
    margin: 0;
    padding: 6px 0 0;
    list-style: none;
    font-size: 1.34em;
    word-spacing: -2px;
}

.user-tools .btn li {
    float: left;
    margin-left: 12px;
    display: inline;
}

.user-tools .btn a {
    background: url(../../../i/btn-main2.gif) 100% 0 no-repeat;
    padding-right: 11px;
    float: left;
    color: #364e5f;
    text-decoration: none;
}

.user-tools .btn a span {
    background: url(../../../i/btn-main2.gif) no-repeat;
    padding: 7px 0 9px 10px;
    float: left;
    cursor: pointer;
}

.user-tools .btn .sub-btn a {
    background: url(../../../i/btn-main2.gif) 100% -34px no-repeat;
    padding-right: 29px;
}

.user-tools .btn .sub-btn a span {
    background: url(../../../i/btn-main2.gif) 0 -34px no-repeat;
    padding: 7px 0 9px 10px;
}

.user-tools .menu {
    margin: 0 0 -1px;
    padding: 3px 0 0 2px;
    list-style: none;
    font-size: 1.34em;
    font-weight: bold;
    float: left;
}

.user-tools .menu li {
    float: left;
    margin-right: 7px;
}

.user-tools .menu a {
    text-decoration: none;
    color: #fff;
    background: url(../../../i/bg-menu.gif) 100% 0 no-repeat;
    padding-right: 10px;
    float: left;
    position: relative;
    z-index: 3;
}

.user-tools .menu a span {
    float: left;
    background: url(../../../i/bg-menu.gif) no-repeat;
    padding: 6px 5px 7px 15px;
    cursor: pointer;
    font-weight: normal;
}

.user-tools .menu li.active a,.user-tools .menu a:hover {
    background-position: 100% -31px;
    color: #454e54;
}

.user-tools .menu li.active a span,.user-tools .menu a:hover span {
    background-position: 0 -31px;
}

.description-box .comments {
    color: #495157;
    font-size: 12px;
    margin-bottom: 9px;
    display: block;
}

.description-box .comments span {
    font-weight: normal;
}

.description-box .paging {
    padding: 15px;
}

.post .feedback-holder {
    width: 95px;
    height: 91px;
    float: left;
    position: relative;
}

.post .feedback-holder img {
    margin: 0;
}

.post .positive,.post .negative {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    left: 1px;
    top: 65px;
    background: url(../../../i/feedback-ico-neutral_1.png) no-repeat;
    z-index: 3;
    cursor: pointer;
}

.post .positive {
    background: url(../../../i/feedback-ico-positive_1.png) no-repeat;
}

.post .negative {
    background: url(../../../i/feedback-ico-negative_1.png) no-repeat;
}

.post .small-img {
    margin: 3px 8px 0 0;
    border: 0;
}

.upload-form .row {
    height: 1%;
    overflow: hidden;
    margin-bottom: 32px;
}

.upload-form .row textarea {
    width: 320px;
    height: 190px;
    max-height: 190px;
    overflow: auto;
}

.upload-form .row .check {
    float: left;
    width: 15px;
    height: 15px;
    margin: 4px 12px 0 0;
    padding: 0;
}

.upload-form .row .check-label {
    width: auto;
    margin-right: 5px;
}

/*
    short elements
*/
.upload-form .row select.small {
    width: 201px;
}

.upload-form .row input.small {
    width: 193px;
}

.upload-form .row .pay-check {
    margin-right: 31px;
}

.upload-form .pay-row {
    margin-bottom: 22px;
}


/* End Message box styles */
/* Style for the additional information area (cars and jobs pages) */
table.additional-info {
    position: relative;
    z-index: 100;
    float: right;
    margin: 0 0 15px 15px;
    border: 1px solid #ddd;
    padding: 10px;
    width: 418px;
    font-size: 12px;
}

table.additional-info tr.odd,
table.additional-info tbody tr:nth-child(1) {
    background: #f4f4f4;
}

table.additional-info tr.even,
table.additional-info tbody tr:nth-child(2) {
    background: #f8f8f8;
}

table.additional-info td.type {
    padding: 6px 15px;
    width: 110px;
    color: #597386;
}

table.additional-info td.value {
    padding: 6px 15px;
    font-weight: bold;
}

.additional-info dt {
    float: left;
    width: 100px;
}

.additional-info dd {
    margin: 0 0 4px;
    float: left;
    width: 300px;
    font-weight: bold;
    color: #2a343b;
}

.box-info .lists-holder .additional-info {
    padding: 20px 0 0 0;
}

table.additional-info.additional-info-align {
    float: none;
    align-self: flex-start;
    width: 300px;
}

/*Login Page*/

.login {
    position: relative;
    width: 880px;
    margin-left: auto;
    margin-right: auto;
}

#editprofile-submit-holder{
    float:right;
    margin:0 10px 10px 0;
}
#editpass-submit-holder{
    float:right;
    margin:0 10px 10px 0;
}
#editavatar-submit-holder{
    float:right;
    margin:0 10px 10px 0;
}

#remember {
    margin:3px 3px 0 0;
}

.sign-up .text {
    padding: 6px 5px;
    width: 302px;
    margin: 0;
    margin-left: 30px;
    border: 1px solid #DDDDDD;
    outline: none;
    float: left;
}


.shortheight {
    height: 200px;
    overflow: scroll;
}

.login-or {
    position: absolute;
    top: 121px;
    left:-24px; 
}

/* Registration / Signup */
.signup-success {
    background-color:#fcf7ec;
    border:3px solid #f0e9d5;
    width:600px;
    padding:0 25px;
    text-align:center;
    margin: 40px auto 30px auto;
}
#popup .signup-success {
    width: 450px;
}
.signup-success img {
    position:relative; top:-8px;
}
.signup-success h1 {
    margin-top:0;
    color:#e3730f;
    font-size:20px;
}
.signup-success h2 {
    margin-top:-5px;
    font-size:15px;
}

#signupForm {
    float: left;
    width: 560px;
    color: #000;
    font-size: 14px;
    margin:0;
    position: relative;
    
    
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
}
#signupForm .adFormSection {
    background: #f6f6f6;
    padding: 20px;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0;
}
#signupForm .adFormSection h1 {

    font-size: 16px;
    margin: 0 0 20px 0;
}
#signupForm .adFormSection h2 {
    color: #617889;
    margin: 0 0 10px;
    padding: 5px 10px;
}

#signupForm table {
    border-collapse:collapse;
}
#signupForm td {
    width: 314px;
    padding: 0 10px 10px 10px;
    background: #f6f6f6;
}

#signupForm td:first-child {
    
    text-align: left;
    background: #f6f6f6;
}
#signupForm td.error:first-child {
    /*font-weight:bold;*/
}
#signupForm td.error {
    color: #bc2020;
    border: none;
    background: #ffdcdc;
}
#signupForm td.error div.error {
    display: block;
    border: none;
    background: none;
    height: 31px;
}
#signupForm td.error label.error {
    display: block !important;
    color: #bc2020;
    font-weight:normal;
    margin:2px 2px 10px;
    border: none;
    background: none;
}
#signupForm td img.error {
    display: none;
}
#signupForm td div.error {
    display: none;
}
#signupForm td.error img.error {
    display: inline;
    float: right;
    padding: 0 8px;
    border: none;
    background: none;
}
#signupForm #upload-message {
    margin: 10px 0;
}
#signupForm .text {
    padding: 6px 5px;
    margin: 0;
    width: 312px;
    outline: none;
    float: right;
    border: 1px solid #DDDDDD;
}

#signupForm input.text.loader {
    background: url(../../../i/ajax-loader-signup.gif) 300px 50% no-repeat white;
}

#signup-btn {
    margin-top: 1px;
}

#signup-btn.login-form {
    margin-top: 10px;
    margin-bottom: 20px;
}

#loader-signup {
    float:right; 
    margin:10px 10px 0 0;
}

.signup-socnet-btn {
    margin-bottom: 15px;
}

/* Avatars */
.avatar-holder {
    background-color:#fff;
    padding-bottom:10px;
}

.avatar-holder h1 {
    margin: 20px 0 0 10px;
}

.avatar-or-text {
    text-align:center;
    font-size:12px;
    font-weight:bold;
}
.avatar-create-title {
    height:37px;
    text-align:left;
}

.avatar-holder #preview-holder{
    float: right;
    width: 90px;
    height: 90px;
    margin: 23px 65px 0 0;
}
.avatar-holder #preview-holder img{
    border: 1px solid #d1d6db;
}
.avatar-holder #preview-holder div{
    margin-left:3px;
    text-align:center;
    color:#617889;
}

.avatar-holder #picture {
    padding:10px 0 0 20px;
    width:300px;
}
.avatar-holder #picture div.option {
    float: left;
    padding: 4px;
}
.avatar-holder #picture div.option.hover, #picture div.option.selected {
    padding: 3px;
}
.avatar-holder #picture div.option img {
    width: 46px;
    height: 46px;
    border: 1px solid #d1d6db;
}
.avatar-holder #picture div.option.hover img, #picture div.option.selected img {
    border: 2px solid #bbbfc4;
}

.avatar-holder #colour {
    padding:0 0 0 5px;
    margin: 0 4px 0 27px;
}
.avatar-holder #colour div.option {
    float: left;
    padding: 2px;
}
.avatar-holder #colour div.option.hover, #colour div.option.selected {
    padding: 1px;
}
.avatar-holder #colour div.option div {
    height: 26px;
    width: 26px;
    border: 1px solid #d1d6db;
}
.avatar-holder #colour div.option.hover div, #colour div.option.selected div {
    border: 2px solid #bbbfc4;
}

.avatar-holder-upload {
    width:509px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    background-color:#fff;
    margin:5px 10px 15px 10px;
    padding:10px;
}
#avatar-holder-label{
    width:220px;
}
.avatar-holder-upload #avatar-input{
    width:0;
}

.create-adverts-avatar {
    width:512px;
    background-color:#f7f9fa;
    color:#617889;
    padding:11px 0 11px 16px;
    margin:0 0 0 10px;
    border-bottom:1px solid #e2e8eb;
}

#blogin-submit-holder {
    float:right;
    margin:0 10px 0 0;
}

#avatarForm {
    margin: auto;
    width: 549px;
    color: #000;
    font-size: 14px;
}
#avatarForm .adFormSection {
    background: #e2e8eb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 0 20px 0;
}
#avatarForm .adFormSection h2 {
    color: #617889;
    margin: 0 0 0 15px;
    padding:15px 0 5px 0;
}
#avatarForm .adFormSection table {
    padding: 10px;
}
#avatarForm td {
    width: 436px;
    padding: 6px;
    background: #ffffff;
}
#avatarForm td:first-child {
    color: #728694;
    width: 290px;
    background: #f7f9fa;
}
#avatarForm td.error {
    color: #bc2020;
    border: none;
    background: #ffdcdc;
}
#avatarForm td.error div.error {
    display: block;
    border: none;
    background: none;
    height: 31px;
}
#avatarForm td.error label.error {
    display: block !important;
    color: #bc2020;
    font-weight:normal;
    margin:2px 2px 10px;
    border: none;
    background: none;
}
#avatarForm td img.error {
    display: none;
}
#avatarForm td div.error {
    display: none;
}
#avatarForm td.error img.error {
    display: inline;
    float: right;
    padding: 0 8px;
    border: none;
    background: none;
}
#avatarForm .avatar-holder #preview-holder{
    float: right;
    width: 90px;
    height: 90px;
    margin: 25px 70px 0 0;
}
#avatarForm input.text {
    height: 19px;
    width: 290px;
    padding: 3px 4px;
    border: 1px solid #afb9c1;
}

#avatarForm select {
    height: 26px;
    width: 300px;
    padding: 3px;
    outline: none;
    border: 1px solid #afb9c1;
    background: white;
}

.avatar-radio {
    margin:-2px 10px 0 10px;
}

/* Helpful classes */
.clear_left {
    clear: left;
}

.clear_right {
    clear: right;
}

.clear {
    clear: both;
}

.left {
    float: left;
    text-align: left;
}

.right {
    float: right;
    text-align: right;
}

.hintshown {
  color:#bababa;
}

.tab{
    margin-right: 16px;
}

.pos-fixed {
    position: fixed;
    top: 0px;
}

#myadverts {
    margin: -16px 0 0 0;
}

#myadverts a.add_remove {
    font-weight: normal;
}

#myadverts ul.myadverts_list {
    margin: 0 0 30px;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    list-style: none;
}

#myadverts ul.myadverts_list li {
    margin: 0 0 5px -40px;
}

#myadverts ul.myadverts_list img {
    margin: 0 5px 0 0;
    border: 1px solid #eee;
    padding: 1px;
    vertical-align: -6px;
}

#myadverts h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 17px;
}
#myadverts h2.socnet {
    border: 0;
    margin: 50px 0 10px 0;
}

.credits-top {
    border: 1px solid #ddd;
    padding: 0 14px;
    line-height: 42px;
    height: 42px;
    background: #f8f8f8;
}

.disp_sms_verified .credits-top {
    margin: 11px 0 10px;
}

.credits-top .history-holder {
    border-left: 1px solid #ccc;
    display: inline-block;
    float: right;
    line-height: normal;
    margin: 13px 0 13px 13px;
    padding-left: 13px;
    width: 100px;
}

.credits-top .addcredits-holder {
    float: right;
}

.credits-top .balance-holder {
    margin:0 0 0 7px;
}

.credits-top .credits-coin {
    vertical-align:middle;
    margin:-2px 0 0 0;
}

.credits-top #credits-tooltip {
    cursor: pointer;
    margin-bottom: -7px;
}

.credits-holder {
    border-collapse:collapse;
    margin-top:-11px;
    display:none;
}
.credits-holder td {
    width:450px;
    margin: 20px 0 10px;
    border: 1px solid #ddd;
    padding: 0 14px;
    line-height: 42px;
    height: 42px;
    background: #fff;
}
.credits-holder .credit-radio {
    margin-top:-2px;
    vertical-align:middle;
}

.socnet-holder {
    border-collapse:collapse;
    margin-top:-11px;
}
.socnet-holder td {
    width:450px;
    margin: 20px 0 10px;
    border: 1px solid #ddd;
    padding: 0 14px;
    line-height: 42px;
    background: #fff;
}
.socnet-holder td img{
    vertical-align:middle;
    margin:0 10px 0 0;
}
.socnet-holder .odd {
    background: #f1f1f1;
}
.socnet-holder .even {
    background: #f8f8f8;
}
.socnet-holder .add-account {
    padding-left:25px;
    text-align:left;
}
.socnet-holder .socnet-private {
    float:right;
}
.socnet-holder .add-account img{
    margin:0 10px -3px 0;
}
.socnet .checkbox-holder {
    width:65px;
}
.socnet .checkbox-holder input {
    float:right;
}

#socnet-holder {
    padding: 0;
    margin: 0;
}

#profile {
    display: block;
    padding-top: 33px;
}

#dashboard {
    margin-top: -2px;
}

#profile h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 17px;
}

#profile .image_left {
    float: left;
    margin: 0 12px 0 0;
    text-align: center;
    width: 82px;
}
#profile .image_left img {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

#profile .img_text_seperator {
    position: relative;
    height: 150px;
    width: 3px;
    background-color: black;
    display: inline-block;
    float: left;
}

#profile .desc-info {
    background: none;
    font-size: 13px;
}

.desc-info-table {
    border-collapse: collapse;
    line-height: 17px;
    cell-padding: 0;
    margin-bottom: -2px;
}

.desc-info-table td {
    vertical-align: top;
}

.desc-info-table tr td:first-of-type {
    width: 50%;
}

.desc-info-table tr td:nth-of-type(2) {
    color: #2a343b;
}

#profile dt {
    width: 90px;
    height: 15px;
}

#profile dl dd:last-of-type {
    margin: 0;
    line-height: 13px;
    height: 13px;
    padding-top: 2px;
}

#profile dl dt:last-of-type {
    margin: 0;
    line-height: 13px;
    height: 13px;
    padding-top: 2px;
}

#profile dl a dt:last-of-type {
    margin: 0 0 4px;
    line-height: inherit;
    padding-top: 0px;
    height: 15px;
}

#profile dl a dd:last-of-type {
    margin: 0 0 4px;
    line-height: inherit;
    height: 15px;
}

.social_dd {
    position: relative;
}

.border_fix {
    background-color: #ddd;
    max-width: 1px;
    height: 97%;
    top: 0px;
    position: absolute;
    z-index: 9;
    display: block;
    left: 316px;
    bottom: 0px;
    min-height: 99px;
    max-height: 115;
}

.border_fix_small {
    height: 99px !important;
}

.border_fix_large {
    height: 114px !important;
}

.social_dd img {
    padding-right: 7px;
}

.social_dd img:nth-of-type(2) {
    padding-right: 6px;
}

#profile dd {
    width: 101px;
    line-height: 15px;
    display: inline-block;
}

#profile .highlight {
    margin: 10px 0;
    border: 1px solid #ddd;
    padding: 20px 18px;
    height: 42px;
    background: #f8f8f8;
    text-align: center;
}

#profile .report_user_link {
    position: absolute;
    right: 18px;
    top: 15px;
    font-size: 12px;
    color: #777;
}

#profile .report_user_link:hover {
    color: #333;
}

.view_links_holder {
    height: 60px;
    display: block;
    padding: 15px 0px 0px 0px;
}

#view_links_list {
  width: 100%;
  display: table;
  table-layout: fixed;
}

#view_links_list ul {
  display: table-row;
}

#view_links_list ul li {
  display: table-cell;
  text-align: center;
  padding: 5px 20px 5px 10px;
}

#view_links_list ul li a {
    background-color: white;
    width: 100%;
    display: block;
    color: black;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;

    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;

    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);

    color: black;
}

#view_links_list ul li a:first-of-type {
    background-color: #white;
}

#view_links_list ul li a:hover {
    text-decoration: none;
    background-color: #f2f2f2;
}

#profile .view_links {
    margin: 20px 0 0;
    text-align: center;
    font-size: 13px;
    color: #e6e6e6;
}

#profile .view_links a {
    font-weight: bold;
}

#profile .profile_box {
    float: left;
    padding: 0px 15px;
    width: 287px;
    display: inline-block;
    position: relative;
    margin-bottom: 27px;
}

.profile_box#details .has_icon_right {
    padding-right: 30px;
}
.profile_box#details .merc_store,
.profile_box#details .user_badge{
    margin-top: 0;
    margin-left: 0;
}
.profile_box#details .merc_store{
    top: 0;
}

#profile #feedback .positive .feedback_type_link,
#feedback_breakdown .positive .feedback_type_link {
    color: #1ea32f;
}

#profile #feedback .negative .feedback_type_link,
#feedback_breakdown .negative .feedback_type_link {
    color: #c1272c;
}

#profile #feedback .fb_type_link.selected  .feedback_type_link {
    font-weight: bold;
}

#profile #feedback .fb_type_link.selected  .feedback_type_link {
    text-decoration: none;
}

#profile #feedback .fb_type_link.selected .show_all_link{
    font-size: 12px;
/*    float: right;*/
}


#profile .profile_box#activity {
    border-right: none;
}

#profile #activity #ads_placed {
    float: left;
    margin: 0 12px 0 0;
    padding: 25px 0 0 0;
    background: url(../../../i/profile_ads_bg.png) no-repeat;
    width: 115px;
    height: 74px;
    color: #637b8d;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}

#profile #activity #ads_placed #number {
    font-size: 36px;
    font-weight: bold;
    color: #000;
}

#profile #activity #ads_placed strong {
    color: #000;
}

#profile #activity dt {
    width: 70px;
}

#profile #activity dd {
    width: 90px;
}

.item_description_car {
    padding: 4px 10px 10px 10px;
}

.item_description {
    padding: 4px 10px 10px 0;
}

.item_description ul
, .item_description_car ul {
    list-style: disc inside none;
    list-style-image: url('../../../i/bullet2.gif');
    clear: both;
    width: 100%;
    padding: 0;
}

.item_description ul li, .item_description_car ul li {
    background: none;
    width: 150px;
    float: left;
    /*
text-indent: 20px;
*/
    padding: 0;
    padding-top: 2px;
    margin: 0;
}

ul.date-entered {
    margin-top: 8px;
}

.contact-form {
    border: 1px solid #DDDDDD;
    padding: 0 15px 20px;
    margin: 20px 8px 15px 0;
    min-height: 228px;
    background-color: #f4f4f4;
    color: #597386;
    width: 609px;
    float: left;
}

#contact-mpu {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}

.contact-form label {
    float: left;
    width: 121px;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}

.contact-form .send-copy {
    float: right;
    width: 290px;
    position: relative;
    left: 14px;
    top: 4px;
}

.contact-form .send-copy input {
    position: relative;
    top: -1px;
}

.contact-form .text-field,
.contact-form .select {
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    width: 250px;
    padding: 5px;
}
.contact-form .select {
    background: #fff;
}

.contact-form .image-field {
    margin-left: 110px;
}

.clickable {
    cursor: pointer;
}

#restricted-description-box {
    overflow: hidden;
}

.password-email-input {
    position:relative;
    top:-1px;
    padding-left: 2px;
    border: 1px solid #d1d6db;
    width: 350px;
    height: 30px;
}

.pw-reset {
    float: left;
}

.pw-reset label {
    width: 150px;
    float: left;
    text-align: right;
    padding-right: 7px;
    margin-top: 12px;
}

.pw-reset #newPassword,.pw-reset #confirmPassword {
    width: 220px;
    height: 23px;
    margin-top: 8px;
}

.pw-reset .submit-button {
    float: right;
}

/*Link Account styling*/
.linkaccount-form { 
    /*width:50%;
    margin:auto;*/
    margin: 20px 20px 0 10px;
    font-size: 14px;
}

.linkaccount-form label {
    margin-top:8px;
    margin-right:8px;
    width:100px;
    float:left;
    text-align:right;
}

.linkaccount-form .text {
    padding: 6px 5px;
    margin: 0;
    width: 280px;
    outline: none;
    float: left;
}

.linkaccount-form img {
    margin-left: 15px;
    margin-bottom: 20px;
}

.linkaccount-form .linkaccount-email-input {
    border: 1px solid #d1d6db;
    float: left;
    width: 350px;
    height: 30px;
    margin-right: 7px;
    margin-top: -2px;
}

.linkaccount-form #linkaccount-login-submitholder {
    margin-left: 305px;
}

#socnet-login label {
    width: 75px;
    float: left;
    text-align: left;
}

#socnet-login submit {
    margin-left: 150px;
}

/* Contact form "not loggted in" styling*/
#message_container {
    margin: 80px 0 0;
    height: 100px;
}

#message_holder {
    width: 100%;
    text-align: center;
}

#message_span {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 16px;
}

#message_span a {
    font-size: 16px;
}

/* Help Section */
#help_header {
    font-size: 20px;
    padding-left: 40px;
}

.help_article_container {
    width: 880px;
    padding: 1px 0 0 40px;
}

.help_holder_left {
    margin-right: 41px;
    width: 287px;
    float: left;
}

.help_holder_right {
    width: 286px;
    float: left;
}

 .help_holder_left ul
,.help_holder_right ul
,.help_article_container ul
{
    list-style-image: url('../../../i/help_list.gif');
}

/* Help articles */
.help_article_container h6{
    margin-bottom: 8px;
}

.help_article_container p{
    margin-top: 10px;
    margin-bottom: 5px;
}
.help_article_container p + ul{
    margin-top: 0;
    margin-bottom: 0;
}

/* error holder for jquery.validate form submission */
#error_container {
    background-color: #ffdcdc;
    border: 1px solid red;
}

/* Tables in help 
.help_table{
    background: #F0F2F4;
    border-collapse: collapse;
}
.help_table td,
.help_table th{
    border: 1px solid #DDDDDD;
    padding: 10px;
}
.help_table th h1{
    margin: 0;  
}
#merchant_fees_table{
    margin-left: auto;
    margin-right: auto; 
}*/

#help_priority_box,
#help_premium_box{
    width:  180px;
    height: 40px;
    margin-top: 10px;
    float: none;
    display: block;
}

#help_priority_box h3,
#help_premium_box h3{
    border: none;
    text-align: center;
    color: #29333C;
    font-size: 14px;
    padding-top: 11px;
}

/*
    Specific help sections
 */

/*

/*right hand side of common nav*/
#nav li.rhs {
    min-width: 60px;
    max-width: 100px;
    background: url(../../../i/separator_nav_rhs.gif) no-repeat left;
    width: auto;
    float: right;
}

#nav li.rhs a {
    min-width: 60px;
    max-width: 100px;
    width: auto;
    margin-left: 0;
    text-align: center;
}

#nav li.properties a {
    min-width: 105px;
}

#nav li.rhs.first {
    background: none;
}

/*left hand side of common nav*/
#nav li.lhs {
    min-width: 88px;
    max-width: 300px;
    width: auto;
    float: left;
    background: url(../../../i/separator2.gif) no-repeat right;
    text-align: center;
}

#nav li.placeAdvert a {
    width: 133px;
}

#nav li.help a {
    width: 80px;
}

#nav li.placeAdvert a {
    margin-right: 2px;
}

#browse-link {
    background-color: rgb(124, 144, 158);
}

#browse-link li.lhs {
    background: url(../../../i/separator2.gif) no-repeat right;
}

#browse-link.category.lhs a {
    text-align: left;
    text-indent: 25px;
    width: 221px;
}

#browse-link a:active,#browse-link .dropped {
    background: rgb(83, 104, 121);
}

#nav .lhs a:hover {
    background: #3a4853 url(../../../i/bg-nav-sprite.png) 0 -142px repeat-x;
}
#nav .lhs.dropped a:hover{
    background: #536879;
}


.holder.sub-holder {
    clear: both;
    min-height: 26px;
}

.submit-button {
    width: 73px;
    height: 34px;
    background: url(../../../i/btn-submit-old.gif) no-repeat;
    border: 0;
    margin: -2px 0 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    cursor: pointer;
}

.submit-button:hover {
    background-position: 0 -34px;
}
.submit-button.disabled:hover {
    background: url(../../../i/btn-submit-old.gif) no-repeat;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

#form-submit-img {
    cursor: pointer;
}

#form-submit-img .sending {
    cursor: default;
}

#ajaxLoader {
    float: right;
    margin: 9px 9px 0 0;
}

/*top bar Form changes*/
/*  Height had to be set as a style on the element itself see: SearchForm.inc.php*/
#searchDropDown {
}

/* date picker for tax and nct entry on car form */
.upload-form .datePicker {
    float: left;
    margin: 0 15px;
}

.upload-form .datePicker:after {
    clear: both;
    display: block;
    content: "";
}

.upload-form .datePicker select, .upload-form .datePicker input {
    float: left;
    margin-right: 7px;
}

.upload-form .datePicker input, .datePicker select {
    width: 50px;
    padding: 3px 5px;
}

.upload-form .datePicker select.month, .upload-form .datePicker select.year {
    width: auto;
}

.upload-form #tax, .upload-form #nct {
    float: left;
    height: 22px;
}

.preview-box {
    text-align: center;
    padding: 10px;
    margin: -5px 7px 20px;
    border: 4px #f0e9d5 solid;
    background: #fcf7ec;
}

.preview-box #form-back {
    float: left;
}

.preview-box #form-finish {
    float: right;
}
.preview-box #form-back #btn-back, .preview-box #form-finish #btn-finish {
    margin: 0 5px 10px;
} 

/*
 * IE 6/7 mods for search bar
 */
#searchForm {
    position: relative;
    height: 32px;
}

#searchForm.sidebar_form .row {
    position: absolute;
    top: 12px;
    left: 13px;
}

#show {
    margin-left: 192px;
    margin-right: 0;
    width: 177px;
    height: 42px;
    background: url(../../../i/bg_show.png) 0 0 no-repeat;
    position: relative;
    bottom: 3px;
}

#show .wrapper {
    padding-top: 8px;
    margin: 0 auto 0 auto;
    width: 160px;
}

#show select {
    line-height: 25px;
    height: 28px;
    width: 112px;
}

/* Common */

/*
 * rounding
 */
.round {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}


.round.button {
    background: #F0832F;
    cursor: pointer;
    padding: 5px;
    font-weight: bold;
}

.rhs {
    float: right;
}

.lhs {
    float: left;
}

.clearfix {
    clear: both;
}

.greytext {
    color: #647c8e;
}
.darkgreytext{
    color: #525252;
}

.smallfont{
    font-size:12px;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.no_text_overflow{
    overflow: hidden;
}
.break_big_words{
    word-wrap: break-word;
}
.bold{
    font-weight: bold;
}
.normal_text_weight{
    font-weight: normal;
}

.grey_bold_font,
.desc-info .grey_bold_font{
    font-weight: bold;
    color: #597285;
}

.heading_sub{
    font-size: 0.75em;
    vertical-align: bottom;
}


.data{
    display: none;
}


/*
    The orange and grey action buttons used throughout the site.
 */
.orange-button,
.grey-button {
    border: 1px solid #e2e2e2;
    font: bold 13px/14px Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 7px 9px 7px 11px;
    cursor: pointer;
    text-align: center;
}

.orange-button {
    background: #faa732 url(../../../i/button_bg_sprite.png) repeat-x 0 0;
    color: #fff;
    text-shadow: 1px 1px #C75B06;
}

.orange-button:hover {
    background: #faa732 url(../../../i/button_bg_sprite.png) repeat-x 0 -32px;
}

.grey-button {
    background: #ddd url(../../../i/button_bg_sprite.png) repeat-x 0 -64px;
    color: #364e5f;
}

.grey-button:hover {
    background: #ddd url(../../../i/button_bg_sprite.png) repeat-x 0 -96px;
}


/**
 * An overlay div designed to kill interaction on elements underneath it.
 *
 * It will capture all clicks and hovers so they don't reach the elements underneath
 * it.
 *
 * This can be used to kill interaction where you're including a template as an
 * example but don't want links, buttons or events to fire off on from the example.
 *
 * @see QuickSaleSearchResult.inc.php
 */
.kill_interaction {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;

    cursor: not-allowed;
}


/* Lists */
.list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.inline_list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}
.inline_list li{
    display: inline;
}

/**
 * Icon list
 *
 * A list with icons as bullet points.
 *
 * e.g. a list with ticks beside each bullet
 */
.icon_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.icon_list > li {
    padding-left: 20px;
    background-repeat: no-repeat;
}

/*
    Tick list - a list of items with ticks as bullet points
 */
.icon_list.tick_list {
    font-size: 13px;
    line-height: 14px;
}

.icon_list.tick_list > li {
    padding-top: 10px;
    background-image: url(../../../i/tick_icon.png);
    background-position: 0 12px;
}


/* Forms */
.inline-form,
.inline-form input {
    display: inline;
    vertical-align: baseline;
    line-height: inherit;
    width: auto;
    height: auto;
    white-space: normal;
}

/* For radio buttons/labels within labels */
.label_radio {
    vertical-align: text-bottom;
}

/**
 * Headings
 *
 * All base heading styles and styles derived from these should be defined here.
 * 
 * Ideally all headings will be defined here and will can easily be refactored into 
 * base styles 
 */

/*
    As of now there is too much use of the .heading class in specific circumstances
    to put any base style here. As these get refactored it will become clear as to 
    what base styles we can avail of here.
 */
.heading {

}

.heading.wide_modal_white_box_heading {
    margin: 0 0 1px 0;

    font-size: 13px;
    color: #000;
}

.heading.watchlist_heading, .heading.following_heading {
    font-size: 21px;
}

/*
    Headings for the relist page
 */

/* @TODO: This style can most likely be recycled into a common main heading style */
.relist_main_heading {
    font-size: 18px;
    color: #2A344A;
    border-bottom: 1px solid #DDD;
    padding: 6px 0 10px 0;
    margin: 12px 0 20px 7px;
}

#relist_wrap .heading {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin: 0 0 17px 0;
}

#relist_wrap .relist_form .heading {
    margin-bottom: 13px;
}


/* Icons */
/*
Commenting these definitions out for now. The .quick_sale_icon are being re-done in CSS, but this is still the way to do buttons
in the future

.some_other_button,
.quick_sale_icon {
// Generic styles for all image icons
    display: inline-block;
    direction: ltr;
    text-indent: -1000px;
    background-repeat: no-repeat;
}
.quick_sale_icon {
    background: url(../../../i/icons/quick_sale.png);
    width: 62px;
    height: 15px;
    vertical-align: text-bottom;
}
.some_other_button {
    background: url(../../../i/icons/some_other_button.png);
    width: 50px;
    height: 15px;
}
*/

/* pure CSS icons */
span.quick_sale_icon,
span.non_negotiable_icon {
    text-transform: uppercase;

    font-size: 9px;
    line-height: 9px;
    font-weight: bold;

    padding: 3px 3px;
    margin-left: 3px;
    margin-top: -3px;
    display: inline-block;
}

span.quick_sale_icon {
    color: #fff;
}

span.non_negotiable_icon {
    border: 1px solid #dadada;
    color: #808080;
}

.quick_sale_icon {
    /* 
        Generated by:
        @link: http://www.colorzilla.com/gradient-editor/ 
    */
    background: #dc0606; /* Old browsers */
    background: -moz-linear-gradient(top, #dc0606 0%, #b50000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc0606), color-stop(100%,#b50000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dc0606 0%,#b50000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dc0606 0%,#b50000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dc0606 0%,#b50000 100%); /* IE10+ */
    background: linear-gradient(top, #dc0606 0%,#b50000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0606', endColorstr='#b50000',GradientType=0 ); /* IE6-9 */

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Misc */
.or_icon {
    background: url(../../../i/buynow-or-in-form.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
}
#item_comment_area .or_icon {
    margin: 0 13px;
}

.heading_right{
    float: right;
}

/*
    Forces long strings to break and not overflow their container. This handles
    browser oddness and implementation details without truncating words in odd places
 */
.wrap_words {
    /* IE7 */
    word-wrap: break-word;

    /*
        MS
        note: break-all in IE doesn't break words mid way, it acts like break-word
    */
    -epub-word-break: break-all;
    -ms-word-break: break-all;

    /* Non standard for Webkit */
    word-break: break-word;

    /* Firefox, Chrome & browsers going forward */
    -epub-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}


/* Forms */

/*
    .boxy_form(s) are forms where the inputs are 'boxy' i.e. white boxes with
    borders

    .boxy_form takes many styles from .upload-form and .merchant_form. The idea is
    that these styles can be refactored into a common style if and or when the style
    is in fact consistent across the whole site
 */

.boxy_form .row {
    padding-top: 9px;
    padding-bottom: 7px;
    height: 33px;
}

.boxy_form .row label {
    vertical-align: middle;
}

/* Relist ad modifications to the .boxy_form */
#relist_wrap .boxy_form input[type="text"],
#relist_wrap .boxy_form select {
    border-color: #CDCDCD;
    padding: 7px;
    height: 33px;
}


/* Creating and Editing ad forms */
#advert-form {
    width: 690px;
    margin: 5px auto;
    color: #000;
    font-size: 14px;
}

#advert-form .adFormSection {
    background: #e2e8eb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 20px 0;
    padding: 10px;
}

#advert-form .adFormSection h2 {
    color: #617889;
    padding: 5px 10px 5px;
    margin: 0 0 10px;
    font-size: 14px;
}

#advert-form td {
    width: 436px;
    padding: 10px;
    background: #ffffff;
}

#advert-form td:first-child {
    color: #728694;
    width: 189px;
    text-align: right;
    background: #f7f9fa;
}

#advert-form td.top:first-child {
    vertical-align: top;
    padding-top: 10px;
}

#advert-form td p {
    margin: 0 0 18px;
}

#advert-form td.error:first-child
, #advert-form td.manual-error:first-child {
    font-weight:bold;
}

#advert-form td.error
,.modal_form td.error
, #advert-form td.manual-error {
    color: #bc2020;
    border: none;
    background: #ffdcdc;
}

#advert-form td div.error
,.modal_form td div.error
, #advert-form td div.manual-error {
    display: none;
}

#advert-form td.error div.error
, #advert-form td.error div.manual-error {
    display: block;
    border: none;
    background: none;
    height: 31px;
}

#advert-form td.error label.error
, .manual-error-label {
    display: block !important;
    color: #bc2020;
    font-weight:normal;
    margin:2px 2px 10px;
    border: none;
    background: none;
}

#advert-form .manual-warning-label {
    display: block;
    color: #bc2020;
    margin-bottom: 5px;
}

#advert-form td img.error
, #advert-form td img.manual-error {
    display: none;
}

#advert-form td.error img.error
, #advert-form td.error img.manual-error {
    display: inline;
    float: right;
    padding: 0 8px;
    border: none;
    background: none;
}

.boxy_form input[type=text],
.boxy_form input[type=password],
.upload-form input.text,
.merchant_form .text {
    height: 20px;
    width: 320px;
    padding: 5px;
    background: white;
}

.boxy_form select,
.boxy_form input[type=text],
.boxy_form input[type=password],
.upload-form select,
.upload-form input.text {
    border: 1px solid #7C8F9D;
}

.boxy_form select,
.merchant_form .select,
.upload-form select {
    height: 30px;
    padding: 5px;
    background: white;
}

.merchant_form .select,
.upload-form select {
    width: 332px;
}

.upload-form .selectbox,
.merchant_form .selectbox {
    height: auto;
}

.boxy_form textarea,
#advert-form textarea,
.adFormSection .textarea {
    padding: 5px;
    margin: 0;
    width: 320px;
    border: 1px solid #7C8F9D;
    background: white;
}

.upload-form input.error, #advert-form textarea.error, .upload-form .error {
    border: 1px solid #d90000;
    background: #fff6f6;
}

#advert-form #adType, #advert-form .adCategory {
    font-weight: bold;
}
#advert-form #adCategory span,
#advert-form #adCategory a {
    line-height: 20px;
}
#advert-form #adCategory .cat-name:after {
    content: ' > ';
}
#advert-form #adCategory .cat-name:last-of-type {
    font-weight: bold;
}
#advert-form #adCategory .cat-name:last-of-type:after {
    content: '';
}
#advert-form #upload-message {
    text-align: left;
    margin: 10px 5px;
}

#advert-form .check {
    vertical-align: -2px;
}
#advert-form .check-and-tooltip {
    margin-top: 6px;
}

#advert-form .disabled .check {
    margin-top: 5px;
}
#advert-form .disabled .tooltip {
    margin-top: 0;
}

#advert-form #place-ad-or {
    float: right;
    padding: 25px 15px;
    color: #728694;
    text-align: center;
}

#advert-form .contact_support
{
    font-size: 12px;
    margin-left: 4px;
}

#advert-form .lock
{
    margin-right: 4px;
}

#category-form #btn-next, #advert-form #btn-save, #advert-form #btn-editsave {
    float: right;
}
#boxes-holder select.active{
    background: #fff;
}
#boxes-holder select{
    background: #CDCDCD;
}

#advert-form #btn-preview, #btn-editsold {
    float: right;
    margin: 8px 0;
}

#btn-editsold {
    margin-right: 10px;
}

#loader-next, #loader-save, #loader-preview, #loader-editsave, #loader-editsold {
    float: right;
    margin: 26px 10px 0 0;
}

#loader-payment-method {
    float: right;
    margin: 51px 10px 0 0;
}

/*
 * Help section - Safety Advice
 */
#safetyAdvice{
    float: right;
}

/*
 * Fixes to Feedback Content
 */
#feedbackcontent, #commentcontent {
    padding: 11px 0 0;
}

#aboutcontent {
    padding: 15px;
}

/*
 * handling dashboard internal links, viewing comments and feedback etc
 */
.show_feedback.off, .show_comments.off, .show_about.off {
    color: #2A343B;
    text-decoration: none;
    cursor: default;
}


/*
 * fix to comments on dashboard
 */
.post .image_error{
    width: 89px;
    height: 89px;
}



/*
 * generic empty box
 */
#emptyBox{
    height: 176px;
    width: 100%;
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
    margin-top: 30px;
}

#innerBox{
    text-align: center;
    width: 100%;
    margin: 68px auto;
}

#emptyBox span{
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    display: inline-block;
    font-size: 16px;
}

/*
 * Ad placement stuff
 */

#ad-finished-holder {
    width: 662px;
    margin: 50px 130px 85px;
}

#ad-finished-holder.buynow_success {
    margin: 100px 130px 10px;
}

#ad-finished-holder .ad-finished {
    text-align: left;
    padding: 20px;
    margin: 0px;
    border: 6px solid #f1f1f1;
    background: #fff;
}
#ad-finished-holder .ad-finished .facebook_icon {
    float: left;
    margin: 0px 10px 0 0;
}
#ad-finished-holder h1 {
    text-align: center;
    font-size: 17px;
    margin: 0 0 25px 0;
    color: #333;
    padding: 0;
}
#ad-finished-holder h1 span {
    font-weight: normal;
}
#ad-finished-holder .ad-finished h2 {
    font-size: 18px;
    margin: 2px 0 21px 0;
    color: #333;
    border-bottom: 0px solid #d4d4d4;
    padding: 0 0 0px 0;
}
#ad-finished-holder .ad-finished h2 span {
    font-weight: normal;
}
#ad-finished-holder .ad-finished .ad_img {
    float: left;
    margin: 0px 15px 0 0;
    border: 1px solid #d4d4d4;
    width: 180px;
    height: 120px
}
#ad-finished-holder .ad-finished h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0;
    border-bottom: none;
    padding: 12px 0 2px 0;
}

#ad-finished-holder.buynow_success .ad-finished h3 {
    color: #2B353C;
    padding: 0;
    margin: 0 0 15px;
    padding-bottom: 7px;
}

#ad-finished-holder .ad-finished p {
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #525252;
    padding: 0 0 5px 0;
}

#ad-finished-holder.buynow_success .ad-finished p {
    margin: 13px 0;
    padding: 0;
    color: #2A343B;
}


#ad-finished-holder .ad-finished h4 {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #000;
}
#ad-finished-holder .ad-finished h4 span{
    font-size: 16px;
}

#ad-finished-holder .ad-finished .facebook_message {
    float:left;
    font-size: 16px;
    color: #777;
    border: 1px solid #dddddd;
    padding: 0 5px 0 8px;
    background-color: #fafafa;
    width: 454px;
    height: 38px;
    margin: 0 10px 20px 0;
}

#ad-finished-holder .ad-finished .ad-finished-summary {
    clear: both;
    padding: 10px;
    margin: 0 0 20px 0;
    border: 1px solid #d4d4d4;
    width: 588px;
}

#ad-finished-holder fieldset {
    clear:both;
    height:40px;
}

#ad-finished-holder .submit {
    width: 131px;
    height: 40px;
    background: url(../../../i/share_your_ad_button.png) no-repeat;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    cursor: pointer;
}
#ad-finished-holder .submit:hover {
    background: url(../../../i/share_your_ad_button_rollover.png) no-repeat;
}

#ad-finished-holder.buynow_success .ad-finished,
.orange-box {
    text-align: center;
    padding: 10px 100px 10px 150px;
    margin: 0;
    border: 4px #f0e9d5 solid;
    background: #fcf7ec;
}

#tcs-place-ad-holder {
    margin: 43px 130px 43px;
}

#tcs-place-ad-holder .tcs-place-ad {
    text-align: left;
    padding: 10px 100px 10px 100px;
    margin: 0;
    border: 4px #f0e9d5 solid;
    background: #fcf7ec;
}

#tcs-place-ad-holder .tcs-place-ad ol {
    padding-bottom: 10px;
}

#tcs-place-ad-holder .tcs-place-ad li {
    text-align: left;
    padding: 0;
}

#tcs-place-ad-holder .tcs-place-ad h3{
    font-size: 13px;
    border-bottom: none;
    text-align: center;
}

#tcs-place-ad-holder .tcs-place-ad h2 {
    color: #e3730f;
    font-size: 24px;
    margin: 15px 0 10px;
    text-align: center;
}

.tcs-place-ad .terms {
    padding-left: 21px;
}

.tcs-place-ad .button {
    float: right;
}

#ad-finished-holder.buynow_success .ad-finished h2 {
    color: #e3730f;
    font-size: 24px;
    margin: 15px 0 5px;
}

#ad-finished-holder.buynow_success .ad-finished h3 {
    font-size: 16px;
    border-bottom: none;
}


/*
 * validation for comment box
 */
#messageArea{
    width: 97%;
}
.item_message
,#pm_message{
    width :100%;
}
.errorHolder{
    width: 100%;
    background: #FFDCDC;
    display: none;
    padding: 6px;
}
.errorHolder .error{
    color: #D90000;
}

.errorHolder.error {
    display: inherit;
}

/*
 * 404
 */

#errorArea{
    height: 406px;
    width: 880px;
    margin: 0 auto 35px;
    border-top: #dddddd 1px solid;
    border-bottom: #dddddd 1px solid;
    position: relative;
}
#errorArea.four04, #errorArea.four10 {
    border-top: none;
}
#errorImg{
    position: absolute;
    top: 23px;
    left: 522px;
}
#errorText{
    width: 510px; 
    padding-top: 123px;
}
#errorArea h1{
    font-size: 20px;
}
#errorArea.usernotfound{
    background:url('../../../i/error-page.png') 314px 49px no-repeat;
    border-top:0;
}
#errorArea.usernotfound #errorText,
#errorArea.unavailable #errorText {
    width:445px;
}
#errorArea.unavailable {
    background:url('../../../i/error-page.png') 314px 49px no-repeat;
}


.searchResultAd {
    margin-bottom: 10px;
    text-align: center;
}

.searchResultAd img, .searchResultAd iframe {
    display: inline-block;
}

h1#verify {
    margin: 14px 10px;
    padding-bottom: 20px;
    border-bottom: 1px lightgrey solid;
    font-size: 21px;
}

#verify-box {
    background-color: #fcf7ec;
    border: 3px solid #f0e9d5;
    width: 650px;
    padding: 25px;
    margin: 65px auto;
}

#verify-box #verify-pic {
    margin-top: -49px;
    margin-left: -12px; 
}

#verify-box select.verify-prefix {
    width: auto;
    height: 30px;
    padding: 5px;
    border: 1px solid #e1dac8;
    background: white;
}

#verify-box select.verify-prefix option {
    padding: 0 5px;
    text-align:right;
}

#verify-box .verify-section {
    margin: 15px 0;
}

#verify-box .verify-label {
    width: 85px;
    text-align: right;
    line-height: 15px;
}

#verify-box input#mobile, #verify-box input#code, #verify-box textarea {
    height: 20px;
    width: 320px;
    padding: 5px;
    margin: 0 5px;
    border: 1px solid #e1dac8;
    background: white;
}

#verify-box textarea {
    height: 100px;
    margin: 0;
}

#verify-box .hr {
    height: 0;
    margin: 20px 0;
    border-bottom: 2px solid #f0e9d5; 
}

#verify-box .hr hr {
    display: none;
}

#verify-box p.links {
    margin: 20px 0 0;
}

img.contact {
    width: 615px;
    border: 1px #DDDDDD solid;
}

/* Basic Uploader Form edit */
#advert-form .basic-uploader {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #CCCCCC;
}

#advert-form .basic-uploader .upload-box {
    background: #ffffff !important;
    min-height: 150px;
}

#advert-form .basic-uploader #upload-topbar {
    text-align: left;
    padding: 8px 5px;
}

#advert-form .basic-uploader .row {
    margin: 0;
    padding: 10px 100px;
}

#advert-form .basic-uploader .row.odd {
    background: #efefef;
}

#advert-form .basic-uploader .row.even {
    background: #e0e0e0;
}

#advert-form .basic-uploader .row input {
    float: left;
}

#advert-form .basic-uploader .row .mainpic {
    float: right;
}

#advert-form .basic-uploader .row .mainpic input {
    float: none;
    margin: 2px 2px 4px 2px;
}

/* Separator bars for comment actions in top-right corner */

ul.commentOptions {
    display: block;
    margin: 0;
    list-style: none;
    font-size: 12px;
    padding: 0;
    margin-top: 18px;
}

ul.commentOptions li {
    padding: 0px 10px 0px 9px;
    float: left;
    border-right: 1px solid #ccc;
    margin-top: 1px;
    line-height: 13px;
}

ul.commentOptions li:first-child {
    padding-left: 0;
    background: none;
}

ul.commentOptions li:last-child {
    padding-right: 0;
    border-right: none;
}

ul.commentOptions img{
    border:0;
}

ul.commentOptions li a {
    font-size: 12px;
}
/*
 * user status Icons
 */
.title strong {
    float: left;
}

img.userIcon {
    margin-left: 10px;
    vertical-align: bottom;
}
img.userIcon.merc_store{
    margin-top: 0;
    vertical-align: sub;
    position: relative;
    top: 1px;
}
img.userIcon.user_badge{
    margin-top: 2px;
/*    vertical-align: sub;*/
}
.smi img.userIcon{
    vertical-align: text-bottom;
}
#merchant_profile img.userIcon.merc_store{
    margin-left: 5px;
    top: 0;
}

#loader-editprofile, #loader-editpass, #loader-editavatar {
    vertical-align: middle;
    padding-right: 5px;
}

img.loader {
    vertical-align: middle;
    padding: 0 5px;
}
span.loader{
    background: url(../../../i/ajax-loader.gif) no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    display: none;
}
span.loader.active{
    display: inline-block;
}

/* /ip/ Diagnostics page */

.diag_content label {
    width:120px;
    font-weight:bold;
    color:#6b7793;
    float:left;
}


/* Buy Now form on SMI */
.buynow-or {
    position: absolute;
    top: 110px;
    left:-24px;
}

/* Account history pagination */
#account_history_pagination_wrap{
    width: 538px;
    margin: 0 20px;
}


/* Ask question/make offer form */
div.contact-form-new {
    float: left;
    width: 599px;
    min-height: 0;
    padding: 20px;
    margin: 20px 8px 15px 0;
    border: 1px solid #DDDDDD;
    color: #597386;
    background-color: #f4f4f4;
}

#item_comment_area .contact-form-new,
#item_comment_area .contact-form {
    margin: 0px 0 15px 0;
}

.contact-heading h2, .contact-heading h3 {
    width: 120px;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: #2a343b;
}
.contact-heading h2 {
    width: auto;
}

.contact-form-new .contact-offer {
    margin: 15px 0;
}

.contact-offer label {
    width: 110px;
    line-height: 28px;
    text-align: left;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
}

.contact-offer #makeoffer {
    width: 250px;
    background: #fffffe url(../../../i/offer-bg.png) no-repeat;
    padding: 7px 7px 7px 22px;
    border: 1px solid #ddd;
}

.contact-form-new .contact-comment {
    margin: 11px 0 15px 0;
}

.contact-comment .errorHolder {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contact-comment textarea {
    width: 100%;
    min-width: 400px;
    height: 130px;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contact-form-new p {
    float: left;
    width: 365px;
    margin: 7px 0;
}

#item_comment_area{
    position: relative; 
}


.field_highlight,
#name.field_highlight,
#email.field_highlight,
#phone_number.field_highlight,
#message.field_highlight,
.item_message.field_highlight,
#make_offer_form .field_highlight {
    background-color: #ffffdd;  
}
/*
.field_highlight.error,
#name.field_highlight.error,
#email.field_highlight.error,
#message.field_highlight.error,
.item_message.field_highlight.error,
#makeoffer.field_highlight.error{
    background-color: #FFDCDC;  
}
*/

/* Job application form with 1 click modifications */
#item_comment_area.job #cv_id {
    width: 207px;
    line-height: 22px;
}

#item_comment_area.job #cv {
    margin-bottom: 11px;
    margin-left: 131px;
    width: 208px;
}

/* Buy now shipping options on SMI */
#main .box-info .buynow-info {
    float: left;
    padding: 12px 15px 10px 0;
}

#main .box-info .buynow-info div.holder {
    background-color: #f4f4f4;
    padding: 10px;
    width: 370px;
}

#main .box-info .buynow-info div.holder ul {
    padding: 0;
}

#main .box-info .buynow-info div.holder li {
    display: inline-block;
    width: 150px;
}

#main .box-info .buynow-info div.holder li.price {
    background: none;
    font-weight: bold;
}


/* Buy now order history */
table.transaction-table {
    border: 1px solid #999;
    background: #fff;
    margin: 0 auto;
}

table.transaction-table thead {
    background: #d3d3d3;
    font-weight: bold;
}

table.transaction-table td {
    width: 169px;
    padding: 10px;
}

table.transaction-table .odd td {
    background: #eeeeee;
}
.transaction-table tr.highlight td {
    color: #00529B;
    background-color: #BDE5F8;
}

.transaction-table .balance table td {
    border: 0;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
    width: 200px;
}

.transaction-table .balance td {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

.transaction-table #outstanding {
    float: left;
}
.transaction-table .pay-now #outstanding {
    padding-top: 8px;
}

.transaction-table #pay-now {
    float: right;
    margin-right: 10px;
}
.transaction-table .pay-now #loader {
    display: none;
    float: right;
    height: 34px;
    text-align: center;
    width: 100px;
}
.transaction-table .pay-now #loader img {
    padding-top: 10px;
}


/* Priority ad section */
.adFormSection .priority-section {
    float: left;
    width: 192px;
    padding: 10px;
    margin: 0 5px;
    border:2px solid #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.adFormSection .priority-section.free {
    margin-left: 0;
    background:#fee5bd;
}

.adFormSection .priority-section.priority,
#help_priority_box {
    background:#fdcf84;
}

.adFormSection .priority-section.premium,
#help_premium_box {
    margin-right: 0;
    background:#fdb745;
}

.adFormSection input {
    display: block;
    float: left;
    margin: 3px 4px 3px 0;
}

.basic-uploader .mainpic input[type="radio"] {
    display: inline-block;
}

#main .adFormSection .priority-section h3 {
    padding: 0;
    margin: 0 0 5px 0;
    color: #29333c;
    font-size: 14px;
    line-height: 14px;
    border-bottom: none;
}

.adFormSection .priority-section span {
    font-size: 12px;
    line-height: 12px;
}

#advert-form .adFormSection.error
, #advert-form .adFormSection.manual-error {
    border: none;
    background: #ffdcdc;
}

#advert-form .adFormSection.error h2 {
    color: #bc2020;
}

/* Jobs listings on SR */
.job_listing h4 a {
    color: black;
}
.job_listing a:hover {
    text-decoration: underline;
    color: #004DDA;
}
.job_listing .holder ul a {
    color: #777;
    text-decoration: underline;
}
.job_listing .holder li.username a {
    color: black;
    text-decoration: none;
}
.job_listing .holder li.updated a {
    text-decoration: none;
}
.job_listing .holder ul a:hover {
    text-decoration: underline;
    color: #004DDA;
}

.job_listing .holder.description {
    height: 22px;
}
.job_listing .info {
    padding-left: 0;
}
.job_listing  h4 {
    font-weight: 400;
    font-size: 16px;
    padding-top: 3px;
}
.job_listing .img-holder {
    float: left;
    width: 122px;
    margin-top: 0px;
    margin-right: 15px;
}
.job_listing .info-box .info .holder {
    font-size: 12px;
}
.info-box.job_listing .info .holder ul {
    margin-top: -1px;
}


/* FB MPU wrapper */
#fb_MPU_wrapper {
    height: 250px;
}

/* Feedback modal limiting input */
.limit_counter{
    font-weight: bold;  
}

.char_counter .error
{
    color: #BC2020;
}

.limit_input_error{
    color: #BC2020;
}
.char_counter{
    padding-top: 5px;   
}

#signup_t_n_c {
    font-size: 11px;
    padding-left: 30px;
    margin-top: 10px;
    color: #617889;
    display: block;
    float: left;
}

#signup_t_n_c_Holder {
    padding:20px 0 0 0; 
    margin-left:auto; 
}

#paybycash-form label {
    padding: 10px 0;
    color: #5a7387;
    text-align: right;
    display: inline-block;
    width: 120px;
    margin-right: 5px;
}

#paybycash-form span.value {
    font-weight: bold;
    display: inline-block;
    padding: 10px 0;
    max-width: 449px;
}

#paybycash-form div.hr {
    margin: 20px;
    border-top: 1px solid #ddd;
}

#paybycash-form div.hr hr {
    display: none;
}


/* Make offer/comment page */
#ask_offer_left_wrap{
    float: left;
}
#ask_offer_left_wrap,
#make_offer_comment{
    width: 634px;
}
#ask_offer_left_wrap .holder.description{
    height: 62px;

    /*
        Fixing a bug whereby the description is pushed over to the left of the search
        result
     */
    clear: both;
}
#ask_offer_left_wrap .item_description ul li, 
#ask_offer_left_wrap .item_description_car ul li{
    width: 132px;
}
#make_offer_comment{
    margin-top: 20px;
}
#make_offer_comment label{
    width: 96px;
    display: block;
    float: left;
    margin-top: 8px;
    font-weight: bold;
}
#make_offer_wrap input {
    width: 215px;
    background: #fffffe url(../../../i/offer-bg.png) no-repeat;
    padding: 7px 7px 7px 22px;
    border: 1px solid #ddd;
    margin: 0 9px 0 0;
}
#ask_question_wrap textarea{
    width: 484px;
    height: 73px;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 13px;
    margin: 0 0 0;
}
#make_offer_comment{
    border: 1px solid #DDDDDD;
    width:  592px;
    background-color: #f4f4f4;
    padding: 20px 20px 25px 20px;
}
#asking_price_wrap{
    font-size: 16px;
    margin-top: -2px;
    padding-bottom: 17px;
    border-bottom: #e1e1e1 1px solid;
}
#make_offer_wrap{
    position: relative;
}
#make_offer_wrap,
#ask_question_wrap,
#submit_wrap{
    padding-top: 20px;
}
#textarea_wrap{
    width: 496px;
    overflow: hidden;
}
#textarea_wrap .errorHolder label,
#offer_error label{
    width: 100%;
    font-weight: normal;
    margin: 0;
}
#textarea_wrap .errorHolder{
    height: 19px;
    padding-left: 6px;
}

#offer_error{
    width: 229px;
    height: 20px;
    padding: 6px 6px 6px 11px;
    display: none;
    margin-left: 96px;
}

/*
    Changes to the make offer and comment screens
    BH (2012/08/29)
*/
#make_offer_comment.offer {
    padding-bottom: 40px;
}

.comment #item_message {
    width: 580px;
}

.comment #textarea_wrap {
    width: 592px;
}

.offer #submit_wrap {
    padding-left: 91px;
}

.offer .submit_btn_additional_text {
    display: block;
    float: right;

    width: 350px;
    margin-left: 10px;
    margin-right: 3px;
    margin-top: -2px;
}

.offer.non_negotiable .submit_btn_additional_text {
    width: 302px;
}

.comment .submit_btn_additional_text {
    /*
        This aligns the label text with the button button text. This shouldn't really
        work, but it does
    */
    vertical-align: sub;
}

#make_offer_comment #comment_toggle {
    margin-left: 104px; 
    padding: 10px 0 6px 0; 
}

.offer #ask_question_wrap {
    padding-top: 15px;
    padding-bottom: 10px;

    /*
        Explicitly setting the height here to fix a Firefox bug whereby the animation
        opening the 'Note:' section was opening too far.

        For whatever reason jQuery animate was overestimating the height of this
        element.
     */
    height: 75px;
}

.comment #submit_btn {
    margin: 0 15px 0 0;
}

.offer .no_offer_price {
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    margin-right: 10px;
    display: inline-block;
}

#asking_price_wrap .heading {
    font-size: 17px;
}


/* Small comments */
#comment_sidebar{
    list-style: none;
    width: 300px;
    margin: 0 0 0 20px;
    padding: 0;
    float: left;
}
#comment_sidebar li{
    background: url(../../../i/sm_comment_btm.gif) 0 100% no-repeat;
    padding-bottom: 8px;
    margin-bottom: 3px;
}
#comment_sidebar li.owner{
    background: url(../../../i/sm_comment_btm_owned.gif) 0 100% no-repeat;
}
#comment_sidebar li.last{
    background: none;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 0;
}
#comment_sidebar #last_n_comments{
    background: none;
    color: #597386;
    font-size: 11px;
    margin: -20px 0 2px 0;
    text-align: center;
    padding-bottom: 0;
}

#comment_sidebar .user-icon{
    border: none;
    height: 14px;
    width: 14px;
    float: none;
    margin: 0 3px 0 1px;
    position: relative;
    top: 2px;
}
#comment_sidebar #emptyBox{
    height: 142px;
    margin: 0;
}
#comment_sidebar #innerBox{
    margin: 46px auto;
}
.sm_comment_wrap{
    border: 1px solid #dddddd;
    border-bottom: none;
    padding: 15px 15px 5px 15px;
}
.owner .sm_comment_wrap{
    background: #ffffdd;
}
.sm_comment_wrap .comment_meta_wrap{
    margin-bottom: 10px;
    height: 45px;
}
.sm_comment_wrap img,
.sm_comment_wrap .comment_meta_wrap{
    float: left;
}
.sm_comment_wrap img{
    margin-right: 9px;
    border: 1px solid #ddd;
    width: 43px;
    height: 43px;
}
.sm_comment_wrap .user_text{
    margin-top: -5px;
}
.sm_comment_wrap .time_ago,
.sm_comment_wrap .user_text{
    display: block;
    width: 212px;
}
.sm_comment_wrap .time_ago{
    color: #5a7284;
    font-size: 11px;
    margin-top: -1px;
}
.sm_comment_wrap p{
    margin: 0 0 6px 0;
}
.sm_comment_wrap .user_link{
    display: block;
}
.sm_comment_wrap .offer{
    font-weight: bold;
}
.ellipsis{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.adFormSection .emptyBox{
    border:     1px solid #E2E8EB;
    margin:     20px auto;
    padding:    20px;
    width:      460px;
    display:    block;
    
    text-align: center;
    color:      #728694;
    
    background: #fff;
}


/* Address verification */
#verify-box.address #verify-pic{
    margin-left: -3px;
    margin-top: -49px;
}
#verify-box.address{
    position: relative;
}
#verify_address_logo{
    position: absolute;
    top: 169px;
    right: -3px;
}
#verify_address_top{
    padding-top: 12px;
}
#verify-box #verify_address_code{
    margin-bottom: 0;
    padding-left: 62px;
    padding-bottom: 41px;
}
#verify_address_code,
#verify_address_top{
    padding-left: 24px;
}

#send-letter .text_input{
    height: 21px;
    width: 152px;
    border: 1px solid #c6c6c6;
    border-top: 1px solid #ababab;
    background: url(../../../i/input_bg.gif);
}
#send-letter #county{
    width: 155px;
}
#send-letter td.error{
    padding-top: 35px;
    margin-top: 1px;
}
#send-letter td.label_space.error{
    padding-top: 28px;
}
#send-letter label.error{
    margin-top: -30px;
    margin-left: 1px;
    display: block;
    color: #D8000C;
    background-color: #FFBABA;
    padding: 3px;
    width: 146px;
}
#send-letter{
    padding-bottom: 49px;
}

#verify_code_error{
    margin-left: 6px;
    padding: 6px;
    width: 318px;
/* Shoving it down in line */
    margin-bottom: -5px;
    
    color: #D8000C;
    background-color: #FFBABA;
    
    display: none;
}
#verify_code_error.error{
    display: block;
}
#verify_address_text{
    text-align: center;
}
#verify-box #verify-address{
    margin-bottom: 15px;
}

#verify-box #verify-address .verify-label{
    text-align: left;
    width: 76px;
}

#verify-box .indent{
    padding-left: 5px;
}

.required_star{
    position: relative;
    top: 3px;
    color: #F28321;
}
.heading_subtext{
    font-size: 12px;
    margin-top: -10px; 
    margin-bottom: 10px;
}
.heading_subtext .required_star{
    position: static;
    font-size: 13px;
}

/* user badge */
.user_badge{
    cursor: pointer;
}

.user_badge.smi_ad_desc{
    position: relative;
    top: 3px;
}
.seller_buyer_link .merc_store{
/*    margin-left: 10px;*/
    margin-bottom: -3px;
}

#helpContent #address_verification_head{
    margin-top: 30px;
}
.user_badge_help_header{
    margin-bottom: -5px;
    margin-left: 3px;
}

/* strapline */
#notify-container {
    font-size: 14px;
    text-align: center;
    width: 100%;
    z-index: 1000000000000;
    background: #e87e24;
    padding: 10px 0px 9px 0px;
}

#notify-container.bottom {
    border-bottom: 0;
    bottom: 0;
    position: fixed;
}

#notify-container div {
    width: 987px;
    margin: auto;
    color: #fff;
    font-weight: bold;
}

#notify-container a {
    text-decoration: none;
    color: #fff;
}

#notify-container a:hover{
    text-decoration:none;
}

#notify-container span.link {
    color: #fff;
    text-decoration:underline;
}

#notify-container span.notify-close{
    float:right;
    padding-left:0px;
    text-decoration:none;
    padding-right: 10px;
    display:block;
    cursor:pointer;
    width:15px;
    height:20px;
    margin-top: 3px;
    text-indent:-9999px;
    background: transparent url(//static.amlimg.com/notifications/strapline_close.png) no-repeat left top;
}

#notify-container span.notify-close a{
    text-decoration:none;
}

/* Custom Strapline with buttons */
#notify-container.detailed {
    padding:16px 0;
}

/* User rating */
.user_feedback_detail {
    font-weight: normal;
    color: #5A7284;
    font-size:  14px;
}
.dash.user_feedback_detail{
    float: right;
}

.user_feedback_detail .score{
    cursor: pointer;
}
.user_feedback_detail.dash .score{
    color: #5A7284;
}
.user_feedback_detail.smi .score{
    font-size: 0.90em;
}
.user-info img.userIcon{
    margin-left: 0;
}
.user-info .user_name.ellipsised{
    vertical-align: bottom;
    display: inline-block;
}

.feedback-help-table{
    background: #F0F2F4;
    border: 1px solid #DDDDDD;
    float: left;
}
.feedback-help-table td{
    width: 99px;
    padding: 5px 3px;
    text-align: left;
}
.feedback-help-table.float_left{
    margin-right: 15px;
    margin-bottom: 15px;
}
.feedback-help-table.right,
.feedback-help-table.float_left{
    margin-bottom: 12px;
}
.feedback-help-table.right{
    position: relative;
    right: 1px;
}

.credits-warning {
    font-style: italic;
    font-size: 12px;
    line-height: 20px; 
}

#profile_details .user_badge{
    margin-top: -3px;
    position: relative;
    top: 3px;
}

#address_verify_position{
    font-size: 10pt;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 11px;
    margin-bottom: 10px;
    margin-top: 7px;
}
#address_verify_position .user_badge{
    vertical-align: text-bottom;
    margin-top: 0;
    position: static;
}

#edit_photo{
    display: block;
}

.sr-description-box {
    float:left;
    width:419px 
}
    
.sr-branded-logo {
    float:right;
    max-height: 70px;
    overflow: hidden;
    width: 70px;
    border: 1px solid #DDDDDD;
}

.sr-branded-logo a img {
    max-width: 70px
}

#profile #username_head{
    padding-left: 94px;
}
#verify_heading{
    margin-top: 7px;
    padding: 20px 24px;
}
#verify_heading h4{
    margin: 0;
    margin-bottom: 10px;
    color: #E3730F;
    
    font-size: 17px;
}


.merchant_sr_img_strap{
    background: url("../../../i/touch/bg_num_photos.png") repeat transparent;  
    width: 194px;
    height: 24px;
    padding-top: 5px;
    
    display: inline-block;
    
    border:none;
    
    position: absolute;
    bottom: 0;
    left: 0;
    
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

/* New (27 Sep '11) Search Sidebar */
#search_sidebar {
    width: 203px;
    z-index: 1;
}
#search_sidebar .box {
    background: #fff;
    position: relative;
    margin-bottom: 15px;
}

#search_sidebar .box.category_selected {
    margin-bottom: 14px;
}

#search_sidebar h4 {
    margin: 0;
    padding-bottom: 7px;
    padding-top: 8px;
    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
}
#search_sidebar .currently_selected {
    padding-top: 0;
    padding-bottom: 0;
}

#search_sidebar .box.category_selected h4 {
    padding-top: 0;
    padding-bottom: 0;
}

#search_sidebar h4 span {
    line-height: 1;
    padding: 0;
}

#search_sidebar .box.grey h4 {
    border-bottom: 1px solid #dddddd;
    background: #f0f0f0;
}
#search_sidebar .box.bottomless h4{
    border-bottom: none;
}

#search_sidebar .box .cat_separator {
    margin-top: 12px;
    margin-bottom: 8px;
}

#search_sidebar .category_list_end {
    border: none;
    border-bottom: 1px solid #D9D9D9;
    margin: 18px 0 10px 0;
}

#search_sidebar h4 a,
#search_sidebar .list a{
    text-decoration: none;
}
#search_sidebar h4 a:hover,
#search_sidebar .list a:hover {
    text-decoration: underline; 
}

#search_sidebar .std_horiz_padding{
    padding-left: 10px;
    padding-right: 10px;
}

#search_sidebar .refine_checkbox {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #004DDA;
}

#search_sidebar .list{
    padding: 0;
    list-style: none;
    margin: 0;
}

#search_sidebar .list li{
    padding-bottom: 2px;
}

#search_sidebar .selection_container{
    padding-top: 3px;
    padding-bottom: 10px;
}

#search_sidebar .input_container{
    padding-top: 10px;
    padding-bottom: 10px;
}

#search_sidebar select{
    color: #29333b;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
}
#search_sidebar select.full_width{
    width: 100%;
}
#search_sidebar select.half_width{
    width: 61px;
}
#search_sidebar .range_seperator{
    margin-left: 3px;
    margin-right: 3px;
}

#search_sidebar .text_input{
    border: 1px solid #d4d4d4;
    height: 17px;
    padding: 3px 0 3px 3px;
}
#search_sidebar .text_input.half_width{
    width: 55px;
}
#search_sidebar .text_input.full_width{
    width: 140px;
}

#search_sidebar .checklist .checkbox{
    margin-left: 0;
}
#search_sidebar .checklist a{
    cursor: pointer;
}

#search_sidebar .refine_refresh {
    width: 28px;
    height: 25px;
    background: url(../../../i/refine_refresh_sprite.png) no-repeat;
    text-indent: -1000px;
    border: none;
    cursor: pointer;
    padding: 0;
    
    float: right;
}

#search_sidebar .refine_refresh:hover{
    background: url(../../../i/refine_refresh_sprite.png) 0 -25px  no-repeat;
}

    /*  Show/hide more related styles  */
#search_sidebar .has_show_hide_more{
    overflow: hidden;
}
#search_sidebar .show_hide{
    width: 100%;
    border: none;
    border-top: 1px solid #ddd;
    background: #f0f0f0;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 11px;
}
#search_sidebar .show_hide a{
    text-decoration: none;
    font-weight: bold;
}
#search_sidebar .show_hide a:hover{
    text-decoration: underline;
}

#search_sidebar .show_hide .arrow{
    position: absolute;
    top: -1px;
    left: 91px;
    width: 19px;
    height: 11px;
    
    background: url(../../../i/more_less_sprite.gif) no-repeat;
}
#search_sidebar .show_hide.showing .arrow{
    position: absolute;
    top: -10px;
    
    background: url(../../../i/more_less_sprite.gif) 0 -11px no-repeat;
}

#search_sidebar .box .sub_container {
    margin-bottom: 5px;
}

#search_sidebar .box .sub_container h4{
    border-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 3px;
}
#search_sidebar .box .sub_container .selection_container{
    padding-top: 1px;
}


    /* Category refine specific stuff */
#search_sidebar .arrow_down {
    position: absolute;
    bottom: -18px;
    left: 91px;
    
    width: 19px;
    
    background: url(../../../i/refine_category_arrow.gif) no-repeat;
    
    z-index: 2;
}

#search_sidebar .facet {
    font-weight: normal;
    margin-left: 3px;
    color: #666666;
}
#search_sidebar .list .facet{
    margin-left: -2px;
}
#search_sidebar .category_selected .selection_container{
    padding-top: 12px;
    padding-bottom: 10px;
}

#search_sidebar .category_selected .normal_text_weight{
    font-weight: normal;
}

#search_sidebar .single_select .selection_container{
    padding-top: 14px;
    padding-bottom: 14px;
}

/*  Location refine specific stuff  */
#search_sidebar .location #map_search {
    float: right;
}
#search_sidebar .location #map_search a {
    color: #e87e24;
    display: inline-block;
}


#TB_closeWindowButton {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 20px;
    top: -40px;
}
#TB_window.map_modal {
    margin-top: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
}

#search_sidebar .location .selection_container{
    padding-top: 14px;
    padding-bottom: 14px;
}

    /*  Only show refine specific stuff  */
#search_sidebar .checklist .selection_container{
    padding-bottom: 10px;
}

    /* Range list specific stuff */
#search_sidebar .range_list .list .facet {
    margin-left: 0;
}
#search_sidebar .range_list .list {
    margin-bottom: 13px;
    margin-top: -3px;
}
#search_sidebar .range_list .list li {
/* 
    height: 22px;
    padding-top: 4px;
    padding-left: 7px;
    margin-bottom: 1px;
*/
}
/*  @TODO: change this to the selected selector  */
#search_sidebar .range_list .list .selected {
    background: #e7e7e7 url(../../../i/refine_range_list_arrow.png) no-repeat right;
    width: 180px;
}
#search_sidebar .range_list .list .cancel {
    width: 14px;
    height: 14px;
    background: url(../../../i/refine_range_list_cancel_sprite.png) no-repeat;
    float: right;
    margin-right: 14px;
    margin-top: 2px;
    cursor: pointer;
}
#search_sidebar .range_list .list .cancel:hover {
    background: url(../../../i/refine_range_list_cancel_sprite.png) 0 -14px no-repeat;
}

    /* Car refine specific stuff */
#search_sidebar .car_refine.hide_more{
    height: 139px;
}

#search_sidebar .car_refine {
    margin-top: -7px;
}

    /* Simple list specific stuff */
#search_sidebar .simple_list .selection_container {
    padding-top: 7px;
    padding-bottom: 6px;
}

    /*   Styles relating to fixing fix-facet js   */
#search_sidebar .fix-facet.fixed-facet .fix-facet-text{
    display: inline-block;
    vertical-align: bottom;
}
#search_sidebar h4.fixed-facet {
    text-overflow: clip;
}

.shipping-tooltip {
    cursor: pointer;
    margin-bottom: -13px;
    margin-right: 7px;
    float: right;
}

.price-payment-tooltip {
    cursor: pointer;
    margin-bottom: 0;
    margin-right: 7px;
    float: right;
}

/* Cartell Reg - ad placement */
.inline-tool-tip {
    margin: 6px 7px 0 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    float: right;
    background: url(../../../i/info-icon.png);
}

.cartell-ad-holder {
    padding: 10px 10px 0;
    vertical-align: middle;
}

.cartell-text {
    color: #005174;
    font-size: 16px;
    line-height: 33px;
}

.cartell-text a {
    color: #005174;
    text-decoration: none;
}

.cartell-reg-irl-icon {
    float: left;
    width: 59px;
    height: 32px;
    margin: 3px 0;
    background: url(../../../i/icons/cartell_reg_irl.png);
}

.upload-form input.cartell-reg-input {
    height: 24px;
    width: 261px;
    padding: 3px 5px;
    background: white;
    border: 1px solid #7C8F9D;
    font: bold 18px Arial;
    color: #525252;
}

#loader-reg {
    margin: 11px 0 0 8px;
}
/* End - Cartell Reg */

.adFormSection .shipping-cbs {
    display: inline;
    float: none;
}

.pricepayment_cb {
    float:left;
    padding-right:20px;
}
.pricepayment_cb.last {
    padding-right:0px;
}

#pb_content .modal_section .textarea_withdrawn {
    background-color: #fcfcfc;
    opacity: 0.5;
}

/* New email alert styles */
#search_header{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 13px 13px 12px 14px;
    margin-top: -8px;
}
#search_header .search_title_content{
    color: #333;
    font-size: 13px;
    font-weight: bold;
    width: 537px;
    padding-right: 20px;
    float: left;
}
#search_header h1{
    display: inline;
}
#search_email_alert{
    width: 152px;
    float: right;
}

#search_results_leaderboard {
    left: -8px;
    margin: 10px auto;
    position: relative;
    text-align: center;
    width: 970px;
    min-height: 250px;
}


/* Jobs redirect form */
#jobs_redirect_form{
    min-height: 208px;
}
#jobs_redirect_form.contact-form-new p{
    float: none;
    width: 485px;
    margin: 15px auto 0 auto;
}
#jobs_redirect_form.contact-form-new{
    color: #2A343B;
}
#jobs_redirect_form .contact-heading h2{
    float: none;
    font-size: 15px;
    font-weight: bold;
}
#jobs_redirect_form .question-form{
    margin-top: 23px;
}
#jobs_redirect_form.contact-form .text-field{
    width: 397px;
    margin-top: 0;
}
#jobs_redirect_form .errorHolder{
    width: 397px;
    margin-left: 135px;
}

/* Jobs redirect page */
#continue_btn{
    background: url('../../../i/continue_sprite.png') 0 -34px no-repeat;
    text-indent: -1000px;
    font-size: 0;
    width: 100px;
    height: 34px;
    display: block;
    border: none;
    overflow: hidden;
}


.adFormSection .tooltip_holder{
    float: right;
    line-height: 30px;
    margin-right: 7px;
}


/* more ads by this seller */
.more-ads-holder {
    border: 1px solid #DDD;
    padding: 20px 20px 10px 20px;
    background-color: #f4f4f4;
    color: #597386;
    width: 914px;
}

.more-ads-heading {
    margin-bottom: 17px;    
    border-bottom: 1px solid #DDD;
}

.more-ads-heading-text {
    color: #597386;
    width: auto;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.more-ads-holder-form {

}

.more-ads-holder-content {
    border: 1px solid #DDD;
    margin-right: 16px;
    background-color: #FFF;
    float: left;
    width: 148px;
    padding: 10px;
    margin-bottom: 10px;
}
.more-ads-holder-content.last{
    margin-right: 0;
}

.more-ads-holder-content-image {
    border: 1px solid #DDD;
    background-color: #FFF;
    height:104px; 
    width: 148px;
    margin-bottom:7px;
}

.more-ads-holder-content-text {
    font-size: 15px;
    color: #000000;
    display: block;
    font-weight: bold;
}

.more-ads-holder-content-text.other-ad-link{
    margin-bottom: 2px;
}

.privacy_cookie_table {
    border-collapse: collapse;
}

.privacy_cookie_table td, .privacy_cookie_table th {
    padding: 8px;
    border: 1px grey solid;
    border-collapse: collapse;
}

.privacy_cookie_table th {
    background: #F0F2F4;
}


.adFormSection.editProfile .textarea{
    height: 150px;
}
.adFormSection.editProfile #store_title{
    font-weight: bold;
}

.shop_update_form #submit{
    float: right;
    margin: 10px 0 0 0;
}

/* load more button for notifications and testimonials */
.load_more {
    width: 597px;
    height: 50px;
    margin: -1px auto 0 auto;
    background: #f4f4f4;
    border: 1px solid #DDDDDD;
    text-align: center;
    cursor: pointer;
}
.load_more:hover {
    background: #fafafa;
}
.load_more:active {
    background: #ffffff;
}
.load_more.disabled:hover,
.load_more.disabled:active{
    background: #F4F4F4;
    cursor: auto;
}
.load_more .text {
    margin: 0 auto;
    font-size: 16px;
    padding-top: 16px;
}
.load_more .loading {
    padding-top: 17px;
}

#btn-reportuser{
    background: url(../../../i/report_btn_1.png) 0 0 no-repeat;
    height: 34px;
    width: 72px;
}
#btn-reportuser:hover{
    background-position: -72px 0;
}

#btn-reportcontent{
    background: url(../../../i/report_btn_1.png) 0 0 no-repeat;
    height: 34px;
    width: 72px;
}
#btn-reportcontent:hover{
    background-position: -72px 0;
}


.search_badge_tooltip,
.search_badge_tooltip .footer_shim,
.search_badge_tooltip .arrow{
    background: url(../../../i/badge_premium_sprite.png) no-repeat;
    transform: none;
}
    
.search_badge_tooltip{
    width: 206px;
    background-position: -22px -18px;
    padding-top: 11px;
}

.search_badge_tooltip .tooltip_body,
.search_badge_tooltip .footer_shim {
    width: 191px;
}
.search_badge_tooltip .content{
    width: 170px;
}
.search_badge_tooltip .footer_shim {
    background-position: -22px 0;
    height: 13px;
}
.search_badge_tooltip .arrow {
    background-position: 0 -48px;
    height: 22px;
    width: 18px;
    position: absolute;
    top: 14px;
    right: 0;
}

#survey_close {
    margin-left: -52px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;    
}

.upload-form select#multiple_categories {
    height: 100px;
}

.upload-form select#multiple_categories_dropdown {
    height: 109px;
}

.upload-form select#multiple_categories_dropdown.disabled {
    background: #CDCDCD;
}

.selected_option {
    color: #728694;
    padding: 10px;
    width: 312px;
    float: left;
    text-align: left;
    background: #f7f9fa;
    margin-top: 5px;
}

.selected_option .delete_option {
    background: url(../../../i/delete.png) no-repeat;
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.pb_link {
    cursor: pointer;
}

.job_cover{
    background: url("../../../i/job-cover-1.png") no-repeat transparent;  
    width: 100%;
    height: 100%;
    margin: 0;

    display: inline-block;
    border:none;
    position: absolute;
    
    top: 0;
    left: 0;
    text-decoration: none;
}

.watched_cover {
    background: url("../../../i/watched.png") no-repeat transparent;
    width: 100%;
    height: 100%;
    margin: 0;

    display: inline-block;
    border: none;
    position: absolute;

    top: 60px;
    left: 120px;
    text-decoration: none;
}

.watched_cover.hidden {
    display: none;
}

.watched_cover.job {
    top: 15px;
    left: 30px;
}

/* Dashboard styles. For use on pages that come off the dashboard pages */
.dashboard_form,
.dashboard_table,
.dashboard_row.last {
    margin-bottom: 20px;
}


.dashboard_form,
.dashboard_row,
.dashboard_row.first {
    border: 1px solid #ddd;
    background: #F8F8F8;
    display: block;
}
.dashboard_form,
.dashboard_row{
    padding: 20px;
}

.dashboard_row {
    border-top: none;
    padding: 15px 20px;
}

.dashboard_row.odd {
    background: #FFF;
}

.dashboard_form .form_title,
.dashboard_row .primary_content {
    font-size: 13px;
    font-weight: bold;
}
.dashboard_form .form_title{
    font-size: 14px;
}
.dashboard_form .form_title{
    margin-bottom: 5px;
}

.dashboard_form .form_center {
    display: block;
    width: 372px;
    margin: 0 auto;
}

.dashboard_form .row{
    margin-bottom: 10px;
}
.dashboard_form .row.last{
    margin-bottom: 0;
}


.dashboard_form .text {
    width: 283px;
    height: 16px;
    padding: 5px;
    border: 1px solid #ddd;
}
.dashboard_form .file_input {
    width: 295px;
}


.dashboard_form label {
    width: 70px;
    display: inline-block;
}


.dashboard_table {
    border-collapse: collapse;
    border-spacing: none;
    width: 100%;
}


.dashboard_main_heading,
.merchant_form .statement_heading  {
    border: none;
    font-size: 18px;
    color: #333;
}
.dashboard_main_heading {
    /* These styles should be applied to the merchant_form when it's redone like these */
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.dashboard_sub_heading {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 8px 0;
}

.dashboard_row .primary_content{
    display: inline-block;
    width: 340px;
}
.dashboard_row .primary_content,
.dashboard_row .secondary_content {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.dashboard_row .options {
    float: right;
}

.dashboard_row .options li {
    border-left: 1px solid #ddd;
    padding: 0 5px;
}
.dashboard_row .options li.first {
    border-left: none;
}
.dashboard_row .options li.last {
    padding-right: 0;
}

#dashboard_page {
    padding: 0 6px;
    margin-bottom: 20px;
}

/* Dashboard & merchant dashboard Heading */
#merchant_dash #heading,
#dashboard_page #heading{
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 28px;
    font-weight: bold;
}
#dashboard_page #heading {
    font-size: 16px;
}
#merchant_dash #heading .primary,
#merchant_dash #heading .secondary,
#dashboard_page #heading .primary,
#dashboard_page #heading .secondary{
    margin: 0;
    display: inline-block;
}
#merchant_dash #heading .primary,
#merchant_dash .highlight,
.dash_block .heading,
#dashboard_page #heading .primary,
#dashboard_page .highlight{
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
}
#merchant_dash #heading .primary,
#dashboard_page #heading .primary{
    padding-right: 6px;
}
#dashboard_page .secondary_link {
    border-left: 2px solid #b4c7d6;
    padding-left: 11px;
}


/* Stripe Connect & Direct Debit boxes */
.dashboard_info {
    background: white;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

.dashboard_info .details {
    float: left;
    padding: 20px;
    width: 600px;
}

.dashboard_info .details .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dashboard_info .button {
    float: right;
    padding: 33px;
}

.direct-debit-signup {
    background: #ea7f24;
    border-radius: 5px;
    color: #fff;
    display: block;
    float: left;
    font: 14px Arial, sans-serif;
    font-weight: bold;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
}

.direct-debit-signup:hover {
    text-decoration: none;
}



/* New job form - saved CVs */

#item_comment_area.job .contact-form {
    padding-left: 0;
    padding-right: 0;
    width: 639px;
}
#item_comment_area.job .contact-form h2 {
    padding-left: 15px;
}
#item_comment_area.job .row {
    padding-left: 15px;
    padding-right: 15px;
}

#item_comment_area.job .row.error {
    background: #ffdcdc;
    margin-bottom: 10px;
}

#item_comment_area.job .row.error,
#item_comment_area.job .row.error .errorHolder label.error{
    color: #bc2020;
}

#item_comment_area.job .row.error .error_message {
    margin-bottom: 10px;
}

#item_comment_area.job .row .errorHolder{
    padding-left: 131px;
    width: auto;
}

.list_name .extra_hint{
    font-style: italic; 
    font-size: 80%; 
    font-weight: normal;
}


/*
    Search header
    20130122 BH: now non-sticky
*/
#floating_search_header {
    background: #f8f8f8;
    padding: 18px 23px 6px 23px;
    min-height: 41px;
}

#floating_search_header_wrap {
    left: -13px;
    margin-bottom: 20px;
    position: relative;
    width: 981px;
}

#search_sentence_holder,
#email_alert {
    float: left;
}

#search_sentence_holder {
    width: 652px;
    margin: 12px 9px 11px 0;
}

#search_sentence_holder,
#search_sentence_holder h1 {
    font-size: 18px;
    display: inline;
}

#search_sentence_holder a {
    font-weight: bold;
}

#search_sentence_holder #sr-count {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    margin-left: 14px;
}

#email_alert {
    float: right;
    margin: 1px 3px 0 0;
}

#email_alert_form .create-email-alert {
    float: right;
    width: 102px;
    height: 37px;
    padding: 0 15px;
    margin: 0;

    font-size: 13px;
}


/* Save search button start */
#bottom_email_alert .save-search-alert {
    margin: 15px 0 5px 0;
}

.save-search-alert {
    border: 2px solid #02ccda;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #02ccda;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 17px;
    text-decoration: none !important;
}

.save-search-alert .icon-bell {
    font-size: 15px;
    margin: 0 10px 0 1px;
    position: relative;
    top: 1px;
}

.save-search-alert:hover {
    background: #02ccda;
    color: #fff;
}
.save-search-alert:hover .icon-bell:before {
    color: #fff;
}
/* Save search button end */


#search_sentence_holder .total_results {
    font-weight: bold;
}

#create_email_alert_wrapper {
    display: none;
    padding: 14px 0 0 0;
    width: 259px;
    height: 82px;
    z-index: 1;

    box-shadow: #d4d4d4 3px 19px;
}
#email_alert #create_email_alert_wrapper.open {
    display: block;
    position: absolute;
    top: 55px;
    right: 5px;
}

#bottom_email_alert #create_email_alert_wrapper.open {
    display: block;
    position: absolute;
}

#create_email_alert_wrapper input.text {
    width: 227px;
    height: 19px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 10px;
    padding: 5px 0 5px 12px;
    font-size: 13px;
    color: #777;
}

.short_link .arrow, #create_email_alert_wrapper .arrow {
    width: 25px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: 109px;
    background: blue;
    background: url(../../../i/search/create_email_alert_drop_down_arrow.png) no-repeat;
}
#bottom_email_alert #create_email_alert_wrapper .arrow {
    left: 14px;
}

.short_link .arrow {
    position: relative;
    margin-top: -24px;
    margin-right: 8px;
    float: right;
}

.floating_input_holder {
    border: 1px solid #ddd;
    padding: 10px 6px 8px 9px;
    width: 242px;
    background: #fefefe;
    background: -moz-linear-gradient(top,  #fefefe 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top,  #fefefe 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom,  #fefefe 0%,#f0f0f0 100%);
    -pie-background: linear-gradient(#fefefe, #f0f0f0);
}


/* Changes to the ad placement for quick sell upsell */
.sell_extra_row {
    clear: both;
    padding-top: 10px;
}

#advert-form .quick_sale_icon{
    margin: 0 5px;
}

/* Ad link states for active and visited */
.search_result h4 a:visited,
.result h4 a:visited {
    color: #660099;
}
.search_result h4 a:active,
.result h4 a:active {
    color: #660099;
}

/* Top aligned labels for the place ad form */
#advert-form .top_align {
    vertical-align: top;
}
#advert-form .top_align label,
#advert-form .top_align .sub_label {
    position: relative;
    top: 10px;
}
#advert-form .sub_label {
    color: #617889;
    font-weight: bold;
    font-size: 12px;
}

.quick_sale_desc {
    font-weight: bold;
}


/* Ad plecement */
#advert-form td:first-child.add_photos_uploader_queue {
    width:645px;
    text-align:left;
    padding:15px;
}
#advert-form .flash-uploader .add_photos_uploader_queue {
    background:#ffffff;
}
#advert-form .flash-uploader .add_photos_uploader_device_incapable {
    height:34px;
    width:638px;
    text-align:left;
    padding:10px;
}
.add_photos_uploader_top_bar {
    height:34px;
    width:638px;
    text-align:left;
    padding:10px;
}
.add_photos_upload_button {
    float:right;
    line-height:0;
}
.add_photos_upload_message {
    float:left;
    padding:8px 5px;
}
.add_photos_upload_company_message {
    font-weight: bold;
    float:left;
    padding:0 5px;
    margin-top: -5px;
}


/* Fees table in help section */
#fees-table {
    width: 100%;    
    text-align: center;
    padding: 0;
    border: 0;
}
#fees-table thead td {
    padding: 12px 5px;
}
#fees-table tbody td {
    padding: 5px;
}
#fees-table .orange {
    background-color: #FEA60E;
}
#fees-table .lightorange {
    background-color: #FFBB40;
}
#fees-table .odd {
    background-color: #F7F7F7;
    border: 1px solid #D6D6D6;
    padding: 0;
}
#fees-table .even {
    border: 1px solid #D6D6D6;
    padding: 0;
}

.pending-reason {
    font-size: 14px;
    color: red;
    margin: 0;
    padding-top: 10px;
}

/* Debugmode */
#debugmode .box
{
    border: 1px solid #ccc;
    padding: 15px;
    width: 500px;
    background: #eee;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
}

#debugmode div#message
{
    font-weight: bold;
}

#debugmode label
{
    text-overflow: hidden;
    padding: 2px;
}

#debugmode label:hover
{
    background: #DDDDFF;
}

#debugmode div#buttons
{
    text-align: center;
}

#debugmode div#buttons input
{
    margin: 10px;
}
/* End debugmode */

/* Fix uploadify button problem on edit shop page */
#uploadify-change-btn {
    text-indent: 0px;
}


#wrapper {
    cursor: default;
}

/* Super leaderboard HPTO */

#av_homepage_top {
    height: 265px;
    margin: 15px auto auto auto;
    text-align: center;
    width: 100%;
}

#av_homepage_top object,
#av_homepage_top img {
    display: block;
    margin: auto;
}

/* End homepage takeovers */


.modal_title.icon_title .heading {
    margin: 16px 0;
}


/**
 * Quick sale modal
 *
 * @see get_quick_sale.php
 */

/*
    Modal is a non standard width
 */
.quick_sale.extra_wide #pb_background {
    width: 806px;
}

.quick_sale_search_result_wrap {
    padding: 10px;
    margin: -6px 14px 4px 14px;
    
    background: #fff;
    border: 1px solid #ddd;

    position: relative;
}

.quick_sale .tick_list {
    margin-bottom: 14px;
}

.quick_sale .get_quick_sale_button {
    margin-left: 0;
    height: auto;
}


/**
 * New bump button changes to the Search Results templates (26/07/2012 BH)
 *
 * @see SearchResults.inc.php
 */

/*
    The list of action buttons on the search results
    @TODO: get rid of ul from selector when ".info ul li" has been refactored
 */
ul.SR_action_list {
    /*
        Overriding styles from '.info ul'
     */
    list-style: none;
    padding: 0;
    float: right;
    background: none;

    line-height: 30px;
    margin-top: 9px;
    margin-bottom: 5px;
}
.posts.grid ul.SR_action_list {
    line-height: normal;
    margin: 0;
}

ul.SR_action_list > li {
    /*
        Overriding styles from '.info ul li'
     */
    padding: 0;
    background: none;

    margin-left: 5px;
}

.SR_action_list.first {
    margin: 0;
}

/* jQuery.qtip is creating a canvas floating above the tooltip,
   which is intercepting the click event on the button on Opera! */
div.qtip canvas {
    display: none;
}


/* xhprof debug display */
a#xhprof {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    padding: 10px;
    border: 1px solid black;
    font-weight: bold;
    color: black;
}

a#xhprof.good {
    background: green;
}

a#xhprof.ok {
    background: yellow;
}

a#xhprof.bad {
    background: red;
}
/* end xhprof debug display */


/**
 * Use a "shadow element" to display the euro symbol inside these text fields.
 *
 * Note: this is overridden in lte9.css to use a background image instead.
 */
#advert-form #price,
#advert-form #reserve_price,
.boxy_form .euro_price,
.boxy_form input.euro_price {
    position: absolute;
    padding-left: 14px;
    background-color: transparent;
}

#advert-form #price,
#advert-form #reserve_price {
    /* 320px - 9px extra padding */
    width: 311px;
}

#advert-form .salary #price {
    /* 200px - 9px extra padding */
    width: 191px;
}

#advert-form #shadow_price,
#advert-form #shadow_reserve_price,
.boxy_form .shadow_price {
    background: white;
}

#advert-form .salary #shadow_price {
    width: 200px;
}


/* Google ads AFC SR */
#gad_sr_header
{
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #5A7284;
    font-size: 12px;
    margin: 0 0 15px;
    padding: 10px;
}

#gad_sr_sponsored_holder
{
    margin-bottom: 5px;
    margin-top: -5px;
}
a.sponsored_plain, a.sponsored_plain:hover
{
    color: #5A7284;
    font-size: 13px;
    text-decoration:none;
}

#gad_sr_header a.title_link
{
    font-size: 15px;
    font-weight: normal;
}
#gad_sr_header p.text
{
    margin: 0;
}
.gad_sr_spacer {
    height: 10px;
}
/* sr ad level separators */
.sr_separator {
    margin: 10px 0;
    height: 2px;
}

.job_seperator.sr_separator {
    height: 1px;
    background-color: #ccc;
}

.sr_premium_separator {
    background: #fdcf84;
}

.sr_priority_separator {
    background: #cccccc;
}

.search-icons .sold_icon.reunited,
.search-icons .sold_icon.found,
.search-icons .sold_icon.adopted {
    position: relative;
    top: -4px;
    left: -5px;
}

.search-icons .sold_icon.reunited,
.ad_view_info_row .sold_icon.found,
.ad_view_info_row .sold_icon.adopted {
    margin: 0 0 0 16px;
    vertical-align: bottom;
}

.success-text {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px 15px 10px;
    border-bottom: 1px solid #e2e8eb;
}

#success-fee-table-wrapper .success-fee-td-img {
    vertical-align: top;
}

#success-fee-table-wrapper .success-fee-td-img .label {
    padding-top: 60px;
}

.phone-content {
    display: block;
    padding: 18px 10px;
}

.phone-content label {
    width: 70px;
    float: left;
    display: inline-block;
}

.phone-content .radio {
    width: 90px;
    float: left;
    display: inline-block;
}

.phone-content .radio input[type="radio"] {
    margin-top: 1px;
    vertical-align: middle;
}

.phone-content input {
    margin: 3px 6px 3px 1px;
}

#success-fee-card-value {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

#success-fee-change-card {
    color: #3b46dd;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 5px;
}

.success-button {
    margin: 20px 0 0 -3px;
}

#success-fee-ad .success-fee-td-content {
    padding: 0px;
    width: 456px;
}

.success-fee-td-content label,
.success-fee-td-content .error{
    padding-top: 10px !important;
}

.success-fee-td-content label{
    padding-left: 10px;
}

.success-fee-td-content .error{
    padding-right: 20px !important;
}
#success-fee-table-wrapper {
    position: relative;
}

/* End ad placement success fees */

.sitemap-link {
    width: 26%;
    display: inline-block;
}
.sitemap-heading {
    display: inline-block;
    margin-left: 32px;
}

.letter-box {
    float: left;
    padding: 3px 6px 3px 6px;
    color: #fff;
    background-color: #e97d23;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -4px;
    margin-right: -32px;
    width: 12px;
    text-align: center;
}

#sitemap-content {
    margin-top: 45px;
}

#alphabet-links {
    position: absolute;
    width: 90%;
    top: 50px;
    padding: 3px;
    padding-top: 5px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.alphabet-character {
    font-size: 14px;
    text-transform: lowercase;
    padding: 3px;
    border-left: 1px solid #eee;
    padding-left: 8px;
    padding-right: 8px;
}

.alphabet-character:first-of-type {
    border-left: none;
}

.alphabet-character:last-of-type {
    padding-right: 8px;
}

.sitemap-sub-categories {
    padding: 5px;
    padding-left: 32px;
    padding-bottom: 12px;

}
#sitemap-content h2 {
    padding-top: 6px;
}

.sitemap-section {
    border-top: 1px solid #eee;
}
.sitemap-section:first-of-type {
    border-top: none;
}

.refine-label {
    position: relative;
    top: 1px;
}

.white {
    background-color: white;
}

#change-payment-phone {
    display: none;
}

.dz-main.link-selected {
    cursor: default;
    color: #728694;
    text-decoration: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.upload-form select.multiple-category-select {
    height: 170px;
}

#back-to-top-button {
    background: #2fabb6;
    border: none;
    border-radius: 4px;
    bottom: 22px;
    box-shadow: none;
    cursor: pointer;
    display: none;
    height: 45px;
    position: fixed;
    right: 22px;
    text-shadow: none;
    width: 45px;
    z-index: 99;
}

.back-to-top-link {
    color: #2fabb6;
}
.back-to-top-link:hover {
    color: #02ccda;
    text-decoration: none;
}

.spinner-holder {
    background: white;
    box-sizing: border-box;
    clear: both;
    display: none;
    height: 36px;
    margin: 0px 0px 40px;
    padding-top: 12px;
    text-align: center;
    top: -40px;
    width: 100%;
}

.load-more-button {
    box-sizing: border-box;
    background: white;
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    color: #828282;
    cursor: pointer;
    display: table-cell;
    font-size: 16px;
    height: 57px;
    margin: 23px 0px -3px 218px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 300px;
}
.load-more-button:hover {
    border-color: #828282 
}
.load-more-button:active {
    background: #f8f8f8;
}

.no-more-results {
    margin-top: 29px;
    font-size: 15px;
    color: #8c8c8c;
}

.debugmode-toggle {
    position: absolute;
    border: 2px solid;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: #ea7f24;
    background-image: url(../../i/debugmode.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: 5px 5px;
    height: 32px;
    top: -2px;
    right: 30px;
    width: 32px;
    cursor: pointer;
    padding: 5px;
    z-index: 1000000;
}

.debugmode-content {
    display: none;
    position: absolute;
    background-color: white;
    left: -300px;
    top: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 10000000;
}

.debugmode-content h1 {
    font-size: 16px;
    display: inline-block;
}

.debugmode-content #options.box {
    width: 300px;
}

.debugmode-content #disable-all, .debugmode-content #status, .debugmode-content #bookmarklet {
    display: none;
}

.debugmode-toggle:hover .debugmode-content {
    display: block;
}

.debugmode-content .cache_reload {
    display: none;
}


/* Profile Ads Start */

body.profile_ads h1 {
    font-size: 21px;
}

body.profile_ads select#status {
    float: right;
}

/* Profile Ads End */

/* Scrollable modifier */
.scrollable {
    overflow: scroll !important;
}

/* password reset page - show password */
.password-container {
    position: relative;
}
.password-container .eye {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.password-container .eye i {
    font-size: 20px;
    color: #333;
    transition: color 0.3s;
}

.password-container .eye.open i {
    color: #666;
}
/**
 * Large Tooltips
 */
.tooltip_large{
    background: url(../../../i/tooltip_large_sprite.png) 0 -35px no-repeat;
    padding-top: 8px;
}
.tooltip .content,
.tooltip_large .content {
    font-size: 11px;
    line-height: 13px;
    color: #525252;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f3ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f3ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f3ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f6f3ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f3ee 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#f6f3ee 100%); /* W3C */
}
.tooltip_large .content{
    padding: 4px 13px 2px;
    width: 200px;
    border-left: 2px solid #d9d7d7;
    border-right: 3px solid #d9d7d7;
}
.tooltip_large .heading{
    font-size: 13px;
    font-weight: bold;
    color: #333;
}
.tooltip_large p{
    margin: 4px 0 0 0;
}
.tooltip_large .footer_shim{
    background: url(../../../i/tooltip_large_sprite.png) 0 0 no-repeat;
    height: 35px;
    width: 232px;
    margin: 0;
}

.tooltip_large.right_side {
    background-image: url(../../../i/tooltip_large_sprite_flipped.png);
}

.tooltip_large.right_side .footer_shim {
    background-image: url(../../../i/tooltip_large_sprite_flipped.png);
}

.tooltip_large.right_side .content {
    margin-left: 1px;
    border-left-width: 3px;
    border-right-width: 2px;
}

.credits-top #credits-tooltip {
    cursor: pointer;
    margin-bottom: -7px;
}

.tooltip-text {
    text-align:left;
    font-size:12px;
}
.tooltip-text .title {
    font-weight: bold;
}

.tooltip_holder .tooltip{
    vertical-align: middle;
    display: inline;
    cursor: pointer;
}

.tooltip {
    position: relative;
}
.tooltip p{
    margin: 0;
}
.tooltip .content{
    border: 3px solid #d9d7d7;
    border-left-width: 2px;
    border-top: 0;
    border-bottom: 0;
    padding: 0 8px;
    margin-top: -2px;
}
#main .breadcrumbs {
    margin: -4px 0 10px -5px;
    padding: 0;
    list-style: none;
    height: 1%;
    color: #455764;
    font-size: 11px;
    overflow: hidden;
}

.breadcrumbs li {
    float: left;
    padding: 0 4px 0 9px;
    margin: 0 4px 0 -4px;
    background: url(../../../i/arrow-bc.gif) no-repeat 0 8px;
    background-position: 0 7px;
}
.breadcrumbs #last-breadcrumb {
    color: #333;
}
.breadcrumbs #last-breadcrumb:hover {
    text-decoration: none;
    cursor: default;
}
body {
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    font-size: 13px;
    line-height: 18px;
    font-family: "Arial", sans-serif;
    overflow-y: scroll;

    /**
     * Fonts appear heavier than normal on some versions of mac OS,
     * this makes them the same as the other OSs
     */
    -webkit-font-smoothing: antialiased;
}

a {
    color: #004DDA;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#header,
#menu,
#actions
#main,
#footer,
#mega_dropdown_menu {
    overflow: visible;
}

#header {
    height: 107px;
}

/* Handling the cases where the header is stuck to the top of the page on scroll */
#header.sticky {
    width: 100%;
    /*
        This is set to 30 to avoid colisions with the category tree on the search
        results page. It has a hack to set it's z-index to the maximum number of
        parent categories in the tree + 20.
        {@see SearchSidebar.inc.php}
    */
    z-index: 1001;
}

#header.shadowed {
    border-bottom: 1px solid #ddd;
    box-shadow:  0px 3px 3px rgba(51, 51, 51, 0.2);
}

#menu {
    height: 54px;
}

#actions {
    height: 68px;
    overflow: visible;
}

#main {
    border-top: 1px solid #fbfbfb;
    padding-bottom: 35px;
    overflow: visible;
    position: relative;
}

#footer {
    border-top: 1px solid #e3e3e3;
}

#header > .centered-content,
#menu > .centered-content,
#actions > .centered-content,
#main > .centered-content,
#footer > .centered-content,
#mega_dropdown_menu > .centered-content,
#system-messages-holder > .centered-content {
    width: 980px;
    margin: 0 auto;
}

#header,
#header > .centered-content {
    background-color: white;
}

#menu,
#menu > .centered-content {
    background-color: #607183;
}

#actions,
#actions > .centered-content {
    background-color: #e6e6e6;
}

#main {
    background-color: #f6f6f6;
}

#header > .centered-content {
    position: relative;
    overflow: visible;
}

#footer,
#footer > .centered-content {
    background-color: #ededed;
}

#header > .centered-content {
    padding-top: 29px;
    padding-bottom: 28px;
    color: #777;
}

#menu > .centered-content {
    overflow: hidden;
}

#actions > .centered-content {
    overflow: hidden;
    font-size: 15px;
    line-height: 1;
}

#main > .centered-content {
    padding-top: 20px;
    padding-bottom: 50px;
    color: #333;
}

#footer > .centered-content {
    padding-top: 20px;
    padding-bottom: 100px;
    color: #525252;
}


body.takeover #main {
    border-top: none;
}

body.takeover #footer {
    border-top: none;
}

body.takeover #footer > .centered-content {
    border-top: 1px solid #e3e3e3;
}

body.takeover #main {
    background-color: #fff;
}

/*
    Had to expand the with of the following in order to line up the main content
 */

body.takeover #main {
    width: 980px;
    margin: 0 auto;
    cursor: default;
}

/* End Takeovers */

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1 !important;
    background-color: #fff;
}

#header-logo {
    /*background: url(../../../i/layout/logo-new.png) no-repeat;*/
    background: url(../../../i/layout/header-logo.svg) center left no-repeat;
    float: left;
    height: 47px;
    margin-top: 1px;
    text-indent: -9999px;
    width: 210px;
}


/* Adtype Navigation */

ul#adtype-nav {
    border: 1px solid #d7dbde;
    color: #525252;
    float: left;
    font-size: 14px;
    height: 55px;
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
    position: relative;
    top: -4px;
}
.logged-out ul#adtype-nav {
    top: 0;
}
ul#adtype-nav li {
    float: left;
}
ul#adtype-nav li.ads {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
ul#adtype-nav li.motors {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
ul#adtype-nav li a {
    color: #555;
    display: block;
    padding: 19px 0 18px 0;
    text-decoration: none;
}
ul#adtype-nav li:hover {
    background: #f9f9f9;
}
ul#adtype-nav li a span {
    padding: 1px 20px 2px 20px;
}

ul#adtype-nav.ads li.ads,
ul#adtype-nav.jobs li.jobs,
ul#adtype-nav.motors li.motors {
    background: #f2f2f2;
    font-weight: bold;
}

ul#adtype-nav li.jobs {
    border-left: 1px solid #dddee0;
    border-right: 1px solid #dddee0;
}
ul#adtype-nav.motors li.jobs {
    border-left: 0;
}
ul#adtype-nav.ads li.jobs {
    border-right: 0;
}
ul#adtype-nav.cars li.jobs {
    border-left: 0;
}

ul#adtype-nav li.jobs a span {
    border-left: 1px solid #dddee0;
    border-right: 1px solid #dddee0;
}
ul#adtype-nav.ads li.jobs a span {
    border-left: 0;
}
ul#adtype-nav.jobs li.jobs a span {
    border-left: 0;
    border-right: 0;
}
ul#adtype-nav.motors li.jobs a span {
    border-right: 0;
}
ul#adtype-nav.motors li.ads a span {
    border-right: 0;
}


#header-links {
    float: right;
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
    max-width: 417px;
}

#header-links li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #d7dbde;
}

#header-links li:last-child {
    border-right: none;
    padding: 0 11px 0 10px;
}

.logged-out .sign-in  {
    background: #f2f2f2;
    height: 33px;
    float: right;
    border: 1px solid #d7dbde;
    padding: 11px 15px;
}

.logged-out .sign-in .hook_text {
    line-height: 30px;
    position: relative;
    top: 2px;
}

.logged-out .sign-in .hook_text strong {
    color: #000;
}

.logged-out .sign-in a {
    color: #555;
    font-size: 13px;
    font-weight: bold;
}

.logged-out .sign-in .signup_btn,
.logged-out .sign-in .log_in_btn {
    margin-left: 10px;
    padding: 2px 0 2px 13px;
    vertical-align: middle;
    position: relative;
    top: 0px;
}

.logged-out .sign-in .signup_btn {
    margin-left: 4px;
}

.logged-out .sign-in .log_in_btn {
    padding-left: 11px;
}

.logged-out .sign-in .base_action_button {
    color: #FFF;
    display: inline;
    padding: 9px 18px 9px 19px;
    margin-left: 12px;
    font-weight: bold;
    text-shadow: none;
    font-size: 13px;
}

.logged-out .sign-in .header-banner {
    width: 196px;
    height: 20px;
    position: relative;
    top: 8px;
    padding-left: 10px;
    float: left;
    margin-right: 15px;
}

.logged-out #header-logo {
    position: relative;
    top: 4px;
}

#header .base_action_button .icon-plus {
    font-size: 10px;
}

body.logged-out #header > .centered-content {
    padding-top: 25px;
    padding-bottom: 0;
}

#header-links a {
    color: #525252;
}

#header-links a:hover {
    color: #000;
    text-decoration: underline;
}

#header-links .handle {
    display: inline-block;
    float: left;
    font-weight: bold;
    margin-right: 4px;
    overflow: hidden;
    text-align: right;
    max-width: 149px;
    max-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#header-links #header_notification {
    border: 1px solid #d7dbde;
    background-color: #f6f6f6;
    color: #003432;
    padding: 3px 7px;
    margin-left: 2px
}

#header-links #header_notification:hover {
    text-decoration: none;
}

#header-links #header_notification.unread {
    font-weight: bold;
    color: #e32424;
}

#header #header-links {
    font-size: 13px;
    line-height: 23px;
}

.light-header #header {
    border-bottom: 1px solid #E3E3E3;
}

body.light-header #main {
    margin-top: 44px;
    border: 1px solid #dfdfdf;
}

#menu-left, #menu-right {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#menu-left {
    float: left;
}

#menu-right {
    float: right;
    border-left: 1px solid #8393A0;
}

#menu-left li,
#menu-right li {
    float: left;
}

#menu-left li {
    font-size: 17px;
    line-height: 20px;
}

#menu-right li {
    font-size: 15px;
    line-height: 18px;
}

#menu-left li > a,
#menu-left li > span,
#menu-right li > a {
    padding: 0 19px;
    line-height: 54px;
    vertical-align: middle;
    text-decoration: none;
}

#menu-right li > a {
    padding: 0 21px;
}

#menu-left li > a:hover,
#menu-left li > span:hover,
#menu-right li > a:hover,
#menu-left li > a:focus,
#menu-left li > span:focus,
#menu-right li > a:focus {
    outline: none;
    background: #536879;
}

#menu-left li .browse {
    padding-right: 8px;
}

#menu-left li > a,
#menu-left li > span,
#menu-right li .shops {
    border-left: 1px solid #8393a0;
}

#menu-right li a, #menu-left li .sell {
    border-right:  1px solid #8393a0;
}

#menu li > a,
#menu-left li > span {
    color: white;
    display: inline-block;
}

#menu-right a.shops {
    padding: 0 20px;
}

#mega_dropdown_menu {
    top: -10px;
    position: relative;
    padding: 0;
    width: 208px;
    height: 400px;
    display: none;
}

#mega_dropdown_positioning {
    background: #fff;
    position: absolute;
    z-index: 1000;
    line-height: 16px;
    margin-top: 54px;
    width: 208px;
    z-index: 99999999;
    top: -2px;

    font-size: 16px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

    line-height: 26px;

    box-shadow:  3px 3px 3px rgba(51, 51, 51, 0.2);

}

#mega_dropdown_menu.open {
    display: block;
}

#mega_dropdown_menu ul {
    width: 229px;
    float: left;
    margin: 0;
    color: #333;
    font-size: 13px;
    padding: 18px 0px 28px 0px;
}

#mega_dropdown_menu li {
    display: block;
    padding: 12px 0px 11px 20px;
    width: 188px !important;
    height: 26px !important;
    z-index: 1003 !important;
    cursor: default;
}

#mega_dropdown_menu li:hover {
    background-color: #f2f2f2;
    font-weight: bold;
}

#mega_dropdown_menu li a:hover {
    color: #000;
    text-decoration: none;
}

#mega_dropdown_menu .maintainHover {
    color: black;
    background-color: #f6f6f6;
    font-weight: bold;
}

#mega_dropdown_menu .bottom-border {
    border-bottom: 1px solid #e4e4e4;
}

#mega_dropdown_menu li a {
    color: #000;
    font-size: 14px;
}

#mega_dropdown_menu .main-categories-list {
    padding: 0;
    top: 14px;
    position: absolute;
    left: 208px;
    box-shadow:  3px 3px 3px rgba(51, 51, 51, 0.2);
    padding: 25px 0px 16px 0px;
    border: 1px solid #ccc;
    border-left: 1px solid #e4e4e4;
    width: auto;
    display: none;
    background-color: white;
    height: 286px;
    line-height: 17px;
    margin-bottom: 1px;
    width: 767px;
    cursor: default;
}

#mega_dropdown_menu .border-crop-box {
    position: absolute;
    width: 3px;
    height: 33px;
    background-color: #fff;
    left: 254px;
    top: 27px;
    z-index: 9;
    display: block;
}

#mega_dropdown_menu .column-count-2 {
    width: 511px !important;
}

#mega_dropdown_menu .column-count-1 {
    width: 256px !important;
}

#mega_dropdown_menu .main-categories-list a {
    color: #525252;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    display: block;
    margin-bottom: 4px;
}

#mega_dropdown_menu .main-categories-list #category-column .empty-row {
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}

#mega_dropdown_menu .main-categories-list a:hover {
    text-decoration: underline;
    color: #004DDA;
}

#mega_dropdown_menu .main-categories-list h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin:0;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 12px;
}

#mega_dropdown_menu .main-categories-list .single-header {
    margin-bottom: 19px;
}

#mega_dropdown_menu .main-categories-list .category-column {
    clear: both;
    display: inline-block;
    border-right: 1px solid #eee;
    width: 234px;
    top: 0px;
    padding-left: 20px;
    padding-right: 0px;
    margin: 0;
    vertical-align: top;
    margin-left: -3px;
    min-height: 277px;
}

#mega_dropdown_menu .main-categories-list .category-column:first-of-type {
    margin-left: 0px;
}

#mega_dropdown_menu .main-categories-list .category-column:last-of-type {
    border-right: none !important;

}

#mega_dropdown_menu .main-categories-list .category-column .view-all {
    color: #999;
    padding-bottom: -6px;
    margin-bottom: 6px;
}

#mega_dropdown_menu .main-categories-list .category-column .view-all:hover {
    color: #004DDA;
}

#mega_dropdown_menu .main-categories-list .category-column .no-heading {
    padding-top: 31px;
}

#mega_dropdown_menu .main-categories-list .category-block {
    margin-bottom: 14px;
}

#mega_dropdown_menu .main-categories-list .category-block:last-of-type {
    margin-bottom: 0px;
}

#mega_dropdown_menu .main-categories-list .category-block a h3:hover {
    text-decoration: underline;
    color: #004DDA;
}

#category-block a:last-of-type {
    line-height: 12px;
}

#actions #search-select {
    float: left;
    width: 208px;
    margin: 12px 22px 15px 0;
    position: relative;
    padding: 0;
}

#actions #search-select .hovering {
    display: block;
}

#actions #search-submit {
    float: left;
    width: 119px;
    padding: 3px;
    height: 30px;
}

#actions #search-submit input {
    height: 34px;
    width: 100%;
    font-size: 13px;
    /* Hack to move the text up */
    line-height: 14px;
}

#actions #search-submit input:-webkit-autofill {
    /* Prevent autofil styling in chrome */
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: white !important;
}

#actions #search-submit input:-webkit-autofill:hover {
    /* Prevent autofil styling in chrome */
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: white !important;
}

#actions #search-submit input:-webkit-autofill:focus {
    /* Prevent autofil styling in chrome */
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: white !important;
}

#actions #search-submit input:-webkit-autofill:active {
    /* Prevent autofil styling in chrome */
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: white !important;
}

#search-submit .base_action_button {
    margin: 0;
    text-shadow: none;
}

#search-form-area {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1002;
}

.focused {
    border-top: 1px solid #525252 !important;
    border-bottom: 1px solid #525252 !important;
}

#action #search-field .focused {
    border: 1px solid #525252 !important;
    border-left: 1px solid #525252 !important;
    border-right: 0 !important;
}

.customSelectInner {
    /*
        Hide the default span created by the CustomSelect Jquery library
    */
    display: none;
}

#actions #dropdown-selected-text {
    position: absolute;
    top: 8px;
    border-left: 1px solid #ccc;
    padding: 6px 5px 3px 16px;
    margin-left: 8px;
    white-space: nowrap;
    z-index: 0;
    background-color: transparent;
    background-image: none;
    right: 37px;
    font-size: 13px !important;
    margin-top: 2px;
    color: #777 !important;
}

#actions #refine-cats .arrow_down {
    background: url(../../../i/layout/dropdown_arrow_light_grey.png) no-repeat;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 20px;
    right: 21px;
    /*
        This makes the 'text' unselectable
     */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#actions #refine-cats {
    position: absolute;
    float: right;
    right: 40px;
    margin-top: 12px;
    height: 42px;
    /* This width should be wide enough for the longest category name */
    width: 380px;
    background: none;
    background-color: none;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.styled-select {
    z-index: 5;
    background: none;
    background-image: url(../../../i/layout/transparent.png);
    height: 80%;
    width: 100%;
    border-left: none;
    font-size: 13px !important;
    /* Let the page load before this displays */
    display: none;
}

.noselect, .unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#actions input[type=text] {
    background-color: white;
}

#actions input {
    border: 1px solid #d2d2d2;
    border-right: none;
    font-size: 15px;
    line-height: 1;
}

.search_submit_button {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 16px;
    right: 0px;
    background-color: #525252;
    padding: 13px 14px 13px 14px;
    cursor: pointer;

    border: 1px solid #525252;

    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;

    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;

    margin-top: 12px;

}

.search_submit_button:hover {
    background-color: #424242;
}

#actions .search_icon {
    width : 18px;
    height: 18px;
    background-image: url(../../../i/icons/search_icon.png);
}

/*
    This handles styling the select on the navigation bar

    The idea is that the select itself is there, but transparent. This pseudo_select
    sits on top of the real select and gets all the styling.
 */
#search-select .pseudo_select {
    position: absolute;
    height: 29px;
    width: 167px;

    top: 0px;
    left: 0px;

    color: #525252;
    border: 1px solid #CCC;

    padding: 13px 30px 0 11px;

    float: left;

    text-shadow: #FFF 1px  1px  1px ;
    font-weight: bold;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;

    background-color:#fefefe;
    background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
    background-image: -moz-linear-gradient(top, #ffffff, #efefef);
    background-image: -ms-linear-gradient(top, #ffffff, #efefef);
    background-image: -o-linear-gradient(top, #ffffff, #efefef);
    background-image: linear-gradient(top, #ffffff, #efefef);
    -pie-background: linear-gradient(top, #ffffff, #efefef);

    font-size: 16px;

    cursor: default;

}

#search-select .mouse-over {
    color: #343434;
    background: none;
    background-color: white !important;
    box-shadow:  3px 3px 3px rgba(51, 51, 51, 0.2);
}

#search-select .pseudo_select .text {
    display: inline-block;
    margin-left: 4px;
    margin-top: 1px;
}

#search-select .pseudo_select .arrow_down {
    background: url(../../../i/layout/dropdown_arrow.png) no-repeat;
    width: 10px;
    height: 5px;
    display: inline-block;

    position: absolute;
    top: 20px;
    right: 19px;

    /*
        This makes the 'text' unselectable
     */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#actions #search-field {
    display:inline-block;
    width: 710px;
    float: left;
    margin-top: 12px;
    background-color: white;
    z-index: -1;
    border: none;
    height: 44px !important;
    padding: 0;

    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;

    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
}

#actions #search-field input {
    outline: none;
    position: relative;
    height: 41px;
    width: 385px;
    padding: 1px 20px 0px 20px;

    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;

    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;

    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 40px;
    z-index: 9;

    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
    background-image:-webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));

    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;

    border-top-right-radius: 0;
    -webkit-top-bottom-right-radius: 0;
    -khtml-top-bottom-right-radius: 0;
    -moz-top-bottom-right-radius: 0;
}

#actions #search-field input:focus {
    border:1px solid #525252;
    border-right:0;
    outline:none;
}

#footer a {
    color: #888;
}

#footer a:hover {
    color: #333;
}

#footer .help-section {
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}

#footer .help-section div.column {
    float: left;
    width: 238px;
    margin-right: 20px;
    margin-bottom: 30px;
}

#footer .help-section div.column.join {
    width: 205px;
    margin-right: 0;
}

#footer .help-section h3 {
    width: 205px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 11px;
    color: #777;
}

#footer .help-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .help-section ul li {
    margin-bottom: 3px;
}

#footer .help-section div.join ul li {
    margin-bottom: 4px;
    line-height: 22px;
}
#footer .help-section div.join ul li .soc-icon {
    width: 15px;
    color: gray;
    fill: gray;
}

#footer .help-section div.join ul li.support {
    background-position: 0 -88px;
}

#footer ul#footer-links {
    display: inline-block;
    color: #525252;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1;
    text-align: right;
    float: right;
}

#footer ul#footer-links li {
    float: left;
    padding: 0 6px;
    border-right: 1px solid #bababa;
}

#footer ul#footer-links li.copyright,
#footer ul#footer-links li.contact {
    padding-right: 0;
    border-right: none;
}

#footer .copyright {
    display: inline-block;
    padding-left: 0;
    float: left;
    color: #aaa;
    line-height: 12px;
    font-size: 12px;
}

/*
    Floating box pages

    These are pages whereby the content of the page is in a small white box seperated
    from the main page with no other content on the page.

    Typically these go hand in hand with the light header pages and in the future
    if all light header pages are of this kind these could be rolled into one entity
 */
body.floating_box_page #main {
    background: none;
    border: none;
    margin-top: 0;
}

/* Buttons */
.sprite-btn{
    display: inline-block;
    height: 34px;
    vertical-align: middle;
}

.hide_text,
.image_button,
.sprite-btn {
    line-height: 0;
    font-size: 0;
    text-indent: -1000px;
}

.image_button,
.sprite-btn {
    border: none;
    cursor: pointer;
    padding: 0;
    background-position: 0 -34px;
}
.image_button{
    text-indent: -1000px;
}
.sprite-btn.changes {
    background: url(../../../i/btn-change-sprite.png) 0 -34px no-repeat;
    width: 108px;
}
.sprite-btn.apply_for_job {
    background: url(../../../i/btn_apply_for_job.png) 0 -34px no-repeat;
    width: 143px;
}
.sprite-btn.save {
    background: url(../../../i/btn_save.png) 0 -34px no-repeat;
    width: 62px;
}
.sprite-btn.cancel {
    background: url(../../../i/btn_cancel.png) 0 -34px no-repeat;
    width: 77px;
}

.btn_save_changes{
    background: url(../../../i/btn-savechanges-sprite.png) 0 -34px no-repeat;
    width: 117px;
    height: 34px;
}

#bottom_email_alert .sprite-btn.email_alert {
    margin: 10px 0px 33px;
}

.sprite-btn.email_alert:hover {
    background-position: 0 -37px;
}

.sprite-btn.add_new_job {
    background: url(../../../i/buttons/add_new_job_btn_sprite.png) 0 -49px no-repeat;
    width: 172px;
    height: 49px;
    margin-top: 6px;
}

.emp_dash_add_new.sprite-btn.add_new_job {
    margin-top: 0px;
}

.sprite-btn.magnify_glass {
    background: url(../../../i/buttons/magnify_glass.png) 0 0 no-repeat;
    width: 36px;
    height: 34px;
}

.sprite-btn.accept-btn,
.sprite-btn.reject-btn,
.sprite-btn.send-pm-btn,
.sprite-btn.report-comment-btn,
.sprite-btn.sm-reply-btn {
    height: 28px;
}

.sprite-btn.accept-btn {
    background: url(../../../i/buttons/accept_offer_btn2.png) 0 0 no-repeat;
    width: 73px;
    margin-right: 20px;
}

.sprite-btn.reject-btn {
    background: url(../../../i/buttons/reject_offer_btn1.png) 0 0 no-repeat;
    width: 75px;
    margin-right: 20px;
}

.sprite-btn.send-pm-btn {
    background: url(../../../i/buttons/btn_send_private_message1.png) 0 0 no-repeat;
    width: 125px;
    margin-right: 0;
}

.sprite-btn.send-pm-btn.buyer{
    margin-left: 40px;
    margin-bottom: 20px;
}

.sprite-btn.send-pm-btn.no-offer{
      margin-right: 20px;
}

.sprite-btn.report-comment-btn {
    background: url(../../../i/buttons/btn_report_comment-2.png) 0 -25px no-repeat;
    width: 57px;
    margin-right: 2px;
    height: 25px;
}

.sprite-btn.sm-reply-btn {
    background: url(../../../i/buttons/btn_reply1.png) 0 0 no-repeat;
    width: 73px;
    margin-right: 20px;
}

.sprite-btn.withdraw-btn {
    background: url(../../../i/buttons/bt_withdraw.png) 0 0 no-repeat;
    width: 110px;
    margin-top: 7px;
    height: 28px;
    float: right;
}
.sprite-btn.withdraw-btn.request {
    background-image: url('../../../i/buttons/bt_withdraw_request.png');
    width: 125px;
}

.sprite-btn.send-pm-btn.buyer {
    position: relative;
    top: 4px;
}

.sprite-btn:hover,
#continue_btn:hover,
.btn_save_changes:hover {
    background-position: 0 -68px;
}
.add_new_job:hover {
    background-position: 0 -98px;
}
.magnify_glass:hover {
    background-position: 0 -34px;
}
.sprite-btn.disabled,
#continue_btn.disabled,
.btn_save_changes.disabled {
    background-position: 0 0;
    cursor: default;
}

.withdraw-btn:hover,
.sprite-btn.accept-btn:hover,
.sprite-btn.reject-btn:hover,
.sprite-btn.send-pm-btn:hover,
.sprite-btn.sm-reply-btn:hover {
    background-position: 0px -28px;
}
.sprite-btn.report-comment-btn:hover {
    background-position: 0 0;
}

.sprite-btn.secondary_btn {
    background-position: 0 0;
}
.sprite-btn.secondary_btn:hover {
    background-position: 0 -34px;
}

#uploadifyUploader{
    cursor: pointer;
}

/* Non standard buttons */

/**
 * The new common bump & quick sale buttons (BH: 30/07/2012)
 */
.bump_link,
.quick_sale_btn {
    height: 27px;
}

.bump_link{
    background: url(../../../i/bump_button.png);
    width: 76px;
}

.quick_sale_btn {
    background: url(../../../i/quick_sale_btn.png);
    width: 105px;
}

.sprite-btn.bump_link:hover,
.sprite-btn.quick_sale_btn:hover {
    background-position: 0 -27px;
}

.unpaid_buttons a {
    border: 1px solid #e2e2e2;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 15px;
    padding: 12px 15px;
    text-decoration: none;
}

#pay_for_ad_btn {
    color: #ffffff;

    background-color: #6db148;
    background: -moz-linear-gradient(top, #6db148 0%, #5da237 100%);
    background: -webkit-gradient(
        linear
        , left top
        , left bottom
        , color-stop(0%, #6db148)
        , color-stop(100%, #5da237)
    );
    background: -webkit-linear-gradient(top, #6db148 0%, #5da237 100%);
    background: -o-linear-gradient(top, #6db148 0%, #5da237 100%);
    background: -ms-linear-gradient(top, #6db148 0%, #5da237 100%);
    background: linear-gradient(to bottom, #6db148 0%, #5da237 100%);
    -pie-background: linear-gradient(top, #6db148, #5da237);
}
#pay_for_ad_btn:hover {
    background-color: #5da237;
    background: -moz-linear-gradient(top, #5da237 0%, #6db148 100%);
    background: -webkit-gradient(
        linear
        , left top
        , left bottom
        , color-stop(0%, #5da237)
        , color-stop(100%, #6db148)
    );
    background: -webkit-linear-gradient(top, #5da237 0%, #6db148 100%);
    background: -o-linear-gradient(top, #5da237 0%, #6db148 100%);
    background: -ms-linear-gradient(top, #5da237 0%, #6db148 100%);
    background: linear-gradient(to bottom, #5da237 0%, #6db148 100%);
    -pie-background: linear-gradient(top, #5da237, #6db148);
}

/*
    The bump link on the SMI is much larger than the line height of the rest of
    the links, so it has to be raised up
 */
.smi_description .bump_link,
.smi_description .quick_sale_btn {
    margin-top: -3px;
}


/* The send to friend button is flat, i.e it doesn't change on hover */
#company_social #send_to_friend_link {
    background: url(../../../i/buttons/social-mail-icon.png);
    width: 31px;
    height: 20px;
    display: inline-block;
    cursor: pointer;

    /*
        The button was being pushed down by ~2x its height.
        I've no idea why this works.
     */
    line-height: 40px;
}


.rounded
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.rounded_3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
}

.shadow
{
    -moz-box-shadow:    3px 3px 5px 0px #ccc;
    -webkit-box-shadow: 3px 3px 5px 0px #ccc;
    box-shadow:         3px 3px 5px 0px #ccc;
}

/*
    This wraps input buttons that require extra elements within them.

    This allows icons etc. to be attached relative to this element overlaying the
    button and appearing as if it were within the input.

    e.g.
    <span class="overlay_button_wrap">
        <input class="base_action_button" />
        <span class="some_icon">some icon</span>
    </span>
 */
.overlay_button_wrap {
    display: inline-block;
    position: relative;
}


/*
    CSS bump & quick sale buttons

    This is an instance of .overlay_button_wrap since the
    icon (.bump_icon) attached to the button must be seperate from the background
    declaration to achieve the desired effect
 */

.bump_button, .quick_sale_button {
    cursor: pointer;
}
.bump_button:hover, .quick_sale_button:hover {
    text-decoration: none;
}

.ad_view_info_cell .bump_button,
.ad_view_info_cell .quick_sale_button {
    margin-right: 7px;
}

.bump_button {
    background-image: linear-gradient(109deg, #f309a2, #fb7878);
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -0.3px;
    padding: 7px 22px 6px 18px;
    text-transform: uppercase;
}
.bump_button .icon {
    display: inline-block;
    margin-right: 1px;
    position: relative;
    top: 1px;
}
.bump_button .icon svg {
    fill: #fff;
    height: 11px;
    width: 15px;
}

.bump_button:hover {
    background: #fff;
    border: 2px solid #f309a2;
    color: #f309a2 !important;
    padding: 5px 20px 4px 16px;
}
.bump_button:hover .icon svg {
    fill: #f309a2;
}

.SR_action_list .bump_button {
    color: #fff;
    font-size: 10.6px;
    padding: 6px 12px 5px 9px;
}
.SR_action_list .bump_button:hover {
    padding: 4px 10px 3px 7px;
}


.quick_sale_button {
    border: 2px solid #4a4a4a;
    border-radius: 3px;
    color: #4a4a4a;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 12px 4px 12px;
}
.quick_sale_button:hover {
    background: #efefef;
}


/*
    Reusable button styles.
 */

.base_action_button {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-color: #e06506;
    background: -webkit-linear-gradient(top, #f9a52f, #e06506);
    background: -moz-linear-gradient(top, #f9a52f, #e06506);
    background: -ms-linear-gradient(top, #f9a52f, #e06506);
    background: -o-linear-gradient(top, #f9a52f, #e06506);
    background: linear-gradient(top, #f9a52f, #e06506);
    -pie-background: linear-gradient(top, #f9a52f, #e06506);
    text-align: center;
    border: 1px solid #ff8f1c;
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px 0 5px;
    padding: 8px 20px 8px 20px;
    text-shadow: 1px 1px #C75B06;
}

.base_action_button:hover,
.base_action_button:focus {
    text-decoration: none;
    color: #fff;
    background-color: #f9a52f;
    background: -webkit-linear-gradient(top, #e06506, #f9a52f);
    background: -moz-linear-gradient(top, #e06506, #f9a52f);
    background: -ms-linear-gradient(top, #e06506, #f9a52f);
    background: -o-linear-gradient(top, #e06506, #f9a52f);
    background: linear-gradient(top, #e06506, #f9a52f);
    -pie-background: linear-gradient(top, #e06506, #f9a52f);
}


.cancel_button {
    color: #364e5f;
    background-color: #fefeff;
    border: 1px solid #e2e2e2;
    background: -webkit-linear-gradient(top, #fefeff, #d7dfe5);
    background: -moz-linear-gradient(top, #fefeff, #d7dfe5);
    background: -ms-linear-gradient(top, #fefeff, #d7dfe5);
    background: -o-linear-gradient(top, #fefeff, #d7dfe5);
    background: linear-gradient(top, #fefeff, #d7dfe5);
    -pie-background: linear-gradient(top, #fefeff, #d7dfe5);
    text-shadow: none;
}

.cancel_button:hover,
.cancel_button:focus {
    color: #364e5f;
    background-color: #d7dfe5;
    background: -webkit-linear-gradient(top, #d7dfe5, #fefeff);
    background: -moz-linear-gradient(top, #d7dfe5, #fefeff);
    background: -ms-linear-gradient(top, #d7dfe5, #fefeff);
    background: -o-linear-gradient(top, #d7dfe5, #fefeff);
    background: linear-gradient(top, #d7dfe5, #fefeff);
    -pie-background: linear-gradient(top, #d7dfe5, #fefeff);
}

.base_action_button.log_in_btn {
    border: 1px solid #d7dbde;
    padding: 7px 15px;
    float: right;
    margin: 0;
    color: #607183;
}

.base_action_button.lesser_gradient.signup_btn {
    border: 1px solid #d7dbde;
    float: right;
    padding: 7px 15px;
    margin: 0 9px;
}

.base_action_button.secondary {
    color: #333333;
    border-color: #e2e2e2;
    text-shadow: 1px 1px #FFF;

    background-color: #d7dfe5;
    background: -webkit-linear-gradient(top, #FDFDFE, #dbdbdb);
    background: -moz-linear-gradient(top, #FDFDFE, #dbdbdb);
    background: -ms-linear-gradient(top, #FDFDFE, #dbdbdb);
    background: -o-linear-gradient(top, #FDFDFE, #dbdbdb);
    background: linear-gradient(top, #FDFDFE, #dbdbdb);
    -pie-background: linear-gradient(top, #FDFDFE, #dbdbdb);
}

.base_action_button.secondary:hover,
.base_action_button.secondary:focus {
    background: -webkit-linear-gradient(top, #dbdbdb, #FDFDFE);
    background: -moz-linear-gradient(top, #dbdbdb, #FDFDFE);
    background: -ms-linear-gradient(top, #dbdbdb, #FDFDFE);
    background: -o-linear-gradient(top, #dbdbdb, #FDFDFE);
    background: linear-gradient(top, #dbdbdb, #FDFDFE);
    -pie-background: linear-gradient(top, #dbdbdb, #FDFDFE);
}

.base_action_button.secondary.actions
{
    font-size: 12px;
    margin-right: 6px;
    min-width: 96px;
    padding: 5px 10px;
}

.base_action_button.secondary.actions.last {
    min-width: 104px;
}

.base_action_button.secondary.actions.first {
    margin-left: 0;
}

.base_action_button.lesser_gradient {
    background: -webkit-linear-gradient(top, #fe8800, #eb7400);
    background: -moz-linear-gradient(top, #fe8800, #eb7400);
    background: -ms-linear-gradient(top, #fe8800, #eb7400);
    background: -o-linear-gradient(top, #fe8800, #eb7400);
    background: linear-gradient(top, #fe8800, #eb7400);
    -pie-background: linear-gradient(top, #fe8800, #eb7400);

    padding: 0 16px 2px 16px;
    border: 1px solid #d0d0d0;
    text-shadow: none;
}
.base_action_button.lesser_gradient:hover,
.base_action_button.lesser_gradient:focus {
    background: -webkit-linear-gradient(top, #eb7400, #fe8800);
    background: -moz-linear-gradient(top, #eb7400, #fe8800);
    background: -ms-linear-gradient(top, #eb7400, #fe8800);
    background: -o-linear-gradient(top, #eb7400, #fe8800);
    background: linear-gradient(top, #eb7400, #fe8800);
    -pie-background: linear-gradient(top, #eb7400, #fe8800);
}

/*
    There are two green button colours. No reason really, just an inconsistency.
    As it stands (2013-11-25) the `green` colour is used on the bump buttons and the
    premium upsell pages and the `dark_green` is used on the place ad related buttons
    on the homepage and header.

    This should be rectified before we end up with... 20 shades of green.
 */
.base_action_button.green {
    color: #fff;
    text-shadow: none;
    border-color: #e2e2e2;
    background: #9ccf56;
    background: -moz-linear-gradient(top, #9ccf56 0%, #7ab12f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9ccf56), color-stop(100%, #7ab12f));
    background: -webkit-linear-gradient(top, #9ccf56 0%, #7ab12f 100%);
    background: -o-linear-gradient(top, #9ccf56 0%, #7ab12f 100%);
    background: -ms-linear-gradient(top, #9ccf56 0%, #7ab12f 100%);
    background: linear-gradient(to bottom, #9ccf56 0%, #7ab12f 100%);
    -pie-background: linear-gradient(top, #9ccf56, #7ab12f);
}

.base_action_button.green:hover,
.base_action_button.green:focus {
    background: #7ab12f;
    background: -moz-linear-gradient(top, #7ab12f 0%, #9ccf56 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ab12f), color-stop(100%, #9ccf56));
    background: -webkit-linear-gradient(top, #7ab12f 0%, #9ccf56 100%);
    background: -o-linear-gradient(top, #7ab12f 0%, #9ccf56 100%);
    background: -ms-linear-gradient(top, #7ab12f 0%, #9ccf56 100%);
    background: linear-gradient(to bottom, #7ab12f 0%, #9ccf56 100%);
    -pie-background: linear-gradient(top, #7ab12f, #9ccf56);
}


.base_action_button.dark_green {
    border: 1px solid #d0d0d0;
    text-shadow: none;

    background: -webkit-linear-gradient(top, #6eb249, #5ca136);
    background: -moz-linear-gradient(top, #6eb249, #5ca136);
    background: -ms-linear-gradient(top, #6eb249, #5ca136);
    background: -o-linear-gradient(top, #6eb249, #5ca136);
    background: linear-gradient(top, #6eb249, #5ca136);
    -pie-background: linear-gradient(top, #6eb249, #5ca136);
}
.base_action_button.dark_green:hover,
.base_action_button.dark_green:focus {
    background: -webkit-linear-gradient(top, #5ca136, #6eb249);
    background: -moz-linear-gradient(top, #5ca136, #6eb249);
    background: -ms-linear-gradient(top, #5ca136, #6eb249);
    background: -o-linear-gradient(top, #5ca136, #6eb249);
    background: linear-gradient(top, #5ca136, #6eb249);
    -pie-background: linear-gradient(top, #5ca136, #6eb249);
}

.base_action_button.flat_orange {
    background: none;
    background-color: #ff8f1c;
    font-weight: bold;
    padding: 1px;
}

.base_action_button.flat_orange:hover {
    background-color: #d66e25;
}

.base_action_button.flat_orange:focus {
    background-color: #d66e25;
}

.flat_action_button {
    line-height: 100%;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: 7px 18px 7px 18px;
    margin: 7px;
    box-sizing: border-box;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}
.flat_action_button:hover {
    text-decoration: none;
}

.flat_action_button:hover {
    border: none;
    outline: none;
}

.flat_action_button.gray {
    background: #dbdbdb;
    color: #222;
}

.flat_action_button.gray:hover {
    background: #eee;
}

.flat_action_button.orange {
    background: #ff8f1c;
    color: #fff;
}

.flat_action_button.orange:hover {
    background: #d66e25;
}

.href_button {
    background: none;
    color: #004DDA;
    font-size: 100.01%;
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: -1px 0 0 0;
}

.href_button:focus {
    border: none;
    outline: none;
}

.href_button:hover {
    text-decoration: underline;
}

.base_action_button.disabled,
.base_action_button.disabled:hover,
.base_action_button.disabled:focus,
.base_action_button[disabled],
.base_action_button[disabled]:hover,
.base_action_button[disabled]:focus {
    background: #fff;
    -pie-background: #fff;
    border-color: #ddd;
    color: #bbb;
    cursor: default;
    text-shadow: none;
}


input.base_action_button {
    height: 34px;
}

/* check your email button */
.base_action_button.lesser_gradient.redirect-btn {
    padding:0 25px 2px 25px;
    margin-bottom: 15px;
    margin-right: 0;
    line-height: 32px;
}


/*
    Button for 'Place ad'
    e.g: Header when logged in. Homepage MPU when logged out
 */
.base_action_button.place_ad_btn {
    padding: 7px 18px 7px 19px;
    float: right;
    margin-top: 6px;
    margin-right: 0;
    font-size: 13px;
    text-shadow: none;
    line-height: 32px;
}

.base_action_button.sell_again_btn {
    padding: 7px 18px 7px 19px;
    text-shadow: none;
}

#header .base_action_button.place_ad_btn {
    line-height: 19px;
}

/* Button for feedback on sold modal */
.base_action_button.feedback_link_btn {
    padding:0 25px 2px 25px;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: 10px;
    font-size: 13px;
    line-height: 32px;
    float: none;
    background-color: #f68829;
    background: -webkit-linear-gradient(top, #f68829, #e97d21);
    background: -moz-linear-gradient(top, #f68829, #e97d21);
    background: -ms-linear-gradient(top, #f68829, #e97d21);
    background: -o-linear-gradient(top, #f68829, #e97d21);
    background: linear-gradient(top, #f68829, #e97d21);
    -pie-background: linear-gradient(top, #f68829, #e97d21);
}

.base_action_button.feedback_link_btn:hover {
    background-color: #e97d21;
    background: -webkit-linear-gradient(top, #e97d21, #f68829);
    background: -moz-linear-gradient(top, #e97d21, #f68829);
    background: -ms-linear-gradient(top, #e97d21, #f68829);
    background: -o-linear-gradient(top, #e97d21, #f68829);
    background: linear-gradient(top, #e97d21, #f68829);
    -pie-background: linear-gradient(top, #e97d21, #f68829);
}

.base_action_button.subscribe-package {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
    float: right;
    position: relative;
    top: -45px;
    text-shadow: none;
}

div.package-button-holder {
    position: absolute;
    display: inline-block;
    width: 200px;
    height: 64px;
}

.shift-button {
    position: relative;
    top: 9px;
}

.base_action_button.upgrade-package {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
    float: right;
    position: relative;
    left: -69px;
    text-shadow: none;
}

a.cancel-package {
    display: inline-block;
    color: #4A4A4A;
    font-weight: bold;
    position: relative;
    top: 5px;
    font-size: 11px;
}

/* glue: 0.11.1 hash: ce42560cdb */
/* This file has been generated automatically using glue and should not be modified manually */
.sprite-icon {
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.png.sprite-icon.hidden {
    display: none;
}
.png.sprite-icon {
    background-image: url('../../i/icons.png?ce42560cdb');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
svg.sprite-icon {
    pointer-events: visibleStroke;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.0), screen and (min--moz-device-pixel-ratio: 1.0), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1.0), screen and (min-resolution: 1.0dppx) {
    .png.sprite-icon {
        -webkit-background-size: 1052px 993px;
        -moz-background-size: 1052px 993px;
        background-size: 1052px 993px;
    }
}

.sprite-icon.motor-annual-tax.x3 {
    width: 264px;
    height: 36px;
}
.png.sprite-icon.motor-annual-tax.x3 {
    background-position: 0 0;
}

.sprite-icon.motor-tax-expiry.x3 {
    width: 243px;
    height: 33px;
}
.png.sprite-icon.motor-tax-expiry.x3 {
    background-position: 0 -36px;
}

.sprite-icon.location-pin-with-shadow-orange.x3 {
    width: 138px;
    height: 210px;
}
.png.sprite-icon.location-pin-with-shadow-orange.x3 {
    background-position: 0 -69px;
}

.sprite-icon.motor-annual-tax.x2 {
    width: 176px;
    height: 24px;
}
.png.sprite-icon.motor-annual-tax.x2 {
    background-position: -264px 0;
}

.sprite-icon.motor-tax-expiry.x2 {
    width: 162px;
    height: 22px;
}
.png.sprite-icon.motor-tax-expiry.x2 {
    background-position: -264px -24px;
}

.sprite-icon.adverts-logo {
    width: 161px;
    height: 22px;
}
.png.sprite-icon.adverts-logo {
    background-position: -264px -46px;
}

.sprite-icon.location-pin-with-shadow-orange.x2 {
    width: 92px;
    height: 140px;
}
.png.sprite-icon.location-pin-with-shadow-orange.x2 {
    background-position: -264px -68px;
}

.sprite-icon.whatsapp.x3 {
    width: 138px;
    height: 138px;
}
.png.sprite-icon.whatsapp.x3 {
    background-position: 0 -279px;
}

.desktop .sprite-icon.twitter.x3:hover {
    width: 138px;
    height: 138px;
}
.desktop .png.sprite-icon.twitter.x3:hover {
    background-position: -138px -279px;
}

.sprite-icon.twitter.x3 {
    width: 138px;
    height: 138px;
}
.png.sprite-icon.twitter.x3 {
    background-position: -276px -279px;
}

.desktop .sprite-icon.pinterest.x3:hover {
    width: 138px;
    height: 138px;
}
.desktop .png.sprite-icon.pinterest.x3:hover {
    background-position: -440px 0;
}

.sprite-icon.pinterest.x3 {
    width: 138px;
    height: 138px;
}
.png.sprite-icon.pinterest.x3 {
    background-position: -440px -138px;
}

.sprite-icon.motor-warranty-badge.x3 {
    width: 111px;
    height: 138px;
}
.png.sprite-icon.motor-warranty-badge.x3 {
    background-position: -440px -276px;
}

.sprite-icon.motor-history-badge.x3 {
    width: 111px;
    height: 138px;
}
.png.sprite-icon.motor-history-badge.x3 {
    background-position: -138px -69px;
}

.desktop .sprite-icon.googleplus.x3:hover {
    width: 138px;
    height: 138px;
}
.desktop .png.sprite-icon.googleplus.x3:hover {
    background-position: 0 -417px;
}

.sprite-icon.googleplus.x3 {
    width: 138px;
    height: 138px;
}
.png.sprite-icon.googleplus.x3 {
    background-position: -138px -417px;
}

.desktop .sprite-icon.facebook.x3:hover {
    width: 138px;
    height: 138px;
}
.desktop .png.sprite-icon.facebook.x3:hover {
    background-position: -276px -417px;
}

.sprite-icon.facebook.x3 {
    width: 138px;
    height: 138px;
}
.png.sprite-icon.facebook.x3 {
    background-position: -414px -417px;
}

.desktop .sprite-icon.email.x3:hover {
    width: 138px;
    height: 138px;
}
.desktop .png.sprite-icon.email.x3:hover {
    background-position: -578px 0;
}

.sprite-icon.email.x3 {
    width: 138px;
    height: 138px;
}
.png.sprite-icon.email.x3 {
    background-position: -578px -138px;
}

.sprite-icon.tips.x3 {
    width: 129px;
    height: 129px;
}
.png.sprite-icon.tips.x3 {
    background-position: -578px -276px;
}

.sprite-icon.tips.down.x3 {
    width: 123px;
    height: 126px;
}
.png.sprite-icon.tips.down.x3 {
    background-position: -578px -405px;
}

.sprite-icon.website-orange.x3 {
    width: 123px;
    height: 123px;
}
.png.sprite-icon.website-orange.x3 {
    background-position: 0 -555px;
}

.sprite-icon.opening-hours.x3 {
    width: 123px;
    height: 123px;
}
.png.sprite-icon.opening-hours.x3 {
    background-position: -123px -555px;
}

.sprite-icon.location-pin-orange-bordered.x3 {
    width: 123px;
    height: 123px;
}
.png.sprite-icon.location-pin-orange-bordered.x3 {
    background-position: -246px -555px;
}

.touch .sprite-icon.map-pin.x3 {
    width: 78px;
    height: 120px;
}
.touch .png.sprite-icon.map-pin.x3 {
    background-position: -356px -68px;
}

.sprite-icon.daft-logo {
    width: 105px;
    height: 33px;
}
.png.sprite-icon.daft-logo {
    background-position: -264px -208px;
}

.sprite-icon.check-packages.x3 {
    width: 93px;
    height: 75px;
}
.png.sprite-icon.check-packages.x3 {
    background-position: -369px -555px;
}

.sprite-icon.whatsapp.x2 {
    width: 92px;
    height: 92px;
}
.png.sprite-icon.whatsapp.x2 {
    background-position: -716px 0;
}

.desktop .sprite-icon.twitter.x2:hover {
    width: 92px;
    height: 92px;
}
.desktop .png.sprite-icon.twitter.x2:hover {
    background-position: -716px -92px;
}

.sprite-icon.twitter.x2 {
    width: 92px;
    height: 92px;
}
.png.sprite-icon.twitter.x2 {
    background-position: -716px -184px;
}

.desktop .sprite-icon.pinterest.x2:hover {
    width: 92px;
    height: 92px;
}
.desktop .png.sprite-icon.pinterest.x2:hover {
    background-position: -716px -276px;
}

.sprite-icon.pinterest.x2 {
    width: 92px;
    height: 92px;
}
.png.sprite-icon.pinterest.x2 {
    background-position: -716px -368px;
}

.sprite-icon.motor-warranty-badge.x2 {
    width: 74px;
    height: 92px;
}
.png.sprite-icon.motor-warranty-badge.x2 {
    background-position: -716px -460px;
}

.sprite-icon.motor-history-badge.x2 {
    width: 74px;
    height: 92px;
}
.png.sprite-icon.motor-history-badge.x2 {
    background-position: -716px -552px;
}

.desktop .sprite-icon.googleplus.x2:hover {
    width: 92px;
    height: 92px;
}
.desktop .png.sprite-icon.googleplus.x2:hover {
    background-position: 0 -678px;
}

.sprite-icon.googleplus.x2 {
    width: 92px;
    height: 92px;
}
.png.sprite-icon.googleplus.x2 {
    background-position: -92px -678px;
}

.desktop .sprite-icon.facebook.x2:hover {
    width: 92px;
    height: 92px;
}
.desktop .png.sprite-icon.facebook.x2:hover {
    background-position: -184px -678px;
}

.sprite-icon.facebook.x2 {
    width: 92px;
    height: 92px;
}
.png.sprite-icon.facebook.x2 {
    background-position: -276px -678px;
}

.desktop .sprite-icon.email.x2:hover {
    width: 92px;
    height: 92px;
}
.desktop .png.sprite-icon.email.x2:hover {
    background-position: -368px -678px;
}

.sprite-icon.email.x2 {
    width: 92px;
    height: 92px;
}
.png.sprite-icon.email.x2 {
    background-position: -460px -678px;
}

.sprite-icon.motor-body.x3 {
    width: 90px;
    height: 51px;
}
.png.sprite-icon.motor-body.x3 {
    background-position: -138px -207px;
}

.sprite-icon.touch-motor-annual-tax {
    width: 88px;
    height: 12px;
}
.png.sprite-icon.touch-motor-annual-tax {
    background-position: -716px -644px;
}

.sprite-icon.mod-icon.x3 {
    width: 81px;
    height: 87px;
}
.png.sprite-icon.mod-icon.x3 {
    background-position: -552px -678px;
}

.sprite-icon.tips.x2 {
    width: 86px;
    height: 86px;
}
.png.sprite-icon.tips.x2 {
    background-position: -633px -678px;
}

.sprite-icon.tips.down.x2 {
    width: 82px;
    height: 84px;
}
.png.sprite-icon.tips.down.x2 {
    background-position: -719px -678px;
}

.sprite-icon.badge {
    width: 81px;
    height: 83px;
}
.png.sprite-icon.badge {
    background-position: -808px 0;
}

.sprite-icon.website-orange.x2 {
    width: 82px;
    height: 82px;
}
.png.sprite-icon.website-orange.x2 {
    background-position: 0 -770px;
}

.sprite-icon.opening-hours.x2 {
    width: 82px;
    height: 82px;
}
.png.sprite-icon.opening-hours.x2 {
    background-position: -82px -770px;
}

.sprite-icon.location-pin-orange-bordered.x2 {
    width: 82px;
    height: 82px;
}
.png.sprite-icon.location-pin-orange-bordered.x2 {
    background-position: -164px -770px;
}

.sprite-icon.touch-motor-tax-expiry {
    width: 81px;
    height: 11px;
}
.png.sprite-icon.touch-motor-tax-expiry {
    background-position: -808px -83px;
}

.sprite-icon.sms-verified.x3 {
    width: 78px;
    height: 81px;
}
.png.sprite-icon.sms-verified.x3 {
    background-position: -808px -94px;
}

.sprite-icon.motor-nct.x3 {
    width: 81px;
    height: 36px;
}
.png.sprite-icon.motor-nct.x3 {
    background-position: -808px -175px;
}

.sprite-icon.clipboard3x {
    width: 72px;
    height: 81px;
}
.png.sprite-icon.clipboard3x {
    background-position: -808px -211px;
}

.sprite-icon.address-verified.x3 {
    width: 78px;
    height: 81px;
}
.png.sprite-icon.address-verified.x3 {
    background-position: -808px -292px;
}

.touch .sprite-icon.map-pin.x2 {
    width: 52px;
    height: 80px;
}
.touch .png.sprite-icon.map-pin.x2 {
    background-position: -808px -373px;
}

.sprite-icon.chest {
    width: 79px;
    height: 66px;
}
.png.sprite-icon.chest {
    background-position: -808px -453px;
}

.sprite-icon.unpaid3x {
    width: 78px;
    height: 60px;
}
.png.sprite-icon.unpaid3x {
    background-position: -808px -519px;
}

.sprite-icon.touch_dealer_avatar3x {
    width: 75px;
    height: 78px;
}
.png.sprite-icon.touch_dealer_avatar3x {
    background-position: -808px -579px;
}

.sprite-icon.pending-verified.x3 {
    width: 78px;
    height: 78px;
}
.png.sprite-icon.pending-verified.x3 {
    background-position: -808px -657px;
}

.sprite-icon.peek-chevron-hover-right3x {
    width: 48px;
    height: 78px;
}
.png.sprite-icon.peek-chevron-hover-right3x {
    background-position: -246px -770px;
}

.sprite-icon.peek-chevron-hover-left3x {
    width: 48px;
    height: 78px;
}
.png.sprite-icon.peek-chevron-hover-left3x {
    background-position: -294px -770px;
}

.sprite-icon.email-verified.x3 {
    width: 78px;
    height: 78px;
}
.png.sprite-icon.email-verified.x3 {
    background-position: -342px -770px;
}

.sprite-icon.sold-icon3x {
    width: 72px;
    height: 75px;
}
.png.sprite-icon.sold-icon3x {
    background-position: -462px -555px;
}

.sprite-icon.watched.x3 {
    width: 72px;
    height: 51px;
}
.png.sprite-icon.watched.x3 {
    background-position: -534px -555px;
}

.sprite-icon.watch.x3 {
    width: 72px;
    height: 51px;
}
.png.sprite-icon.watch.x3 {
    background-position: -606px -555px;
}

.sprite-icon.verified.x3 {
    width: 72px;
    height: 72px;
}
.png.sprite-icon.verified.x3 {
    background-position: -420px -770px;
}

.sprite-icon.motor-transmission.x3 {
    width: 72px;
    height: 72px;
}
.png.sprite-icon.motor-transmission.x3 {
    background-position: -492px -770px;
}

.sprite-icon.motor-colour3x {
    width: 72px;
    height: 72px;
}
.png.sprite-icon.motor-colour3x {
    background-position: -564px -770px;
}

.sprite-icon.label.x3 {
    width: 72px;
    height: 72px;
}
.png.sprite-icon.label.x3 {
    background-position: -636px -770px;
}

.sprite-icon.close-modal3x {
    width: 72px;
    height: 72px;
}
.png.sprite-icon.close-modal3x {
    background-position: -708px -770px;
}

.sprite-icon.close-modal-hover3x {
    width: 72px;
    height: 72px;
}
.png.sprite-icon.close-modal-hover3x {
    background-position: -780px -770px;
}

.sprite-icon.location-pin-with-shadow-orange {
    width: 46px;
    height: 70px;
}
.png.sprite-icon.location-pin-with-shadow-orange {
    background-position: -889px 0;
}

.sprite-icon.motor-engine.x3 {
    width: 69px;
    height: 54px;
}
.png.sprite-icon.motor-engine.x3 {
    background-position: 0 -852px;
}

.sprite-icon.chart {
    width: 57px;
    height: 68px;
}
.png.sprite-icon.chart {
    background-position: -935px 0;
}

.sprite-icon.watched-dark.x3 {
    width: 66px;
    height: 45px;
}
.png.sprite-icon.watched-dark.x3 {
    background-position: -369px -630px;
}

.sprite-icon.watch-dark.x3 {
    width: 66px;
    height: 45px;
}
.png.sprite-icon.watch-dark.x3 {
    background-position: -435px -630px;
}

.sprite-icon.dealer-badge {
    width: 66px;
    height: 22px;
}
.png.sprite-icon.dealer-badge {
    background-position: -808px -735px;
}

.sprite-icon.tip.x3 {
    width: 45px;
    height: 63px;
}
.png.sprite-icon.tip.x3 {
    background-position: -935px -68px;
}

.sprite-icon.motor-year.x3 {
    width: 57px;
    height: 63px;
}
.png.sprite-icon.motor-year.x3 {
    background-position: -935px -131px;
}

.sprite-icon.motor-year3x {
    width: 57px;
    height: 63px;
}
.png.sprite-icon.motor-year3x {
    background-position: -935px -194px;
}

.sprite-icon.motor-model.x3 {
    width: 63px;
    height: 51px;
}
.png.sprite-icon.motor-model.x3 {
    background-position: -69px -852px;
}

.sprite-icon.arrow.x3 {
    width: 57px;
    height: 63px;
}
.png.sprite-icon.arrow.x3 {
    background-position: -935px -257px;
}

.sprite-icon.check-packages.x2 {
    width: 62px;
    height: 50px;
}
.png.sprite-icon.check-packages.x2 {
    background-position: -132px -852px;
}

.sprite-icon.touch_motor_share3x {
    width: 54px;
    height: 60px;
}
.png.sprite-icon.touch_motor_share3x {
    background-position: -935px -320px;
}

.sprite-icon.motor-mileage.x3 {
    width: 60px;
    height: 51px;
}
.png.sprite-icon.motor-mileage.x3 {
    background-position: 0 -906px;
}

.sprite-icon.motor-body.x2 {
    width: 60px;
    height: 34px;
}
.png.sprite-icon.motor-body.x2 {
    background-position: -264px -241px;
}

.sprite-icon.close-peek3x {
    width: 60px;
    height: 57px;
}
.png.sprite-icon.close-peek3x {
    background-position: -992px 0;
}

.sprite-icon.close-peek-hover3x {
    width: 60px;
    height: 57px;
}
.png.sprite-icon.close-peek-hover3x {
    background-position: -992px -57px;
}

.sprite-icon.mod-icon.x2 {
    width: 54px;
    height: 58px;
}
.png.sprite-icon.mod-icon.x2 {
    background-position: -992px -114px;
}

.sprite-icon.share.x3 {
    width: 51px;
    height: 57px;
}
.png.sprite-icon.share.x3 {
    background-position: -992px -172px;
}

.sprite-icon.motor-ad-camera3x {
    width: 57px;
    height: 51px;
}
.png.sprite-icon.motor-ad-camera3x {
    background-position: -992px -229px;
}

.sprite-icon.sms-verified.x2 {
    width: 52px;
    height: 54px;
}
.png.sprite-icon.sms-verified.x2 {
    background-position: -992px -280px;
}

.sprite-icon.small-openinghours.x3 {
    width: 54px;
    height: 54px;
}
.png.sprite-icon.small-openinghours.x3 {
    background-position: -992px -334px;
}

.sprite-icon.plus3x {
    width: 51px;
    height: 54px;
}
.png.sprite-icon.plus3x {
    background-position: -992px -388px;
}

.sprite-icon.motor-nct.x2 {
    width: 54px;
    height: 24px;
}
.png.sprite-icon.motor-nct.x2 {
    background-position: -992px -442px;
}

.sprite-icon.motor-brand.x3 {
    width: 45px;
    height: 54px;
}
.png.sprite-icon.motor-brand.x3 {
    background-position: -992px -466px;
}

.sprite-icon.clipboard2x {
    width: 48px;
    height: 54px;
}
.png.sprite-icon.clipboard2x {
    background-position: -992px -520px;
}

.sprite-icon.address-verified.x2 {
    width: 52px;
    height: 54px;
}
.png.sprite-icon.address-verified.x2 {
    background-position: -992px -574px;
}

.sprite-icon.unpaid2x {
    width: 52px;
    height: 40px;
}
.png.sprite-icon.unpaid2x {
    background-position: -992px -628px;
}

.sprite-icon.touch_dealer_avatar2x {
    width: 50px;
    height: 52px;
}
.png.sprite-icon.touch_dealer_avatar2x {
    background-position: -992px -668px;
}

.sprite-icon.pending-verified.x2 {
    width: 52px;
    height: 52px;
}
.png.sprite-icon.pending-verified.x2 {
    background-position: -992px -720px;
}

.sprite-icon.peek-chevron-hover-right2x {
    width: 32px;
    height: 52px;
}
.png.sprite-icon.peek-chevron-hover-right2x {
    background-position: -992px -772px;
}

.sprite-icon.peek-chevron-hover-left2x {
    width: 32px;
    height: 52px;
}
.png.sprite-icon.peek-chevron-hover-left2x {
    background-position: -992px -824px;
}

.sprite-icon.email-verified.x2 {
    width: 52px;
    height: 52px;
}
.png.sprite-icon.email-verified.x2 {
    background-position: -992px -876px;
}

.sprite-icon.report-icon.x3 {
    width: 51px;
    height: 51px;
}
.png.sprite-icon.report-icon.x3 {
    background-position: -935px -380px;
}

.sprite-icon.motor-doors.x3 {
    width: 42px;
    height: 51px;
}
.png.sprite-icon.motor-doors.x3 {
    background-position: -935px -431px;
}

.sprite-icon.location-pin.x3 {
    width: 36px;
    height: 51px;
}
.png.sprite-icon.location-pin.x3 {
    background-position: -935px -482px;
}

.sprite-icon.location-pin-orange.x3 {
    width: 36px;
    height: 51px;
}
.png.sprite-icon.location-pin-orange.x3 {
    background-position: -935px -533px;
}

.sprite-icon.sold-icon2x {
    width: 48px;
    height: 50px;
}
.png.sprite-icon.sold-icon2x {
    background-position: -935px -584px;
}

.sprite-icon.watched.x2 {
    width: 48px;
    height: 34px;
}
.png.sprite-icon.watched.x2 {
    background-position: -935px -634px;
}

.sprite-icon.watch.x2 {
    width: 48px;
    height: 34px;
}
.png.sprite-icon.watch.x2 {
    background-position: -935px -668px;
}

.sprite-icon.verified.x2 {
    width: 48px;
    height: 48px;
}
.png.sprite-icon.verified.x2 {
    background-position: -935px -702px;
}

.sprite-icon.plus-down3x {
    width: 48px;
    height: 9px;
}
.png.sprite-icon.plus-down3x {
    background-position: -992px -928px;
}

.sprite-icon.photos.x3 {
    width: 48px;
    height: 42px;
}
.png.sprite-icon.photos.x3 {
    background-position: -935px -750px;
}

.sprite-icon.motor-transmission.x2 {
    width: 48px;
    height: 48px;
}
.png.sprite-icon.motor-transmission.x2 {
    background-position: -935px -792px;
}

.sprite-icon.motor-colour2x {
    width: 48px;
    height: 48px;
}
.png.sprite-icon.motor-colour2x {
    background-position: -935px -840px;
}

.sprite-icon.label.x2 {
    width: 48px;
    height: 48px;
}
.png.sprite-icon.label.x2 {
    background-position: -194px -852px;
}

.sprite-icon.close-modal2x {
    width: 48px;
    height: 48px;
}
.png.sprite-icon.close-modal2x {
    background-position: -242px -852px;
}

.sprite-icon.close-modal-hover2x {
    width: 48px;
    height: 48px;
}
.png.sprite-icon.close-modal-hover2x {
    background-position: -290px -852px;
}

.sprite-icon.chevron.x3 {
    width: 48px;
    height: 30px;
}
.png.sprite-icon.chevron.x3 {
    background-position: -369px -208px;
}

.sprite-icon.chevron.down.x3 {
    width: 48px;
    height: 30px;
}
.png.sprite-icon.chevron.down.x3 {
    background-position: -324px -241px;
}

.sprite-icon.chevron-right.x3 {
    width: 30px;
    height: 48px;
}
.png.sprite-icon.chevron-right.x3 {
    background-position: -889px -70px;
}

.sprite-icon.whatsapp {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.whatsapp {
    background-position: -889px -118px;
}

.desktop .sprite-icon.twitter:hover {
    width: 46px;
    height: 46px;
}
.desktop .png.sprite-icon.twitter:hover {
    background-position: -889px -164px;
}

.sprite-icon.twitter {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.twitter {
    background-position: -889px -210px;
}

.desktop .sprite-icon.twitter-user:hover {
    width: 46px;
    height: 46px;
}
.desktop .png.sprite-icon.twitter-user:hover {
    background-position: -889px -256px;
}

.sprite-icon.twitter-user {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.twitter-user {
    background-position: -889px -302px;
}

.touch .sprite-icon.motor-warranty-badge {
    width: 37px;
    height: 46px;
}
.touch .png.sprite-icon.motor-warranty-badge {
    background-position: -889px -348px;
}

.touch .sprite-icon.motor-history-badge {
    width: 37px;
    height: 46px;
}
.touch .png.sprite-icon.motor-history-badge {
    background-position: -889px -394px;
}

.desktop .sprite-icon.pinterest:hover {
    width: 46px;
    height: 46px;
}
.desktop .png.sprite-icon.pinterest:hover {
    background-position: -889px -440px;
}

.sprite-icon.pinterest {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.pinterest {
    background-position: -889px -486px;
}

.sprite-icon.motor-warranty-badge {
    width: 37px;
    height: 46px;
}
.png.sprite-icon.motor-warranty-badge {
    background-position: -889px -532px;
}

.sprite-icon.motor-history-badge {
    width: 37px;
    height: 46px;
}
.png.sprite-icon.motor-history-badge {
    background-position: -889px -578px;
}

.sprite-icon.motor-engine.x2 {
    width: 46px;
    height: 36px;
}
.png.sprite-icon.motor-engine.x2 {
    background-position: -889px -624px;
}

.desktop .sprite-icon.googleplus:hover {
    width: 46px;
    height: 46px;
}
.desktop .png.sprite-icon.googleplus:hover {
    background-position: -889px -660px;
}

.sprite-icon.googleplus {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.googleplus {
    background-position: -889px -706px;
}

.desktop .sprite-icon.facebook:hover {
    width: 46px;
    height: 46px;
}
.desktop .png.sprite-icon.facebook:hover {
    background-position: -889px -752px;
}

.sprite-icon.facebook {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.facebook {
    background-position: -889px -798px;
}

.desktop .sprite-icon.facebook-user:hover {
    width: 46px;
    height: 46px;
}
.desktop .png.sprite-icon.facebook-user:hover {
    background-position: -338px -852px;
}

.sprite-icon.facebook-user {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.facebook-user {
    background-position: -384px -852px;
}

.desktop .sprite-icon.email:hover {
    width: 46px;
    height: 46px;
}
.desktop .png.sprite-icon.email:hover {
    background-position: -430px -852px;
}

.sprite-icon.email {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.email {
    background-position: -476px -852px;
}

.sprite-icon.motor-colour.x3 {
    width: 33px;
    height: 45px;
}
.png.sprite-icon.motor-colour.x3 {
    background-position: -228px -207px;
}

.sprite-icon.watched-dark.x2 {
    width: 44px;
    height: 30px;
}
.png.sprite-icon.watched-dark.x2 {
    background-position: -372px -241px;
}

.sprite-icon.watch-dark.x2 {
    width: 44px;
    height: 30px;
}
.png.sprite-icon.watch-dark.x2 {
    background-position: -501px -630px;
}

.sprite-icon.tips-white {
    width: 44px;
    height: 44px;
}
.png.sprite-icon.tips-white {
    background-position: -614px -852px;
}

.sprite-icon.tips {
    width: 43px;
    height: 43px;
}
.png.sprite-icon.tips {
    background-position: -658px -852px;
}

.sprite-icon.motor-annual-tax {
    width: 43px;
    height: 24px;
}
.png.sprite-icon.motor-annual-tax {
    background-position: -578px -531px;
}

.sprite-icon.tips.down {
    width: 41px;
    height: 42px;
}
.png.sprite-icon.tips.down {
    background-position: -701px -852px;
}

.sprite-icon.tip.x2 {
    width: 30px;
    height: 42px;
}
.png.sprite-icon.tip.x2 {
    background-position: -678px -555px;
}

.sprite-icon.motor-year.x2 {
    width: 38px;
    height: 42px;
}
.png.sprite-icon.motor-year.x2 {
    background-position: -742px -852px;
}

.sprite-icon.motor-year2x {
    width: 38px;
    height: 42px;
}
.png.sprite-icon.motor-year2x {
    background-position: -780px -852px;
}

.sprite-icon.motor-model.x2 {
    width: 42px;
    height: 34px;
}
.png.sprite-icon.motor-model.x2 {
    background-position: -818px -852px;
}

.sprite-icon.arrow.x2 {
    width: 38px;
    height: 42px;
}
.png.sprite-icon.arrow.x2 {
    background-position: -60px -906px;
}

.sprite-icon.website-orange {
    width: 41px;
    height: 41px;
}
.png.sprite-icon.website-orange {
    background-position: -98px -906px;
}

.sprite-icon.opening-hours {
    width: 41px;
    height: 41px;
}
.png.sprite-icon.opening-hours {
    background-position: -139px -906px;
}

.sprite-icon.location-pin-orange-bordered {
    width: 41px;
    height: 41px;
}
.png.sprite-icon.location-pin-orange-bordered {
    background-position: -180px -906px;
}

.sprite-icon.touch_motor_share2x {
    width: 36px;
    height: 40px;
}
.png.sprite-icon.touch_motor_share2x {
    background-position: -852px -770px;
}

.touch .sprite-icon.map-pin {
    width: 26px;
    height: 40px;
}
.touch .png.sprite-icon.map-pin {
    background-position: -1024px -772px;
}

.sprite-icon.motor-mileage.x2 {
    width: 40px;
    height: 34px;
}
.png.sprite-icon.motor-mileage.x2 {
    background-position: -860px -852px;
}

.sprite-icon.close-peek2x {
    width: 40px;
    height: 38px;
}
.png.sprite-icon.close-peek2x {
    background-position: -221px -906px;
}

.sprite-icon.close-peek-hover2x {
    width: 40px;
    height: 38px;
}
.png.sprite-icon.close-peek-hover2x {
    background-position: -261px -906px;
}

.sprite-icon.share.x2 {
    width: 34px;
    height: 38px;
}
.png.sprite-icon.share.x2 {
    background-position: -301px -906px;
}

.sprite-icon.peg-man {
    width: 22px;
    height: 38px;
}
.png.sprite-icon.peg-man {
    background-position: -1024px -824px;
}

.sprite-icon.motor-ad-camera2x {
    width: 38px;
    height: 34px;
}
.png.sprite-icon.motor-ad-camera2x {
    background-position: -335px -906px;
}

.sprite-icon.motor-tax-expiry {
    width: 37px;
    height: 26px;
}
.png.sprite-icon.motor-tax-expiry {
    background-position: -545px -630px;
}

.sprite-icon.x.x3 {
    width: 33px;
    height: 36px;
}
.png.sprite-icon.x.x3 {
    background-position: 0 -957px;
}

.sprite-icon.small-openinghours.x2 {
    width: 36px;
    height: 36px;
}
.png.sprite-icon.small-openinghours.x2 {
    background-position: -33px -957px;
}

.sprite-icon.plus2x {
    width: 34px;
    height: 36px;
}
.png.sprite-icon.plus2x {
    background-position: -69px -957px;
}

.sprite-icon.motor-brand.x2 {
    width: 30px;
    height: 36px;
}
.png.sprite-icon.motor-brand.x2 {
    background-position: -103px -957px;
}

.sprite-icon.chevron-up3x {
    width: 36px;
    height: 24px;
}
.png.sprite-icon.chevron-up3x {
    background-position: -621px -531px;
}

.sprite-icon.report-icon.x2 {
    width: 34px;
    height: 34px;
}
.png.sprite-icon.report-icon.x2 {
    background-position: -900px -852px;
}

.sprite-icon.motor-doors.x2 {
    width: 28px;
    height: 34px;
}
.png.sprite-icon.motor-doors.x2 {
    background-position: -860px -373px;
}

.sprite-icon.motor-body {
    width: 34px;
    height: 19px;
}
.png.sprite-icon.motor-body {
    background-position: -992px -937px;
}

.sprite-icon.location-pin.x2 {
    width: 24px;
    height: 34px;
}
.png.sprite-icon.location-pin.x2 {
    background-position: -860px -407px;
}

.sprite-icon.location-pin-orange.x2 {
    width: 24px;
    height: 34px;
}
.png.sprite-icon.location-pin-orange.x2 {
    background-position: -551px -276px;
}

.touch .sprite-icon.whatsapp {
    width: 33px;
    height: 33px;
}
.touch .png.sprite-icon.whatsapp {
    background-position: -373px -906px;
}

.touch .sprite-icon.twitter {
    width: 33px;
    height: 33px;
}
.touch .png.sprite-icon.twitter {
    background-position: -406px -906px;
}

.touch .sprite-icon.pinterest {
    width: 33px;
    height: 33px;
}
.touch .png.sprite-icon.pinterest {
    background-position: -439px -906px;
}

.touch .sprite-icon.messenger {
    width: 33px;
    height: 33px;
}
.touch .png.sprite-icon.messenger {
    background-position: -472px -906px;
}

.touch .sprite-icon.googleplus {
    width: 33px;
    height: 33px;
}
.touch .png.sprite-icon.googleplus {
    background-position: -505px -906px;
}

.touch .sprite-icon.facebook {
    width: 33px;
    height: 33px;
}
.touch .png.sprite-icon.facebook {
    background-position: -538px -906px;
}

.touch .sprite-icon.email {
    width: 33px;
    height: 33px;
}
.touch .png.sprite-icon.email {
    background-position: -571px -906px;
}

.sprite-icon.back-arrow {
    width: 33px;
    height: 33px;
}
.png.sprite-icon.back-arrow {
    background-position: -604px -906px;
}

.sprite-icon.simi-logo {
    width: 28px;
    height: 32px;
}
.png.sprite-icon.simi-logo {
    background-position: -852px -810px;
}

.sprite-icon.plus-down2x {
    width: 32px;
    height: 6px;
}
.png.sprite-icon.plus-down2x {
    background-position: -935px -888px;
}

.sprite-icon.photos.x2 {
    width: 32px;
    height: 28px;
}
.png.sprite-icon.photos.x2 {
    background-position: -637px -906px;
}

.sprite-icon.chevron.x2 {
    width: 32px;
    height: 20px;
}
.png.sprite-icon.chevron.x2 {
    background-position: -716px -656px;
}

.sprite-icon.chevron.down.x2 {
    width: 32px;
    height: 20px;
}
.png.sprite-icon.chevron.down.x2 {
    background-position: -748px -656px;
}

.sprite-icon.chevron-right.x2 {
    width: 20px;
    height: 32px;
}
.png.sprite-icon.chevron-right.x2 {
    background-position: -971px -482px;
}

.sprite-icon.motor-year {
    width: 28px;
    height: 31px;
}
.png.sprite-icon.motor-year {
    background-position: -133px -957px;
}

.sprite-icon.check-packages {
    width: 31px;
    height: 25px;
}
.png.sprite-icon.check-packages {
    background-position: -582px -630px;
}

.touch .sprite-icon.motor-body {
    width: 30px;
    height: 17px;
}
.touch .png.sprite-icon.motor-body {
    background-position: -657px -531px;
}

.sprite-icon.motor-transmission {
    width: 30px;
    height: 30px;
}
.png.sprite-icon.motor-transmission {
    background-position: -161px -957px;
}

.sprite-icon.motor-mileage {
    width: 30px;
    height: 25px;
}
.png.sprite-icon.motor-mileage {
    background-position: -613px -630px;
}

.sprite-icon.motor-colour.x2 {
    width: 22px;
    height: 30px;
}
.png.sprite-icon.motor-colour.x2 {
    background-position: -551px -310px;
}

.sprite-icon.motor-colour {
    width: 30px;
    height: 30px;
}
.png.sprite-icon.motor-colour {
    background-position: -191px -957px;
}

.sprite-icon.mod-icon {
    width: 27px;
    height: 29px;
}
.png.sprite-icon.mod-icon {
    background-position: -551px -340px;
}

.sprite-icon.touch-motor-nct {
    width: 28px;
    height: 12px;
}
.png.sprite-icon.touch-motor-nct {
    background-position: -1024px -812px;
}

.sprite-icon.swaps-sprite {
    width: 28px;
    height: 13px;
}
.png.sprite-icon.swaps-sprite {
    background-position: -1024px -862px;
}

.sprite-icon.motor-nct {
    width: 28px;
    height: 12px;
}
.png.sprite-icon.motor-nct {
    background-position: -935px -894px;
}

.sprite-icon.motor-model {
    width: 28px;
    height: 22px;
}
.png.sprite-icon.motor-model {
    background-position: -534px -606px;
}

.sprite-icon.touch_motor-nct {
    width: 27px;
    height: 12px;
}
.png.sprite-icon.touch_motor-nct {
    background-position: -963px -894px;
}

.sprite-icon.sms-verified {
    width: 26px;
    height: 27px;
}
.png.sprite-icon.sms-verified {
    background-position: -551px -369px;
}

.sprite-icon.motor-brand {
    width: 22px;
    height: 27px;
}
.png.sprite-icon.motor-brand {
    background-position: -417px -208px;
}

.sprite-icon.clipboard {
    width: 24px;
    height: 27px;
}
.png.sprite-icon.clipboard {
    background-position: -416px -241px;
}

.sprite-icon.address-verified {
    width: 26px;
    height: 27px;
}
.png.sprite-icon.address-verified {
    background-position: -414px -279px;
}

.sprite-icon.unpaid {
    width: 26px;
    height: 20px;
}
.png.sprite-icon.unpaid {
    background-position: -780px -656px;
}

.sprite-icon.touch_dealer_avatar {
    width: 25px;
    height: 26px;
}
.png.sprite-icon.touch_dealer_avatar {
    background-position: -414px -306px;
}

.touch .sprite-icon.motor-transmission {
    width: 26px;
    height: 26px;
}
.touch .png.sprite-icon.motor-transmission {
    background-position: -414px -332px;
}

.sprite-icon.quarantined {
    width: 26px;
    height: 25px;
}
.png.sprite-icon.quarantined {
    background-position: -414px -358px;
}

.sprite-icon.pending-verified {
    width: 26px;
    height: 26px;
}
.png.sprite-icon.pending-verified {
    background-position: -414px -383px;
}

.desktop .sprite-icon.peek-chevron-right:hover {
    width: 16px;
    height: 26px;
}
.desktop .png.sprite-icon.peek-chevron-right:hover {
    background-position: -971px -533px;
}

.sprite-icon.peek-chevron-right {
    width: 16px;
    height: 26px;
}
.png.sprite-icon.peek-chevron-right {
    background-position: -919px -70px;
}

.desktop .sprite-icon.peek-chevron-left:hover {
    width: 16px;
    height: 26px;
}
.desktop .png.sprite-icon.peek-chevron-left:hover {
    background-position: -790px -460px;
}

.sprite-icon.peek-chevron-left {
    width: 16px;
    height: 26px;
}
.png.sprite-icon.peek-chevron-left {
    background-position: -790px -486px;
}

.sprite-icon.peek-chevron-hover-right {
    width: 16px;
    height: 26px;
}
.png.sprite-icon.peek-chevron-hover-right {
    background-position: -790px -512px;
}

.sprite-icon.peek-chevron-hover-left {
    width: 16px;
    height: 26px;
}
.png.sprite-icon.peek-chevron-hover-left {
    background-position: -790px -552px;
}

.sprite-icon.motor-doors {
    width: 26px;
    height: 23px;
}
.png.sprite-icon.motor-doors {
    background-position: -552px -417px;
}

.sprite-icon.email-verified {
    width: 26px;
    height: 26px;
}
.png.sprite-icon.email-verified {
    background-position: -552px -440px;
}

.sprite-icon.dealer-icon {
    width: 25px;
    height: 26px;
}
.png.sprite-icon.dealer-icon {
    background-position: -552px -466px;
}

.sprite-icon.sold-icon {
    width: 24px;
    height: 25px;
}
.png.sprite-icon.sold-icon {
    background-position: -552px -492px;
}

.sprite-icon.x.x2 {
    width: 22px;
    height: 24px;
}
.png.sprite-icon.x.x2 {
    background-position: -552px -517px;
}

.sprite-icon.watched {
    width: 24px;
    height: 17px;
}
.png.sprite-icon.watched {
    background-position: -1026px -937px;
}

.sprite-icon.watch {
    width: 24px;
    height: 17px;
}
.png.sprite-icon.watch {
    background-position: -687px -531px;
}

.sprite-icon.verified {
    width: 24px;
    height: 24px;
}
.png.sprite-icon.verified {
    background-position: -643px -630px;
}

.touch .sprite-icon.motor-colour {
    width: 24px;
    height: 24px;
}
.touch .png.sprite-icon.motor-colour {
    background-position: -667px -630px;
}

.sprite-icon.label {
    width: 24px;
    height: 24px;
}
.png.sprite-icon.label {
    background-position: -691px -630px;
}

.desktop .sprite-icon.close-modal:hover {
    width: 24px;
    height: 24px;
}
.desktop .png.sprite-icon.close-modal:hover {
    background-position: -669px -906px;
}

.sprite-icon.close-modal {
    width: 24px;
    height: 24px;
}
.png.sprite-icon.close-modal {
    background-position: -693px -906px;
}

.sprite-icon.close-modal-hover {
    width: 24px;
    height: 24px;
}
.png.sprite-icon.close-modal-hover {
    background-position: -717px -906px;
}

.sprite-icon.chevron-up2x {
    width: 24px;
    height: 16px;
}
.png.sprite-icon.chevron-up2x {
    background-position: -551px -396px;
}

.sprite-icon.bullet3x {
    width: 21px;
    height: 24px;
}
.png.sprite-icon.bullet3x {
    background-position: -971px -559px;
}

.sprite-icon.upsell {
    width: 23px;
    height: 14px;
}
.png.sprite-icon.upsell {
    background-position: -356px -188px;
}

.touch .sprite-icon.motor-engine {
    width: 23px;
    height: 18px;
}
.touch .png.sprite-icon.motor-engine {
    background-position: -138px -258px;
}

.sprite-icon.motor-engine {
    width: 23px;
    height: 18px;
}
.png.sprite-icon.motor-engine {
    background-position: -161px -258px;
}

.sprite-icon.watched-dark {
    width: 22px;
    height: 15px;
}
.png.sprite-icon.watched-dark {
    background-position: -184px -258px;
}

.sprite-icon.watch-dark {
    width: 22px;
    height: 15px;
}
.png.sprite-icon.watch-dark {
    background-position: -206px -258px;
}

.touch .sprite-icon.motor-year {
    width: 19px;
    height: 21px;
}
.touch .png.sprite-icon.motor-year {
    background-position: -243px -36px;
}

.touch .sprite-icon.motor-model {
    width: 21px;
    height: 17px;
}
.touch .png.sprite-icon.motor-model {
    background-position: -971px -514px;
}

.sprite-icon.tip {
    width: 15px;
    height: 21px;
}
.png.sprite-icon.tip {
    background-position: -1037px -466px;
}

.sprite-icon.arrow {
    width: 19px;
    height: 21px;
}
.png.sprite-icon.arrow {
    background-position: -562px -606px;
}

.sprite-icon.touch_motor_share {
    width: 18px;
    height: 20px;
}
.png.sprite-icon.touch_motor_share {
    background-position: -790px -578px;
}

.touch .sprite-icon.motor-mileage {
    width: 20px;
    height: 17px;
}
.touch .png.sprite-icon.motor-mileage {
    background-position: -581px -606px;
}

.sprite-icon.message-dealer {
    width: 20px;
    height: 16px;
}
.png.sprite-icon.message-dealer {
    background-position: -601px -606px;
}

.sprite-icon.close-peek {
    width: 20px;
    height: 19px;
}
.png.sprite-icon.close-peek {
    background-position: -741px -906px;
}

.sprite-icon.close-peek-hover {
    width: 20px;
    height: 19px;
}
.png.sprite-icon.close-peek-hover {
    background-position: -761px -906px;
}

.touch .sprite-icon.motor-ad-camera {
    width: 19px;
    height: 17px;
}
.touch .png.sprite-icon.motor-ad-camera {
    background-position: -781px -906px;
}

.sprite-icon.small_green_check {
    width: 19px;
    height: 16px;
}
.png.sprite-icon.small_green_check {
    background-position: -621px -606px;
}

.sprite-icon.share {
    width: 17px;
    height: 19px;
}
.png.sprite-icon.share {
    background-position: -790px -598px;
}

.sprite-icon.motor-ad-camera {
    width: 19px;
    height: 17px;
}
.png.sprite-icon.motor-ad-camera {
    background-position: -800px -906px;
}

.touch .sprite-icon.motor-brand {
    width: 15px;
    height: 18px;
}
.touch .png.sprite-icon.motor-brand {
    background-position: -1037px -487px;
}

.sprite-icon.small-openinghours {
    width: 18px;
    height: 18px;
}
.png.sprite-icon.small-openinghours {
    background-position: -790px -617px;
}

.sprite-icon.plus {
    width: 17px;
    height: 18px;
}
.png.sprite-icon.plus {
    background-position: -221px -957px;
}

.sprite-icon.opening-hours-motor-profile {
    width: 18px;
    height: 18px;
}
.png.sprite-icon.opening-hours-motor-profile {
    background-position: -238px -957px;
}

.sprite-icon.extras-icon {
    width: 17px;
    height: 18px;
}
.png.sprite-icon.extras-icon {
    background-position: -256px -957px;
}

.sprite-icon.touch-motor-doors {
    width: 12px;
    height: 17px;
}
.png.sprite-icon.touch-motor-doors {
    background-position: -1040px -520px;
}

.sprite-icon.report-icon {
    width: 17px;
    height: 17px;
}
.png.sprite-icon.report-icon {
    background-position: -819px -906px;
}

.sprite-icon.location-pin {
    width: 12px;
    height: 17px;
}
.png.sprite-icon.location-pin {
    background-position: -1040px -537px;
}

.sprite-icon.location-pin-orange {
    width: 12px;
    height: 17px;
}
.png.sprite-icon.location-pin-orange {
    background-position: -1040px -554px;
}

.sprite-icon.adverts_a {
    width: 15px;
    height: 17px;
}
.png.sprite-icon.adverts_a {
    background-position: -977px -431px;
}

.sprite-icon.plus-down {
    width: 16px;
    height: 3px;
}
.png.sprite-icon.plus-down {
    background-position: -967px -888px;
}

.sprite-icon.photos {
    width: 16px;
    height: 14px;
}
.png.sprite-icon.photos {
    background-position: -919px -96px;
}

.sprite-icon.mini-chevron.down {
    width: 16px;
    height: 10px;
}
.png.sprite-icon.mini-chevron.down {
    background-position: -860px -441px;
}

.sprite-icon.green-tick {
    width: 16px;
    height: 13px;
}
.png.sprite-icon.green-tick {
    background-position: -808px -757px;
}

.sprite-icon.chevron.down {
    width: 16px;
    height: 10px;
}
.png.sprite-icon.chevron.down {
    background-position: -824px -757px;
}

.sprite-icon.chevron {
    width: 16px;
    height: 10px;
}
.png.sprite-icon.chevron {
    background-position: -840px -757px;
}

.sprite-icon.chevron-right {
    width: 10px;
    height: 16px;
}
.png.sprite-icon.chevron-right {
    background-position: -1042px -668px;
}

.sprite-icon.bullet2x {
    width: 14px;
    height: 16px;
}
.png.sprite-icon.bullet2x {
    background-position: -977px -448px;
}

.sprite-icon.positive-thumb {
    width: 15px;
    height: 15px;
}
.png.sprite-icon.positive-thumb {
    background-position: -1037px -505px;
}

.sprite-icon.negative-thumb {
    width: 15px;
    height: 15px;
}
.png.sprite-icon.negative-thumb {
    background-position: -977px -464px;
}

.sprite-icon.x-close {
    width: 14px;
    height: 14px;
}
.png.sprite-icon.x-close {
    background-position: -874px -735px;
}

.sprite-icon.red-x {
    width: 12px;
    height: 13px;
}
.png.sprite-icon.red-x {
    background-position: -980px -68px;
}

.sprite-icon.facebook_f {
    width: 13px;
    height: 13px;
}
.png.sprite-icon.facebook_f {
    background-position: -790px -538px;
}

.sprite-icon.x {
    width: 11px;
    height: 12px;
}
.png.sprite-icon.x {
    background-position: -980px -81px;
}

.sprite-icon.mini-chevron {
    width: 12px;
    height: 8px;
}
.png.sprite-icon.mini-chevron {
    background-position: -1040px -928px;
}

.sprite-icon.chevron-up {
    width: 12px;
    height: 8px;
}
.png.sprite-icon.chevron-up {
    background-position: -980px -93px;
}

.sprite-icon.ad-placement-point {
    width: 11px;
    height: 11px;
}
.png.sprite-icon.ad-placement-point {
    background-position: -980px -101px;
}

.sprite-icon.ad-placement-point-active {
    width: 11px;
    height: 11px;
}
.png.sprite-icon.ad-placement-point-active {
    background-position: -980px -112px;
}

.sprite-icon.bullet {
    width: 7px;
    height: 8px;
}
.png.sprite-icon.bullet {
    background-position: -1043px -172px;
}
/**
 * Inbox related styles.
 */

/* Tabs */
#inbox-tabs {
    height: 40px;
    list-style: none;
    padding-left: 10px;
    margin: 25px 7px 10px;
    background: url(../../../i/inbox_broken_divider.png) 0 39px repeat-x;
}

#inbox-tabs li.tab {
    display: block;
    float: left;
    min-width: 45px;
    cursor: pointer;
    padding: 0;
    margin: 0 5px;
    background: url(../../../i/tab-btn-sprite.png) right -80px repeat-x;
}

#inbox-tabs li.active, 
#inbox-tabs li.inactive:hover {
    background: url(../../../i/tab-btn-sprite.png) right 0 repeat-x;
}

#inbox-tabs li.tab a {
    height: 20px;
    padding: 10px 20px;
    display: inline-block;
    
    float: left;
    
    background: url(../../../i/tab-btn-sprite.png) -195px -120px repeat-x;
    
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    color: #647682;
}

#inbox-tabs li.active a, #inbox-tabs li.inactive:hover a {
    color: black;
    background: url(../../../i/tab-btn-sprite.png) -195px -40px repeat-x;
}

/* Buttons */
#inbox-tabs li.button, #inbox-header li.button {
	float: right;
	margin: 3px 0 0 6px;
    padding: 0 0;
    height: 26px;
    cursor: pointer;
    text-align: center;
	font-weight: bold;
    font-size: 12px;
    background: url(../../../i/inbox-btn-sprite.gif) right top no-repeat;
}

#inbox-tabs li.button a, #inbox-header li.button a {
	display: inline-block;
	height: 18px;
	padding: 4px 10px;
	color: #647682;
	text-decoration: none;
    background: url(../../../i/inbox-btn-sprite.gif) -144px -26px no-repeat;
}

#inbox-tabs li.button:hover, #inbox-header li.button:hover {
    background: url(../../../i/inbox-btn-sprite.gif) right -78px no-repeat;
}

#inbox-tabs li.button:hover a, #inbox-header li.button:hover a {
    background: url(../../../i/inbox-btn-sprite.gif) -144px -104px no-repeat;
    color: black;
}

#inbox-header li.button.facingright {
    background: url(../../../i/button-right-active.png) left top no-repeat;
}

#inbox-header li.button.facingright:hover {
    background: url(../../../i/button-right-hover.png) left top no-repeat;
}

#inbox-header li.lhs{
	float: left;
}

/* Error display */
#inbox-tabs #pmErrorHolder,
#inbox-tabs #commentErrorHolder {
	background: none;
}

#inbox-tabs li#pmErrorHolder.error,
#inbox-tabs li#commentErrorHolder.error {
	display: inline-block;
    height: 18px;
    padding: 4px 10px;
    color: red;
}


#messageForm {
    margin-bottom: 10px;
}

/* Header */
#inbox-header {
	margin: 0 7px;
	padding: 0 0 10px 0;
	border-bottom: #dddddd solid 1px;
}

#inbox-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#inbox-header li {
	margin: 0;
    padding: 0;
}

/* Back button */
#inbox-header li.back {
	margin-left: 0;
	float: left;
	margin-right: 20px;
}

#inbox-header li.back a {
	padding-left: 20px;
    background: url(../../../i/inbox-btn-sprite.gif) -134px -52px no-repeat;
}

#inbox-header li.back:hover a {
	background: url(../../../i/inbox-btn-sprite.gif) -134px -130px no-repeat;
}

/* PM navigation */
#inbox-header li#previous a{
	padding-left: 20px;
    background: url(../../../i/pm_nav_backstub.png) no-repeat;
}
#inbox-header li#previous:hover a{
    padding-left: 20px;
    background: url(../../../i/pm_nav_backstub_active.png) no-repeat;
}
#inbox-header li#next a{
    padding-right: 20px;
    background: url(../../../i/pm_nav_forewordstub.png) right no-repeat;
}
#inbox-header li#next:hover a{
    background: url(../../../i/pm2_nav_forewordstub_active.png) right no-repeat;
}


/* Selecting PMs */
#inbox-header li.right {
    float: right;
    overflow: hidden;
    list-style: none;
    font-size: 12px;
    margin-top: 8px;
    width: 186px;
    height: 20px;
}

#inbox-header li.right span {
	float: left;
}

#inbox-header li.right li {
    float: left;
    overflow: hidden;
    list-style: none;
    font-size: 12px;
}

#inbox-header li.right span.selector {
	color: #647682;
	font-weight: bold;
    margin-right: 4px;
}

/* Displaying PMs */
.pm_post {
    margin-left: 7px;
    width: 940px;
}

.pm_post .pm_content {
    border-bottom: #dddddd solid 1px;
}

.pm_post .contentWrap {
    margin: 2px 0;
}

.pm_post .content .post-text {
    height: 87px;
    overflow-y: hidden;
}

#detailPost .content .post-text{
    height: auto;
}

.pm_post .pm_content.new .contentWrap {
    background: #f5f5f5;
}

.pm_post .pm_content .nonContent {
    width: 128px;
    height: 92px;
    padding: 13px 0;
    float: left;
}

.pm_post .pm_content .nonContent a {
    text-decoration: none;
}

.pm_post .pm_content .nonContent img {
    border: #dddddd solid 1px;
}

.pm_post .pm_content .nonContent .check {
    float: left;
    margin-top: 38px;
    margin-right: 9px;
}

.pm_post .pm_content .content {
    padding: 13px 0;
    float: left;
    width: 795px;
    overflow: hidden;
}

#detailPost .pm_content {
    border-bottom: none;
}

#detailPost .post-text{
    height: auto; 
}

.pm_post .post-text h2 {
    font-size: 16px;
    margin: 10px 0 0 0;
}

.pm_post .post-text h2 .readHead {
    font-weight: normal;
}

/*
 * Empty inbox
 */
.pm_post.empty .contentWrap {
    height: 100px;
}

.pm_post.empty .contentWrap h4 {
    width: 350px;
    margin: 0 auto;
    padding: 42px 0;
    font-size: 16px;
}

/*
 * PM post detail
 */
#detailPost .nonContent img {
    margin-left: 20px;
}

#detailPost .contact-form {
    width: 763px;
    min-height: 0;
    margin-right: 0;
}

.post-text #replyForm {
	margin-top: 15px;
}

#replyForm h2 {
	margin-bottom: 10px;
}

.wide-template.category-select #main {
    margin-top: 13px;
    min-height: 600px;
    width: 980px;
    border: none;
}

.wide-template.desktop #container_wrapper .main-holder {
    width: 961px;
    margin-left: 0px;
}

.wide-template.category-select #container_wrapper #category-crumbs a#all-link.category {
    cursor: pointer;
}
.visible {
   visibility: visible !important;
}

.wide-template.category-select #main a {
    outline-color: #02ccda;
}

/*
 * Icons
 */
.wide-template.category-select .clipboard {
    margin-top: -6px;
    margin-right: 9px;
}
/*
 * Category select list section
 */
.wide-template.category-select #cat-select-section {
    display: none;
}

.wide-template.category-select #cat-select-section #category-list-header {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 12px;
    margin-bottom: 10px;
}

.wide-template.category-select #cat-select-section #category-list-header .cat-hide-text {
    font-size: 18px !important;
    line-height: 30px;
    top: -5px;
    position: relative;
}

.wide-template.category-select #category-list-header .back-glyph {
    top: -4px;
    display: inline-block;
    position: relative;
    font-size: 30px;
}
.wide-template.category-select #category-list-header .clipboard {
    fill:#f309a2; 
}

.wide-template.category-select #cat-select-section #category-list-holder {
    margin-top: -20px;
    min-height: 563px;
}
.wide-template.category-select .category-list {
    margin-top: 9px;
    width: 100%;
}
.wide-template.category-select #cat-select-section #category-list-holder .cols-4 {
   padding-right: 8px;
   padding-left: 8px; 
}
.wide-template.category-select #cat-select-section #category-list-holder .cols-4:first-of-type {
   padding-left: 7px; 
   padding-right: 9px;
}
.wide-template.category-select #cat-select-section #category-list-holder .cols-4:last-of-type {
    padding-right: 7px;
    padding-left: 9px;
}


/*
 * Category links
 */
.wide-template.category-select #container_wrapper a.category {
    box-sizing: border-box;
    background-color: #f8f8f8;
    cursor: pointer;
    color: #4a90e2;
    display: block;
    font-weight: bold;
    font-size: 18px;
    height: 54px; 
    line-height: 54px;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 4px;
    text-overflow: ellipsis;
    text-align: center;
    width: 100%;

    -webkit-border-radius: 8px;
    -webkit-border-radius: 8px;

    -moz-border-radius: 8px;
    -moz-border-radius: 8px;

    border-radius: 8px;   
    border-radius: 8px;

    transition: background-color .2s linear;
}

.wide-template.category-select #container_wrapper a.category .label,
.wide-template.category-select #container_wrapper a.category .cat-breadcrumbs {
    transition: color .2s linear;
}

.wide-template.category-select #container_wrapper .category-list-show.ui-menu-item .cat-breadcrumbs {
    display: none;
}
.wide-template.category-select #container_wrapper .category-list-show.ui-menu-item .ui-state-hover,
.wide-template.category-select #container_wrapper .category-list-show.ui-menu-item .ui-state-focus,
.wide-template.category-select #container_wrapper a.category-list-show:hover,
.wide-template.category-select #container_wrapper a.category-list-show:focus, 
.wide-template.category-select #container_wrapper .category-list-show.ui-menu-item .ui-state-hover .label,
.wide-template.category-select #container_wrapper .category-list-show.ui-menu-item .ui-state-focus .label,
.wide-template.category-select #container_wrapper a.category-list-show:hover .label,
.wide-template.category-select #container_wrapper a.category-list-show:focus .label {
   color: #4990e2;
   background-color: #ffffff; 
   outline: 0;
   text-decoration: underline;
}

.wide-template.category-select #container_wrapper .category-list a.category {
    margin-bottom: 17px;
}
.wide-template.category-select #container_wrapper .ui-menu-item .ui-state-hover,
.wide-template.category-select #container_wrapper .ui-menu-item .ui-state-focus,
.wide-template.category-select #container_wrapper a.category:hover,
.wide-template.category-select #container_wrapper a.category:focus {
    background-color: #4990e2;
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    
    transition: background-color .1s linear;
}

.wide-template.category-select #container_wrapper .ui-menu-item .ui-state-hover .label,
.wide-template.category-select #container_wrapper .ui-menu-item .ui-state-focus .label,
.wide-template.category-select #container_wrapper a.category:hover .label,
.wide-template.category-select #container_wrapper a.category:focus .label {
    color: #fff;
    outline: 0;
}
.wide-template.category-select #container_wrapper a.category .cat-breadcrumbs {
    font-size: 15px;
    color: #9b9b9b;
    font-weight: normal;
}
.wide-template.category-select #container_wrapper .ui-menu-item .ui-state-hover .cat-breadcrumbs,
.wide-template.category-select #container_wrapper .ui-menu-item .ui-state-focus .cat-breadcrumbs,
.wide-template.category-select #container_wrapper a.category:hover .cat-breadcrumbs,
.wide-template.category-select #container_wrapper a.category:focus .cat-breadcrumbs {
    color: #afd4ff;
    outline: 0;
}
.wide-template.category-select #container_wrapper #category-search-suggestions a.category {
    line-height: 25px;
    height: 73px;
    padding: 9px 28px;
}
.wide-template.category-select #container_wrapper #category-search-suggestions a.category .cat-breadcrumbs {
    font-size: 15px;
}
.wide-template.category-select #container_wrapper #category-search-suggestions a.category .label {
    font-size: 18px;
}

/* Category List Toggle */
.wide-template.category-select #container_wrapper #category-search-suggestions li.category-list-show {
    padding-top: 2px;
}
.wide-template.category-select #container_wrapper #category-search-suggestions a.category-list-show {
    color: #4990e2;
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-left: 0px;
    width: 100%;
}
.wide-template.category-select #container_wrapper #category-search-suggestions .category-list-show:hover {
    text-decoration: underline;
}

.wide-template.category-select #container_wrapper .category-list-hide {
    display: none;
    color: #4990e2;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    left: 217px;
    position: absolute;
}

/* Category breadcrumbs */
.wide-template.category-select #container_wrapper #category-crumbs {
    padding-top: 4px;
    padding-bottom: 0px;
} 

.wide-template.category-select #container_wrapper #category-crumbs a.category {
    background-color: #ffffff;
    color: #4990e2;
    display: inline;
    font-size: 16px;
    padding: 17px 12px 16px;
    position: relative;
    margin-right: 20px;
    margin-left:4px;
}

.wide-template.category-select #container_wrapper #category-crumbs a.category:hover {
    text-decoration: underline;
}
.wide-template.category-select #container_wrapper #category-crumbs a.category:after {
    display: inline-block;
    top: -3px;
    right: -10px;
    width: 0px;
    content: '\203A';
    font-size: 20px;
    color: #4990e2;
    position: absolute;
}

.wide-template.category-select #container_wrapper #category-crumbs a.category:nth-of-type(2) {
    margin-left: 0px;
}
.wide-template.category-select #container_wrapper #category-crumbs a.category:last-of-type:hover,
.wide-template.category-select #container_wrapper #category-crumbs a.category:last-of-type {
    color: #4a4a4a;
}

.wide-template.category-select #container_wrapper #category-crumbs a.category:last-of-type:after {
    content: '';
    position: absolute;
}

/* Category Search */
.wide-template.category-select #container_wrapper #category-search-holder {
    width: 546px;
    margin: 20px auto 0px auto;
}

.wide-template.category-select #container_wrapper #category-search-holder #background-image-holder {
    display: block;
    width: 100%;
    height: 400px;
    left: 0px;
    position: absolute;
    top: 48px;
    z-index: 1;
    max-width: 100%;
}

.wide-template.category-select #container_wrapper #category-search-holder #background-image-holder img {
    position: relative;
}

.wide-template.category-select #container_wrapper #category-search-holder #background-image-holder .category-suggest-info-text {
    color: #4a4a4a;
    line-height: 34px;
    margin-left: 25%;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 50%;
    z-index: 99;
}

.wide-template.category-select #container_wrapper #category-search-holder #background-image-holder .category-suggest-info-text h2 {
    font-weight: bold;
    font-size: 20px;
}

.wide-template.category-select #container_wrapper #category-search-holder #category-search {
    background: #ffffff;
    box-sizing: border-box;
    border: solid 1px #949494;
    color: #464646;
    font-size: 18px;
    font-weight: bold;
    height: 75px;
    padding: 24px 0 22px 90px;
    position: relative;
    width: 100%;
    z-index: 2;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
    transition: all .16s linear;
}

.wide-template.category-select #container_wrapper #category-search-holder #category-search::-ms-clear {
    display: none;
}

.wide-template.category-select #container_wrapper #category-search-holder #category-search::-webkit-input-placeholder {
    color: #9b9b9b;
}

.wide-template.category-select #container_wrapper #category-search-holder #category-search:focus {
    outline: 0;
}

.wide-template.category-select #container_wrapper #category-search-button-holder {
    float: right;
    width: 109px;
    margin-right: 10px;
    position: relative;
    top: -67px;
    z-index: 4;
}

.wide-template.category-select #container_wrapper #category-search-x {
    cursor: pointer;
    display: none;
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 18px;
    margin-right: 18px;
    position: relative;
    z-index: 5;
}

.wide-template.category-select #container_wrapper #category-search-x .sprite-icon.x.x2 {
    width: 16px;
    height: 16px;
}
.wide-template.category-select #container_wrapper #category-search-label {
    float: left;
    position: absolute;
    top: 74px;
    left: 260px;
    z-index: 3;
}

#category-search-suggestions {
    width: 100%;
    position: absolute;
    visibility: hidden;
    z-index: 99;
}

#category-search-suggestions ul {
    position: absolute;
    width: 200%;
    left: -310px !important;
    min-height: 500px;
    list-style: none;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    /* @TODO remove this is we go with a scrollbar */
    overflow: hidden;
    border: none;  
}

#category-search-suggestions ul li:first-of-type {
    margin-top: 25px;
}
#category-search-suggestions ul li:last-of-type {
    margin-bottom: 27px;
}
#category-search-suggestions ul li {
    width: 546px;
    margin-left: 517px;
    margin-top: 15px;
}
/* Cat Pick Prompt */
.cat-pick-prompt {
    box-sizing: border-box;
    background-color: #4990e2;
    border-radius: 8px;
    color: #ffffff;
    display: none;
    font-weight: bold;
    font-size: 14px;
    left: -10px;
    padding: 20px 18px;
    position: absolute;
    top: 140px;
    width: 206px;
    z-index: 99;
}
.cat-pick-prompt img {
    margin: 0 5px 0 0;
    vertical-align: sub;
}
.arrow {
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    border-radius: 2px;
    background-color: #4990e2;
    position: absolute;
    right: -5px;
    top: 21px;
}
.wide-template.category-select .cat-pick-prompt .clipboard {
   fill: white;
}

/* Loading Spinner */
.suggest-spinner {
    display: none;
    margin: 80px auto 0 auto;
    text-align: center;
    width: 100%;
}

/* Here be PhotoBrowser stuff - tread lightly and carry a taser */
#pb_page .image_link.orange_link{
    cursor: pointer;
    color: #2b2ae8;
}
#pb_page .image_link.orange_link:hover{
    color: #fe7c00;
}

#TB_overlay,
.TB_overlay {
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.TB_overlayMacFFBGHack {
    background: url('https://c2.dmstatic.com/i/macFFBgHack.png') repeat;
}

.TB_overlayBG {
    background-color: #000;
    -moz-opacity: 0.80;
    opacity: 0.80;
}

#TB_closeWindow {
    display: none;
}

#TB_window {
    position: absolute;
    background: none;
    z-index: 10000002;
    display: none;
    left: 50%;
}

/*
#TB_ajaxContent {
    clear: both;
    margin: 0;
    padding: 0;
    overflow: hide;
    text-align: left;
    line-height: 1.4em;
}
*/

#TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 10000003;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px;
}

#photo_browser {
    position: absolute;
    top: -999999px;
    left: -999999px;
    width: 660px; /* IE6 required */
    height: 620px; /* IE6 desired */
}
/* PhotoBrowser stuff ends, sanity restored */

#popup {
    padding: 0 16px 0 0;
}

#pb_background {
    padding: 10px;
    background: url(../../../i/bg_modal_pb_1_px.png) repeat;
    position: relative;
}

#pb_background.iframe {
    margin: 16px auto 0 auto;
}

#pb_close, #pb_close_cross_domain {
    position: absolute;
    top: -16px;
    right: -16px;
    cursor: pointer;
}

#pb_bottom {
    margin: 0;
    padding: 20px;
    background: #fff;
    font-size: 12px;
}

#pb_content {
    max-height: 570px;
    overflow: auto;
}
#pb_content:has(.mh_570) {
    max-height: 570px !important;
}

#pb_desc_ad {
    height: 16px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

#pb_desc_ad a {
    width: 50px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

#pb_desc_ad a:hover {
    text-decoration: none;
}

#pb_desc_ad a.left {
    text-align: left;
}

#pb_desc_ad a.right {
    text-align: right;
}

#pb_carousel {
    margin: 20px auto;
    width: 600px;
    height: 450px;
    text-align: center;
}

#pb_carousel li {
    margin: 0 auto;
    width: 600px;
    height: 450px;
}

#pb_pages,.pb_pages {
    clear: both;
    height: 60px;
    overflow: hidden;
}

#pb_pages #pb_page,.pb_pages .pb_page {
    float: left;
    margin: auto 0;
    width: 360px;
    height: 60px;
    line-height: 60px;
    font-size: 11px;
    text-align: left;
}

#pb_pages #pb_page.gt_20 {
    line-height: 20px;
}

#pb_pages #pb_page #st_photos,.pb_pages .pb_page .st_photos {
    float: left;
    height: 40px;
}

#pb_page span,.pb_page span {
    margin: 0 2px;
}

#pb_page .image_link,.pb_page .image_link {
    margin: 0 1px 0 0;
    font-size: 12px;
    color: #2b2ae8;
    text-decoration: underline;
    outline: none;
}

#pb_pages #pb_page .image_num,.pb_pages .pb_page .image_num {
    font-size: 12px;
    font-weight: bold;
}




/* PB XL Begins */
#pbxl_body {
    width: 906px;
}
.pb_xl_link:hover {
    cursor: pointer;
}
#pbxl_container {
    background: white;
    padding: 15px;
}
#pbxl_skyscraper {
    position: absolute;
    margin-left: 715px;
}
#pbxl_photo_carousel {
    background: #ededed;
    width: 700px;
    height: 525px;
}
#pbxl_carousel {
    text-align: center;
}
#pbxl_left, #pbxl_right {
    display: table;
    position: absolute;
    width: 350px;
    height: 525px;
    top: 0px;
    z-index: 99999;
}
#pbxl_left {
    left: 0px;
}
#pbxl_right {
    left: 350px;
}
#pbxl_left_arrow {
    width: 28px;
    height: 48px;
    margin-top: 242px;
    margin-left: 10px;
    background-image: url('../../../i/pb/left-arrow-off.png');
}
#pbxl_right_arrow {
    width: 28px;
    height: 48px;
    margin-top: 242px;
    margin-right: 10px;
    float: right;
    background-image: url('../../../i/pb/right-arrow-off.png');
}
#pbxl_caption_container {
    width: 700px;
    margin-top: 15px;
}
#pbxl_captions {
    background: #ededed;
    color: #525252;
    padding: 15px;
    overflow-wrap: break-word;
}
.pbxl_photo_text,.pbxl_photo_text:hover {
    font-weight: bold;
    color: #333;
}
#pbxl_ad_half_container {
    padding: 0px;
}
.pbxl_carousel_item {
    width: 700px;
    height: 525px;
}
#pbxl_branded_logo {
    margin-top: 0px;
}
#pbxl_right:hover, #pbxl_left:hover {
    cursor: pointer;
}
#pbxl_right #pbxl_right_arrow {
    background-image: url('../../../i/pb/right-arrow-off.png');
}
#pbxl_right:hover #pbxl_right_arrow {
    background-image: url('../../../i/pb/right-arrow-on.png');
}
#pbxl_left #pbxl_left_arrow {
    background-image: url('../../../i/pb/left-arrow-off.png');
}
#pbxl_left:hover #pbxl_left_arrow {
    background-image: url('../../../i/pb/left-arrow-on.png');
}
#pbxl_close_btn{
    background-image: url('../../../i/pb/close-button-off.png');
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
}
#pbxl_close_btn:hover{
    cursor: pointer;
    background-image: url('../../../i/pb/close-button-on.png');
}
/* PB XL Ends */

#pb_content .modal_title {
    border: 1px #ddd solid;
    padding: 0 20px;
}

#pb_content .modal_title.error {
    background: #ffdcdc;
}

#pb_content .modal_title h1 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
}

#pb_content #system-message {
    padding-left: 50px;
    background-position: 18px 14px;
}

.large_modal_title_icon {
    vertical-align: middle;
    display: inline-block;
    width: 28px;
    height: 27px;
    margin: 14px 8px 0 -6px;
    float: left;
}

.large_modal_title_icon.bump_icon {
    background: url(../../../i/bump_box_icon.png) no-repeat;
}
.large_modal_title_icon.quick_sell_icon {
    background: url(../../../i/quick_sale_icon.png) no-repeat;
}

.nopadding.modal_section {
    padding: 0px !important;
}

#pb_content .modal_section {
    font-size: 13px;
    border: 1px #ddd solid;
    padding: 10px;
    /* overlap the sections' borders to merge them */
    position: relative;
    top: -1px;
}

/* Start of Thin modals */
.thin_modal #pb_content #thin_modal {
    padding: 27px 30px 10px 30px;
    margin: 0;
}

.thin_modal #pb_content #thin_modal > p {
    margin: 0 0px 3px 0px;
    padding: 0;
}

.thin_modal #pb_content #thin_modal .strong {
    color: #333;
    font-weight: bold;
}

.thin_modal #pb_content #thin_modal .last {
    margin-bottom: 6px;
}

.thin_modal #thin_modal table.modal_form td:first-child {
    text-align: left;
}

.thin_modal #pb_content #thin_modal textarea {
    width: 409px;
}

.thin_modal #pb_bottom {
    width: 503px;
}
/* End of Thin modals */

/**
 * Confirm modals
 *
 * These are styles relating to the generic confirm modals.
 * These are thinner than usual and are set up to have a single piece of text with a 
 * confirm and cancel button.
 */
.confirm_modal #pb_bottom {
    width: 450px;
}

.confirm_modal #pb_content .modal_content p {
    margin: 0;
    padding: 0;
}

.confirm_modal #pb_content .modal_content {
    padding: 27px 30px 30px 30px;
}

.confirm_modal .button_list {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 13px 0 0 0;
    float: right;
}

.confirm_modal .button_list li {
    display: inline-block;
}

.confirm_modal .button_list.fb_request_permission {
    float: none;
    text-align: center;
    margin: 30px 0 0 0;

}

#pb_content .modal_content {
    background: #f3f3f3;
    padding: 15px 0 10px;
}
#pb_content .modal_content.merchant-about,
#pb_content .modal_content.merchant-terms {
    padding: 20px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
#pb_content .ao_modal_content {
    background: #f3f3f3;
}

 #pb_content .modal_content p
,#pb_content .modal_content h1
,#pb_content .modal_content h2
,#pb_content .modal_content h3
,#pb_content .modal_content h4
,#pb_content .modal_content h5
,#pb_content .modal_content h6
,.modal_notice .list_header
,.modal_notice .highlight{
    padding: 0 20px;
}
#pb_content .modal_content label {
	margin-right: 10px;
}

#pb_content .modal_content td {
    vertical-align: middle; 
}

#pb_content table.modal_form {
    width: 100%;
    padding: 0;
    border-spacing: 0;
}

#pb_content table.modal_form td {
    width: 70%;
    padding: 10px 0;
}
#pb_content table.modal_form tr {
    padding: 0 10px;
}
#pb_content table.modal_form tr.own {
    margin: 0 10px 20px 10px;
    height: 57px;
}
#pb_content table.modal_form .titleText {
    color: #525252;
    font-size: 13px;
}
#pb_content table.modal_form tr.own td{
    
}
#pb_content table.modal_form .radio{
    width: 13px;
    height: 13px;
}

/*#pb_content table.modal_form input:not(.radio){
    width: 332px;
}*/
#pb_content table.modal_form input.button{
    margin-right: 59px;
}

#pb_content table.modal_form #submit {
    float:right;
    margin-right: 69px;
}

#pb_content table.modal_form #loader{
    float: right;
    margin-top: 9px;
    margin-right: 9px;
}


/* General form styles */
#pb_content .modal_section input.text {
	width: 322px;
	height: 20px;
	padding: 5px;
	background: white;
	border: 1px solid #7C8F9D;
}

#pb_content .modal_section select {
	width: 334px;
	height: 30px;
	padding: 5px;
	background: white;
	border: 1px solid #7C8F9D;
}

#pb_content .modal_section textarea {
	width: 322px;
	height: 100px;
	padding: 5px;
	background: white;
	border: 1px solid #7C8F9D;
}


/*errorSpace is just for feedback ad select*/
.errorSpace{
    display: none;
}
/*
 * making some changes to modal form
 */

#pb_content table.modal_form span.title{
    font-weight: bold;
    font-size:  16px;
}
/*
 #pb_content table.modal_form tr.highlight td:first-child
,#pb_content table.modal_form tr{
    background: #fafafa;
}
#pb_content table.modal_form tr.highlight{

    background: #fafafa;
    padding:10px;
}
 #pb_content table.modal_form tr.highlight td
,#pb_content table.modal_form tr td{
    padding: 10px;
}
*/
/*
 * ~~~~~~~~~~~~~
 */
#pb_content table.modal_form td:first-child {
    width: 30%;
    text-align: right;
}

#pb_content table.modal_form td.top {
    vertical-align: top;
    line-height: 30px;
}

/*
 * Commented out these ellipses because they are giving errors in Css validation.
 * the white-space and text-overflow may be redundant anyway.
 */
.modal_form #ad_id select{
    max-width: 264px;
    width: 264px;
    white-space: nowrap;
    overflow-x:hidden;
/*  
    text-overflow:ellipsis;
*/
}

.modal_form #ad_id option{
    max-width: 264px;
    width: 264px;
    white-space: nowrap;
    overflow-x:hidden;
/*
    text-overflow:ellipsis;
*/
}

/*
 * modal form submit
 */
.modal_form .submit{
    width: 73px;
    height: 34px;
    overflow: hidden;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    background: url(../../../i/btn-submit-old.gif) 0 0  no-repeat;
}
.modal_form .submit:hover{
    background: url(../../../i/btn-submit-old.gif) 0 -34px no-repeat;
}

/*
 * Modal form select: feedback only for now
 */
.AdName a{ 
    padding-left: 10px;
}
.AdName span:hover{
    text-decoration: underline;
    cursor: pointer;
}

/*
 * modal tables
 * applies to: Account history, Email alerts
 */
#pb_content #accountHistory.modal_content
,#pb_content #emailAlerts.modal_content {
    margin: 0 20px;
    padding-top: 0;
}
.modal_table th{
    margin: 0;
    padding: 0;
}
.modal_table table{
    border-spacing: 0;
    table-layout:fixed;
    border-width: 0;
    width: 100%;
}
#accountHistory table{
    text-align: center;
}

.modal_table table .heading{
    background: #E2E8EB;
    color: #617889;
    padding: 3px 0;
    font-weight: bold;
}

.modal_table table td{
    padding-top: 3px;
    padding-bottom: 3px; 
}
.modal_table table td.hover{
    background: #fff;
}
.modal_table{
    margin-bottom: 20px;
}

/*  Account History specific    */
#accountHistory table .accTransactionDate{
    width: 70px;
    padding-left: 10px;
}
#accountHistory table .accAdTitle{
    width: 197px;
    height: 15px;
}
#accountHistory table  .accNumCredits{
    width: 80px;
}
#accountHistory table  .accReceipt{
    width: 70px;
}
#accountHistory table .accStatus{
    width: 70px;
}
#accountHistory table .accType{
    width: 100px;
    padding-right: 10px;
}

#accountHistory table td.accAdTitle span{
    width: 197px;
    height: 15px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*  Email alerts specific   */
#emailAlerts .hoverable td{
    border-bottom: 1px solid #DDDDDD;
    padding-top: 7px;
    padding-bottom: 7px;
}
#emailAlerts tr.hoverable{
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: none;
}
#emailAlerts .alertTitle{
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
#emailAlerts .alertOptions{
    width: 160px;
    padding-right: 10px;
}
#emailAlerts .alertOptions input{
    float: left;
}


/* Accept offer modals */
#pb_content .modal_section #accept_offer p {
    padding: 0;
}

#pb_content .modal_section #accept_offer table {
    margin: auto;
}
#pb_content .modal_section #accept_offer .text-row {
    text-align: center;
    width: 420px;
}

#pb_content .modal_section #accept_offer .text-row .info {
    color: #597386;
}

#pb_content .modal_section #accept_offer textarea {
    width: 420px;
    height: 100px;
    border: 1px solid #dddddd;
    padding: 10px;
}

#pb_content .modal_section #accept_offer textarea#accept-offer {
    margin-left: 51px;
}

#pb_content .modal_content #accept_offer .submit-row {
    text-align: right;
}

#pb_content .modal_section #accept_offer .base_action_button,
#pb_content #pm_prompt .base_action_button {
    font-size: 13px;
    height: auto;
    margin-left: 52px;
    min-width: 110px;
    padding: 11px 21px;
}

#pb_content #mark_sold_prompt .base_action_button {
    font-size: 13px;
    height: auto;
    margin-left: 52px;
    min-width: 110px;
    padding: 11px 21px;
}

#pb_content .modal_section #accept_offer .row.offer label {
    width: auto;
    padding-left: 5px;
}

#pb_content .modal_section #accept_offer {
    padding: 0 0 25px 0;
}


/* PM prompt modal */

#pb_content #pm_prompt .modal_content {
    padding-bottom: 30px;
}

#pb_content #pm_prompt .row {
    text-align: center;
}

#pb_content #pm_prompt .text {
    font-size: 14px;
    margin-bottom: 30px;
}

#pb_content #pm_prompt .base_action_button {
    margin: 0 10px;
    width: 145px;
}

/* Mark sold prompt modal */
#pb_content #mark_sold_prompt .modal_content {
    padding-bottom: 30px;
}

#pb_content #mark_sold_prompt .row {
    text-align: center;
}

#pb_content #mark_sold_prompt .text {
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 20px;
}

#pb_content #mark_sold_prompt .base_action_button {
    margin: 0 10px;
    width: 145px;
}

/* For full width messages within Modals */
.modal_notice{
    text-align: left;
}
.modal_notice p.first{
    margin-top: 0;
}
.modal_notice .list {
    padding-left: 40px;
    padding-right: 20px;
}
.modal_notice .list li{
    margin-bottom: 10px;
}
.modal_notice .list_header{
    display: block;
    margin-bottom: 5px;
}
.modal_notice #continue_btn{
    float: right;
}




#editShopForm #fb_page_label{
    margin-right: 0;
}
#editShopForm #fb_page_link{
    width: 195px;
}

#pb_content .modal_content .date_day,
#pb_content .modal_content .date_month,
#pb_content .modal_content .date_year  {
    float: left;
    margin-right: 10px;
    width: auto;
}


#pb_content .modal_content.subcontent {
    margin-top: 10px;
}


.modal_title .heading_subtext {
    color: #29343a;
    font-size: 18px;
    font-weight: normal;
}

/**
 * Extra large modals
 */
.extra_wide #pb_background{
    width: 806px;
}
.extra_wide #pb_bottom{
    width: auto;
}


/**
 * Removing the white gutter around the modal sections for all wide modals.
 * Going foreward this will probably apply to all modals.
 */
.extra_wide #pb_content .modal_section,
#pb_content .modal_section.offer {
    padding: 0;
}

/**
 * A full width box outside that of the grey inner box on most modals
 */
.modal_full_width_white_box {
    border: 1px solid #ddd;
    border-top: 0;

    /* Moves the top border up so as to touch the top of the box above */
    margin-top: -1px;
    padding: 21px 25px 25px 25px;
}


/*
    In order to close the modal when clicking the iframe underneath (i.e. if its
    height is too high), we need the body to be as tall as the iframe so we can catch
    the click on body
 */
html.modal_root,
.modal_root body {
    height: 100%;
    cursor: default;
}


/**
 * New adview signup modal
 */
#pb_content .modal_title.signup {
    padding: 0 17px;
}

.modal_title.signup img {
    padding: 14px 0 12px 0;
}

.main_modal_content {
    text-align: center;
    margin: 26px 0 10px;
    font-size: 15px;
    color: #777777;
}

.main_modal_content .modal_heading {
    font-size: 24px;
}

.modal_heading .strong {
    font-weight: bold;
    color : #333;
}

.main_modal_content a.facebook {
    background: url(../../../i/login-signup/signup-buttons/facebook.png) no-repeat;
    height: 62px;
    width: 335px;
    margin: 34px auto 17px auto;
    display: block;
}

.main_modal_content a.facebook:hover {
    background-position: 0 -62px;
}

.extras {
    margin: 58px 0 13px;
    color : #333;
    font-size: 13px;
}

.extras .extra {
    float: left;
    padding-top:56px;
    text-align: center;
    font-weight: bold;
}

.extras .free {
    width: 188px;
    background: url(../../../i/login-signup/signup-buttons/free.png) center 0 no-repeat;
    border-right: 1px solid #ddd;
}

.extras .deals {
    width: 199px;
    background: url(../../../i/login-signup/signup-buttons/deal.png) center 4px no-repeat;
    border-right: 1px solid #ddd;
}

.extras .community {
    width: 188px;
    background: url(../../../i/login-signup/signup-buttons/community.png) center 3px no-repeat;
}

.modal_content .strong {
    font-weight: bold;
    font-size: 15px;
}

/* Sold Withdrawn modal */

#sold_withdrawn {
    background-color: #f3f3f3;
}

#sold_withdrawn .modal_content {
    padding: 0px 10px;
}

#sold_withdrawn .option_heading {
    font-weight: bold;
    padding-bottom: 12px;
}

#sold_withdrawn input {
    margin-top:-2px;
}

#sold_withdrawn table {
    border-collapse: separate;
    border-spacing: 0px 15px;
    width: 100%;
}

#sold_withdrawn table td {
    background-color: #fff;
    padding: 15px 20px 18px 20px;
    text-align: left;
    width: 100%;
}

#sold_withdrawn .item-itemsold {
    padding-top: 26px;
    position: relative;
}

#sold_withdrawn .base_action_button {
    padding: 3px 23px;
    min-width: 110px;
}

#sold_withdrawn .base_action_button.wide {
    padding: 3px 49px;
}

#sold_withdrawn .top_content {
    display: block;
    margin-bottom: 15px;
}

#sold_withdrawn .modal_content td p {
    float: left;
    font-size: 15px;
    margin: 18px 0 0 0;
    padding: 0;
}
#sold_withdrawn .bottom_content .buttons {
    margin-left: 94px;
}

#sold_withdrawn .buttons .base_action_button.place_ad_btn {
    float: none;
    margin: 0px;
    background-color: #f68829;
    background: -webkit-linear-gradient(top, #f68829, #e97d21);
    background: -moz-linear-gradient(top, #f68829, #e97d21);
    background: -ms-linear-gradient(top, #f68829, #e97d21);
    background: -o-linear-gradient(top, #f68829, #e97d21);
    background: linear-gradient(top, #f68829, #e97d21);
    -pie-background: linear-gradient(top, #f68829, #e97d21);
}

#sold_withdrawn .buttons .base_action_button.place_ad_btn:hover {
    background-color: #e97d21;
    background: -webkit-linear-gradient(top, #e97d21, #f68829);
    background: -moz-linear-gradient(top, #e97d21, #f68829);
    background: -ms-linear-gradient(top, #e97d21, #f68829);
    background: -o-linear-gradient(top, #e97d21, #f68829);
    background: linear-gradient(top, #e97d21, #f68829);
    -pie-background: linear-gradient(top, #e97d21, #f68829);
}

#sold_withdrawn .withdraw_cancel_links {
    float: none;
}

#sold_withdrawn .botton_links {
    margin: 0;
    padding: 17px 0 0 95px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}
#sold_withdrawn .botton_links ul {
    list-style-image: url("../../../i/grey_arrow.png");
    padding: 0;
    padding-left: 17px;
    margin: 12px 0 15px 0;
    color: #777;
}
#sold_withdrawn .botton_links ul li {
    padding-left: 4px;
    margin-bottom: 2px;
}
#sold_withdrawn .botton_links h1 {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.bottom_table td {
    vertical-align: top;
}

.bottom_table td {
    padding: 20px;
}

.withdrawn_content {
    display: none;
}

.withdrawn_content {
    font-size: 15px;
    color: #050505;
}

.withdrawn_content.top_text {
    margin-bottom: 6px;
}

.modal_content #feedback-form {
    padding: 10px 0 0 0;
}

.modal_content #withdrawn_content p {
    font-size: 14px;
    margin: 15px 0 0 0;
    padding: 0;
    line-height: 20px;
}

.modal_content #withdrawn_content #bottom_text {
    margin-top: 20px;
}

.peach {
    color: #e45351;
    font-weight: bold;
}

.withdrawn_content.canceled_button {
    color: #fff;
    font-size: 11px;
    padding: 9px 15px;
    font-weight: bold;
    position: absolute;
    right: 22px;
    top: 23px;
    line-height: 10px;

    background-color: #f76462;
    background: -webkit-linear-gradient(top, #f76462, #e25250);
    background: -moz-linear-gradient(top, #f76462, #e25250);
    background: -ms-linear-gradient(top, #f76462, #e25250);
    background: -o-linear-gradient(top, #f76462, #e25250);
    background: linear-gradient(top, #f76462, #e25250);
    -pie-background: linear-gradient(top, #f76462, #e25250);
}

.withdrawn_content .action_buttons {
    padding-top: 12px;
    margin-bottom: 9px;
    display: inline-block;
    width: 100%;
}

.withdrawn_content input {
    margin: 0;
    margin-left: 10px;
}

#sold_withdrawn .action_buttons .base_action_button {
    float: right;
    padding: 10px 18px;
    min-width: 40px;
    margin: 0 0 0 10px;
}

/* Individual comment boxes */
.accepted-offer {
    width: auto;
    margin-bottom: 0px;
    margin-top: 10px;
    display: inline-block;
}

.accepted-offer .comment-avatar {
    width: 73px;
    height: 73px;
    float: left;
    border: 1px solid #DDD;
}

.accepted-offer .comment-speech-arrow {
    width: 15px;
    height: 75px;
    float: left;
    background: url("../../../i/comment-speech-arrows-4.png") -85px 15px no-repeat;
    position: absolute;
    left: -15px;
    top: -1px;
}

.accepted-offer .comment-box-contents {
    width: 421px;
    float: left;
    background-color: #ffffff;
    border: 1px solid #DDD;
    padding: 16px 20px 4px;

    margin-left: 20px;
    position: relative;
}

.accepted-offer .comment-box-contents.cancel {
    background-color: #fcf2f2;
    border-color: #ffb7b6;
}

.comment-box-contents.cancel .comment-speech-arrow {
    background: url("../../../i/comment-speech-arrows-4.png") -155px 15px no-repeat;
}

.accepted-offer .comment-html {
    margin-bottom: 11px;
}

.accepted-offer .author {
    float: left;
    color: #777;
    margin-bottom: 6px;
    font-size: 12px;
}

/* End Sold Withdrawn modal */



/* Success Fee modal */

#success_fee {
    background-color: #fff;
}

#success_fee .modal_content {
    background-color: #fff;
    padding: 0px 10px;
    margin: 10px 0;
}

#success_fee .modal_content td {
    vertical-align: top;
}

#no_success_fee .modal_content {
    background-color: white;
    font-size: 14px;
    padding: 0px 10px;
    margin: 5px 2px 5px 10px;
}

#success_fee #success_image {
    position: relative;
    float: left;
    padding: 10px 15px 5px 10px;
    width: auto;
    max-width: 100%;
}

#success_image #amount {
    position: absolute;
    font-size: 22px;
    color: #777;
}

#success_image #amount.phone {
    left: 24px;
    top: 45px
}

#success_image #amount.card {
    left: 32px;
    top: 34px;
}

#success_fee #success_text_free {
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding: 5px 0 7px 0;
}

#success_fee #success_text {
    font-size: 16px;
    padding: 12px 0 5px 0;
}

#success_fee #success_text a {
    display: block;
    margin: 5px 0 0 0;
    color: #3f4dda;
}

#success_fee .success-img {
    width: 45px;
    position: relative;
    vertical-align: middle;
}

#success_fee .vertical-text {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
    font-size: 13px;
    color: black;
}

#success_fee .congratulations {
    font-size: 16px;
    color: #000;
}

#success_fee .modal_content {
    background-color: white;
    padding: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
}

#success_fee .read-more {
    font-size: 11px;
}

#bottom_content {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-top: 0px;
    clear: both;
    margin-top: -1px;
}

#bottom_content table {
    width: 100%;
}

#bottom_content table td {
    vertical-align: top;
    padding: 0px 0px 0px 30px;
    font-size: 13px;
}

#bottom_content #success_image {
    float:left;
    padding: 2px 0;
}

#bottom_content .text a {
    margin: 1px 0 0 0;
    color: #3f4dda;
}

#success_buttons {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-top: 0px;
    clear: both;
    margin-top: -1px;
    padding: 30px;
}

#success_buttons p {
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    padding: 10px 10px 0 0;
}

#success_fee #success_buttons {
    margin-bottom: 10px;
    margin-top: 20px;
    border: 0;
    background-color: #fff;
    padding: 0;
}

#success_buttons .base_action_button {
    background: #e97d21;
    font-size: 13px;
    margin: 0 13px 0 5px;
    padding: 10px 11px;
    text-shadow: none;
}
#success_buttons .base_action_button:hover {
    background: #cd640a;
}

#success_buttons .base_action_button.secondary:hover {
    background-color: #eee;
    background: -webkit-linear-gradient(top, #ddd, #eee);
    background: -moz-linear-gradient(top, #ddd, #eee);
    background: -ms-linear-gradient(top, #ddd, #eee);
    background: -o-linear-gradient(top, #ddd, #eee);
    background: linear-gradient(top, #ddd, #eee);
    -pie-background: linear-gradient(top, #ddd, #eee);
}

#success_buttons .base_action_button.secondary {
    font-size: 13px;
    margin: 0;
    margin-left: 100px;
    padding: 10px 15px;
    background-color: #ddd;
    background: -webkit-linear-gradient(top, #eee, #ddd);
    background: -moz-linear-gradient(top, #eee, #ddd);
    background: -ms-linear-gradient(top, #eee, #ddd);
    background: -o-linear-gradient(top, #eee, #ddd);
    background: linear-gradient(top, #eee, #ddd);
    -pie-background: linear-gradient(top, #eee, #ddd);
}

#success_fee .sf-float {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
    z-index: 1;
    float: left;
    text-align: center;
    background-repeat: no-repeat;
}

#success_fee .sf-float.card {
    background-image: url(../../../i/add/desktop_popup_card.png);
    background-size: 49px 37px;
    width: 49px;
    height: 37px;
    line-height: 43px;
}

#success_fee .sf-float.phone {
    background-image: url(../../../i/add/desktop_popup_phone.png);
    background-size: 48px 74px;
    width: 48px;
    height: 74px;
    line-height: 74px;
}

#success_fee .sf-float.general {
    background-image: url(../../../i/add/success-fee-general-icon.png);
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
}

#success-fee .vertical-text {
    display:table-cell;
    vertical-align:middle;
    float: right;

    padding-left: 18px;
    font-size: 13px;
    line-height: 19px;
    color: black;
}


/* End Success Fee modal */


/* PM error message modal */
.modal_title .modal_error_title {
    color: #b70000;
    padding: 4px 0;
}

#pb_content .modal_content.generic_error_modal {
    background-color: #FFF;
}

.generic_error_modal .pm_error_image {
    float: left;
    width: 98px;
    height: 168px;
    padding: 11px 45px 0 45px;
}

.generic_error_modal .modal_error_message {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    margin: -6px 0 7px 10px;
}

.generic_error_modal .modal_error_sub_message {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin: 0 0 15px 10px;
}

.generic_error_modal .pm_link {
    font-size: 14px;
    margin: 0 0 26px 0;
}
/* End PM error message modal */


.facebook-share-button {
    background-color: #3b5998 !important;
    padding: 15px 28px !important;
}

.facebook-share-button:hover {
    text-decoration: none;
}


/* Free offer modals tunes */

#pb_content .free .row.offer .condition {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

#pb_content .modal_section.offer.free #accept_offer .base_action_button {
    margin-left: 0;
}

#pb_content .free .row label {
    display: none;
}

#bottom_content #next_step_text {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 20px 13px 0;
}


/* Confirmation modal */

.modal_content.confirm {
    padding: 0 10px 0 0;
}

.modal_content.confirm .text {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0 20px 15px;
}

.modal_content.confirm input.button {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px 20px 15px;
    padding: 8px 20px 8px 20px;
    text-align: center;
}

.modal_content.confirm input.button.primary {
    background: #e06506;
    background: -webkit-linear-gradient(top, #f9a52f, #e06506);
    background: -moz-linear-gradient(top, #f9a52f, #e06506);
    background: -ms-linear-gradient(top, #f9a52f, #e06506);
    background: -o-linear-gradient(top, #f9a52f, #e06506);
    background: linear-gradient(top, #f9a52f, #e06506);
    border: 1px solid #ec7b23;
    color: #fff;
    text-shadow: 1px 1px #C75B06;
}
.modal_content.confirm input.button.primary:hover {
    background: #f9a52f;
    background: -webkit-linear-gradient(top, #e06506, #f9a52f);
    background: -moz-linear-gradient(top, #e06506, #f9a52f);
    background: -ms-linear-gradient(top, #e06506, #f9a52f);
    background: -o-linear-gradient(top, #e06506, #f9a52f);
    background: linear-gradient(top, #e06506, #f9a52f);
}

.modal_content.confirm input.secondary {
    background: #fefeff;
    background: -webkit-linear-gradient(top, #fefeff, #d7dfe5);
    background: -moz-linear-gradient(top, #fefeff, #d7dfe5);
    background: -ms-linear-gradient(top, #fefeff, #d7dfe5);
    background: -o-linear-gradient(top, #fefeff, #d7dfe5);
    background: linear-gradient(top, #fefeff, #d7dfe5);
    border: 1px solid #e2e2e2;
    color: #364e5f;
    text-shadow: none;
}
.modal_content.confirm input.secondary:hover {
    background: #d7dfe5;
    background: -webkit-linear-gradient(top, #d7dfe5, #fefeff);
    background: -moz-linear-gradient(top, #d7dfe5, #fefeff);
    background: -ms-linear-gradient(top, #d7dfe5, #fefeff);
    background: -o-linear-gradient(top, #d7dfe5, #fefeff);
    background: linear-gradient(top, #d7dfe5, #fefeff);
}

#merchant_store_wrap{
    padding: 20px;
    background-color: #e2e8eb;
}

/* Header */
#merchant_store_header{
    height: 97px;
    overflow: hidden;
}

#merchant_store_logo{
	float: right;
	max-height: 77px;
}
.merchant_titles{
    float: left;
}
#merchant_store_header h1{
	margin-bottom: 13px;
	margin-top:    25px;
}
/*.wf-loading #merchant_store_header h1{*/
/*	 To control fout */
/*    visibility: hidden; */
/*}*/
#merchant_store_header h2{
	font-size: 14px;
	color:     #000;
}

/* Sidebar */
#merchant_sidebar{
    width: 218px;	
    float: left;
}

/* All shops return link */
#shops_link_list {
    background: #fff; /* Failover if rgba not supported */
    background: rgba(255,255,255, 0.85);
    border: #dddddd 1px solid;
    cursor: pointer;
    
    position: relative;
}
#shops_link_list a{
    text-decoration: none;
    padding: 5px 15px 7px;
    display: block;
}

/* Category list */
#merchant_categories{
    width: 218px;
    margin-top: 15px;
}
#merchant_categories h1,
#shops_a_to_z h1{
    height: 12px;
    margin: 0 0 1px 0;
    padding: 12px 0 20px 15px;
    
    border: #dddddd 1px solid;
    border-bottom: none;
    
    background: #fff;
    
    font-size: 11pt;
}
#merchant_categories ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#merchant_categories li{
    list-style: none;
    margin-bottom: 1px;
    
    background: #fff; /* Failover if rgba not supported */
    background: rgba(255,255,255, 0.85);
    
    border: 1px solid #dddddd;
    border-top: none;
    border-bottom: none;
    
    cursor: pointer;
    
    position: relative;
}
#merchant_categories li.last a{
    border-bottom: #dddddd 1px solid;
    padding-bottom: 9px;
}
#merchant_categories li:hover,
#shops_link_list:hover{
    background: #fff; /* Failover if rgba not supported */
    background: rgba(255,255,255, 0.95);
}

#merchant_categories li a{
    text-decoration: none;
    padding: 6px 0 6px 15px;
    display: block;
}
#merchant_categories li:active,
#merchant_categories li a:active,
#shops_link_list:active,
#shops_link_list a:active{
    background: #fff;
}

#merchant_categories li.selected {
    background: #fff;
}
#merchant_categories li.selected a,
#merchant_categories li:hover a,
#shops_link_list:hover a{
    font-weight: bold;
    color: 	#333;
}
#merchant_categories li a .facet{
    color: #546771;
}
#merchant_categories li:hover a .facet{
    font-weight: normal;
}
#merchant_categories li a.inner_facet_ellipsis{
    height: 18px;
}
#merchant_categories li a .variable_ellipsis{
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 5px;
}


/* Merchant user profile */
#merchant_profile {
    background: #fff;
    padding: 12px 15px 13px 15px;
    margin-top: 15px;
    
    border: 1px #ddd solid;
}
#merchant_profile h3{
    font-size: 11pt;
    padding-bottom: 11px;
    margin-bottom: 10px;
    padding-top: 11px;
}

.profile_section dl{
	margin: 0 0 4px 0;
}
.profile_section dt{
	color: #587388;
    margin-bottom: 2px;
    display: inline;
    
    float: left;
    clear: left;
}
.profile_section dd{
    display: inline-block;	
    margin-left: 0;
    margin-bottom: 2px;
    
    float: right;
    clear: right;
    
    font-weight: bold;
}
.profile_section a.full_line{
    margin-top: 4px;	
}
/*a.full_line{*/
/*	clear: both;*/
/*    display: block;	*/
/*}*/
.profile_section{
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

#feedback_section{
    position: relative;	
    border-bottom: none;
}
#merchant_feedback_img{
    position: absolute;
    top: -6px;
    left: -11px;
    width: 84px;
    height: 84px;
}
#feedback_section dl{
    width: 102px;
    float: right;
    margin-top: 8px;
}
#profile_feedback_link{
    padding-top: 5px;	
    clear: both;
}

#feedback_section .positive {
    color: #1ea32f;
}

#feedback_section .negative {
    color: #c1272c;
}

/* Merchant search results */
#merchant_sr{
    width: 696px;
    float: left;
}
#merchant_sr ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#merchant_sr .result{
    width: 197px;
    height: 343px;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 9px;
    
    border: 1px solid #ddd;
    background: #fff;
}
#merchant_sr .merchant_store_img{
    width: 194px;
    height: 144px;
    border: 1px solid #ddd;
    
    overflow: hidden;
    
    margin-bottom: 10px;
    position: relative;
}
#merchant_sr .merchant_store_img a{
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 194px;
    height: 144px;
    display: block;
    z-index: 100;
}
#merchant_sr .merchant_store_img img{
    margin: 0 auto;
    display: block;
}
#merchant_sr .result .heading{
    font-size: 12pt;
    margin: 0;
}
#merchant_sr .result p{
    height: 50px;
    margin: 3px 0 0 0;
    
    overflow: hidden;
    line-height: 16px;
}
#merchant_sr .description_wrap{
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ddd;
}
#merchant_sr .entered,
#merchant_sr .price{
    display: block;
}

#merchant_sr .item_description_wrap{
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 12px;
}
#merchant_sr dl{
    margin-bottom: 0;
}
#merchant_sr dt,
#merchant_sr dd{
    display: inline;
    margin: 0;
}
#merchant_sr dd{
    margin-left: 2px;
}

#merchant_sr .price .big{
    font-size: 22px;
    font-weight: bold;
    float: right;
}

/* Search result pagination */
#merchant_sr .paging{
    margin-left: 15px;
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}


/* All shops list */
#all_shops_header{
    height: 57px;
    margin-left: 7px;
}
#all_shops_header .text_wrap{
    margin-top: 11px;
    margin-left: 13px;
    float: left;
}
#all_shops_header h2{
    color: #2a343b;
    display: inline;
    font-size: 17px;
}
#all_shops_header h4{
    color: #546771;
    display: inline;
    font-size: 13px;
    margin-left: 5px;
    font-weight: bold;
}
#all_shops_header .register_shop{
    font-size: 16px;
    font-weight: bold;
    float: right;
    margin-right: 19px;
    margin-top: 11px;
}

#merchant_sr .result.shop{
    height: 310px;
}
#merchant_sr .result.shop p{
    height: 82px;
    margin-bottom: 5px;
    padding-bottom: 2px;
    line-height: 17px;
}
.result.shop .description_wrap{
    padding-bottom: 16px;
}
.result.shop .foot{
    margin-top: 11px;
    color: #525252;
}
.result.shop a.right{
    background: url(../../../i/right_arrow.gif) 100% 7px no-repeat;
    padding-right: 10px;
    cursor: pointer;
    text-decoration: none;
}
.result.shop a.right:hover{
    text-decoration: underline;
}

/*  A to Z  */
#shops_a_to_z{
    width: 218px;
    margin-bottom: 15px;
}
#shops_a_to_z h1{
    margin-bottom: 0;
    position: relative;
}
#shops_a_to_z h1 a{
    color: #2A343B;
    width: 201px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 13px 0 0 15px;
}
#shops_a_to_z ul{
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #dddddd;
    border-top: none;
    height: 124px;
}
#shops_a_to_z li{
    float: left;
    width: 30px;
    height: 30px;
    border-top: 1px solid #e2e8eb;
    border-right: 1px solid #e2e8eb;
    background: #fff;
}
#shops_a_to_z li.end_char{
    border-right: 0;
}
#shops_a_to_z li a{
    text-decoration: none;
        
    display: block;
    height: 24px;
    padding-top: 6px;
    text-align: center;
    
    outline: none;
}

#shops_a_to_z li a:hover,
#shops_a_to_z h1 a:hover{
    background: #f0f7fa;
    color: #333;
    font-weight: bold;
}
#shops_a_to_z li.current,
#shops_a_to_z li.current a{
    color: #333;
    font-weight: bold;
}
#shops_a_to_z li a:active,
#shops_a_to_z h1 a:active{
    background: #ebf2f5;
}
#shops_a_to_z li.inactive a,
#shops_a_to_z li.inactive a:hover,
#shops_a_to_z li.inactive a:active{
    background: #fff;
    color: #333;
    font-weight: normal;
}
#shops_a_to_z h1{
    padding-top: 13px;
}

.shop_text_logo{
    width: 194px;
    height: 144px;
    position: relative;
    display: block;
}
.shop_text_logo .text{
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 65px;
    
    visibility: hidden;
}
.title_mark_upper{
    font-size: 15px;
}
#merchant_store_header .title_mark_upper{
    font-size: 15px;
    vertical-align: top;
}

/* Merchant Dashboard */

#merchant_dash .heading{
    border-bottom: 1px solid #dadfe3;
    font-weight: bold;
}

/* Heading */
#merchant_dash{
    background: #f0f4f7;
    padding: 20px;
    margin-top: -4px;
    margin-bottom: -2px;
}


/* Hack to get inline ellipsis on inline element */
#merchant_dash .highlight.ellipsis{
    display: block;
    width: 327px;
    float: left;
}
#merchant_dash #active_ads .highlight.ellipsis{
    width: 285px;
}
#merchant_dash .dropdown_list .clear{
    display: block;
}

#merchant_dash .highlight_link{
    font-weight: bold;
}

#merchant_dash .secondary{
    color: #6e889f;
}
#merchant_dash .secondary,
#merchant_dash .secondary_link{
    border-left: 2px solid #b4c7d6;
    padding-left: 11px;
}
#merchant_dash .heading_out_link{
    float: right;
}
#merchant-logout {
    padding: 20px 40px;
    font-weight: bold;
    font-size: 14px;
}

/* Dash blocks */
.dash_block{
    margin-bottom: 20px;
    margin-right: 20px;
    width: 407px;
    float: left;
}
.dash_h_block{
    clear: both;
}
.dash_block,
.dash_h_block{
    background: #fff;
    padding: 20px;
}
#recent_activity_overview,
#sales_hist_overview{
    margin-right: 0;
}

.dash_block .heading{
    border-bottom: 1px solid #dadfe3;
    font-size: 14px;
    margin-top: -3px;
    padding-bottom: 11px;
}

.dash_block .overview_content{
    height: 196px;
    list-style: none;
    padding: 0;
    margin: 0 0 14px 0;
}
#sales_hist_overview.dash_block .overview_content {
    height: 240px;
}
.dash_block .overview_item.data_only{
    border-bottom: 1px dotted #dadfe3;
    height: 34px;
    padding: 11px 0 19px 0;
}
.dash_block .overview_item .dropdown_trigger{
    background: url(../../../i/merc_dash_overview_item_grad.png) repeat-x;
    border-bottom: 1px solid #dadfe3;
    position: relative;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    font-weight: bold;
    color: #333;
    padding: 10px 0;
    cursor: pointer;
}
.dash_block .dropdown_trigger.open{
    background: #fbfbfd;
    border: 1px solid #dadfe5;
    border-top: none;
}

.dash_block .item_qty{
    font-weight: bold;
    vertical-align: middle;
}
.dash_block .dropdown_trigger .item_qty{
    font-size: 28px;
    
    margin-left: 18px;
    padding-right: 18px;
    display: inline-block;
    
    border-right: 1px solid #dadfe3;
}
.dash_block .data_only .item_qty{
    float: right;
    font-size: 18px;
    color: #333;
    line-height: 34px;
    display: block;
    margin-top: 7px;
    margin-right: 20px;
}

.dash_block .item_qty.success{
    color: #4F8A10;
}

.dash_block .data_only .list_name{
    margin-bottom: 2px;
}
.dash_block .dropdown_trigger .list_name{
    margin-left: 15px;
}
.overview_item .toggle_arrow{
    position: absolute;
    top: 29px;
    right: 21px;
    width: 16px;
    height: 8px;
    
    background: url(../../../i/merc_dash_dropdown_arrow.png);
}
.dash_block .dash_footer{
    padding-bottom: 6px;
    clear: both;
    font-weight: bold;
}
.dash_block .dash_footer .action_related_icon{
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-left: 1px;
    margin-top: -4px;
    vertical-align: middle;
}
.dash_block .dash_footer .action_related_icon.place_ad{
    background: url(../../../i/place_ad_icon.png);
}

.dash_footer .graph_series_name{
    color: #9a9a9a;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: -1px;
    display: inline-block;
}
.dash_footer .color_square{
    width:  11px;
    height: 11px;
    border: 1px solid #d1d2d6;
    display: inline-block;
    margin-bottom: -3px;
}

.automatic_billing {
    border-top: 1px dotted #dadfe3;
    margin-top: 10px;
    padding-top: 15px;
}
.automatic_billing .actions {
    float: right;
}
.automatic_billing .actions div {
    border-right: 1px solid #dadfe3;
    margin-right: 10px;
    padding-right: 10px;
}
.automatic_billing .actions div.last {
    border: 0;
    margin-right: 0;
}

.color_square.red{
    background: #da1f26;
}
.color_square.green{
    background: #7cb736;
}

.dash_h_block .dash_info_list{
    margin-top: -4px;
    float: left;
}
.dash_h_block .heading{
    color: #525252;
    padding-bottom: 11px;
    margin-bottom: 6px;
}
.dash_h_block .info_list{
    padding: 0;
    margin: 0;
    list-style: none;
}

.dash_h_block .info_item{
    float: left;
    height: 17px;
    margin-top: 4px;
    color: #597487;
}
.dash_info_list.half_width .info_item{
    margin-right: 98px;
}
.dash_info_list{
    padding-right: 20px;
    margin-bottom: 7px;
}
.dash_info_list.last{
    padding-right: 0;
}
.dash_info_list.quarter_width{
    width: 203.5px;
}
.dash_info_list.half_width{
    width: 427px;
}
.dash_info_list.quarter_width .info_item{
    width: 200px;
}
.dash_info_list .info_item{
    width: 164px;
}
.dash_info_list .info_item.even{
    margin-right: 0;
}
.dash_info_list .user_badge{
    margin-left: 1px;
}

.dash_info_list .user_feedback_detail{
    margin-left: 3px;
}

.dash_block .overview_item{
    position: relative;
}
.dash_block .dropdown_content{
    position: absolute;
    top: 65px;
    z-index: 2;
    display: none;
}
.dropdown .dropdown_content.open{
    display: block;
}

.dropdown_list{
    background: #fff;
    list-style: none;
    padding: 5px 0 20px 0;
    border: 1px solid #dadfe3;
    border-top: none;
    width: 405px;
}


.dash_block .dropdown_item{
    border-bottom: 1px dotted #a9adb0;
    padding: 11px 0;
    margin: 0 20px;
}
.dash_block .dropdown_item.last{
    border-bottom: none;
    padding: 10px 0 1px 0;
}

.dash_block .dropdown_item .options{
    list-style: none;
    margin: 0;
    padding: 0;
}
.dash_block .dropdown_item .option{
    display: inline;
    background: url(../../../i/drop_option_pipe.gif) no-repeat right 3px;
    margin-left: 7px;
    padding-right: 7px;
}
.dash_block .dropdown_item .option.last{
    padding-right: 0;
    background: none;
}

.dash_block .dropdown_content.open,
.dash_block .dropdown_trigger.open,
.dash_block .dropdown_trigger.open .item_qty,
.dash_block .dropdown_trigger.open .list_name,
.dash_block .dropdown_trigger.open .toggle_arrow{
    z-index: 1;
}
.dash_block .overview_item .dropdown_shadow{
    z-index: -1;
}
.dash_block .overview_item .dropdown_shadow.open{
    z-index: 0;
}
.dash_block .dropdown_content.open .dropdown_shadow{
    z-index: -1;
}

.dash_block .dropdown_trigger.open .item_qty{
    margin-left: 17px;
}
.overview_item.open .toggle_arrow{
    right: 20px;
}

/* Edit shop page */
#merchant_store_header.top_page_banner{
    padding: 20px 20px 0 20px;
}

.merchant_form{
    color: #525252;
}
.merchant_form.single_form{
    width: 636px;
    margin: 0 auto;
}
.merchant_form .field{
    border-bottom: 1px solid #a8adb2;
    background: #fff;
}
.merchant_form .field.last{
    border: none;
}
.merchant_form .label_wrap{
    width: 190px;
    vertical-align: middle;
    text-align: right;
    background-color: #f7fafc;
    display: inline-block;
    padding-right: 15px;
    height: 50px;
    line-height: 50px;
}
.merchant_form .label_wrap.has_selectbox{
    height: 109px;
    line-height: 109px;
}
.merchant_form .field_label{
    display: block;
    font-weight: bold;
    color: #333333;
}
.merchant_form .selectbox,
.merchant_form .select{
    width: 316px;
}
.merchant_form .text{
    width: 304px;
}
.merchant_form .select{
    /* To ensure the select box is the correct height, (Safari) */
    line-height: 26px;
}
.merchant_form .selectbox,
.merchant_form .select,
.merchant_form .text{
    border: 1px solid #a8adb2;
}
.merchant_form .selectbox,
.merchant_form .select,
.merchant_form .file,
.merchant_form .text,
.merchant_form .sprite-btn.changes{
    margin: 10px 0 10px 8px;
}



.merchant_form_btns #cancel_form,
.merchant_form_btns #submit_form{
    float: right;
    height: 52px;
    width: 177px;
    background: url(../../../i/buttons_shop_changes.png) no-repeat transparent;
    margin: 28px 0 7px 28px;
}
.merchant_form_btns #cancel_form:hover{
    background-position: -177px 0;
}
.merchant_form_btns #submit_form{
    background-position: -354px 0;
    margin-right: 7px;
}
.merchant_form_btns #submit_form:hover{
    background-position: -531px 0;
}

/* Merchant 'Shop is empty' state */
#merchant_sr #emptyBox{
    height: auto;
    width: 605px;
    margin: 0 15px;
    padding: 40px;
}

#merchant_sr .innerBox{
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

#merchant_sr #emptyBox span{
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
}

/* Notification rollover for heading */

#notifications_flyout{
    visibility: hidden;
    width: 100%;
    
    margin-top: 29px;
    position: absolute;
    left: 0;
    z-index: 5000;
}
#notifications_flyout.open{
    visibility: visible;
}
#notification_fly_wrap{
    background: white;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-top: none;
    position: relative;
}
.dropdown_shadow{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    
    background: #000;
    
    opacity: 0.105;
    -moz-opacity: 0.105;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10.5)";
    filter: alpha(opacity=10.5);
    
    z-index: -1;
}
/* 
 * Have to set the background of elements within the notifications dropdown so background shadow doesn't show through 
 */
#notification_header,
.notification_messages,
#notifications_footer{
    background: #fff;
}

#notification_header{
    border-bottom: 1px solid #dddddd;
    
    padding: 17px 20px 16px 20px;
    
    font-weight: bold;
    font-size: 14px;
    color: #2a343b;
    
    z-index: 5;
}

.notification_messages {
    list-style: none;
    padding: 0;
    margin: 0;
}
.notification_messages.scroll{
    overflow-y: scroll;
}
.notification_messages li{
    height: 47px;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    
    padding: 7px;
    
    color: #2a343b;
    font-size: 13px;
    
    position: relative;
}
#notification_fly_wrap .notification_messages li.last{
    border-bottom: 0;
}
#notification_fly_wrap .notification_messages li.last:hover{
    border-bottom: 0;
}
.notification_messages li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    outline: none;
}
#notifications_footer.last_hover_hack{
    border-top: 1px solid #b1c4d5
}

#notifications_flyout .notification_messages li{
    background: #fff;
}
#notifications_flyout .notification_messages li.unread{
    background: #FFFFDD;
}
#notifications_flyout .notification_messages li:hover{
    border-top: 1px solid #fff;
    height: 46px;
    
    padding-top: 6px;
    padding-bottom: 8px;
} 

.notification_messages li img{
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    float: left;
}

#notifications_footer {
    background: #f4f4f4;
    border-top: 1px solid #dddddd;
    color: #333;
    display: block;
    font-size: 14px;
    padding: 14px 0 18px 0;
    text-align: center;
    text-decoration: none;
}
#notifications_footer:hover {
    background: #fafafa;
}

#notifications_flyout .emptyBox{
    height: 61px;
    width: 100%;
    background: #F4F4F4;
    border: 0;
    margin-top: 0;
}

#notifications_flyout .innerBox{
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

#notifications_flyout .emptyBox span{
    padding: 21px;
    display: inline-block;
    font-size: 16px;
}


/* Notification messages */
.notification_messages h5{
    margin: 3px 0 0 0;
}
.notification_messages  .message_area{
    height: 48px;
    margin-left: 59px;
    position: relative;
}
.notification_messages .bottom{
    margin: 0;
    position: absolute;
    bottom: 7px;
    left: 0;
}

/*
 * Notifications main page
 */
#notifications_main{
    width: 626px;
    border-right: 1px solid #eee;
    
    float: left;
    
    /*  To push the border to the top  */
    margin-left: -13px;
    padding-left: 13px;
    margin-top: -17px;
    padding-top: 17px;
}
.notifications_list{
    margin-left: 7px;
    margin-right: 20px;
}
#notifications_main h3,
#notifications_sidebar h3,
#notification_options h3 {
    padding-bottom: 12px;
    margin-bottom: 0;
}

#notificaitons_list_unread{
    margin-top: 16px;
    position: relative;
}
.notifications_list .notification_messages li{
    cursor: default;
}
.notifications_list .notification_messages li:hover,
.notifications_list .notification_messages li.unread{
    background: none;
    border-bottom: 1px solid #dddddd;
    filter: none;
}
.notifications_list .notification_messages li.unread{
    background: #FFFFDD;
}
#notifications_filter{
    position: absolute;
    top: -4px;
    right: 0;
}
#notifications_mark_read, #notifications_fly_mark_read {
    float: right;
    margin-top: -32px;
    text-decoration: none;
}
#notifications_mark_read:hover, #notifications_fly_mark_read:hover {
    text-decoration: underline;
}
#notifications_fly_mark_read {
    margin-top: 0;
}
.mark_all_read.loading{
    padding-left: 27px;
    background: url(../../../i/ajax-loader.gif) no-repeat left;
}

    /* Notifications Sidebar */
#notifications_sidebar{
    padding: 16px 6px 0 8px;
    margin-bottom: 32px;
    
    float: right;
    width: 300px;
    padding: 16px 6px 0 20px;
    margin-bottom: 15px;

    border-left: 1px solid #eee;
    
    /* Overlapping the borders so regardless of which is bigger 
     * (notifications list or options) the border goes down
     * the full width of the longer  
     */
    position: relative;
    left: -1px;
}
.notificaitons_option_list{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 20px;
    width: 300px;
}
.notificaitons_option_list.last{
    margin-right: 0;
}
.notify_option_heading{
    border: 1px solid #dddddd;
    border-bottom: none;
    width: 136px;
    padding: 3px 6px 4px 6px;
    font-weight: bold;
    text-align: center;
    background: #607183;
    color: #fff;
}
.notify_option_content{
    border: 1px solid #dddddd;
    background: #f4f4f4;
    padding: 12px 15px;
}
.notify_option_content ul{
    list-style: none;
    padding: 0;
}
.notify_option_content input{
    margin: -3px 3px 0 0;
}
.notificaitons_option_list .notify_option_block{
    margin-bottom: 15px;
}
.notificaitons_option_list .no_margin_bottom{
    margin-bottom: 0;
}
#notifications_settings{
    position: relative;
    margin-bottom: 27px;
}

#notifications_main .emptyBox{
    height: 176px;
    width: 100%;
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
    margin-top: 15px;
}

#notifications_main .innerBox{
    text-align: center;
    width: 100%;
    margin: 68px auto;
}

#notifications_main .emptyBox span{
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    display: inline-block;
    font-size: 16px;
}

.notification_messages .read{
   background: #ffffff;
}


/* Changes for splitting pages into settings and main */
#notifications_setting_button {
    width: 300px;
    height: 34px;
    display: block;
    margin-top: 15px;
    
    border: none;
    background: url(../../../i/notification_settings.png) no-repeat;
}
#notifications_setting_button:hover {
    background: url(../../../i/notification_settings_on.png) no-repeat;
}


#notification_ads_list{
    list-style: none;
    margin: 0;
    padding: 0;
}
#notification_ads_list .notification_ad{
    border: 1px solid #dddddd;
    background: #f4f4f4;
    margin-top: 15px;
    padding: 11px 15px 15px 15px;
}
#notification_ads_list h3{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#notification_ads_list a {
    text-decoration: none;
    font-size: 15px;
    width: 266px;
    display: block;
}
#notification_ads_list a:hover {
    text-decoration: underline;
}
.notif_ad_main{
    border: 1px solid #d8d8d8;
    margin-top: 10px;
    background: #fff;
}
.notif_ad_main_img{
    width: 131px;
    float: left;
    border-right: 1px solid #dedcdd;
}
.notif_ad_main,
.notif_ad_main_img{
    height: 98px;
}
.notif_ad_info{
    float: right;
    width: 114px;
    margin: 6px 10px 10px 10px;
    padding-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
}
.notif_ad_info.top{
    margin-bottom: 0;
    border-bottom: 1px solid #d8d8d8;
}
.notif_ad_data.num{
    font-weight: bold;
}
.notif_ad_data.lower{
    margin-top: -2px;
}

#notif_heading_sub{
    margin-top: 10px;
}
.notify_option_block.bottom {
    margin-bottom: 12px;
}
#notif_options_footer {
    border-top: 1px solid #dddddd;
    margin-top: 18px;
    padding-top: 15px;
    text-align: right;
}
#notif_options_footer .backlink {
    float: left;
}
#notif_options_footer .orange-button{
    width: 130px;
}

#notification_options{
    padding: 16px 6px 0 8px;
    margin-bottom: 32px;
    position: relative;
}

.notify_option_content li{
    padding: 1px 0 2px 0;
}

/** DoneDeal feedback export notifications*/
#notifications_flyout .notification_messages li.dd-feedback-export:hover,
.notification_messages li.dd-feedback-export
{
    height: auto;
    padding-bottom: 8px;
}
.notification_messages li.dd-feedback-export .notification-image {
    margin-top: 6px;
}
.notification_messages li.dd-feedback-export .message_area {
    height: auto;
}
.notification_messages li.dd-feedback-export .message_area h5 {
    width: 340px;
}
.notification_messages li.dd-feedback-export .message_area .d-flex{
    display: flex;

}
.notification_messages li.dd-feedback-export .message_area p {
    margin-top: 5px;
    width: 400px;
}
.notification_messages li.dd-feedback-export .message_area .review-btn {
    border: solid 1px black;
    box-sizing: border-box;
    width: 195px;
    height: 40px;
    margin-top: -14px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.5rem;
}
.notification_messages li.dd-feedback-export .message_area .review-btn img {
    border: none;
    width: 20px;
    height: 20px;
    float: none;
    position: relative;
    top: 5px;
}

/**
 * Jobs Homepage
 * 
 * Styles relating to the microsite homepage for jobs
 * 
 * */

.jobs_section{
    width: 878px;
    margin: 13px 17px 15px 17px;
    padding: 20px;
    padding-bottom: 0;

    color: #333;
    
    position: relative;
}
.jobs_section.last{
    margin-bottom: 18px;
}

.jobs_section .select,
.jobs_section .input{
    background: #fff;
    color: #333;
    
    font-size: 13px;
    
    border-top: 1px solid #acadb2;
    border-left: 1px solid #e2e3e8; 
    border-right: 1px solid #e2e3e8; 
    border-bottom: 1px solid #e2e9ef;
    
    height: 30px;
}
.jobs_section .select,
.jobs_section .input,
.jobs_section .job_search_btn {
    margin-bottom: 7px;
}
.jobs_section .input{
    height: 26px;
    padding-left: 9px;
    width: 196px;
}
.jobs_section .select{
    padding: 5px;
    line-height: 26px;
}

.jobs_section p{
    margin: 0;
}

/*
 * Overriding heading styles from the rest of the site
 */
#jobs_microsite h1,
#jobs_microsite h2,
#jobs_microsite h3,
#jobs_microsite h4,
#jobs_microsite h5,
#jobs_microsite h6,
.jobs_section h1,
.jobs_section h2,
.jobs_section h3,
.jobs_section h4,
.jobs_section h5,
.jobs_section h6{
    display: inline;
    border: none;
    color: inherit;
    margin: 0;
    padding: 0;
    font-size: inherit;
}

.jobs_section #main_heading h1{
    font-size: 18px;
    color: #3E3E3E;
}

.jobs_section .heading{
    color: #333;
    font-size: 16px;
    
    padding-bottom: 15px;
    display: block;
    width: 100%;

    position: relative;
    right: 13px;
    
    margin-top: -3px;
}
.jobs_section #main_heading{
    margin-top: 0;
    padding-bottom: 16px;
}
.jobs_section .heading h2 {
    font-weight: normal;
}
.jobs_section .heading h2 .bold {
    font-size: 20px;
    font-weight: bold;
}

#main_jobs_image{
    margin-top: -2px;
}

.jobs_section div#main-employers.centered-content {
  margin: 0 0 15px -13px;
}

/*
 * Category columns
 */
.jobs_section #categories {
    border-bottom: 1px solid #d4dbe4;
}
.jobs_section #categories ul{
    list-style: none;
    float: left;
    padding: 3px 20px 0 0;
    width: 199px;
}
.jobs_section #categories ul.column_4{
    padding-right: 0;
}
.jobs_section #categories li{
    display: block;
    margin-bottom: 7px;
}
.jobs_section #categories li.last{
    margin-bottom: 17px;
}
.jobs_section #categories .facet{
    color: #525252;
}
/* A few hacks to put the columns in the right place */
.jobs_section #categories ul.column_1{
    padding-right: 27px;
}
.jobs_section #categories ul.column_2{
    padding-right: 27px;
}
.jobs_section #categories ul.column_3{
    padding-right: 30px;
}
.jobs_section #categories ul.column_4{
    width:197px;
}

.jobs_section #main_job_search{
    margin-top: 18px;
}
.jobs_section .job_search_option{
    width: 207px;
    display: inline-block;
    padding-right: 16px;
    vertical-align: text-top;
}
.jobs_section .job_search_option.keywords{
    padding-right: 6px;
}
.jobs_section .job_search_option.submit{
    padding-right: 0;
    padding-top: 24px;
}

.jobs_section .job_search_option.submit .label_radio{
    margin-left: 16px;
}


.jobs_section .search_option_name{
    display: block;
    width: 100%;
    color: #44607d;
    margin-bottom: 7px;
}
.jobs_section #main_job_search .select{
    width: 207px;
}
.jobs_section .job_search_btn{
    background: url(../../../i/btn-search-job-sprite-rounded.png) no-repeat;
    width: 197px;
    height: 32px;
    border: none;
    margin-left: 10px;
    cursor: pointer;
}
.jobs_section .job_search_btn:hover{
    background: url(../../../i/btn-search-job-sprite-rounded.png) no-repeat 0 -32px;
}

.jobs_section .company_account_btn {
    background: url(../../../i/btn-open-company-account.png) no-repeat;
    width: 197px;
    height: 32px;
    border: none;
    margin-left: 10px;
    cursor: pointer;
    float: right;
}
.jobs_section .company_account_btn:hover{
    background: url(../../../i/btn-open-company-account.png) no-repeat 0 -32px;
}


/* Main Page: Advice section */
#jobs_main_advice{
    margin-top: 16px;
}

#job_articles{
    margin-top: 25px;
    width: 559px;
}
.job_article_group{
    margin: 9px 0;
    border-bottom: 1px solid #DADFE4;
    padding-bottom: 9px;
}
.job_article_group.last{
    border-bottom: 0;
    padding-bottom: 11px;
}
.job_article_group img{
    border: 1px solid #dadfe4;
    width: 215px;
    height: 113px;
    
    float: left;
}
.job_article_group .article_list{
    list-style: none;
    padding: 0;
    margin: 4px 0 0 0;
}
.job_article_group p{
    margin-top:4px;
}
.job_article_group .article_overview{
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    width:300px;
}
.job_article_group .article_overview_heading{
    font-weight:bold;
    font-size: 14px;
    margin-bottom: 4px;
}
.job_article_group .article_list li{
    margin-bottom: 3px;
}
.job_article_group .overview_link{
    font-weight: bold;
    margin-top: 6px;
    display: block;
}

#job_main_page_mpu{
    position: absolute;
    right: 20px;
    margin-top: 25px;
}

/* Main page: advice social section */
.jobs_section .social-networks{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: -2px;
}
.jobs_section #socmed_google{
    width: 32px;
    height: 20px;
    background: url(../../../i/social_buttons_disabled.png) 0 -40px no-repeat;
    display: block;
}
.jobs_section #socmed_fb{
    height: 20px;
    display: block;
    margin-right: 21px;
}
.jobs_section #socmed_tw{
    height: 20px;
    background: url(../../../i/social_buttons_disabled.png) 0 -20px no-repeat;
    display: block;
}

.jobs_section .social-networks li{
    float: left;
}

.jobs_section li#socmed_tw{
    margin-right: 35px;
}


/**
 * Jobs Company pages
 * 
 * Styles relating to the page showing employers info, blurb and search results.
 * 
 * */

#jobs_company_page .company_sidebar_width{
    width: 201px;
    float: left;
}
#jobs_company_page .company_main_width{
    width: 729px;
    float: right;
}
#jobs_company_page .company_main_width .common_padding{
    margin-left: 20px;
    margin-right: 20px;
}

#jobs_company_page .company_block{
    border: 1px solid #d4d4d4;
}
#jobs_company_page .company_block.grey,
#jobs_company_page #search_header{
    background: #f8f8f8;
    border: 1px solid #ddd;
}
#jobs_company_page .blue_heading_text{
    color: #44607d;
    font-size: 14px;
    font-weight: bold;
}

#company_info{
    margin-bottom: 20px;
}

/*  Comapny overview    */
#company_overview .company_image_large{
    width: 100%;
    height: 201px;
    line-height: 199px;
    overflow: hidden;
}
#company_overview .company_image_large img{
    margin: 0 auto;
    vertical-align: middle;
    max-width: 201px;
}
#company_overview .company_overview_data{
    border-top: 1px solid #ddd;
    padding: 1px 10px 5px 10px;
}
#company_overview .company_overview_data .data_item{
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
#company_overview .company_overview_data .data_item.last{
    border-bottom: none;
}
#company_overview .company_overview_data .overview_data{
    color: #333;
    font-weight: bold;
}

/* Company description */
#company_description{
    color: #333;
    min-height: 289px;
    position: relative;
}
#company_description #company_heading{
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 11px;
    margin-bottom: 11px;
}
#company_description #company_heading .main_heading{
    font-size: 22px;
    margin-top: 29px;
    margin-bottom: 5px;
}
#company_description #company_heading .subheading{
    color: #525252;
    margin: 0;
}
#company_header_location{
    float: right;
    margin-top: -18px;
    color: #525252;
}
#company_header_location .highlight{
    font-weight: bold;
    color: #333;
}
#company_description ul{
    padding-left: 19px;
    margin: 5px 0;
}
#company_description li{
    margin: 3px 0;
    padding: 0;
}
#company_description p:first-child{
    margin-top: 0;
}

#company_blurb{
    margin-bottom: 71px;
}

#company_social{
    width: 100%;
    height: 21px;
    margin-bottom: 31px;
    margin-top: 19px;
    position: absolute;
    bottom: 0;
}
#company_social ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#company_social li{
    float: left;
    margin-right: 10px;
    height: 20px;
    margin-bottom: 8px;
}


/*   Search Sidebar   */
#jobs_company_page .sort-form select {
    margin-left: 0;
}
#jobs_company_page #search_sidebar{
    width: 203px;
}
#jobs_company_page #search_sidebar .box.sub_container h4 {
    background: none;
}
#jobs_company_page #search_sidebar .box.sub_container h4 {
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*   Search Results   */
#jobs_company_page #search_header{
    margin: 0 0 15px 0;
    padding: 0;
}
#jobs_company_page #search_header .search_title_content{
    padding-top: 18px;
    padding-bottom: 19px;
    width: 320px;
}
#jobs_company_page .search_title_content .search_heading{
    border: none;
    color: #333;
/*    font-size: 15px;*/
    font-size: inherit;
    margin: 0 0 1px 0;
    padding: 0;
}
#jobs_company_page .search_title_content .search_subtext{
    font-weight: normal;
    margin-top: 1px;
}

#jobs_company_page #search_follow_user {
    height: 74px;
    line-height: 74px;
}

#jobs_company_page #search_follow_user #follow_user {
    background-color: white;
    color: black;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 16px;
    vertical-align: middle;
    width: 220px;

    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;

    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
}

#jobs_company_page #search_follow_user span{
    vertical-align: middle;
    float: none;
}

#jobs_company_page .search_result{
    height: 52px;
    border-bottom: 1px dotted #d4d4d4;
    padding-top: 15px;
    padding-bottom: 5px;
}
#jobs_company_page .search_result.last{
    border-bottom: none;
}
#jobs_company_page .search_description,
#jobs_company_page .search_link{
    width: 689px;
}
#jobs_company_page .search_description{
    margin-top: 5px;
}

.company_block #socmed_tw{
    background: url(../../../i/social_buttons_disabled.png) 0 -20px no-repeat;
    overflow: hidden;
    min-width: 59px;
    min-height: 20px;
}
.company_block #socmed_linked_in{
    background: url(../../../i/social_buttons_disabled.png) 0 -60px no-repeat;
    overflow: hidden;
    min-width: 59px;
    min-height: 20px;
}

.job_checkboxes input {
    vertical-align: top;
}

.job_checkboxes label {
    margin-right: 20px;
}
/**
 * This file covers^ all styles relating to the ad placement process
 * 
 * ^ = Currently some ad placement related styles remain in all.css
 */


/**
 * Common ad placement progress bar
 */

.place_ad_progress_indicator {
    color: #5a7181;
    font-size: 14px;
    background: url(../../../i/sell_progress_sprite.png) 0 43px repeat-x;
    padding: 10px 0 0 0;
    margin: 0 7px 37px 7px;
    list-style: none;
    width: 940px;
    height: 34px;
    clear: both;
}

.place_ad_progress_indicator .step {
    float: left;
    width: 235px;
    text-align: center;
    cursor: default;
}

.place_ad_progress_indicator.has_5 .step {
    width: 188px;
}

.place_ad_progress_indicator .current_step {
    color: #010101;
    font-weight: bold;
}

.place_ad_progress_indicator .step_icon {
    background: url(../../../i/sell_progress_sprite.png) 0 -6px no-repeat;
    width: 11px;
    height: 11px;
    margin: 0 auto;
    position: relative;
    top: 10px;
}

.place_ad_progress_indicator .current_step .step_icon {
    background-position: 0 -17px;
}

.place_ad_progress_indicator.has_3 .step {
    width: 303px;
}


/* 
 * Priority/Premium upsell
 */

#priority_explanation li{
    float: left;
}

/* 
    Setting main elements to the proper padding for the premium upsell page
    The #main wrapper has 13px padding, this needs 20px
 */
h3#priority_explanation_heading,
#priority_explanation {
    margin: 0 7px 17px 7px;
    color: #333;
    border: none;
    padding: 0;
}

.priority_info_block,
.ad_overlay .block_image,
.pricing_info_block
 {
    border: 6px solid #f1f1f1;
}

.priority_info_block {
    cursor: pointer;
    width: 248px;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 13px;
    /* Relative so it catches the 'best value' logo */
    position: relative;
}

.priority_info_block:hover {
    border-color: #ddd;
}

.pricing_info_block {
    padding: 20px 50px;
    border: 6px solid #f1f1f1;
    margin-bottom: 13px;
    width: 348px;
}

#premium_info_block {
    margin-right: 0;
}

.priority_info_block .heading,
.pricing_info_block .heading {

    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding: 4px 0 18px 0;
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #333333;
}

.pricing_info_block .heading {
    font-size: 19px;
}

.priority_info_block .description {
    text-align: center;
    margin-bottom: 21px;
}
.priority_info_block .further_description {
    margin: 8px 0;
    color: #777;
}
.priority_info_block .further_description strong {
    color: #333;
}

.priority_info_block .highlight,
.pricing_info_block .highlight {
    font-family: Georgia, serif;
    color: #000;
    height: 2.5em;
    font-style: italic;
    display: inline-block;
    padding: 0 10px;
}

.priority_info_block .highlight {
    font-size: 15px;
}

.pricing_info_block .highlight {
    font-size: 19px;
}

.priority_info_block .highlight .sales_hook {
    white-space: nowrap;
}

.upsell_description {
    text-align: left;
    margin-left: 10px;
    padding: 0px;
    height: 125px;
    width: 380px;
}
.upsell_description ul {
    margin-left: 10px;
    list-style-type: disc;
    margin-top:0px;
}
.upsell_description li.grey_bullet {
    list-style-type: none;
    background: url('../../../i/grey_bullet.png') no-repeat left;
    padding-left: 20px;
    padding-top: -5px;
    margin-top: 13px;
}
.upsell_description a {
    text-decoration: none;
}
.expire_message {
    color: #D36601;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0;
    margin: 6px 15px;
}

/* Main buttons */
#priority_basic_button,
#priority_premium_button,
#priority_priority_button {
    background: url(../../../i/upsell_button_sprite.png);
    width: 248px;
    height: 49px;
}

#priority_basic_button:hover {
    background-position: 0 -49px;
}

#priority_priority_button  {
    background-position: -248px 0;
}
#priority_priority_button:hover {
    background-position: -248px -49px;
}

#priority_premium_button  {
    background-position: -496px 0;
}
#priority_premium_button:hover {
    background-position: -496px -49px;
}


/* The italic description was a bit 'fudged' in the graphics, similarly 'fudged' here */
#priority_block .description,
#premium_info_block .description {
    margin-left: -15px;
    width: 278px;
}
#priority_block .further_description,
#premium_info_block .further_description {
    padding: 0 20px;
}

.best_value_img{
    background: url(../../../i/best_value.png) no-repeat;
    position: absolute;
    top: -11px;
    right: -11px;
    width: 83px;
    height: 83px;
    z-index: 1;
}


/* Prices */
.price_text {
    background-repeat: no-repeat;
    overflow: hidden;
}
#priority_basic .price_text {
    background-image: url(../../../i/upsell_numbers_blue.png);
}

#priority_block .price_text {
    background-image: url(../../../i/upsell_numbers_gold.png);
}

#premium_info_block .price_text {
    background-image: url(../../../i/upsell_numbers_black.png);
}

/* Selected states for different priorities */
#priority_basic.selected {
    border-color: #c4c4c4;
}
#priority_block.selected {
    border-color: #ed8124;
}
#premium_info_block.selected {
    border-color: #777;
}

/* 20121123 PC: Price testing, swap colours */
#premium_info_holder {
    width: 349px;
    float: right;
    margin-right: 6px;
}
#pricing_premium_upsell_badge {
    float: right;
    margin-right: -35px;
    margin-top: -4px;
}
#premium_info_holder .price_text,
.merchant #premium_info_block .price_text {
    background-image: url(../../../i/upsell_numbers_gold.png?v=1);
}
#premium_info_holder .price_text.price_free,
#premium_info_holder .price_text.price_euro,
.merchant #premium_info_block .price_text.price_euro{
    background-image: url(../../../i/upsell_free_gold.png?v=1);
}

#priority_info_holder .price_text,
.merchant #priority_block .price_text {
    background-image: url(../../../i/upsell_numbers_green.png?v=1);
}
#priority_info_holder .price_text.price_free,
#priority_info_holder .price_text.price_euro,
.merchant #priority_block .price_text.price_euro  {
    background-image: url(../../../i/upsell_free_green.png?v=1);
}

#priority_basic .price_text.price_free,
#priority_basic .price_text.price_euro {
    background-image: url(../../../i/upsell_free_blue.png?v=1);
}

#priority_block .price_text.price_free,
#priority_block .price_text.price_euro {
    background-image: url(../../../i/upsell_free_gold.png?v=1);
}

#premium_info_block .price_text.price_free,
#premium_info_block .price_text.price_euro {
    background-image: url(../../../i/upsell_free_black.png?v=1);
}

.priority_info_block .price,
.pricing_info_block .price {
    text-align: center;
    height: 63px;
    line-height: 0;
}

.priority_info_block .price {
    margin: 35px;
}
.pricing_info_block .price {
    margin: 28px;
}
.priority_info_block .price_text,
.pricing_info_block .price_text {
    display: inline-block;
    width: 35px;
    height: 65px;
}

.priority_info_block .price_free {
    background-position: 0 0;
    width: 109px;
    height: 47px;
    position: relative;
    top: 10px;
}

.priority_info_block .price_euro,
.pricing_info_block .price_euro {
    background-position: 0 -47px;
    width: 29px;
}

.priority_info_block .price_0,
.pricing_info_block .price_0 {
    background-position: 0 0;
}

.priority_info_block .price_1,
.pricing_info_block .price_1 {
    background-position: 0 -65px;
    height: 64px;
    width: 30px;
}

.priority_info_block .price_2,
.pricing_info_block .price_2 {
    background-position: 0 -129px;
    height: 64px;
}

.priority_info_block .price_3,
.pricing_info_block .price_3 {
    background-position: 0 -193px;
}

.priority_info_block .price_4,
.pricing_info_block .price_4 {
    background-position: 0 -258px;
}

.priority_info_block .price_5,
.pricing_info_block .price_5 {
    background-position: 0 -323px;
}

.priority_info_block .price_6,
.pricing_info_block .price_6 {
    background-position: 0 -388px;
}

.priority_info_block .price_7,
.pricing_info_block .price_7 {
    background-position: 0 -453px;
    /*
        The 7 is 1px smaller than the other numbers hence redefining the height here
     */
    height: 64px;
    margin-bottom: 1px;
}

.priority_info_block .price_8,
.pricing_info_block .price_8 {
    background-position: 0 -517px;
}

.priority_info_block .price_9,
.pricing_info_block .price_9 {
    background-position: 0 -582px;
}

.premium_price_submit,
.merchant #priority_premium_button {
    width: 293px;
    height: 49px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border: 0px;

    background-color: #ec6702;
    background-image: -webkit-linear-gradient(top, #fba733 , #ec6702);
    background-image: -moz-linear-gradient(top, #fba733 , #ec6702);
    background-image: -ms-linear-gradient(top, #fba733 , #ec6702);
    background-image: -o-linear-gradient(top, #fba733 , #ec6702);
    background-image: linear-gradient(top, #fba733 , #ec6702);
    -pie-background: linear-gradient(top, #fba733, #ec6702);

    background-position: 0 0;
}
.premium_price_submit:hover,
.merchant #priority_premium_button:hover {
    background-color: #fba733;
    background-image: -webkit-linear-gradient(top, #ec6702 , #fba733);
    background-image: -moz-linear-gradient(top, #ec6702 , #fba733);
    background-image: -ms-linear-gradient(top, #ec6702 , #fba733);
    background-image: -o-linear-gradient(top, #ec6702 , #fba733);
    background-image: linear-gradient(top, #ec6702 , #fba733);
    -pie-background: linear-gradient(top, #ec6702, #fba733);

    background-position: 0 0;
}

.priority_price_submit,
.merchant #priority_priority_button {
    width: 293px;
    height: 49px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #e3e3e1;

    background-color: #608a00;
    background-image: -webkit-linear-gradient(top, #7cae01 , #608a00);
    background-image: -moz-linear-gradient(top, #7cae01 , #608a00);
    background-image: -ms-linear-gradient(top, #7cae01 , #608a00);
    background-image: -o-linear-gradient(top, #7cae01 , #608a00);
    background-image: linear-gradient(top, #7cae01 , #608a00);
    -pie-background: linear-gradient(top, #7cae01, #608a00);

    background-position: 0 0;
}
.priority_price_submit:hover,
.merchant #priority_priority_button:hover {
    background-color: #7cae01;
    background-image: -webkit-linear-gradient(top, #608a00 , #7cae01);
    background-image: -moz-linear-gradient(top, #608a00 , #7cae01);
    background-image: -ms-linear-gradient(top, #608a00 , #7cae01);
    background-image: -o-linear-gradient(top, #608a00 , #7cae01);
    background-image: linear-gradient(top, #608a00 , #7cae01);
    -pie-background: linear-gradient(top, #608a00, #7cae01);

    background-position: 0 0;
}

#priority_basic_sub {
    border: 6px solid #f1f1f1;
    text-align: center;
    padding: 21px;
    margin: 8px 6px 6px;
    font-size: 16px;
}

/*
    Merchant specific buttons
 */
.merchant #priority_priority_button,
.merchant #priority_premium_button,
#priority_basic .base_action_button {
    width: 247px;
    height: 49px;
    font-size: 18px;
    margin-top: 27px;
}

/**
 * Premium overlay
 */
.ad_overlay {
    display: none;
    background: #fff;
    border: 1px solid #a5a5a5;
    padding: 25px;
    width: 830px;
    position: absolute;
    top: 96px;
    left: 50px;
    /* 10000001 to win the z-index fight with #TB_overlay */
    z-index: 10000001;
}

.ad_overlay,
.ad_overlay_bg {
    display: none;
}

#priority_overlay {
    top: 186px;
}

.ad_overlay .heading {
    font-size: 16px;
    color: #323232;
    border: none;
    margin: 0 0 21px 0;
}

.ad_overlay .close_icon {
    display: block;
    width: 29px;
    height: 29px;
    background: url(../../../i/close_icon_sprite.png) 0 0 no-repeat;
    position: absolute;
    top: 18px;
    right: 25px;
}

.ad_overlay .close_icon:hover {
    background-position: 0 -29px;
}


/*
 * Priority upsell footer
 */
#page_info_footer{
    background: url(../../../i/page_info_footer_shadow.png) repeat-x #f7f7f7;
    border-bottom: 5px solid #efefef;
    padding-top: 20px;
    color: #525252;
    font-size: 11px;
}

#page_info_footer .quarter_width{
    width: 204px;
    margin-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #d6d6d6;
    float: left;
    margin-bottom: 22px;
}
#page_info_footer .quarter_width.last{
    margin-right: 20px;
    border-right: 0;
    padding-right: 0;
}

#page_info_footer .heading{
    font-size: 13px;
    color: #333;
    font-weight: bold;
}
#page_info_footer .info{
    margin-top: 8px;
    margin-bottom: 1px;
}
#page_info_footer  .info_action{
    font-weight: bold;
}

#page_info_footer .list{
    list-style: none;
    padding: 0;
}


/*
 * Extra ad entry styles for reserve price
 */
#advert-form tr.info_row td {
    background: #fefbef;
}

#advert-form tr.info_row td:first-child {
    background: #f2efe1;
}

/* The two rules above are higher specificity than the existing error styles */
#advert-form tr.info_row td.error {
    background: #ffdcdc;
}

#advert-form tr.info_row td ul {
    list-style-image: url(../../../i/reserve_price_li.png);
    margin: 10px 15px;
    padding: 0;
}

#advert-form input.radio {
    display: inline;
    float: none;
}

#advert-form label.reserve_radio {
    padding-right: 10px;
}

#advert-form .adFormSection {
    position: relative;
}


/* Unusually sized ad entry form fields */
#advert-form #mileage {
    width: 100px;
}

#advert-form #mileage_units {
    width: auto;
    height: 32px;
    margin: 3px 0 3px 10px;
}

#advert-form #salary_period {
    width: auto;
    height: 32px;
    margin: 3px 0 3px 10px;
}


/*
    Ad placement full width sections are those that don't have the regular
    "label" => "input" relationship, they are more "checkbox" => "other stuff"
    typically
 */
#advert-form .adFormSection.full_width table {
    width: 100%;
}

#advert-form .adFormSection.full_width table td {
    width: 100%;
    padding: 15px;
    text-align: left;
    background: white;
}

#advert-form .adFormSection.full_width table td img {
    padding: 0 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}


/*
    Ad placement extras
*/
#advert-form .adFormSection.extras table td label {
     font-weight: bold;
     color: #333;
}


#advert-form .adFormSection.extras table td p {
    margin: 7px 0 0;
    font-size: 13px;
}


/*
    Merchant upsell page changes
 */
#priority_explanation.merchant .feature_list {
    list-style: disc;
    list-style-image: url(../../../i/sell/feature_list_dot.png);

    text-align: left;
    line-height: 18px;

    padding-left: 54px;
}

#priority_explanation.merchant #priority_basic .feature_list {
    padding-left: 40px;
}

#priority_explanation.merchant .feature_list li {
    float: none;

    margin-bottom: 10px;
}

#priority_explanation.merchant .feature_list li a {
    text-decoration: none;
}

#priority_explanation.merchant .priority_info_block .description {
    margin-bottom: 31px;
}


.merchant .priority_info_block {
    padding-bottom: 35px;
}

.merchant .priority_info_block .price {
    margin-left: 5px;
    margin-top: 30px;
    margin-bottom: 40px;
}

#priority_explanation.merchant li {
    margin-bottom: 11px;
}

.merchant .priority_info_block .price_euro
, .merchant .pricing_info_block .price_euro {
    background-position: 0 -48px;
    margin-right: 2px;
}

.merchant_basic_fees {
    height: 104px;
    margin-top: 30px;
    margin-left: 92px;

    vertical-align: middle;
    line-height: 83px;
    font-size: 19px;

    color: #b9b9b9;
}

.merchant_basic_fees .low_listing_fee,
.merchant_basic_fees .high_listing_fee {
    background: url(../../../i/sell/merchant_listing_fees.png);
    display: inline-block;
    width: 83px;
    height: 83px;

    cursor: pointer;

    direction: ltr;
    text-indent: -1000px;
}

.merchant_basic_fees .low_listing_fee {
    margin-right: 1px;
}

.merchant_basic_fees .low_listing_fee:hover {
    background-position: 0 83px;
}

.merchant_basic_fees .high_listing_fee {
    background-position: 83px 0;
    margin-left: 3px;
}

.merchant_basic_fees .high_listing_fee:hover {
    background-position: 83px 83px;
}

.merchant .priority_info_block {
    padding: 20px 10px 35px 10px;
    width: 268px;
}

.merchant .priority_info_block .heading {
    font-size: 19px;
}

.merchant .base_action_button,
.merchant #priority_priority_button,
.merchant #priority_premium_button {
    margin: 0 0 0 10px;
    border: 1px solid #e2e2e0;
}


#priority_free,
#priority_free input {
    cursor: pointer;
}
#priority_explanation.prioritypush{
    overflow: hidden;
}
.prioritypush #priority_standard,
.prioritypush #premium_info_block{
    margin-top: 20px;
}
.prioritypush #priority_block {
    padding-top: 10px;
    padding-bottom: 40px;
}
.prioritypush #priority_block h3 {
    font-size: 25px;
    border: none;
    text-align: center;
    margin-bottom: 5px;
}

.priority_info_block.tip {
    border: 0;
    clear: both;
    cursor: default;
    margin: 0;
    padding: 10px 10px 0 10px;
    width: 888px;
}


/* Priority common */

#standard_priority_page {
    color: #333;
    list-style: none;
    margin: 0 7px 2px 7px;
    overflow: hidden;
    padding: 0;
}
#standard_priority_page.col4 {
    margin-bottom: 20px;
}

#standard_priority_page li {
    float: left;
}

#standard_priority_page .priority_info_block ul {
    list-style: none;
    margin: 12px 0;
    padding: 0;
}
#standard_priority_page .priority_info_block ul li {
    float: none;
    padding: 4px 0 4px 28px;
}
#standard_priority_page .priority_info_block ul li.check {
    background-position: 1px 7px;
    background-repeat: no-repeat;
}
#standard_priority_page .priority_info_block ul li.cross {
    background: url('../../../i/sell/priority/cross.png') no-repeat 2px 7px;
    color: #aaa;
}
#standard_priority_page .priority_info_block#priority_standard ul li.check {
    background-image: url('../../../i/sell/priority/check_basic.png');
}
#standard_priority_page .priority_info_block#priority_block ul li.check {
    background-image: url('../../../i/sell/priority/check_priority.png');
}
#standard_priority_page .priority_info_block#premium_info_block ul li.check {
    background-image: url('../../../i/sell/priority/check_premium.png');
}

#standard_priority_page .priority_info_block .highlight {
    font-family: Arial, sans-serif;
    font-size: 52px;
    font-style: normal;
    height: 3px;
    margin: 0 0 12px 0;
    overflow: hidden;
    padding: 14px 0 30px 2px;
}
#standard_priority_page .priority_info_block .highlight .euro {
    font-size: 30px;
    line-height: 0.2;
    vertical-align: top;
}
#standard_priority_page .priority_info_block .highlight .price {
    font-weight: bold;
    margin: 0;
}

#standard_priority_page .priority_info_block {
    border: 0;
    cursor: pointer;
    margin-right: 12px;
    padding: 0;
}
#standard_priority_page.col3 .priority_info_block {
    width: 305px !important;
}
#standard_priority_page.col4 .priority_info_block {
    width: 226px !important;
}

#standard_priority_page .heading {
    border: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    padding: 24px 0 23px 0;
    text-transform: uppercase;
}
#standard_priority_page.col3 .heading {
    letter-spacing: 3px;
}
#standard_priority_page .heading .most_popular {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 2px;
    position: relative;
    text-transform: uppercase;
    top: -9px;
}

#standard_priority_page .description {
    border-width: 0 2px 2px 2px;
    border-style: solid;
    border-color: #f1f1f1;
    font-size: 15px;
    line-height: 20px;
    margin: 0 !important;
    padding: 15px 24px 9px 29px;
    text-align: left;
    width: auto !important;
}


/* Hovers */
/* http://stackoverflow.com/questions/6910049/on-a-css-hover-event-can-i-change-another-divs-styling */

#standard_priority_page #priority_standard .description:hover,
#standard_priority_page #priority_standard .heading:hover + .description {
    border-color: #8d9aa8;
}

#standard_priority_page #priority_block .description:hover,
#standard_priority_page #priority_block .heading:hover + .description {
    border-color: #ee7e00;
}

#standard_priority_page #premium_info_block .description:hover,
#standard_priority_page #premium_info_block .heading:hover + .description {
    border-color: #3fa0e3;
}

/* The 4 column layout free ad hover is done in JS because of the heading */
.upsell_free:hover {
    border-color: #e0e0e0;
}

#standard_priority_page #premium_info_block.selected .description,
#standard_priority_page #premium_info_block.selected .heading + .description {
    border-color: #3fa0e3;
}

#standard_priority_page #priority_block.selected .description,
#standard_priority_page #priority_block.selected .heading + .description {
    border-color: #ee7e00;
}

#standard_priority_page #priority_standard.selected .description,
#standard_priority_page #priority_standard.selected .heading + .description {
    border-color: #8d9aa8;
}




/* Standard ad */
#standard_priority_page #priority_standard {
    position: relative; /* This is only used for the 'Coming soon' overlay */
}

#standard_priority_page #priority_standard .heading {
    background: #8d9aa8;
}

/* Priority ad */
#standard_priority_page #priority_block {
    padding-top: 10px;
    padding-bottom: 0;
}

#standard_priority_page #priority_block .heading {
    background: #ee7e00;
    margin-top: 0;
}
#standard_priority_page #priority_block .heading .most_popular {
    color: #f7c58c;
}

/* Premium ad */
#standard_priority_page #premium_info_block {
    margin-right: 0;
}
#standard_priority_page #premium_info_block .heading {
    background: url('../../../i/sell/badge_premium_blue.png') no-repeat 25px 14px #3fa0e3;
}
#standard_priority_page.col4 #premium_info_block .heading {
    background-position: 12px 14px;
}

#standard_priority_page.merchants .choose {
    border-top: 1px solid #f1f1f1;
    padding: 15px 0 10px 0;
}
#standard_priority_page.merchants .choose a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

/* Free ad - 4 column layout */
#standard_priority_page #priority_free .heading {
    background: #fff;
    border: 2px solid #f1f1f1;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    color: #333;
    padding: 22px 0 21px 0;
}

/* Free ad - 3 column layout */
.upsell_free {
    clear: both;
    border: 2px solid #f1f1f1;
    margin: 0 7px;
}
.upsell_free .base_action_button.secondary {
    background: none;
    border: none;
    font-weight: normal;
}

#select_free_ad #select_free {
    background: url('../../../i/sell/arrow.png') no-repeat 904px center;
    color: #333;
    display: block;
    font-size: 15px;
    padding: 22px 24px;
    text-decoration: none;
}

.description-sub-text {
    bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    left: -8px;
    position: relative;
}

/* 'Coming soon' overlay */
.coming_soon_overlay {
    background: url('../../../i/sell/coming_soon_overlay.png') no-repeat;
    cursor: default;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

#ad_duration_text {
    color: #777;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
}
#ad_duration_text b, #ad_duration_text strong {
    color: #000;
}

.terms-text {
    text-align:left;
    font-size:13px;
    margin:0 0 20px 0;
}

.package_option {
    margin-left: 20px;
}

#shipping #collection-mandatory {
    clear: both;
    display: none;
    font-style: italic;
    padding-top: 10px;
}


/** DoneDeal car share */

#donedeal_optin .offer {
    background-color: #f7f9fa;
    color: #728694;
    margin-right: 3px;
    padding: 20px 10px 10px;
}

#donedeal_optin .blurb {
    margin: 15px 0;
}

#donedeal_optin .error {
    display: none;
    padding: 10px;
    margin-bottom: 15px;
}

#donedeal_optin .optout {
    padding-top: 15px;
}

.label-new {
    display: inline-block;
    padding: 0 8px;
    margin-left: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 15px;
    font-size: 10px;
    background-color: red;
    border-radius: 10px;
}

/* Css for the upgrades section of ad entry */

/* Desktop */
#upgrade {
    clear: both;
    margin: 0 7px;
    display: none;
}
#upgrade #title {
    font-weight: bold;
    font-size: 21px;
    color: #000;
    letter-spacing: 3px;
    padding: 42px 0 10px 0;
}
#upgrade-autobump, #upgrade-quicksale {
    border: 2px solid #f1f1f1;
    margin: 10px 0;
    height: 80px;
    cursor: pointer;
}
#upgrade-autobump:hover, #upgrade-quicksale:hover {
    border-color: #ddd;
}
#upgrade-autobump.priority, #upgrade-quicksale.priority,
#upgrade-autobump.priority:hover, #upgrade-quicksale.priority:hover {
    border-color: #ee7e00;
}
#upgrade-autobump.premium, #upgrade-quicksale.premium,
#upgrade-autobump.premium:hover, #upgrade-quicksale.premium:hover {
    border-color: #3fa0e3;
}

/* Jobs & Services */
.jobs_services #upgrade-autobump.premium,
.jobs_services #upgrade-quicksale.premium,
.jobs_services #upgrade-autobump.premium:hover,
.jobs_services #upgrade-quicksale.premium:hover {
    border-color: #777;
}

#upgrade-autobump.standard, #upgrade-quicksale.standard,
#upgrade-autobump.standard:hover, #upgrade-quicksale.standard:hover {
    border-color: #8d9aa8;
}

#upgrade-autobump > div, #upgrade-quicksale > div {
    float: left;
}
#upgrade .checkbox {
    padding: 0 16px 0 25px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
#autobump-checkbox, #quicksale-checkbox {
    top: 31px;
    left: 2px;
    position: relative;
    cursor: pointer;
}
#upgrade .upgrade-price {
    font-weight: bold;
    font-size: 28px;
    color: #000;
    vertical-align: middle;
    line-height: 80px;
    width: 50px;
    padding-right: 14px;
}
#upgrade .details-holder {
      margin: 18px 0;
}
#upgrade .upgrade-heading {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    padding-bottom: 3px;
}
#upgrade .upgrade-description {
    font-size: 15px;
    color: #525252;
}
#btn-payment-method {
    float: right;
    padding-top: 25px;
    margin: 0 7px;
}

/**
 * Handling old content in the new design
 *
 * The background of old pages is white and 980px wide. This has to be kept until
 * they're changed to the new format.
 *
 * Minor spacing changes are handled here to make this less painful
 */
#main {
    background: #fff;
    margin: 0 auto;
    width: 980px;
    padding-left: 0;
    padding-right: 0;
    border-top: none;
}


/*
 * These are only necessary to override unwanted styles from all.css.
 * They should be removed, along with the conflicting rules,
 * once the new layout is fully rolled out.
 */

body {
    /* Override repeating background image from old layout */
    background-image: none;
}

#main > .centered-content {
    /* Old page width, necessary to avoid breaking existing layouts */
    width: 954px;

    /* Override new padding defined above to avoid breaking existing layouts */
    padding: 0;
}



.info-box, .gallery, .jobs_section, .selection_container, .searchResultAd {
    background-color: #fff;
}

#page_info_footer
{
    width: 980px;
    margin: 0 auto;
}

/*
  These are declared in notifications.css,
  which is loaded later, so they need the !important
 */
#notifications_flyout {
    width: 400px;
    left: auto;
    right: 65px;
    margin-top: 33px;
}

#notification_fly_wrap {
    border-top: 1px solid #CCC;
}


/*
    The more ads section on shop ads was making the gap between footer and the end of
    the content far too large
 */
.more-ads-holder {
    margin-bottom: 0;
}


/*
    Fixes to the priority selection screen on the ad placement process
 */
#page_info_footer {
    background: none;
    border: none;
}



/*
    Footer spacing issues

    The content and footer are inconsistently spaced. This flattens this going
    foreward
 */

/* Help page */
.sidebarBox:last-child,
.helpBlock:last-child,
/* Jobs page */
.jobs_section.last,
/* Private messages */
#detailPost .contact-form,
#messageForm,
/* Ad placement */
#page_info_footer .quarter_width {
    margin-bottom: 0;
}

/* Search pages, myadverts etc */
.paging,
/* Ad placement */
#category-form ,
#category-form .holder {
    padding-bottom: 0;
}

/* Watchlist */
#watchlist_search_results {
    margin-bottom: -10px;
}

/*
    Buynow / ask question forms
 */

#main .question-form {
    margin: 0;
}

#jobs_redirect_form .question-form {
    margin-top: 23px;
}

/*
    Pagination
 */
.paging {
    /* inactive colour */
    color: #777;
}

.paging li.next,
.paging li.prev,
.paging li.next.inactive,
.paging li.prev.inactive {
    background: url(../../../i/pagination_arrows.png) no-repeat;
}

.paging li.next {
    background-position: 73px 3px;
}

.paging li.next.inactive {
    background-position: 73px -13px;
}

.paging li.prev {
    background-position: -10px 3px;
}

.paging li.prev.inactive {
    background-position: -10px -13px;
}


/*
    Boldening the premium and priority headings on the add credits page
 */
.priority_header,
.premium_header {
    font-weight: bold;
}

.jobs-extra-margin-left {
    width: 617px;
    margin-top: 10px;
}

/**
 * This file contains overrides for v2 content in the v3 layout for sell.css
 */

/**
 * Repositioning Premium & priority overlays
 */
#priority_overlay {
    top: -10px;
}

#premium_overlay {
    top: -105px;
}

/* strapline */
#notify-container {
    font-size: 14px;
    text-align: center;
    width: 100%;
    z-index: 1000000000000;
    background: #e87e24;
    padding: 10px 0px 9px 0px;
}

#notify-container.bottom {
    border-bottom: 0;
    bottom: 0;
    position: fixed;
}

#notify-container div {
    width: 987px;
    margin: auto;
    color: #fff;
    font-weight: bold;
}

#notify-container a {
    text-decoration: none;
    color: #fff;
}

#notify-container a:hover {
    text-decoration: none;
}

#notify-container span.link {
    color: #fff;
    text-decoration: underline;
}

#notify-container span.notify-close {
    float: right;
    padding-left: 0px;
    text-decoration: none;
    padding-right: 10px;
    display: block;
    cursor: pointer;
    width: 15px;
    height: 20px;
    margin-top: 3px;
    text-indent: -9999px;
    background: transparent url(//static.amlimg.com/notifications/strapline_close.png) no-repeat left top;
}

#notify-container span.notify-close a {
    text-decoration: none;
}

/* Custom Strapline with buttons */
#notify-container.detailed {
    padding: 16px 0;
}
/*
    System messages
 */
#system-messages-holder {
    display: block;
    background: none;
    z-index: 3;
    position: relative;
}

#system-messages-holder .centered-content {
    position: absolute;
    width: 100%;
}
#popup #system-messages-holder .centered-content {
    position: relative;
}

#system-messages {
    display: none;
}

#system-messages .success,
#system-messages .error,
#system-messages .info,
#system-messages .warning {
    padding-left: 29px;
    width: 940px;
    margin: 0 auto;
}

#popup #system-messages .success,
#popup #system-messages .error,
#popup #system-messages .info,
#popup #system-messages .warning {
    width: auto;
}

#system-messages-holder.info #system-messages {
    background-color: #d6f0f6;
}

#system-messages-holder.success #system-messages {
    background-color: #def6d2;
}

#system-messages-holder.warning #system-messages {
    background-color: #fff3c3;
}

#system-messages-holder.error #system-messages {
    background-color: #e32645;
}

#system-messages .info,
#system-messages .success,
#system-messages .warning,
#system-messages .error,
#system-messages .validation {
    background-repeat: no-repeat;
}

#system-messages .info {
    color: #2b6795;
    background-image: url('//static.amlimg.com/notifications/info.png');
}

#system-messages .success {
    color: #2b9530;
    background-image: url('//static.amlimg.com/notifications/success.png');
}

#system-messages .warning {
    color: #b68a35;
    background-image: url('//static.amlimg.com/notifications/warning.png');
}

#system-messages .error {
    color: #fff;
    background-image: url('//static.amlimg.com/notifications/error.png');
}

#system-messages .info a {
    color: #0b273d;
    text-decoration: underline;
}

#system-messages .success a {
    color: #145317;
    text-decoration: underline;
}

#system-messages .warning a {
    color: #765412;
    text-decoration: underline;
}

#system-messages .error a {
    color: #fff;
    text-decoration: underline;
}

#system-messages-holder {
    z-index: 3;
}

#system-messages-holder.hidden {
    min-height: 0;
}

#system-messages .info,
#system-messages .success,
#system-messages .warning,
#system-messages .error,
#system-messages .validation {
    padding: 16px 10px 15px 25px;
    background-repeat: no-repeat;
    background-position: 0px 15px;
    font-size: 13px;
}
.static-system-messages-holder {
    width: 724px;
    padding-left: 6px;
    box-sizing: border-box;
}
.static-system-messages-holder #system-messages-holder {
    position: inherit;
    z-index: 0;
}
.static-system-messages-holder #system-messages {
    display: block;
    position: inherit;
    padding-left: 22px;
    padding-right: 22px;
    box-sizing: border-box;
}
.static-system-messages-holder #system-message {
    width: auto;
}
/* SMI seller badges */
.badge {
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    margin-left: 2px;
    vertical-align: -1px;
}
.badge.dealer {
    background-image: url('//static.amlimg.com/user/badge_dealer.png');
    width: 41px;
}
.badge.shop {
    background-image: url('//static.amlimg.com/user/badge_shop.png');
    width: 32px;
}
#fees-table thead td img.badge {
    float: right;
    margin: -6px auto;
}
/* Dealer badges */
.wide-template.smi.car-ad #container_wrapper .similar-ads a.similar-ad .dealer-badge {
    height: 13px;
    width: 44px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    margin-top: -3px;
}

.wide-template.desktop.smi.car-ad #container_wrapper .ad-title #dealer-badge {
    margin-left: 20px;
}

.badge.dealer {
    background-color: #717171;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: white;
    display: inline-block;
    font: bold 8.5px/14px Helvetica, Arial, sans-serif;
    height: 13px;
    margin-right: 2px;
    padding: 0 4px;
    text-align: center;
    text-transform: uppercase;
}

/* Car Badges */
.wide-template.desktop.smi.car-ad .car-badges {
    border: none;
    border-top: 1px solid #e2e2e2 !important;
    margin-bottom: 0px;
    padding-top: 34px;
    box-sizing: border-box;
}
.wide-template.touch.smi.car-ad .car-badges {
    padding-left: 20px;
    padding-right: 20px;
}
.wide-template.touch.smi.car-ad .car-badges .text {
    line-height: 16px;
}

/* Followed users' badges */
#followed_subject_list .badge {
    background-repeat: no-repeat;
    height: 13px;
    margin-left: 7px;
    vertical-align: -3px;
}
#followed_subject_list .badge.company {
    background-image: url('//static.amlimg.com/user/badge_company.png');
    width: 53px;
}


/* Premium Badge */

/* Search Results - List View, My Ads * Quicksale Preview */
.posts .search_result .premium_badge,
.ad-in-list .premium_badge,
.quick_sale_search_result_wrap .premium_badge {
    border: 0;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 25px;
}

.days-left-counter {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    font-size: 75%;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fff;
    padding-right: 1.1em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.counter-premium {
     background: #F66CA8;
}

.counter-priority {
    background: #A375F7;
}

.days-left-counter .icon {
    display: inline-block;
    height: 30px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 18px;
}

.icon-premium {
    background: url(/i/svgs/icons/boost.svg) center no-repeat;
    background-size: 70%;
}

.icon-priority {
    background: url(/i/svgs/icons/checkmark.png) center no-repeat;
}

.posts .search_result.job_listing .premium_badge {
    width: 22px;
}

/* Search Results - Grid View */
.posts.grid .sr-grid-cell .premium_badge {
    left: 15px;
    position: absolute;
    top: 15px;
}

/* Quick Peek */
.quick-peek .premium_badge {
    left: 37px;
    position: absolute;
    top: 40px;
    width: 40px;
    z-index: 2;
}

#premium_info_block .heading .premium_badge {
    height: 25px;
    margin-left: 10px;
    margin-top: -5px;
    position: absolute;
}

/* SMI (Default) */
.ad_view_price .premium_badge {
    height: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.ad_view_price.buynow .premium_badge {
    top: 20px;
}

/* SMI (Wide) */
.wide-template.smi .premium_badge {
    float: right;
    height: 25px;
}
.wide-template.smi.car-ad .premium_badge {
    margin-top: 5px;
}

/* Upsell */
#upsell-section .premium_badge {
    height: 25px;
    left: 188px;
    position: absolute;
}

/* Homepage Recent Ads */
.grid-recent .premium_badge {
    left: 10px;
    position: absolute;
    top: 10px;
    width: 25px;
}


/* Top Seller Badge */

.top_seller_badge {
    color: #4a4a4a !important;
    display: inline-block;
    font-weight: bold !important;
    line-height: 14px !important;
    text-align: center !important;
    vertical-align: bottom;
}
.top_seller_badge img {
    border: 0 !important;
}
.top_seller_badge.horizontal img {
    left: 3px;
    position: relative;
    top: 2px;
}

/* Search Results - List View */
.posts .search_result .top_seller_badge {
    margin-left: 2px;
    position: relative;
    top: -3px;
}

/* Search Results - Grid View */
.posts.grid .sr-grid-cell .item-details .top_seller_badge {
    margin-right: 5px;
    margin-top: 0;
}

/* SMI */
.ad_view_properties_list .top_seller_badge {
    float: right;
    margin-right: 20px;
}

/* SMI (Wide) */
.wide-template.smi .top_seller_badge {
    font-size: 13px;
}
.wide-template.smi .top_seller_badge img {
    height: 13px;
}

.wide-template.smi.service-ad .top_seller_badge {
    font-size: 12px;
}
.wide-template.smi.service-ad .top_seller_badge img {
    height: 12px;
}

/* Quick Peek */
.quick-peek .top_seller_badge {
    margin-left: 10px;
    position: relative;
    top: -1px;
}

/* Private Dashboard */
#myadverts #profile_photo .top_seller_badge {
    font-size: 12px;
    margin-top: 5px;
}

/* Public Profile */
#profile .top_seller_badge img {
    margin-bottom: 0;
}

/* Free Bump Available badge (My Ads info section) */
.free-bump-badge {
    display: inline-block;
    font-size: 75%;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #2E7D32;
    background: #E8F5E9;
    border: 1px solid #A5D6A7;
    padding: 3px 10px;
    border-radius: 10rem;
    margin: 4px 0;
}

.modal-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    top: 0;
    left: 0;
}

.touch .confirm-modal {
    width: 300px;
    margin-left: -150px;
}

.confirm-modal {
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    width: 448px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -224px;
    margin-top: -64px;
    z-index: 1000000;
    opacity: 1;
    font-size: 16px;
    text-align: center;
}

.confirm-modal .confirmation-message {
    display: inline-block;
    margin-top: 40px; 
    margin-left: 15px;
    text-align: left;
    width: 82%;
}

.touch .confirm-modal .button-holder {
    margin-left: 40px;
}

.confirm-modal .button-holder {
    margin-top: 20px;
    margin-bottom: 25px;
    margin-right: 26px;
}

.confirm-modal .button-holder span {
    cursor: pointer;
    outline: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-bottom: 15px;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    -o-user-select: none;
    user-select: none;
}

.confirm-modal .button-holder .secondary {
    color: #9b9b9b;
    float: right;
}

.confirm-modal .button-holder .primary {
    color: #2fabb5;
    float: right;
}

.confirm-modal .button-holder .secondary:hover {
    color: #c4c4c4;
}

.confirm-modal .button-holder .primary:hover {
    color: #89d0dd;
}


.debugmode-toggle {
    position: absolute;
    border: 2px solid;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: #ea7f24;
    background-image: url(../../i/debugmode.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: 5px 5px;
    height: 32px;
    top: -2px;
    right: 30px;
    width: 32px;
    cursor: pointer;
    padding: 5px;
    z-index: 1000000;
}

.touch .debugmode-toggle {
    border-bottom-right-radius: 0px;
    border-right: 0;
    right: 0;
    outline: 0;
}

.debugmode-content {
    display: none;
    position: absolute;
    background-color: white;
    left: -300px;
    top: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 10000000;
}
.touch .debugmode-content {
    left: -273px;
}

.debugmode-content h1 {
    font-size: 16px;
    display: inline-block;
}

.debugmode-content #options.box {
    width: 300px;
}

.touch .debugmode-content #options.box {
    width: 280px;
}

.debugmode-toggle:hover .debugmode-content {
    display: block;
}

.debugmode-content #disable-all, .debugmode-content #status, .debugmode-content #bookmarklet {
    display: none;
}


.debugmode-content .cache_reload {
    display: none;
}

/* Fonts */

/*
    Web loaded fonts

    Used in shops, although in a much reduced capacity.

    Define the class of the font as it's font-family name and apply that class to any
    text you want to have that font

    Add the class name to the .wf-loading block to hide it while it is loading,
    this stops flashing text in Firefox.
 */

.Redressed{
    font-family: 'Redressed',  Arial, serif;
}
.Nixie_One{
    font-family: 'Nixie One',  Arial, serif;
}
.Hammersmith_One{
    font-family: 'Hammersmith One',  Arial, serif;
}
.Permanent_Marker{
    font-family: 'Permanent Marker', Arial, sans-serif;
}
.Redressed{
    font-family: 'Redressed', Arial, serif;
}
.Nixie_One{
    font-family: 'Nixie One', Arial, serif;
}
.Permanent_Marker{
    font-family: 'Permanent Marker', Arial, sans-serif;
}
.Lora{
    font-family: 'Lora', Arial, serif;
}
.Nunito{
    font-family: 'Nunito', Arial, serif;
}
.Megrim{
    font-family: 'Megrim', Arial, sans-serif;
}
.Special_Elite{
    font-family: 'Special Elite', Arial, serif;
}
.Pacifico{
    font-family: 'Pacifico', Arial, serif;
}
.VT323{
    font-family: 'VT323', Arial, sans-serif;
}
.Bangers{
    font-family: 'Bangers', Arial, sans-serif;
}
.Dancing_Script{
    font-family: 'Dancing Script', Arial, serif;
}
.Kranky{
    font-family: 'Kranky', Arial, serif;
}
.Crafty_Girls{
    font-family: 'Crafty Girls', Arial, serif;
}
.Coming_Soon{
    font-family: 'Coming Soon', Arial, sans-serif;
}
.UnifrakturCook{
    font-family: 'UnifrakturCook', Arial, serif;
}
.Lobster{
    font-family: 'Lobster', Arial, serif;
}
.PT_Sans{
    font-family: 'PT Sans', Arial, sans-serif;
}
.Puritan{
    font-family: 'Puritan', Arial, sans-serif;
}
.IM_Fell_DW_Pica_SC{
    font-family: 'IM Fell DW Pica SC', Arial, sans-serif;
}
.Cherry_Cream_Soda{
    font-family: 'Cherry Cream Soda', Arial, sans-serif;
}

.wf-loading .external_font{
    /* To control fout */
    visibility: hidden;
}
@font-face {
  font-family: 'Marketplace';
  src:  url('../../../css/fonts/Marketplace.eot?ofgsci');
  src:  url('../../../css/fonts/Marketplace.eot?ofgsci#iefix') format('embedded-opentype'),
    url('../../../css/fonts/Marketplace.ttf?ofgsci') format('truetype'),
    url('../../../css/fonts/Marketplace.woff?ofgsci') format('woff'),
    url('../../../css/fonts/Marketplace.svg?ofgsci#Marketplace') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Marketplace' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-label:before {
  content: "\e90d";
  color: #8c8c8c;
}
.icon-clipboard:before {
  content: "\e908";
  color: #8c8c8c;
}
.icon-close:before {
  content: "\e909";
  color: #8c8c8c;
}
.icon-chevron-down:before {
  content: "\e900";
  color: #8c8c8c;
}
.icon-chevron-left:before {
  content: "\e90a";
  color: #8c8c8c;
}
.icon-chevron-right:before {
  content: "\e90b";
  color: #8c8c8c;
}
.icon-chevron-up:before {
  content: "\e90c";
  color: #8c8c8c;
}
.icon-bell:before {
  content: "\e904";
  color: #02ccda;
}
.icon-remove .path1:before {
  content: "\e902";
  color: rgb(251, 120, 120);
}
.icon-remove .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-watch:before {
  content: "\e901";
  color: #bababa;
}
.icon-grid:before {
  content: "\e906";
  color: #8c8c8c;
}
.icon-list:before {
  content: "\e907";
  color: #8c8c8c;
}
.icon-plus:before {
  content: "\e905";
  color: #fff;
}

.icon-label {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90d;');
}
.icon-clipboard {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe908;');
}
.icon-close {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe909;');
}
.icon-chevron-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe900;');
}
.icon-chevron-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90a;');
}
.icon-chevron-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90b;');
}
.icon-chevron-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90c;');
}
.icon-bell {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe904;');
}
.icon-remove {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe902;');
}
.icon-watch {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe901;');
}
.icon-grid {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe906;');
}
.icon-list {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe907;');
}
.icon-plus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe905;');
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../css/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../../css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../../css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../../css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../../css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

span.emoji-sizer {
	line-height: 1.013em;
	font-size: 1.375em;
 	margin: -0.05em 0;
}

span.emoji-outer {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	height: 1em;
	width: 1em;
}

span.emoji-inner {
	background: url(../../../i/emoji.png);
	display: -moz-inline-box;
	display: inline-block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	vertical-align: baseline;
	*vertical-align: auto;
	*zoom: 1;
}
span.emoji-inner { background-size: 4100%; }
.emojia9 { background-position: 0% 0% !important; }
.emojiae { background-position: 0% 2.5% !important; }
.emoji203c { background-position: 0% 5% !important; }
.emoji2049 { background-position: 0% 7.5% !important; }
.emoji2122 { background-position: 0% 10% !important; }
.emoji2139 { background-position: 0% 12.5% !important; }
.emoji2194 { background-position: 0% 15% !important; }
.emoji2195 { background-position: 0% 17.5% !important; }
.emoji2196 { background-position: 0% 20% !important; }
.emoji2197 { background-position: 0% 22.5% !important; }
.emoji2198 { background-position: 0% 25% !important; }
.emoji2199 { background-position: 0% 27.5% !important; }
.emoji21a9 { background-position: 0% 30% !important; }
.emoji21aa { background-position: 0% 32.5% !important; }
.emoji231a { background-position: 0% 35% !important; }
.emoji231b { background-position: 0% 37.5% !important; }
.emoji2328 { background-position: 0% 40% !important; }
.emoji23e9 { background-position: 0% 42.5% !important; }
.emoji23ea { background-position: 0% 45% !important; }
.emoji23eb { background-position: 0% 47.5% !important; }
.emoji23ec { background-position: 0% 50% !important; }
.emoji23ed { background-position: 0% 52.5% !important; }
.emoji23ee { background-position: 0% 55% !important; }
.emoji23ef { background-position: 0% 57.5% !important; }
.emoji23f0 { background-position: 0% 60% !important; }
.emoji23f1 { background-position: 0% 62.5% !important; }
.emoji23f2 { background-position: 0% 65% !important; }
.emoji23f3 { background-position: 0% 67.5% !important; }
.emoji23f8 { background-position: 0% 70% !important; }
.emoji23f9 { background-position: 0% 72.5% !important; }
.emoji23fa { background-position: 0% 75% !important; }
.emoji24c2 { background-position: 0% 77.5% !important; }
.emoji25aa { background-position: 0% 80% !important; }
.emoji25ab { background-position: 0% 82.5% !important; }
.emoji25b6 { background-position: 0% 85% !important; }
.emoji25c0 { background-position: 0% 87.5% !important; }
.emoji25fb { background-position: 0% 90% !important; }
.emoji25fc { background-position: 0% 92.5% !important; }
.emoji25fd { background-position: 0% 95% !important; }
.emoji25fe { background-position: 0% 97.5% !important; }
.emoji2600 { background-position: 0% 100% !important; }
.emoji2601 { background-position: 2.5% 0% !important; }
.emoji2602 { background-position: 2.5% 2.5% !important; }
.emoji2603 { background-position: 2.5% 5% !important; }
.emoji2604 { background-position: 2.5% 7.5% !important; }
.emoji260e { background-position: 2.5% 10% !important; }
.emoji2611 { background-position: 2.5% 12.5% !important; }
.emoji2614 { background-position: 2.5% 15% !important; }
.emoji2615 { background-position: 2.5% 17.5% !important; }
.emoji2618 { background-position: 2.5% 20% !important; }
.emoji261d { background-position: 2.5% 22.5% !important; }
.emoji2620 { background-position: 2.5% 37.5% !important; }
.emoji2622 { background-position: 2.5% 40% !important; }
.emoji2623 { background-position: 2.5% 42.5% !important; }
.emoji2626 { background-position: 2.5% 45% !important; }
.emoji262a { background-position: 2.5% 47.5% !important; }
.emoji262e { background-position: 2.5% 50% !important; }
.emoji262f { background-position: 2.5% 52.5% !important; }
.emoji2638 { background-position: 2.5% 55% !important; }
.emoji2639 { background-position: 2.5% 57.5% !important; }
.emoji263a { background-position: 2.5% 60% !important; }
.emoji2648 { background-position: 2.5% 62.5% !important; }
.emoji2649 { background-position: 2.5% 65% !important; }
.emoji264a { background-position: 2.5% 67.5% !important; }
.emoji264b { background-position: 2.5% 70% !important; }
.emoji264c { background-position: 2.5% 72.5% !important; }
.emoji264d { background-position: 2.5% 75% !important; }
.emoji264e { background-position: 2.5% 77.5% !important; }
.emoji264f { background-position: 2.5% 80% !important; }
.emoji2650 { background-position: 2.5% 82.5% !important; }
.emoji2651 { background-position: 2.5% 85% !important; }
.emoji2652 { background-position: 2.5% 87.5% !important; }
.emoji2653 { background-position: 2.5% 90% !important; }
.emoji2660 { background-position: 2.5% 92.5% !important; }
.emoji2663 { background-position: 2.5% 95% !important; }
.emoji2665 { background-position: 2.5% 97.5% !important; }
.emoji2666 { background-position: 2.5% 100% !important; }
.emoji2668 { background-position: 5% 0% !important; }
.emoji267b { background-position: 5% 2.5% !important; }
.emoji267f { background-position: 5% 5% !important; }
.emoji2692 { background-position: 5% 7.5% !important; }
.emoji2693 { background-position: 5% 10% !important; }
.emoji2694 { background-position: 5% 12.5% !important; }
.emoji2696 { background-position: 5% 15% !important; }
.emoji2697 { background-position: 5% 17.5% !important; }
.emoji2699 { background-position: 5% 20% !important; }
.emoji269b { background-position: 5% 22.5% !important; }
.emoji269c { background-position: 5% 25% !important; }
.emoji26a0 { background-position: 5% 27.5% !important; }
.emoji26a1 { background-position: 5% 30% !important; }
.emoji26aa { background-position: 5% 32.5% !important; }
.emoji26ab { background-position: 5% 35% !important; }
.emoji26b0 { background-position: 5% 37.5% !important; }
.emoji26b1 { background-position: 5% 40% !important; }
.emoji26bd { background-position: 5% 42.5% !important; }
.emoji26be { background-position: 5% 45% !important; }
.emoji26c4 { background-position: 5% 47.5% !important; }
.emoji26c5 { background-position: 5% 50% !important; }
.emoji26c8 { background-position: 5% 52.5% !important; }
.emoji26ce { background-position: 5% 55% !important; }
.emoji26cf { background-position: 5% 57.5% !important; }
.emoji26d1 { background-position: 5% 60% !important; }
.emoji26d3 { background-position: 5% 62.5% !important; }
.emoji26d4 { background-position: 5% 65% !important; }
.emoji26e9 { background-position: 5% 67.5% !important; }
.emoji26ea { background-position: 5% 70% !important; }
.emoji26f0 { background-position: 5% 72.5% !important; }
.emoji26f1 { background-position: 5% 75% !important; }
.emoji26f2 { background-position: 5% 77.5% !important; }
.emoji26f3 { background-position: 5% 80% !important; }
.emoji26f4 { background-position: 5% 82.5% !important; }
.emoji26f5 { background-position: 5% 85% !important; }
.emoji26f7 { background-position: 5% 87.5% !important; }
.emoji26f8 { background-position: 5% 90% !important; }
.emoji26f9 { background-position: 5% 92.5% !important; }
.emoji26fa { background-position: 7.5% 5% !important; }
.emoji26fd { background-position: 7.5% 7.5% !important; }
.emoji2702 { background-position: 7.5% 10% !important; }
.emoji2705 { background-position: 7.5% 12.5% !important; }
.emoji2708 { background-position: 7.5% 15% !important; }
.emoji2709 { background-position: 7.5% 17.5% !important; }
.emoji270a { background-position: 7.5% 20% !important; }
.emoji270b { background-position: 7.5% 35% !important; }
.emoji270c { background-position: 7.5% 50% !important; }
.emoji270d { background-position: 7.5% 65% !important; }
.emoji270f { background-position: 7.5% 80% !important; }
.emoji2712 { background-position: 7.5% 82.5% !important; }
.emoji2714 { background-position: 7.5% 85% !important; }
.emoji2716 { background-position: 7.5% 87.5% !important; }
.emoji271d { background-position: 7.5% 90% !important; }
.emoji2721 { background-position: 7.5% 92.5% !important; }
.emoji2728 { background-position: 7.5% 95% !important; }
.emoji2733 { background-position: 7.5% 97.5% !important; }
.emoji2734 { background-position: 7.5% 100% !important; }
.emoji2744 { background-position: 10% 0% !important; }
.emoji2747 { background-position: 10% 2.5% !important; }
.emoji274c { background-position: 10% 5% !important; }
.emoji274e { background-position: 10% 7.5% !important; }
.emoji2753 { background-position: 10% 10% !important; }
.emoji2754 { background-position: 10% 12.5% !important; }
.emoji2755 { background-position: 10% 15% !important; }
.emoji2757 { background-position: 10% 17.5% !important; }
.emoji2763 { background-position: 10% 20% !important; }
.emoji2764 { background-position: 10% 22.5% !important; }
.emoji2795 { background-position: 10% 25% !important; }
.emoji2796 { background-position: 10% 27.5% !important; }
.emoji2797 { background-position: 10% 30% !important; }
.emoji27a1 { background-position: 10% 32.5% !important; }
.emoji27b0 { background-position: 10% 35% !important; }
.emoji27bf { background-position: 10% 37.5% !important; }
.emoji2934 { background-position: 10% 40% !important; }
.emoji2935 { background-position: 10% 42.5% !important; }
.emoji2b05 { background-position: 10% 45% !important; }
.emoji2b06 { background-position: 10% 47.5% !important; }
.emoji2b07 { background-position: 10% 50% !important; }
.emoji2b1b { background-position: 10% 52.5% !important; }
.emoji2b1c { background-position: 10% 55% !important; }
.emoji2b50 { background-position: 10% 57.5% !important; }
.emoji2b55 { background-position: 10% 60% !important; }
.emoji3030 { background-position: 10% 62.5% !important; }
.emoji303d { background-position: 10% 65% !important; }
.emoji3297 { background-position: 10% 67.5% !important; }
.emoji3299 { background-position: 10% 70% !important; }
.emoji1f004 { background-position: 10% 72.5% !important; }
.emoji1f0cf { background-position: 10% 75% !important; }
.emoji1f170 { background-position: 10% 77.5% !important; }
.emoji1f171 { background-position: 10% 80% !important; }
.emoji1f17e { background-position: 10% 82.5% !important; }
.emoji1f17f { background-position: 10% 85% !important; }
.emoji1f18e { background-position: 10% 87.5% !important; }
.emoji1f191 { background-position: 10% 90% !important; }
.emoji1f192 { background-position: 10% 92.5% !important; }
.emoji1f193 { background-position: 10% 95% !important; }
.emoji1f194 { background-position: 10% 97.5% !important; }
.emoji1f195 { background-position: 10% 100% !important; }
.emoji1f196 { background-position: 12.5% 0% !important; }
.emoji1f197 { background-position: 12.5% 2.5% !important; }
.emoji1f198 { background-position: 12.5% 5% !important; }
.emoji1f199 { background-position: 12.5% 7.5% !important; }
.emoji1f19a { background-position: 12.5% 10% !important; }
.emoji1f201 { background-position: 12.5% 12.5% !important; }
.emoji1f202 { background-position: 12.5% 15% !important; }
.emoji1f21a { background-position: 12.5% 17.5% !important; }
.emoji1f22f { background-position: 12.5% 20% !important; }
.emoji1f232 { background-position: 12.5% 22.5% !important; }
.emoji1f233 { background-position: 12.5% 25% !important; }
.emoji1f234 { background-position: 12.5% 27.5% !important; }
.emoji1f235 { background-position: 12.5% 30% !important; }
.emoji1f236 { background-position: 12.5% 32.5% !important; }
.emoji1f237 { background-position: 12.5% 35% !important; }
.emoji1f238 { background-position: 12.5% 37.5% !important; }
.emoji1f239 { background-position: 12.5% 40% !important; }
.emoji1f23a { background-position: 12.5% 42.5% !important; }
.emoji1f250 { background-position: 12.5% 45% !important; }
.emoji1f251 { background-position: 12.5% 47.5% !important; }
.emoji1f300 { background-position: 12.5% 50% !important; }
.emoji1f301 { background-position: 12.5% 52.5% !important; }
.emoji1f302 { background-position: 12.5% 55% !important; }
.emoji1f303 { background-position: 12.5% 57.5% !important; }
.emoji1f304 { background-position: 12.5% 60% !important; }
.emoji1f305 { background-position: 12.5% 62.5% !important; }
.emoji1f306 { background-position: 12.5% 65% !important; }
.emoji1f307 { background-position: 12.5% 67.5% !important; }
.emoji1f308 { background-position: 12.5% 70% !important; }
.emoji1f309 { background-position: 12.5% 72.5% !important; }
.emoji1f30a { background-position: 12.5% 75% !important; }
.emoji1f30b { background-position: 12.5% 77.5% !important; }
.emoji1f30c { background-position: 12.5% 80% !important; }
.emoji1f30d { background-position: 12.5% 82.5% !important; }
.emoji1f30e { background-position: 12.5% 85% !important; }
.emoji1f30f { background-position: 12.5% 87.5% !important; }
.emoji1f310 { background-position: 12.5% 90% !important; }
.emoji1f311 { background-position: 12.5% 92.5% !important; }
.emoji1f312 { background-position: 12.5% 95% !important; }
.emoji1f313 { background-position: 12.5% 97.5% !important; }
.emoji1f314 { background-position: 12.5% 100% !important; }
.emoji1f315 { background-position: 15% 0% !important; }
.emoji1f316 { background-position: 15% 2.5% !important; }
.emoji1f317 { background-position: 15% 5% !important; }
.emoji1f318 { background-position: 15% 7.5% !important; }
.emoji1f319 { background-position: 15% 10% !important; }
.emoji1f31a { background-position: 15% 12.5% !important; }
.emoji1f31b { background-position: 15% 15% !important; }
.emoji1f31c { background-position: 15% 17.5% !important; }
.emoji1f31d { background-position: 15% 20% !important; }
.emoji1f31e { background-position: 15% 22.5% !important; }
.emoji1f31f { background-position: 15% 25% !important; }
.emoji1f320 { background-position: 15% 27.5% !important; }
.emoji1f321 { background-position: 15% 30% !important; }
.emoji1f324 { background-position: 15% 32.5% !important; }
.emoji1f325 { background-position: 15% 35% !important; }
.emoji1f326 { background-position: 15% 37.5% !important; }
.emoji1f327 { background-position: 15% 40% !important; }
.emoji1f328 { background-position: 15% 42.5% !important; }
.emoji1f329 { background-position: 15% 45% !important; }
.emoji1f32a { background-position: 15% 47.5% !important; }
.emoji1f32b { background-position: 15% 50% !important; }
.emoji1f32c { background-position: 15% 52.5% !important; }
.emoji1f32d { background-position: 15% 55% !important; }
.emoji1f32e { background-position: 15% 57.5% !important; }
.emoji1f32f { background-position: 15% 60% !important; }
.emoji1f330 { background-position: 15% 62.5% !important; }
.emoji1f331 { background-position: 15% 65% !important; }
.emoji1f332 { background-position: 15% 67.5% !important; }
.emoji1f333 { background-position: 15% 70% !important; }
.emoji1f334 { background-position: 15% 72.5% !important; }
.emoji1f335 { background-position: 15% 75% !important; }
.emoji1f336 { background-position: 15% 77.5% !important; }
.emoji1f337 { background-position: 15% 80% !important; }
.emoji1f338 { background-position: 15% 82.5% !important; }
.emoji1f339 { background-position: 15% 85% !important; }
.emoji1f33a { background-position: 15% 87.5% !important; }
.emoji1f33b { background-position: 15% 90% !important; }
.emoji1f33c { background-position: 15% 92.5% !important; }
.emoji1f33d { background-position: 15% 95% !important; }
.emoji1f33e { background-position: 15% 97.5% !important; }
.emoji1f33f { background-position: 15% 100% !important; }
.emoji1f340 { background-position: 17.5% 0% !important; }
.emoji1f341 { background-position: 17.5% 2.5% !important; }
.emoji1f342 { background-position: 17.5% 5% !important; }
.emoji1f343 { background-position: 17.5% 7.5% !important; }
.emoji1f344 { background-position: 17.5% 10% !important; }
.emoji1f345 { background-position: 17.5% 12.5% !important; }
.emoji1f346 { background-position: 17.5% 15% !important; }
.emoji1f347 { background-position: 17.5% 17.5% !important; }
.emoji1f348 { background-position: 17.5% 20% !important; }
.emoji1f349 { background-position: 17.5% 22.5% !important; }
.emoji1f34a { background-position: 17.5% 25% !important; }
.emoji1f34b { background-position: 17.5% 27.5% !important; }
.emoji1f34c { background-position: 17.5% 30% !important; }
.emoji1f34d { background-position: 17.5% 32.5% !important; }
.emoji1f34e { background-position: 17.5% 35% !important; }
.emoji1f34f { background-position: 17.5% 37.5% !important; }
.emoji1f350 { background-position: 17.5% 40% !important; }
.emoji1f351 { background-position: 17.5% 42.5% !important; }
.emoji1f352 { background-position: 17.5% 45% !important; }
.emoji1f353 { background-position: 17.5% 47.5% !important; }
.emoji1f354 { background-position: 17.5% 50% !important; }
.emoji1f355 { background-position: 17.5% 52.5% !important; }
.emoji1f356 { background-position: 17.5% 55% !important; }
.emoji1f357 { background-position: 17.5% 57.5% !important; }
.emoji1f358 { background-position: 17.5% 60% !important; }
.emoji1f359 { background-position: 17.5% 62.5% !important; }
.emoji1f35a { background-position: 17.5% 65% !important; }
.emoji1f35b { background-position: 17.5% 67.5% !important; }
.emoji1f35c { background-position: 17.5% 70% !important; }
.emoji1f35d { background-position: 17.5% 72.5% !important; }
.emoji1f35e { background-position: 17.5% 75% !important; }
.emoji1f35f { background-position: 17.5% 77.5% !important; }
.emoji1f360 { background-position: 17.5% 80% !important; }
.emoji1f361 { background-position: 17.5% 82.5% !important; }
.emoji1f362 { background-position: 17.5% 85% !important; }
.emoji1f363 { background-position: 17.5% 87.5% !important; }
.emoji1f364 { background-position: 17.5% 90% !important; }
.emoji1f365 { background-position: 17.5% 92.5% !important; }
.emoji1f366 { background-position: 17.5% 95% !important; }
.emoji1f367 { background-position: 17.5% 97.5% !important; }
.emoji1f368 { background-position: 17.5% 100% !important; }
.emoji1f369 { background-position: 20% 0% !important; }
.emoji1f36a { background-position: 20% 2.5% !important; }
.emoji1f36b { background-position: 20% 5% !important; }
.emoji1f36c { background-position: 20% 7.5% !important; }
.emoji1f36d { background-position: 20% 10% !important; }
.emoji1f36e { background-position: 20% 12.5% !important; }
.emoji1f36f { background-position: 20% 15% !important; }
.emoji1f370 { background-position: 20% 17.5% !important; }
.emoji1f371 { background-position: 20% 20% !important; }
.emoji1f372 { background-position: 20% 22.5% !important; }
.emoji1f373 { background-position: 20% 25% !important; }
.emoji1f374 { background-position: 20% 27.5% !important; }
.emoji1f375 { background-position: 20% 30% !important; }
.emoji1f376 { background-position: 20% 32.5% !important; }
.emoji1f377 { background-position: 20% 35% !important; }
.emoji1f378 { background-position: 20% 37.5% !important; }
.emoji1f379 { background-position: 20% 40% !important; }
.emoji1f37a { background-position: 20% 42.5% !important; }
.emoji1f37b { background-position: 20% 45% !important; }
.emoji1f37c { background-position: 20% 47.5% !important; }
.emoji1f37d { background-position: 20% 50% !important; }
.emoji1f37e { background-position: 20% 52.5% !important; }
.emoji1f37f { background-position: 20% 55% !important; }
.emoji1f380 { background-position: 20% 57.5% !important; }
.emoji1f381 { background-position: 20% 60% !important; }
.emoji1f382 { background-position: 20% 62.5% !important; }
.emoji1f383 { background-position: 20% 65% !important; }
.emoji1f384 { background-position: 20% 67.5% !important; }
.emoji1f385 { background-position: 20% 70% !important; }
.emoji1f386 { background-position: 20% 85% !important; }
.emoji1f387 { background-position: 20% 87.5% !important; }
.emoji1f388 { background-position: 20% 90% !important; }
.emoji1f389 { background-position: 20% 92.5% !important; }
.emoji1f38a { background-position: 20% 95% !important; }
.emoji1f38b { background-position: 20% 97.5% !important; }
.emoji1f38c { background-position: 20% 100% !important; }
.emoji1f38d { background-position: 22.5% 0% !important; }
.emoji1f38e { background-position: 22.5% 2.5% !important; }
.emoji1f38f { background-position: 22.5% 5% !important; }
.emoji1f390 { background-position: 22.5% 7.5% !important; }
.emoji1f391 { background-position: 22.5% 10% !important; }
.emoji1f392 { background-position: 22.5% 12.5% !important; }
.emoji1f393 { background-position: 22.5% 15% !important; }
.emoji1f396 { background-position: 22.5% 17.5% !important; }
.emoji1f397 { background-position: 22.5% 20% !important; }
.emoji1f399 { background-position: 22.5% 22.5% !important; }
.emoji1f39a { background-position: 22.5% 25% !important; }
.emoji1f39b { background-position: 22.5% 27.5% !important; }
.emoji1f39e { background-position: 22.5% 30% !important; }
.emoji1f39f { background-position: 22.5% 32.5% !important; }
.emoji1f3a0 { background-position: 22.5% 35% !important; }
.emoji1f3a1 { background-position: 22.5% 37.5% !important; }
.emoji1f3a2 { background-position: 22.5% 40% !important; }
.emoji1f3a3 { background-position: 22.5% 42.5% !important; }
.emoji1f3a4 { background-position: 22.5% 45% !important; }
.emoji1f3a5 { background-position: 22.5% 47.5% !important; }
.emoji1f3a6 { background-position: 22.5% 50% !important; }
.emoji1f3a7 { background-position: 22.5% 52.5% !important; }
.emoji1f3a8 { background-position: 22.5% 55% !important; }
.emoji1f3a9 { background-position: 22.5% 57.5% !important; }
.emoji1f3aa { background-position: 22.5% 60% !important; }
.emoji1f3ab { background-position: 22.5% 62.5% !important; }
.emoji1f3ac { background-position: 22.5% 65% !important; }
.emoji1f3ad { background-position: 22.5% 67.5% !important; }
.emoji1f3ae { background-position: 22.5% 70% !important; }
.emoji1f3af { background-position: 22.5% 72.5% !important; }
.emoji1f3b0 { background-position: 22.5% 75% !important; }
.emoji1f3b1 { background-position: 22.5% 77.5% !important; }
.emoji1f3b2 { background-position: 22.5% 80% !important; }
.emoji1f3b3 { background-position: 22.5% 82.5% !important; }
.emoji1f3b4 { background-position: 22.5% 85% !important; }
.emoji1f3b5 { background-position: 22.5% 87.5% !important; }
.emoji1f3b6 { background-position: 22.5% 90% !important; }
.emoji1f3b7 { background-position: 22.5% 92.5% !important; }
.emoji1f3b8 { background-position: 22.5% 95% !important; }
.emoji1f3b9 { background-position: 22.5% 97.5% !important; }
.emoji1f3ba { background-position: 22.5% 100% !important; }
.emoji1f3bb { background-position: 25% 0% !important; }
.emoji1f3bc { background-position: 25% 2.5% !important; }
.emoji1f3bd { background-position: 25% 5% !important; }
.emoji1f3be { background-position: 25% 7.5% !important; }
.emoji1f3bf { background-position: 25% 10% !important; }
.emoji1f3c0 { background-position: 25% 12.5% !important; }
.emoji1f3c1 { background-position: 25% 15% !important; }
.emoji1f3c2 { background-position: 25% 17.5% !important; }
.emoji1f3c3 { background-position: 25% 20% !important; }
.emoji1f3c4 { background-position: 25% 35% !important; }
.emoji1f3c5 { background-position: 25% 50% !important; }
.emoji1f3c6 { background-position: 25% 52.5% !important; }
.emoji1f3c7 { background-position: 25% 55% !important; }
.emoji1f3c8 { background-position: 25% 70% !important; }
.emoji1f3c9 { background-position: 25% 72.5% !important; }
.emoji1f3ca { background-position: 25% 75% !important; }
.emoji1f3cb { background-position: 25% 90% !important; }
.emoji1f3cc { background-position: 27.5% 2.5% !important; }
.emoji1f3cd { background-position: 27.5% 5% !important; }
.emoji1f3ce { background-position: 27.5% 7.5% !important; }
.emoji1f3cf { background-position: 27.5% 10% !important; }
.emoji1f3d0 { background-position: 27.5% 12.5% !important; }
.emoji1f3d1 { background-position: 27.5% 15% !important; }
.emoji1f3d2 { background-position: 27.5% 17.5% !important; }
.emoji1f3d3 { background-position: 27.5% 20% !important; }
.emoji1f3d4 { background-position: 27.5% 22.5% !important; }
.emoji1f3d5 { background-position: 27.5% 25% !important; }
.emoji1f3d6 { background-position: 27.5% 27.5% !important; }
.emoji1f3d7 { background-position: 27.5% 30% !important; }
.emoji1f3d8 { background-position: 27.5% 32.5% !important; }
.emoji1f3d9 { background-position: 27.5% 35% !important; }
.emoji1f3da { background-position: 27.5% 37.5% !important; }
.emoji1f3db { background-position: 27.5% 40% !important; }
.emoji1f3dc { background-position: 27.5% 42.5% !important; }
.emoji1f3dd { background-position: 27.5% 45% !important; }
.emoji1f3de { background-position: 27.5% 47.5% !important; }
.emoji1f3df { background-position: 27.5% 50% !important; }
.emoji1f3e0 { background-position: 27.5% 52.5% !important; }
.emoji1f3e1 { background-position: 27.5% 55% !important; }
.emoji1f3e2 { background-position: 27.5% 57.5% !important; }
.emoji1f3e3 { background-position: 27.5% 60% !important; }
.emoji1f3e4 { background-position: 27.5% 62.5% !important; }
.emoji1f3e5 { background-position: 27.5% 65% !important; }
.emoji1f3e6 { background-position: 27.5% 67.5% !important; }
.emoji1f3e7 { background-position: 27.5% 70% !important; }
.emoji1f3e8 { background-position: 27.5% 72.5% !important; }
.emoji1f3e9 { background-position: 27.5% 75% !important; }
.emoji1f3ea { background-position: 27.5% 77.5% !important; }
.emoji1f3eb { background-position: 27.5% 80% !important; }
.emoji1f3ec { background-position: 27.5% 82.5% !important; }
.emoji1f3ed { background-position: 27.5% 85% !important; }
.emoji1f3ee { background-position: 27.5% 87.5% !important; }
.emoji1f3ef { background-position: 27.5% 90% !important; }
.emoji1f3f0 { background-position: 27.5% 92.5% !important; }
.emoji1f3f3 { background-position: 27.5% 95% !important; }
.emoji1f3f4 { background-position: 27.5% 97.5% !important; }
.emoji1f3f5 { background-position: 27.5% 100% !important; }
.emoji1f3f7 { background-position: 30% 0% !important; }
.emoji1f3f8 { background-position: 30% 2.5% !important; }
.emoji1f3f9 { background-position: 30% 5% !important; }
.emoji1f3fa { background-position: 30% 7.5% !important; }
.emoji1f3fb { background-position: 30% 10% !important; }
.emoji1f3fc { background-position: 30% 12.5% !important; }
.emoji1f3fd { background-position: 30% 15% !important; }
.emoji1f3fe { background-position: 30% 17.5% !important; }
.emoji1f3ff { background-position: 30% 20% !important; }
.emoji1f400 { background-position: 30% 22.5% !important; }
.emoji1f401 { background-position: 30% 25% !important; }
.emoji1f402 { background-position: 30% 27.5% !important; }
.emoji1f403 { background-position: 30% 30% !important; }
.emoji1f404 { background-position: 30% 32.5% !important; }
.emoji1f405 { background-position: 30% 35% !important; }
.emoji1f406 { background-position: 30% 37.5% !important; }
.emoji1f407 { background-position: 30% 40% !important; }
.emoji1f408 { background-position: 30% 42.5% !important; }
.emoji1f409 { background-position: 30% 45% !important; }
.emoji1f40a { background-position: 30% 47.5% !important; }
.emoji1f40b { background-position: 30% 50% !important; }
.emoji1f40c { background-position: 30% 52.5% !important; }
.emoji1f40d { background-position: 30% 55% !important; }
.emoji1f40e { background-position: 30% 57.5% !important; }
.emoji1f40f { background-position: 30% 60% !important; }
.emoji1f410 { background-position: 30% 62.5% !important; }
.emoji1f411 { background-position: 30% 65% !important; }
.emoji1f412 { background-position: 30% 67.5% !important; }
.emoji1f413 { background-position: 30% 70% !important; }
.emoji1f414 { background-position: 30% 72.5% !important; }
.emoji1f415 { background-position: 30% 75% !important; }
.emoji1f416 { background-position: 30% 77.5% !important; }
.emoji1f417 { background-position: 30% 80% !important; }
.emoji1f418 { background-position: 30% 82.5% !important; }
.emoji1f419 { background-position: 30% 85% !important; }
.emoji1f41a { background-position: 30% 87.5% !important; }
.emoji1f41b { background-position: 30% 90% !important; }
.emoji1f41c { background-position: 30% 92.5% !important; }
.emoji1f41d { background-position: 30% 95% !important; }
.emoji1f41e { background-position: 30% 97.5% !important; }
.emoji1f41f { background-position: 30% 100% !important; }
.emoji1f420 { background-position: 32.5% 0% !important; }
.emoji1f421 { background-position: 32.5% 2.5% !important; }
.emoji1f422 { background-position: 32.5% 5% !important; }
.emoji1f423 { background-position: 32.5% 7.5% !important; }
.emoji1f424 { background-position: 32.5% 10% !important; }
.emoji1f425 { background-position: 32.5% 12.5% !important; }
.emoji1f426 { background-position: 32.5% 15% !important; }
.emoji1f427 { background-position: 32.5% 17.5% !important; }
.emoji1f428 { background-position: 32.5% 20% !important; }
.emoji1f429 { background-position: 32.5% 22.5% !important; }
.emoji1f42a { background-position: 32.5% 25% !important; }
.emoji1f42b { background-position: 32.5% 27.5% !important; }
.emoji1f42c { background-position: 32.5% 30% !important; }
.emoji1f42d { background-position: 32.5% 32.5% !important; }
.emoji1f42e { background-position: 32.5% 35% !important; }
.emoji1f42f { background-position: 32.5% 37.5% !important; }
.emoji1f430 { background-position: 32.5% 40% !important; }
.emoji1f431 { background-position: 32.5% 42.5% !important; }
.emoji1f432 { background-position: 32.5% 45% !important; }
.emoji1f433 { background-position: 32.5% 47.5% !important; }
.emoji1f434 { background-position: 32.5% 50% !important; }
.emoji1f435 { background-position: 32.5% 52.5% !important; }
.emoji1f436 { background-position: 32.5% 55% !important; }
.emoji1f437 { background-position: 32.5% 57.5% !important; }
.emoji1f438 { background-position: 32.5% 60% !important; }
.emoji1f439 { background-position: 32.5% 62.5% !important; }
.emoji1f43a { background-position: 32.5% 65% !important; }
.emoji1f43b { background-position: 32.5% 67.5% !important; }
.emoji1f43c { background-position: 32.5% 70% !important; }
.emoji1f43d { background-position: 32.5% 72.5% !important; }
.emoji1f43e { background-position: 32.5% 75% !important; }
.emoji1f43f { background-position: 32.5% 77.5% !important; }
.emoji1f440 { background-position: 32.5% 80% !important; }
.emoji1f441 { background-position: 32.5% 82.5% !important; }
.emoji1f442 { background-position: 32.5% 85% !important; }
.emoji1f443 { background-position: 32.5% 100% !important; }
.emoji1f444 { background-position: 35% 12.5% !important; }
.emoji1f445 { background-position: 35% 15% !important; }
.emoji1f446 { background-position: 35% 17.5% !important; }
.emoji1f447 { background-position: 35% 32.5% !important; }
.emoji1f448 { background-position: 35% 47.5% !important; }
.emoji1f449 { background-position: 35% 62.5% !important; }
.emoji1f44a { background-position: 35% 77.5% !important; }
.emoji1f44b { background-position: 35% 92.5% !important; }
.emoji1f44c { background-position: 37.5% 5% !important; }
.emoji1f44d { background-position: 37.5% 20% !important; }
.emoji1f44e { background-position: 37.5% 35% !important; }
.emoji1f44f { background-position: 37.5% 50% !important; }
.emoji1f450 { background-position: 37.5% 65% !important; }
.emoji1f451 { background-position: 37.5% 80% !important; }
.emoji1f452 { background-position: 37.5% 82.5% !important; }
.emoji1f453 { background-position: 37.5% 85% !important; }
.emoji1f454 { background-position: 37.5% 87.5% !important; }
.emoji1f455 { background-position: 37.5% 90% !important; }
.emoji1f456 { background-position: 37.5% 92.5% !important; }
.emoji1f457 { background-position: 37.5% 95% !important; }
.emoji1f458 { background-position: 37.5% 97.5% !important; }
.emoji1f459 { background-position: 37.5% 100% !important; }
.emoji1f45a { background-position: 40% 0% !important; }
.emoji1f45b { background-position: 40% 2.5% !important; }
.emoji1f45c { background-position: 40% 5% !important; }
.emoji1f45d { background-position: 40% 7.5% !important; }
.emoji1f45e { background-position: 40% 10% !important; }
.emoji1f45f { background-position: 40% 12.5% !important; }
.emoji1f460 { background-position: 40% 15% !important; }
.emoji1f461 { background-position: 40% 17.5% !important; }
.emoji1f462 { background-position: 40% 20% !important; }
.emoji1f463 { background-position: 40% 22.5% !important; }
.emoji1f464 { background-position: 40% 25% !important; }
.emoji1f465 { background-position: 40% 27.5% !important; }
.emoji1f466 { background-position: 40% 30% !important; }
.emoji1f467 { background-position: 40% 45% !important; }
.emoji1f468 { background-position: 40% 60% !important; }
.emoji1f469 { background-position: 40% 75% !important; }
.emoji1f46a { background-position: 40% 90% !important; }
.emoji1f46b { background-position: 40% 92.5% !important; }
.emoji1f46c { background-position: 40% 95% !important; }
.emoji1f46d { background-position: 40% 97.5% !important; }
.emoji1f46e { background-position: 40% 100% !important; }
.emoji1f46f { background-position: 42.5% 12.5% !important; }
.emoji1f470 { background-position: 42.5% 15% !important; }
.emoji1f471 { background-position: 42.5% 30% !important; }
.emoji1f472 { background-position: 42.5% 45% !important; }
.emoji1f473 { background-position: 42.5% 60% !important; }
.emoji1f474 { background-position: 42.5% 75% !important; }
.emoji1f475 { background-position: 42.5% 90% !important; }
.emoji1f476 { background-position: 45% 2.5% !important; }
.emoji1f477 { background-position: 45% 17.5% !important; }
.emoji1f478 { background-position: 45% 32.5% !important; }
.emoji1f479 { background-position: 45% 47.5% !important; }
.emoji1f47a { background-position: 45% 50% !important; }
.emoji1f47b { background-position: 45% 52.5% !important; }
.emoji1f47c { background-position: 45% 55% !important; }
.emoji1f47d { background-position: 45% 70% !important; }
.emoji1f47e { background-position: 45% 72.5% !important; }
.emoji1f47f { background-position: 45% 75% !important; }
.emoji1f480 { background-position: 45% 77.5% !important; }
.emoji1f481 { background-position: 45% 80% !important; }
.emoji1f482 { background-position: 45% 95% !important; }
.emoji1f483 { background-position: 47.5% 7.5% !important; }
.emoji1f484 { background-position: 47.5% 22.5% !important; }
.emoji1f485 { background-position: 47.5% 25% !important; }
.emoji1f486 { background-position: 47.5% 40% !important; }
.emoji1f487 { background-position: 47.5% 55% !important; }
.emoji1f488 { background-position: 47.5% 70% !important; }
.emoji1f489 { background-position: 47.5% 72.5% !important; }
.emoji1f48a { background-position: 47.5% 75% !important; }
.emoji1f48b { background-position: 47.5% 77.5% !important; }
.emoji1f48c { background-position: 47.5% 80% !important; }
.emoji1f48d { background-position: 47.5% 82.5% !important; }
.emoji1f48e { background-position: 47.5% 85% !important; }
.emoji1f48f { background-position: 47.5% 87.5% !important; }
.emoji1f490 { background-position: 47.5% 90% !important; }
.emoji1f491 { background-position: 47.5% 92.5% !important; }
.emoji1f492 { background-position: 47.5% 95% !important; }
.emoji1f493 { background-position: 47.5% 97.5% !important; }
.emoji1f494 { background-position: 47.5% 100% !important; }
.emoji1f495 { background-position: 50% 0% !important; }
.emoji1f496 { background-position: 50% 2.5% !important; }
.emoji1f497 { background-position: 50% 5% !important; }
.emoji1f498 { background-position: 50% 7.5% !important; }
.emoji1f499 { background-position: 50% 10% !important; }
.emoji1f49a { background-position: 50% 12.5% !important; }
.emoji1f49b { background-position: 50% 15% !important; }
.emoji1f49c { background-position: 50% 17.5% !important; }
.emoji1f49d { background-position: 50% 20% !important; }
.emoji1f49e { background-position: 50% 22.5% !important; }
.emoji1f49f { background-position: 50% 25% !important; }
.emoji1f4a0 { background-position: 50% 27.5% !important; }
.emoji1f4a1 { background-position: 50% 30% !important; }
.emoji1f4a2 { background-position: 50% 32.5% !important; }
.emoji1f4a3 { background-position: 50% 35% !important; }
.emoji1f4a4 { background-position: 50% 37.5% !important; }
.emoji1f4a5 { background-position: 50% 40% !important; }
.emoji1f4a6 { background-position: 50% 42.5% !important; }
.emoji1f4a7 { background-position: 50% 45% !important; }
.emoji1f4a8 { background-position: 50% 47.5% !important; }
.emoji1f4a9 { background-position: 50% 50% !important; }
.emoji1f4aa { background-position: 50% 52.5% !important; }
.emoji1f4ab { background-position: 50% 67.5% !important; }
.emoji1f4ac { background-position: 50% 70% !important; }
.emoji1f4ad { background-position: 50% 72.5% !important; }
.emoji1f4ae { background-position: 50% 75% !important; }
.emoji1f4af { background-position: 50% 77.5% !important; }
.emoji1f4b0 { background-position: 50% 80% !important; }
.emoji1f4b1 { background-position: 50% 82.5% !important; }
.emoji1f4b2 { background-position: 50% 85% !important; }
.emoji1f4b3 { background-position: 50% 87.5% !important; }
.emoji1f4b4 { background-position: 50% 90% !important; }
.emoji1f4b5 { background-position: 50% 92.5% !important; }
.emoji1f4b6 { background-position: 50% 95% !important; }
.emoji1f4b7 { background-position: 50% 97.5% !important; }
.emoji1f4b8 { background-position: 50% 100% !important; }
.emoji1f4b9 { background-position: 52.5% 0% !important; }
.emoji1f4ba { background-position: 52.5% 2.5% !important; }
.emoji1f4bb { background-position: 52.5% 5% !important; }
.emoji1f4bc { background-position: 52.5% 7.5% !important; }
.emoji1f4bd { background-position: 52.5% 10% !important; }
.emoji1f4be { background-position: 52.5% 12.5% !important; }
.emoji1f4bf { background-position: 52.5% 15% !important; }
.emoji1f4c0 { background-position: 52.5% 17.5% !important; }
.emoji1f4c1 { background-position: 52.5% 20% !important; }
.emoji1f4c2 { background-position: 52.5% 22.5% !important; }
.emoji1f4c3 { background-position: 52.5% 25% !important; }
.emoji1f4c4 { background-position: 52.5% 27.5% !important; }
.emoji1f4c5 { background-position: 52.5% 30% !important; }
.emoji1f4c6 { background-position: 52.5% 32.5% !important; }
.emoji1f4c7 { background-position: 52.5% 35% !important; }
.emoji1f4c8 { background-position: 52.5% 37.5% !important; }
.emoji1f4c9 { background-position: 52.5% 40% !important; }
.emoji1f4ca { background-position: 52.5% 42.5% !important; }
.emoji1f4cb { background-position: 52.5% 45% !important; }
.emoji1f4cc { background-position: 52.5% 47.5% !important; }
.emoji1f4cd { background-position: 52.5% 50% !important; }
.emoji1f4ce { background-position: 52.5% 52.5% !important; }
.emoji1f4cf { background-position: 52.5% 55% !important; }
.emoji1f4d0 { background-position: 52.5% 57.5% !important; }
.emoji1f4d1 { background-position: 52.5% 60% !important; }
.emoji1f4d2 { background-position: 52.5% 62.5% !important; }
.emoji1f4d3 { background-position: 52.5% 65% !important; }
.emoji1f4d4 { background-position: 52.5% 67.5% !important; }
.emoji1f4d5 { background-position: 52.5% 70% !important; }
.emoji1f4d6 { background-position: 52.5% 72.5% !important; }
.emoji1f4d7 { background-position: 52.5% 75% !important; }
.emoji1f4d8 { background-position: 52.5% 77.5% !important; }
.emoji1f4d9 { background-position: 52.5% 80% !important; }
.emoji1f4da { background-position: 52.5% 82.5% !important; }
.emoji1f4db { background-position: 52.5% 85% !important; }
.emoji1f4dc { background-position: 52.5% 87.5% !important; }
.emoji1f4dd { background-position: 52.5% 90% !important; }
.emoji1f4de { background-position: 52.5% 92.5% !important; }
.emoji1f4df { background-position: 52.5% 95% !important; }
.emoji1f4e0 { background-position: 52.5% 97.5% !important; }
.emoji1f4e1 { background-position: 52.5% 100% !important; }
.emoji1f4e2 { background-position: 55% 0% !important; }
.emoji1f4e3 { background-position: 55% 2.5% !important; }
.emoji1f4e4 { background-position: 55% 5% !important; }
.emoji1f4e5 { background-position: 55% 7.5% !important; }
.emoji1f4e6 { background-position: 55% 10% !important; }
.emoji1f4e7 { background-position: 55% 12.5% !important; }
.emoji1f4e8 { background-position: 55% 15% !important; }
.emoji1f4e9 { background-position: 55% 17.5% !important; }
.emoji1f4ea { background-position: 55% 20% !important; }
.emoji1f4eb { background-position: 55% 22.5% !important; }
.emoji1f4ec { background-position: 55% 25% !important; }
.emoji1f4ed { background-position: 55% 27.5% !important; }
.emoji1f4ee { background-position: 55% 30% !important; }
.emoji1f4ef { background-position: 55% 32.5% !important; }
.emoji1f4f0 { background-position: 55% 35% !important; }
.emoji1f4f1 { background-position: 55% 37.5% !important; }
.emoji1f4f2 { background-position: 55% 40% !important; }
.emoji1f4f3 { background-position: 55% 42.5% !important; }
.emoji1f4f4 { background-position: 55% 45% !important; }
.emoji1f4f5 { background-position: 55% 47.5% !important; }
.emoji1f4f6 { background-position: 55% 50% !important; }
.emoji1f4f7 { background-position: 55% 52.5% !important; }
.emoji1f4f8 { background-position: 55% 55% !important; }
.emoji1f4f9 { background-position: 55% 57.5% !important; }
.emoji1f4fa { background-position: 55% 60% !important; }
.emoji1f4fb { background-position: 55% 62.5% !important; }
.emoji1f4fc { background-position: 55% 65% !important; }
.emoji1f4fd { background-position: 55% 67.5% !important; }
.emoji1f4ff { background-position: 55% 70% !important; }
.emoji1f500 { background-position: 55% 72.5% !important; }
.emoji1f501 { background-position: 55% 75% !important; }
.emoji1f502 { background-position: 55% 77.5% !important; }
.emoji1f503 { background-position: 55% 80% !important; }
.emoji1f504 { background-position: 55% 82.5% !important; }
.emoji1f505 { background-position: 55% 85% !important; }
.emoji1f506 { background-position: 55% 87.5% !important; }
.emoji1f507 { background-position: 55% 90% !important; }
.emoji1f508 { background-position: 55% 92.5% !important; }
.emoji1f509 { background-position: 55% 95% !important; }
.emoji1f50a { background-position: 55% 97.5% !important; }
.emoji1f50b { background-position: 55% 100% !important; }
.emoji1f50c { background-position: 57.5% 0% !important; }
.emoji1f50d { background-position: 57.5% 2.5% !important; }
.emoji1f50e { background-position: 57.5% 5% !important; }
.emoji1f50f { background-position: 57.5% 7.5% !important; }
.emoji1f510 { background-position: 57.5% 10% !important; }
.emoji1f511 { background-position: 57.5% 12.5% !important; }
.emoji1f512 { background-position: 57.5% 15% !important; }
.emoji1f513 { background-position: 57.5% 17.5% !important; }
.emoji1f514 { background-position: 57.5% 20% !important; }
.emoji1f515 { background-position: 57.5% 22.5% !important; }
.emoji1f516 { background-position: 57.5% 25% !important; }
.emoji1f517 { background-position: 57.5% 27.5% !important; }
.emoji1f518 { background-position: 57.5% 30% !important; }
.emoji1f519 { background-position: 57.5% 32.5% !important; }
.emoji1f51a { background-position: 57.5% 35% !important; }
.emoji1f51b { background-position: 57.5% 37.5% !important; }
.emoji1f51c { background-position: 57.5% 40% !important; }
.emoji1f51d { background-position: 57.5% 42.5% !important; }
.emoji1f51e { background-position: 57.5% 45% !important; }
.emoji1f51f { background-position: 57.5% 47.5% !important; }
.emoji1f520 { background-position: 57.5% 50% !important; }
.emoji1f521 { background-position: 57.5% 52.5% !important; }
.emoji1f522 { background-position: 57.5% 55% !important; }
.emoji1f523 { background-position: 57.5% 57.5% !important; }
.emoji1f524 { background-position: 57.5% 60% !important; }
.emoji1f525 { background-position: 57.5% 62.5% !important; }
.emoji1f526 { background-position: 57.5% 65% !important; }
.emoji1f527 { background-position: 57.5% 67.5% !important; }
.emoji1f528 { background-position: 57.5% 70% !important; }
.emoji1f529 { background-position: 57.5% 72.5% !important; }
.emoji1f52a { background-position: 57.5% 75% !important; }
.emoji1f52b { background-position: 57.5% 77.5% !important; }
.emoji1f52c { background-position: 57.5% 80% !important; }
.emoji1f52d { background-position: 57.5% 82.5% !important; }
.emoji1f52e { background-position: 57.5% 85% !important; }
.emoji1f52f { background-position: 57.5% 87.5% !important; }
.emoji1f530 { background-position: 57.5% 90% !important; }
.emoji1f531 { background-position: 57.5% 92.5% !important; }
.emoji1f532 { background-position: 57.5% 95% !important; }
.emoji1f533 { background-position: 57.5% 97.5% !important; }
.emoji1f534 { background-position: 57.5% 100% !important; }
.emoji1f535 { background-position: 60% 0% !important; }
.emoji1f536 { background-position: 60% 2.5% !important; }
.emoji1f537 { background-position: 60% 5% !important; }
.emoji1f538 { background-position: 60% 7.5% !important; }
.emoji1f539 { background-position: 60% 10% !important; }
.emoji1f53a { background-position: 60% 12.5% !important; }
.emoji1f53b { background-position: 60% 15% !important; }
.emoji1f53c { background-position: 60% 17.5% !important; }
.emoji1f53d { background-position: 60% 20% !important; }
.emoji1f549 { background-position: 60% 22.5% !important; }
.emoji1f54a { background-position: 60% 25% !important; }
.emoji1f54b { background-position: 60% 27.5% !important; }
.emoji1f54c { background-position: 60% 30% !important; }
.emoji1f54d { background-position: 60% 32.5% !important; }
.emoji1f54e { background-position: 60% 35% !important; }
.emoji1f550 { background-position: 60% 37.5% !important; }
.emoji1f551 { background-position: 60% 40% !important; }
.emoji1f552 { background-position: 60% 42.5% !important; }
.emoji1f553 { background-position: 60% 45% !important; }
.emoji1f554 { background-position: 60% 47.5% !important; }
.emoji1f555 { background-position: 60% 50% !important; }
.emoji1f556 { background-position: 60% 52.5% !important; }
.emoji1f557 { background-position: 60% 55% !important; }
.emoji1f558 { background-position: 60% 57.5% !important; }
.emoji1f559 { background-position: 60% 60% !important; }
.emoji1f55a { background-position: 60% 62.5% !important; }
.emoji1f55b { background-position: 60% 65% !important; }
.emoji1f55c { background-position: 60% 67.5% !important; }
.emoji1f55d { background-position: 60% 70% !important; }
.emoji1f55e { background-position: 60% 72.5% !important; }
.emoji1f55f { background-position: 60% 75% !important; }
.emoji1f560 { background-position: 60% 77.5% !important; }
.emoji1f561 { background-position: 60% 80% !important; }
.emoji1f562 { background-position: 60% 82.5% !important; }
.emoji1f563 { background-position: 60% 85% !important; }
.emoji1f564 { background-position: 60% 87.5% !important; }
.emoji1f565 { background-position: 60% 90% !important; }
.emoji1f566 { background-position: 60% 92.5% !important; }
.emoji1f567 { background-position: 60% 95% !important; }
.emoji1f56f { background-position: 60% 97.5% !important; }
.emoji1f570 { background-position: 60% 100% !important; }
.emoji1f573 { background-position: 62.5% 0% !important; }
.emoji1f574 { background-position: 62.5% 2.5% !important; }
.emoji1f575 { background-position: 62.5% 5% !important; }
.emoji1f576 { background-position: 62.5% 7.5% !important; }
.emoji1f577 { background-position: 62.5% 10% !important; }
.emoji1f578 { background-position: 62.5% 12.5% !important; }
.emoji1f579 { background-position: 62.5% 15% !important; }
.emoji1f587 { background-position: 62.5% 17.5% !important; }
.emoji1f58a { background-position: 62.5% 20% !important; }
.emoji1f58b { background-position: 62.5% 22.5% !important; }
.emoji1f58c { background-position: 62.5% 25% !important; }
.emoji1f58d { background-position: 62.5% 27.5% !important; }
.emoji1f590 { background-position: 62.5% 30% !important; }
.emoji1f595 { background-position: 62.5% 45% !important; }
.emoji1f596 { background-position: 62.5% 60% !important; }
.emoji1f5a5 { background-position: 62.5% 75% !important; }
.emoji1f5a8 { background-position: 62.5% 77.5% !important; }
.emoji1f5b1 { background-position: 62.5% 80% !important; }
.emoji1f5b2 { background-position: 62.5% 82.5% !important; }
.emoji1f5bc { background-position: 62.5% 85% !important; }
.emoji1f5c2 { background-position: 62.5% 87.5% !important; }
.emoji1f5c3 { background-position: 62.5% 90% !important; }
.emoji1f5c4 { background-position: 62.5% 92.5% !important; }
.emoji1f5d1 { background-position: 62.5% 95% !important; }
.emoji1f5d2 { background-position: 62.5% 97.5% !important; }
.emoji1f5d3 { background-position: 62.5% 100% !important; }
.emoji1f5dc { background-position: 65% 0% !important; }
.emoji1f5dd { background-position: 65% 2.5% !important; }
.emoji1f5de { background-position: 65% 5% !important; }
.emoji1f5e1 { background-position: 65% 7.5% !important; }
.emoji1f5e3 { background-position: 65% 10% !important; }
.emoji1f5e8 { background-position: 65% 12.5% !important; }
.emoji1f5ef { background-position: 65% 15% !important; }
.emoji1f5f3 { background-position: 65% 17.5% !important; }
.emoji1f5fa { background-position: 65% 20% !important; }
.emoji1f5fb { background-position: 65% 22.5% !important; }
.emoji1f5fc { background-position: 65% 25% !important; }
.emoji1f5fd { background-position: 65% 27.5% !important; }
.emoji1f5fe { background-position: 65% 30% !important; }
.emoji1f5ff { background-position: 65% 32.5% !important; }
.emoji1f600 { background-position: 65% 35% !important; }
.emoji1f601 { background-position: 65% 37.5% !important; }
.emoji1f602 { background-position: 65% 40% !important; }
.emoji1f603 { background-position: 65% 42.5% !important; }
.emoji1f604 { background-position: 65% 45% !important; }
.emoji1f605 { background-position: 65% 47.5% !important; }
.emoji1f606 { background-position: 65% 50% !important; }
.emoji1f607 { background-position: 65% 52.5% !important; }
.emoji1f608 { background-position: 65% 55% !important; }
.emoji1f609 { background-position: 65% 57.5% !important; }
.emoji1f60a { background-position: 65% 60% !important; }
.emoji1f60b { background-position: 65% 62.5% !important; }
.emoji1f60c { background-position: 65% 65% !important; }
.emoji1f60d { background-position: 65% 67.5% !important; }
.emoji1f60e { background-position: 65% 70% !important; }
.emoji1f60f { background-position: 65% 72.5% !important; }
.emoji1f610 { background-position: 65% 75% !important; }
.emoji1f611 { background-position: 65% 77.5% !important; }
.emoji1f612 { background-position: 65% 80% !important; }
.emoji1f613 { background-position: 65% 82.5% !important; }
.emoji1f614 { background-position: 65% 85% !important; }
.emoji1f615 { background-position: 65% 87.5% !important; }
.emoji1f616 { background-position: 65% 90% !important; }
.emoji1f617 { background-position: 65% 92.5% !important; }
.emoji1f618 { background-position: 65% 95% !important; }
.emoji1f619 { background-position: 65% 97.5% !important; }
.emoji1f61a { background-position: 65% 100% !important; }
.emoji1f61b { background-position: 67.5% 0% !important; }
.emoji1f61c { background-position: 67.5% 2.5% !important; }
.emoji1f61d { background-position: 67.5% 5% !important; }
.emoji1f61e { background-position: 67.5% 7.5% !important; }
.emoji1f61f { background-position: 67.5% 10% !important; }
.emoji1f620 { background-position: 67.5% 12.5% !important; }
.emoji1f621 { background-position: 67.5% 15% !important; }
.emoji1f622 { background-position: 67.5% 17.5% !important; }
.emoji1f623 { background-position: 67.5% 20% !important; }
.emoji1f624 { background-position: 67.5% 22.5% !important; }
.emoji1f625 { background-position: 67.5% 25% !important; }
.emoji1f626 { background-position: 67.5% 27.5% !important; }
.emoji1f627 { background-position: 67.5% 30% !important; }
.emoji1f628 { background-position: 67.5% 32.5% !important; }
.emoji1f629 { background-position: 67.5% 35% !important; }
.emoji1f62a { background-position: 67.5% 37.5% !important; }
.emoji1f62b { background-position: 67.5% 40% !important; }
.emoji1f62c { background-position: 67.5% 42.5% !important; }
.emoji1f62d { background-position: 67.5% 45% !important; }
.emoji1f62e { background-position: 67.5% 47.5% !important; }
.emoji1f62f { background-position: 67.5% 50% !important; }
.emoji1f630 { background-position: 67.5% 52.5% !important; }
.emoji1f631 { background-position: 67.5% 55% !important; }
.emoji1f632 { background-position: 67.5% 57.5% !important; }
.emoji1f633 { background-position: 67.5% 60% !important; }
.emoji1f634 { background-position: 67.5% 62.5% !important; }
.emoji1f635 { background-position: 67.5% 65% !important; }
.emoji1f636 { background-position: 67.5% 67.5% !important; }
.emoji1f637 { background-position: 67.5% 70% !important; }
.emoji1f638 { background-position: 67.5% 72.5% !important; }
.emoji1f639 { background-position: 67.5% 75% !important; }
.emoji1f63a { background-position: 67.5% 77.5% !important; }
.emoji1f63b { background-position: 67.5% 80% !important; }
.emoji1f63c { background-position: 67.5% 82.5% !important; }
.emoji1f63d { background-position: 67.5% 85% !important; }
.emoji1f63e { background-position: 67.5% 87.5% !important; }
.emoji1f63f { background-position: 67.5% 90% !important; }
.emoji1f640 { background-position: 67.5% 92.5% !important; }
.emoji1f641 { background-position: 67.5% 95% !important; }
.emoji1f642 { background-position: 67.5% 97.5% !important; }
.emoji1f643 { background-position: 67.5% 100% !important; }
.emoji1f644 { background-position: 70% 0% !important; }
.emoji1f645 { background-position: 70% 2.5% !important; }
.emoji1f646 { background-position: 70% 17.5% !important; }
.emoji1f647 { background-position: 70% 32.5% !important; }
.emoji1f648 { background-position: 70% 47.5% !important; }
.emoji1f649 { background-position: 70% 50% !important; }
.emoji1f64a { background-position: 70% 52.5% !important; }
.emoji1f64b { background-position: 70% 55% !important; }
.emoji1f64c { background-position: 70% 70% !important; }
.emoji1f64d { background-position: 70% 85% !important; }
.emoji1f64e { background-position: 70% 100% !important; }
.emoji1f64f { background-position: 72.5% 12.5% !important; }
.emoji1f680 { background-position: 72.5% 27.5% !important; }
.emoji1f681 { background-position: 72.5% 30% !important; }
.emoji1f682 { background-position: 72.5% 32.5% !important; }
.emoji1f683 { background-position: 72.5% 35% !important; }
.emoji1f684 { background-position: 72.5% 37.5% !important; }
.emoji1f685 { background-position: 72.5% 40% !important; }
.emoji1f686 { background-position: 72.5% 42.5% !important; }
.emoji1f687 { background-position: 72.5% 45% !important; }
.emoji1f688 { background-position: 72.5% 47.5% !important; }
.emoji1f689 { background-position: 72.5% 50% !important; }
.emoji1f68a { background-position: 72.5% 52.5% !important; }
.emoji1f68b { background-position: 72.5% 55% !important; }
.emoji1f68c { background-position: 72.5% 57.5% !important; }
.emoji1f68d { background-position: 72.5% 60% !important; }
.emoji1f68e { background-position: 72.5% 62.5% !important; }
.emoji1f68f { background-position: 72.5% 65% !important; }
.emoji1f690 { background-position: 72.5% 67.5% !important; }
.emoji1f691 { background-position: 72.5% 70% !important; }
.emoji1f692 { background-position: 72.5% 72.5% !important; }
.emoji1f693 { background-position: 72.5% 75% !important; }
.emoji1f694 { background-position: 72.5% 77.5% !important; }
.emoji1f695 { background-position: 72.5% 80% !important; }
.emoji1f696 { background-position: 72.5% 82.5% !important; }
.emoji1f697 { background-position: 72.5% 85% !important; }
.emoji1f698 { background-position: 72.5% 87.5% !important; }
.emoji1f699 { background-position: 72.5% 90% !important; }
.emoji1f69a { background-position: 72.5% 92.5% !important; }
.emoji1f69b { background-position: 72.5% 95% !important; }
.emoji1f69c { background-position: 72.5% 97.5% !important; }
.emoji1f69d { background-position: 72.5% 100% !important; }
.emoji1f69e { background-position: 75% 0% !important; }
.emoji1f69f { background-position: 75% 2.5% !important; }
.emoji1f6a0 { background-position: 75% 5% !important; }
.emoji1f6a1 { background-position: 75% 7.5% !important; }
.emoji1f6a2 { background-position: 75% 10% !important; }
.emoji1f6a3 { background-position: 75% 12.5% !important; }
.emoji1f6a4 { background-position: 75% 27.5% !important; }
.emoji1f6a5 { background-position: 75% 30% !important; }
.emoji1f6a6 { background-position: 75% 32.5% !important; }
.emoji1f6a7 { background-position: 75% 35% !important; }
.emoji1f6a8 { background-position: 75% 37.5% !important; }
.emoji1f6a9 { background-position: 75% 40% !important; }
.emoji1f6aa { background-position: 75% 42.5% !important; }
.emoji1f6ab { background-position: 75% 45% !important; }
.emoji1f6ac { background-position: 75% 47.5% !important; }
.emoji1f6ad { background-position: 75% 50% !important; }
.emoji1f6ae { background-position: 75% 52.5% !important; }
.emoji1f6af { background-position: 75% 55% !important; }
.emoji1f6b0 { background-position: 75% 57.5% !important; }
.emoji1f6b1 { background-position: 75% 60% !important; }
.emoji1f6b2 { background-position: 75% 62.5% !important; }
.emoji1f6b3 { background-position: 75% 65% !important; }
.emoji1f6b4 { background-position: 75% 67.5% !important; }
.emoji1f6b5 { background-position: 75% 82.5% !important; }
.emoji1f6b6 { background-position: 75% 97.5% !important; }
.emoji1f6b7 { background-position: 77.5% 10% !important; }
.emoji1f6b8 { background-position: 77.5% 12.5% !important; }
.emoji1f6b9 { background-position: 77.5% 15% !important; }
.emoji1f6ba { background-position: 77.5% 17.5% !important; }
.emoji1f6bb { background-position: 77.5% 20% !important; }
.emoji1f6bc { background-position: 77.5% 22.5% !important; }
.emoji1f6bd { background-position: 77.5% 25% !important; }
.emoji1f6be { background-position: 77.5% 27.5% !important; }
.emoji1f6bf { background-position: 77.5% 30% !important; }
.emoji1f6c0 { background-position: 77.5% 32.5% !important; }
.emoji1f6c1 { background-position: 77.5% 47.5% !important; }
.emoji1f6c2 { background-position: 77.5% 50% !important; }
.emoji1f6c3 { background-position: 77.5% 52.5% !important; }
.emoji1f6c4 { background-position: 77.5% 55% !important; }
.emoji1f6c5 { background-position: 77.5% 57.5% !important; }
.emoji1f6cb { background-position: 77.5% 60% !important; }
.emoji1f6cc { background-position: 77.5% 62.5% !important; }
.emoji1f6cd { background-position: 77.5% 65% !important; }
.emoji1f6ce { background-position: 77.5% 67.5% !important; }
.emoji1f6cf { background-position: 77.5% 70% !important; }
.emoji1f6d0 { background-position: 77.5% 72.5% !important; }
.emoji1f6e0 { background-position: 77.5% 75% !important; }
.emoji1f6e1 { background-position: 77.5% 77.5% !important; }
.emoji1f6e2 { background-position: 77.5% 80% !important; }
.emoji1f6e3 { background-position: 77.5% 82.5% !important; }
.emoji1f6e4 { background-position: 77.5% 85% !important; }
.emoji1f6e5 { background-position: 77.5% 87.5% !important; }
.emoji1f6e9 { background-position: 77.5% 90% !important; }
.emoji1f6eb { background-position: 77.5% 92.5% !important; }
.emoji1f6ec { background-position: 77.5% 95% !important; }
.emoji1f6f0 { background-position: 77.5% 97.5% !important; }
.emoji1f6f3 { background-position: 77.5% 100% !important; }
.emoji1f910 { background-position: 80% 0% !important; }
.emoji1f911 { background-position: 80% 2.5% !important; }
.emoji1f912 { background-position: 80% 5% !important; }
.emoji1f913 { background-position: 80% 7.5% !important; }
.emoji1f914 { background-position: 80% 10% !important; }
.emoji1f915 { background-position: 80% 12.5% !important; }
.emoji1f916 { background-position: 80% 15% !important; }
.emoji1f917 { background-position: 80% 17.5% !important; }
.emoji1f918 { background-position: 80% 20% !important; }
.emoji1f980 { background-position: 80% 35% !important; }
.emoji1f981 { background-position: 80% 37.5% !important; }
.emoji1f982 { background-position: 80% 40% !important; }
.emoji1f983 { background-position: 80% 42.5% !important; }
.emoji1f984 { background-position: 80% 45% !important; }
.emoji1f9c0 { background-position: 80% 47.5% !important; }
.emoji2320e3 { background-position: 80% 50% !important; }
.emoji2a20e3 { background-position: 80% 52.5% !important; }
.emoji3020e3 { background-position: 80% 55% !important; }
.emoji3120e3 { background-position: 80% 57.5% !important; }
.emoji3220e3 { background-position: 80% 60% !important; }
.emoji3320e3 { background-position: 80% 62.5% !important; }
.emoji3420e3 { background-position: 80% 65% !important; }
.emoji3520e3 { background-position: 80% 67.5% !important; }
.emoji3620e3 { background-position: 80% 70% !important; }
.emoji3720e3 { background-position: 80% 72.5% !important; }
.emoji3820e3 { background-position: 80% 75% !important; }
.emoji3920e3 { background-position: 80% 77.5% !important; }
.emoji1f1e61f1e8 { background-position: 80% 80% !important; }
.emoji1f1e61f1e9 { background-position: 80% 82.5% !important; }
.emoji1f1e61f1ea { background-position: 80% 85% !important; }
.emoji1f1e61f1eb { background-position: 80% 87.5% !important; }
.emoji1f1e61f1ec { background-position: 80% 90% !important; }
.emoji1f1e61f1ee { background-position: 80% 92.5% !important; }
.emoji1f1e61f1f1 { background-position: 80% 95% !important; }
.emoji1f1e61f1f2 { background-position: 80% 97.5% !important; }
.emoji1f1e61f1f4 { background-position: 80% 100% !important; }
.emoji1f1e61f1f6 { background-position: 82.5% 0% !important; }
.emoji1f1e61f1f7 { background-position: 82.5% 2.5% !important; }
.emoji1f1e61f1f8 { background-position: 82.5% 5% !important; }
.emoji1f1e61f1f9 { background-position: 82.5% 7.5% !important; }
.emoji1f1e61f1fa { background-position: 82.5% 10% !important; }
.emoji1f1e61f1fc { background-position: 82.5% 12.5% !important; }
.emoji1f1e61f1fd { background-position: 82.5% 15% !important; }
.emoji1f1e61f1ff { background-position: 82.5% 17.5% !important; }
.emoji1f1e71f1e6 { background-position: 82.5% 20% !important; }
.emoji1f1e71f1e7 { background-position: 82.5% 22.5% !important; }
.emoji1f1e71f1e9 { background-position: 82.5% 25% !important; }
.emoji1f1e71f1ea { background-position: 82.5% 27.5% !important; }
.emoji1f1e71f1eb { background-position: 82.5% 30% !important; }
.emoji1f1e71f1ec { background-position: 82.5% 32.5% !important; }
.emoji1f1e71f1ed { background-position: 82.5% 35% !important; }
.emoji1f1e71f1ee { background-position: 82.5% 37.5% !important; }
.emoji1f1e71f1ef { background-position: 82.5% 40% !important; }
.emoji1f1e71f1f1 { background-position: 82.5% 42.5% !important; }
.emoji1f1e71f1f2 { background-position: 82.5% 45% !important; }
.emoji1f1e71f1f3 { background-position: 82.5% 47.5% !important; }
.emoji1f1e71f1f4 { background-position: 82.5% 50% !important; }
.emoji1f1e71f1f6 { background-position: 82.5% 52.5% !important; }
.emoji1f1e71f1f7 { background-position: 82.5% 55% !important; }
.emoji1f1e71f1f8 { background-position: 82.5% 57.5% !important; }
.emoji1f1e71f1f9 { background-position: 82.5% 60% !important; }
.emoji1f1e71f1fb { background-position: 82.5% 62.5% !important; }
.emoji1f1e71f1fc { background-position: 82.5% 65% !important; }
.emoji1f1e71f1fe { background-position: 82.5% 67.5% !important; }
.emoji1f1e71f1ff { background-position: 82.5% 70% !important; }
.emoji1f1e81f1e6 { background-position: 82.5% 72.5% !important; }
.emoji1f1e81f1e8 { background-position: 82.5% 75% !important; }
.emoji1f1e81f1e9 { background-position: 82.5% 77.5% !important; }
.emoji1f1e81f1eb { background-position: 82.5% 80% !important; }
.emoji1f1e81f1ec { background-position: 82.5% 82.5% !important; }
.emoji1f1e81f1ed { background-position: 82.5% 85% !important; }
.emoji1f1e81f1ee { background-position: 82.5% 87.5% !important; }
.emoji1f1e81f1f0 { background-position: 82.5% 90% !important; }
.emoji1f1e81f1f1 { background-position: 82.5% 92.5% !important; }
.emoji1f1e81f1f2 { background-position: 82.5% 95% !important; }
.emoji1f1e81f1f3 { background-position: 82.5% 97.5% !important; }
.emoji1f1e81f1f4 { background-position: 82.5% 100% !important; }
.emoji1f1e81f1f5 { background-position: 85% 0% !important; }
.emoji1f1e81f1f7 { background-position: 85% 2.5% !important; }
.emoji1f1e81f1fa { background-position: 85% 5% !important; }
.emoji1f1e81f1fb { background-position: 85% 7.5% !important; }
.emoji1f1e81f1fc { background-position: 85% 10% !important; }
.emoji1f1e81f1fd { background-position: 85% 12.5% !important; }
.emoji1f1e81f1fe { background-position: 85% 15% !important; }
.emoji1f1e81f1ff { background-position: 85% 17.5% !important; }
.emoji1f1e91f1ea { background-position: 85% 20% !important; }
.emoji1f1e91f1ec { background-position: 85% 22.5% !important; }
.emoji1f1e91f1ef { background-position: 85% 25% !important; }
.emoji1f1e91f1f0 { background-position: 85% 27.5% !important; }
.emoji1f1e91f1f2 { background-position: 85% 30% !important; }
.emoji1f1e91f1f4 { background-position: 85% 32.5% !important; }
.emoji1f1e91f1ff { background-position: 85% 35% !important; }
.emoji1f1ea1f1e6 { background-position: 85% 37.5% !important; }
.emoji1f1ea1f1e8 { background-position: 85% 40% !important; }
.emoji1f1ea1f1ea { background-position: 85% 42.5% !important; }
.emoji1f1ea1f1ec { background-position: 85% 45% !important; }
.emoji1f1ea1f1ed { background-position: 85% 47.5% !important; }
.emoji1f1ea1f1f7 { background-position: 85% 50% !important; }
.emoji1f1ea1f1f8 { background-position: 85% 52.5% !important; }
.emoji1f1ea1f1f9 { background-position: 85% 55% !important; }
.emoji1f1ea1f1fa { background-position: 85% 57.5% !important; }
.emoji1f1eb1f1ee { background-position: 85% 60% !important; }
.emoji1f1eb1f1ef { background-position: 85% 62.5% !important; }
.emoji1f1eb1f1f0 { background-position: 85% 65% !important; }
.emoji1f1eb1f1f2 { background-position: 85% 67.5% !important; }
.emoji1f1eb1f1f4 { background-position: 85% 70% !important; }
.emoji1f1eb1f1f7 { background-position: 85% 72.5% !important; }
.emoji1f1ec1f1e6 { background-position: 85% 75% !important; }
.emoji1f1ec1f1e7 { background-position: 85% 77.5% !important; }
.emoji1f1ec1f1e9 { background-position: 85% 80% !important; }
.emoji1f1ec1f1ea { background-position: 85% 82.5% !important; }
.emoji1f1ec1f1eb { background-position: 85% 85% !important; }
.emoji1f1ec1f1ec { background-position: 85% 87.5% !important; }
.emoji1f1ec1f1ed { background-position: 85% 90% !important; }
.emoji1f1ec1f1ee { background-position: 85% 92.5% !important; }
.emoji1f1ec1f1f1 { background-position: 85% 95% !important; }
.emoji1f1ec1f1f2 { background-position: 85% 97.5% !important; }
.emoji1f1ec1f1f3 { background-position: 85% 100% !important; }
.emoji1f1ec1f1f5 { background-position: 87.5% 0% !important; }
.emoji1f1ec1f1f6 { background-position: 87.5% 2.5% !important; }
.emoji1f1ec1f1f7 { background-position: 87.5% 5% !important; }
.emoji1f1ec1f1f8 { background-position: 87.5% 7.5% !important; }
.emoji1f1ec1f1f9 { background-position: 87.5% 10% !important; }
.emoji1f1ec1f1fa { background-position: 87.5% 12.5% !important; }
.emoji1f1ec1f1fc { background-position: 87.5% 15% !important; }
.emoji1f1ec1f1fe { background-position: 87.5% 17.5% !important; }
.emoji1f1ed1f1f0 { background-position: 87.5% 20% !important; }
.emoji1f1ed1f1f2 { background-position: 87.5% 22.5% !important; }
.emoji1f1ed1f1f3 { background-position: 87.5% 25% !important; }
.emoji1f1ed1f1f7 { background-position: 87.5% 27.5% !important; }
.emoji1f1ed1f1f9 { background-position: 87.5% 30% !important; }
.emoji1f1ed1f1fa { background-position: 87.5% 32.5% !important; }
.emoji1f1ee1f1e8 { background-position: 87.5% 35% !important; }
.emoji1f1ee1f1e9 { background-position: 87.5% 37.5% !important; }
.emoji1f1ee1f1ea { background-position: 87.5% 40% !important; }
.emoji1f1ee1f1f1 { background-position: 87.5% 42.5% !important; }
.emoji1f1ee1f1f2 { background-position: 87.5% 45% !important; }
.emoji1f1ee1f1f3 { background-position: 87.5% 47.5% !important; }
.emoji1f1ee1f1f4 { background-position: 87.5% 50% !important; }
.emoji1f1ee1f1f6 { background-position: 87.5% 52.5% !important; }
.emoji1f1ee1f1f7 { background-position: 87.5% 55% !important; }
.emoji1f1ee1f1f8 { background-position: 87.5% 57.5% !important; }
.emoji1f1ee1f1f9 { background-position: 87.5% 60% !important; }
.emoji1f1ef1f1ea { background-position: 87.5% 62.5% !important; }
.emoji1f1ef1f1f2 { background-position: 87.5% 65% !important; }
.emoji1f1ef1f1f4 { background-position: 87.5% 67.5% !important; }
.emoji1f1ef1f1f5 { background-position: 87.5% 70% !important; }
.emoji1f1f01f1ea { background-position: 87.5% 72.5% !important; }
.emoji1f1f01f1ec { background-position: 87.5% 75% !important; }
.emoji1f1f01f1ed { background-position: 87.5% 77.5% !important; }
.emoji1f1f01f1ee { background-position: 87.5% 80% !important; }
.emoji1f1f01f1f2 { background-position: 87.5% 82.5% !important; }
.emoji1f1f01f1f3 { background-position: 87.5% 85% !important; }
.emoji1f1f01f1f5 { background-position: 87.5% 87.5% !important; }
.emoji1f1f01f1f7 { background-position: 87.5% 90% !important; }
.emoji1f1f01f1fc { background-position: 87.5% 92.5% !important; }
.emoji1f1f01f1fe { background-position: 87.5% 95% !important; }
.emoji1f1f01f1ff { background-position: 87.5% 97.5% !important; }
.emoji1f1f11f1e6 { background-position: 87.5% 100% !important; }
.emoji1f1f11f1e7 { background-position: 90% 0% !important; }
.emoji1f1f11f1e8 { background-position: 90% 2.5% !important; }
.emoji1f1f11f1ee { background-position: 90% 5% !important; }
.emoji1f1f11f1f0 { background-position: 90% 7.5% !important; }
.emoji1f1f11f1f7 { background-position: 90% 10% !important; }
.emoji1f1f11f1f8 { background-position: 90% 12.5% !important; }
.emoji1f1f11f1f9 { background-position: 90% 15% !important; }
.emoji1f1f11f1fa { background-position: 90% 17.5% !important; }
.emoji1f1f11f1fb { background-position: 90% 20% !important; }
.emoji1f1f11f1fe { background-position: 90% 22.5% !important; }
.emoji1f1f21f1e6 { background-position: 90% 25% !important; }
.emoji1f1f21f1e8 { background-position: 90% 27.5% !important; }
.emoji1f1f21f1e9 { background-position: 90% 30% !important; }
.emoji1f1f21f1ea { background-position: 90% 32.5% !important; }
.emoji1f1f21f1eb { background-position: 90% 35% !important; }
.emoji1f1f21f1ec { background-position: 90% 37.5% !important; }
.emoji1f1f21f1ed { background-position: 90% 40% !important; }
.emoji1f1f21f1f0 { background-position: 90% 42.5% !important; }
.emoji1f1f21f1f1 { background-position: 90% 45% !important; }
.emoji1f1f21f1f2 { background-position: 90% 47.5% !important; }
.emoji1f1f21f1f3 { background-position: 90% 50% !important; }
.emoji1f1f21f1f4 { background-position: 90% 52.5% !important; }
.emoji1f1f21f1f5 { background-position: 90% 55% !important; }
.emoji1f1f21f1f6 { background-position: 90% 57.5% !important; }
.emoji1f1f21f1f7 { background-position: 90% 60% !important; }
.emoji1f1f21f1f8 { background-position: 90% 62.5% !important; }
.emoji1f1f21f1f9 { background-position: 90% 65% !important; }
.emoji1f1f21f1fa { background-position: 90% 67.5% !important; }
.emoji1f1f21f1fb { background-position: 90% 70% !important; }
.emoji1f1f21f1fc { background-position: 90% 72.5% !important; }
.emoji1f1f21f1fd { background-position: 90% 75% !important; }
.emoji1f1f21f1fe { background-position: 90% 77.5% !important; }
.emoji1f1f21f1ff { background-position: 90% 80% !important; }
.emoji1f1f31f1e6 { background-position: 90% 82.5% !important; }
.emoji1f1f31f1e8 { background-position: 90% 85% !important; }
.emoji1f1f31f1ea { background-position: 90% 87.5% !important; }
.emoji1f1f31f1eb { background-position: 90% 90% !important; }
.emoji1f1f31f1ec { background-position: 90% 92.5% !important; }
.emoji1f1f31f1ee { background-position: 90% 95% !important; }
.emoji1f1f31f1f1 { background-position: 90% 97.5% !important; }
.emoji1f1f31f1f4 { background-position: 90% 100% !important; }
.emoji1f1f31f1f5 { background-position: 92.5% 0% !important; }
.emoji1f1f31f1f7 { background-position: 92.5% 2.5% !important; }
.emoji1f1f31f1fa { background-position: 92.5% 5% !important; }
.emoji1f1f31f1ff { background-position: 92.5% 7.5% !important; }
.emoji1f1f41f1f2 { background-position: 92.5% 10% !important; }
.emoji1f1f51f1e6 { background-position: 92.5% 12.5% !important; }
.emoji1f1f51f1ea { background-position: 92.5% 15% !important; }
.emoji1f1f51f1eb { background-position: 92.5% 17.5% !important; }
.emoji1f1f51f1ec { background-position: 92.5% 20% !important; }
.emoji1f1f51f1ed { background-position: 92.5% 22.5% !important; }
.emoji1f1f51f1f0 { background-position: 92.5% 25% !important; }
.emoji1f1f51f1f1 { background-position: 92.5% 27.5% !important; }
.emoji1f1f51f1f2 { background-position: 92.5% 30% !important; }
.emoji1f1f51f1f3 { background-position: 92.5% 32.5% !important; }
.emoji1f1f51f1f7 { background-position: 92.5% 35% !important; }
.emoji1f1f51f1f8 { background-position: 92.5% 37.5% !important; }
.emoji1f1f51f1f9 { background-position: 92.5% 40% !important; }
.emoji1f1f51f1fc { background-position: 92.5% 42.5% !important; }
.emoji1f1f51f1fe { background-position: 92.5% 45% !important; }
.emoji1f1f61f1e6 { background-position: 92.5% 47.5% !important; }
.emoji1f1f71f1ea { background-position: 92.5% 50% !important; }
.emoji1f1f71f1f4 { background-position: 92.5% 52.5% !important; }
.emoji1f1f71f1f8 { background-position: 92.5% 55% !important; }
.emoji1f1f71f1fa { background-position: 92.5% 57.5% !important; }
.emoji1f1f71f1fc { background-position: 92.5% 60% !important; }
.emoji1f1f81f1e6 { background-position: 92.5% 62.5% !important; }
.emoji1f1f81f1e7 { background-position: 92.5% 65% !important; }
.emoji1f1f81f1e8 { background-position: 92.5% 67.5% !important; }
.emoji1f1f81f1e9 { background-position: 92.5% 70% !important; }
.emoji1f1f81f1ea { background-position: 92.5% 72.5% !important; }
.emoji1f1f81f1ec { background-position: 92.5% 75% !important; }
.emoji1f1f81f1ed { background-position: 92.5% 77.5% !important; }
.emoji1f1f81f1ee { background-position: 92.5% 80% !important; }
.emoji1f1f81f1ef { background-position: 92.5% 82.5% !important; }
.emoji1f1f81f1f0 { background-position: 92.5% 85% !important; }
.emoji1f1f81f1f1 { background-position: 92.5% 87.5% !important; }
.emoji1f1f81f1f2 { background-position: 92.5% 90% !important; }
.emoji1f1f81f1f3 { background-position: 92.5% 92.5% !important; }
.emoji1f1f81f1f4 { background-position: 92.5% 95% !important; }
.emoji1f1f81f1f7 { background-position: 92.5% 97.5% !important; }
.emoji1f1f81f1f8 { background-position: 92.5% 100% !important; }
.emoji1f1f81f1f9 { background-position: 95% 0% !important; }
.emoji1f1f81f1fb { background-position: 95% 2.5% !important; }
.emoji1f1f81f1fd { background-position: 95% 5% !important; }
.emoji1f1f81f1fe { background-position: 95% 7.5% !important; }
.emoji1f1f81f1ff { background-position: 95% 10% !important; }
.emoji1f1f91f1e6 { background-position: 95% 12.5% !important; }
.emoji1f1f91f1e8 { background-position: 95% 15% !important; }
.emoji1f1f91f1e9 { background-position: 95% 17.5% !important; }
.emoji1f1f91f1eb { background-position: 95% 20% !important; }
.emoji1f1f91f1ec { background-position: 95% 22.5% !important; }
.emoji1f1f91f1ed { background-position: 95% 25% !important; }
.emoji1f1f91f1ef { background-position: 95% 27.5% !important; }
.emoji1f1f91f1f0 { background-position: 95% 30% !important; }
.emoji1f1f91f1f1 { background-position: 95% 32.5% !important; }
.emoji1f1f91f1f2 { background-position: 95% 35% !important; }
.emoji1f1f91f1f3 { background-position: 95% 37.5% !important; }
.emoji1f1f91f1f4 { background-position: 95% 40% !important; }
.emoji1f1f91f1f7 { background-position: 95% 42.5% !important; }
.emoji1f1f91f1f9 { background-position: 95% 45% !important; }
.emoji1f1f91f1fb { background-position: 95% 47.5% !important; }
.emoji1f1f91f1fc { background-position: 95% 50% !important; }
.emoji1f1f91f1ff { background-position: 95% 52.5% !important; }
.emoji1f1fa1f1e6 { background-position: 95% 55% !important; }
.emoji1f1fa1f1ec { background-position: 95% 57.5% !important; }
.emoji1f1fa1f1f2 { background-position: 95% 60% !important; }
.emoji1f1fa1f1f8 { background-position: 95% 62.5% !important; }
.emoji1f1fa1f1fe { background-position: 95% 65% !important; }
.emoji1f1fa1f1ff { background-position: 95% 67.5% !important; }
.emoji1f1fb1f1e6 { background-position: 95% 70% !important; }
.emoji1f1fb1f1e8 { background-position: 95% 72.5% !important; }
.emoji1f1fb1f1ea { background-position: 95% 75% !important; }
.emoji1f1fb1f1ec { background-position: 95% 77.5% !important; }
.emoji1f1fb1f1ee { background-position: 95% 80% !important; }
.emoji1f1fb1f1f3 { background-position: 95% 82.5% !important; }
.emoji1f1fb1f1fa { background-position: 95% 85% !important; }
.emoji1f1fc1f1eb { background-position: 95% 87.5% !important; }
.emoji1f1fc1f1f8 { background-position: 95% 90% !important; }
.emoji1f1fd1f1f0 { background-position: 95% 92.5% !important; }
.emoji1f1fe1f1ea { background-position: 95% 95% !important; }
.emoji1f1fe1f1f9 { background-position: 95% 97.5% !important; }
.emoji1f1ff1f1e6 { background-position: 95% 100% !important; }
.emoji1f1ff1f1f2 { background-position: 97.5% 0% !important; }
.emoji1f1ff1f1fc { background-position: 97.5% 2.5% !important; }
.emoji1f468200d1f468200d1f466 { background-position: 97.5% 5% !important; }
.emoji1f468200d1f468200d1f466200d1f466 { background-position: 97.5% 7.5% !important; }
.emoji1f468200d1f468200d1f467 { background-position: 97.5% 10% !important; }
.emoji1f468200d1f468200d1f467200d1f466 { background-position: 97.5% 12.5% !important; }
.emoji1f468200d1f468200d1f467200d1f467 { background-position: 97.5% 15% !important; }
.emoji1f468200d1f469200d1f466200d1f466 { background-position: 97.5% 17.5% !important; }
.emoji1f468200d1f469200d1f467 { background-position: 97.5% 20% !important; }
.emoji1f468200d1f469200d1f467200d1f466 { background-position: 97.5% 22.5% !important; }
.emoji1f468200d1f469200d1f467200d1f467 { background-position: 97.5% 25% !important; }
.emoji1f468200d2764fe0f200d1f468 { background-position: 97.5% 27.5% !important; }
.emoji1f468200d2764fe0f200d1f48b200d1f468 { background-position: 97.5% 30% !important; }
.emoji1f469200d1f469200d1f466 { background-position: 97.5% 32.5% !important; }
.emoji1f469200d1f469200d1f466200d1f466 { background-position: 97.5% 35% !important; }
.emoji1f469200d1f469200d1f467 { background-position: 97.5% 37.5% !important; }
.emoji1f469200d1f469200d1f467200d1f466 { background-position: 97.5% 40% !important; }
.emoji1f469200d1f469200d1f467200d1f467 { background-position: 97.5% 42.5% !important; }
.emoji1f469200d2764fe0f200d1f469 { background-position: 97.5% 45% !important; }
.emoji1f469200d2764fe0f200d1f48b200d1f469 { background-position: 97.5% 47.5% !important; }

#pb_content {
    max-height: 770px;
    overflow: auto;
}

/*
 * inputs
 */
.privacy-section .checkbox {
    padding-bottom: 11px;
}
.privacy-section .checkbox label {
    margin-left: 4px;
    font-weight: bold;
}
#facebook_signup_form .privacy-section .checkbox label {
    display: inline-block;
    max-width: 80%;
}
.privacy-modal .privacy-section .checkbox input[type=checkbox] {
    margin-top: 3px;
}
.desktop.signup .privacy-section .checkbox label {
    width: 270px;
    display: inline-block;
}
.touch .privacy-section .checkbox label {
    font-size: 13px;
    display: inline-block;
    max-width: 80%;
}
.touch.signup .privacy-section .checkbox label {
    color: #000000;
}

.privacy-section .checkbox input[type=checkbox] {
    padding: 0;
    float: left;
    margin-top: 1px;
    vertical-align: bottom;
}
.touch .privacy-section .checkbox input[type=checkbox] {
    margin-top: 2px;
}

.signup .privacy-section .checkbox input[type=checkbox] {
    width: 20px;
    display: inline-block;
}
.desktop.signup .privacy-section.contact-permissions .checkbox input[type=checkbox] {
    margin-top: 8px;
}

/*
 * elements 
 */
.privacy-section p {
    margin: 0px 0px 21px;
}
.privacy-modal .privacy-section p {
    line-height: 20px;
    font-size: 14px;
    margin: 4px 0px 12px;
}
.touch .privacy-modal .privacy-section p {
    color: #9b9b9b !important;
    font-size: 13px;
}
.touch .privacy-modal .privacy-section.header p {
    margin: -20px 0px 21px;
    padding: 15px 20px 0px;
    border-top: 15px solid #f9f9f9;
}

.desktop .privacy-modal .privacy-section.header h2 {
    font-size: 25px !important;
    line-height: 29px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.touch .privacy-modal .privacy-section.header h2 {
    background-color: #e97c21;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: normal;
    margin: 0;
    padding: 20px 20px 20px;
    position: fixed;
    width: 100%;
    margin-left: -35px;
    top: -0px;
    text-align: center;
}

.touch .privacy-section h3 {
    font-size: 17px !important;
    padding-bottom: 12px;
}
.desktop.signup .privacy-section h3 {
    border: 0 !important;
    font-size: 17px !important;
    line-height: 2px;
    margin: 0 0 5px !important;
}
.privacy-modal .privacy-section h3 {
    font-size: 20px !important;
    margin: 12px 0 11px !important;
}
.touch .privacy-modal .privacy-section.header h3 {
    font-size: 20px !important; 
}

/*
 * buttons 
 */
.privacy-modal .primary.rounded_button {
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #f7f9fa;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding: 0;
    text-decoration: uppercase;
    width: 100px;

    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.desktop .privacy-modal .primary.rounded_button {
    background-color: #f309a2;
    background-image: linear-gradient(281deg, #ff8f1c, #f309a2);
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    min-height: 50px;
}

.touch .privacy-modal .primary.rounded_button {
    background-color: #e77d31;
    border-radius: 0px;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    max-height: 40px;
    min-height: 40px;
    max-width: 100%;
    width: 100%;
}

.privacy-modal .primary.rounded_button:focus {
    outline: 0;
}

.privacy-modal .save-button-holder {
    display: block;
    text-align: right;
    padding: 18px 0px 0px;
    width: 100%;
}
.touch .privacy-modal .save-button-holder {
    box-sizing: border-box;
    padding: 5px 20px;
}

.privacy-modal.non-compliant #pb_close {
    display: none;
}

/*
 * sections 
 */
.iframe.consent_needed {
    overflow-y: scroll;
}
.touch .privacy-modal {
    background: #ffffff;
    box-sizing: border-box;
    border: 15px solid #f9f9f9;
    height: 100%;
    overflow: scroll;
    position: fixed;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
}

.privacy-section {
    font-size: 13px;
    padding: 29px 0 21px;
    background: #fff;
}
#facebook_signup_form .privacy-section {
    max-width: 300px;
}
.privacy-modal .privacy-section {
    font-size: 15px;
    padding: 15px 0;
}
.touch .privacy-modal .privacy-section {
    padding: 0 20px 20px;
}

.desktop .privacy-modal .privacy-section.header {
    background-color: #fff;
    padding: 20px 19px 0px;
}
.touch .privacy-modal .privacy-section.header {
    padding: 60px 0 15px;
}

.desktop .privacy-section.terms-of-use {
    border-bottom: 1px solid lightgrey;
}

.desktop .privacy-modal .privacy-section {
    padding: 12px;
    border: 1px solid #dedede;
    border-top: 0;
}

.desktop .privacy-modal .privacy-section.header {
    border-top: 1px solid #dedede;
}

.desktop .privacy-modal .privacy-section .privacy-section--content {
    background-color: #f5f5f5;
    padding: 19px 20px 20px;
}

/*
 * Signup popup
 */
.login_box.signup.popup .privacy-section .privacy-error {
    position: relative !important;
}
.login_box.signup.popup .privacy-section {
    padding: 0 !important;
}

.login_box.signup.popup .privacy-row {
    width: 500px;
    margin-left: -100px;
}

/*
 * Modal popup
 */
.consent_needed  #pb_close {
    display: none;
}

.consent_needed.iframe input,
.consent_needed.iframe a,
.consent_needed.iframe button,
.consent_needed.iframe p,
.consent_needed.iframe span,
.consent_needed.iframe {
    pointer-events: all;
}
.consent_needed a,
.consent_needed p {
    pointer-events: none;
}
.consent_needed #TB_overlay {
    pointer-events: none;
}
/*
 * privacy-errors
 */
.privacy-section .privacy-error {
    color: #fc0f21;
    font-size: 13px;
    line-height: 12px;
    padding-top: 0px;
    margin-top: 0px;
    position: absolute;
    display: none;
}

.privacy-modal .privacy-section .privacy-error {
    font-size: 11px;
    font-weight: bold;
}

.touch.signup .privacy-section .privacy-error {
    color: #d62c2d;
    font-size: 14px;
    line-height: 16px;
}

/*
 * specifics
 */
.location-data-info {
    color: #9b9b9b !important;
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 7px;
    position: relative;
    top: 2px;
}
.wide-template .location-data-info {
    top: 0px;
    width: 200px !important;
    display: inline-block;
}

/*
 * Provider signup form
 */
.provider-signup-form-terms {
    width: 440px;
    margin: 0 auto;
}

.provider-signup-form-terms p {
    text-align: left !important;
}
/*
 * Hide privacy settings
 */
body.exempt-from-privacy-options .privacy-section, 
body.exempt-from-privacy-options #privacy_popup_link {
    display: none !important;
}


.related-searches {
    padding-top: 16px;
    margin-bottom: 20px;
}

.wide-template .related-searches {
    padding-left: 10px;
}

.related-searches h2 {
    font-size: 24px;
    font-weight: normal;
}

.related-searches a {
    font-size: 13px;
    color: #597386;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    padding: 4px 0;
}

/* profile page variant - desktop & touch */
.dd-feedback-export-pb {
    display: flex;
    gap: 12px;
    padding: 16px;
    padding-right: 8px;
    background: #FFEBDA;
}
.dd-feedback-export-pb .icon_bulb_orange {
    width: 28px;
    min-width: 14px;
    background: url(/i/svgs/icons/bulb_orange.svg) top center no-repeat;
}
.dd-feedback-export-pb .icon_close {
    cursor: pointer;
    width: 28px;
    height: 28px;
    background: url(/i/svgs/icons/close-button.svg) top center no-repeat;
}
/* layout variant - desktop */
.dd-feedback-export-pb.layout {
    background: #FF9700;
    width: 100%;
    height: 72px;
    box-sizing: border-box;
    display: flex;
    padding: 0 24px;
}

.dd-feedback-export-pb.layout .side-column {
    flex: 1;
}

.dd-feedback-export-pb.layout .center-column {
    width: 980px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}
.dd-feedback-export-pb.layout .center-column .review-btn {
    display: block;
    margin-left: 24px;
    font-weight: normal;
    font-size: 14px;
    height: 30px;
    padding: 0 24px;
    line-height: 30px;
    border: solid 2px #FFF;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.dd-feedback-export-pb.layout .center-column .review-btn svg {
    position: relative;
    top: 5px;
}

.dd-feedback-export-pb.layout .side-column.right {
    display: flex;
    justify-content: right;
    align-items: center;
}

.dd-feedback-export-pb.layout .icon_close {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: none;
}
.dd-feedback-export-pb .message_area p {
    margin-bottom: 0;
    margin-top: 4px;
}

/* layout variant - touch */
.dd-feedback-export-pb.layout.touch {
    height: auto;
    padding-top: 10px;
    padding-bottom: 8px;
}
.dd-feedback-export-pb.layout.touch .side-column:nth-child(1) {
    display: none;
}
.dd-feedback-export-pb.layout.touch .center-column {
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.dd-feedback-export-pb.layout.touch .center-column .review-btn {
    margin-left: 0;
    margin-top: 8px;
    width: 154px;
}
.dd-feedback-export-pb.layout.touch .center-column .review-btn svg {
    height: 12px;
    width: 12px;
    position: relative;
    top: 2px;
}
.dd-feedback-export-pb.layout.touch .icon_close {
    width: 14px;
    height: 14px;
}

/*
export box with button
 */
.dd-feedback-export-pbox {
    margin: 15px;
    padding-top: 15px;
    border-top: 1px solid #d2d8dd;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}
.dd-feedback-export-pbox.default {
    border-top: none;
    margin: 0;
    margin-bottom: 35px;
}
.dd-feedback-export-pbox.touch {
    flex-direction: column;
}
.dd-feedback-export-pbox.touch.progress {
    flex-direction: row;
}
.dd-feedback-export-pbox.touch.progress h3 {
    height: auto;
}
.dd-feedback-export-pbox.default .title {
    border-bottom: none!important;
    margin: 0!important;
    padding: 0 0 4px 0!important;
}
.dd-feedback-export-pbox p {
    margin: 0;
}
.dd-feedback-export-pbox .review-btn {
    display: flex;
    border-radius: 4px;
    border: solid 1px #222831;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    min-width: 188px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.dd-feedback-export-pbox.default .review-btn {
    margin-top: 12px;
}
.dd-feedback-export-pbox.touch .review-btn {
    width: auto;
}

.dd-feedback-export-pbox .status-button {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #f9e7d3;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}
.dd-feedback-export-pbox .status-button.shared {
    background-color: #CBF6D7;
    min-width: auto;
}
.dd-feedback-export-pbox .status-button .status-icon {
    width: 12px;
    height: 12px;
    background-color: #d97706; /* Orange color */
    border-radius: 50%;
    margin-right: 8px;
}
.dd-feedback-export-pbox .status-button.shared .status-icon {
    background-color: #1C9B40;
}