/* RESET */
/***************************************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***************************************************************************************************/
/* Declaraciones Generales */
/***************************************************************************************************/

body {
}

html {
    overflow: auto;
    overflow-x: hidden;
}

p, a, h1, h2, h3, h4, h5, h6, input, button, label, textarea, th, td, li, dt, dd, select, option, div {
    font: 12px/14px Arial, Helvetica, sans-serif;
}

span {
    font-family: Arial, Helvetica, sans-serif;
}

sup {
    font-size: 65%;
    height: 0;
    line-height: 1;
    position: relative;
    top: -0.6em;
    vertical-align: baseline !important;
    vertical-align: bottom;
}

.clear {
    clear: both;
}

.wrapper {
    margin: 0 auto;
    width: 900px;
}

#header_line {
    float: left;
    width: 100%;
    /* padding: 2px 0 0; */
    background: url(https://www.sinimanes.com/Static/Image/header_line.png) repeat-x;
    z-index: 1;
    position: relative;
}

#header {
    float: left;
    width: 100%;
    background: url(https://www.sinimanes.com/Static/Image/header_bg.jpg) 0 -3px repeat-x;
}

#footer {
    float: left;
    width: 100%;
    background: url(https://www.sinimanes.com/Static/Image/footer_bg.png) repeat-x;
    padding: 30px 0 0;
}

#main {
    float: left;
    width: 100%;
}

/***************************************************************************************************/
/* Header */
/***************************************************************************************************/

p#estamos {
    position: absolute;
    top: 0;
    right: 0;
    height: 119px;
    width: 174px;
    /* background: url(https://www.sinimanes.com/Static/Image/corner.png) no-repeat; */
    text-indent: -9999px;
}

#header .wrapper {
    position: relative;
    z-index: 100;
}

a#logoContainer {
    float: left;
    width: 370px;
    height: 133px;
    margin: 28px 0 0;
}

a#logoContainer img {
    display: block;
    float: left;
}

a#logoContainer_small {
    margin: 10px 0 0 0;
    float: left;
}

p#slogan {
    display: none;
}

#credentialsContainer {
    float: right;
    position: relative;
    /* margin: 136px 0 0; */
    margin: 18px 0 0;
    height: 29px;
}

.facebook_button {
    display: inline-block;
    background: #3b5998 url(https://www.sinimanes.com/Static/Icon/facebook-icon-22x22.png) left no-repeat;
    border-top: 1px solid #3b5998;
    border-right: 1px solid #3b5998;
    border-bottom: 1px solid #3b5998;
    border-left: none;
    height: 22px;
    padding-right: 10px;
    padding-left: 30px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 11px;
    color: white;
    text-decoration: none;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/***** Language Selector *****/
#credentialsContainer #languageWidget {
    float: left;
    padding: 0 12px 0 0;
    min-width: 174px;
}

#credentialsContainer #languageWidget p#selectLanguage {
    float: left;
    color: #51504b;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 29px;
    padding: 0 12px 0 0;
}

#credentialsContainer #languageWidget a {
    float: left;
    width: 32px;
    height: 25px;
    background: url(https://www.sinimanes.com/Static/Image/langs_sprite.png) no-repeat;
    padding: 1px;
    margin: 1px 4px 1px 1px;
    text-indent: -9999px;
}

#credentialsContainer #languageWidget a#en_USFlag {
    background-position: 1px 1px;
}

#credentialsContainer #languageWidget a#es_ARFlag {
    background-position: -38px 1px;
}

#credentialsContainer #languageWidget a#es_CLFlag {
    background-position: -78px 1px;
}

#credentialsContainer #languageWidget a.current {
    background-color: #fff;
    border: 1px solid #858585;
    margin: 0 3px 0 0;
}

#credentialsContainer p.unlogged {
    float: left;
    padding: 0 0 7px;
    line-height: 29px;
}

#credentialsContainer p.unlogged, #credentialsContainer p.unlogged a {
    color: #08466e;
}

#credentialsContainer p.unlogged a:hover {
    background: #084a72;
    color: #fff;
    text-decoration: none;
}

#credentialsContainer p.unlogged span {
    padding: 0 8px;
}

#credentialsContainer p.logged, #credentialsContainer p.logged a {
    color: #08466e;
}

#credentialsContainer p.logged {
    float: left;
    padding: 0 0 7px;
    line-height: 29px;
}

#credentialsContainer p.logged a:hover {
    background: #084a72;
    color: #fff;
    text-decoration: none;
}

#credentialsContainer p.logged span {
    padding: 0 8px;
}

#credentialsContainer p.hello {
    text-align: right;
    display: block;
    color: #3a3a3a;
    font-size: 15px;
    font-style: italic;
    position: relative;
    bottom: 10px;
}

#RestaurantSearchCtlmainAct #credentialsContainer p.hello {

    padding: 75px 0 0;

}

#delivery_search {
    float: left;
    width: 888px;
    position: relative;
    margin: 0 0 0 -1px;
    height: 47px;
    background: url(https://www.sinimanes.com/Static/Image/delivery_search_bg.png) no-repeat;
    padding: 11px 0 0px 14px;
    z-index: 50;
}

#delivery_search form {
    float: left;
    width: 100%;
}

#delivery_search form input {
    float: left;
    font-size: 18px;
    line-height: 22px;
    color: #8a8a8a;
    height: 22px;
    border: 0;
    margin: 0;
    padding: 6px 26px;
}

#delivery_search .labelCont {
    float: left;
    position: relative;
}

#delivery_search .labelCont label {
    position: absolute;
    font-size: 18px;
    line-height: 22px;
    color: #8a8a8a;
    left: 0;
    top: 0;
    padding: 6px 26px;
}

#delivery_search .labelCont label.over span {
    font-style: italic;
    font-size: 12px;
    color: #a3a2a2;
}

#delivery_search form input#street {
    background: url(https://www.sinimanes.com/Static/Image/delivery_search_st_bg.png) no-repeat;
    width: 370px;
    margin-right: 9px;
}

#delivery_search form input#streetNumber {
    background: url(https://www.sinimanes.com/Static/Image/delivery_search_nb_bg.png) no-repeat;
    width: 149px;
    margin-right: 7px;
}

#delivery_search form select {
    float: left;
    width: 183px;
}

#delivery_search form select#storedClientAddress {
    float: left;
    width: 375px;
}

#delivery_search form .jqTransformSelectWrapper {
    float: left;
    position: relative;
    z-index: 45;
    margin: 0 8px 0 0;
}

#delivery_search form .jqTransformSelectWrapper div {
    float: left;
    position: relative;
    width: 231px;
    height: 34px;
    overflow: hidden;
    background: url(https://www.sinimanes.com/Static/Image/delivery_search_select_bg.png) no-repeat;
}

#delivery_search form#searchFromStoredAddress .jqTransformSelectWrapper div {
    float: left;
    position: relative;
    width: 660px;
    height: 34px;
    overflow: hidden;
    background: url(https://www.sinimanes.com/Static/Image/delivery_search_select_bg.png) no-repeat;
}

#delivery_search form#searchFromStoredAddress #cityIdContainer .jqTransformSelectWrapper div {
    width: 231px;
}

#delivery_search form#searchFromStoredAddress div#cityIdContainer {
    /*    float: left;
    width: 229px;
    margin-right: 8px;*/
}

#delivery_search form#searchFromStoredAddress div#cityIdContainer div {
    background: none;

}

#delivery_search form#searchFromStoredAddress div#storedClientAddressesContainer a, #delivery_search form#searchFromStoredAddress div#cityIdContainer a {
    right: auto;

}

#delivery_search form .jqTransformSelectWrapper div span {
    float: left;
    position: relative;
    font-size: 18px;
    color: #8a8a8a;
    line-height: 34px;
    padding: 0 0 0 29px;
}

#delivery_search form .jqTransformSelectWrapper div a {
    position: absolute;
    width: 48px;
    height: 34px;
    top: 0;
    right: 0;
    background: url(https://www.sinimanes.com/Static/Image/delivery_search_select_bg.png) right top no-repeat;
}

#delivery_search form .jqTransformSelectWrapper ul {
    border: 1px solid #06324e;
    position: absolute;
    top: 34px;
    height: 400px;
    overflow-y: auto;
    left: 0;
}

#delivery_search form .jqTransformSelectWrapper ul li,
#delivery_search form .jqTransformSelectWrapper ul li a {
    line-height: 22px;
}

#delivery_search form input#sendFrm {
    width: 206px;
    height: 39px;
    /* background: url(https://www.sinimanes.com/Static/Image/delivery_search_buscar.png) no-repeat; */
    text-indent: -9999px;
    margin: -1px 0 0;
    cursor: pointer;
}

#delivery_search form input#sendFrm.over {
    background-position: 0 -39px;
}

#delivery_search form input.focus {
    background-position: 0 -34px !important;
    color: #3e3e3e;
}

#pasos {
    float: left;
    width: 100%;
    position: relative;
    height: 117px;
    margin-top: 18px;
}

#RestaurantSearchCtlmainAct #pasos {
    margin-top: 0;
}

#pasos ol {
    float: left;
    width: 908px;
    margin: 0 0 0 -8px;
}

#pasos ol li {
    float: left;
    position: relative;
    width: 220px;
    height: 76px;
    margin-left: 7px;
    background: url(https://www.sinimanes.com/Static/Image/pasos_bg.png) no-repeat;
}

#pasos ol li:last-child {
    margin-right: 0;
}

#pasos ol li.completed {
    background-position: 0 0;
}

#pasos ol li.active {
    background-position: 0 0;
}

#pasos ol li.pending {
    background-position: 0 -76px;
}

#pasos ol li span.step_number {
    float: left;
    width: 35px;
    height: 76px;
    background: url(https://www.sinimanes.com/Static/Image/pasos_numeros.png) no-repeat;
    text-indent: -9999px;
    background-position: 0 -107px;
}

#pasos ol li.step1.active span.step_number {
    background-position: 0 0;
}

#pasos ol li.step1.pending span.step_number {
    background-position: 0 -107px;
}

#pasos ol li.step1.completed span.step_number {
    background-position: 0 -201px;
}

#pasos ol li.step2.active span.step_number {
    background-position: -35px -201px;
}

#pasos ol li.step2.pending span.step_number {
    background-position: -35px -107px;
}

#pasos ol li.step2.completed span.step_number {
    background-position: -35px -201px;
}

#pasos ol li.step3.active span.step_number {
    background-position: -70px -201px;
}

#pasos ol li.step3.pending span.step_number {
    background-position: -70px -107px;
}

#pasos ol li.step3.completed span.step_number {
    background-position: -70px -201px;
}

#pasos ol li.step4.active span.step_number {
    background-position: -105px -201px;
}

#pasos ol li.step4.pending span.step_number {
    background-position: -105px -107px;
}

#pasos ol li.step4.completed span.step_number {
    background-position: -105px -201px;
}

#pasos ol li.active p, #pasos ol li.pending p {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 5px;
    line-height: 76px;
}

#pasos ol li.active p {
    color: #fc8a1e;
}

#pasos ol li.pending p {
    color: #789db2;
}

#pasos ol li.completed p {
    font-size: 13px;
    color: #3e3e3e;
    padding-left: 45px;
}

#pasos ol li.completed p.step_title {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fc8a1e;
    margin: 15px 0 0;
}

#pasos ol li p strong {
    display: none;
}

#pasos ol li.completed p.change {
    margin: 2px 0 0;
}

#pasos ol li.completed p.change a {
    font-size: 14px;
    color: #fc8a1e;
    font-style: italic;
}

#pasos ol li.completed p.change a:hover {
    text-decoration: none;
}

#pasos ol li span.arrow {
    position: absolute;
    width: 24px;
    height: 14px;
    background: url(https://www.sinimanes.com/Static/Image/pasos_arrow.png) no-repeat;
    display: none;
}

#pasos ol li.active span.arrow {
    display: block;
}

#pasos ol li.arrowup span.arrow {
    top: -12px;
    left: 98px;
}

#pasos ol li.arrowdown span.arrow {
    bottom: -12px;
    left: 98px;
    background-position: 0 -14px;
}

#headerTab {
    position: absolute;
    right: 0;
    bottom: -32px;
    text-indent: -9999px;
    width: 92px;
    height: 31px;
    /* background: url(https://www.sinimanes.com/Static/Image/header_tab.png) no-repeat; */
    cursor: pointer;
    display: none;
}

#headerTab:hover {
    background-position: -92px 0;
}

#headerTab.hidden {
    background-position: 0 -31px;
}

#headerTab.hidden:hover {
    background-position: -92px -31px;
}

a.back {
    background-color: #F9801A;
    right: 3px;
    bottom: -18px;
    color: #FFFFFF;
    padding: 2px 8px 3px;
    position: absolute;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-decoration: none;
    border-top: 2px solid #da7017;
}

/***************************************************************************************************/
/* Popup Login */
/***************************************************************************************************/

#header #loginDialog {
    display: none;
}

#loginDialog {
    float: left;
    width: 800px;
    padding: 0;
    background: url(https://www.sinimanes.com/Static/Image/login_bg.png) repeat-y;
}

#loginPopup {
    float: left;
    width: 800px;
    min-height: 370px;
    /* background: url(https://www.sinimanes.com/Static/Image/login_header.png) no-repeat; */
    padding: 70px 0;
}

#loginDialog #loginForm {
    float: left;
    width: 371px;
    padding: 11px 50px 0 33px;
}

#loginDialog #loginForm p {
    line-height: 16px;
    color: #747474;
}

#loginDialog #loginForm .formRow {
    float: left;
    width: 100%;
}

#loginDialog #loginForm label {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    color: #2b6c91;
    padding: 0 0 5px;
}

#loginDialog #loginForm input.inputText, #loginDialog #loginForm input.inputPassword {
    float: left;
    width: 343px;
    height: 26px;
    background: url(https://www.sinimanes.com/Static/Image/login_input.png) no-repeat;
    border: 0;
    padding: 12px 14px;
    margin: 0;
    font: 22px/26px Arial, Helvetica, sans-serif;
    color: #3e3e3e;
}

#loginDialog #loginForm input.inputText {
    width: 296px;
    padding-right: 61px;
}

#loginDialog #loginForm input.focus {
    background-position: 0 -50px;
}

#loginDialog #loginForm fieldset {
    float: left;
    width: 100%;
    padding: 27px 0 0;
}

#loginDialog #loginForm .radioRow {
    float: left;
    margin: 0 0 0 -24px;
    padding: 23px 0 16px;
}

#loginDialog #loginForm .radioRow label {
    width: auto;
    color: #818181;
    font-size: 16px;
    line-height: 25px;
}

#loginDialog #loginForm .radioRow a.jqTransformRadio {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 6px 0 24px;
    background: url(https://www.sinimanes.com/Static/Image/login_radio.png) 0 -25px no-repeat;
}

#loginDialog #loginForm .radioRow a.jqTransformChecked {
    background-position: 0 0;
}

#loginDialog #loginForm #loginEmail {
    position: relative;
}

#loginDialog #loginForm #loginEmail span.tooltipable {
    position: absolute;
    background: url(https://www.sinimanes.com/Static/Icon/login_email.png) no-repeat;
    width: 36px;
    height: 38px;
    text-indent: -9999px;
    right: 10px;
    top: 36px;
}

#loginDialog #loginForm #loginEmail .tooltip {
    width: 200px;
    height: 63px;
    left: 357px !important;
    top: 20px !important;
    padding: 10px 14px 0 30px;
    background: url(https://www.sinimanes.com/Static/Image/login_tooltip.png) no-repeat;
}

#loginDialog #loginForm #loginEmail .tooltip p {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
}

#loginDialog label a {
    float: right;
    color: #fc8a1e;
    margin: 7px 0 0;
}

#loginDialog label a:hover {
    text-decoration: none;
    background: #fc8a1e;
    color: #fff;
}

#loginDialog #loginForm input#doLogin, #loginDialog #restaurantLoginForm input#doLoginRest {
    float: right;
    width: 142px;
    height: 52px;
    /* background: url(https://www.sinimanes.com/Static/Image/login_submit.png) no-repeat; */
    border: 0;
    margin: -7px 0 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    line-height: -900px;
    cursor: pointer;
}

#loginDialog #loginForm input#doLogin.over, #loginDialog #restaurantLoginForm input#doLoginRest.over {
    background-position: 0 -52px;
}

#loginDialog #clientLoginError {
    float: left;
    width: 100%;
}

#loginDialog #clientLoginError ul {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

#loginDialog #clientLoginError li {
    float: right;
    clear: left;
    padding: 0 0 0 20px;
    background: url(https://www.sinimanes.com/Static/Icon/error-icon.png) 0 3px no-repeat;
    font-size: 16px;
    line-height: 16px;
    color: #a01313;
    font-style: italic;
}

#loginDialog #restaurantLoginError {
    float: left;
    width: 100%;
}

#loginDialog #restaurantLoginError ul {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

#loginDialog #restaurantLoginError li {
    float: right;
    clear: left;
    padding: 0 0 0 20px;
    background: url(https://www.sinimanes.com/Static/Icon/error-icon.png) 0 3px no-repeat;
    font-size: 16px;
    line-height: 16px;
    color: #a01313;
    font-style: italic;
}

#loginDialog #restaurantLoginForm {
    float: left;
    width: 291px;
    padding: 11px 0 0 28px;
}

#loginDialog #restaurantLoginForm p {
    line-height: 16px;
    color: #747474;
}

#loginDialog #restaurantLoginForm p a {
    color: #fc8a1e;
}

#loginDialog #restaurantLoginForm p a:hover {
    text-decoration: none;
    background: #fc8a1e;
    color: #fff;
}

#loginDialog #restaurantLoginForm .formRow {
    float: left;
    width: 100%;
}

#loginDialog #restaurantLoginForm label {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    color: #2b6c91;
    padding: 0 0 5px;
}

#loginDialog #restaurantLoginForm input.inputText, #loginDialog #restaurantLoginForm input.inputPassword {
    float: left;
    width: 263px;
    height: 26px;
    background: url(https://www.sinimanes.com/Static/Image/login_input_rest.png) no-repeat;
    border: 0;
    padding: 12px 14px;
    margin: 0;
    font: 22px/26px Arial, Helvetica, sans-serif;
    color: #3e3e3e;
}

#loginDialog #restaurantLoginForm input.focus {
    background-position: 0 -50px;
}

#loginDialog #restaurantLoginForm fieldset {
    float: left;
    width: 100%;
    padding: 27px 0 0;
}

#popupForgot {
    float: left;
    width: 479px;
    /* background: url(https://www.sinimanes.com/Static/Image/forgot_bg.png) no-repeat; */
    padding: 66px 0 0;
}

#loginDialog #popupForgot #loginForm {
    float: left;
    width: 374px;
    padding: 15px 73px 12px 32px;
    background: #eaeaea;
}

#loginDialog #popupForgot #loginForm fieldset {
    padding: 21px 0 0;
}

#loginDialog #popupForgot #loginForm input.submitButton {
    float: right;
    width: 128px;
    height: 52px;
    /* background: url(https://www.sinimanes.com/Static/Image/forgot_submit.png) no-repeat; */
    border: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    line-height: -900px;
    cursor: pointer;
}

#loginDialog #popupForgot #loginForm input.submitButton.over {
    background-position: 0 -52px;
}

#loginDialog #popupForgot #clientLoginError {
    float: left;
    width: 100%;
    height: 50px;
    background: #eaeaea;
}

#loginDialog #popupForgot #clientLoginError ul {
    margin: 0;
}

#loginDialog #popupForgot #clientLoginError li {
    padding: 0 73px 0 20px;
}

#loginDialog #passRec {
    float: left;
    width: 100%;
    height: 100px;
    padding: 50px 0 0;
    text-align: center;
    background: #eaeaea;
}

#loginDialog #passRec p {
    font-size: 14px;
}

/***************************************************************************************************/
/* Footer */
/***************************************************************************************************/

#footer_widgets {
    float: left;
    width: 100%;
    height: 241px;
}

#footer_widgets > li {
    float: left;
/ / background : url(https://www.sinimanes.com/Static/Image/footer_divider.png) top right no-repeat;
    height: 250px;
    overflow: hidden;
}

#footer_widgets li h5 {
    float: left;
    width: 100%;
    height: 26px;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #dbdbdb;
    text-shadow: 2px 2px 2px #000;
    /*text-indent: -9999px; */
    margin: 7px 0 0 -2px;
}

#footer_widgets li ul {
    float: left;
    width: 260px;
}

#footer_widgets li ul li {
    float: left;
    width: 119px;
    background: url(https://www.sinimanes.com/Static/Image/footer_bullet.png) left 10px no-repeat;
    padding: 0 0 0 11px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

#footer_widgets li ul li a {
    color: #606060;
    line-height: 20px;
    font-size: 11px;
    text-decoration: none;
}

#footer_widgets li ul li a:hover {
    color: #f6b01d;
}

#footer_widgets li p.ver_todas, #footer_widgets li p.ver_todas a {
    font-size: 11px;
    line-height: 13px;
    color: #f6b01d;
    font-style: italic;
}

#footer_widgets li p.ver_todas a {
    padding: 0 2px;
}

#footer_widgets li p.ver_todas {
    float: left;
    width: 100%;
    margin: 16px 0 0;
}

#footer_widgets li p.ver_todas a:hover {
    text-decoration: none;
    background: #f6b01d;
    color: #252421;
}

#footer_widgets li#footer_mapa {
    width: 282px;
}

#footer_widgets li#footer_mapa h5 {
    background: url(https://www.sinimanes.com/Static/Image/h5_mapa.png) no-repeat;
}

#footer_widgets li#footer_mapa ul li {
    width: 100%;
}

#footer_widgets li#footer_mapa ul li a {
    color: #5e92af;
}

#footer_widgets li#footer_mapa ul li a:hover {
    background: #084a72;
    text-decoration: none;
    color: #fff;
}

#footer_widgets li#footer_barrios {
    width: 282px;
}

/* #footer_widgets li#footer_barrios h5 { background: url(https://www.sinimanes.com/Static/Image/h5_barrios.png) no-repeat;  } */

#footer_widgets li#footer_tipos {
    width: 250px;
    padding-left: 27px;
}

/* #footer_widgets li#footer_tipos h5 { background: url(https://www.sinimanes.com/Static/Image/h5_tipos.png) no-repeat;  } */

#footer_widgets li#footer_comercios {
    width: 281px;
    padding-left: 27px;
    background: none;
}

#footer_widgets li#footer_comercios h5 {
    text-indent: 0;
    height: auto;
    margin: 7px 3px 10px -2px;
}

#footer_barrios {
    margin-left: 30px;
}

#footer_barrios #downloadAPPS {
    height: 250px;
    background: url(https://www.sinimanes.com/Static/Image/Moviles.png) bottom center no-repeat;
    background-position: 50% 60px;
    position: relative;
}

#footer_barrios #downloadAPPS .itunes, #footer_barrios #downloadAPPS .android {
    height: 35px;
    width: 35px;
    position: absolute;
    background: url(https://www.sinimanes.com/Static/Image/Botones.png) top left no-repeat;
    top: 35px;
    right: 70px;
    text-indent: -9999px;
}

#footer_barrios #downloadAPPS .android {
    right: 30px;
    background-position: top right;
}

#footer_barrios #downloadAPPS .android:hover {
    background-position: bottom right;
}

#footer_barrios #downloadAPPS .itunes:hover {
    background-position: bottom left;
}

/***** Contador *****/

#footer_widgets li#footer_comercios h5 span.count_r {
    float: left;
    padding: 0 6px 0 0;
    margin: 0 5px 0 0;
    height: 39px;
    background: url(https://www.sinimanes.com/Static/Image/footer_count_bg.png) right top no-repeat;
}

#footer_widgets li#footer_comercios h5 span.count {
    float: left;
    padding: 0 0 0 6px;
    height: 39px;
    background: url(https://www.sinimanes.com/Static/Image/footer_count_bg.png) no-repeat;
}

/*
#footer_widgets li#footer_comercios h5 span.num {
  float: left;
  width: 19px;
  height: 27px;
  background: url(https://www.sinimanes.com/Static/Image/h5_numeros.png) no-repeat;
  text-indent: -9999px;  
}
#footer_widgets li#footer_comercios h5 span.num0 { background-position: 0 0; }
#footer_widgets li#footer_comercios h5 span.num1 { background-position: -31px 0; }
#footer_widgets li#footer_comercios h5 span.num2 { background-position: -62px 0; }
#footer_widgets li#footer_comercios h5 span.num3 { background-position: -95px 0; }
#footer_widgets li#footer_comercios h5 span.num4 { background-position: -129px 0; }
#footer_widgets li#footer_comercios h5 span.num5 { background-position: -164px 0; }
#footer_widgets li#footer_comercios h5 span.num6 { background-position: -198px 0; }
#footer_widgets li#footer_comercios h5 span.num7 { background-position: -234px 0; }
#footer_widgets li#footer_comercios h5 span.num8 { background-position: -268px 0; }
#footer_widgets li#footer_comercios h5 span.num9 { background-position: -304px 0; }
*/

#footer_widgets li#footer_comercios h5 span.num {
    float: left;
    height: 34px;
    margin: 4px 0 0;
    background: url(https://www.sinimanes.com/Static/Image/contador_numeros_footer.png) no-repeat;
    text-indent: -9999px;
}

#footer_widgets li#footer_comercios h5 span.num0 {
    width: 19px;
    background-position: 0 0;
}

#footer_widgets li#footer_comercios h5 span.num1 {
    width: 14px;
    background-position: -20px 0;
}

#footer_widgets li#footer_comercios h5 span.num2 {
    width: 19px;
    background-position: -38px 0;
}

#footer_widgets li#footer_comercios h5 span.num3 {
    width: 18px;
    background-position: -57px 0;
}

#footer_widgets li#footer_comercios h5 span.num4 {
    width: 20px;
    background-position: -75px 0;
}

#footer_widgets li#footer_comercios h5 span.num5 {
    width: 18px;
    background-position: -95px 0;
}

#footer_widgets li#footer_comercios h5 span.num6 {
    width: 18px;
    background-position: -113px 0;
}

#footer_widgets li#footer_comercios h5 span.num7 {
    width: 19px;
    background-position: -131px 0;
}

#footer_widgets li#footer_comercios h5 span.num8 {
    width: 19px;
    background-position: -150px 0;
}

#footer_widgets li#footer_comercios h5 span.num9 {
    width: 18px;
    background-position: -169px 0;
}

#footer_widgets li#footer_comercios h5 span.text {
    float: left;
    width: 204px;
    height: 21px;
    /* background: url(https://www.sinimanes.com/Static/Image/h5_restaurants.png) 0 1px no-repeat; */
    /*text-indent: -9999px;*/
    margin: 6px 0 0;
}

#subfooter {
    float: left;
    width: 100%;
    height: 103px;
    padding: 30px 0 0;
}

#subfooter #sitemap {
    float: left;
    width: 100%;
    text-align: center;
}

#subfooter #sitemap li {
    display: inline;
    font-size: 11px;
    line-height: 11px;
    color: #425c69;
}

#subfooter #sitemap li a {
    font-size: 11px;
    line-height: 11px;
    text-decoration: none;
    color: #5e92af;
}

#subfooter #sitemap li a:hover {
    background: #425c69;
    color: #fff;
}

.addthis_toolbox {
    float: left;
    margin: 19px 0 0 302px;
}

#footer_copy {
    float: left;
    width: 100%;
    text-align: center;
    padding: 14px 0 0;
}

#footer_copy, #footer_copy a {
    color: #4b4943;
    font-size: 11px;
    line-height: 11px;
}

#footer_copy a:hover {
    text-decoration: none;
}

/***************************************************************************************************/
/* Common Main */
/***************************************************************************************************/

#main_line {
    float: left;
    width: 100%;
    padding: 2px 0 0;
    background: url(https://www.sinimanes.com/Static/Image/main_line.png) repeat-x;
}

#main {
    float: left;
    width: 100%;
    background: url(https://www.sinimanes.com/Static/Image/main_bg_ld.png) top center repeat-y;
}

#main .wrapper {
    padding-bottom: 29px;
}

/***************************************************************************************************/
/* Home */
/***************************************************************************************************/

/* Cambio de tamaños en form de búsqueda */

#RestaurantSearchCtlmainAct #delivery_search {
    background: url(https://www.sinimanes.com/Static/Image/delivery_search_bg_large.png) no-repeat;
    padding: 13px 0 16px 14px;
    height: 66px;
}

#RestaurantSearchCtlmainAct #delivery_search .labelCont label.over {
    font-size: 22px;
    line-height: 26px;
    padding: 12px 26px;
}

#RestaurantSearchCtlmainAct #delivery_search .labelCont label.over span {
    font-size: 16px;
}

#RestaurantSearchCtlmainAct #delivery_search form input {
    font-size: 22px;
    line-height: 26px;
    height: 26px;
    padding: 12px 26px;
}

#RestaurantSearchCtlmainAct #delivery_search form input#street {
    background: url(https://www.sinimanes.com/Static/Image/delivery_search_st_bg_large.png) no-repeat;
}

#RestaurantSearchCtlmainAct #delivery_search form input#streetNumber {
    background: url(https://www.sinimanes.com/Static/Image/delivery_search_nb_bg_large.png) no-repeat;
}

#RestaurantSearchCtlmainAct #delivery_search form .jqTransformSelectWrapper div {
    height: 50px;
    background: url(https://www.sinimanes.com/Static/Image/delivery_search_select_bg_large.png) no-repeat;
}

#RestaurantSearchCtlmainAct #delivery_search form#searchFromStoredAddress #storedClientAddressesContainer .jqTransformSelectWrapper div {
    height: 50px;
    background: url(https://www.sinimanes.com/Static/Image/delivery_search_st_bg_large.png) no-repeat;
}

#RestaurantSearchCtlmainAct #delivery_search form#searchFromStoredAddress #cityIdContainer .jqTransformSelectWrapper div {
    height: 50px;
    background: url(https://www.sinimanes.com/Static/Image/delivery_search_select_bg_large.png) no-repeat;
}

#RestaurantSearchCtlmainAct #delivery_search form .jqTransformSelectWrapper div span {
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    padding: 0
}

#RestaurantSearchCtlmainAct #delivery_search form .jqTransformSelectWrapper {
    z-index: 300;
}

#RestaurantSearchCtlmainAct #delivery_search form .jqTransformSelectWrapper div a {
    height: 50px;
    background: url(https://www.sinimanes.com/Static/Image/delivery_search_select_bg_large.png) right top no-repeat;
}

#RestaurantSearchCtlmainAct #delivery_search form .jqTransformSelectWrapper ul {
    top: 50px;
}

#RestaurantSearchCtlmainAct #delivery_search #new-address-search-form form .jqTransformSelectWrapper ul {
    height: auto !important;
}

#RestaurantSearchCtlmainAct #delivery_search form input#sendFrm {
    height: 54px;
    /* background: url(https://www.sinimanes.com/Static/Image/delivery_search_buscar_large.png) no-repeat; */
}

#RestaurantSearchCtlmainAct #delivery_search form input#sendFrm.over {
    background-position: 0 -54px;
}

#RestaurantSearchCtlmainAct #delivery_search form input.focus {
    background-position: 0 -50px !important;
}

ul.ui-autocomplete {
    padding: 0;
    background: #fff;
    border-radius: 0;
    border-color: #a0a0a0;
    z-index: 3000 !important;
}

ul.ui-autocomplete a {
    display: block;
    font-size: 22px;
    line-height: 66px;
    color: #3e3e3e;
    border: 0 !important;
    border-radius: 0;
}

ul.ui-autocomplete a.ui-state-hover {
    margin: 0 !important;
    color: #fff;
    background: #8ca6b8;
}

/* Principal */

#RestaurantSearchCtlmainAct #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dl.png) center top repeat-y;
}

#RestaurantSearchCtlmainAct #main .wrapper {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dl.png) -410px top repeat-y;
    padding: 0 0 39px;
}

#RestaurantSearchCtlmainAct #main_content {
    float: left;
    position: relative;
    /*z-index: 30;*/
    width: 590px;
    min-height: 784px;
    /* background: url(https://www.sinimanes.com/Static/Image/home_pasos_diag.jpg) no-repeat; */
}

#RestaurantSearchCtlmainAct #main_content h2 {
    text-indent: -9999px;
}

#RestaurantSearchCtlmainAct #main_content ol {
    float: left;
    position: relative;
    width: 100%;
    height: 598px;
}

#RestaurantSearchCtlmainAct #main_content ol li {
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #787878;
}

#RestaurantSearchCtlmainAct #main_content ol li.step1 {
    top: 97px;
    left: 142px;
}

#RestaurantSearchCtlmainAct #main_content ol li.step2 {
    top: 191px;
    left: 250px;
}

#RestaurantSearchCtlmainAct #main_content ol li.step3 {
    top: 302px;
    left: 164px;
}

#RestaurantSearchCtlmainAct #main_content ol li.step4 {
    top: 399px;
    left: 231px;
}

#RestaurantSearchCtlmainAct #main_content ol li strong {
    display: none;
}

#RestaurantSearchCtlmainAct #main_content p {
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    color: #2c6b90;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #d0d5d9;
    letter-spacing: -1px;
    top: 520px;
    left: 188px;
}

/* Banner Home */

#RestaurantSearchCtlmainAct img#bannerHome {
    margin-top: 12px;
}

/* Sidebar */
#RestaurantSearchCtlmainAct #sidebar {
    float: right;
    width: 280px;
    padding: 11px 0 0;
}

#boton_desc {
    float: left;
    width: 296px;
    height: 92px;
    background: url(https://www.sinimanes.com/Static/Image/boton_desc.png) no-repeat;
    text-indent: -9999px;
}

#RestaurantSearchCtlmainAct #sidebar #restaurantReviewsListWrapper {
    border-top: 1px solid #d8dde0;
    padding: 15px 0;
    text-shadow: 0 1px 1px #eee;
}

#RestaurantSearchCtlmainAct #restaurantReviewsListWrapper a {
    color: #2b6d94;
    font-size: 13px;
}

#RestaurantSearchCtlmainAct #restaurantReviewsListWrapper p, #RestaurantSearchCtlmainAct #restaurantReviewsListWrapper span {
    font-size: 13px;
}

#RestaurantSearchCtlmainAct #restaurantReviewsListWrapper span {
    color: #717171;
    font-weight: bold;
}

#RestaurantSearchCtlmainAct .reviewText {
    font-style: italic;
    color: #333;
    padding: 13px 0 18px;
}

#RestaurantSearchCtlmainAct #restaurantReviewsListWrapper span.reviewer {
    color: #333;

}

#RestaurantSearchCtlmainAct #restaurantReviewsListWrapper p.scoreName {
    color: #2b6d94;
    font-weight: bold;
    text-shadow: none;
    font-size: 12px;
}

#RestaurantSearchCtlmainAct #restaurantReviewsListWrapper .separator {
    background-image: none;
    border-bottom: 1px solid #d8dde0;
    border-top: 1px solid #a6aeb2;
    height: 0;
    width: auto;
}

#RestaurantSearchCtlmainAct #restaurantReviewsListWrapper .review_container {
    height: 500px;
    overflow: hidden;
    position: relative;
    padding: 3px;
}

#RestaurantSearchCtlmainAct #restaurantReviewsListWrapper .review {
    position: absolute;
    left: 0px;
    top: 0px;
}

.homepage_reviews_title {
    color: #2c6a90;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #a6aeb2;
}

/* Sinipoints */

#delivpts_block {
    float: left;
    position: relative;
    width: 282px;
    background: url(https://www.sinimanes.com/Static/Image/delivpts_bg.png) left bottom no-repeat;
    text-align: center;
    padding: 0 0 69px;
    margin: 15px 0 0 -1px;
}

#delivpts_top {
    float: left;
    width: 100%;
    height: 10px;
    background: url(https://www.sinimanes.com/Static/Image/delivpts_bg_top.png) no-repeat;
}

#delivpts {
    float: left;
    width: 277px;
    padding: 0 2px 0 3px;
    background: url(https://www.sinimanes.com/Static/Image/delivpts_bg_tile.png) repeat-y;
}

#delivpts_slider {
    float: left;
    width: 100%;
}

#delivpts ul li {
    float: left;
    width: 277px;
}

#delivpts_block a.ver_premios {
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://www.sinimanes.com/Static/Image/ver_premios.png) no-repeat;
    text-indent: -9999px;
    height: 54px;
    width: 86px;
}

#delivpts_block span.ribbon {
    position: absolute;
    width: 11px;
    height: 71px;
}

#delivpts_block span.ribbon_l {
    bottom: 2px;
    left: -11px;
    background: url(https://www.sinimanes.com/Static/Image/delivpts_ribbon_l.png) no-repeat;
}

#delivpts_block span.ribbon_r {
    bottom: -2px;
    right: -11px;
    background: url(https://www.sinimanes.com/Static/Image/delivpts_ribbon_r.png) no-repeat;
}

#delivpts_promo {
    margin: -4px 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #6c6c6c;
    padding-bottom: 14px;
}

#delivpts_promo .desc {
    padding-bottom: 2px;
    line-height: 20px;
    font-weight: bold;
    color: #ce0700;
    text-transform: uppercase;
}

#delivpts_promo .desc .numb {
    font-size: 24px;
}

#delivpts_promo .desc .numb .perc {
    font-size: 16px;
}

#delivpts_action, #delivpts_action a {
    color: #fc8a1e;
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
}

#delivpts_action a:hover {
    text-decoration: none;
    background: #fc8a1e;
    color: #fff;
}

/* Agregá tu Restaurant */

#agregarRest {
    float: left;
    width: 284px;
    margin: 12px 0 0 -2px;
    height: 92px;
    /* background: url(https://www.sinimanes.com/Static/Image/button_agregarRest.png) no-repeat; */
    text-indent: -9999px;
}

#agregarRest:hover {
    background-position: 0 -92px;
}

/* Descargá la App Mobile*/
#appMobile {
    float: left;
    width: 290px;
    height: 154px;
    margin: 12px 0 0 -2px;
    background: url(https://www.sinimanes.com/Static/Image/mobile2.png) no-repeat top left;
    position: relative;
    background-size: 100% auto;
}

#appMobile a {
    display: block;
    position: absolute;
    background: none;
    width: 115px;
    height: 38px;
    left: 155px;
    cursor: pointer;
    text-indent: -9999px;
}

#appMobile #appItunes {
    top: 60px;
}

#appMobile #appAndroid {
    top: 105px;
}

/* Descuentos en Restaurants */

#agregarDesc {
    float: left;
    width: 282px;
    height: 82px;
    /* background: url(../Image/boton_desc_home.png) no-repeat; */
    position: relative;
    text-indent: -9999px;
    margin-bottom: 15px;
}

#agregarDesc:hover {
    background-position: 0 -82px;
}

#agregarDesc span {
    position: absolute;
    width: 88px;
    height: 93px;
    background: url(../Image/boton_desc_home_tab.png) no-repeat;
    top: -2px;
    right: -11px;
}

/* Sidebar Facebook */

#side_fb {
    float: left;
    width: 264px;
    height: 252px;
    padding: 15px 7px 0;
    margin: 14px 0 0;
    background: url(https://www.sinimanes.com/Static/Image/home_sidebar_divider.png) no-repeat;
}

/* Sidebar Twitter */

#side_tw {
    float: left;
    width: 100%;
    padding: 30px 0 0;
    background: url(https://www.sinimanes.com/Static/Image/home_sidebar_divider.png) no-repeat;
}

#side_tw h4 {
    float: left;
    width: 100%;
    height: 15px;
    /* background: url(https://www.sinimanes.com/Static/Image/h4_ult_tweet.png) 4px 0 no-repeat; */
    text-indent: -9999px;
    padding: 0 0 5px;
}

#last_tweet {
    font-size: 11px;
    line-height: 16px;
    color: #3e3e3e;
    font-style: italic;
    text-shadow: 1px 1px 0 #d6dbde;
}

#last_tweet .qo {
    margin: 0 4px 0 2px;
}

#last_tweet .qc {
    margin: -4px 0 0 4px;
}

#seguinosTw {
    float: left;
    position: relative;
    width: 244px;
    height: 38px;
    text-indent: -9999px;
    /* background: url(https://www.sinimanes.com/Static/Image/seguinosTw.png) no-repeat; */
    margin: 24px 0 0;
}

#seguinosTw span {
    position: absolute;
    width: 88px;
    height: 72px;
    background: url(https://www.sinimanes.com/Static/Image/twitter_bird.png) no-repeat;
    left: 209px;
    top: -22px;
}

#seguinosTw:hover {
    background-position: 0 -38px;
}

/***************************************************************************************************/
/* Breadcrumbs */
/***************************************************************************************************/

#breadcrumbs {
    margin-bottom: 10px;
    color: #2b6d92;
}

.breadcrumbItem {
    color: #9b9b9b;
    text-shadow: 1px 1px 0 #fff;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;

}

.breadcrumbItem.home {
    background: url("https://www.sinimanes.com/Static/Icon/breadcrumb_home_icon.png") no-repeat scroll left top transparent;
    display: inline-block;
    text-indent: -9999999px;
    width: 17px;
    height: 15px;
    margin-left: 0;
}

.breadcrumbItem.home a {
    display: block;
}

.breadcrumbItem a {
    color: #2b6d92;
    text-decoration: none
}

/***************************************************************************************************/
/* Filtrar Restaurantes */
/***************************************************************************************************/

#filter {
    float: left;
    width: 100%;
    /*  min-height: 64px;*/
    background: url(https://www.sinimanes.com/Static/Image/filter_bg.jpg) repeat-x;
    padding: 12px 0 0;
}

#filter .wrapper {
    position: relative;
    /*  min-height: 64px; */
}

p#filterRestCount, h2#filterRestCount {
    float: left;
    font-size: 18px;
    line-height: 23px;
    font-style: italic;
    color: #3a3a3a;
    padding: 14px 0 14px;
}

p#filterRestCount span, h2#filterRestCount span {
    background: #ffeaac;
}

#searchSortForm {
    /*float: left;
  width: 100%;*/
}

#searchSortForm fieldset {
    float: left;
}

#searchSortForm label {
    float: left;
    font-size: 15px;
    line-height: 27px;
    color: #08476f;
    margin-bottom: 5px;
}

#searchSortForm legend {
    font-size: 15px;
    color: #08476f;
    margin-bottom: 10px;
}

#searchSortForm select {
    float: left;
    width: 181px;
}

#searchSortForm .jqTransformSelectWrapper {
    width: 208px;
    position: relative;
    height: 27px;
    background: url(https://www.sinimanes.com/Static/Image/search_sort_select.png) no-repeat;
    float: left;
}

#searchSortForm .jqTransformSelectWrapper div span {
    font-size: 12px;
    float: none;
    position: absolute;
    white-space: nowrap;
    height: 27px;
    line-height: 27px;
    padding: 0 0 0 13px;
    overflow: hidden;
    cursor: pointer;
    color: #3e3e3e;
}

#searchSortForm .jqTransformSelectWrapper a.jqTransformSelectOpen {
    display: block;
    position: absolute;
    right: 0px;
    width: 31px;
    height: 31px;
    background: url(img/select_right.gif) no-repeat center center;
}

#searchSortForm .jqTransformSelectWrapper ul {
    position: absolute;
    width: 43px;
    top: 27px;
    left: 0px;
    list-style: none;
    background-color: #FFF;
    border: solid 1px #CCC;
    display: none;
    margin: 0px;
    padding: 0px;
    height: 150px;
    overflow: auto;
    overflow-y: auto;
    z-index: 10;
}

#searchSortForm .jqTransformCheckboxWrapper {
    float: left;
}

#searchSortForm .jqTransformCheckboxWrapper a {
    float: left;
    width: 24px;
    height: 22px;
    background: url(https://www.sinimanes.com/Static/Icon/dialog_cbx.png) no-repeat;
}

#searchSortForm .jqTransformCheckboxWrapper a.jqTransformChecked {
    background-position: 0 -22px;
}

#sidebar a.jqTransformRadio {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0px;
    background: url(https://www.sinimanes.com/Static/Image/filter_radio.png) 0 -25px no-repeat;
}

#sidebar a.jqTransformChecked {
    background-position: 0 0;
}

.jqTransformSelectWrapper ul a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #333;
    background-color: #FFF;
}

.jqTransformSelectWrapper ul a.selected {
    background: #EDEDED;
    color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
    background: #3582c4;
    color: #fff;
}

#searchSortForm #sortSlider {
    float: right;
    margin-top: 15px;
}

#searchSortForm #sortSlider ul li {
    float: left;
    position: relative;
    z-index: 5;
    overflow: hidden;
    margin-bottom: 7px;
}

#searchSortForm #sortSlider ul li label {
    font-size: 13px;
    line-height: 27px;
    color: #3a3a3a;
    cursor: pointer;
    padding: 0 14px;
    text-shadow: 1px 1px 1px #ffffff;
    position: relative;
    z-index: 1;
    font-weight: normal;
    text-transform: lowercase;
}

#searchSortForm #sortSlider ul li.backLava {
    background: url(https://www.sinimanes.com/Static/Image/filter_slider_tile.png) repeat-x;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

#filterNoRest {
    float: left;
    background: url(https://www.sinimanes.com/Static/Image/filter_norest_bg.png) no-repeat;
    margin: -25px 0 0;
    /*height: 98px; */
    height: 68px;
    /* padding-left: 105px; */
    padding-left: 65px;
}

#filterNoRest p#filterRestCount {
    line-height: 23px;
    /* margin: 43px 0 0; */
    margin: 25px 0 0;
    padding: 0 4px;
    background: #ffeaac;
}

#searchSortForm fieldset {
    float: left;
    width: 100%;
    padding: 0 0 14px;
    margin-bottom: 25px;
}

#searchSortForm label {
    float: left;
    width: 100%;
    line-height: 39px;
    padding: 0;
}

#searchSortForm .filterItem {
    float: left;
    width: 200px;
    padding: 0 0 10px;
    margin-left: 10px;
}

#searchSortForm .filterItem label.itemLabel,
#searchSortForm .filterItem label.itemLabel a
{
    float: left;
    line-height: 22px;
    width: auto;
    font-size: 13px;
    font-weight: normal;
    color: #3a3a3a;
    margin: 0 6px 0 6px;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#searchSortForm .filterItem label.itemLabel a {  text-transform: capitalize; text-decoration: none; margin-left: 0; }
#searchSortForm .filterItem label.itemLabel a:hover { text-decoration: underline; }


.hidden {
    display: none;
}

.seeMore, .seeLess {
    clear: both;
    color: #fff;
}

.seeMore span, .seeLess span {
    background-color: #f9801a;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    padding: 1px 4px 1px 5px;
    font-size: 15px;
    margin-left: 10px;
    margin-top: 10px;
}

.seeMore a, .seeLess a {
    color: #08476f
}

#searchSortForm .submitFilter {
    float: left;
    width: 100%;
    padding: 0 0 15px;
}

#searchSortForm .submitFilter a#submitFilterButton {
    float: left;
    width: 152px;
    height: 38px;
    text-indent: -9999px;
}

#searchSortForm .submitFilter a#submitFilterButton:hover {
    background-position: 0 -38px;
}

#filter #toggleFilters {
    position: absolute;
    left: 0;
    bottom: -31px;
    cursor: pointer;
    text-indent: -9999px;
    width: 308px;
    height: 31px;
    /* background: url(../Image/filtros_tabs.png) no-repeat; */
}

#filter #toggleFilters.open {
    background-position: 0 -31px;
}

/***************************************************************************************************/
/* jqTransform */
/***************************************************************************************************/

.jqTransformHidden {
    display: none;
}

/***************************************************************************************************/
/* Resultados de Búsqueda */
/***************************************************************************************************/

/* Sin resultados */

#sidebarNoRest {
    float: left;
    width: 282px;
    margin: 0 0 0 -1px;
    padding: 20px 0 0;
    height: 67px;
    background: url(https://www.sinimanes.com/Static/Image/sidebar_norest_bg.png) no-repeat;
    text-align: center;
}

#sidebarNoRest p, #sidebarNoRest p a {
    font-size: 16px;
    line-height: 22px;
    color: #fc8a1e;
}

#sidebarNoRest p a:hover {
    text-decoration: none;
    color: #fff;
    background: #fc8a1e;
}

#RestaurantSearchCtlsearchAct #main .wrapper {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_ld.png) -780px top repeat-y;
    padding: 11px 0 29px;
}

#RestaurantSearchCtlsearchAct #main_content {
    float: right;
    width: 650px;
}

#RestaurantSearchCtlsearchAct #sidebar {
    float: left;
    width: 220px;
}

#lista_resultados_rest {
    float: left;
    position: relative;
    margin: 15px 0 0 -26px;
    z-index: 0;
}

#RestaurantSearchCtlshowRestaurantFromExternalLinkAct #lista_resultados_rest,
#OrderCtlmainAct #lista_resultados_rest {
    float: left;
    margin: 20px 0 0 -15px;
    position: relative;
    width: 309px;
    z-index: 0;
}

#lista_resultados_rest li {
    float: left;
    position: relative;
    width: 285px;
    padding: 9px 13px;
    /*  cursor: pointer;*/
    min-height: 136px;
    margin: 1px;
}

#favoriteRestaurantsContainer #lista_resultados_rest {
    margin-left: -15px;
}

#RestaurantSearchCtlsearchAct #lista_resultados_rest li {
    background-color: #c8d3d9;
    border: 1px solid #85a0b0;
    margin: 0px;
    margin-bottom: 23px;
    margin-left: 25px;
    padding: 0;
    width: 311px;
}

#lista_resultados_rest li a.go {
    display: block;
    position: absolute;
    width: 311px;
    height: 140px;
    text-indent: -999em;
    overflow: hidden;
    z-index: 99;
    background: white;

    zoom: 1; /* gives the object layout */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    -khtml-opacity: 0.01;
    opacity: 0.01;
}

#lista_resultados_rest li h3, #lista_resultados_rest li h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    background: url(https://www.sinimanes.com/Static/Image/lista_result_divider.png) left bottom no-repeat;
    color: #2b6d92;
    padding: 0 0 1px;
    text-shadow: 0px 1px 0 #e9ecef;
    margin-bottom: 8px;
}

#lista_resultados_rest li p.rubros {
    font-style: italic;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
    color: #2b6d92;
    margin: 3px 0 0 3px;
    text-shadow: 0px 1px 0 #e9ecef;
    clear: both;
}

#lista_resultados_rest li .rest_tb_cont {
    float: left;
    width: 115px;
    text-align: center;
    margin-bottom: 4px;
    height: 82px;
    width: 82px;
    overflow: hidden;
}

#lista_resultados_rest li img.rest_tb {
    border: 1px solid #2b6c91;
    height: 80px !important;
    width: 80px !important;
}

.homepage_rotation_banner_img
{
    height: 65px !important;
    width: 65px !important;
}

#lista_resultados_rest li .rest_info {
    float: right;
    padding: 1px 0 0;
    width: 160px;
}

#lista_resultados_rest li .rest_info h4 {
    font-size: 14px;
    line-height: px;
    font-weight: bold;
    font-style: italic;
    padding: 0 0 5px;
    color: #3a3a3a;
    text-shadow: 1px 1px 0 #d6dbde;
    /* white-space: nowrap; */
}

#lista_resultados_rest li .rest_info p {
    line-height: 14px;
    color: #3a3a3a;
    text-shadow: 1px 1px 0 #d6dbde;
    font-size: 11px;
}

#lista_resultados_rest li.over {
    background: url(https://www.sinimanes.com/Static/Image/lista_result_bg.png);
    border: 1px solid #c9ac57;
    margin: 0;
}

#lista_resultados_rest li.over .restaurantStarReview {
    background-color: transparent;
}

#lista_resultados_rest li.over h3 {
    color: #fc8a1e;
    text-shadow: none;
}

#lista_resultados_rest li.over p.rubros {
    color: #fc8a1e;
    text-shadow: none;
}

#lista_resultados_rest li.over .rest_info h4, #lista_resultados_rest li.over .rest_info p {
    text-shadow: none;
}

#lista_resultados_rest li.selected {
    background: url(https://www.sinimanes.com/Static/Image/rest_selected.png) no-repeat;
}

#lista_resultados_rest li.selected span.arrow {
    position: absolute;
    top: 0;
    right: -47px;
    width: 47px;
    /* height: 138px; */
    height: 152px;
    z-index: 1;
    background: url(https://www.sinimanes.com/Static/Image/rest_selected.png) right top no-repeat;
}

#lista_resultados_rest li.selected.over {
    border: 0;
    margin: 1px;
}

#lista_resultados_rest li.selected.over h3 {
    color: #2b6d92;
}

#lista_resultados_rest li.selected.over p.rubros {
    color: #2b6d92;
}

#lista_resultados_rest .restaurantStarReview {
    background-color: #bcc6cc;
    padding: 9px;
}

#RestaurantSearchCtlsearchAct .lista_resultados_content {
    padding: 9px 13px;
}

#lista_resultados_rest .restaurantStarReview a {
    color: #2b6d94;
    font-size: 11px;
}

#lista_resultados_rest li.over .restaurantStarReview a {
    color: #FC8A1E;
}

#map_canvas {
    float: left;
    border: 1px solid #2b6d92;
    width: 500px;
    height: 400px;
}

#RestaurantSearchCtlsearchAct #map_canvas {
    width: 773px;
    height: 400px;
    margin-top: 30px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

#lista_resultados_rest li.cerrado div.opacity {
    /* opacity: .40;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  -khtml-opacity: .40;
  -moz-opacity: .40; */
}

#lista_resultados_rest .cerr_warning {
    background: url(https://www.sinimanes.com/Static/Image/rest_cerrado_new.png) no-repeat;
    width: 20px;
    height: 21px;
    position: absolute;
    /*bottom: 10px;*/
    right: 6px;
    z-index: 2;
    bottom: 40px
}

#lista_resultados_rest .cerr_tooltip {
    display: none;
    background: url(https://www.sinimanes.com/Static/Image/rest_cerrado_tooltip_reverse.png) no-repeat;
    width: 258px;
    height: 32px;
    position: absolute;
    /*  bottom: 4px;*/
    left: -5px;
    padding: 0 0 0 30px;
    color: #fff;
    line-height: 30px;
    text-shadow: 1px 1px 0 #803737;
    z-index: 2;
    bottom: 40px
}

#lista_resultados_rest li .restDiscount {
    position: absolute;
    top: -1px;
    right: -8px;
    z-index: 2;
}

#lista_resultados_rest li .restDiscount a {
    float: left;
    width: 57px;
    height: 58px;
    background: url(../Image/discountTab.png) no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}

#lista_resultados_rest li .restDiscount .discountDetails {
    position: absolute;
    bottom: 38px;
    left: 1px;
    width: 250px;
    background: url(../Image/discountTooltipLong.png) left bottom no-repeat;
    padding: 5px 25px 60px;
    z-index: 2;
    display: none;
}

#RestaurantSearchCtlsearchAct #lista_resultados_rest li .restDiscount .discountDetails {
    background: url(../Image/discountTooltipRightLong.png) right bottom no-repeat;
    left: auto;
    right: -10px;
}

#lista_resultados_rest li .restDiscount .discountDetails p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

#lista_resultados_rest li .restDiscount .discountDetails p.title {
    border-bottom: 1px solid #5c838b;
    font-size: 16px;
    color: #ffeaac;
    font-weight: bold;
    padding: 0 0 3px;
    margin: 0 0 3px;
}

#lista_resultados_rest li .restDiscount .discountDetails .discountDetailsTop {
    position: absolute;
    top: -14px;
    left: 0;
    width: 300px;
    height: 14px;
    background: url(../Image/discountTop.png) no-repeat;
}

.pagination {
    float: left;
    position: relative;
    width: 100%;
    height: 41px;
}

.paginationClients {
    float: left;
    width: 100%;
    height: 41px;
}

.paginationClients p {
    font-size: 17px;
    font-weight: bold;
    color: #084b74;
    line-height: 41px;
    text-shadow: 0px 1px 1px #f3f0e2;
    text-align: center;
}

.paginationPages a {
    position: absolute;
    font-size: 17px;
    color: #b28b21;
    line-height: 41px;
    top: 0;
    text-shadow: 0px 1px 0 #fff;
    text-decoration: none;
}

.paginationPages a:hover {
    text-decoration: underline;
}

.paginationPages a.prev {
    left: 14px;
    font-weight: normal
}

.paginationPages a.next {
    right: 14px;
    font-weight: normal
}

.paginationPages a.disabled {
    color: #c7d2d9;
    text-shadow: 0px 1px 0 #85a0b0;
}

.paginationPages a.disabled:hover {
    text-decoration: none;
}

#mapBubble h6 {
    font-size: 16px;
    font-weight: bold;
    color: #3a3a3a;
    padding: 0 0 3px;
}

#mapBubble p.description {
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    color: #3a3a3a;
    padding: 0 0 5px;
}

#mapBubble p.horarios {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
    color: #3a3a3a;
    padding: 10px 0 5px;
    letter-spacing: -1px;
}

#mapBubble table td {
    font-size: 12px;
    color: #3a3a3a;
    line-height: 16px;
}

#mapBubble table td.day {
    width: 50px;
}

#mapBubble table td.hours {
    font-style: italic;
}

/***************************************************************************************************/
/* Elegir Menú */
/***************************************************************************************************/

#RestaurantSearchCtlshowRestaurantFromExternalLinkAct #main .wrapper,
#OrderCtlmainAct #main .wrapper {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_ld.png) -690px top repeat-y;
    padding: 11px 0 29px;
}

#RestaurantSearchCtlshowRestaurantFromExternalLinkAct #main_content,
#OrderCtlmainAct #main_content {
    float: right;
    width: 563px;
    min-height: 650px;
    padding: 16px 0 0 27px;
}

#RestaurantSearchCtlshowRestaurantFromExternalLinkAct #sidebar,
#OrderCtlmainAct #sidebar {
    float: left;
    position: relative;
    width: 310px;
    min-height: 100px;
    /* height: 800px; */
}

#RestaurantSearchCtlshowRestaurantFromExternalLinkAct div#restaurantLandingH1Wrapper, div#landingH1Wrapper {
    color: #3A3A3A;
    float: left;
    font-size: 19px;
    font-style: italic;
    line-height: 23px;
    padding: 14px 0;
    font-weight: bold;
}

div#landingH1Wrapper {
    clear: both;
    float: none;

}

#RestaurantSearchCtlshowRestaurantFromExternalLinkAct div#restaurantLandingH1Wrapper h1 span {
    background: none repeat scroll 0 0 #FFEAAC;
    font-weight: bold;
}

#RestaurantSearchCtlshowRestaurantFromExternalLinkAct div#restaurantLandingH1Wrapper h1, div#landingH1Wrapper h1 {
    display: inline;
    font-size: 19px;
    font-style: italic;
    line-height: 23px;
    padding: 14px 0;

}

#RestaurantSearchCtlshowRestaurantFromExternalLinkAct div#restaurantName {
    color: #2B6D94;
    font-size: 30px;
    line-height: 30px;
}

#selRest_info {
    float: left;
    margin: 5px 0 0 -1px;
}

#selRest_info_top {
    float: left;
    width: 546px;
    padding: 10px 10px 2px;
    background: url(https://www.sinimanes.com/Static/Image/selRest_info_bg.png) no-repeat;
}

#selRest_info_bot {
    float: left;
    width: 566px;
    height: 14px;
    background: url(https://www.sinimanes.com/Static/Image/selRest_info_bg_bot.png) no-repeat;
}

#selRest_logoSite {
    float: left;
    width: 253px;
    text-align: center;
}

#selRest_logoSite img.logo {
    /* float: left; */
    border: 1px solid #2b6c91;
    margin: 10px;
    height: 120px;
    width: 120px;
    float: left;
}

#selRest_logoSite p.site {
    text-align: center;
    font-size: 14px;
    color: #3a3a3a;
}

#selRest_logoSite p.site a {
    font-size: 14px;
    color: #2b6d94;
}

#selRest_logoSite p.site a:hover {
    text-decoration: none;
}

#selRest_items {
    float: left;
    height: 24px;
    width: 100%;
}

#selRest_items a {
    float: left;
    width: 33px;
    height: 24px;
    margin: 0 3px 0 0;
    background: url(https://www.sinimanes.com/Static/Image/selRest_items.png) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}

#selRest_items a.envio {
    background-position: 0 0;
}

#selRest_items a.url {
    background-position: -36px 0;
}

#selRest_items a.img {
    background-position: -71px 0;
}

#selRest_items .tooltip {
    z-index: 2000;
}

#selRest_items .tooltip_content p {
    font-weight: normal;
    text-transform: none;
    height: auto;
}

#selRest_items #photoDialog {
    display: none;
}

#selRest_items div.fb-like {
    float: left;
    width: 145px !important;
}

div.ui-dialog[aria-labelledby="ui-dialog-title-photoDialog"] {
    top: 50px !important;
}

div.dialog-no-title .ui-dialog-titlebar span.ui-dialog-title {
    float: none;
    display: block;
    text-align: left;
}

#photoDialog {
    /* background: #eaeaea url(https://www.sinimanes.com/Static/Image/fotos_header.png) no-repeat; */
    padding: 0 !important;
}

#photoDialog_cont {
    float: left;
    width: 450px;
    min-height: 370px;
    padding: 70px 35px;
    text-align: center;
}

#photoDialog_cont img {
    max-width: 438px;
    border: 1px solid #367396;
    text-align: center;
    margin: 25px 0 0;
}

#selRest_details {
    float: left;
    width: 281px;
    margin: -2px 0 0 -40px;
}

#selRest_details h3, #selRest_details h1 {
    font-size: 30px;
    color: #2b6d94;
    line-height: 30px;
}

#selRest_details p {
    line-height: 16px;
    color: #3a3a3a;
}

#selRest_details p.rubros {
    font-style: italic;
    line-height: 12px;
    color: #2b6d92;
    margin: 1px 0 0;
    padding: 0 0 11px;
}

#selRest_details p.direccion {
    font-size: 14px;
    font-weight: bold;
    clear: both;
}

#selRest_details .restaurantBadgeReviewWrapper {
    margin-bottom: 20px;
    cursor: hand;
    cursor: pointer;
    margin-top: 5px;
}

#selRest_details .restaurantBadgeReviewWrapper div {
    cursor: pointer;
    display: inline-block;
}

#selRest_details .restaurantBadgeReviewWrapper span {
    text-decoration: underline;
}

#selRest_details p.horario, #selRest_details p.envio {
    float: left;
    position: relative;
}

#selRest_details p.horario span.mas_info, #selRest_details p.envio span.mas_info {
    position: absolute;
    width: 18px;
    height: 19px;
    top: 50%;
    right: 0;
    margin: -10px 0 0;
    background: url(https://www.sinimanes.com/Static/Icon/icon_mas.png) no-repeat;
    text-indent: -9999px;
}

#selRest_details p.horario {
    padding: 0 30px 0 0;
}

#selRest_details p.horario span.texto {
    float: left;
    width: 84px;
}

#selRest_details .tooltip p, #selRest_details .tooltip td {
    text-transform: none;
    color: #fff;
    line-height: 14px;
    font-weight: normal;
}

#selRest_details .tooltip table {
    padding: 3px;
}

#selRest_details .tooltip td {
    padding: 3px;
}

#selRest_details p.nowClosed {
    float: left;
    width: 143px;
    height: 37px;
    background: url(../Image/nowClosed.png) no-repeat;
    color: #a94d4d;
    font-weight: bold;
    padding: 2px 0 0 26px;
    margin: 3px 0 0;
}

#selRest_actions {
    float: left;
    width: 100%;
    padding: 12px 0 0;
}

#selRest_actions p.minimo {
    float: left;
    padding: 0 5px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    background: #ffeaac;
    margin: 3px 8px 0 0;
    white-space: nowrap;
}

#selRest_actions p.minimo span {
    font-size: 18px;
    color: #fc8a1e;
    font-weight: bold;
}

#selRest_actions .tooltip {
    color: #fff;
}

#selRest_actions a.deferredOrderButton {
    float: left;
    width: 197px;
    height: 31px;
    /* background: url(https://www.sinimanes.com/Static/Image/selRest_adel.jpg) no-repeat; */
    text-indent: -9999px;
    margin: 0 0 0 7px;
}

h2#menuTitle {
    float: left;
    width: 100%;
    /* background: url(https://www.sinimanes.com/Static/Image/h2_menu.png) no-repeat; */
    text-indent: -9999px;
    height: 42px;
    margin: 23px 0 19px;
}

.menuCategoryContainer {
    float: left;
    width: 100%;
    padding: 0 0 28px;
}

.menuCategoryContainer h4 {
    font-size: 18px;
    color: #08466e;
    line-height: 18px;
    padding: 0 0 4px;
    background: url(https://www.sinimanes.com/Static/Image/menu_cat_divider.png) left bottom repeat-x;
    font-style: italic;
}

.menuCategoryContainer ul {
    float: left;
    /*  width: 572px;*/
    margin: 0 0 0 -4px;
    padding: 11px 0 0;
    /*}

#OrderCtlmainAct .menuCategoryContainer ul {*/
    width: auto;
}

.menuCategoryContainer ul li {
    float: left;
    width: 260px;
    /* height: 27px; */
    padding: 0 0 1px 4px;
}

/*
#OrderCtlmainAct .menuCategoryContainer ul li {
	width:260px;
}*/

.menuCategoryContainer ul li a {
    float: left;
    /*  width: 244px;*/
    /* height: 27px; */
    background: #fff;
    /*  padding: 3px 25px 3px 11px;*/
    line-height: 19px;
    text-decoration: none;
    /*}

#OrderCtlmainAct .menuCategoryContainer ul li a {*/
    width: 240px;
    padding: 3px 11px;
}

.menuCategoryContainer ul li.leftCategoryItem {
    clear: left;
}

.menuCategoryContainer ul li.yw a {
    background: url(https://www.sinimanes.com/Static/Image/menu_item_yw.png);
}

.menuCategoryContainer ul li a span.name {
    float: left;
    /* width: 185px; */
    width: 165px;
    font-size: 14px;
    color: #3a3a3a;
    padding: 0 10px 0 0;
}

.menuCategoryContainer ul li a span.price {
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #084a72;
}

.menuCategoryContainer ul li.over a {
    background: #fc8a1e !important;
}

.menuCategoryContainer ul li.over a span {
    color: #fff !important;
}

.tooltip {
    display: none;
    background: url(https://www.sinimanes.com/Static/Image/tooltip_arrow.png) left bottom no-repeat;
    width: 224px;
    padding: 0 0 31px;
    z-index: 150;
}

.tooltip_content {
    float: left;
    width: 194px;
    padding: 15px 15px 10px;
    background: url(https://www.sinimanes.com/Static/Image/tooltip_top.png) no-repeat;
}

.tooltip_content p {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    height: 22px;
}

.tooltip_content p span.name {
    float: left;
}

.tooltip_content p span.value {
    float: right;
    font-size: 22px;
}

.tooltip_content p.desc {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    line-height: 16px;
    padding-bottom: 16px;
    height: auto;
}

/***** Descuentos Restaurant *****/

#restaurantDiscounts {
    float: left;
    width: 100%;
    padding: 38px 0 0;
}

#restaurantDiscounts h4 {
    font-size: 22px;
    color: #2b6d94;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #cfd5d8;
    float: left;
    position: relative;
    padding: 0 0 10px;
}

#restaurantDiscounts h4 span {
    position: absolute;
    top: -18px;
    right: -48px;
    width: 57px;
    height: 58px;
    background: url(../Image/discountTab.png) no-repeat;
    text-indent: -9999px;
}

#restaurantDiscounts table {
    float: left;
    width: 100%;
    background: url(../Image/restaurantDiscount_line.png) repeat-x;
    padding: 2px 0 0;
}

#restaurantDiscounts table td {
    height: 28px;
    line-height: 28px;
    background: url(../Image/restaurantDiscount_line.png) left bottom repeat-x;
    padding: 0 0 2px 3px;
    font-size: 14px;
    text-shadow: 1px 1px 0 #d4d9dc;
}

#restaurantDiscounts table td.selected {
    background-color: #fff;
    text-shadow: none;
}

#restaurantDiscounts table td a {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #2b6d94;
    line-height: 28px;
    font-weight: bold;
    padding: 0 14px 0 0;
}

#restaurantDiscounts table td a:hover {
    text-decoration: none;
}

#restaurantDiscounts table td.selected a {
    font-style: italic;
    font-weight: normal;
}

/*Items promocionales con facebook share*/
.facebookShare {
    display: block;
    padding-top: 20px;
    clear: both;
}

.facebookShare div.labelContainer {
    text-align: center;
}

.facebookShare div#share_button {
    display: inline;
}

.facebookShare label {
    font-size: 14px;
    background-color: #FFEAAC;
}

.facebookShare h4 {

    color: #2B6D94;
    font-size: 22px;
    padding: 0 0 10px;
    position: relative;
    text-shadow: 1px 1px 0 #CFD5D8;
    text-transform: uppercase;
    display: block;
}

/***************************************************************************************************/
/* Popup Producto */
/***************************************************************************************************/

.ui-widget-overlay {
    background: url(https://www.sinimanes.com/Static/Image/dialog_bg.png);
}

.ui-dialog {
    padding: 0;
}

.ui-widget-header {
    background: none !important;
    border: 0 !important;
}

.ui-widget-content {
    background: #eaeaea;
}

.ui-dialog .ui-dialog-content {
    overflow-x: hidden;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0;
    margin: 0;
    height: 0; /*position: absolute !important; width: 100%; height: 66px; z-index: 2; left: 0; top: 0;*/
}

/*.ui-dialog .ui-dialog-title { display: none; }*/
.ui-dialog .ui-dialog-title {
    text-indent: -99999px;
    padding: 0;
    margin: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    width: 24px !important;
    height: 24px !important;
    background: url(https://www.sinimanes.com/Static/Icon/dialog_close.png) no-repeat !important;
    text-indent: -9999px;
    z-index: 5;
    margin: 0 !important;
    top: 5px !important;
    right: 6px !important;
    padding: 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: none !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover/*, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus*/  {
    border: 0 !important;
}

#dialog {
    padding: 0;
}

#dialog h4 {
    /* float: left;
  width: 100%;
  height: 66px; */
    background: #f7f7f7 url(https://www.sinimanes.com/Static/Image/dialog_h4.png) left bottom repeat-x;
    font-size: 36px;
    font-weight: bold;
    color: #d5d5d5;
    letter-spacing: -2px;
    line-height: 38px;
    text-shadow: 0px 2px 1px #ffffff;
    padding: 14px 30px 16px;
}

#dialog form fieldset {
    float: left;
    width: 100%;
}

#addItemForm {
    float: left;
    width: 916px;
}

#addItemForm .title {
    float: left;
    width: 100%;
    padding: 0 0 10px;
    background: url(https://www.sinimanes.com/Static/Image/dialog_divider.png) left bottom no-repeat;
}

#addItemForm h5 {
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #2b6c91;
}

#addItemForm span.tooltipable {
    float: right;
    background: url(https://www.sinimanes.com/Static/Icon/login_email.png) no-repeat;
    width: 36px;
    height: 38px;
    text-indent: -9999px;
    margin: -5px 0 0;
}

#addItemForm .tooltip_zone {
    position: relative;
    float: right;
    width: 50px;
    height: 50px;
}

#addItemForm .tooltip {
    width: 200px;
    height: 63px;
    left: -235px !important;
    top: -24px !important;
    padding: 10px 30px 0 14px;
    background: url(https://www.sinimanes.com/Static/Image/login_tooltip_inv.png) no-repeat;
}

#addItemForm .tooltip p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

#addItemForm .title p {
    float: right;
    font-size: 14px;
    color: #fc8a1e;
    line-height: 14px;
    margin: 8px 0 0;
}

#addItemForm .formRow {
    float: left;
    width: 100%;
    padding: 16px 0 28px;
}

#addItemForm #other_options .formRow {
    width: 828px;
    margin-left: 54px;
}

#addItemForm .jqTransformRadioWrapper {
    float: left;
}

#addItemForm .jqTransformRadioWrapper a {
    float: left;
    width: 25px;
    height: 25px;
    background: url(https://www.sinimanes.com/Static/Icon/dialog_radio.png) no-repeat;
}

#addItemForm .jqTransformRadioWrapper a.jqTransformChecked {
    background-position: 0 -25px;
}

#addItemForm .radioRow, #addItemForm .cbxRow, #addItemForm .repeatRow {
    float: left;
    width: 100%;
    padding-bottom: 7px;
    background: url(https://www.sinimanes.com/Static/Image/dialog_line.png) left 14px repeat-x;
}

#addItemForm .cbxRow {
    background-position: 0 20px;
    position: relative;
}

#addItemForm .cbxRow .cbxCover {
    position: absolute;
    width: 450px;
    height: 25px;
    top: 0;
    left: 0;
    background: #eaeaea;
    opacity: .50;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: .50;
    -moz-opacity: .50;
}

#addItemForm .repeatRow {
    padding-bottom: 10px;
    margin-left: 54px;
    background-position: left 23px;
}

#addItemForm .repeatRow .qSection {
    float: right;
    width: 137px;
    background: #eaeaea;
}

#addItemForm .repeatRow .qSection a {
    float: left;
    width: 29px;
    height: 29px;
    background: url(https://www.sinimanes.com/Static/Icon/qSection_modif.png) no-repeat;
    text-indent: -9999px;
    margin: 5px 0 0 6px;
    cursor: pointer;
}

#addItemForm .repeatRow .qSection a.add {
    background-position: -29px 0;
}

#addItemForm .repeatRow .qSection input {
    float: left;
    width: 61px;
    background: url(https://www.sinimanes.com/Static/Image/qSection_input_bg.png) no-repeat;
    border: 0;
    margin: 0 0 0 6px;
    padding: 9px 0;
    font-size: 22px;
    font-weight: bold;
    color: #3e3e3e;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

#addItemForm p.label {
    float: left;
    font-size: 16px;
    color: #818181;
    line-height: 25px;
    padding: 0 9px 0 5px;
    background: #eaeaea;
    max-width: 300px;
    /* width: 290px; */
}

#addItemForm .repeatRow p.label {
    line-height: 40px;
    width: auto;
    max-width: 615px;
}

#addItemForm .repeatRow p.label span {
    font-style: italic;
    display: inline-block;
}

#addItemForm p.price {
    float: right;
    font-size: 22px;
    font-weight: bold;
    color: #3a3a3a;
    background: #eaeaea;
    padding-left: 12px;
    line-height: 25px;
}

#addItemForm .jqTransformCheckboxWrapper {
    float: left;
}

#addItemForm .jqTransformCheckboxWrapper a {
    float: left;
    width: 24px;
    height: 22px;
    background: url(https://www.sinimanes.com/Static/Icon/dialog_cbx.png) no-repeat;
}

#addItemForm .jqTransformCheckboxWrapper a.jqTransformChecked {
    background-position: 0 -22px;
}

#addItemForm .textarea_bg {
    float: left;
    width: 420px;
    height: 120px;
    background: url(https://www.sinimanes.com/Static/Image/dialog_textarea.png) no-repeat;
    margin: 2px 0 0;
}

#addItemForm .textarea_bg.focus {
    background-position: left bottom;
}

#addItemForm textarea#details {
    float: left;
    border: 0;
    padding: 10px;
    width: 400px;
    height: 100px;
    font: 22px/24px Arial, Helvetica, sans-serif;
    color: #3a3a3a;
    resize: none;
    background: none;
}

#addItemForm .submitRow {
    float: left;
    width: 100%;
    /* padding: 25px 0 0; */
}

#addItemForm .submitRow .quantity {
    float: right;
    width: 200px;
    height: 50px;
}

#addItemForm .submitRow .quantity input {
    float: left;
    border: 0;
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #3e3e3e;
    width: 101px;
    height: 22px;
    padding: 14px 0;
    text-align: center;
    background: url(https://www.sinimanes.com/Static/Image/dialog_q.png) no-repeat;
}

#addItemForm .submitRow .quantity input.focus {
    background-position: 0 -50px;
}

#addItemForm .submitRow .quantity h5 {
    line-height: 50px;
    font-weight: bold;
    padding: 0 5px 0 0;
}

#addItemForm .submitRow button {
    float: right;
    /* margin: 22px 0 0; */
    width: 225px;
    height: 52px;
    /* background: url(https://www.sinimanes.com/Static/Image/dialog_agregar.png) no-repeat; */
    border: 0;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
}

#addItemForm .submitRow button.over {
    background-position: 0 -52px;
}

#addItemForm #errorMessagesContainer {
    float: left;
    padding: 5px 0 0;
    width: 400px;
}

#addItemForm #errorMessagesContainer ul {
    float: left;
    width: 100%;
}

#addItemForm #errorMessagesContainer ul li {
    float: left;
    padding: 0 0 5px 20px;
    font-size: 16px;
    line-height: 16px;
    background: url(https://www.sinimanes.com/Static/Icon/error-icon.png) 0 2px no-repeat;
    color: #a01313;
    font-style: italic;
}

/***** Facebook Errors ********/
ul#facebookErrorList {
    color: rgb(160, 19, 19);
    background: url("https://www.sinimanes.com/Static/Icon/error-icon.png") no-repeat scroll 7px 25px transparent;
    font-size: 21px;
    font-style: italic;
    line-height: 16px;
    padding: 25px 20px
}

/**** Facebook Loading *******/

#fbPreloader, #fbErrorPreloader {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

#fbErrorPreloader {
    color: red;
}

#fbPreloader p {
    font-size: 14px;
}

/***** Agregado Mayo 2011 *****/

#addItemForm fieldset#field_seleccion {
    float: left;
    width: 420px;
}

#addItemForm fieldset#field_instr {
    float: right;
    width: 420px;
    padding: 6px 0 0;
}

#addItemForm fieldset#field_instr h5 {
    font-weight: bold;
    line-height: 20px;
}

#addItemForm #other_options {
    float: left;
    width: 100%;
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 20px 0 0;
}

#addItemForm #other_options_cont {
    float: left;
    width: 882px;
    margin: 0 0 0 -54px;
}

#addItemForm #other_options_cont .formRow {
    margin-left: 0;
}

#addItemForm #other_options_cont .title {
    background: url(https://www.sinimanes.com/Static/Image/dialog_sub_divider.png) left bottom no-repeat;
    margin-left: 54px;
    width: 828px;
}

#addItemForm #other_options_cont .radioRow,
#addItemForm #other_options_cont .cbxRow {
    float: left;
    width: 360px;
    margin-left: 54px;
    /*position: static;*/
    position: relative; /* Ticket #989 */
}

#addItemForm #other_options_cont .radioRow p.label,
#addItemForm #other_options_cont .cbxRow p.label {
    max-width: 231px;
}

#addItemForm #other_options_cont .radioRow p.price,
#addItemForm #other_options_cont .cbxRow p.price {
    max-width: 78px;
}

#OrderCtlmainAct .ui-dialog {
    background: none;
    border: 0;
}

#OrderCtlmainAct .ui-dialog .ui-dialog-titlebar-close {
    right: 14px !important;
    top: 13px !important;
}

#addItemForm .top_rounded {
    float: left;
    width: 860px;
    height: 33px;
    padding: 0 28px;
    background: url(https://www.sinimanes.com/Static/Image/dialog_bg_top_rounded.png) no-repeat;
}

#addItemForm .top_bg {
    float: left;
    width: 860px;
    padding: 0 28px 13px;
    background: url(https://www.sinimanes.com/Static/Image/dialog_bg_top.png) repeat-y;
}

#addItemForm .bottom_bg {
    float: left;
    width: 860px;
    padding: 15px 28px 24px;
    background: url(https://www.sinimanes.com/Static/Image/dialog_bg_bottom.png) no-repeat;
}

/***** Link para centrar luego de la orden *****/

#goToMain {
    display: none;
}

/***************************************************************************************************/
/* Carrito */
/***************************************************************************************************/

#shoppingCartContainer {
    display: none;
    float: left;
    position: relative;
    width: 278px;
    height: 495px;
    /* background: url(https://www.sinimanes.com/Static/Image/carrito_block_bg.png) no-repeat; */
}

#cart_block_header {
    float: left;
    width: 100%;
    height: 25px;
}

#cart_block_header a.cancelar {
    float: right;
    color: #2c698f;
    font-size: 13px;
    line-height: 13px;
    background: url(https://www.sinimanes.com/Static/Icon/cart_block_close.png) no-repeat;
    padding-left: 20px;
    height: 17px;
    text-decoration: none;
    margin: 5px 0 0;
}

#sidebar .scrollpane {
    float: left;
    /* height: 350px; */
    height: 280px; /* Modificado para netbooks */
    width: 282px;
    margin: 3px 0 0 -1px;
}

#sidebar .jspContainer {
    overflow: hidden;
    position: relative;
}

#sidebar .jspPane {
    position: absolute;
    z-index: 1;
    margin-left: 0 !important;
    background: url(https://www.sinimanes.com/Static/Image/carrito_bg.jpg) 3px 0 no-repeat;
    width: 280px !important;
}

#sidebar .jspVerticalBar {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    position: relative;
    width: 1px;
}

#sidebar .jspVerticalBar * {
    margin: 0;
    padding: 0;
}

#sidebar .jspCap {
    display: none;
}

#sidebar .jspTrack {
    background: none;
    position: relative;
}

#sidebar .jspDrag {
    background: none;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

#sidebar .jspArrow {
    width: 282px;
    height: 30px;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

#sidebar .jspArrowUp {
    background: url(../Image/carrito_up.png) no-repeat;
}

#sidebar .jspArrowDown {
    background: url(../Image/carrito_down.png) no-repeat;
}

#sidebar .jspArrow.jspDisabled {
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE 5-7 */
    -moz-opacity: 0.5; /* Netscape */
    -khtml-opacity: 0.5; /* Safari 1.x */
    opacity: 0.5; /* Good browsers */
}

#sidebar .jspVerticalBar .jspArrow {
    height: 30px;
}

#sidebar .jspVerticalBar .jspArrow:focus {
    outline: none;
}

#sidebar .jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

#itemsListContainer {
    float: left;
    width: 279px;
    min-height: 219px;
    padding: 30px 0 32px;
    margin: 0 0 0 3px;
}

#itemsListContainer li {
    float: left;
    background: #2b6c91;
    width: 263px;
    padding: 4px 7px;
    margin: 2px 0 0;
}

#itemsListContainer li.shoppingCartItemAlternative {
    background: #08476e;
}

#itemsListContainer li p {
    float: left;
    width: 100%;
    color: #fff;
    line-height: 24px;
    /* height: 24px; */
}

#itemsListContainer li p.shoppingCartItem_description span.title {
    float: left;
    font-weight: bold;
    font-style: italic;
    width: 200px;
}

#itemsListContainer li p.shoppingCartItem_description span.price {
    float: right;
    font-size: 14px;
}

#itemsListContainer li p.shoppingCartItem_quantity span {
    float: left;
}

#itemsListContainer li p.shoppingCartItem_quantity span.modif {
    padding: 3px 0 0 3px;
}

#itemsListContainer li p.shoppingCartItem_quantity span.modif a {
    float: left;
    background: url(https://www.sinimanes.com/Static/Icon/carrito_modif.png) no-repeat;
    width: 20px;
    height: 21px;
    text-indent: -9999px;
    cursor: pointer;
}

#itemsListContainer li p.shoppingCartItem_quantity span.modif a.add {
    background-position: -20px 0;
}

#itemsListContainer li p.shoppingCartItem_quantity span.shoppingCartItem_price {
    float: right;
    font-size: 16px;
    font-weight: bold;
}

#itemsListContainer li p.shoppingCartItem_quantity .shoppingCartItem_actions a {
    float: left;
    line-height: 24px;
    color: #ffdf7f;
    font-style: italic;
    margin: 0 13px 0 0;
    cursor: pointer;
    text-decoration: underline;
}

#itemsListContainer li p.shoppingCartItem_quantity .shoppingCartItem_actions a:hover {
    text-decoration: none;
}

#totalContainer {
    float: left;
    width: 280px;
    /* height: 95px; */
    margin: 4px 0 0;
    background: url(https://www.sinimanes.com/Static/Image/carrito_total_bg.png) no-repeat;
    padding: 7px 0 0;
}

#totalContainer p.subtotal, #totalContainer p.costoenvio, #totalContainer p.shoppingCartDiscount_description {
    line-height: 22px;
    padding: 0 11px 0 158px;
    font-size: 20px;
    font-weight: bold;
    color: #fc8a1e;
}

#totalContainer p.total {
    line-height: 32px;
    padding: 6px 11px 20px 158px;
    font-size: 26px;
    font-weight: bold;
    color: #3a3a3a;
    letter-spacing: -1px;
}

/* #shoppingCartContainer #totalContainer p.subtotal { background: url(../Image/carrito_total_text.png) 0 -7px no-repeat; }
#shoppingCartContainer #totalContainer p.shoppingCartDiscount_description { background: url(../Image/carrito_total_text.png) 0 -29px no-repeat; }
#shoppingCartContainer #totalContainer p.costoenvio { background: url(../Image/carrito_total_text.png) 0 -51px no-repeat; }
#shoppingCartContainer #totalContainer p.total { background: url(../Image/carrito_total_text.png) left bottom no-repeat; } */

#placeOrder {
    float: left;
    width: 280px;
    height: 42px;
    /* background: url(https://www.sinimanes.com/Static/Image/carrito_finalizar.png) no-repeat; */
    text-indent: -9999px;
    margin: 9px 0 0;
    cursor: pointer;
}

#placeOrder:hover {
    background-position: 0 -42px;
}

#checkoutValidationErrors {
    float: left;
    padding: 0 0 0 67px;
    width: 191px;
    background: url(https://www.sinimanes.com/Static/Image/carrito_error.png) 0 10px no-repeat;
}

#checkoutValidationErrors li {
    float: left;
    margin: 10px 0 0;
    padding: 5px 10px;
    width: 171px;
    background: #ffeaac;
    font-size: 14px;
    line-height: 18px;
    color: #3a3a3a;
    font-style: italic;
    min-height: 43px;
}

#checkoutValidationErrors li span {
    font-weight: bold;
    color: #fc8a1e;
}

#deliveryCostContainer {
    float: left;
    width: 240px;
    margin: 18px 0 0 -1px;
    background: #f5e1a6 url(https://www.sinimanes.com/Static/Image/deliveryCostContainer_bg.png) no-repeat;
    border: 1px solid #caae5b;
    padding: 15px 20px;
}

#deliveryCostContainer p {
    color: #ff891c;
    font-size: 14px;
    line-height: 26px;
}

#deliveryCostContainer p.title {
    font-weight: bold;
    font-size: 16px;
    padding-left: 40px;
}

#deliveryCostContainer p.discl {
    font-size: 12px;
    line-height: 14px;
    padding: 15px 0 0;
    font-style: italic;
}

/***************************************************************************************************/
/* Checkout */
/***************************************************************************************************/

#OrderCtlconfirmAct #main .wrapper, #OrderCtlplaceOrderAct #main .wrapper {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_ld.png) -690px top repeat-y;
    padding: 11px 0 29px;
}

#OrderCtlconfirmAct #main_content, #OrderCtlplaceOrderAct #main_content {
    float: right;
    width: 563px;
    padding: 16px 0 0 27px;
}

#OrderCtlconfirmAct #sidebar, #OrderCtlplaceOrderAct #sidebar {
    float: left;
    width: 310px;
}

h2#datosTitle {
    float: left;
    width: 100%;
    /* background: url(https://www.sinimanes.com/Static/Image/h2_datos.png) no-repeat; */
    text-indent: -9999px;
    height: 44px;
    margin: 7px 0 19px;
}

#orderPlacementForm {
    float: left;
    position: relative;
    width: 566px;
    padding: 0 0 17px;
}

#orderPlacementForm fieldset {
    float: left;
    width: 562px;
    padding: 5px 0 0 4px;
}

#orderPlacementForm .formRow {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 0 12px;
}

#orderPlacementForm .smallRow {
    float: left;
    display: inline;
    position: relative;
    width: 50%;
    padding: 0 0 12px;
}

#orderPlacementForm span.tooltipable {
    position: absolute;
    background: url(https://www.sinimanes.com/Static/Image/login_email_small.png) no-repeat;
    width: 36px;
    height: 38px;
    text-indent: -9999px;
    right: 10px;
    top: 31px;
}

#orderPlacementForm .tooltip {
    width: 200px;
    height: 63px;
    left: 265px !important;
    top: 20px !important;
    padding: 10px 30px 0 14px;
    background: url(https://www.sinimanes.com/Static/Image/login_tooltip_inv.png) no-repeat;
}

#orderPlacementForm .item .tooltip {
    left: -100px !important;
}

#orderPlacementForm .tooltip p {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
}

#orderPlacementForm .formRow label {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding: 0 0 4px;
}

#orderPlacementForm .formRow input.inputText {
    float: left;
    width: 512px;
    height: 26px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_input_bg_2.png) no-repeat;
    border: 0;
    margin: 0;
    padding: 8px 25px;
    font-size: 22px;
    line-height: 24px;
    color: #3e3e3e;
}

#orderPlacementForm .formRow input#captcha {
    width: 190px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_input_captcha_bg.png) no-repeat;
    margin: 10px 250px 0 0;
    float: left;
}

#orderPlacementForm .formRow input.inputText.focus, #orderPlacementForm .formRow input#captcha.focus {
    background-position: 0 -42px;
}

#orderPlacementForm .formRow input.inputText.invalidField, #orderPlacementForm .formRow input#captcha.invalidField {
    background-position: 0 -83px;
}

#orderPlacementForm .formRow input#phone.invalidField {
    background-position: 0 -126px;
}

#orderPlacementForm .formRow input#floor.invalidField {
    background-position: 0 -126px;
}

#orderPlacementForm .itemsRow {
    float: left;
    width: 574px;
    margin: 0 0 0 -12px;
}

#orderPlacementForm .itemsRow .item {
    float: left;
    position: relative;
    width: 179px;
    padding: 0 0 0 12px;
}

#orderPlacementForm .formRow .item input.inputText {
    width: 129px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_input_small_bg_2.png) no-repeat;
}

#orderPlacementForm .formRow .item input.invalidField {
    background-position: 0 -83px;
}

#orderPlacementForm .formRow select {
    width: 179px;
}

#orderPlacementForm .formRow .jqTransformSelectWrapper {
    float: left;
    position: relative;
}

#orderPlacementForm .formRow .jqTransformSelectWrapper div {
    height: 43px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_input_small_bg_2.png) no-repeat;
    overflow: hidden;
}

#orderPlacementForm .formRow .jqTransformSelectWrapper div span {
    font-size: 16px;
    line-height: 44px;
    color: #3e3e3e;
    text-indent: 10px;
    display: block;
    width: 179px;
}

#orderPlacementForm .formRow .jqTransformSelectWrapper div a {
    position: absolute;
    right: 0;
    top: 1px;
    height: 50px;
    width: 48px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_select_arrow.png) no-repeat;
}

#orderPlacementForm .formRow #addressCityIdContainer .jqTransformSelectWrapper div a {
    position: absolute;
    right: 0;
    top: 1px;
    height: 41px;
    width: 39px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_select_arrow_small.png) no-repeat;
}

#orderPlacementForm .formRow #addressAreaIdContainer .jqTransformSelectWrapper div a {
    position: absolute;
    right: 0;
    top: 1px;
    height: 41px;
    width: 39px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_select_arrow_small.png) no-repeat;
}

#orderPlacementForm .formRow #deferredOrderTimeContainer .jqTransformSelectWrapper div a {
    position: absolute;
    right: 0;
    top: 1px;
    height: 41px;
    width: 39px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_select_arrow_small.png) no-repeat;
}

#orderPlacementForm .formRow .jqTransformSelectWrapper div span{
    line-height: 35px;
}

#orderPlacementForm .formRow .jqTransformSelectWrapper ul {
    border: 1px solid #06324e;
    position: absolute;
    top: 43px;
    height: 400px;
    overflow-y: auto;
    left: 0;
}

#orderPlacementForm .formRow .jqTransformSelectWrapper ul li,
#orderPlacementForm .formRow .jqTransformSelectWrapper ul li a {
    font-size: 11px;
    line-height: 18px;
}

#orderPlacementForm .formRow #deferredOrder #deferredOrderDayContainer,
#orderPlacementForm .formRow #deferredOrder #deferredOrderTimeContainer {
    float: left;
    padding: 0 20px 0 0;
    width: 200px;
}

#orderPlacementForm .formRow #deferredOrder #deferredOrderDayContainer label,
#orderPlacementForm .formRow #deferredOrder #deferredOrderTimeContainer label {
    width: 200px;
}

#orderPlacementForm .formRow textarea {
    float: left;
    width: 512px;
    height: 76px;
    border: 0;
    margin: 0;
    padding: 13px 25px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_textarea_3.png) no-repeat;
    font-size: 22px;
    line-height: 24px;
    color: #3e3e3e;
    resize: none;
}

#orderPlacementForm .formRow input.checkbox {
    float: left;
    width: 13px;
    height: 13px;
    margin: 0 5px 0 0;
}

#orderPlacementForm .formRow label.checkboxLabel {
    float: left;
    width: auto;
    font-size: 12px;
    line-height: 13px;
    color: #3a3a3a;
}

#orderPlacementForm .formRow label.checkboxLabel a {
    color: #084a72;
    line-height: 13px;
}

#orderPlacementForm .formRow label.checkboxLabel a:hover {
    background: #084a72;
    text-decoration: none;
    color: #fff;
}

#orderPlacementForm .newsRow {
    margin: -10px 0 0;
}

#orderPlacementForm .newsRow label {
    font-size: 14px;
    color: #3a3a3a;
}

#orderPlacementForm .newsRow .jqTransformCheckboxWrapper {
    float: left;
    margin: 0 10px 0 0;
}

#orderPlacementForm .newsRow .jqTransformCheckboxWrapper a {
    float: left;
    width: 24px;
    height: 22px;
    background: url(https://www.sinimanes.com/Static/Icon/dialog_cbx.png) no-repeat;
}

#orderPlacementForm .newsRow .jqTransformCheckboxWrapper a.jqTransformChecked {
    background-position: 0 -22px;
}

#orderPlacementForm .submitRow {
    float: left;
    width: 100%;
}

#orderPlacementForm p.required_legend {
    font-size: 18px;
    color: #3a3a3a;
    line-height: 50px;
    font-style: italic;
    position: absolute;
    top: 0;
    right: 0;
}

#orderPlacementForm .submitRow input.submitButton {
    float: right;
    width: 225px;
    height: 52px;
    border: 0;
    margin: 0;
    padding: 0;
    /* background: url(https://www.sinimanes.com/Static/Image/checkout_submit.png) no-repeat; */
    text-indent: -9999px;
    overflow: hidden;
    line-height: 900px;
    cursor: pointer;
}

#orderPlacementForm .submitRow input.over {
    background-position: 0 -52px;
}

#OrderCtlconfirmAct {
}

#OrderCtlplaceOrderAct {
}

#OrderCtlconfirmAct #orderDetails, #OrderCtlplaceOrderAct #orderDetails {
    float: left;
    width: 278px;
    margin: 18px 0 0;
    /* background: url(https://www.sinimanes.com/Static/Image/carrito_block_bg.png) no-repeat; */
}

#OrderCtlconfirmAct #orderDetailsItem, #OrderCtlplaceOrderAct #orderDetailsItem {
    float: left;
    background: none;
}

#OrderCtlconfirmAct #orderDetailsItem li, #OrderCtlplaceOrderAct #orderDetailsItem li {
    float: left;
    background: #2b6c91;
    width: 264px;
    padding: 4px 7px;
    margin: 2px 0 0;
}

#OrderCtlconfirmAct #orderDetailsItem li.shoppingCartItemAlternative, #OrderCtlplaceOrderAct #orderDetailsItem li.shoppingCartItemAlternative {
    background: #08476e;
}

#OrderCtlconfirmAct #orderDetailsItem li p, #OrderCtlplaceOrderAct #orderDetailsItem li p {
    color: #fff;
    line-height: 24px;
    /* height: 24px; */
}

#OrderCtlconfirmAct #orderDetailsItem li p.title, #OrderCtlplaceOrderAct #orderDetailsItem li p.title {
    float: left;
    font-weight: bold;
    font-style: italic;
    width: 200px;
}

#OrderCtlconfirmAct #orderDetailsItem li p.price, #OrderCtlplaceOrderAct #orderDetailsItem li p.price {
    float: right;
    font-size: 16px;
    font-weight: bold;
}

#OrderCtlconfirmAct #orderDetailsItem li p.details {
    clear: both;
}

#OrderCtlconfirmAct #orderDetailsItem li p.ind_qty {
    clear: both;
}

#OrderCtlconfirmAct #orderDetailsItem li p.ind_qty .ind, #OrderCtlplaceOrderAct #orderDetailsItem li p.ind_qty .ind {
    font-size: 14px;
}

/* #OrderCtlconfirmAct #orderDetailsTotal, #OrderCtlplaceOrderAct #orderDetailsTotal {
  float: left;
  width: 279px;
  height: 95px;
  margin: 4px 0 0; 
  padding: 6px 0 0; 
  background: url(https://www.sinimanes.com/Static/Image/carrito_total_bg.png) no-repeat;
} */
#OrderCtlconfirmAct #orderDetailsTotal, #OrderCtlplaceOrderAct #orderDetailsTotal {
    float: left;
    width: 280px;
    margin: 4px 0 0;
    padding: 25px 0 0;
    background: url(https://www.sinimanes.com/Static/Image/carrito_total_bg.png) no-repeat;
    position: relative;
}

/*#OrderCtlconfirmAct #orderDetailsTotal p.subtotal,
#OrderCtlconfirmAct #orderDetailsTotal p.costoenvio,
#OrderCtlplaceOrderAct #orderDetailsTotal p.subtotal,
#OrderCtlplaceOrderAct #orderDetailsTotal p.costoenvio {
  line-height: 22px;
  padding: 0 11px 0 110px;
  font-size: 20px;
  font-weight: bold;  
  color: #fc8a1e;    
}*/
#OrderCtlconfirmAct #orderDetailsTotal p.subtotal,
#OrderCtlconfirmAct #orderDetailsTotal p.costoenvio,
#OrderCtlconfirmAct #orderDetailsTotal p.descuento,
#OrderCtlplaceOrderAct #orderDetailsTotal p.subtotal,
#OrderCtlplaceOrderAct #orderDetailsTotal p.costoenvio,
#OrderCtlplaceOrderAct #orderDetailsTotal p.descuento {
    line-height: 22px;
    padding: 0 11px 0 158px;
    font-size: 20px;
    font-weight: bold;
    color: #fc8a1e;
    text-align: left;
}

/* #OrderCtlconfirmAct #orderDetailsTotal p.total,
#OrderCtlplaceOrderAct #orderDetailsTotal p.total {
  line-height: 32px;
  padding: 6px 11px 0 200px;
  font-size: 26px;
  font-weight: bold;  
  color: #000;
  letter-spacing: -1px;      
} */

#OrderCtlconfirmAct #orderDetailsTotal p.total,
#OrderCtlplaceOrderAct #orderDetailsTotal p.total {
    line-height: 32px;
    padding: 6px 11px 20px 158px;
    font-size: 26px;
    font-weight: bold;
    color: #3a3a3a;
    letter-spacing: -1px;
    text-align: left;
}

/* #OrderCtlconfirmAct #orderDetailsTotal p.subtotal { background: url(../Image/carrito_total_text.png) 0 -7px no-repeat; }
#OrderCtlconfirmAct #orderDetailsTotal p.descuento { background: url(../Image/carrito_total_text.png) 0 -29px no-repeat; }
#OrderCtlconfirmAct #orderDetailsTotal p.costoenvio { background: url(../Image/carrito_total_text.png) 0 -51px no-repeat; }
#OrderCtlconfirmAct #orderDetailsTotal p.total { background: url(../Image/carrito_total_text.png) left bottom no-repeat; } */

#OrderCtlconfirmAct #orderDetailsTotal a.edit, #OrderCtlplaceOrderAct #orderDetailsTotal a.edit {
    position: absolute;
    font-style: italic;
    color: #2b6d92;
    line-height: 14px;
    margin: 3px 0 0 10px;
    padding: 0 2px;
    top: 0;
    left: 0;
}

#OrderCtlconfirmAct #orderDetailsTotal a.edit:hover, #OrderCtlplaceOrderAct #orderDetailsTotal a.edit:hover {
    background: #2b6d92;
    color: #fff;
    text-decoration: none;
}

/*#OrderCtlconfirmAct #orderDetailsTotal p, #OrderCtlplaceOrderAct #orderDetailsTotal p {
  float: right;
}*/
#placeOrder {
    float: left;
    width: 280px;
    height: 42px;
    background: url(https://www.sinimanes.com/Static/Image/carrito_finalizar.png) no-repeat;
    text-indent: -9999px;
    margin: 9px 0 0;
    cursor: pointer;
}

#placeOrder:hover {
    background-position: 0 -42px;
}

#placeOrder.disablePlaceOrder {
    opacity: .40;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
    -khtml-opacity: .40;
    -moz-opacity: .40;
}

#checkoutValidationErrors {
    font-size: 0;
    float: left;
    padding: 0 0 0 67px;
    width: 191px;
    background: url(https://www.sinimanes.com/Static/Image/carrito_error.png) 0 10px no-repeat;
}

#checkoutValidationErrors li {
    float: left;
    margin: 10px 0 0;
    padding: 5px 10px;
    width: 171px;
    background: #ffeaac;
    font-size: 14px;
    line-height: 18px;
    color: #3a3a3a;
    font-style: italic;
    min-height: 43px;
}

#checkoutValidationErrors li span {
    font-weight: bold;
    color: #fc8a1e;
}

#orderPlacementForm #messageContainer {
    float: left;
    width: 100%;
    position: static;
}

#orderPlacementForm #messageContainer #errorMessage {
    border: 0;
    background: none;
    padding: 0;
    width: auto;
}

#orderPlacementForm #messageContainer #errorMessage a.close {
    display: none;
}

#orderPlacementForm #messageContainer ul {
    float: left;
    width: 100%;
    padding: 20px 0;
}

#orderPlacementForm #messageContainer ul li {
    display: block;
    padding: 0 0 10px 20px;
    background: url(https://www.sinimanes.com/Static/Icon/error-icon.png) 0 3px no-repeat;
    font-size: 16px;
    line-height: 16px;
    color: #a01313;
    font-style: italic;
}

/***************************************************************************************************/
/* Confirmacion */
/***************************************************************************************************/

#OrderCtlshowPlacedOrderAct #main {
    background: url(https://www.sinimanes.com/Static/Image/confirm_bg.png) repeat;
}

#OrderCtlshowPlacedOrderAct #main .wrapper {
    background: none;
    padding: 11px 0 29px;
}

#OrderCtlshowPlacedOrderAct #main_content {
    float: right;
    width: 563px;
    padding: 16px 0 0 27px;
}

#OrderCtlshowPlacedOrderAct #delivery_search {
    padding-bottom: 30px;
}

#OrderCtlshowPlacedOrderAct #pasos {
    display: none;
}

#OrderCtlshowPlacedOrderAct #headerTab {
    display: none;
}

#confirm {
    float: left;
    position: relative;
    width: 100%;
    padding: 14px 0 0;
}

#confirmHeader {
    float: left;
    width: 100%;
    height: 36px;
    padding: 18px 0 0;
    /* background: url(https://www.sinimanes.com/Static/Image/confirm_h2.png) no-repeat; */
}

#confirmHeader p {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-align: right;
}

#confirmHeaderReportMode {
    float: left;
    width: 100%;
    height: 36px;
    padding: 18px 0 0;
}

#confirmHeaderReportMode p {
    float: left;
    width: 100%;
    height: 36px;
    padding: 0;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

#confirm p.disc {
    /* float: left; */
    color: #3a3a3a;
    font-size: 17px;
    line-height: 25px;
    padding: 0 8px;
    background: #ffeaac;
    margin: 11px 0 0;
}

#confirmUser {
    float: left;
    width: 438px;
    margin: 15px 0 0 -1px;
}

#confirmUser_top {
    float: left;
    width: 368px;
    padding: 25px 35px;
    background: url(https://www.sinimanes.com/Static/Image/confirmUser_top.jpg) no-repeat;
}

#confirmUser_bot {
    float: left;
    width: 438px;
    height: 7px;
    background: url(https://www.sinimanes.com/Static/Image/confirmUser_bot.png) no-repeat;
}

#confirmUser p {
    font-size: 14px;
    line-height: 22px;
    color: #292929;
    font-weight: bold;
}

#confirmUser p span {
    font-weight: normal;
    color: #08476f;
}

#confirmUser p.def {
    line-height: 25px;
    font-weight: normal;
    background: #ffeaac;
    padding: 0 5px;
    margin: 0 0 0 -5px;
}

#confirmUser p.def span {
    font-weight: bold;
    color: #fc8a1e;
}

#confirmRest {
    float: right;
    width: 438px;
    margin: 15px -1px 0 0;
}

#confirmRest_top {
    float: left;
    width: 396px;
    padding: 16px 21px 12px;
    background: url(https://www.sinimanes.com/Static/Image/confirmUser_top.png) no-repeat;
}

#confirmRest_bot {
    float: left;
    width: 438px;
    height: 7px;
    background: url(https://www.sinimanes.com/Static/Image/confirmUser_bot.png) no-repeat;
}

#confirmRest .logo {
    float: left;
    border: 1px solid #2b6c91;
    margin: 5px 0 0;
}

#confirmRest_details {
    float: right;
    width: 263px;
}

#confirmRest_details h3 {
    font-size: 30px;
    color: #2b6d94;
    line-height: 30px;
    padding: 0 0 7px;
}

#confirmRest_details p {
    line-height: 16px;
    color: #3a3a3a;
}

#confirmRest_details p.direccion {
    font-size: 14px;
    font-weight: bold;
}

#confirmRest_details p.telefono {
    float: left;
    padding: 0 5px;
    /* height: 25px; */
    font-size: 14px;
    line-height: 25px;
    background: #ffeaac;
    margin: 12px 0 0;
}

#confirmRest_details p.telefono strong {
    font-size: 18px;
    color: #fc8a1e;
    font-weight: bold;
}

#orderDetails {
    float: left;
    width: 100%;
    margin: 24px 0 0;
}

/* #orderDetails .orderDetailsItem {
  float: left;
  
  width: 100%;
  margin: 2px 0 0; 
} */
#orderDetails .orderDetailsItems table {
    float: left;
    width: 100%;
}

#orderDetails .orderDetailsItems table th {
    font-size: 18px;
    line-height: 24px;
    color: #2b6d94;
    vertical-align: middle;
    width: 120px;
    padding: 0 10px;
}

#orderDetails .orderDetailsItems table th.prod {
    text-align: left;
    padding: 0 10px;
    width: 460px;
    font-weight: bold;
}

#orderDetails .orderDetailsItems table td {
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    vertical-align: middle;
    padding: 0 10px;
    background: url(https://www.sinimanes.com/Static/Image/orderDetailsItem_bg.png);
    text-align: center;
    width: 120px;
}

#orderDetails .orderDetailsItems table td.prod {
    padding: 0 10px;
    text-align: left;
    width: 460px;
}

#orderDetails .orderDetailsItems table td.preFin {
    font-size: 18px;
    color: #08466e;
}

#orderDetails .orderDetailsItems table td.addProd {
    text-align: left;
    line-height: 24px;
}

#orderDetails .orderDetailsItems table td.add {
    line-height: 24px;
    font-style: italic;
}

#orderDetails .orderDetailsItems table td.comentarios {
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
    text-align: left;
    padding: 15px 10px 10px;
}

#orderDetails .orderDetailsItems table td.totalProd {
    text-align: right;
    border-bottom: 2px solid #acb5bb;
    padding: 0 25px;
    font-weight: bold;
    font-size: 17px;
}

#orderDetails .orderDetailsItems table td.totalProd span {
    color: #08466e;
    font-size: 22px;
}

#orderDetailsTotal {
    float: left;
    width: 875px;
    padding-right: 25px;
    margin: 14px 0 0;
}

#orderDetailsTotal p {
    text-align: right;
    color: #3a3a3a;
    font-size: 17px;
    line-height: 28px;
}

#orderDetailsTotal p span {
    color: #08466e;
}

#orderDetailsTotal p.total {
    font-size: 26px;
    font-weight: bold;
}

#orderDetailsExtra {
    float: left;
    width: 875px;
    padding-right: 25px;
    margin: 25px 0 0;
}

#orderDetailsExtra p {
    text-align: right;
    color: #3a3a3a;
}

#orderDetailsExtra p.vuelto {
    font-size: 22px;
    padding: 0 0 15px;
}

#confirm a#backHome {
    float: right;
    height: 52px;
    width: 322px;
    text-indent: -9999px;
    margin: 50px 0 0;
}

#confirm a#backHome:hover {
    background-position: 0 -52px;
}

/***************************************************************************************************/
/* Repetir Orden */
/***************************************************************************************************/

#OrderCtlrepeatOrderAct #main .wrapper {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_ld.png) -690px top repeat-y;
    padding: 11px 0 29px;
}

#OrderCtlrepeatOrderAct #main_content {
    float: right;
    width: 563px;
    padding: 16px 0 0 27px;
}

#OrderCtlrepeatOrderAct #sidebar {
    float: left;
    width: 310px;
}

p#restaurantDoesNotDeliverToAddress, p#restaurantBranchDoesDeliverToAddress {
    float: left;
    font-size: 18px;
    line-height: 23px;
    font-style: italic;
    color: #3a3a3a;
    line-height: 23px;
    padding: 0 5px;
    background: #ffeaac;
}

/***************************************************************************************************/
/* Coming Soon */
/***************************************************************************************************/

#coming-soon-overlay {
    /* display: none; */
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    background: url(https://www.sinimanes.com/Static/Image/dialog_bg.png);
}

#coming-soon-overlay div {
    position: absolute;
    z-index: 10001;
    width: 816px;
    height: 411px;
    background: url(https://www.sinimanes.com/Static/Image/coming-soon.png) no-repeat;
    top: 60px;
    left: 50%;
    margin-left: -408px;
}

#coming-soon-overlay a {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    text-indent: -9999px;
}

/***************************************************************************************************/
/* Estilos Cuenta de Usuario */
/***************************************************************************************************/

/***** Editar Perfil *****/

#ClientProfileCtlmainAct #pasos {
    display: none;
}

#ClientProfileCtlmainAct #headerTab {
    display: none;
}

#ClientProfileCtlmainAct #delivery_search {
    padding-bottom: 30px;
}

#ClientProfileCtlmainAct {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_ld.png) top repeat-y;
}

#ClientProfileCtlmainAct #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_ld.png) -695px top repeat-y;
    float: none;
    width: 900px;
    margin: 0 auto;
}

/**/
#ClientProfileCtlmainAct #sidebar {
    float: left;
    width: 310px;
    padding: 30px 0 40px;
}

#ClientProfileCtlmainAct #main_content {
    float: right;
    width: 567px;
    padding: 30px 0 0 23px;
}

/**/

#addressList {
}

#addressList .addressListTitle {
    width: 100%;
    height: 48px;
    margin: 0 0 12px 0;
}

#addAddress {
    float: right;
    margin: 3px 9px 0 0;
    text-indent: -9999px;
}

#addAddress:hover {
    background-position: 0px -31px;
}

#addressList .rowAddress {
    float: left;
    width: 100%;
    min-height: 165px;
}

#addressList .rowAddress .wrpAddressObject {
    float: left;
    width: 279px;
    min-height: 165px;
}

#addressList .addressObject {
    float: left;
    padding: 13px 15px;
    width: 249px;
    min-height: 137px;
    position: relative;
    cursor: pointer;
}

#addressList .addressObject.even {
    float: right;
}

#addressList .addressObject h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #2b6d92;
    background: url("/Static/Image/lista_result_divider.png") no-repeat 3px bottom;
    margin: 0 0 13px 0;
}

#addressList .addressObject a.editAddress {
    font-size: 14px;
    line-height: 16px;
    color: #2b6d92;
    display: none;
    padding: 6px 0 0 0;
}

#addressList .addressObject a.doOrder {
    position: absolute;
    bottom: 14px;
    right: 13px;
    display: none;
    text-indent: -9999px;
    width: 123px;
    height: 31px;
    cursor: pointer;
}

#addressList .addressObject a.addressDelete {
    position: absolute;
    top: 8px;
    right: 13px;
    display: none;
    text-indent: -9999px;
    cursor: pointer;
    background: url("https://www.sinimanes.com/Static/Icon/addressDelete.png") no-repeat;
    width: 23px;
    height: 23px;
}

#addressList .addressObject a.doOrder:hover {
    background-position: 0px -31px;
}

#addressList .addressObject a.editAddress:hover {
    text-decoration: none;
}

#addressList .addressObject address {
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
}

/* Over */
#addressList .addressObject.over {
    background: url("/Static/Image/lista_result_bg.png") repeat;
    border: 1px solid #C9AC57;
}

#addressList .addressObject.over a.editAddress {
    display: block;
}

#addressList .addressObject.over a.doOrder {
    display: block;
}

#addressList .addressObject.over a.addressDelete {
    display: block;
}

#userStrip {
    float: left;
    width: 100%;
    height: 95px;
    background: url(https://www.sinimanes.com/Static/Image/userStrip_bg.png) repeat-x;
}

#userStrip .wrapper {
    position: relative;
}

#userStrip h2 {
    float: left;
    height: 95px;
    text-indent: -9999px;
}

#ClientProfileCtlmainAct #userStrip h2 {
    width: 363px; /* background: url(https://www.sinimanes.com/Static/Image/h2_user_edit_perf.png) no-repeat; */
}

#userStrip p.back {
    position: absolute;
    right: 0;
    top: -21px;
    z-index: 100;
}

#userStrip p.back, #userStrip p.back a {
    color: #08466e;
    font-size: 14px;
}

#userStrip p.back a:hover {
    background: #084a72;
    color: #fff;
    text-decoration: none;
}

#deliveryPointsBadge {
    float: right;
    height: 95px;
    background: url(https://www.sinimanes.com/Static/Image/userStrip_gift.png) right 13px no-repeat;
    padding: 0 77px 0 0;
}

#deliveryPointsBadge p {
    float: left;
    font-size: 16px;
    line-height: 23px;
    color: #3a3a3a;
    font-style: italic;
    margin: 42px 9px 0 0;
}

#deliveryPointsBadge p span {
    float: left;
    padding: 0 5px;
}

#deliveryPointsBadge p span.points {
    background: #ffeaac;
}

#deliveryPointsBadge .buttons {
    float: left;
    padding: 33px 0 0;
}

#deliveryPointsBadge .buttons a {
    float: left;
    height: 40px;
    margin: 0 0 0 5px;
    /* background: url(https://www.sinimanes.com/Static/Image/user_buttons.png) no-repeat; */
    text-indent: -9999px;
}

#deliveryPointsBadge .buttons a#linkTusCanjes {
    width: 104px;
    background-position: 0 0;
}

#deliveryPointsBadge .buttons a#linkVerPremios {
    width: 117px;
    background-position: right top;
}

#deliveryPointsBadge .buttons a#linkTusCanjes:hover {
    background-position: 0 -40px;
}

#deliveryPointsBadge .buttons a#linkVerPremios:hover {
    background-position: right -40px;
}

#ClientProfileCtlmainAct #deliveryPointsBadge .buttons {
    display: none;
}

/*#ClientProfileCtlmainAct #main { background: url(https://www.sinimanes.com/Static/Image/main_bg_light.png); padding-bottom: 120px; }*/

#ClientProfileCtlmainAct .updatePasswordDiv {
    float: left;
    /*width: 450px; */
}

#ClientProfileCtlmainAct .updatePasswordDiv form {
    float: left;
    /*width: 436px;*/
}

#clientUpdatePasswordForm {
    padding: 42px 0 0;
}

#clientUpdatePasswordForm h3 {
    float: left;
    width: 100%;
    height: 50px;
    /* background: url(https://www.sinimanes.com/Static/Image/h3_cambiar_contr.png) no-repeat; */
    text-indent: -9999px;
    padding: 0 0 10px;
}

#ClientProfileCtlmainAct .updatePasswordDiv form .formRow {
    float: left;
    width: 100%;
    padding: 0 0 14px;
}

#ClientProfileCtlmainAct .updatePasswordDiv form label {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    padding: 0 0 5px;
}

.formRow span {
    display: block;
    font-size: 22px;
    text-shadow: 0 1px 1px #FFFFFF;
    color: #555555;
    margin-top: 5px;
    margin-bottom: 10px;
}

.formRow span.tooltipable {
    margin: 0;
}

#ClientProfileCtlmainAct .updatePasswordDiv form label#reppassLabel {
    margin: 14px 0 0;
}

#ClientProfileCtlmainAct .updatePasswordDiv form input.inputText {
    float: left;
    width: 251px;
    height: 40px;
    background: url(https://www.sinimanes.com/Static/Image/tu_cuenta_input.png) no-repeat;
    border: 0;
    padding: 0px 14px;
    margin: 0;
    font: 22px/22px Arial, Helvetica, sans-serif;
    color: #3e3e3e;
}

#ClientProfileCtlmainAct .updatePasswordDiv #clientUpdateProfileForm {
    float: right;
}

#userEditProfButtons {
    float: right;
    /*width: 100%;
  height: 82px;*/
    margin: 5px 0 0;
    /*background: url(https://www.sinimanes.com/Static/Image/userEditProfButtons_bg.png) repeat-x; */
}

#userEditProfButtons a {
    float: left;
    height: 40px;
    margin: 22px -3px 0 0;
    /* background: url(https://www.sinimanes.com/Static/Image/userEditProfButtons_buttons.png) no-repeat; */
    text-indent: -9999px;
}

#userEditProfButtons a.pedidos {
    background-position: 0 0;
    width: 144px; /*margin-left: 13px;*/
}

#userEditProfButtons a.canjes {
    background-position: -151px 0;
    width: 134px;
}

#userEditProfButtons a.premios {
    background-position: -291px 0;
    width: 119px;
}

#userEditProfButtons a.pedidos:hover {
    background-position: 0 -40px;
}

#userEditProfButtons a.canjes:hover {
    background-position: -151px -40px;
}

#userEditProfButtons a.premios:hover {
    background-position: -291px -40px;
}

#clientUpdateProfileForm h3 {
    float: left;
    width: 100%;
    height: 50px;
    margin: 0;
    /* background: url(https://www.sinimanes.com/Static/Image/h3_tus_datos.png) no-repeat; */
    text-indent: -9999px;
    padding: 0 0 9px;
}

#ClientProfileCtlmainAct .updatePasswordDiv .submitRow {
    float: left;
    width: 278px;
    padding: 4px 0 0 0;
}

#ClientProfileCtlmainAct .updatePasswordDiv .submitRow p.required_legend {
    float: left;
    font-size: 14px;
    line-height: 52px;
    font-style: italic;
    color: #3a3a3a;
}

#ClientProfileCtlmainAct .updatePasswordDiv .submitRow input.submitButton {
    float: left;
    height: 52px;
    text-indent: -9999px;
    border: 0;
    margin: 0 7px 0 0;
    padding: 0;
    overflow: hidden;
    line-height: 900px;
    width: 135px;
    cursor: pointer;
}

/* #ClientProfileCtlmainAct #clientUpdatePasswordForm .submitButton { background: url(https://www.sinimanes.com/Static/Image/userEditProf_cambiar.png) no-repeat; }
#ClientProfileCtlmainAct #clientUpdateProfileForm .submitButton { background: url(https://www.sinimanes.com/Static/Image/userEditProf_guardar.png) no-repeat; } */
#ClientProfileCtlmainAct #clientUpdatePasswordForm .submitButton.over,
#ClientProfileCtlmainAct #clientUpdateProfileForm .submitButton.over {
    background-position: 0 -52px;
}

#ClientProfileCtlmainAct #newsSubscr {
    float: left;
    width: 100%;
}

#ClientProfileCtlmainAct #newsSubscr h3 {
    float: left;
    width: 100%;
    height: 50px;
    margin: 34px 0 0;
    /* background: url(https://www.sinimanes.com/Static/Image/h3_newsletter.png) no-repeat; */
    text-indent: -9999px;
    padding: 0 0 10px;
}

#ClientProfileCtlmainAct #newsSubscr .jqTransformCheckbox {
    float: left;
    width: 25px;
    height: 23px;
    background: url(https://www.sinimanes.com/Static/Image/clientUpdateProfileForm_check.png) no-repeat;
    text-indent: -9999px;
    margin: 0 8px 0 0;
}

#ClientProfileCtlmainAct #newsSubscr .jqTransformChecked {
    background-position: 0 -23px;
}

#ClientProfileCtlmainAct #newsSubscr label {
    width: auto;
    font-size: 18px;
    line-height: 23px;
    color: #3a3a3a;
    padding: 0;
}

#ClientProfileCtlmainAct #subscribeToNewsletterResponse {
    float: left;
    font-size: 17px;
    line-height: 25px;
    padding: 0 5px;
    background: #ffeaac;
    margin: 12px 0 0;
}

/***** Tus premios *****/

#DeliveryPrizeCtlmainAct #pasos {
    display: none;
}

#DeliveryPrizeCtlmainAct #headerTab {
    display: none;
}

#DeliveryPrizeCtlmainAct #delivery_search {
    padding-bottom: 30px;
}

#DeliveryPrizeCtlmainAct #userStrip h2 {
    width: 197px; /* background: url(https://www.sinimanes.com/Static/Image/h2_premios.png) no-repeat; */
}

#DeliveryPrizeCtlmainAct #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dark.png);
    padding-bottom: 120px;
}

#expl_premios {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    background: url(https://www.sinimanes.com/Static/Image/premios_bg.png) right 46px no-repeat;
}

#expl_premios h3 {
    font-size: 26px;
    line-height: 26px;
    color: #f5f5f5;
    text-shadow: 1px 1px 0 #95999b;
    letter-spacing: -1px;
    padding: 0 0 11px;
}

#expl_premios p {
    width: 600px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 24px;
    text-shadow: 1px 1px 0 #cdd2d6;
}

#prizeList {
    float: left;
    width: 930px;
    padding: 25px 0 0;
    margin: 0 0 0 -30px;
}

#prizeList li.prizeItem {
    float: left;
    width: 280px;
    height: 260px;
    padding: 0 0 0 30px;
}

#prizeList li.prizeItem h3 {
    font-size: 18px;
    line-height: 24px;
    min-height: 48px;
    font-weight: bold;
    color: #2b6d92;
    background: url(https://www.sinimanes.com/Static/Image/prizeItem_h3_bg.png) left bottom repeat-x;
    text-shadow: 1px 1px 0 #d6dbde;
}

#prizeList li.prizeItem .prizeHeader {
    float: left;
    width: 100%;
    padding: 13px 0 0;
}

#prizeList li.prizeItem .prizeHeader .prizeImg {
    float: left;
    width: 144px;
    height: 97px;
    overflow: hidden;
}

#prizeList li.prizeItem .prizeHeader .prizeImg img {
    float: left;
    border: 1px solid #2b6c91;
}

#prizeList li.prizeItem .prizePointsAndAction {
    float: right;
    width: 124px;
    padding: 20px 0 0;
}

#prizeList li.prizeItem .prizePointsAndAction p {
    font-size: 18px;
    font-style: italic;
    line-height: 18px;
    color: #3a3a3a;
    text-shadow: 1px 1px 0 #d6dbde;
}

#prizeList li.prizeItem .prizePointsAndAction p strong {
    font-size: 24px;
}

#prizeList li.prizeItem .prizePointsAndAction a.canjear {
    float: left;
    width: 93px;
    height: 31px;
    cursor: pointer;
    /* background: url(https://www.sinimanes.com/Static/Image/prizeItem_canjear.png) no-repeat; */
    text-indent: -9999px;
    margin: 10px 0 0;
}

#prizeList li.prizeItem .prizePointsAndAction a.canjear:hover {
    background-position: 0 -31px;
}

#prizeList li.prizeItem .prizeBody {
    float: left;
    width: 100%;
    padding: 7px 0 0;
}

#prizeList li.prizeItem .prizeBody p {
    line-height: 18px;
    color: #3a3a3a;
    text-shadow: 1px 1px 0 #d6dbde;
}

/***** Tus canjes *****/

#DeliveryPrizeCtlmyTradesAct #pasos {
    display: none;
}

#DeliveryPrizeCtlmyTradesAct #headerTab {
    display: none;
}

#DeliveryPrizeCtlmyTradesAct #delivery_search {
    padding-bottom: 30px;
}

#DeliveryPrizeCtlmyTradesAct #userStrip h2 {
    width: 236px; /* background: url(https://www.sinimanes.com/Static/Image/h2_tus_canjes.png) no-repeat; */
}

#DeliveryPrizeCtlmyTradesAct #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dark.png);
    padding-bottom: 120px;
}

#DeliveryPrizeCtlmyTradesAct #main p {
    line-height: 23px;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 24px;
    text-shadow: 1px 1px 0 #D6DBDE;
}

#DeliveryPrizeCtlmyTradesAct #main p#noTrades {
    float: left;
    font-size: 16px;
    line-height: 23px;
    font-style: italic;
    margin: 42px 9px 40px 0;
    padding: 0 5px;
    background: #ffeaac;
    text-shadow: none;
}

#tradesList {
    float: left;
    width: 930px;
    padding: 38px 0 0;
    margin: 0 0 0 -30px;
}

#tradesList li.tradeItem {
    float: left;
    width: 280px;
    height: 240px;
    padding: 0 0 0 30px;
}

#tradesList li.tradeItem h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #2b6d92;
    background: url(https://www.sinimanes.com/Static/Image/prizeItem_h3_bg.png) left bottom repeat-x;
    text-shadow: 1px 1px 0 #d6dbde;
}

#tradesList li.tradeItem h3 span {
    float: right;
    padding: 0 0 0 10px;
    font-size: 11px;
    font-style: italic;
    color: #3a3a3a;
    font-weight: normal;
    text-shadow: 1px 1px 0 #d6dbde;
}

#tradesList li.tradeItem .tradeContent {
    float: left;
    width: 100%;
    padding: 5px 0 0;
}

#tradesList li.tradeItem .tradeContent p {
    line-height: 18px;
    color: #3a3a3a;
    padding: 0 0 16px;
    text-shadow: 1px 1px 0 #d6dbde;
}

#tradesList li.tradeItem .tradeContent p.tradeInfo {
    font-style: italic;
    font-size: 14px;
}

#tradesList li.tradeItem a.voucher {
    float: left;
    width: 93px;
    height: 31px;
    cursor: pointer;
    background: url(https://www.sinimanes.com/Static/Image/trade_voucher.png) no-repeat;
    text-indent: -9999px;
    margin: 10px 0 0;
}

#tradesList li.tradeItem a.voucher:hover {
    background-position: 0 -31px;
}

/***************************************************************************************************/
/* Estáticas */
/***************************************************************************************************/

/***** Agregar Restaurante *****/

#StaticCtladdRestAct #pasos {
    display: none;
}

#StaticCtladdRestAct #headerTab {
    display: none;
}

#StaticCtladdRestAct #delivery_search {
    padding-bottom: 39px;
}

#StaticCtladdRestAct #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dl.png) center top repeat-y;
}

#StaticCtladdRestAct #main .wrapper {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dl.png) -380px top repeat-y;
    padding: 0 0 39px;
}

#StaticCtladdRestAct #main_content {
    float: left;
    width: 620px;
    padding: 33px 0 88px;
}

#StaticCtladdRestAct #main_content h2 {
    float: left;
    width: 100%;
    height: 57px;
    text-indent: -9999px;
    /* background: url(https://www.sinimanes.com/Static/Image/h2_agrega_rest.png) no-repeat; */
}

#addRestForm {
    float: left;
    width: 570px;
    padding: 23px 0 0;
}

#addRestForm .formRow {
    float: left;
    width: 100%;
    padding: 0 0 31px;
}

#addRestForm label {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 6px 5px;
}

#addRestForm input.text {
    float: left;
    width: 512px;
    height: 24px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_input_bg.png) no-repeat;
    border: 0;
    margin: 0 0 0 6px;
    padding: 13px 25px;
    font-size: 22px;
    line-height: 24px;
    color: #3e3e3e;
}

#addRestForm input.text.focus {
    background-position: 0 -50px;
}

#addRestForm textarea {
    float: left;
    width: 512px;
    height: 174px;
    border: 0;
    margin: 0 0 0 6px;
    padding: 13px 25px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_textarea.png) no-repeat;
    font-size: 22px;
    line-height: 24px;
    color: #3e3e3e;
}

#addRestForm .submitRow {
    float: left;
    width: 100%;
}

#addRestForm .submitRow p.required {
    float: left;
    font-size: 18px;
    line-height: 52px;
    font-style: italic;
    color: #3a3a3a;
    padding: 0 0 0 6px;
}

#addRestForm .submitRow button {
    float: right;
    width: 124px;
    height: 52px;
    /* background: url(https://www.sinimanes.com/Static/Image/submit_enviar.png) no-repeat; */
    text-indent: -9999px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#addRestForm .submitRow button.over {
    background-position: 0 -52px;
}

#StaticCtladdRestAct #sidebar {
    float: right;
    width: 260px;
    padding: 79px 0 0 20px;
}

#StaticCtladdRestAct #sidebar p, #StaticCtladdRestAct #sidebar h4 {
    font-size: 14px;
    line-height: 24px;
    text-shadow: 1px 1px 0 #dfe3e5;
    color: #3a3a3a;
}

#StaticCtladdRestAct #sidebar p {
    padding: 0 7px 24px;
}

#StaticCtladdRestAct #sidebar h4 {
    font-weight: bold;
    padding: 0 7px 12px;
}

#StaticCtladdRestAct #sidebar ol li {
    padding: 0 0 24px 42px;
}

#StaticCtladdRestAct #sidebar ol li.step1 {
    background: url(https://www.sinimanes.com/Static/Image/number_1.png) 4px 3px no-repeat;
}

#StaticCtladdRestAct #sidebar ol li.step2 {
    background: url(https://www.sinimanes.com/Static/Image/number_2.png) 0 1px no-repeat;
}

#StaticCtladdRestAct #sidebar ol li.step3 {
    background: url(https://www.sinimanes.com/Static/Image/number_3.png) 0 2px no-repeat;
}

#StaticCtladdRestAct #sidebar ol li.step4 {
    background: url(https://www.sinimanes.com/Static/Image/number_4.png) 0 4px no-repeat;
}

#StaticCtladdRestAct #sidebar ol li p {
    padding: 0;
    line-height: 20px;
}

#StaticCtladdRestAct #sidebar ol li p span {
    padding: 0 1px;
    background: #ffeaac;
}

/***** Sugerir Restaurante *****/

#StaticCtlsuggestRestAct #pasos {
    display: none;
}

#StaticCtlsuggestRestAct #headerTab {
    display: none;
}

#StaticCtlsuggestRestAct #delivery_search {
    padding-bottom: 39px;
}

#StaticCtlsuggestRestAct #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dl.png) center top repeat-y;
}

#StaticCtlsuggestRestAct #main .wrapper {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dl.png) -380px top repeat-y;
    padding: 0 0 39px;
}

#StaticCtlsuggestRestAct #main_content {
    float: left;
    width: 620px;
    padding: 33px 0 88px;
}

#StaticCtlsuggestRestAct #main_content h2 {
    float: left;
    width: 100%;
    height: 58px;
    text-indent: -9999px;
    /* background: url(https://www.sinimanes.com/Static/Image/h2_sugeri_rest.png) no-repeat; */
}

#suggestRestForm {
    float: left;
    width: 570px;
    padding: 23px 0 0;
}

#suggestRestForm .formRow {
    float: left;
    width: 100%;
    padding: 0 0 31px;
}

#suggestRestForm label {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 6px 5px;
}

#suggestRestForm input.text {
    float: left;
    width: 512px;
    height: 24px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_input_bg.png) no-repeat;
    border: 0;
    margin: 0 0 0 6px;
    padding: 13px 25px;
    font-size: 22px;
    line-height: 24px;
    color: #3e3e3e;
}

#suggestRestForm input.text.focus {
    background-position: 0 -50px;
}

#suggestRestForm textarea {
    float: left;
    width: 512px;
    height: 174px;
    border: 0;
    margin: 0 0 0 6px;
    padding: 13px 25px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_textarea.png) no-repeat;
    font-size: 22px;
    line-height: 24px;
    color: #3e3e3e;
}

#suggestRestForm .submitRow {
    float: left;
    width: 100%;
}

#suggestRestForm .submitRow p.required {
    float: left;
    font-size: 18px;
    line-height: 52px;
    font-style: italic;
    color: #3a3a3a;
    padding: 0 0 0 6px;
}

#suggestRestForm .submitRow button {
    float: right;
    width: 124px;
    height: 52px;
    /* background: url(https://www.sinimanes.com/Static/Image/submit_enviar.png) no-repeat; */
    text-indent: -9999px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#suggestRestForm .submitRow button.over {
    background-position: 0 -52px;
}

#StaticCtlsuggestRestAct #sidebar {
    float: right;
    width: 260px;
    padding: 79px 0 0 20px;
}

#StaticCtlsuggestRestAct #sidebar p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 24px;
    text-shadow: 1px 1px 0 #dfe3e5;
    color: #3a3a3a;
}

#StaticCtlsuggestRestAct #sidebar p span {
    padding: 0 1px;
    background: #ffeaac;
}

/***** Cómo funciona *****/

#StaticCtlhowWorksAct #pasos {
    display: none;
}

#StaticCtlhowWorksAct #headerTab {
    display: none;
}

#StaticCtlhowWorksAct #delivery_search {
    padding-bottom: 39px;
}

#StaticCtlhowWorksAct #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dark.png);
}

#StaticCtlhowWorksAct #main_content {
    float: left;
    width: 100%;
    padding: 32px 0 0;
    background: url(https://www.sinimanes.com/Static/Image/como_func_bg.jpg) no-repeat;
}

#StaticCtlhowWorksAct #main_content h2 {
    float: left;
    width: 100%;
    height: 59px;
    text-indent: -9999px;
    /* background: url(https://www.sinimanes.com/Static/Image/h2_como_func.png) no-repeat; */
}

#StaticCtlhowWorksAct #main_content ol {
    float: left;
    position: relative;
    height: 1242px;
    width: 100%;
}

#StaticCtlhowWorksAct #main_content ol li {
    position: absolute;
    width: 450px;
}

#StaticCtlhowWorksAct #main_content ol li h3 {
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    color: #f5f5f5;
    text-shadow: 1px 1px 0 #959a9d;
    padding: 0 0 3px;
    letter-spacing: -1px;
}

#StaticCtlhowWorksAct #main_content ol li p {
    font-size: 16px;
    line-height: 24px;
    color: #3a3a3a;
    text-shadow: 1px 1px 0 #ced3d7;
}

#StaticCtlhowWorksAct #main_content ol li.step1 {
    top: 71px;
    left: 311px;
}

#StaticCtlhowWorksAct #main_content ol li.step2 {
    top: 300px;
    left: 159px;
}

#StaticCtlhowWorksAct #main_content ol li.step3 {
    top: 531px;
    left: 354px;
    width: 520px;
}

#StaticCtlhowWorksAct #main_content ol li.step4 {
    top: 807px;
    left: 160px;
    width: 460px;
}

#StaticCtlhowWorksAct #main_content ol li.step5 {
    top: 1057px;
    left: 290px;
}

#StaticCtlhowWorksAct #main_content ol li.step5 h3 {
    color: #08476f;
    font-size: 30px;
    line-height: 30px;
    padding: 0 0 6px;
    text-shadow: 1px 1px 0 #d2d7db;
}

#StaticCtlhowWorksAct #main_content ol li.step5 p {
    color: #2b6c91;
    font-size: 20px;
    text-shadow: 1px 1px 0 #d8dcdf;
}

/***** Newsletter Desubcription Form ****/
#NewsletterSubscriptionCtlmainAct #pasos {
    display: none;
}

#NewsletterSubscriptionCtlmainAct #headerTab {
    display: none;
}

#NewsletterSubscriptionCtlmainAct #main_content {
    float: left;
    width: 100%;
    padding: 39px 0 0;
}

/***** FAQ *****/

#StaticCtlfaqAct #pasos {
    display: none;
}

#StaticCtlfaqAct #headerTab {
    display: none;
}

#StaticCtlfaqAct #delivery_search {
    padding-bottom: 39px;
}

#StaticCtlfaqAct #main_content {
    float: left;
    width: 100%;
    padding: 39px 0 0;
}

#StaticCtlfaqAct #main_content h2 {
    float: left;
    width: 100%;
    height: 52px;
    text-indent: -9999px;
    /* background: url(https://www.sinimanes.com/Static/Image/h2_faq.png) no-repeat; */
}

#faqAccordion {
    float: left;
    width: 472px;
    margin: 11px 0 0;
}

#faqAccordion h3 {
    border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid #acacac;
    border-top: 0;
    background: url(https://www.sinimanes.com/Static/Image/faq_acc_head.png) no-repeat;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #fff;
    padding: 12px 0 8px 50px;
    margin: 0;
    width: 397px;
}

#faqAccordion h3 .ui-icon {
    margin: 0;
    width: 41px;
    height: 41px;
    top: 0;
    left: 0;
}

#faqAccordion h3.q1 {
    border-top: 1px solid #acacac;
}

#faqAccordion h3.q1 .ui-icon {
    background: url(https://www.sinimanes.com/Static/Image/faq1.png) center center no-repeat;
}

#faqAccordion h3.q2 .ui-icon {
    background: url(https://www.sinimanes.com/Static/Image/faq2.png) center center no-repeat;
}

#faqAccordion h3.q3 .ui-icon {
    background: url(https://www.sinimanes.com/Static/Image/faq3.png) center center no-repeat;
}

#faqAccordion h3.q4 .ui-icon {
    background: url(https://www.sinimanes.com/Static/Image/faq4.png) center center no-repeat;
}

#faqAccordion h3.q5 .ui-icon {
    background: url(https://www.sinimanes.com/Static/Image/faq5.png) center center no-repeat;
}

#faqAccordion div.subpregs {
    padding: 0 !important;
    border: 0 !important;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
    background: none;
}

#faqAccordion div.ui-accordion-content-active {
}

#faqAccordion div.subpregs ul {
    float: left;
    width: 447px;
    border: 0;
    margin: 0;
    padding: 0;
}

#faqAccordion div.subpregs ul li {
    float: left;
    width: 447px;
    border: 0;
    margin: 0;
    padding: 0;
    white-space: normal;
}

#faqAccordion div.subpregs ul li a {
    float: left;
    position: relative;
    padding: 9px 0 14px 50px;
    width: 397px;
    background: url(https://www.sinimanes.com/Static/Image/faq_acc_subhead.png) no-repeat;
    border: 1px solid #acacac;
    border-top: 0;
    font-size: 15px;
    line-height: 18px;
    color: #08476e;
    text-decoration: none;
}

#faqAccordion div.subpregs ul li a span {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    top: 12px;
    left: 16px;
}

#faqAccordion div.subpregs ul li a span.arrow {
    width: 25px;
    height: 41px;
    position: absolute;
    background: url(https://www.sinimanes.com/Static/Image/faq_acc_arrow.png) no-repeat;
    top: 50%;
    left: auto;
    right: -24px;
    display: none;
    margin: -21px 0 0;
}

#faqAccordion div.subpregs ul li.active a {
    background: #fff;
}

#faqAccordion div.subpregs ul li.active a span.arrow {
    display: block;
}

#faqAccordionAnswers {
    display: none;
}

#faqAccordionSelected {
    float: right;
    width: 415px;
    padding: 21px 0 0;
}

#faqAccordionSelected h4 {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    font-weight: bold;
    padding: 0 0 11px;
}

#faqAccordionSelected p, #faqAccordionSelected p a {
    font-size: 14px;
    line-height: 24px;
    color: #3a3a3a;
    text-shadow: 1px 1px 0 #cad0d4;
}

#faqAccordionSelected p {
    padding-bottom: 24px;
}

#faqAccordionSelected p a {
    padding: 0 1px;
    color: #084a72;
}

#faqAccordionSelected p a:hover {
    background: #084a72;
    text-decoration: none;
    color: #fff;
    text-shadow: none;
}

/***** Contáctenos *****/

#StaticCtlcontactAct #pasos {
    display: none;
}

#StaticCtlcontactAct #headerTab {
    display: none;
}

#StaticCtlcontactAct #delivery_search {
    padding-bottom: 39px;
}

#StaticCtlcontactAct #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dl.png) center top repeat-y;
}

#StaticCtlcontactAct #main .wrapper {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dl.png) -380px top repeat-y;
    padding: 0 0 39px;
}

#StaticCtlcontactAct #main_content {
    float: left;
    width: 620px;
    padding: 33px 0 50px;
}

#StaticCtlcontactAct #main_content h2 {
    float: left;
    width: 100%;
    height: 60px;
    text-indent: -9999px;
    /* background: url(https://www.sinimanes.com/Static/Image/h2_contactenos.png) no-repeat; */
}

#contactForm {
    float: left;
    width: 570px;
    padding: 21px 0 0;
}

#contactForm .formRow {
    float: left;
    width: 100%;
    padding: 0 0 31px;
}

#contactForm label {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 6px 5px;
}

#contactForm input.text {
    float: left;
    width: 512px;
    height: 24px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_input_bg.png) no-repeat;
    border: 0;
    margin: 0 0 0 6px;
    padding: 13px 25px;
    font-size: 22px;
    line-height: 24px;
    color: #3e3e3e;
}

#contactForm input.text.focus {
    background-position: 0 -50px;
}

#contactForm textarea {
    float: left;
    width: 512px;
    height: 174px;
    border: 0;
    margin: 0 0 0 6px;
    padding: 13px 25px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_textarea.png) no-repeat;
    font-size: 22px;
    line-height: 24px;
    color: #3e3e3e;
}

#contactForm .submitRow {
    float: left;
    width: 100%;
    margin: 15px 0 0;
}

#contactForm .submitRow p.required {
    float: left;
    font-size: 18px;
    line-height: 52px;
    font-style: italic;
    color: #3a3a3a;
    padding: 0 0 0 6px;
}

#contactForm .submitRow button {
    float: right;
    width: 124px;
    height: 52px;
    /* background: url(https://www.sinimanes.com/Static/Image/submit_enviar.png) no-repeat; */
    text-indent: -9999px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#contactForm .submitRow button.over {
    background-position: 0 -52px;
}

#StaticCtlcontactAct #sidebar {
    float: right;
    width: 254px;
    padding: 82px 0 0 26px;
}

#StaticCtlcontactAct #sidebar h4 {
    font-size: 24px;
    line-height: 24px;
    text-shadow: 1px 1px 0 #dfe3e5;
    color: #3a3a3a;
    font-weight: bold;
    padding: 0 0 4px;
}

#StaticCtlcontactAct #sidebar p {
    font-size: 14px;
    line-height: 24px;
    text-shadow: 1px 1px 0 #dfe3e5;
    color: #3a3a3a;
}

#StaticCtlcontactAct #sidebar p a {
    font-size: 14px;
    line-height: 24px;
    color: #084870;
}

#StaticCtlcontactAct #sidebar p a:hover {
    background: #084870;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

/***** Términos y Condiciones *****/

#StaticCtltermsAct #pasos {
    display: none;
}

#StaticCtltermsAct #headerTab {
    display: none;
}

#StaticCtltermsAct #delivery_search {
    padding-bottom: 39px;
}

#StaticCtltermsAct #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dark.png);
}

#StaticCtltermsAct #main_content {
    float: left;
    width: 100%;
    padding: 32px 0 0;
}

#StaticCtltermsAct #main_content h2 {
    float: left;
    width: 100%;
    height: 58px;
    text-indent: -9999px;
    padding: 0 0 18px;
    /* background: url(https://www.sinimanes.com/Static/Image/h2_terminos.png) no-repeat; */
}

#StaticCtltermsAct #main_content p, #StaticCtltermsAct #main_content p a {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 24px;
    color: #3a3a3a;
    text-shadow: 1px 1px 0 #d6dbde;
}

#StaticCtltermsAct #main_content p.highlight {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

#StaticCtltermsAct #main_content h3 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
}

#StaticCtltermsAct #main_content p a {
    padding-bottom: 0;
    color: #084a72;
}

#StaticCtltermsAct #main_content p a:hover {
    background: #084a72;
    color: #fff;
    text-shadow: none;
    text-decoration: none;
}

/***** Política de Privacidad *****/

#StaticCtlprivacyAct #pasos {
    display: none;
}

#StaticCtlprivacyAct #headerTab {
    display: none;
}

#StaticCtlprivacyAct #delivery_search {
    padding-bottom: 39px;
}

#StaticCtlprivacyAct #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dark.png);
}

#StaticCtlprivacyAct #main_content {
    float: left;
    width: 100%;
    padding: 32px 0 0;
}

#StaticCtlprivacyAct #main_content h2 {
    float: left;
    width: 100%;
    height: 58px;
    text-indent: -9999px;
    padding: 0 0 18px;
    /* background: url(https://www.sinimanes.com/Static/Image/h2_privacy.png) no-repeat; */
}

#StaticCtlprivacyAct #main_content p, #StaticCtlprivacyAct #main_content p a {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 24px;
    color: #3a3a3a;
    text-shadow: 1px 1px 0 #d6dbde;
}

#StaticCtlprivacyAct #main_content p.highlight {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

#StaticCtlprivacyAct #main_content h3 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
}

#StaticCtlprivacyAct #main_content p a {
    padding-bottom: 0;
    color: #084a72;
}

#StaticCtlprivacyAct #main_content p a:hover {
    background: #084a72;
    color: #fff;
    text-shadow: none;
    text-decoration: none;
}

/***** Sinipoints *****/

#StaticCtlpremiosAct #pasos {
    display: none;
}

#StaticCtlpremiosAct #headerTab {
    display: none;
}

#StaticCtlpremiosAct #delivery_search {
    padding-bottom: 39px;
}

#StaticCtlpremiosAct #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dark.png);
}

#StaticCtlpremiosAct #main_content {
    float: left;
    width: 100%;
    padding: 32px 0 0;
}

#StaticCtlpremiosAct #main_content h2 {
    float: left;
    width: 100%;
    height: 58px;
    text-indent: -9999px;
    padding: 0 0 18px;
    /* background: url(https://www.sinimanes.com/Static/Image/h2_sinipoints.png) no-repeat; */
}

#StaticCtlpremiosAct #expl_premios {
    background-position: right 104px;
}

/***** Comercios Adheridos *****/

#StaticCtlpartnersAct #pasos {
    display: none;
}

#StaticCtlpartnersAct #headerTab {
    display: none;
}

#StaticCtlpartnersAct #delivery_search {
    padding-bottom: 39px;
}

#StaticCtlpartnersAct #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dark.png);
}

#StaticCtlpartnersAct #main_content {
    float: left;
    width: 100%;
    padding: 32px 0 130px;
}

#StaticCtlpartnersAct #main_content h2 {
    float: left;
    width: 100%;
    height: 58px;
    text-indent: -9999px;
    padding: 0 0 18px;
    /* background: url(https://www.sinimanes.com/Static/Image/h2_comercios.png) no-repeat; */
}

#StaticCtlpartnersAct #main_content ul {
    float: left;
    width: 100%;
}

#StaticCtlpartnersAct #main_content ul li {
    float: left;
    width: 285px;
    height: 22px;
    padding: 0 0 0 15px;
    background: url(https://www.sinimanes.com/Static/Image/comercios_bullet.png) 3px 7px no-repeat;
}

#StaticCtlpartnersAct #main_content ul li a {
    font-size: 15px;
    line-height: 22px;
    color: #08466e;
    padding: 0 3px;
    text-shadow: 1px 1px 0 #cbd0d4;
}

#StaticCtlpartnersAct #main_content ul li a:hover {
    background: #08466e;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

/***** Sitemap *****/

#StaticCtlSitemapAct #pasos {
    display: none;
}

#StaticCtlSitemapAct #headerTab {
    display: none;
}

#StaticCtlSitemapAct #delivery_search {
    padding-bottom: 39px;
}

#StaticCtlSitemapAct .sitemap_widgets h5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #acacac;
    border-top: 0;
    background-color: #88a7b8;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #fff;
    padding: 12px 0 10px 10px;
    width: 775px;
    text-shadow: 1px 1px 0 #084a72;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #555;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    margin: 0 0 10px 0;
}

#StaticCtlSitemapAct #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dark.png);
}

.sitemap_widgets {
    float: left;
    width: 800px;
    padding: 50px;
}

.sitemap_widgets ul {
    float: left;
    width: 800px;
    overflow: hidden;
}

.sitemap_widgets ul li {
    line-height: 1.5em;
    float: left;
    display: inline;
}

.sitemap_two_cols li {
    width: 50%;
}

.sitemap_three_cols li {
    width: 33.333%;
}

.sitemap_four_cols li {
    width: 25%;
}

.sitemap_five_cols li {
    width: 16.666%;
}

/***************************************************************************************************/
/* Login en Página */
/***************************************************************************************************/

#userStripLogin {
    float: left;
    width: 100%;
    height: 95px;
    background: url(https://www.sinimanes.com/Static/Image/userStrip_bg.png) repeat-x;
}

#userStripLogin .wrapper {
    position: relative;
}

#userStripLogin h2 {
    float: left;
    height: 95px;
    text-indent: -9999px;
    width: 550px;
    /* background: url(https://www.sinimanes.com/Static/Image/h2_ingresa.png) no-repeat; */
}

#mainLogin #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_light.png);
}

#ClientProfileCtlmainAct #mainLogin .wrapper {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_ld.png) center top repeat-y;
}

#mainLogin #loginForm {
    float: left;
    width: 100%;
    padding: 44px 0 0;
}

#mainLogin #loginForm .formRow {
    float: left;
    width: 100%;
    padding: 0 0 31px;
}

#mainLogin #loginForm fieldset {
    float: left;
    width: 436px;
}

#mainLogin #loginForm label {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 0 5px;
}

#mainLogin #loginForm label a#userForgotPasswordLink {
    float: right;
    color: #084871;
    margin: 7px 12px 0 0;
}

#mainLogin #loginForm label a#userForgotPasswordLink:hover {
    background: #084871;
    color: #fff;
    text-decoration: none;
}

#mainLogin #loginForm input.inputText, #mainLogin #loginForm input.inputPassword {
    float: left;
    width: 386px;
    height: 24px;
    background: url(https://www.sinimanes.com/Static/Image/loginPage_input_bg.png) no-repeat;
    border: 0;
    margin: 0;
    padding: 13px 25px;
    font-size: 22px;
    line-height: 24px;
    color: #3e3e3e;
}

#mainLogin #loginForm input.inputText.focus, #mainLogin #loginForm input.inputPassword.focus {
    background-position: 0 -50px;
}

#mainLogin #loginForm .submitRow {
    float: left;
    width: 100%;
    margin: -11px 0 0;
}

#mainLogin #loginForm .submitRow p {
    float: left;
    color: #3a3a3a;
    margin: 29px 0 0;
}

#mainLogin #loginForm .submitRow p a {
    color: #08476e;
}

#mainLogin #loginForm .submitRow p a:hover {
    background: #08476e;
    color: #fff;
    text-decoration: none;
}

#mainLogin #loginForm .submitRow input.button {
    float: right;
    width: 142px;
    height: 52px;
    /* background: url(https://www.sinimanes.com/Static/Image/login_submit.png) no-repeat; */
    text-indent: -9999px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#mainLogin #loginForm .submitRow input.button.over {
    background-position: 0 -52px;
}

#mainLogin #loginForm #sideText {
    float: right;
    width: 335px;
    height: 94px;
    padding: 21px 67px 0 31px;
    margin: 28px 0 0;
    background: #f5e0a6;
    border: 1px solid #c8ab56;
}

#mainLogin #loginForm #sideText p {
    font-size: 16px;
    line-height: 22px;
    color: #fc8a1e;
}

/***************************************************************************************************/
/* Acceso Restringido */
/***************************************************************************************************/

#userStripRestr {
    float: left;
    width: 100%;
    height: 95px;
    background: url(https://www.sinimanes.com/Static/Image/userStrip_bg.png) repeat-x;
}

#userStripRestr .wrapper {
    position: relative;
}

#userStripRestr h2 {
    float: left;
    font-size: 18px;
    line-height: 23px;
    font-style: italic;
    background: url(https://www.sinimanes.com/Static/Image/alert_medium.png) 0 10px no-repeat;
    padding: 37px 0 28px 93px;
}

#userStripRestr h2 span {
    float: left;
    background: #ffeaac;
    height: 23px;
    padding: 0 5px;
}

#mainRestr #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_light.png);
}

#mainRestr #loginForm {
    float: left;
    width: 100%;
    padding: 44px 0 52px;
}

#mainRestr #loginForm .formRow {
    float: left;
    width: 100%;
    padding: 0 0 31px;
}

#mainRestr #loginForm fieldset {
    float: left;
    width: 436px;
    padding: 3px 0 0;
}

#mainRestr #loginForm label {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 0 5px;
}

#mainRestr #loginForm label a.forgot {
    float: right;
    color: #084871;
    margin: 7px 12px 0 0;
}

#mainRestr #loginForm label a.forgot:hover {
    background: #084871;
    color: #fff;
    text-decoration: none;
}

#mainRestr #loginForm input.inputText, #mainRestr #loginForm input.inputPassword {
    float: left;
    width: 386px;
    height: 24px;
    background: url(https://www.sinimanes.com/Static/Image/loginPage_input_bg.png) no-repeat;
    border: 0;
    margin: 0;
    padding: 13px 25px;
    font-size: 22px;
    line-height: 24px;
    color: #3e3e3e;
}

#mainRestr #loginForm input.inputText.focus, #mainRestr #loginForm input.inputPassword.focus {
    background-position: 0 -50px;
}

#mainRestr #loginForm .submitRow {
    float: left;
    width: 100%;
    margin: -11px 0 0;
}

#mainRestr #loginForm .submitRow p {
    float: left;
    color: #3a3a3a;
    margin: 29px 0 0;
}

#mainRestr #loginForm .submitRow p a {
    color: #08476e;
}

#mainRestr #loginForm .submitRow p a:hover {
    background: #08476e;
    color: #fff;
    text-decoration: none;
}

#mainRestr #loginForm .submitRow input.button {
    float: right;
    width: 142px;
    height: 52px;
    /* background: url(https://www.sinimanes.com/Static/Image/login_submit.png) no-repeat; */
    text-indent: -9999px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#mainRestr #loginForm .submitRow input.button.over {
    background-position: 0 -52px;
}

#mainRestr #loginForm #sideText {
    float: right;
    width: 365px;
    height: 154px;
    padding: 21px 37px 0 31px;
    margin: 28px 0 0;
    background: #f5e0a6;
    border: 1px solid #c8ab56;
}

#mainRestr #loginForm #sideText p {
    font-size: 13px;
    line-height: 18px;
    color: #fc8a1e;
    padding-bottom: 18px;
}

/***************************************************************************************************/
/* Mi Cuenta */
/***************************************************************************************************/

#ClientAccountCtlmainAct #pasos {
    display: none;
}

#ClientAccountCtlmainAct #headerTab {
    display: none;
}

#ClientAccountCtlmainAct #delivery_search {
    padding-bottom: 30px;
}

#ClientAccountCtlmainAct #userStrip h2 {
    width: 236px; /* background: url(https://www.sinimanes.com/Static/Image/h2_tu_cuenta.png) no-repeat; */
}

#ClientAccountCtlmainAct #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_ld.png) center top repeat-y;
}

#ClientAccountCtlmainAct #main .wrapper {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_ld.png) -690px top repeat-y;
}

#ClientAccountCtlmainAct #sidebar {
    float: left;
    width: 310px;
    padding: 30px 0 0;
}

#ClientAccountCtlmainAct #sidebar h5 {
    float: left;
    width: 100%;
    /* background: url(https://www.sinimanes.com/Static/Image/h3_tus_favoritos.png) no-repeat; */
    text-indent: -9999px;
    height: 48px;
    margin-left: -4px;
}

#ClientAccountCtlmainAct #lista_resultados_rest {
    margin-top: -10px;
}

#ClientAccountCtlmainAct #lista_resultados_rest li {
    padding: 9px 13px 0;
    margin-top: 20px;
}

#ClientAccountCtlmainAct #lista_resultados_rest li.over {
    margin-top: 19px;
}

#ClientAccountCtlmainAct #lista_resultados_rest li .actions {
    float: left;
    width: 100%;
    height: 41px;
}

#ClientAccountCtlmainAct #lista_resultados_rest li .actions a {
    display: none;
}

#ClientAccountCtlmainAct #lista_resultados_rest li .actions a.favRemove {
    float: left;
    padding: 0 0 0 28px;
    margin: 2px 0 0 2px;
    line-height: 39px;
    background: url(https://www.sinimanes.com/Static/Icon/mi_cuenta_remove.png) 0 8px no-repeat;
    font-size: 13px;
    color: #d04a02;
    height: 41px;
    font-style: italic;
    text-decoration: underline;
}

#ClientAccountCtlmainAct #lista_resultados_rest li .actions a.favRemove:hover {
    text-decoration: none;
}

#ClientAccountCtlmainAct #lista_resultados_rest li .actions a.hacerPedido {
    float: right;
    height: 31px;
    width: 123px;
    margin: 6px -9px 0 0;
    text-indent: -9999px;
}

#ClientAccountCtlmainAct #lista_resultados_rest li .actions a.hacerPedido:hover {
    background-position: 0 -31px;
}

#ClientAccountCtlmainAct #lista_resultados_rest li.over .actions a {
    display: block;
}

#ClientAccountCtlmainAct #main_content {
    float: right;
    width: 567px;
    padding: 30px 0 0 23px;
}

#ClientAccountCtlmainAct #main_content h3 {
    float: left;
    width: 100%;
    /* background: url(https://www.sinimanes.com/Static/Image/h3_tus_pedidos.png) no-repeat; */
    text-indent: -9999px;
    height: 48px;
}

#main_content p#noOrders {
    float: left;
    padding: 0 5px;
    background: #ffeaac;
    font-size: 16px;
    font-style: italic;
    line-height: 23px;
    font-weight: bold;
    margin: 15px 0 0;
}

#ClientAccountCtlmainAct #main_content table {
    float: left;
    table-layout: auto;
    width: 100%;
    margin: 23px 0 0;
    border-top: 1px solid #2f5f7b;
    border-bottom: 1px solid #9da2a6;

}

#ClientAccountCtlmainAct #main_content table th {
    height: 30px;
    background: #2b6c91;
    padding-left: 7px;
    border-left: 1px solid #2f5f7b;
    border-right: 1px solid #2f5f7b;

}

#ClientAccountCtlmainAct #main_content table span {
    float: left;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    padding: 0 3px 0 0;
}

#ClientAccountCtlmainAct #main_content table th a {
    float: left;
    width: 11px;
    height: 7px;
    background: url(https://www.sinimanes.com/Static/Image/table_sorter_arrows.png) no-repeat;
    text-indent: -9999px;
    margin: 11px 0 12px;
}

#ClientAccountCtlmainAct #main_content table th a.a {
    background-position: 0 -7px;
}

#ClientAccountCtlmainAct #main_content table th a.d {
    background-position: 0 0;
}

#ClientAccountCtlmainAct #main_content table th a.x {
    height: 12px;
    margin: 9px 0 0 3px;
    background: url(https://www.sinimanes.com/Static/Icon/del_filter.png) no-repeat;
}

#ClientAccountCtlmainAct #main_content table td {
    height: 31px;
    border-left: 1px solid #9da2a6;
    border-right: 1px solid #9da2a6;
    padding: 0 3px;
    vertical-align: middle;
    background: #c1c9cd url(https://www.sinimanes.com/Static/Image/mi_cuenta_bga.png);
    color: #3a3a3a;
    text-shadow: 1px 1px 0 #d6dbde;
}

#ClientAccountCtlmainAct #main_content table td.rest {
    width: 136px;
}

#ClientAccountCtlmainAct #main_content table tr.even td {
    background: #95aab6 url(https://www.sinimanes.com/Static/Image/mi_cuenta_bgb.png);
}

/* #ClientAccountCtlmainAct #main_content table tr.pendingOrderRow td { background: #ffeaac; border-color: #cdbe8f; } */
/* #ClientAccountCtlmainAct #main_content table tr.pendingOrderRow.even td { background: #fff1c9; } */
#ClientAccountCtlmainAct #main_content table td strong {
    font-size: 14px;
}

#ClientAccountCtlmainAct #main_content table td.actions {
    background: #fff;
}

#ClientAccountCtlmainAct #main_content table tr.even td.actions {
    background: #d5e2e9;
}

#ClientAccountCtlmainAct #main_content table td.actions a {
    float: left;
    text-indent: -9999px;
    margin: 0 4px;
}

#ClientAccountCtlmainAct #main_content table td.actions a.view {
    width: 21px;
    height: 20px;
    background: url(https://www.sinimanes.com/Static/Icon/magnifier.png) no-repeat;
    margin-left: 13px;
}

#ClientAccountCtlmainAct #main_content table td.actions a.repeat {
    width: 18px;
    height: 21px;
    background: url(https://www.sinimanes.com/Static/Icon/reload.png) no-repeat;
}

#ClientAccountCtlmainAct #main_content .pagination {
    width: 567px;
    margin: 24px 0 0;
}

#ClientAccountCtlmainAct #main_content .paginationClients {
    width: 567px;
}

#ClientAccountCtlmainAct #main_content .paginationAmount {
    display: none;
}

#ClientAccountCtlmainAct #main_content table td.actions .tooltip {
    display: none;
    background: url(https://www.sinimanes.com/Static/Image/actions_tooltip_bg.png) left bottom no-repeat;
    width: 154px;
    padding: 0 0 24px;
    height: 41px;
    z-index: 1;
}

#ClientAccountCtlmainAct #main_content table td.actions .tooltip p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 41px;
    height: 41px;
    text-align: center;
    text-shadow: none;
}

#ClientAccountCtlmainAct #dialog #confirm {
    float: left;
    width: 900px;
    padding: 10px;
    background: url(https://www.sinimanes.com/Static/Image/confirm_bg.png);
}

#confirmHeader {
    float: left;
    width: 100%;
    height: 36px;
    padding: 18px 0 0;
    /* background: url(https://www.sinimanes.com/Static/Image/confirm_h2.png) no-repeat; */
}

/***************************************************************************************************/
/* Error Pages */
/***************************************************************************************************/

#headerError {
    float: left;
    width: 100%;
    height: 140px;
    overflow: hidden;
    background: url(https://www.sinimanes.com/Static/Image/header_bg.jpg) left bottom repeat-x;
}

#headerError .logoContainer {
    margin-top: 30px;
}

#error404 h2 {
    width: 661px;
    background: url(https://www.sinimanes.com/Static/Image/h2_404.png) no-repeat;
}

#error404 img.alert {
    position: absolute;
    top: -36px;
    left: 683px;
}

#errorie6 h2 {
    width: 661px;
    background: url(https://www.sinimanes.com/Static/Image/h2_ie6.png) no-repeat;
}

#errorie6 img.alert {
    position: absolute;
    top: -36px;
    left: 683px;
}

#ie6Main #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_dark.png);
    min-height: 700px;
}

#ie6Main #main .wrapper {
    padding: 50px 0;
}

#ie6Main #main .wrapper .info {
    float: left;
    width: 435px;
    padding: 0 0 100px;
    background: url(https://www.sinimanes.com/Static/Image/ie6_browsers.png) left bottom no-repeat;
}

#ie6Main #main .wrapper p {
    line-height: 18px;
    padding-bottom: 18px;
    color: #3a3a3a;
}

#ie6Main #main .wrapper p a {
    color: #084a72;
}

#ie6Main #main .wrapper p a:hover {
    text-decoration: none;
}

#ie6Main #main .wrapper .warning {
    float: right;
    width: 373px;
    padding: 20px 30px;
    margin: 5px 0 0;
    background: #f3dfa5;
    border: 1px solid #c6a954;
}

#ie6Main #main .wrapper .warning p {
    color: #fc8a1e;
    font-style: italic;
    padding: 0;
}

#ie6Main #main .wrapper .warning p a {
    font-style: italic;
    color: #fc8a1e;
}

#errorFooter #footer {
    background: url(https://www.sinimanes.com/Static/Image/footer_error_pages.png) repeat-x;
    padding: 59px 0 0;
}

#errorFooter #footer_widgets > li {
    background: url(https://www.sinimanes.com/Static/Image/footer_divider_error.png) top right no-repeat;
}

#errorFooter #footer_widgets li#footer_comercios {
    background: none;
}

#errorFooter #footer_widgets li h5 {
    height: 32px;
}

/* #errorFooter #footer_widgets li#footer_barrios h5 { background: url(https://www.sinimanes.com/Static/Image/h5_barrios_error.png) no-repeat;  }
#errorFooter #footer_widgets li#footer_tipos h5 { background: url(https://www.sinimanes.com/Static/Image/h5_tipos_error.png) no-repeat;  }
#errorFooter #footer_widgets li#footer_comercios h5 { background: url(https://www.sinimanes.com/Static/Image/h5_comercios_error.png) no-repeat;  } */
#errorFooter #footer_widgets li ul li a:hover {
    background: #606060;
    color: #fff;
}

#errorFooter #subfooter {
    padding: 71px 0 0;
}

#errorFooter #footer_copy, #errorFooter .addthis_toolbox {
    display: none;
}

#sysError h2 {
    width: 396px; /* background: url(https://www.sinimanes.com/Static/Image/h2_error_sistema.png) no-repeat; */
}

#sysError img.alert {
    position: absolute;
    top: -36px;
    left: 683px;
}

#sysErrorMain #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_light.png);
}

#sysErrorMain #main .wrapper {
    padding: 50px 0;
}

/***************************************************************************************************/
/* Errors */
/***************************************************************************************************/

#messageContainer {
    position: fixed;
    z-index: 10000;
    top: 20px;
    right: 20px;
}

#messageContainer #errorMessage {
    width: 250px;
    padding: 10px;
    border: 1px solid #d8000c;
    background: #ffbaba;
    border-radius: 9px;
    -moz-border-radius: 9px;
}

#messageContainer #warningMessage {
    width: 250px;
    padding: 10px;
    border: 1px solid #9f6000;
    background: #feefb3;
    border-radius: 9px;
    -moz-border-radius: 9px;
}

#messageContainer #successMessage {
    width: 250px;
    padding: 10px;
    border: 1px solid #4f8a10;
    background: #dff2bf;
    border-radius: 9px;
    -moz-border-radius: 9px;
}

#messageContainer a.close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 11px;
    font-weight: bold;
    padding: 3px;
    cursor: pointer;
}

#errorMessage a.close {
    color: #d8000c;
}

#warningMessage a.close {
    color: #9f6000;
}

/***************************************************************************************************/
/* Search Popup */
/***************************************************************************************************/

#popupSearch {
    float: left;
    width: 511px;
}

#popupSearch h2 {
    float: left;
    width: 100%;
    height: 66px;
    text-indent: -9999px;
    /* background: url(https://www.sinimanes.com/Static/Image/h2_popupSearch.png) no-repeat; */
}

#popupSearchContent {
    padding: 16px 22px 48px 28px;
    float: left;
    width: 461px;
    background: #eaeaea;
}

#popupSearchContent p {
    color: #747474;
    padding: 0 0 20px;
}

#popupSearchContent p b {
    font-style: italic;
}

#popupSearchContent form {
    float: left;
    width: 100%;
    height: 58px;
    background: url(https://www.sinimanes.com/Static/Image/popupSearch_form_bg.png) no-repeat;
}

#popupSearchContent form input.text {
    float: left;
    height: 18px;
    padding: 8px 27px;
    font: 18px/18px Arial, Helvetica, sans-serif;
    color: #3e3e3e;
    border: 0;
    margin: 11px 0 0;
}

#popupSearchContent form #dialogStreet {
    width: 211px;
    background: url(https://www.sinimanes.com/Static/Image/popupSearch_form_input_st.png) no-repeat;
    margin-left: 14px;
}

#popupSearchContent form #dialogStreetNumber {
    width: 65px;
    background: url(https://www.sinimanes.com/Static/Image/popupSearch_form_input_nb.png) no-repeat;
    margin-left: 7px;
}

#popupSearchContent form #dialogStreet.focus, #popupSearchContent form #dialogStreetNumber.focus {
    background-position: 0 -34px;
}

#popupSearchContent form #sendDialogSearchForm {
    float: left;
    width: 46px;
    height: 39px;
    background: url(https://www.sinimanes.com/Static/Image/popupSearch_form_submit.png) no-repeat;
    border: 0;
    margin: 10px 0 0 4px;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 900px;
    cursor: pointer;
}

#popupSearchContent form #sendDialogSearchForm.over {
    background-position: 0 -39px;
}

#popupSearchContent form select {
    float: left;
    width: 116px;
}

#popupSearchContent form .jqTransformSelectWrapper {
    float: left;
    position: relative;
    z-index: 45;
    margin: 11px 5px 0;
    width: 112px !important;
}

#popupSearchContent form .jqTransformSelectWrapper div {
    float: left;
    position: relative;
    width: 116px;
    height: 34px;
    overflow: hidden;
    background: url(https://www.sinimanes.com/Static/Image/popupSearch_form_select.png) no-repeat;
}

#popupSearchContent form .jqTransformSelectWrapper div span {
    float: left;
    position: relative;
    font-size: 18px;
    color: #8a8a8a;
    line-height: 34px;
    padding: 0 0 0 12px;
}

#popupSearchContent form .jqTransformSelectWrapper div a {
    position: absolute;
    width: 48px;
    height: 34px;
    top: 0;
    right: 0;
    background: url(https://www.sinimanes.com/Static/Image/popupSearch_form_select.png) right top no-repeat;
}

#popupSearchContent form .jqTransformSelectWrapper ul {
    border: 1px solid #06324e;
    position: absolute;
    top: -100px;
    height: 100px;
    overflow-y: auto;
    left: 0;
}

#popupSearchContent form .jqTransformSelectWrapper ul li,
#popupSearchContent form .jqTransformSelectWrapper ul li a {
    line-height: 22px;
}

/***************************************************************************************************/
/* Dialogs */
/***************************************************************************************************/

#successMessage, #errorMessage {
    width: 400px;
}

#successMessage li, #errorMessage li {
    font-size: 16px;
    line-height: 20px;
}

.ui-dialog #mainDialog {
    width: 400px !important;
}

/***************************************************************************************************/
/* Popup errores Repetir Pedido */
/***************************************************************************************************/
#repeatOrderErrorsDialog {
    display: none;
}

#repeatOrderErrorsDialog div {
    background: url("/Static/Image/carrito_error.png") no-repeat 0 10px transparent;
    padding-top: 60px;
}

/* Contacto Home */

#home_contactanos {
    float: left;
    width: 479px;
    height: 134px;
    margin: 38px 0 0 56px;
    /* background: url(https://www.sinimanes.com/Static/Image/home_contactanos.png) no-repeat; */
}

#home_contactanos h3 {
    float: left;
    width: 100%;
    height: 43px;
    text-indent: -9999px;
}

#RestaurantSearchCtlmainAct #main_content #home_contactanos p {
    position: static;
    font-size: 14px;
    color: #3a3a3a;
    text-shadow: none;
    letter-spacing: 0;
    text-transform: none;
    line-height: 16px;
    text-shadow: 1px 1px 0 #cad0d4;
}

#home_contactanos div {
    float: left;
}

#home_contactanos div.phone {
    height: 34px;
    margin: 30px 0 0 55px;
    padding-left: 51px;
    width: 120px;
    background: url(https://www.sinimanes.com/Static/Image/home_contactanos_tel.png) no-repeat;
}

#home_contactanos div.phone p strong {
    font-size: 16px;
}

#home_contactanos div.email {
    height: 34px;
    margin: 30px 0 0;
    padding-left: 58px;
    width: 150px;
    background: url(https://www.sinimanes.com/Static/Image/home_contactanos_mail.png) no-repeat;
}

#home_contactanos div.email p a {
    font-size: 14px;
    color: #084a72;
    font-weight: bold;
}

#home_contactanos div.email p a:hover {
    text-decoration: none;
    text-shadow: none;
    background: #084a72;
    color: #fff;
}

/* Compartir Pedido */

#confirmShare {
    position: absolute;
    bottom: 200px;
    left: 0;
    background: #c00;
    height: 30px;
    padding: 0 0 0 255px;
    /* background: url(https://www.sinimanes.com/Static/Image/compartir_pedido.png) no-repeat; */
}

/* Solapa Chat */

#solapa_chat {
    float: left;
    width: 44px;
    height: 138px;
    background: url(https://www.sinimanes.com/Static/Image/help_chat.png) no-repeat;
    text-indent: -9999px;
}

#solapa_chat:hover {
    background-position: right top;
}

/* Desuscripcion Newsletter */

#NewsletterSubscriptionCtlmainAct #userStrip h2 {
    width: 640px; /* background: url(https://www.sinimanes.com/Static/Image/h2_desusbscripcion.png) no-repeat; */
}

#NewsletterSubscriptionCtlmainAct #main {
    background: url(https://www.sinimanes.com/Static/Image/main_bg_light.png);
    padding-bottom: 120px;
}

#NewsletterSubscriptionCtlmainAct form .formRow {
    float: left;
    width: 100%;
    padding: 0 0 31px;
}

#NewsletterSubscriptionCtlmainAct form label {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 0 5px;
}

#NewsletterSubscriptionCtlmainAct form input.inputText {
    float: left;
    width: 401px;
    height: 22px;
    background: url(https://www.sinimanes.com/Static/Image/userEditProf_input.png) no-repeat;
    border: 0;
    padding: 14px;
    margin: 0;
    font: 22px/22px Arial, Helvetica, sans-serif;
    color: #3e3e3e;
}

#NewsletterSubscriptionCtlmainAct form #unsubscribeClient {
    float: left;
    width: 182px;
    height: 52px;
    /* background: url(https://www.sinimanes.com/Static/Image/newsletterSubscription_submit.png) no-repeat; */
    text-indent: -9999px;
    cursor: pointer;
    border: 0;
    margin: 0;
    padding: 0;
}

#NewsletterSubscriptionCtlmainAct form #unsubscribeClient.over {
    background-position: left bottom;
}

/* No mostrar ocultar / mostrar en home */

#RestaurantSearchCtlmainAct #headerTab {
    display: none;
}

/* Pasos más pequeños en home */

#RestaurantSearchCtlmainAct #pasos {
    height: 79px;
}

#RestaurantSearchCtlmainAct #pasos ol li {
    height: 46px;
    background-image: url(https://www.sinimanes.com/Static/Image/pasos_bg_home.jpg);
}

#RestaurantSearchCtlmainAct #pasos ol li span.step_number {
    height: 46px;
    background-position: 0 -216px;
}

#RestaurantSearchCtlmainAct #pasos ol li.step2.pending span.step_number {
    background-position: -35px -119px;
}

#RestaurantSearchCtlmainAct #pasos ol li.step3.pending span.step_number {
    background-position: -70px -119px;
}

#RestaurantSearchCtlmainAct #pasos ol li.step4.pending span.step_number {
    background-position: -105px -119px;
}

#RestaurantSearchCtlmainAct #pasos ol li.active p,
#RestaurantSearchCtlmainAct #pasos ol li.pending p {
    line-height: 46px;
    font-weight: bold;
}

#RestaurantSearchCtlmainAct #pasos ol li.pending p {
    color: #2b6e95;
}

/* Contador de restaurantes home */

#header_counter {
    float: left;
    width: 100%;
}

#header_counter p, #header_counter h1 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 34px;
    color: #51504b;
    text-shadow: 1px 1px 1px #e3e3e3;
    padding: 0 0 0 7px;
}

#header_counter p span.txt, #header_counter p span.count_r, #header_counter h1 span.txt, #header_counter h1 span.count_r {
    float: left;
    margin: 0 10px 0 0;
}

#header_counter p span.count, #header_counter h1 span.count {
    float: left;
    height: 36px;
    padding: 0 0 0 10px;
    background: url(https://www.sinimanes.com/Static/Image/contador_bg.png) no-repeat;
}

#header_counter p span.count_r, #header_counter h1 span.count_r {
    height: 36px;
    padding: 0 10px 0 0;
    background: url(https://www.sinimanes.com/Static/Image/contador_bg.png) right top no-repeat;
}

#header_counter p span.num, #header_counter h1 span.num {
    float: left;
    height: 34px;
    margin: 2px 0 0;
    background: url(https://www.sinimanes.com/Static/Image/contador_numeros.png) no-repeat;
    text-indent: -9999px;
}

#header_counter p span.num0, #header_counter h1 span.num0 {
    width: 19px;
    background-position: 0 0;
}

#header_counter p span.num1, #header_counter h1 span.num1 {
    width: 14px;
    background-position: -20px 0;
}

#header_counter p span.num2, #header_counter h1 span.num2 {
    width: 19px;
    background-position: -38px 0;
}

#header_counter p span.num3, #header_counter h1 span.num3 {
    width: 18px;
    background-position: -57px 0;
}

#header_counter p span.num4, #header_counter h1 span.num4 {
    width: 20px;
    background-position: -75px 0;
}

#header_counter p span.num5, #header_counter h1 span.num5 {
    width: 18px;
    background-position: -95px 0;
}

#header_counter p span.num6, #header_counter h1 span.num6 {
    width: 18px;
    background-position: -113px 0;
}

#header_counter p span.num7, #header_counter h1 span.num7 {
    width: 19px;
    background-position: -131px 0;
}

#header_counter p span.num8, #header_counter h1 span.num8 {
    width: 19px;
    background-position: -150px 0;
}

#header_counter p span.num9, #header_counter h1 span.num9 {
    width: 18px;
    background-position: -169px 0;
}

#header_counter p a, #header_counter h1 a {
    font-size: 20px;
    text-transform: none;
    line-height: 34px;
    color: #2c6a90;
}

/* Slider Logos home */

#slider_logos_cont {
    float: left;
    position: relative;
    width: 100%;
    height: 132px;
    background: url(https://www.sinimanes.com/Static/Image/logos_slider.png) no-repeat;
    margin: 6px 0 0;
    padding: 0 0 34px;
}

#slider_logos {
    overflow: hidden;
}

#slider_logos ul li {
    float: left;
    width: 900px;
}

#slider_logos ul li a {
    float: left;
    width: 145px;
    height: 128px;
    text-align: center;
    margin: 0 0 0 11px;
    border: 1px solid transparent;
    font-size: 11px;
    line-height: 14px;
    color: #084a72;
    padding: 0 10px;
}

#slider_logos ul li a span.img_cont {
    float: left;
    width: 100%;
    height: 77px;
    padding: 17px 0 0;
}

#slider_logos ul li a:hover {
    border-color: #ddbe67;
    background: #fee9ad;
}

#slider_logos_cont a.prevBtn, #slider_logos_cont a.nextBtn {
    position: absolute;
    top: 24px;
    width: 31px;
    height: 81px;
    text-indent: -9999px;
    z-index: 20;
    background: url(https://www.sinimanes.com/Static/Image/slider_logos_controles.png) no-repeat;
}

#slider_logos_cont a.prevBtn {
    left: -31px;
}

#slider_logos_cont a.nextBtn {
    right: -31px;
    background-position: -31px 0;
}

#forwardToBranchForm {
    display: none;
}

.facebook-custom-share-button {
    width: 48px;
    height: 48px;
    background: url('https://www.sinimanes.com/Static/Icon/facebook-icon-48x48.png') 1px center no-repeat;
    float: left;
}

.twitter-custom-button {
    width: 48px;
    height: 48px;
    background: url('https://www.sinimanes.com/Static/Icon/twittericon-48x48.png') 1px center no-repeat;
    float: left;
}

/***************************************************************************************************/
/* Deferred Popup */
/***************************************************************************************************/

#deferredOrderFormContainer {
    padding: 0;
    display: none;
}

#popupDeferred {
    float: left;
    width: 420px;
    background: #eaeaea;
}

#popupDeferred h2 {
    float: left;
    width: 100%;
    height: 66px;
    /* background: #f7f7f7 url(../Image/pedirAdelantado.png) no-repeat; */
    text-indent: -9999px;
}

#popupDeferredContent {
    padding: 30px;
    float: left;
    width: 360px;
}

#popupDeferredContent p {
    color: #747474;
    padding: 0 0 20px;
}

#popupDeferredContent p b {
    font-style: italic;
}

#popupDeferredContent #deferredOrder {
    float: left;
    width: 100%;
}

#deferredOrderTimeContainer, #deferredOrderDayContainer {
    float: left;
    width: 100%;
    padding: 0 0 25px;
}

#deferredOrderTimeContainer label, #deferredOrderDayContainer label {
    float: left;
    width: 100%;
    font-size: 18px;
    font-style: italic;
    color: #3a3a3a;
}

#popupDeferredContent select {
    float: left;
    width: 271px;
}

#popupDeferredContent .jqTransformSelectWrapper {
    float: left;
    position: relative;
    z-index: 45;
    margin: 11px 5px 0;
}

#popupDeferredContent .jqTransformSelectWrapper div {
    float: left;
    position: relative;
    width: 271px;
    height: 50px;
    overflow: hidden;
    background: url(https://www.sinimanes.com/Static/Image/pedirAdel_select.png) no-repeat;
}

#popupDeferredContent .jqTransformSelectWrapper div span {
    float: left;
    position: relative;
    font-size: 22px;
    color: #8a8a8a;
    line-height: 50px;
    padding: 0 0 0 12px;
}

#popupDeferredContent .jqTransformSelectWrapper div a {
    position: absolute;
    width: 48px;
    height: 50px;
    top: 0;
    right: 0;
    background: url(https://www.sinimanes.com/Static/Image/pedirAdel_select.png) right top no-repeat;
}

#popupDeferredContent .jqTransformSelectWrapper ul {
    border: 1px solid #06324e;
    position: absolute;
    top: 50px;
    height: 100px !important;
    overflow-y: auto !important;
    left: 0;
    width: 269px !important;
}

#popupDeferredContent .jqTransformSelectWrapper ul li,
#popupDeferredContent .jqTransformSelectWrapper ul li a {
    line-height: 22px;
}

#popupDeferredContent #setDeferredOrder {
    float: left;
    width: 135px;
    height: 52px;
    /* background: url(https://www.sinimanes.com/Static/Image/pedirAdel_guardar.png) no-repeat; */
    border: 0;
    margin: 10px 0 0 4px;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 900px;
    cursor: pointer;
}

/* #popupSearchContent form #sendDialogSearchForm.over { background-position: 0 -39px; } */

#popupDeferredContent .deferredOrderDialogRestaurantClosedMessage {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #3A3A3A;
    line-height: 130%;
}

#popupDeferredContent .deferredOrderDialogMessage {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #3A3A3A;
    line-height: 130%;
}

/** Country Selection **/

#deliveryLocationDialog {
    background-color: #ffffff;
    border: 0;
    padding: 0px;
}

#deliveryLocationPopup #deliveryLocation div.header {
    background-color: #ffffff;
    border: 0;
    height: 80px;
    width: 580px;
}

#deliveryLocationPopup #deliveryLocation div.header div.logo_dialog {
    float: left;
    width: 183px;
    height: 87px;
    background: url(https://www.sinimanes.com/Static/Image/logo_dialog.png) no-repeat;
    border: 0;
    margin-left: 35px;
    position: relative;
    bottom: 13px;
}

#deliveryLocationPopup #deliveryLocation div.header div.motto {
    float: left;
    width: 269px;
    height: 21px;
    background: url(https://www.sinimanes.com/Static/Image/motto.png) no-repeat;
    border: 0;
    margin-top: 45px;
    margin-left: 10px;
}

#deliveryLocationPopup #deliveryLocation div.header h1.motto_hide {
    display: none;
}

#deliveryLocationPopup #deliveryLocation div.mainLine {
    background: url(https://www.sinimanes.com/Static/Image/main_line.png) repeat-x;
    width: 580px;
    height: 2px;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer {
    background: url(https://www.sinimanes.com/Static/Image/header_bg.jpg) 0 -3px repeat-x;
    width: 580px;
    height: 435px;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.citiesButtons {
    float: left;
    width: 50%;
    margin-left: 50px;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.citiesTitle {
    margin-top: 60px;
    background: url(https://www.sinimanes.com/Static/Image/ciudad.png) 0 0 no-repeat;
    width: 97px;
    height: 30px;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.citiesText {
    margin-top: 15px;
    color: #747474;
    line-height: 20px;
    font-size: 14px;
    text-decoration: none;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.citiesButtons div.buttons a.dlButton {
    display: block;
    width: 289px;
    height: 34px;
    text-indent: -999em;
    font-weight: bold;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.citiesButtons div.buttons {
    margin-top: 30px;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.citiesButtons div.buttons a.dlBuenosAires {
    margin-bottom: 15px;
    background: url(https://www.sinimanes.com/Static/Image/argentina.png) 0 0 no-repeat;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.citiesButtons div.buttons a.dlBuenosAires:hover {
    background: url(https://www.sinimanes.com/Static/Image/argentina_hover.png) 0 0 no-repeat;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.citiesButtons div.buttons a.dlSantiago {
    background: url(https://www.sinimanes.com/Static/Image/chile.png) 0 0 no-repeat;
    margin-bottom: 15px;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.citiesButtons div.buttons a.dlSantiago:hover {
    background: url(https://www.sinimanes.com/Static/Image/chile_hover.png) 0 0 no-repeat;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.citiesButtons div.buttons a.dlMexico {
    background: url(https://www.sinimanes.com/Static/Image/mexico.png) 0 0 no-repeat;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.citiesButtons div.buttons a.dlMexico:hover {
    background: url(https://www.sinimanes.com/Static/Image/mexico_hover.png) 0 0 no-repeat;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.mapSelector {
    margin-top: 25px;
    float: right;
    width: 240px;
    height: 377px;
    background: url(https://www.sinimanes.com/Static/Image/mapa2.png) 0 0 no-repeat;
    position: relative;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.mapSelector a.dlPin {
    display: block;
    position: absolute;
    width: 30px;
    height: 35px;
    text-indent: -999em;
    font-weight: bold;
    background: none;
    cursor: pointer;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.mapSelector a.dlPinBuenosAires {
    top: 187px;
    left: 147px;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.mapSelector a.dlPinSantiago {
    top: 184px;
    left: 90px;
}

#deliveryLocationPopup #deliveryLocation div.mapContainer div.mapSelector a.dlPinMexico {
    top: 47px;
    left: 77px;
}

/* # Address edit form under user profile */
#addressForm {
    float: left;
    position: relative;
    width: 566px;
    padding: 0 0 17px;
    display: none; /* Always hidden */
}

#addressForm fieldset {
    float: left;
    width: 562px;
    padding: 5px 0 0 4px;
}

#addressForm .formRow {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 0 32px;
}

#addressForm span.tooltipable {
    position: absolute;
    background: url(https://www.sinimanes.com/Static/Icon/login_email.png) no-repeat;
    width: 36px;
    height: 38px;
    text-indent: -9999px;
    right: 10px;
    top: 36px;
}

#addressForm .tooltip {
    width: 200px;
    height: 63px;
    left: 265px !important;
    top: 20px !important;
    padding: 10px 30px 0 14px;
    background: url(https://www.sinimanes.com/Static/Image/login_tooltip_inv.png) no-repeat;
}

#addressForm .item .tooltip {
    left: -100px !important;
}

#addressForm .tooltip p {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
}

#addressForm .formRow label {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 0 4px;
}

#addressForm .formRow input.inputText {
    float: left;
    width: 401px;
    height: 22px;
    background: url(https://www.sinimanes.com/Static/Image/userEditProf_input.png) no-repeat;
    border: 0;
    padding: 14px;
    margin: 0;
    font: 22px/22px Arial, Helvetica, sans-serif;
    color: #3e3e3e;
}

#addressForm .itemsRow {
    float: left;
    width: 574px;
    margin: 0 0 0 -12px;
}

#addressForm .itemsRow .item {
    float: left;
    position: relative;
    width: 179px;
    padding: 0 0 0 12px;
}

#addressForm .formRow .item input.inputText {
    width: 150px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_input_small_bg.png) no-repeat;
}

#addressForm .formRow .item input.invalidField {
    background-position: 0 -100px;
}

#addressForm .formRow select {
    width: 179px;
}

#addressForm .formRow .jqTransformSelectWrapper {
    float: left;
    position: relative;
}

#addressForm .formRow .jqTransformSelectWrapper div {
    height: 50px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_input_small_bg.png) no-repeat;
    overflow: hidden;
}

#addressForm .formRow .jqTransformSelectWrapper div span {
    font-size: 16px;
    line-height: 45px;
    color: #3e3e3e;
    text-indent: 10px;
    display: block;
    width: 179px;
}

#addressForm .formRow .jqTransformSelectWrapper div a {
    position: absolute;
    right: 0;
    top: 1px;
    height: 50px;
    width: 48px;
    background: url(https://www.sinimanes.com/Static/Image/checkout_select_arrow.png) no-repeat;
}

#addressForm .formRow .jqTransformSelectWrapper ul {
    border: 1px solid #06324e;
    position: absolute;
    top: 50px;
    height: 400px;
    overflow-y: auto;
    left: 0;
}

#addressForm .formRow .jqTransformSelectWrapper ul li,
#addressForm .formRow .jqTransformSelectWrapper ul li a {
    font-size: 11px;
    line-height: 18px;
}

#addressForm .submitRow {
    float: left;
    width: 100%;
}

#addressForm p.required_legend {
    font-size: 18px;
    color: #3a3a3a;
    line-height: 50px;
    font-style: italic;
    position: absolute;
    top: 0;
    right: 0;
}

#addressForm .submitRow input.submitButton {
    float: right;
    width: 225px;
    height: 52px;
    border: 0;
    margin: 0;
    padding: 0;
    /* background: url(https://www.sinimanes.com/Static/Image/checkout_submit.png) no-repeat; */
    text-indent: -9999px;
    overflow: hidden;
    line-height: 900px;
    cursor: pointer;
}

#addressForm .submitRow input.over {
    background-position: 0 -52px;
}

#orderPlacementForm .formRow input.checkbox {
    float: left;
    width: 13px;
    height: 13px;
    margin: 0 5px 0 0;
}

#orderPlacementForm .formRow .itemsRow .item label.checkboxLabel {
    float: left;
    width: auto;
    font-size: 12px;
    line-height: 13px;
    color: #3a3a3a;
}

#orderPlacementForm .formRow .itemsRow .item label.checkboxLabel a {
    color: #084a72;
    line-height: 13px;
}

#orderPlacementForm .formRow label.checkboxLabel a:hover {
    background: #084a72;
    text-decoration: none;
    color: #fff;
}

#orderPlacementForm .formRow .itemsRow .item .jqTransformCheckboxWrapper {
    float: left;
    margin: 0 10px 0 0;
}

#orderPlacementForm .formRow .itemsRow .item .jqTransformCheckboxWrapper a {
    float: left;
    width: 24px;
    height: 22px;
    background: url(https://www.sinimanes.com/Static/Icon/dialog_cbx.png) no-repeat;
}

#orderPlacementForm .formRow .itemsRow .item .jqTransformCheckboxWrapper a.jqTransformChecked {
    background-position: 0 -22px;
}

.address_link_map {
    text-decoration: none;
    font-weight: bold;
}

div.cancel {
    border: 1px solid #999;
    background: #9c9c9c;
    background: -webkit-gradient(linear, left top, left bottom, from(#b7b7b7), to(#9c9c9c));
    background: -webkit-linear-gradient(top, #b7b7b7, #9c9c9c);
    background: -moz-linear-gradient(top, #b7b7b7, #9c9c9c);
    background: -ms-linear-gradient(top, #b7b7b7, #9c9c9c);
    background: -o-linear-gradient(top, #b7b7b7, #9c9c9c);
    background: linear-gradient(top, #b7b7b7, #9c9c9c);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px #777;
    -ms-box-shadow: 0 2px 2px #777;
    -o-box-shadow: 0 2px 2px #777;
    -moz-box-shadow: 0 2px 2px #777;
    box-shadow: 0 2px 2px #777;
    display: inline-block;
    overflow: hidden;
}

.cancel a {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#b7b7b7, endColorstr=#9c9c9c);
    color: #555;
    font-size: 23px;
    text-decoration: none;
    vertical-align: middle;
    -webkit-text-shadow: 0 1px 1px #fff;
    -moz-text-shadow: 0 1px 1px #fff;
    -ms-text-shadow: 0 1px 1px #fff;
    -o-text-shadow: 0 1px 1px #fff;
    text-shadow: 0 1px 1px #fff;
    display: inline-block;
}

.cancel span {
    padding: 17px 25px;
    box-shadow: 0 0 5px #ddd inset;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel, div.star-rating {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}

div.rating-cancel, div.rating-cancel a {
    background: url('https://www.sinimanes.com/Static/Icon/delete.png') no-repeat 0 -16px
}

div.star-rating, div.star-rating a {
    background: url('https://www.sinimanes.com/Static/Icon/star.png') no-repeat 0 0px
}

div.rating-cancel a, div.star-rating a {
    display: block;
    width: 15px;
    height: 100%;
    background-position: 0 0px;
    border: 0
}

div.star-rating-on a {
    background-position: 0 -15px !important
}

div.star-rating-hover a {
    background-position: 0 -30px
}

/* Read Only CSS */
div.star-rating-readonly a {
    cursor: default !important
}

/* Partial Star CSS */
div.star-rating {
    background: transparent !important;
    overflow: hidden !important
}

/* END jQuery.Rating Plugin CSS */

/***************************************************************************************************/
/* Restaurant Menu and Reviews tabs */
/***************************************************************************************************/
#restaurantTabsWrapper {
    float: left;
    margin-top: 20px;
}

#restaurantTabs .ui-state-default {
    border: 0;
    width: 178px;
    height: 41px;
}

#restaurantTabs .ui-tabs-selected {
    border: 0;
    width: 178px;
    height: 40px;
}

#restaurantTabsWrapper .ui-widget-content {
    background-color: transparent;
    border: 0;
}

#restaurantTabs a.menuTabTitle {
    display: block;
    height: 32px;
    text-indent: -9999px;
    width: 85px;
    margin-left: 45px;
    margin-top: 3px;
    text-align: left;
}

#restaurantTabs a.overlayLink {
    display: block;
    height: 32px;
    text-indent: -9999px;
    width: 152px;
    text-align: left;
    overflow: hidden;
    background: white;
    position: absolute;
    z-index: 99;
    zoom: 1; /* gives the object layout */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    -khtml-opacity: 0.01;
    opacity: 0.01;
}

#restaurantTabs a.reviewTabTitle {
    display: block;
}

#restaurantTabs a.infoTabTitle {
    font-size: 21px;
    padding-left: 35px;
    padding-top: 14px;
    color: #194b6a;
}

#restaurantTabs a.infoTabTitle:hover {
    color: #194b6a;
}

#restaurantTabs div.starRating {
    background: url(https://www.sinimanes.com/Static/Image/rating_star.png) no-repeat;
    width: 15px;
    height: 15px;
    margin-top: 6px;
    margin-left: 5px;
    float: left;
}

#restaurantTabs span.starRating {
    background: url(https://www.sinimanes.com/Static/Image/rating_star.png) no-repeat;
    width: 15px;
    height: 15px;
    margin-top: 6px;
    margin-left: 5px;
    float: left;
}

#restaurantTabs span.reviewTabText {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 106px;
    height: 16px;
    margin-left: 15px;
    margin-top: 6px;
    text-align: left;
}

#restaurantTabs {
    background: transparent;
    border: none;
}

#restaurantTabs .ui-widget-header {
    background: transparent;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#restaurantTabs .ui-tabs-nav {
    height: 2.35em;
    text-align: right;
}

#restaurantTabs .ui-tabs-nav li {
    display: inline-block;
    float: none;
    margin: 0em;
}

#restaurantTabs .ui-tabs-nav li.last {
    margin-right: 0px;
    margin-left: 0px;
}

#menuTab {
    background: url(https://www.sinimanes.com/Static/Image/tab_content_background.png) repeat;
    display: inline-block;
    margin-top: 10px;
}

#restaurantReviewsPopup.ui-dialog-content {
    padding: 25px 30px;
    border-top: 1px solid #fff;

}

#ui-dialog-title-restaurantReviewsPopup {
    background-color: #F7F7F7;
    border-bottom: 1px solid #CdCdCd;
    color: #D2D2D2;
    font-size: 36px;
    height: 32px;
    margin: 0;
    padding-left: 30px;
    padding-top: 30px;
    text-indent: 0;
    text-shadow: 0 1px 0 #fff;
    width: 100%;
}

#restaurantReviewsPopup .reviewText {
    font-size: 15px;
    font-style: italic;
    line-height: 22px;
    padding: 8px 0;
}

#restaurantReviewsPopup .scoreName {
    color: #2b6d94;
    font-weight: bold;
}

#restaurantReviewsPopup .reviewer {
    font-weight: bold;
}

#restaurantReviewTab {
    background: url(https://www.sinimanes.com/Static/Image/tab_content_background.png) repeat;
    width: 524px;
    display: inline-block;
    margin-top: 10px;
}

div.staticStars {
    display: inline-block;
    position: relative;
    top: 2px;
}

/* Select Review Popup */

#restaurantReview select {
    float: left;
    width: 271px;
}

#restaurantReview .jqTransformSelectWrapper {
    float: left;
    position: relative;
    z-index: 45;
    margin: 11px 5px 0;
}

#restaurantReview .jqTransformSelectWrapper div {
    float: left;
    position: relative;
    width: 271px;
    height: 50px;
    overflow: hidden;
    background: url(https://www.sinimanes.com/Static/Image/pedirAdel_select.png) no-repeat;
}

#restaurantReview .jqTransformSelectWrapper div span {
    float: left;
    position: relative;
    font-size: 22px;
    color: #8a8a8a;
    line-height: 50px;
    padding: 0 0 0 12px;
}

#restaurantReview .jqTransformSelectWrapper div a {
    position: absolute;
    width: 48px;
    height: 50px;
    top: 0;
    right: 0;
    background: url(https://www.sinimanes.com/Static/Image/pedirAdel_select.png) right top no-repeat;
}

#restaurantReview .jqTransformSelectWrapper ul {
    border: 1px solid #06324e;
    position: absolute;
    top: 50px;
    height: 100px !important;
    overflow-y: auto !important;
    left: 0;
    width: 269px !important;
}

#restaurantReview .jqTransformSelectWrapper ul li,
#restaurantReview .jqTransformSelectWrapper ul li a {
    line-height: 22px;
}

#infoTab {
    background: url(https://www.sinimanes.com/Static/Image/tab_content_background.png) repeat;
    width: 524px;
    display: inline-block;
    margin-top: 10px;
}

#infoTab h4 {
    font-size: 18px;
    color: #08466e;
    line-height: 18px;
    padding: 0 0 4px;
    background: url(https://www.sinimanes.com/Static/Image/menu_cat_divider.png) left bottom repeat-x;
    font-style: italic;
}

#infoTab .description, #infoTab .neighborhoods {
    margin-bottom: 20px;
}

#infoTab div.description span.restaurantDescription, #infoTab .neighborhoods span {
    display: block;
    margin-top: 10px;
}

#infoTab .picture {
    margin-top: 10px;
}

#infoTab .picture .imgLeft {
    float: left;
}

#infoTab .picture .imgRight {
    float: right;
}

#infoTab .weekOpenHours #weekday {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 2px;
    padding: 5px;
}

#infoTab .weekOpenHours #weekday span {
    width: 100px;
}

#infoTab .weekOpenHours #weekday ul {
    list-style: none outside none;
    overflow: auto;
    width: auto;
    float: right;
}

#infoTab .weekOpenHours #weekday ul li {
    width: 140px;
    float: left;
}

#infoTab .weekOpenHours #weekday_today {
    background: none repeat scroll 0 0 #79A303;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 2px;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
}

#infoTab .weekOpenHours #weekday_today span {
    width: 100px;
}

#infoTab .weekOpenHours #weekday_today ul {
    list-style: none outside none;
    overflow: auto;
    width: auto;
    float: right;
}

#infoTab .weekOpenHours #weekday_today ul li {
    width: 140px;
    float: left;
}

#restaurantReviewsTabWrapper {
    margin: 0 auto;
}

#restaurantReviewsTabWrapper div.header {
    display: table;
    background: url(https://www.sinimanes.com/Static/Image/rating_tab_header_background.png) repeat;
    border: 1px solid #bab6b3;
    width: 100%;
    height: 43px;
}

#restaurantReviewsTabWrapper div.restaurantStarReview {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    width: 100px;
}

#restaurantReviewsTabWrapper div.restaurantReviewCount {
    display: table-cell;
    vertical-align: middle;
    width: 290px;
    font-size: 13px;
    color: #2b6d94;
    text-decoration: underline;
    font-weight: bold;
}

#restaurantReviewsTabWrapper div.restaurantReviewAverage {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    color: #3a3a3a;
    font-weight: bold;
}

#restaurantReviewsTabWrapper div.restaurantReviewAverage span.restaurantAverageScore {
    font-size: 26px;
    color: #2b6d94;
    font-weight: bold;
}

#restaurantReviewsTabWrapper div.disclaimer {
    margin-top: 10px;
    color: #fc8a1e;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}

#restaurantReviewsTabWrapper #restaurantReviewsListWrapper {
    margin-top: 10px;
}

#restaurantReviewsTabWrapper #restaurantReviewsListWrapper span.reviewer {
    font-weight: bold;
    font-size: 13px;
    color: #3a3a3a;
}

#restaurantReviewsTabWrapper #restaurantReviewsListWrapper span.reviewDate {
    font-weight: bold;
    font-size: 13px;
    color: #717171;
}

#restaurantReviewsTabWrapper #restaurantReviewsListWrapper p.reviewText {
    line-height: 19px;
    display: block;
    margin-top: 10px;
    font-style: italic;
    font-size: 15px;
    color: #3a3a3a;
}

#restaurantReviewsTabWrapper p.scoreName {
    margin-top: 10px;
    color: #2b6d94;
    font-size: 12px;
    font-weight: bold;
}

#restaurantReviewsListWrapper div.separator {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url(https://www.sinimanes.com/Static/Image/review_item_separator.png) no-repeat;
    width: 524px;
    height: 2px;
}

/***************************************************************************************************/
/* Restaurant Review dialog 																	   */
/***************************************************************************************************/

#restaurantReviewDialog {
    background-color: #ffffff;
    border: 0;
    padding: 0px;
}

#restaurantReviewDialog #restaurantReview div.header {
    background-color: #ffffff;
    border: 0;
    margin-top: 30px;
    margin-left: 25px;
    background: url(https://www.sinimanes.com/Static/Image/leave_review.png) no-repeat;
    height: 45px;
    width: 480px;
}

#restaurantReviewDialog #restaurantReview div.mainLine {
    background: url(https://www.sinimanes.com/Static/Image/main_line.png) repeat-x;
    width: 480px;
    height: 2px;
}

#restaurantReviewPopup #restaurantReview div.reviewContainer {
    background: url(https://www.sinimanes.com/Static/Image/header_bg.jpg) 0 -3px repeat-x;
    width: 480px;
    height: 480px;
}

#restaurantReview div.scoreContainer {
    display: table;
    padding-top: 45px;
    padding-left: 25px;
    width: 370px;
}

#restaurantReview div.scoreCommentContainer {
    display: table;
    padding-top: 10px;
    padding-left: 25px;
    width: 370px;
}

#restaurantReview div.termsAndConditionsContainer {
    display: table;
    padding-top: 10px;
    padding-left: 25px;
    width: 400px;
    font-size: 12px;
    color: #3a3a3a;
}

#restaurantReview div.termsAndConditionsContainer label {
    font-size: 12px;
    font-weight: bold;
    color: #3a3a3a;
}

#restaurantReview div.title {
    font-size: 24px;
    text-decoration: none;
    color: #2b6c91;
    margin-bottom: 10px;
}

#restaurantReview .reviewAuthorContainer {
    display: table;
    height: 30px;
    padding: 20px 0 10px 25px;
}

#restaurantReview .reviewAuthorContainer .hint {
    padding: 5px 0;
    font-weight: bold;
    font-style: italic;
}

#restaurantReview .reviewAuthorContainer input {
    width: 343px;
    height: 26px;
    background: url(https://www.sinimanes.com/Static/Image/login_input.png) no-repeat;
    border: 0;
    padding: 12px 14px;
    margin: 0;
    font: 22px/26px Arial, Helvetica, sans-serif;
    color: #3e3e3e;
}

#restaurantReviewPopup #restaurantReview div.scoreLine {
    display: table-row;
    height: 30px;
}

#restaurantReviewPopup #restaurantReview div.starRatingContainer {
    display: table-column;
    width: 100px;
    height: 15px;
    float: left;
    margin-right: 5px;
}

#restaurantReviewPopup #restaurantReview div.starRating {
    background: url(https://www.sinimanes.com/Static/Image/rating_star.png) no-repeat;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    float: right;
}

#restaurantReviewPopup #restaurantReview div.starRatingLabel {
    display: table-column;
    text-align: left;
    float: left;
}

#restaurantReviewPopup #restaurantReview div.starRatingInput {
    display: table-column;
    float: right;
}

#restaurantReviewPopup #restaurantReview div.starRatingLabel label {
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}

#restaurantReviewPopup div.scoreContainer a.jqTransformRadio {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 6px 0 24px;
    background: url(https://www.sinimanes.com/Static/Image/login_radio.png) 0 -25px no-repeat;
}

#restaurantReviewPopup div.scoreContainer a.jqTransformChecked {
    background-position: 0 0;
}

#restaurantReviewPopup .textarea_bg {
    float: left;
    width: 420px;
    height: 120px;
    background: url(https://www.sinimanes.com/Static/Image/dialog_textarea.png) no-repeat;
    margin: 2px 0 0;
}

#restaurantReviewPopup .textarea_bg.focus {
    background-position: left bottom;
}

#restaurantReviewPopup textarea#reviewComment {
    float: left;
    border: 0;
    padding: 10px;
    width: 400px;
    height: 90px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    color: #3a3a3a;
    resize: none;
    background: none;
}

#restaurantReviewPopup .jqTransformCheckbox {
    float: left;
    width: 25px;
    height: 23px;
    background: url(https://www.sinimanes.com/Static/Image/clientUpdateProfileForm_check.png) no-repeat;
    text-indent: -9999px;
    margin: 0 8px 0 0;
}

#restaurantReviewPopup div.termsAndConditionsContainer .jqTransformChecked {
    background-position: 0 -23px;
}

#restaurantReviewPopup div.termsAndConditionsContainer .jqTransformCheckboxWrapper {
    float: left;
}

#restaurantReviewPopup div.termsAndConditionsContainer .jqTransformCheckboxWrapper a {
    float: left;
    width: 24px;
    height: 22px;
    background: url(https://www.sinimanes.com/Static/Icon/dialog_cbx.png) no-repeat;
}

#restaurantReviewPopup div.termsAndConditionsContainer .jqTransformCheckboxWrapper a.jqTransformChecked {
    background-position: 0 -22px;
}

#restaurantReviewPopup div.submitRow {
    margin-right: 35px;
    margin-top: 20px;
}

#restaurantReviewPopup div.submitRow button {
    float: right;
    width: 124px;
    height: 52px;
    text-indent: -9999px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#restaurantReviewPopup div.submitRow button.over {
    background-position: 0 -52px;
}

#restaurantReviewPopup #errorMessagesContainer {
    float: left;
    margin-left: 25px;
    margin-top: 10px;
    width: 430px;
}

#restaurantReviewPopup #errorMessagesContainer ul {
    float: left;
    width: 100%;
}

#restaurantReviewPopup #errorMessagesContainer ul li {
    float: left;
    padding: 0 0 5px 20px;
    font-size: 16px;
    line-height: 16px;
    background: url(https://www.sinimanes.com/Static/Icon/error-icon.png) 0 2px no-repeat;
    color: #A01313;
    font-style: italic;
}

iframe[name="google_conversion_frame"] {
    display: none;
}

#OrderCtlmainAct #filter {
    display: none;
}

#filter .seeMap {
    float: right;
    position: relative;
    top: 8px;
}

#filter a#seeMapButton {
    float: left;
    width: 114px;
    height: 38px;
    text-indent: -9999px;
}

#filter a#seeMapButton:hover {
    background-position: 0 -38px;
}

/** Landing **/
body#Landing {
    background: url(https://www.sinimanes.com/Static/Image/bg_dark.png) repeat scroll top left transparent;
}

#Landing #deliveryLocation {
    margin: 20px auto 0;
    width: 560px;
}

#Landing #deliveryLocationPopup #deliveryLocation div.header {
    background-color: transparent;
    width: 560px;
}

#Landing #deliveryLocationPopup #deliveryLocation div.header div.logo_dialog {
    margin-left: 0px;
}

#Landing #deliveryLocationPopup #deliveryLocation div.header div.motto {
    float: right;
}

#Landing #deliveryLocationPopup #deliveryLocation div.mainLine {
    height: 5px;
    background: url(https://www.sinimanes.com/Static/Image/separator_landing.png) no-repeat scroll top center transparent;
    width: 560px;
}

#Landing #deliveryLocationPopup #deliveryLocation div.mapContainer {
    background-image: none;
    width: 560px;
    clear: both;
}

#Landing #deliveryLocationPopup #deliveryLocation div.mapContainer div.mapSelector {
    float: left;
    margin-left: 20px;
}

#Landing #deliveryLocationPopup #deliveryLocation div.mapContainer div.citiesButtons {
    float: right;
    margin-left: 20px;
    width: 48%;
}

#Landing #deliveryLocationPopup #deliveryLocation div.mapContainer div.citiesTitle {
    background: url(https://www.sinimanes.com/Static/Image/title_ciudad2.png) no-repeat scroll top left transparent;
    height: 37px;
}

#Landing div#whatIs {
    color: #3a3a3a;
    clear: both;
    padding: 20px 0;
    text-align: justify
}

#Landing div#whatIs h2 {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 23px;
    color: #376B8E;
}

#Landing div#whatIs p {
    line-height: 16px;
}

/** Home **/
#RestaurantSearchCtlmainAct div#whatIs {
    clear: both;
    padding-top: 30px;
}

#RestaurantSearchCtlmainAct div#whatIs p.whatIsHome {
    font-size: 12px;
    line-height: 16px;
    text-transform: none;
    color: #3a3a3a;
    position: static;
    text-align: justify;
    padding-right: 20px;
    letter-spacing: 0;
}

#RestaurantSearchCtlmainAct div#whatIs h2.whatIsHome {
    text-indent: 0px;
    color: #084A72;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 23px;
}

/** City Neighborhood FoodType Landing **/
#RestaurantSearchCtlsearchAct h1#landingH1 {
    clear: both;
    font-size: 19px;
    line-height: 23px;
    font-style: italic;
    color: #3a3a3a;
    padding: 14px 0 14px;
    font-weight: bold;

}

#RestaurantSearchCtlsearchAct h1#landingH1 span {
    background-color: #FFEAAC;
}

div#landingInfo, div#landingMoreInfo {
    color: #3a3a3a;
    text-align: justify;
    margin-bottom: 10px;
}

div#landingMoreInfo {
    display: none;
}

/***************************************************************************************************/
/* EmailBox for landing */
/***************************************************************************************************/
#emailBox {
    width: 282px;
    position: fixed;
    background: url("/Static/Image/emailBox/background.png") no-repeat scroll 0 0 transparent !important;
    border: 1px solid #CDCDCD;
    bottom: 0;
    left: 20px;
    margin: 5px;
    z-index: 99999999;
    color: #fff;
    height: 130px;

}

#emailBox .title {
    border-bottom: 1px solid #CDCDCD;
    height: 24px;
    padding: 24px 5px 0px 5px;
}

#emailBox p {
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}

#emailBox a {
    color: #08466E;
}

#emailBox a#send {
    background: url("/Static/Image/emailBox/send.png") no-repeat scroll 0 0 transparent !important;
    text-indent: -9999px !important;
    display: inline-block;
    width: 72px;
    height: 25px;
    position: relative;
    bottom: 5px;
}

#emailBox a:hover {
    color: #fff;
    background-color: #084A72;
}

#emailBox .formContainer {
    padding: 10px;
}

#emailBox input[type="text"] {
    width: 178px;
    color: #747474;
}

#emailBox .close {
    background: url("/Static/Image/emailBox/close.png") no-repeat scroll 0 0 transparent !important;
    position: absolute;
    height: 26px !important;
    margin: 0 !important;
    right: 6px !important;
    text-indent: -9999px !important;
    top: 5px !important;
    width: 25px !important;
}

/***************************************************************************************************/
/* Lists */
/***************************************************************************************************/
#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

#sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1.4em;
    height: 18px;
}

#sortable li span {
    position: absolute;
    margin-left: -1.3em;
}

/***************************************************************************************************/
/* Remove all inline styling */
/***************************************************************************************************/
.disNone {
    display: none;
}

.disInline {
    display: inline;
}

.disBlock {
    display: block;
}

.googleads {
    border-style: none;
}

.visHidden {
    visibility: hidden;
}

.font22 {
    font-size: 22px;
}

span.font18 {
    font-size: 18px;
}

.restaurantPicture {
    margin-bottom: 10px;
}

.map_canvas_size {
    width: 500px;
    height: 500px;
}

.curPointer {
    cursor: pointer;
}

.decUnderline {
    text-decoration: underline;
}

/******************************************/
/* Profiler Table CSS			  */
/******************************************/

table#profiler a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

table#profiler a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

table#profiler a:active,
table#profiler a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

table#profiler {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 20px;
    border: #ccc 1px solid;

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

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

table#profiler th {
    padding: 21px 25px 22px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

table#profiler th:first-child {
    text-align: left;
    padding-left: 20px;
}

table#profiler tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

table#profiler tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

table#profiler tr {
    text-align: center;
    padding-left: 20px;
}

table#profiler td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

table#profiler td {
    padding: 18px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table#profiler tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

table#profiler tr:last-child td {
    border-bottom: 0;
}

table#profiler tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

table#profiler tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

table#profiler tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.homepage_reviews_avatar
{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 0 8px 0 0;
    border: 1px solid #e3e3e3;
    float: left;
}

.recent_activ
{
    margin: 0;
    padding: 0;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-wrap: normal!important;
}