/* Reset ================================================================================= */

* {

    margin:0;

    padding:0;

}

body {

    text-align: center;

}

img {

    border:0;

    vertical-align:top;

}

a {

    outline: none;

}

a:hover {

    outline: none;

}

:focus {

    outline:0;

}

a:active {

    outline: none;

}

/* Headings */

h1, h2, h3, h4, h5, h6 {

    margin:0 0 5px;

    line-height:130%;

}

/* Forms */

form {

    display:inline;

}

fieldset {

    border:0;

}

legend {

    display:none;

}

/* Table */

table {

    border:0; /*border-collapse:collapse;*/

    border-spacing:0;

    empty-cells:show;

    font-size:100%;

}

caption, th, td {

    vertical-align:top;

    text-align:left;

}

/* Content */

p {

    margin:0 0 10px;

}

strong {

}

address {

    font-style:normal;

    line-height:1.35;

}

cite {

    font-style:normal;

}

q, blockquote {

    quotes:none;

}

q:before, q:after {

    content:'';

}

small, big {

}

/*sup           {  vertical-align:top; }*/



/* Lists */

ul, ol {

    list-style:none;

}

/* Tools */

.hidden {

    display:block !important;

    border:0 !important;

    margin:0 !important;

    padding:0 !important;

    font-size:0 !important;

    line-height:0 !important;

    width:0 !important;

    height:0 !important;

    overflow:hidden !important;

}

.nobr {

    white-space:nowrap !important;

}

.wrap {

    white-space:normal !important;

}

.a-left {

    text-align:left !important;

}

.a-center {

    text-align:center !important;

}

.a-right {

    text-align:right !important;

}

.v-top {

    vertical-align:top;

}

.v-middle {

    vertical-align:middle;

}

.f-left, .left {

    float:left !important;

}

.f-right, .right {

    float:right !important;

}

.f-none {

    float:none !important;

}

.f-fix {

    float:left;

    width:100%;

}

.no-display {

    display:none;

}

.no-margin {

    margin:0 !important;

}

.no-padding {

    padding:0 !important;

}

.no-bg {

    background:none !important;

}

.sp {

    display:block !important;

    border:0 !important;

    margin:0 !important;

    padding:0 !important;

    font-size:0 !important;

    line-height:0 !important;

    height:0 !important;

    overflow:hidden !important;

    clear: both;

}

/* ======================================================================================= */





/* Layout ================================================================================ */

.wrapper {

    min-width: 990px;

}

.page {

}

.page-print {

    background:#ffffff;

    padding:25px 30px;

    text-align:left;

}

.page-empty {

    background:#ffffff;

    padding:20px;

    text-align:left;

}

.page-popup {

    background:#ffffff;

    padding:20px;

    text-align:left;

}

.main-container {

    background:transparent;

}

.main {

    width:990px;

    margin:0 auto;

    min-height:400px;

    padding:0px 0px 0px 0px;

    text-align:left;

}

/* Base Columns */

.col-left {

    float: left;

    width: 195px;

    padding: 0 0 1px;

}

.col-main {

    float: left;

    width: 717px;

    padding: 0 0 1px;

}

.col-right {

    float: right;

    width: 195px;

    padding: 0 0 1px;

}

/* 1 Column Layout */

.col1-layout .col-main {

    float:none;

    width:auto;

}

/* 2 Columns Layout */

.col2-left-layout .col-main {

    float:right;

}

/* 3 Columns Layout */

.col3-layout .col-main {

    width: 507px;

    margin-left: 15px;

}

.col3-layout .col-wrapper {

    float:left;

    width:717px;

}

.col3-layout .col-wrapper .col-main {

    float:right;

}

/* Content Columns */

.col2-set .col-1 {

    float:left;

    width:48.5%;

}

.col2-set .col-2 {

    float:right;

    width:48.5%;

}

.col2-set .col-narrow {

    width:32%;

}

.col2-set .col-wide {

    width:65%;

}

.col3-set .col-1 {

    float:left;

    width:32%;

}

.col3-set .col-2 {

    float:left;

    width:32%;

    margin-left:2%;

}

.col3-set .col-3 {

    float:right;

    width:32%;

}

.col4-set .col-1 {

    float:left;

    width:23.5%;

}

.col4-set .col-2 {

    float:left;

    width:23.5%;

    margin:0 2%;

}

.col4-set .col-3 {

    float:left;

    width:23.5%;

}

.col4-set .col-4 {

    float:right;

    width:23.5%;

}

/* ======================================================================================= */





/* Global Styles ========================================================================= */

/* Form Elements */

input, select, textarea, button {

    vertical-align:middle;

}

input.input-text, textarea {

    padding:1px;

}

select {

    padding:0px;

}

select option {

    padding-right:10px;

}

select.multiselect option {

    padding:2px 5px;

}

select.multiselect option:last-child {

    border-bottom:0;

}

textarea {

    overflow:auto;

}

input.radio {

    margin-right:3px;

}

input.checkbox {

    margin-right:3px;

}

input.qty {

    width:2.5em;

}

button.button::-moz-focus-inner {

padding:0;

border:0;

} /* FF Fix */

button.button {

    -webkit-border-fit:lines;

} /* <- Safari & Google Chrome Fix */

button.button {

    overflow:visible;

    width:auto;

    border:0;

    padding:0;

    margin:0;

    cursor:pointer;

}

button.button span {

    display:block;

    height:19px;

    border:0;

    padding:0 8px;

    text-align:center;

    white-space:nowrap;

}

button.button span span {

    border:0;

    padding:0;

}

button.disabled span {

    border:0;

}

/*

button.btn-checkout.no-checkout span { background-position:0 100%;  }

button.btn-checkout.no-checkout span span { background-position:100% 100%; }

*/

p.control input.checkbox, p.control input.radio {

    margin-right:6px;

}

/*.highlight { background:#efefef; }*/



/* Form lists */

/* Grouped fields */

/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/

.form-list li {

    margin:0 0 8px;

}

.form-list label {

    float:left;

    position:relative;

    z-index:0;

}

.form-list label.required {

}

.form-list label.required em {

    float:right;

    font-style:normal;

    position:absolute;

    top:0;

    right:-8px;

}

.form-list li.control label {

    float:none;

}

.form-list li.control input.radio, .form-list li.control input.checkbox {

    margin-right:6px;

}

.form-list li.control .input-box {

    clear:none;

    display:inline;

    width:auto;

}

/*.form-list li.fields { margin-right:-15px; }*/

.form-list .input-box {

    display:block;

    clear:both;

    width:260px;

}

.form-list .field {

    float:left;

    width:275px;

}

.form-list input.input-text {

    width:254px;

}

.form-list textarea {

    width:254px;

    height:10em;

}

.form-list select {

    width:260px;

}

.form-list li.wide .input-box {

    width:535px;

}

.form-list li.wide input.input-text {

    width:529px;

}

.form-list li.wide textarea {

    width:529px;

}

.form-list li.wide select {

    width:535px;

}

.form-list li.additional-row {

    border-top:1px solid #ccc;

    margin-top:10px;

    padding-top:7px;

}

.form-list li.additional-row .btn-remove {

    float:right;

    margin:5px 0 0;

}

.form-list .input-range input.input-text {

    width:74px;

}

/* Customer */

.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {

    width:auto;

}

.form-list .name-prefix {

    width:65px;

}

.form-list .name-prefix select {

    width:55px;

}

.form-list .name-prefix input.input-text {

    width:49px;

}

.form-list .name-suffix {

    width:65px;

}

.form-list .name-suffix select {

    width:55px;

}

.form-list .name-suffix input.input-text {

    width:49px;

}

.form-list .name-middlename {

    width:70px;

}

.form-list .name-middlename input.input-text {

    width:49px;

}

.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {

    width:140px;

}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {

    width:124px;

}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {

    width:205px;

}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {

    width:189px;

}

.form-list .customer-name-prefix-suffix .name-firstname {

    width:210px;

}

.form-list .customer-name-prefix-suffix .name-lastname {

    width:205px;

}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {

    width:189px;

}

.form-list .customer-name-prefix-suffix .name-firstname {

    width:210px;

}

.form-list .customer-name-prefix-suffix .name-lastname {

    width:205px;

}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {

    width:189px;

}

.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {

    width:210px;

}

.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {

    width:205px;

}

.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {

    width:189px;

}

.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {

    float:left;

    width:85px;

}

.form-list .customer-dob input.input-text {

    display:block;

    width:74px;

}

.form-list .customer-dob label {

    font-size:10px;

}

.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {

    width:60px;

}

.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {

    width:46px;

}

.form-list .customer-dob .dob-year {

    width:140px;

}

.form-list .customer-dob .dob-year input.input-text {

    width:134px;

}

.buttons-set {

    clear:both;

    margin:4em 0 0;

    padding:8px 0 0;

    border-top:1px solid;

    text-align:right;

}

.buttons-set p.required {

    margin:0 0 10px;

}

.buttons-set .back-link {

    float:left;

    margin:0;

}

.buttons-set button.button {

    float:right;

    margin-left:5px;

}

.buttons-set-order {

    margin:10px 0 0;

}

.buttons-set-order .please-wait {

    padding:12px 7px 0 0;

}

.fieldset {

    border:1px solid;

    padding:22px 25px 12px 33px;

    margin:28px 0;

}

.fieldset .legend {

    float:left;

    border:1px solid;

    margin:-33px 0 0 -10px;

    padding:0 8px;

    position:relative;

}

/* Form Validation */

.validation-advice {

    clear:both;

    min-height:13px;

    margin:3px 0 0;

    line-height:13px;

}

.validation-failed {

    border:0 !important;

    background:#faebe7 !important;

}

.validation-passed {

}

p.required {

    text-align:right;

}

/* Expiration date and CVV number validation fix */

.v-fix {

    float:left;

}

.v-fix .validation-advice {

    display:block;

    width:12em;

    margin-right:-12em;

    position:relative;

}

/* Global Messages  */

.success {

}

.error {

}

.notice {

}

.messages, .messages ul {

    list-style:none !important;

    margin:0 !important;

    padding:0 !important;

}

.messages {

    width:100%;

    overflow:hidden;

}

.messages li {

    margin:0 0 10px !important;

}

.messages li li {

    margin:0 0 3px !important;

}

.error-msg, .success-msg, .note-msg, .notice-msg {

    border-style:solid;

    border-width:1px;

    min-height: 16px;

    padding:4px 8px 4px 8px;

}

/* BreadCrumbs */

.breadcrumbs {

    line-height:1.25;

    margin:0 0 5px;

}

.breadcrumbs li {

    display:inline;

}

.breadcrumbs li strong {

}

/* Page Heading */

.page-title {

    width:100%;

    overflow:hidden;

    margin:0 0 15px;

}

.page-title h1, .page-title h2 {

    margin:0;

}

.page-title .separator {

    margin:0 3px;

}

.page-title .link-rss {

    float:right;

    margin:7px 0 0;

}

.title-buttons {

    text-align:right;

}

.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {

    float:left;

}

.subtitle {

    clear:both;

    padding:15px 0 0;

    margin:0 0 6px;

}

/* Pager */

.pager {

    padding:4px 8px;

    text-align:center;

}

.pager .amount {

    float:left;

    margin:0;

}

.pager .limiter {

    float:right;

}

.pager .limiter label {

    vertical-align:middle;

}

.pager .limiter select {

    padding:0;

    margin:0 0 1px;

    vertical-align:middle;

}

.pager .pages {

    margin:0 140px;

}

.pager .pages ol {

    display:inline;

}

.pager .pages li {

    display:inline;

    margin:0 2px;

}

.pager .pages .current {

}

/* Sorter */

.sorter {

    padding:3px 8px;

}

.sorter .view-mode {

    float:left;

    margin:0;

}

.sorter .sort-by {

    float:right;

    padding-right:36px;

}

.sorter .sort-by label {

    vertical-align:middle;

}

.sorter .sort-by select {

    padding:0;

    margin:0 0 1px;

    vertical-align:middle;

}

.sorter .link-feed {

}

/* Toolbar */

.toolbar {

}

.toolbar .pager {

    padding:3px 8px;

}

.toolbar .sorter {

}

.toolbar-bottom {

}

/* Data Table */

.data-table {

    width:100%;

}

.data-table .odd {

}

.data-table .even {

}

/*.data-table tr.odd:hover,

.data-table tr.even:hover { background:#ebf1f6; }*/

.data-table td.last, .data-table th.last {

    border-right:0;

}

.data-table tr.last th, .data-table tr.last td {

    border-bottom:0 !important;

}

.data-table th {

    padding:3px 8px;

}

.data-table td {

    padding:3px 8px;

}

.data-table thead th {

    padding:2px 8px;

    white-space:nowrap;

    vertical-align:middle;

}

.data-table thead th.wrap {

    white-space:normal;

}

.data-table thead th a, .data-table thead th a:hover {

}

.data-table thead th {

}

.data-table thead th .tax-flag {

    white-space:nowrap;

}

.data-table tfoot {

}

.data-table tfoot tr.first td {

}

.data-table tfoot tr {

}

.data-table tfoot td {

    padding-top:1px;

    padding-bottom:1px;

    border-bottom:0;

}

.data-table tfoot strong {

}

.data-table tbody th, .data-table tbody td {

}

/* Bundle products tables */

.data-table tbody.odd tr {

}

.data-table tbody.even tr {

}

.data-table tbody.odd tr td, .data-table tbody.even tr td {

    border-bottom:0;

}

.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {

}

.data-table tbody td .option-label {

    font-style:italic;

}

.data-table tbody td .option-value {

    padding-left:10px;

}

/* Generic Info Box */

.info-box {

    padding:12px 15px;

    margin:0 0 15px;

}

.info-box h2 {

}

.info-table th {

    padding:2px 15px 2px 0;

}

.info-table td {

    padding:2px 0;

}

/* Shopping cart total summary row expandable to details */

tr.summary-total {

    cursor:pointer;

}

tr.summary-total td {

}

tr.summary-total .summary-collapse {

    float:right;

    text-align:right;

    padding-left:20px;

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/bkg_collapse.gif) 0 5px no-repeat;

    cursor:pointer;

}

tr.show-details .summary-collapse {

    background-position:0 -52px;

}

tr.show-details td {

}

tr.summary-details-excluded {

    font-style:italic;

}

/* Shopping cart tax info */

.cart-tax-info {

    display:block;

}

.cart-tax-info, .cart-tax-info .cart-price {

    padding-right:20px;

}

.cart-tax-total {

    display:block;

    padding-right:20px;

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/bkg_collapse.gif) 100% 5px no-repeat;

    cursor:pointer;

}

.cart-tax-info .price, .cart-tax-total .price {

    display:inline !important;

}

.cart-tax-total-expanded {

    background-position:100% -52px;

}

/* Class: std - styles for admin-controlled content */

.std .subtitle {

    padding:0;

}

.std ol.ol {

    list-style:decimal outside;

    padding-left:1.5em;

}

.std ul.disc {

    list-style:disc outside;

    padding-left:18px;

    margin:0 0 10px;

}

.std dl dt {

}

.std dl dd {

    margin:0 0 10px;

}

/* Misc */

.footer_links{

    margin:5px 0;

}

.footer_links li{

    border-right: 1px solid black;

    display: inline;

    padding: 0 5px;

}

.footer_links li.last{

    border:none;

}

.links li {

    display:inline;

    padding:0 5px;

    border-right:1px solid black;

}

.links li.first {

    padding-left:0 !important;

}

.links li.last {

    background:none !important;

    padding-right:0 !important;

    border:none;

}

.link-rss {

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/i_rss.gif) 0 2px no-repeat;

    padding-left:18px;

    line-height:14px;

    white-space:nowrap;

}

.btn-remove {

    display:block;

    width:11px;

    height:11px;

    font-size:0;

    line-height:0;

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/btn_remove.gif) 0 0 no-repeat;

    text-indent:-999em;

    overflow:hidden;

}

.btn-remove2 {

    display:block;

    width:16px;

    height:16px;

    font-size:0;

    line-height:0;

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/btn_trash.gif) 0 0 no-repeat;

    text-indent:-999em;

    overflow:hidden;

}

.separator {

    margin:0 3px;

}

.divider {

    clear:both;

    display:block;

    font-size:0;

    line-height:0;

    height:1px;

    margin:10px 0;

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/bkg_divider1.gif) 0 50% repeat-x;

    text-indent:-999em;

    overflow:hidden;

}

/* Noscript Notice */

.noscript {

    border:1px solid;

    border-width:0 0 1px;

    line-height:1.25;

    text-align:center;

}

.noscript .noscript-inner {

    width:950px;

    margin:0 auto;

    padding:12px 0 12px;

}

.noscript p {

    margin:0;

}

/* DEMO NOTICE */

.demo-notice {

    background: none repeat scroll 0 0 #ffffff;

    color: #000000;

    font-size: 11px;

    font-weight: bold;

    line-height: 1.15;

    margin: 0;

    padding: 5px 5px;

    text-align: center;

    opacity: 0.7;

 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);

    position: absolute;

    top: 0;

    bottom: 0;

}

/* ======================================================================================= */





/* Header ================================================================================ */

.logo {

    float:left;

}

.header-container {

}

.header {

    width: 100%;

    margin:0 auto;

    padding:0px;

    text-align:right;

    position:relative;

    z-index:10;

}

.header .logo {

    float:left;

    text-decoration:none !important;

}

.header .logo strong {

    position:absolute;

    top:-999em;

    left:-999em;

    width:0;

    height:0;

    font-size:0;

    line-height:0;

    text-indent:-999em;

    overflow:hidden;

}

.header h1.logo, .header h2.logo {

    margin:0;

}

.header .quick-access {

    float:right;

}

.header .welcome-msg {

}

.header .form-search {

}

.header .form-search label {

    float:left;

    width:24px;

    height:21px;

    text-align:left;

    text-indent:-999em;

    overflow:hidden;

}

.header .form-search input.input-text {

    float: left;

}

.header .form-search button.button {

    float:left;

}

.header .form-search button.button span {

    border:0;

    height:21px;

    padding:0 0 0 0px;

}

.header .form-search button.button span span {

    background-position:100% 0;

    padding:0 6px 0 3px;

}

.header .form-search .search-autocomplete {

    z-index:999;

    left:40px !important;

    top:22px !important;

}

.header .form-search .search-autocomplete ul {

    border:1px solid;

}

.header .form-search .search-autocomplete li {

    text-align:left;

    border-bottom:1px solid;

    padding:2px 8px 1px 8px;

    cursor:pointer;

}

.header .form-search .search-autocomplete li .amount {

    float:right;

}

.header .form-language {

    text-align:right;

}

.header .form-language label {

    padding-right:5px;

    vertical-align:middle;

}

.header .form-language select {

    padding:0;

}

.header .form-language select.flags option {

    background-position:4px 50%;

    background-repeat:no-repeat;

    padding-left:25px;

}

.header .links {

    float:right;

}

.header .links li {

    float:right;

}

.header .links a {

}

.header-container .top-container {

    clear:both;

    padding:5px 10px 0 12px;

    text-align:right;

}

.header-container .top-container a {

}

/* ======================================================================================= */

/********** < Navigation */

.nav-container {

}

#nav {

    width: 990px;

    margin: 0 auto;

    padding: 0 0px;

}

/* All Levels */ /* Style consistent throughout all nav levels */

#nav li {

    position:relative;

    text-align:left;

}

#nav li.over {

    z-index:998;

}

#nav a, #nav a:hover {

    display:block;

}

#nav span {

    display:block;

    cursor:pointer;

    white-space:nowrap;

}

#nav li ul span {

    white-space:normal;

}

#nav ul li.parent a {

}

#nav ul li.parent li a {

}

/* 0 Level */

#nav li {

    float:left;

}

#nav li.active a {

}

#nav a {

    float:left;

}

#nav li.over a, #nav a:hover {

}

/* 1st Level */

#nav ul li, #nav ul li.active {

    float:none;

    margin:0;

    padding-bottom:1px;

}

#nav ul li.last {

    padding-bottom:0;

}

#nav ul a, #nav ul a:hover {

    float:none;

    padding:0;

}

#nav ul li a {

}

/* 2nd Level */

#nav ul, #nav div {

    position:absolute;

    width:15em;

    top:27px;

    left:-10000px;

}

#nav div ul {

    position:static;

    width:auto;

    border:none;

}

/* 3rd+ Level */

#nav ul ul, #nav ul div {

    top:5px;

}

#nav ul li a {

}

#nav ul li a:hover {

}

#nav ul li a, #nav ul li a:hover {

}

#nav ul span, #nav ul li.last li span {

    padding:3px 15px 4px 15px;

}

/* Show menu */

#nav li ul.shown-sub, #nav li div.shown-sub {

    left:0;

    z-index:999;

}

#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {

    left:100px;

}

/*1.4.1.0*/

/* Show menu */

#nav li.over > ul {

    left:0;

}

#nav li.over > ul li.over > ul {

    left:180px;

}

#nav li.over ul ul {

    left:-10000px;

}

/*    My Garage =====================================================================*/

.vf-home .vaf-search {

    -moz-border-bottom-colors: none;

    -moz-border-left-colors: none;

    -moz-border-right-colors: none;

    -moz-border-top-colors: none;

    height: 290px;

    background: none repeat scroll 0 0 #fff;

    border-color: #aaa #205ca9 #205ca9;

    border-image: none;

    border-right: 2px solid #205ca9;

    border-style: solid;

    border-width: 2px;

    padding: 5px 10px 10px;

}

.vf-home .head{

    margin-bottom: 15px;

}

.vf-home .head h4{

    background: none;

    color: #3a3a3a;

    font-family: "Oswald",sans-serif;

    font-size: 19px;

    line-height: 35px;

    border-bottom: 2px solid;

}

.vf-home .head h4 span{

    background: none;

    padding:0;

}



.vf-home .content{

    background: none;

    color: #474747;

}

.vf-home #vafForm select{

    font-weight: bold;

    margin-bottom: 15px;

    padding:5px;

    width:220px; 

    overflow:hidden; 

    white-space:pre; 

    text-overflow:ellipsis;

}

.vafClear{

    background: none repeat scroll 0 0 #666;

    color: #fff;

    font-family: Oswald;

    font-size: 17px;

    line-height: 23px;

    width: 70px;

}



.vafSubmit {

    background: none repeat scroll 0 0 #205ca9;

    color: #fff;

    font-family: Oswald;

    font-size: 17px;

    line-height: 23px;

    width: 70px;

}



/*    Search By Vehicle Sidebar ===========================================================*/

#vafForm>select {

    width:180px; 

    overflow:hidden; 



    text-overflow:ellipsis;

    margin-bottom: 5px;

}

.vaf-search{

margin: 0 0 8px;

border: 0;

background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/block_bg.gif) repeat-y 0 0;

}

.head {

border-bottom: 0px;

padding: 0px 0px 0px 0px;

background: transparent;



}

.head h4{

    color: #020c0e;

    background: url("https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/block_head_red.gif") no-repeat scroll 0 0 transparent;

    font: bold 12px/19px Arial,Helvetica,sans-serif;

    padding: 3px 5px 2px 13px;

    text-transform: uppercase;

    color:#fff;

}



.head h4 span{

    background: url("https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/icon_block_title.gif") no-repeat scroll 0 6px rgba(0, 0, 0, 0);

    padding: 4px 0 5px 13px;

    position: relative;

}

.content{

    background: url("https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/block_bt.gif") no-repeat scroll 0 100% transparent;

    color: #474747;

    padding: 0 5px 10px 12px;

}



/* Sidebar =============================================================================== */

.block {

    margin:0 0 15px;

}

.block .block-title {

}

.block .block-title strong {

    display:block;

    min-height:16px;

    padding:1px 0 1px;

}

.block .block-title strong span {

}

.block .block-title a {

}

.block .block-subtitle {

    margin:0;

    padding:5px 9px;

}

.block .block-content {

}

.block .block-content li.item {

    padding:7px 9px;

}

.block .block-content .product-name {

}

.block .btn-remove {

    float:right;

    margin:1px 0 2px 5px;

}

.block .actions {

    padding:6px 9px;

    text-align:right;

}

.block .actions a {

    float:left;

}

.block .actions button.button {

    float:right;

}

.block .empty {

    margin:0;

}

/* Mini Blocks */

.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {

    line-height:1.25;

}

.block-cart .block-title strong, .block-wishlist .block-title strong, .block-subscribe .block-title strong, .block-compare .block-title strong, .block-reorder .block-title strong, .block-poll .block-title strong, .block-viewed .block-title strong, .block-compared .block-title strong, .block-related .block-title strong, .block-tags .block-title strong, .block-login .block-title strong {

    background-position:0 0;

    background-repeat:no-repeat;

    padding-left:0px;

}

/* Mini Products List */

.mini-products-list .product-image {

    float:left;

    width:50px;

    border:1px solid;

}

.mini-products-list .product-details {

    margin-left:60px;

}

/* Block: Account */

.block-account {

}

.block-account .block-title {

    border:0;

    padding:3px 10px;

}

.block-account .block-title strong {

}

.block-account .block-content {

    padding:7px 10px 7px;

}

.block-account .block-content li a {

    display:block;

    padding:3px 0;

}

.block-account .block-content li a:hover {

}

.block-account .block-content li.last a {

    border-bottom:0;

}

.block-account .block-content li.current {

    padding:3px 0;

}

.block-account .block-content li.current.last {

    border-bottom:0;

}

/* Block: Currency Switcher */

.block-currency {

    border:0;

    padding: 0px;

    height:auto;

}

.block-currency .block-title {

    background:none;

    border:0;

    padding:0;

    margin:0 0 0px;

}

.block-currency .block-title strong {

}

.block-currency .block-content {

    background:none;

    padding:6px 0px 6px 0px;

}

.block-currency .block-content select {

    width: auto;

    padding:0;

    display: block;

    margin:0;

}

/* Block: Layered Navigation */

.block-layered-nav {

    border:0;

}

.block-layered-nav dt {

    padding:7px 0px 0 0px;

}

.block-layered-nav dd {

}

.block-layered-nav dd.last {

    background:none;

}

.block-layered-nav .currently li {

    padding:4px 0px 4px 0px;

}

.block-layered-nav .currently .label {

}

.block-layered-nav .currently .btn-remove {

    margin:3px 0 0;

}

.block-layered-nav .actions {

    padding:4px 9px;

    text-align:right;

}

.block-layered-nav .actions a {

    float:none;

}

/* Block: Cart */

.block-cart .block-title {

}

.block-cart .block-title strong {

}

.block-cart .summary {

    padding:2px 8px 8px;

    margin:-1px 0 0;

    position:relative;

    z-index:1;

}

.block-cart .amount {

    margin:0;

}

.block-cart .amount a {

}

.block-cart .subtotal {

    margin:5px 0 0;

    padding:2px 0;

    text-align:center;

}

.block-cart .subtotal .price {

}

.block-cart .actions {

}

/* Block: Wishlist */

.block-wishlist .block-title strong {

}

.block-wishlist .actions {

    text-align:right;

}

.block-wishlist .actions a {

    float:none;

}

/* Block: Related */

.block-related .block-title strong {

}

.block-related input.checkbox {

    float:left;

}

.block-related .product {

    margin-left:20px;

}

/* Block: Compare Products */

.block-compare .block-title strong {

}

.block-compare button.button span {

}

.page-popup .link-print {

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/i_print.gif) 0 2px no-repeat;

    padding:2px 0 2px 25px;

}

.compare-table {

    border:0;

}

.compare-table thead tr.first th, .compare-table thead tr.first td {

    border:0;

    background:none;

    padding:0;

    font-size:0;

    line-height:0;

}

.compare-table .btn-remove {

    float:right;

    background-image:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/btn_remove2.gif);

    width:72px;

    height:15px;

}

.compare-table tbody th, .compare-table tbody td {

    padding:10px;

    border:0;

    border-top:1px solid;

    border-left:1px solid;

}

.compare-table tbody td.last {

    border-right:1px solid;

}

.compare-table tbody tr.last th, .compare-table tbody tr.last td {

    border-bottom:1px solid;

}

.compare-table tr.add-to-row td {

    text-align:center;

}

.compare-table tr.first td {

    text-align:center;

}

.compare-table tr.first td .product-name {

    margin:0 0 5px;

}

.compare-table tr.first td .product-name a {

}

.compare-table tr.first td .ratings {

    width:69px;

    margin:0 auto;

}

.compare-table tr.first td p, .compare-table tr.add-to-row td p {

    margin:0;

}

/* Block: Recently Viewed */

.block-viewed .block-title strong {

}

/* Block: Recently Compared */

.block-compared .block-title strong {

}

/* Block: Poll */

.block-poll .block-title strong {

}

.block-poll .block-subtitle {

}

.block-poll label {

}

.block-poll input.radio {

    float:left;

    margin:1px -18px 0 0;

}

.block-poll .label {

    display:block;

    margin-left:18px;

}

.block-poll li {

    padding:3px 9px;

}

.block-poll .actions {

    margin:5px 0 0;

}

.block-poll button.button span {

}

.block-poll .answer {

}

.block-poll .votes {

    float:right;

    margin-left:10px;

}

/* Block: Tags */

.block-tags .block-title strong {

}

.block-tags .block-content ul {

    padding:0px 5px 0px 5px;

}

.block-tags .block-content li {

    display:inline;

    padding-right:4px;

}

.block-tags .block-content a {

}

.block-tags .actions {

    text-align:right;

}

.block-tags .actions a {

    float:none;

}

/* Block: Subscribe */

.block-subscribe .block-content {

    padding:5px 10px;

}

.block-subscribe .block-title strong {

}

.block-subscribe label {

}

.block-subscribe input.input-text {

    display:block;

    width:167px;

    margin:3px 0;

}

.block-subscribe .actions {

    background:none;

    padding:0;

    margin:3px 0 0;

    text-align:left;

}

.block-subscribe .actions button.button {

    float:none;

}

.block-subscribe .actions button.button span {

}

/* Block: Reorder */

.block-reorder .block-title strong {

}

.block-reorder input.checkbox {

    float:left;

    margin:2px -20px 0 0;

}

.block-reorder .product-name {

    margin-left:20px;

}

.block-reorder .validation-advice {

    margin:3px 9px 7px;

}

/* Block: Banner */

.block-banner {

    border:0;

}

.block-banner .block-content {

    padding:0;

    text-align:center;

}



/* vf */

.vf-home{

    float:right;

    margin-right:15px;

    width: 270px;

    height: 290px;

    overflow: hidden;

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/20160620120315.png) 0 0 no-repeat;

}





/* Block: Login */

.block-login .block-title strong {

}

.block-login .block-content {

    padding:5px 10px;

}

.block-login label {

}

.block-login input.input-text {

    display:block;

    width:167px;

    margin:3px 0;

}

.block-login .actions {

    background:none;

    padding:0;

    margin:3px 0 0;

}

.block-login .actions button.button span {

}

/* Paypal */

.sidebar .paypal-logo {

    display:block;

    margin:10px 0;

    text-align:center;

}

.sidebar .paypal-logo a {

    float:none;

}

/* ======================================================================================= */





/* Category Page ========================================================================= */

.category-title {

    border:0;

    margin:0 0 7px;

}

.category-image {

    width:100%;

    overflow:hidden;

    margin:0 0 10px;

    text-align:center;

}

.category-image img {

}

.category-description {

    margin:0 0 10px;

}

.category-products {

}

/* View Type: Grid */

.products-grid {

    position:relative;

}

.products-grid.last {

    border-bottom:0;

}

.products-grid li.item {

    float:left;

}

.products-grid .product-image {

    display:block;

}

.products-grid .product-name {

    margin:0 0 5px;

}

.products-grid .product-name a {

}

.products-grid .price-box {

    margin:5px 0;

}

.products-grid .availability {

    line-height:21px;

}

.products-grid .actions {

    position:absolute;

    bottom:12px;

}

.col2-left-layout .products-grid, .col2-right-layout .products-grid {

    width:727px;

    margin:0 auto;

}

.col1-layout .products-grid {

    width:790px;

    margin:0 auto;

}

/* View Type: List */

.products-list li.item {

    padding:12px 10px;

}

.products-list li.item.last {

    border-bottom:0;

}

.products-list .product-image {

    float:left;

    width:135px;

    height:135px;

    margin:0 0 10px;

}

.products-list .product-shop {

    margin-left:150px;

}

.products-list .product-name {

    margin:0 0 5px;

}

.products-list .product-name a {

}

.products-list .price-box {

    float:left;

    margin:3px 13px 5px 0;

}

.products-list .availability {

    float:left;

    margin:3px 0 0;

}

.products-list .desc {

    clear:both;

    padding:6px 0 0;

    margin:0 0 15px;

    line-height:1.35;

}

.products-list .desc .link-more {

}

.products-list .add-to-links {

    clear:both;

}

.products-list .add-to-links li {

    display:inline;

}

.products-list .add-to-links .separator {

    display:inline;

    margin:0 2px;

}

/* ======================================================================================= */





/* Product View ========================================================================== */

/* Rating */

.no-rating {

    margin:0;

}

.ratings {

    line-height:1.25;

    margin:7px 0;

}

.ratings strong {

    float:left;

    margin:1px 3px 0 0;

}

.ratings .rating-links {

    margin:0;

}

.ratings .rating-links .separator {

    margin:0 2px;

}

.ratings dt {

}

.ratings dd {

}

.rating-box {

    width:69px;

    height:13px;

    font-size:0;

    line-height:0;

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/bkg_rating.gif) 0 0 repeat-x;

    text-indent:-999em;

    overflow:hidden;

}

.rating-box .rating {

    float:left;

    height:13px;

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/bkg_rating.gif) 0 100% repeat-x;

}

.ratings .rating-box {

    float:left;

    margin-right:3px;

}

.ratings .amount {

}

.ratings-table th, .ratings-table td {

    line-height:1.15;

    padding:3px 0;

}

.ratings-table th {

    padding-right:8px;

}

/* Availability */

.availability {

    margin:0;

}

.availability span {

}

.availability.in-stock span {

}

.availability.out-of-stock span {

}

.availability-only {

    margin:10px 0 7px;

    line-height:16px;

}

.availability-only span, .availability-only a {

    border-bottom:1px dashed #751d02;

    cursor:help;

}

.availability-only a {

    cursor:pointer;

}

.availability-only .expanded {

    background-position:100% -15px;

}

.availability-only strong {

}

.availability-only-details {

    margin:0 0 7px;

}

.availability-only-details th {

    font-size:10px;

    padding:0 8px;

}

.availability-only-details td {

    border-bottom:1px solid;

    padding:2px 8px 1px;

}

.availability-only-details tr.odd td.last {

}

.product-view .product-shop .availability {

}

.product-view .product-shop .availability span {

}

/* Email to a Friend */

.email-friend {

    margin:0;

}

/* Alerts */

.alert-price {

    margin:0;

}

.alert-stock {

    margin:0;

}

/********** < Product Prices */

.price {

    white-space:nowrap !important;

}

.price-box {

    margin:5px 0;

}

.price-box .price {

}

/* Regular price */

.regular-price {

}

.regular-price .price {

}

.block .regular-price, .block .regular-price .price {

}

/* Old price */

.old-price {

    margin:0;

}

.old-price .price-label {

    white-space:nowrap;

}

.old-price .price {

    text-decoration:line-through;

}

/* Special price */

.special-price {

    margin:0;

    padding:3px 0;

}

.special-price .price-label {

    white-space:nowrap;

}

.special-price .price {

}

/* Minimal price (as low as) */

.minimal-price {

    margin:0;

}

.minimal-price .price-label {

    white-space:nowrap;

}

.minimal-price-link {

    display:block;

}

.minimal-price-link .label {

}

.minimal-price-link .price {

}

/* Excluding tax */

.price-excluding-tax {

    display:block;

}

.price-excluding-tax .label {

    white-space:nowrap;

}

.price-excluding-tax .price {

}

/* Including tax */

.price-including-tax {

    display:block;

}

.price-including-tax .label {

    white-space:nowrap;

}

.price-including-tax .price {

}

/* FPT */

.weee {

    display:block;

}

.weee .price {

}

/* Excl tax (for order tables) */

.price-excl-tax {

    display:block;

}

.price-excl-tax .label {

    display:block;

    white-space:nowrap;

}

.price-excl-tax .price {

    display:block;

}

/* Incl tax (for order tables) */

.price-incl-tax {

    display:block;

}

.price-incl-tax .label {

    display:block;

    white-space:nowrap;

}

.price-incl-tax .price {

    display:block;

}

/* Price range */

.price-from {

    margin:0;

}

.price-from .price-label {

    white-space:nowrap;

}

.price-to {

    margin:0;

}

.price-to .price-label {

    white-space:nowrap;

}

/* Price notice next to the options */

.price-notice {

    padding-left:10px;

}

.price-notice .price {

}

/* Price as configured */

.price-as-configured {

    margin:0;

}

.price-as-configured .price-label {

    white-space:nowrap;

}

.price-box-bundle {

    padding:0 0 10px 0;

}

.price-box-bundle .price-box {

    margin:0 !important;

    padding:0 !important;

}

.price-box-bundle .price {

}

/********** Product Prices > */



/* Tier Prices */

.tier-prices {

    margin:10px 0;

    padding:10px;

    border:1px solid;

}

.tier-prices li {

    line-height:1.4;

    padding:2px 0 2px 0px;

}

.tier-prices .benefit {

    font-style:italic;

}

.tier-prices .price {

}

.tier-prices-grouped li {

    padding:2px 0;

}

.tier-prices-grouped li .price {

}

/* Add to Links */

.add-to-links {

    margin:5px 0 0;

}

.add-to-links .separator {

    display:none;

}

/* Add to Cart */

.add-to-cart label {

    float:left;

    margin-right:5px;

}

.add-to-cart .qty {

    float:left;

    margin-right:5px;

}

.add-to-cart button.button {

    float:left;

}

.add-to-cart .paypal-logo {

    clear:left;

    margin:0;

    padding:10px 0 0;

    text-align:right;

}

/* Add to Links + Add to Cart */

.add-to-box {

    margin:10px 0;

}

.add-to-box .add-to-cart {

    float:left;

}

.add-to-box .or {

    float:left;

    margin:0 7px;

}

.add-to-box .add-to-links {

    float:left;

    margin:0;

    line-height:1.25;

    text-align:left;

}

.add-to-box .add-to-links li {

    display:block;

}

.add-to-box .add-to-links li .separator {

    display:none !important;

}

.product-essential {

    padding:25px;

}

.product-essential h2 {

}

.product-collateral {

    padding:10px 25px 10px 25px;

}

.product-collateral h2 {

    padding:0 0 1px;

    margin:0 0 5px;

}

.product-collateral .box-collateral {

    margin:0 0 25px;

}

/* Product Images */

.product-view .product-img-box {

    float:left;

    width:267px;

}

.col3-layout .product-view .product-img-box {

    float:none;

    margin:0 auto;

}

.product-view .product-img-box .product-image {

    margin:0 0 13px;

}

.product-view .product-img-box .product-image-zoom {

    position:relative;

    width:265px;

    height:265px;

    overflow:hidden;

    z-index:9;

}

.product-view .product-img-box .product-image-zoom img {

    position:absolute;

    left:0;

    top:0;

    cursor:move;

}

.product-view .product-img-box .zoom-notice {

    margin:0 0 5px;

    text-align:center;

}

.product-view .product-img-box .zoom {

    position:relative;

    z-index:9;

    height:18px;

    margin:0 auto 13px;

    padding:0 28px;

    cursor:pointer;

}

.product-view .product-img-box .zoom.disabled {

    -moz-opacity:.3;

    -webkit-opacity:.3;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/

    opacity:.3;

}

.product-view .product-img-box .zoom #track {

    position:relative;

    height:18px;

}

.product-view .product-img-box .zoom #handle {

    position:absolute;

    left:0;

    top:-1px;

    width:9px;

    height:22px;

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/magnifier_handle.gif) 0 0 no-repeat;

}

.product-view .product-img-box .zoom .btn-zoom-out {

    position:absolute;

    left:2px;

    top:0;

}

.product-view .product-img-box .zoom .btn-zoom-in {

    position:absolute;

    right:2px;

    top:0;

}

.product-view .product-img-box .more-views h2 {

    margin:0 0 8px;

}

.product-view .product-img-box .more-views ul {

    margin-left:-9px

}

.product-view .product-img-box .more-views li {

    float:left;

    margin:0 0 8px 9px;

}

.product-view .product-img-box .more-views li a {

    float:left;

    width:52px;

    height:52px;

    overflow:hidden;

}

.product-image-popup {

    margin:0 auto;

}

.product-image-popup .nav {

    text-align:center;

}

.product-image-popup .image {

    display:block;

    margin:10px 0;

}

.product-image-popup .image-label {

    margin:0 0 10px;

}

/* Product Shop */

.product-view .product-shop {

    float:right;

    width:330px;

}

.col1-layout .product-view .product-shop {

    float:right;

    width:545px;

}

.col3-layout .product-view .product-shop {

    float:none;

    width:auto;

}

.product-view .product-shop .product-name {

    margin:0 0 5px;

}

.product-view .product-shop .product-name h1 {

    margin:0;

}

.product-view .product-shop .availability {

    margin:10px 0;

}

.product-view .product-shop .short-description {

    margin:10px 0;

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/bkg_divider1.gif) 0 0 repeat-x;

    padding:10px 0 0;

}

.product-view .product-shop .price-box {

    margin:10px 0;

}

.product-view .product-shop .add-to-links {

    margin:0;

}

.product-view .product-shop .add-to-links {

}

.product-view .product-shop .add-to-links li, .product-view .product-shop .add-to-links li .separator {

    display:inline;

}

.product-view .product-shop .add-to-links a {

}

/* Product Options */

.product-options {

    margin:20px 0 0;

    padding:10px 15px 20px;

    border:1px solid;

}

.product-options dt {

    padding:10px 0 0;

}

.product-options dt label {

}

.product-options dt span.required {

    color:#eb340a;

}

.product-options dt .qty-holder {

    float:right;

    margin-right:15px;

}

.product-options dt .qty-holder label {

    vertical-align:middle;

}

.product-options dt .qty-disabled {

    background:none;

    border:0;

    padding:3px;

}

.product-options dd {

    padding:5px 10px 15px;

    margin:0 0 5px;

    border-bottom:1px solid;

}

.product-options dl.last dd.last {

    border-bottom:0;

    padding-bottom:5px;

    margin-bottom:0;

}

.product-options dd input.input-text {

    width:98%;

}

.product-options dd input.datetime-picker {

    width:150px;

}

.product-options dd .time-picker {

    display:-moz-inline-box;

    display:inline-block;

    padding:2px 0;

    vertical-align:middle;

}

.product-options dd textarea {

    width:98%;

    height:8em;

}

.product-options dd select {

    width:99%;

}

.product-options dd .multiselect option {

    border-bottom:1px dotted;

    padding:2px 4px;

}

.product-options ul.options-list {

    margin-right:5px;

}

.product-options ul.options-list li {

    line-height:1.5;

    padding:2px 0;

}

.product-options ul.options-list input.radio {

    float:left;

    margin-top:3px;

}

.product-options ul.options-list input.checkbox {

    float:left;

    margin-top:3px;

}

.product-options ul.options-list .label {

    display:block;

    margin-left:18px;

}

.product-options ul.options-list label {

}

.product-options ul.validation-failed {

    padding:0 7px;

}

.product-options p.note {

    margin:0;

}

.product-options p.required {

    margin-bottom:0;

    padding:15px 0 0;

}

.product-options-bottom {

    padding:15px 20px;

    border:1px solid;

    border-top:0;

}

.product-options-bottom .tier-prices {

    margin:0;

    padding:0 0 10px;

    border:0;

    background:0;

}

.product-options-bottom .tier-prices li {

    background:0;

    padding:2px 0;

}

.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {

}

.product-options-bottom .price-box {

    float:left;

    margin:0;

    padding:0;

}

.col3-layout .product-options-bottom .price-box {

    float:none;

    padding:0 0 5px;

}

.product-options-bottom .price-label {

    float:left;

    padding-right:5px;

}

.product-options-bottom .price-tax {

    float:left;

}

.product-options-bottom .add-to-cart {

    float:right;

}

.product-shop .product-options-bottom {

    margin:0 0 10px;

}

.product-shop .product-options-bottom .price-box {

    float:none;

    margin:0 0 5px;

}

.product-shop .product-options-bottom .price-label {

    float:none;

    padding-right:0;

}

.product-shop .product-options-bottom .price-tax {

    float:none;

}

.product-shop .product-options-bottom .add-to-cart-box {

    clear:both;

    float:left;

    padding-top:12px;

}

/* Grouped Product */

.product-view .grouped-items-table .price-box {

    margin:0;

    padding:0;

}

/* Block: Description */

.product-view .box-description {

}

/* Block: Additional */

.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {

    line-height:1.25;

}

/* Block: Upsell */

.product-view .box-up-sell h2 {

    border-bottom:0;

    padding:0;

    margin:0 0 8px;

}

.product-view .box-up-sell .products-grid {

    width:100%;

}

.product-view .box-up-sell .products-grid td {

    width:25%;

    padding:15px 10px 12px;

    line-height:1.6em;

}

.product-view .box-up-sell .products-grid tr.last td {

}

.product-view .box-up-sell .products-grid td.last {

}

.product-view .box-up-sell .products-grid .product-image {

    text-align:center;

    border: 0;

}

.product-view .box-up-sell .products-grid .product-image img {

    border: 1px solid;

}

.product-view .box-up-sell .products-grid td.empty {

    border-right:0;

}

.product-view .box-up-sell .products-grid .ratings .rating-box {

    float:none;

    display:block;

    margin:0 0 3px;

}

/* Block: Tags */

.product-view .box-tags {

    margin:0;

}

.product-view .box-tags h3 {

}

.product-view .box-tags .product-tags {

    display:block;

    margin:0 0 15px;

}

.product-view .box-tags .product-tags li {

    display:inline;

}

.product-view .box-tags .product-tags li.first {

    padding-left:0;

}

.product-view .box-tags .product-tags li.last {

    background:none;

    padding-right:0;

}

.product-view .box-tags .form-add label {

    display:block;

    margin:0 0 5px;

}

.product-view .box-tags .form-add .input-box {

    float:left;

    width:305px;

    margin:0 5px 0 0;

    padding:0 0 0 0px;

}

.product-view .box-tags .form-add input.input-text {

    width:299px;

}

.product-view .box-tags .note {

    margin:3px 0 0;

    padding:0 0 0 0px;

}

/* Block: Reviews */

.product-view .box-reviews dl {

    margin:15px 0;

}

.product-view .box-reviews dt a, .product-view .box-reviews dt span {

}

.product-view .box-reviews dd {

    margin:0 0 15px;

}

.product-view .box-reviews dd small {

    font-style:italic;

}

.product-view .box-reviews .form-add {

    margin:15px 0 0;

}

.product-view .box-reviews .form-add h3 {

}

.product-view .box-reviews .form-add h3 span {

}

.product-view .box-reviews .form-add h4 {

}

.product-view .box-reviews .form-add .data-table td {

    text-align:center;

}

.product-view .box-reviews .form-add .form-list {

    margin:15px 0 0;

}

.product-view .box-reviews .form-add .form-list .input-box {

    width:360px;

}

.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {

    width:354px;

}

/* Send a Friend */

.send-friend .form-list {

    width:615px;

    overflow:hidden;

}

.send-friend .form-list li {

    margin-right:-15px;

}

.send-friend .form-list li p {

    margin:0 15px 0 0;

}

.send-friend .form-list .field {

    width:315px;

}

.send-friend .form-list .input-box {

    width:300px;

}

.send-friend .form-list input.input-text, .send-friend .form-list textarea {

    width:294px;

}

.send-friend .form-list li.wide .input-box {

    width:612px;

}

.send-friend .form-list li.wide textarea {

    width:609px;

}

.send-friend .buttons-set .limit {

    float:right;

    margin:0 7px 0 0;

    line-height:21px;

}

/* ======================================================================================= */





/* Content Styles ================================================================= */

.product-name {

    margin:0;

}

.product-name a {

}

/* Product Tags */

.tags-list {

    display:block;

    border:1px solid;

}

.tags-list li {

    display:inline !important;

    margin:0 4px 0 0;

    font-size: 14px;

}

.tags-list li a {

}

/* Advanced Search */

.advanced-search .form-list label {

    width:160px;

    padding-right:10px;

}

.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {

    float:left;

    clear:none;

}

.advanced-search-amount {

    margin:0 0 10px;

}

.advanced-search-summary {

    margin:10px 0;

    border:1px solid;

    padding:10px;

}

.advanced-search-summary ul {

    float:left;

    width:49%;

}

.advanced-search-summary strong {

}

.advanced-search-summary p {

    clear:both;

    margin:0;

}

/* CMS Home Page */

.cms-home .subtitle {

}

.cms-index-index .subtitle {

}

/* Sitemap */

.page-sitemap .links {

    text-align:right;

    margin:0 8px -22px 0;

}

.page-sitemap .links a {

    position:relative;

}

.page-sitemap .links a:hover {

}

.page-sitemap .sitemap {

    margin:12px;

}

.page-sitemap .sitemap a {

}

.page-sitemap .sitemap li {

    margin:3px 0;

}

.page-sitemap .sitemap li.level-0 {

    margin:10px 0 0;

}

.page-sitemap .sitemap li.level-0 a {

}

/* RSS */

.rss-title h1 {

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/i_rss-big.png) 0 4px no-repeat;

    padding-left:27px;

}

.rss-table .link-rss {

    display:block;

    line-height:1.55;

    background-position:0 4px;

}

/* ======================================================================================= */





/* Shopping Cart ========================================================================= */

.cart .page-title {

    border-bottom:0;

    margin:0 0 12px;

}

.cart .page-title h1 {

    margin:10px 0 0;

}

/* Checkout Types */

.cart .page-title .checkout-types li {

    margin:0 0 5px;

}

.cart .title-buttons .checkout-types {

    float:right;

}

.cart .title-buttons .checkout-types li {

    float:left;

    margin:0 0 5px 5px;

}

/* Shopping Cart Table */

.cart-table th {

    padding:2px 10px;

}

.cart-table td {

    padding:10px;

}

.cart-table .product-name {

    margin:0 0 5px;

}

.cart-table .item-msg {

    margin:5px 0;

}

.cart-table tfoot td {

    padding:5px 10px;

}

.cart-table .btn-continue {

    float:left;

}

/* Shopping Cart Collateral boxes */

.cart .cart-collaterals {

    padding:25px 0 0;

}

.cart .cart-collaterals .col2-set {

    float:left;

    width:605px;

}

.cart .cart-collaterals .col2-set .col-2 {

    width:294px;

    float:left;

}

.cart .crosssell {

    border:1px solid;

    padding:12px 15px;

}

.cart .crosssell h2 {

}

.cart .crosssell .product-image {

    float:left;

    width:75px;

    height:75px;

    border:1px solid;

}

.cart .crosssell .product-details {

    margin-left:90px;

}

.cart .crosssell .product-name {

}

.cart .crosssell li.item {

    margin:12px 0;

}

.cart .crosssell .link-compare {

}

/* Discount Codes & Estimate Shipping and Tax Boxes */

.cart .discount, .cart .shipping {

    border:1px solid;

    padding:12px 15px;

    margin:0 0 18px;

}

.cart .discount h2, .cart .shipping h2 {

    padding:0;

}

.cart .discount .buttons-set, .cart .shipping .buttons-set {

    margin:10px 0 0;

    border:0;

    padding:0;

    text-align:left;

}

.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {

    float:none;

    margin-left:0;

}

.cart .discount h2 {

}

.cart .discount .input-box {

    margin:8px 0 0;

    width:260px;

}

.cart .discount input.input-text {

    width:254px;

}

.cart .shipping h2 {

}

.cart .shipping .sp-methods {

    margin:10px 0 0;

    padding:5px 0 0;

}

/* Shopping Cart Totals */

.cart .totals {

    float:right;

    width:268px;

    border:1px solid;

}

.cart .totals table {

    width:100%;

    margin:7px 0;

}

.cart .totals td {

    padding:1px 15px 1px 7px;

}

.cart .totals tr.last td {

}

.cart .totals tfoot th {

    padding:5px 15px 5px 7px;

}

.cart .totals tfoot td {

    padding-top:5px;

    padding-bottom:5px;

}

.cart .totals tfoot th strong, .cart .totals tfoot td strong {

}

.cart .totals .checkout-types {

    padding:8px 15px 15px;

    text-align:right;

}

.cart .totals .checkout-types li {

    clear:both;

    margin:10px 0;

}

/* Options Tool Tip */

.item-options dt {

    font-style:italic;

}

.item-options dd {

    padding-left:10px;

    margin:0 0 6px;

}

.truncated {

    cursor:help;

}

.truncated a.dots {

    cursor:help;

}

.truncated a.details {

    cursor:help;

}

.truncated .truncated_full_value {

    position:relative;

    z-index:999;

}

.truncated .truncated_full_value dl {

    position:absolute;

    top:-99999em;

    left:-99999em;

    z-index:999;

    width:250px;

    padding:8px;

    border:1px solid;

}

.truncated .show dl {

    top:-20px;

    left:50%;

}

.col-left .truncated .show dl {

    left:15px;

    top:7px;

}

.col-right .truncated .show dl {

    left:-240px;

    top:7px;

}

/* ======================================================================================= */





/* Checkout ============================================================================== */

/********** < Common Checkout Styles */

/* Shipping and Payment methods */

.sp-methods {

    margin:0 0 8px;

}

.sp-methods dt {

    margin:13px 0 5px;

}

.sp-methods dd {

}

.sp-methods dd li {

    margin:5px 0;

}

.sp-methods label {

}

.sp-methods .price {

}

.sp-methods .form-list {

    padding-left:20px;

}

.sp-methods .form-list li {

    margin:0 0 8px;

}

.sp-methods select.month {

    width:154px;

    margin-right:10px;

}

.sp-methods select.year {

    width:96px;

}

.sp-methods input.cvv {

    width:3em !important;

}

.sp-methods .checkmo-list li {

    margin:0 0 5px;

}

.sp-methods .checkmo-list label {

    width:135px;

    padding-right:10px;

    text-align:right;

}

.sp-methods .checkmo-list address {

    float:left;

}

.sp-methods .centinel-logos a {

    margin-right:3px;

}

.sp-methods .centinel-logos img {

    vertical-align:middle;

}

.please-wait {

    float:right;

}

.please-wait img {

    vertical-align:middle;

}

.cvv-what-is-this {

    cursor:help;

    margin-left:10px;

}

/* Tooltip */

.tool-tip {

    border:1px solid;

    padding:15px 20px;

    position:absolute;

    z-index:9999;

    background-color: #ffffff;

}

.tool-tip .btn-close {

    margin:-9px -14px 0;

    text-align:right;

}

.tool-tip .btn-close a {

    display:block;

    margin:0 0 0 auto;

    width:15px;

    height:15px;

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/btn_window_close.gif) 100% 0 no-repeat;

    text-align:left;

    text-indent:-999em;

    overflow:hidden;

}

.tool-tip .tool-tip-content {

    padding:5px;

}

/* Gift Messages */

.gift-messages h3 {

}

.gift-messages p.control {

}

.gift-messages-form {

    position:relative;

}

.gift-messages-form label {

    float:none !important;

    position:static !important;

}

.gift-messages-form h4 {

}

.gift-messages-form .whole-order {

    margin:0 0 25px;

}

.gift-messages-form .item {

    margin:0 0 10px;

}

.gift-messages-form .item .product-img-box {

    float:left;

    width:75px;

}

.gift-messages-form .item .product-image {

    margin:0 0 7px;

}

.gift-messages-form .item .number {

    margin:0;

    text-align:center;

}

.gift-messages-form .item .details {

    margin-left:90px;

}

.gift-messages-form .item .details .product-name {

    margin:0 0 10px;

}

.gift-messages-form .item .details .form-list .field {

    width:255px;

}

.gift-messages-form .item .details .form-list .input-box {

    width:240px;

}

.gift-messages-form .item .details .form-list input.input-text {

    width:234px;

}

.gift-messages-form .item .details .form-list li.wide .input-box {

    width:500px;

}

.gift-messages-form .item .details .form-list li.wide textarea {

    width:494px;

}

.gift-message-link {

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/bkg_collapse-gm.gif) 100% 6px no-repeat;

    padding-right:7px;

}

.gift-message-link.expanded {

    background-position:100% -40px;

}

.gift-message-row {

}

.gift-message-row .btn-close {

    float:right;

    width:16px;

    height:16px;

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/btn_gm-close.gif) 0 0 no-repeat;

    font-size:0;

    line-height:0;

    text-indent:-999em;

    overflow:hidden;

}

/* Checkout Agreements */

.checkout-agreements li {

    margin:30px 0;

}

.checkout-agreements .agreement-content {

    overflow:auto;

    height:12em;

    padding:10px;

    border:1px solid;

}

.checkout-agreements .agree {

    margin:0;

    padding:10px 0 10px 11px;

}

.checkout-agreements .agree input.checkbox {

    margin-right:6px;

}

.checkout-agreements .agree label {

}

.opc .checkout-agreements {

    border:1px solid;

    border-width:0 1px;

    padding:5px 30px;

}

.opc .checkout-agreements li {

    margin:20px 0 0;

}

.opc .checkout-agreements .agreement-content {

    padding:5px;

}

.opc .checkout-agreements .agree {

    padding-left:6px;

}

/* Centinel */

.centinel {

}

.centinel .authentication {

    border:1px solid;

}

.centinel .authentication iframe {

    width:99%;

    height:400px;

    background:transparent !important;

    margin:0 !important;

    padding:0 !important;

    border:0 !important;

}

.opc .centinel {

    border:1px solid;

    border-width:0 1px 1px;

    padding:10px 30px;

}

/* Generic Info Set */

.info-set {

    border:1px solid;

    margin:0 0 25px;

    padding:20px;

}

.info-set h2 {

    margin:0 0 10px;

}

.info-set h3, .info-set h4 {

}

.info-set h2 a, .info-set h3 a, .info-set h4 a {

}

.info-set h2.legend {

    margin:-20px -20px 15px;

    padding:5px 10px;

    border-bottom:1px solid;

    position:relative;

}

.info-set h3.legend {

    margin:0 0 10px;

}

.info-set .divider {

    margin:0 -20px;

    padding:25px 0;

    position:relative;

}

.info-set .box {

    margin:0 0 15px;

}

.info-set .box h2 {

}

.info-set .data-table .product-name {

}

.info-set .data-table .product-name a {

}

.info-set .data-table .item-options {

    margin:5px 0 0;

}

/********** Common Checkout Styles > */



/* One Page Checkout */

.block-progress {

    border:0;

    margin:0;

}

.block-progress .block-title {

    background:none;

    border:0;

    padding:0;

    margin:0 0 5px;

}

.block-progress .block-title strong {

}

.block-progress .block-content {

    background:none;

}

.block-progress dt {

    line-height:1.35;

    border:1px solid;

    margin:0 0 6px;

    padding:2px 8px;

}

.block-progress dd {

    border:1px solid;

    border-top:0;

    padding:8px 13px;

    margin:0 0 6px;

}

.block-progress dt.complete {

    margin:0;

}

.block-progress dd.complete {

}

.block-progress p {

    margin:0;

}

.opc .buttons-set {

    margin-top:0;

    padding-top:2em;

}

.opc .buttons-set p.required {

    margin:0;

    padding:0 0 10px;

}

.opc .buttons-set .back-link small {

    display:none;

}

.opc .buttons-set .back-link a {

}

.opc .buttons-set.disabled button.button {

    display:none;

}

.opc .buttons-set .please-wait {

    height:21px;

    line-height:21px;

}

.opc .ul {

    list-style:disc outside;

    padding-left:18px;

}

.opc {

    position:relative;

}

.opc li.section {

}

.opc .step-title {

    border-width:0 1px;

    border-style:solid;

    padding:4px 8px 6px;

    text-align:right;

}

.opc .step-title .number {

    float:left;

    border:1px solid;

    padding:0 4px;

    margin:0 5px 0 0;

}

.opc .step-title h2 {

    float:left;

    margin:0;

}

.opc .step-title a {

    display:none;

    float:right;

}

.opc .allow .step-title {

    border:1px solid;

    border-bottom:0;

    cursor:pointer;

}

.opc .allow .step-title .number {

}

.opc .allow .step-title h2 {

}

/*.opc .allow .step-title a { display:block; }*/



.opc .active .step-title {

    border:1px solid;

    padding-bottom:5px;

    cursor:default;

}

.opc .active .step-title .number {

}

.opc .active .step-title h2 {

}

/*.opc .active .step-title a { display:none; }*/



.opc .step {

    border:1px solid;

    border-top:0;

    padding:15px 30px;

    position:relative;

}

.opc .step .tool-tip {

    right:30px;

}

#opc-login .buttons-set {

    border-top:0;

}

#opc-login h3 {

    border-bottom:1px solid;

    padding-bottom:2px;

}

#opc-login h4 {

    margin:0;

}

#opc-shipping_method .buttons-set {

    border-top:0;

}

.opc .gift-messages-form {

    margin:0 -30px;

    border:1px solid;

    border-width:1px 0;

    padding:22px 24px 22px 30px;

}

.opc .gift-messages-form .inner-box {

    padding:5px;

    height:260px;

    overflow:auto;

}

#opc-review .step {

    border:0;

    padding:0;

}

#opc-review .product-name {

}

#opc-review .item-options {

    margin:5px 0 0;

}

#opc-review .buttons-set {

    padding:20px 30px;

    border:1px solid;

    border-width:0 1px 1px;

}

#opc-review .buttons-set p {

    margin:0;

    line-height:40px;

}

#opc-review .buttons-set .please-wait {

    height:40px;

    line-height:40px;

}

/* Multiple Addresses Checkout */

.checkout-progress {

    padding:0 90px;

    margin:0 0 20px;

}

.checkout-progress li {

    float:left;

    width:19%;

    margin:0 3px 0 0;

    border-top:10px solid;

    padding:2px 0 0;

    text-align:center;

}

.checkout-progress li.active {

}

.multiple-checkout h2 {

    margin:0 0 10px;

}

.multiple-checkout h3, .multiple-checkout h4 {

}

.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {

}

.multiple-checkout .data-table .product-name {

}

.multiple-checkout .data-table .product-name a {

}

.multiple-checkout .data-table .item-options {

    margin:5px 0 0;

}

.multiple-checkout .gift-messages {

    margin:15px 0 0;

}

.multiple-checkout .tool-tip {

    top:50%;

    margin-top:-120px;

    right:20px;

}

.multiple-checkout .col2-set, .multiple-checkout .col3-set {

    border:1px solid;

    margin:0 0 25px;

    padding:20px;

}

.multiple-checkout .col2-set h2.legend {

    margin:-20px -20px 15px;

    padding:5px 10px;

    border-bottom:1px solid;

    position:relative;

}

.multiple-checkout .col2-set h3.legend {

    margin:0 0 10px;

}

.multiple-checkout .col2-set .divider {

    margin:0 -20px;

    padding:25px 0;

    position:relative;

}

.multiple-checkout .box {

    margin:0 0 15px;

}

.multiple-checkout .box h2 {

}

.multiple-checkout .place-order .please-wait {

    float:right;

    padding:27px 7px 0 0;

}

.multiple-checkout .place-order .grand-total {

    float:right;

    height:71px;

    font-size:1.5em;

    padding:0 0 0 0px;

    overflow:hidden;

}

.multiple-checkout .place-order .grand-total .inner {

    float:left;

    height:57px;

    padding:14px 0px 0 0;

}

.multiple-checkout .place-order .grand-total .inner div {

    display:inline;

}

.multiple-checkout .place-order .grand-total big {

    display:inline;

    margin-right:12px;

}

.multiple-checkout .place-order .grand-total .price {

}

.multiple-checkout .place-order .grand-total button.button span {

}

.multiple-checkout .place-order .grand-total button.button span span {

    padding:0 45px 0 36px;

}

/* Step 1 */

.multiple-checkout .title-buttons button.button span {

}

#multiship-addresses-table td {

    padding:10px;

}

#multiship-addresses-table tfoot td {

    padding:5px 10px;

}

#multiship-addresses-table tfoot button.button span {

}

/* Step 2 */

.multiple-checkout .gift-messages-form .item .details .form-list {

    width:100%;

    overflow:hidden;

}

.multiple-checkout .gift-messages-form .item .details .form-list li {

    margin-right:-15px;

}

.multiple-checkout .gift-messages-form .item .details .form-list .field {

    width:230px;

}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {

    width:215px;

}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {

    width:209px;

}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {

    width:445px;

}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {

    width:439px;

}

.checkout-multishipping-shipping .box-sp-methods {

    border:1px solid;

    padding:13px;

    position:relative;

}

.checkout-multishipping-shipping .box-sp-methods .pointer {

    position:absolute;

    top:-20px;

    right:-40px;

    width:178px;

    height:41px;

    overflow:hidden;

}

/* Step 3 */

.checkout-multishipping-billing .multiple-checkout {

    position:relative;

}

/* ======================================================================================= */





/* Account Login/Create Pages ============================================================ */

.account-login .content {

    min-height:240px;

    padding:14px 21px;

    border:1px solid;

    border-bottom:0;

}

.account-login .content h2 {

    margin:0 0 14px;

    padding:0 0 5px 0px;

    border-bottom:1px solid;

    background-position:0 1px;

    background-repeat:no-repeat;

}

.account-login .new-users h2 {

}

.account-login .registered-users h2 {

}

.account-login .buttons-set {

    border:1px solid;

    border-top:0;

    margin:0;

    padding:8px 13px;

}

.account-create {

}

/* Account Login/Create Pages ============================================================ */





/* My Account ============================================================================= */

.my-account .title-buttons .link-rss {

    float:none;

    margin:0;

}

/********** < Dashboard */

.dashboard .welcome-msg {

    margin:0 8em 1.5em 0;

}

.dashboard .welcome-msg p {

    margin:0;

}

.dashboard .col2-set {

    margin:0 0 15px;

}

/* General Box */

.box-account {

    border:1px solid;

    padding:15px;

    margin: 0 0 20px;

}

.box-account .box-head {

    border-bottom:1px solid;

    margin:0 0 10px;

    text-align:right;

}

.box-account .box-head h2 {

    float:left;

    margin:0;

}

.dashboard .box .box-title {

    padding:0 0 2px;

    margin:0 0 8px;

    text-align:right;

}

.dashboard .box .box-title h3, .dashboard .box .box-title h4 {

    float:left;

    margin:0;

}

/* Block: Recent Orders */

.dashboard .box-recent .box-head h2 {

}

/* Block: Account Information */

.dashboard .box-info .box-head h2 {

}

.dashboard .box-info h4 {

}

/* Block: Reviews */

.dashboard .box-reviews .box-head h2 {

}

.dashboard .box-reviews .number {

    float:left;

    font-size:10px;

    line-height:1;

    color:#fff;

    margin:3px -20px 0 0;

    padding:2px 3px;

}

.dashboard .box-reviews .details {

    margin-left:20px;

}

.dashboard .box-reviews li.item {

    margin:0 0 7px;

}

.dashboard .box-reviews li.item.last {

    margin:0;

}

.dashboard .box-reviews .ratings {

    margin:7px 0 0;

}

/* Block: Tags */

.dashboard .box-tags .box-head h2 {

}

.dashboard .box-tags .number {

    float:left;

    font-size:10px;

    line-height:1;

    color:#fff;

    margin:3px -20px 0 0;

    padding:2px 3px;

}

.dashboard .box-tags .details {

    margin-left:20px;

}

.dashboard .box-tags li.item {

    margin:0 0 7px;

}

.dashboard .box-tags li.item.last {

    margin:0;

}

.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {

    display:inline;

}

/********** Dashboard > */



/* Address Book */

.addresses-list h2 {

}

.addresses-list h3 {

}

.addresses-list address {

    margin:0 0 3px;

}

.addresses-list p {

    margin:0;

}

.addresses-list a {

}

.addresses-list .link-remove {

}

.addresses-list .separator {

    margin:0 3px;

}

.addresses-list li.item {

    border:1px solid;

    padding:10px 13px;

    margin:0 0 10px;

}

.addresses-list li.empty {

    background:none;

    border:0;

    padding:0;

}

.addresses-list li.empty p {

}

.addresses-list .addresses-additional li.item {

    background:none;

    border:0;

    padding:0;

}

/* Order View */

.order-info {

    border:1px solid;

    padding:4px 8px;

    margin:0 0 8px;

}

.order-info dt, .order-info dd, .order-info ul, .order-info li {

    display:inline;

}

.order-info .current {

}

.order-info li {

    margin:0 3px;

}

.order-date {

    margin:10px 0;

}

.order-info-box {

    border:1px solid;

    padding:12px 15px;

    margin:0 0 15px;

}

.order-info-box h2 {

}

.order-info-box .box-payment p {

    margin:0 0 3px;

}

.order-info-box .box-payment th {

    padding-right:7px;

}

.order-items {

    width:100%;

    overflow-x:auto;

}

.order-items h2, .order-items h3 {

}

.order-items .product-name {

}

.order-items .link-print {

    float:right;

}

.order-items p .link-print {

    float:none;

}

.order-gift-message {

    margin:15px 0;

}

.gift-message dt strong {

}

.gift-message dd {

    margin:5px 0 0;

}

.order-about {

    margin:15px 0;

}

.order-about dt {

}

.order-about dd {

    margin:0 0 7px;

}

.tracking-table {

    margin:0 0 15px;

}

.tracking-table th {

    white-space:nowrap;

}

.tracking-table th, .tracking-table td {

    padding:1px 5px 0 0;

}

.tracking-table-popup {

    width:100%;

}

.tracking-table-popup th {

    white-space:nowrap;

}

.tracking-table-popup th, .tracking-table-popup td {

    padding:1px 8px;

}

/* Order Print Pages */

.page-print .print-head {

    margin:0 0 15px;

}

.page-print .print-head .logo {

    float:left;

}

.page-print .print-head address {

    float:left;

    margin-left:15px;

}

.page-print h1 {

}

.page-print h2, .page-print h3 {

}

.page-print h2.h2 {

}

.page-print .order-date {

    padding:0 0 10px;

    margin:0 0 10px;

}

.page-print .col2-set {

    margin:0 0 10px;

}

/* Price Rewrites */

.page-print .gift-message-link {

    display:none;

}

.page-print .price-excl-tax, .page-print .price-incl-tax {

    display:block;

    white-space:nowrap;

}

.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {

    display:inline;

}

/* My Wishlist */

.my-wishlist .data-table td {

    padding:10px;

}

.my-wishlist .product-image {

    display:block;

    width:113px;

    height:113px;

    margin:0 0 5px;

}

.my-wishlist textarea {

    display:block;

    width:97%;

    height:109px;

}

.my-wishlist .buttons-set {

    margin-top:2em;

}

.my-wishlist .buttons-set button.button {

    float:none;

}

#wishlist-table .add-to-links {

    white-space:nowrap;

}

/* My Tags */

.my-tag-edit {

    float:left;

    margin:0 0 10px;

}

.my-tag-edit .btn-remove {

    float:right;

    margin:5px 0 0 5px;

}

#my-tags-table {

    clear:both;

}

#my-tags-table td {

    padding:10px;

}

#my-tags-table .add-to-links {

    white-space:nowrap;

}

/* My Reviews */

#my-reviews-table td {

    padding:10px;

}

.product-review .product-img-box {

    float:left;

    width:140px;

}

.product-review .product-img-box .product-image {

    display:block;

    width:125px;

    height:125px;

}

.product-review .product-img-box .label {

    margin:0 0 3px;

}

.product-review .product-img-box .ratings .rating-box {

    float:none;

    display:block;

    margin:0 0 3px;

}

.product-review .product-details {

    margin-left:150px;

}

.product-review .product-name {

    margin:0 0 10px;

}

.product-review h3 {

    margin:0 0 3px;

}

.product-review .ratings-table {

    margin:0 0 10px;

}

.product-review dt {

}

.product-review dd {

    margin:5px 0 0;

}

/* Billing Agreements */

.billing-agreements .form-list li select {

    float:left;

}

.billing-agreements .form-list li button.button {

    float:left;

    margin-left:10px;

}

.billing-agreements .table-caption {

}

/* ======================================================================================= */





/* Footer ================================================================================ */

.footer-container {

}

.footer {

    width:990px;

    margin:0 auto;

    padding:0px 0px 0px;

}

.footer .store-switcher {

    display:inline;

    margin:0 5px 0 0;

}

.footer .store-switcher label {

    vertical-align:middle;

}

.footer .store-switcher select {

    padding:0;

    vertical-align:middle;

}

.footer a {

}

.footer a:hover {

}

.footer .bugs {

    margin:13px 0 0;

}

.footer .bugs a {

}

.footer .bugs a:hover {

}

.footer address {

    margin:0 0 0px;

}

.footer address a {

}

.footer address a:hover {

}

/*.footer ul { display:inline; }*/

.footer ul.links {

    display:block;

}

.footer ul.links {

    display:inline;

    padding:0 7px 0 4px;

}

.footer li.last {

    background:none !important;

    padding-right:0 !important;

}

.footer-container .bottom-container {

    margin:0 0 5px;

}

/* ======================================================================================= */



/* Sample Data============================================================================ */

.home-callout {

    margin-bottom:12px;

}

.home-callout img {

    display:block

}

.home-spot {

    float:left;

    width:470px;

    margin-left:20px;

}

.best-selling h3 {

    margin:12px 0 6px 0;

}

.best-selling table {

    border-top:1px solid;

}

.best-selling tr.odd {

}

.best-selling tr.even {

}

.best-selling td {

    width:50%;

    border-bottom:1px solid;

    padding:8px 10px 8px 8px;

}

.best-selling .product-img {

    float:left;

    border:2px solid;

}

.best-selling .product-description {

    margin-left:107px;

    line-height:1.3em;

}

.best-selling a.product-name, .home-spot .best-selling a.product-name:hover {

}

/* ======================================================================================= */



/* Clears ================================================================================ */

.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {

    display:block;

    content:".";

    clear:both;

    font-size:0;

    line-height:0;

    height:0;

    overflow:hidden;

}

/* ======================================================================================= */

.loader {
 position: fixed;
 left: 50%;
 top: 50%;
 margin-top: -150px;
 margin-left: -150px;
 width: 300px;
 height: 300px;
 z-index: 9999;
 background: url('https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/page-loader.gif') 50% 50%;
 display: none;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.detotiauto.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.detotiauto.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.detotiauto.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.detotiauto.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.detotiauto.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.detotiauto.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.detotiauto.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.detotiauto.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.detotiauto.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* style css rebind */

.header .links li {

    background: none;

}

ul.products-grid {

    background: none;

}

/* Tax Details Row */

tr.tax-total {

    cursor:pointer;

}

tr.tax-total td {

}

tr.tax-total .tax-collapse {

    float:right;

    text-align:right;

    padding-left:20px;

    background:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/bkg_collapse.gif) 0 5px no-repeat;

    cursor:pointer;

}

tr.show-details .tax-collapse {

    background-position:0 -52px;

}

.header .links li {

    float:left;

    font-size:11px;

    padding:0 8px 0 7px;

}

.header-container {

    background: none;

    border-bottom: 0;

    border-top: 0;

}

.header .form-search {

    background:none;

}

.dashboard .box-info .box-head h2 {

    background-image:none;

}

.data-table tfoot tr.first {

    background:none;

}

.data-table tfoot tr.first td {

    background: none;

}

.cart .discount h2 {

    background-image: none;

}

.cart .shipping h2 {

    background-image: none;

}

/*header nav*/

.nav-container {

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/menu_bg.gif) repeat-x 0 0;

    margin: 0px 0px 0px 0px;

    clear: both;

    height: 43px !important;

}

#nav {

    padding:0px 0px 0px 8px;

    width: 982px;

    height: 43px !important;

}

#nav li {

    margin-right: 0;

    padding-left: 12px;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/menu_sp.gif) no-repeat 100% 0;

}

#nav li a, #nav li a:hover {

    padding: 11px 11px 13px 11px;

    text-transform: uppercase;

    text-decoration: none;

    font: bold 12px Arial, Geneva, Arial, Helvetica, sans-serif;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/menu_arr.gif) no-repeat 0 15px;

}

#nav li a {

    color: #fff;

}

#nav li a:hover {

    color: #d1d8dc;

}

#nav ul {

    background: #04578d;

    background: -moz-linear-gradient(top, #04578d, #036db1);

    background: -webkit-gradient(linear, left top, left bottom, from(#04578d), to(#036db1));

    margin-top: 1px;

    border: 0;

    border-radius: 5px;

    -moz-border-radius: 0px 0px 5px 5px;

    -webkit-border-radius: 0px 0px 5px 5px;

    -khtml-border-radius: 0px 0px 5px 5px;

    padding-bottom: 5px;

    padding-top: 5px;

}

#nav ul li {

    padding: 5px 0px 0px 0px;

    background: none;

}

#nav ul ul {

    background: #04578d;

    background: -moz-linear-gradient(top, #04578d, #036db1);

    background: -webkit-gradient(linear, left top, left bottom, from(#04578d), to(#036db1));

    border: 0;

    border-radius: 5px;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    -khtml-border-radius: 5px;

    padding-bottom: 5px;

    padding-top: 5px;

}

#nav ul li a {

    padding: 0px 0px 0px 0px !important;

    text-transform: none !important;

    font-size: 14px !important;

    font-weight: normal !important;

    background: none !important;

    color: #fff;

}

#nav ul li.parent a {

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/nav_arrow_sm.gif) no-repeat 97% 50% !important;

}

#nav ul li.parent li a {

    background: none !important;

}

#nav ul li a:hover {

    background:#4ca7d8 !important;

    background: -moz-linear-gradient(top, #4ca7d8, #359dd6) !important;

    background: -webkit-gradient(linear, left top, left bottom, from(#4ca7d8), to(#359dd6)) !important;

    color: #fff;

}

#nav ul ul li a:hover {

    background:#4ca7d8 !important;

    background: -moz-linear-gradient(top, #4ca7d8, #359dd6) !important;

    background: -webkit-gradient(linear, left top, left bottom, from(#4ca7d8), to(#359dd6)) !important;

    color: #fff;

}

/* Reset ================================================================================= */

* {

    margin:0;

    padding:0;

}

body {

    background: #0a415e url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/body_bg.gif) repeat-y 50% 0;

    font: 12px/1.55 Arial, Helvetica, sans-serif;

    color: #585858;

    text-align: center;

}

a {

    color: #035e93;

    text-decoration:underline;

}

a:hover {

    color: #0079bf;

    text-decoration: none;

}

/* Headings */

h1, h2, h3, h4, h5, h6 {

    font-family: Tahoma, Helvetica, sans-serif;

}

h2, h3, h4, h5, h6 {

    color: #a2262c;

}

h1, .page-title h1, .page-title h2 {

    color: #a2262c;

    font-size: 26px;

    font-weight: normal;

}

.category-title {

    padding-left: 8px;

    margin-bottom: 5px !important;

}

.category-title h1 {

    line-height: 32px;

    font-family: Arial;

    font-size: 24px;

}

.page-title {

    margin:0 0 5px;

}

.col2-right-layout .page-title h1, .col2-right-layout .page-title h2 {

}

.account-login .page-title {

    margin-top: 12px;

}

.account-login {

    padding-bottom: 20px;

}

.account-login .page-title h1, .my-account .page-title h1 {

    color: #a2262c;

    font-size: 26px;

    font-weight: normal;

}

.dashboard .page-title, .my-account .page-title {

    border-bottom:0;

    margin-top: 3px;

}

.product-view .product-shop .product-name {

    margin: 20px 0 16px;

}

.product-view .product-shop .product-name h1 {

    font-family: Arial, Helvetica, sans-serif;

    color: #a2262c;

    font-size: 24px;

    font-weight: normal;

}

h2 {

    font-size:12px;

    font-weight:bold;

}

h3 {

    font-size:12px;

    font-weight:bold;

}

h4 {

    font-family: Arial, Helvetica, sans-serif;

    font-size:11px;

    font-weight:bold;

}

h5 {

    font-size:12px;

    font-weight:bold;

}

h6 {

    font-size:11px;

    font-weight:bold;

}

p {

    margin:0 0 10px;

}

.order-info-box h2, .order-items .product-name {

    color: #035e93;

}

/* Layout ================================================================================ */

.wrapper {

    min-width: 950px;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/top_bg.gif) repeat-x 0 0;

}

.page {

    padding: 0 0 0 0px;

    margin-left: auto;

    margin-right: auto;

    background: #fff;

}

div.header-container, div.home_page_header_block, div.footer-container {

    width: 990px !important;

    margin-left: auto !important;

    margin-right: auto !important;

}

div.main-container {

    background: #fff url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/page_bg.gif) repeat-x 0 0;

    width: 980px !important;

    margin-left: auto !important;

    margin-right: auto !important;

    padding-top: 8px;

    margin-top: 0;

}



.page {

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/header_top.jpg) no-repeat 50% 0%;

}

.page-print {

    background:#fff;

}

.page-empty {

    background: #040302;

}

.page-popup {

    background: #fff transparent;

}

.main-container {

    clear: both;

    width: 976px;

    padding: 4px 8px 0 8px;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/maintop_bg.gif) no-repeat 8px 0;

}

.main {

    width: 948px;

    padding: 10px 17px 20px 11px;

    position: relative;

    background: #fdfdfd url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/main_bg.gif) repeat-x 0 0;

    min-height: 0;

}

.col2-left-layout .main {

    width: 943px;

    padding: 5px 22px 20px 11px;

}

.col2-right-layout .main {

    width: 943px;

    padding: 5px 11px 20px 22px;

}

.col1-layout .main {

    width: 952px;

    padding: 5px 10px 0px 10px;

}

.home_page_header_block {

padding: 2px 0px 0px 16px;

}

/* Base Columns */

.col-left {

    float: left;

    width: 205px;

    padding: 0px 0 1px;

    position: relative;

}

.col-main {

    float: left;

    width: 720px;

    padding: 0 0 1px;

}

.col2-right-layout .col-main {

    float: left;

    width: 729px;

    padding: 0px 0 1px;

}

.col-right {

    float: right;

    width: 205px;

    padding:0px 0 1px;

}

.col2-right-layout .col-right {

    padding: 0px 0 1px;

}

.cms-home .col2-right-layout .col-right {

    padding: 0px 0 1px;

}

.review-product-list .col2-right-layout .col-right {

    padding: 0px 0 1px;

}

/* 1 Column Layout */



.col1-layout .col-main {

    float:none;

    width:auto;

}

/* 2 Columns Layout */



.col2-left-layout .col-main {

    width: 729px;

    padding-top: 1px;

    padding-left: 0px;

    padding-right: 0px;

}

.col2-left-layout .col-left {

    padding: 4px 0 1px;

}

/* 3 Columns Layout */

.col3-layout {

}

.col3-layout .col-main {

    width: 504px;

    padding-top: 0;

    margin-left: 0px;

}

.col3-layout .col-wrapper {

    float: left;

    width: 730px;

}

/* Global Styles ========================================================================= */



/*header*/

.header-container {

    border: 0px;

    padding: 0px;

    z-index: 1;

    width: 100%;

    height: 146px;

 $height: 133px;

    margin: 0;

}

.header {

    margin-left: auto;

    margin-right: auto;

    padding: 0px 0px 0px 0px;

    margin-bottom: 0;

    text-align: right;

    width: 990px;

    height: 75px !important;

    position: relative;

    background: #d7d7d7 url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/header_bg.png) repeat-x 0 0;

    _background: #fafafa; /*ie6*/

}

.header h2.logo {

    margin: 0;

    padding: 0;

}

a.logo {

    margin: 14px 0px 0px 20px !important;

    padding: 0;

}

/*header links*/

.header .quick-access {

    padding: 0px 17px 0px 0px;

    margin-top: 8px;

    width: 720px;

}

.header .links {

    float: right;

    margin: 8px 1px 0 0;

    text-align: right;

    padding: 0;

    clear: both;

}

.header .links li {

    display: inline;

    float: none;

    padding:0 3px 0 0;

}

.header .links a:link, .header .links a:visited {

    color: #7f7f7f;

    text-decoration: none;

    font: bold 11px Arial, Helvetica, sans-serif;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/header_links_sp.gif) no-repeat 0 3px;

    padding: 0px 15px 0px 9px;

}

.header .links a:hover {

    color: #035e93;

}

.header .links li.first a {

    padding: 0px 15px 0px 10px;

}

.header .links li.last {

    padding-right: 0px !important;

}

.header .links li.last a {

    padding-right: 0px !important;

}



/*head_social_icon*/

.head_social_icon {position: relative; top:30px;}

.head_social_icon ul li{

    float:left;

    padding-right: 5px;

}







/*header phone_block*/

.head_phone_block {

    text-align: right;

    color: #a0a6ab;

    font: bold 11px Arial, Helvetica, sans-serif;

}

.head_phone_block .phone {

    color: #2a2a2a;

    font: normal 12px Arial, Helvetica, sans-serif;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/phone.gif) no-repeat 0% 50%;

    padding: 3px 0px 0px 35px;

    float: right;

    position: relative;

    text-align: left;

    height: 35px;

    margin: 0px 0px 0px 10px;

}

.head_phone_block .phone strong {

    color: #a31f26;

    font: bold 18px Arial, Helvetica, sans-serif;

    line-height: 16px;

}

.head_phone_block small {

    color: #2a2a2a;

    font: normal 11px Arial, Helvetica, sans-serif;

    line-height: 10px;

}

.chat {

    float: right;

    position: relative;

    margin: 0px 0px 0px 10px;

}

.chat img:hover {

    opacity: 0.9;

filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);

}

/*header switchers*/

.header .quick-access .switchers {

    text-align: left;

    float: left;

    position: absolute;

    top: 5px;

    padding-top: 7px;

}

.header .quick-access .switchers label, .header .form-language label {

    font-size: 11px;

}

.head_cards {

    margin-top: 2px;

    width: 150px;

}

.head_cards img {

    margin-left: 0;

    margin-right: 2px;

}

div.store-switcher {

    text-align: left;

    height: 20px;

    position: absolute;

    top: 25px;

}

div.switchers select {

    width: 90px;

    margin-right: 10px;

    margin-left: 0;

    background: #fcfcfc;

    border: 1px solid #c5c5c5;

}

.header .form-language {

    clear: none;

    padding-top: 5px;

}

.header .form-language label {

    color:#1272AB;

}

/*header welcome-msg*/

.header .welcome-msg {

    color: #000000;

    font: 11px Arial, Helvetica, sans-serif;

    position: absolute;

    top: 5px;

    left: 244px;

    text-align: left;

    width: 300px;

}

/*Form-search*/



.search-block {

    width: 960px;

    height: 29px;

    margin: 0 0 0 0px;

    padding: 0px 13px 0px 20px;

    position: relative;

    left: -1px;

    float: none;

    text-align: left;

    right: 0;

    background: #952d33 url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/search_block_bg.gif) repeat-x 0 0;

}

.search-block p {

    color: #fffffe;

    font: bold italic 14px Arial, Helvetica, sans-serif;

    float: left;

    margin-top: 7px;

    margin-bottom: 0;

    width: 600px;

    position: relative;

}

.search-block #search_mini_form {

    float: right;

    margin-top: 0px;

 $width: 305px;

}

.search-block .form-search label {

    padding-top: 6px;

    float: left;

    color: #fff;

    font: bold 12px Arial, Helvetica, sans-serif;

}

.search-block .form-search input.input-text {

    width: 218px;

    height: 28px;

    line-height: 28px !important;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/search_input.gif) no-repeat 0 0;

    margin: 0px 0px 0px 0px !important;

    padding: 0px 0px 0px 12px;

    float: left;

    position: relative;

    border: 0;

    color: #7f7f7f;

    font:11px Arial, Helvetica, sans-serif;

}

.search-block .form-search input.input-text:focus {

    color: #6f6f6f;

}

.search-block .form-search button.button {

    float: right;

    position: relative;

    width: 31px;

    height: 28px !important;

    display: block;

    margin: 0;

    padding: 0;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/search_btn.gif) no-repeat 0 0;

}

html* .search-block .form-search button.button {

    overflow: hidden;

}

.search-block .form-search button.button:hover {

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/search_btn.gif) no-repeat 0 -28px;

}

.search-block .form-search button.button span {

    display: none;

}

/*breadcrumbs*/

.breadcrumbs {

    clear: both;

    margin: -2px 0 2px 1px;

    width: 924px;

    padding: 2px 0 0px 0px;

    background: transparent;

    border-bottom: 0;

    position: relative;

}

.breadcrumbs li {

    margin-right: 3px;

    color: #a2262c;

}

.breadcrumbs strong {

    font-weight: normal !important;

}

.breadcrumbs li strong {

    color: #a2262c;

}

.breadcrumbs span {

    display: none;

}

.breadcrumbs a:link, .breadcrumbs a:visited {

    color: #686c6d;

    text-decoration: none;

    padding-right: 10px;

    font-family: Tahoma;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/breadcrumbs_sp.gif) no-repeat 100% 63%;

}

.breadcrumbs a:hover {

    color: #a2262c;

}

/*------------------Footer-------------------*/

.footer-container {

    background: #b7b7b7 url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/footer.gif) repeat-x 0 0;

    border: 0;

    color: #787878;

    line-height: 1.35;

}

.footer .bugs {

    color: #787878;

    clear: both;

    margin-top: 14px;

}

.footer {

    width: 100%;

    padding: 15px 0 5px 0;

    font-size: 11px;

}

.footer .store-switcher {

    color: #716E71;

}

.footer .store-switcher select {

    font-size: 12px;

}

.footer ul.links {

    margin-top: 0;

    padding-bottom: 0px;

}

.footer ul.links li a {

    font-size: 12px;

}

.footer address {

    margin:5px 0;

    color: #787878;

}

.footer a, .footer .bugs a {

    color:#000;

    font-weight: normal;

    text-decoration: none;

}

.footer a:hover, .footer .bugs a:hover {

    text-decoration: none;

    color:#1272AB;

}

.footer .design-by a {

    color: #787878;

}

.footer .design-by a:hover {

    text-decoration: underline;

}

/*-------------------------------------------------------SIDE BARS-----------*/

.block {

    margin: 0 0 8px;

    border: 0;

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/block_bg.gif) repeat-y 0 0;

}

.block .block-title {

    border-bottom: 0px;

    padding: 0px 0px 0px 0px;

    background: transparent;

}

.block .block-title strong {

    font: bold 12px/19px Arial, Helvetica, sans-serif;

    padding: 3px 5px 2px 13px;

    text-transform: uppercase;

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/block_head_red.gif) no-repeat 0 0;

    color:#fff;

}

.block-cart .block-title strong, .block-layered-nav .block-title strong, .block-subscribe .block-title strong {

    font-size:12px;

    line-height:16px;

}

.block .block-title strong span {

    padding: 4px 0 5px 13px;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/icon_block_title.gif) no-repeat scroll 0 6px;

    position: relative;

}

.block .block-content {

    color: #474747;

    padding: 5px 12px 5px 12px;

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/block_bt.gif) no-repeat 0% 100%;

}

.block-popular .block-content {

    padding-left: 17px;

    padding-bottom: 5px;

}

.block-account {

    margin-top: 5px;

    background: transparent;

    border: 0;

}

.block-account .block-title {

    background: transparent;

}

.block-account .block-title strong {

    padding: 5px 5px 2px 10px;

    text-transform: none;

    background: none;

}

.block-account .block-title strong span {

    padding-left: 0;

    background: transparent;

}

.block-account .block-content {

    padding: 5px 9px 8px 10px;

}

.block-account .block-content ul {

}

.block-account .block-content li {

    padding: 4px 0 4px 0;

    border-bottom: 1px solid #ced5d6;

}

.block-account .block-content li.last {

    border-bottom: 0;

}

.block-account .block-content li a {

    font: 12px/16px Arial, Helvetica, sans-serif;

    color: #035e93;

}

.block-account .block-content li a:hover {

    color: #0079bf;

}

.block-account .block-content li a, .block-account .block-content li.current strong, .block-account .block-content li.current {

    border: 0 !important;

}

.block-account .block-content li a, .block-account .block-content li.current strong {

    border-color: #ddd;

}

.block-account .block-content li.current strong {

    display: block;

    border-bottom: 1px solid #ddd !important;

}

.block-cart .block-title strong {

    padding: 3px 5px 5px 15px;

    line-height: 16px;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/block_head_red.gif) no-repeat 0 0;

}

.block-cart .block-title strong span {

    padding: 4px 0 5px 18px;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/icon_cart.gif) no-repeat scroll 0 6px;

    position: relative;

    color: #fff;

}

.block-cart .block-content {

    color: #33505e;

    padding: 6px 5px 34px 4px;

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/block_cart_bt.gif) no-repeat 0% 100%;

}

.block-cart .block-subtitle, .block-cart ol {

    margin-left: 3px;

    padding-left: 4px !important;

}

.block-cart .block-content .summary {

    color: #33505e;

}

.block-cart .actions {

    margin-top: 1px;

    background: transparent;

    padding-bottom: 15px;

}

.block-cart .actions .button {

    margin-bottom: 0;

}

.block-cart .price {

    color: #585858;

}

.block-cart .subtotal {

    margin-top: 8px;

    padding: 2px 0 2px 0px;

    text-align: center;

    color: #204551;

    background: #dbdbdb;

}

.block-cart .amount a {

    color: #035e93;

    font-weight: bold;

    text-decoration: underline;

}

.block-cart .amount a:hover {

    color: #0079bf;

    text-decoration: none;

}

.block-cart .subtotal .label {

    color: #33505e;

}

.block-cart .subtotal .price {

    color: #018fc4;

}

.block-cart .block-subtitle {

    padding-top: 8px !important;

    color: #035e93 !important;

    font: bold 11px Tahoma;

}

.block-cart .actions button.button {

    margin-left: 40px;

    float: left;

}

.block-poll .block-content {

    padding: 5px 5px 24px 12px;

}

.block-poll .block-content .block-subtitle {

    color: #0079bf;

    font-size: 11px;

}

.block-poll li {

    padding: 6px 9px 6px 2px;

}

.block-poll label {

    color: #999999;

}

.base-mini {

    border:0px solid #c4c1bc;

    background: #e2e2e2;

    margin-bottom: 10px;

}

.base-mini .head {

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/block_head.gif) no-repeat scroll 0 0;

    color: #005469;

}

.base-mini .content {

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/block_bt.gif) no-repeat 0% 100%;

    color: #5c6668;

    padding: 0 10px 8px 8px;

}

.base-mini .head h4 {

    font-size: 18px;

    font-weight: normal;

    color:#007492;

    min-height:16px;

    padding: 14px 0 1px 9px;

}

.textblock img {

    margin-top: 2px;

    margin-bottom: 7px;

    border: 1px solid #b3b3b3;

}

.textblock .content p {

    padding-left: 4px;

}

/*shop by, category*/



.block-layered-nav .block-subtitle {

    display: none;

}

.block-layered-nav .block-title {

    text-indent:0em;

    height: auto;

    overflow: visible;

}

.block-layered-nav .block-title strong {

    padding: 3px 5px 5px 9px;

    line-height: 16px;

}

.block-layered-nav .block-title strong span {

    padding: 4px 0 5px 17px;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/icon_asterick.gif) no-repeat 0 5px;

    position: relative;

}

.block-layered-nav .block-content {

    border: 0;

    padding: 0px 5px 3px 12px;

}

.block-layered-nav dt {

    font: 12px/16px Arial, Helvetica, sans-serif;

    background: none;

    font-weight: bold;

    color: #585858;

    padding: 5px 0px 4px 2px;

    text-transform:none;

}

.block-layered-nav li {

    padding-bottom: 0px;

    padding-left: 13px;

    margin-left: 1px;

    color: #585858;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/nav_arrow.gif) no-repeat 0% 6px;

}

.block-layered-nav li a {

    font: bold 12px/16px Arial, Helvetica, sans-serif;

    color: #035e93;

    text-decoration: none;

}

.block-layered-nav li a:hover {

    color: #0079bf !important;

}

.block-layered-nav dd {

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/block_line.gif) no-repeat 0% 100%;

    padding: 0 12px 9px 0;

}

.block-layered-nav .currently .label {

    background:none;

    font-weight:bold;

    padding-left:0px;

    text-transform:none;

    color: #ffffff;

}

.block-layered-nav .currently .label span {

    font-weight:normal;

    color: #5d5d5d;

}

.block-compared .block-content {

    padding-left: 18px;

}

.block-compared .block-content .product-name a {

    color:#035e93;

    font: bold 12px Arial;

}

.block-compared .block-content .product-name a:hover {

    color:#0079bf;

}

/*block-subscribe*/



.block-subscribe .block-title strong {

    padding: 5px 5px 0px 13px;

    background:url("https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/block_head_red.gif") no-repeat 0 0;

    color: #020c0e;

    height: 20px;

}

.block-subscribe .block-title strong span {

    padding: 4px 0 5px 13px;

    background: transparent;

    position: relative;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/icon_block_title.gif) no-repeat scroll 0 6px;

}

.block-subscribe .block-content {

/*    padding: 0 5px 7px 15px;*/

}

.block-subscribe label {

    font-family: Arial, Helvetica, sans-serif;

    font-weight: normal;

    color: #1f1f1f;

}

.block-subscribe input.input-text {

    width: 172px;

    height: 20px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;

    font-weight: normal;

    color: #185d64;

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/subscribe_input.gif) no-repeat 0 0;

    border: 0;

    margin: 5px 0 0 0;

    padding: 0px 0px 0px 5px;

    float: left;

}

.block-subscribe input.input-text:focus {

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/subscribe_input.gif) no-repeat 0 0;

}

.block-subscribe .input-box {

    float: left;

    position: relative;

    margin: 0;

    padding: 0px 0px 0px 0px;

}

.block-subscribe .actions {

    float: left;

    position: relative;

    margin: 0;

    padding: 0;

}

.block-subscribe button.button {

    float: left;

    margin: 6px 0px 0px 0px;

    padding: 0 9px 0 0;

    font: bold 11px Arial, Helvetica, sans-serif;

    text-align: center;

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/subscribe_btn.gif) no-repeat right -26px;

    height: 22px !important;

}

.block-subscribe button.button span {

    background: transparent;

}

.block-subscribe button.button span span {

    padding: 3px 0 0 8px;

    height: 20px;

    border: 0 !important;

    color: #f9f9f9;

    font: bold 11px Arial, Helvetica, sans-serif;

    text-transform: none;

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/subscribe_btn.gif) no-repeat left top !important;

}

.block-subscribe button.button:hover, .block-subscribe button.buttonHover {

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/subscribe_btn.gif) no-repeat right -78px;

}

.block-subscribe button.button:hover span span, .block-subscribe button.buttonHover span span {

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/subscribe_btn.gif) no-repeat left -52px !important;

}

/*side-bar items*/

.block .block-content li.item {

    padding: 10px 12px 0px 0px;

}

.block .block-content li.item .product {

    padding-bottom: 13px;

    border-bottom: 0;

}

.block .block-content li.last .product {

    padding-bottom: 8px;

    border-bottom: 0;

}

/*side-bar prices*/

.mini-products-list .old-price .price-label, .mini-products-list .old-price .price {

    color: #585858;

    font: normal 11px Arial, Helvetica, sans-serif;

    text-decoration: none;

}

.mini-products-list .special-price {

    padding-top: 0;

    line-height: 13px;

}

.mini-products-list .regular-price .price, .mini-products-list .special-price .price, .mini-products-list .price-from .price, .mini-products-list .price-to .price, .mini-products-list .regular-price .price-label, .mini-products-list .special-price .price-label {

    color: #a2262c !important;

    font-weight: bold;

    font-size: 11px;

}

.mini-products-list .price-from .price-label, .mini-products-list .price-to .price-label {

    color: #585858;

    font-weight: bold;

    font-size: 11px;

}

/*reccently view*/

#recently-viewed-items {

    margin-top: 4px;

    margin-left: 11px;

}

#recently-viewed-items li, #recently-compared-items li, #cart-sidebar-reorder li {

    padding: 1px 0 2px 0;

}

#recently-viewed-items a {

    text-transform: none;

    color: #035e93;

    font: bold 12px Arial, Helvetica, sans-serif;

    text-decoration: none;

}

#recently-viewed-items a:hover {

    color: #0079bf;

    text-decoration: none;

}

.block-wishlist .block-content, .block-compare .block-content, .block-reorder .block-content, .block-poll .block-content, .block-viewed .block-content, .block-compared .block-content, .block-related .block-content {

    padding-top: 10px;

    padding-bottom: 15px;

}

/*most popular, related */

.product-name a {

    text-decoration: none;

}

.block-content .old-price .price-label {

    display: none;

    color: #697073;

    font-weight: bold;

}

.block-content .special-price .price-label {

    display: none;

}

.block-content .old-price .price {

    text-decoration: none;

    color:#585858;

}

.product-name a:hover {

}

.block .block-content ol {

}

/*****************************************************************************CATALOG****************/

/*pager*/

.toolbar-bottom {

    padding-top: 10px;

}

.toolbar {

    margin-bottom: 13px;

}

.toolbar .pager {

    margin-bottom: 2px;

    border: 0px solid #b6b6b6;

    padding: 0px 0px 0px 10px;

    background: none;

}

.toolbar .sorter {

    padding: 0px 0px 0px 10px;

    border: 0px solid #b6b6b6;

    background: none;

}

.pager .amount, .pager .amount strong, .pager .limiter, .sorter, .sorter strong, .pager .pages .current {

    color: #797979;

}

.toolbar .pager a, .toolbar .sorter a {

    color: #004590;

    text-decoration: none;

}

.toolbar .pager a:hover, .toolbar .sorter a:hover {

    text-decoration: underline;

}

.pager .pages {

    position: relative;

    padding-left: 20px;

    color: #6f6f6f;

}

.pager .pages strong {

    font-weight: normal;

    color: #797979;

    font-family: Arial;

}

.pager .limiter {

    padding-right: 58px;

}

.pager .limiter select, .sorter .sort-by select {

    background:none repeat scroll 0 0 #ececec;

    border:1px solid #bec0cb;

    color: #242429;

}

.sort-by {

    float: right;

    position: relative;

}

.sorter .sort-by {

    padding-right: 5px;

    display: none;

}

/*items*/

.products-list .product-image {

    height: auto;

    border: 1px solid #fff;

}

.products-list .product-image:hover {

    border: 1px solid #c6c6c6;

}

.products-list .product-shop {

}

.products-list .product-shop .f-fix p {

    display: inline;

}

.products-list .product-name, .products-list .product-name a {

    color: #a2262c;

    font: bold 12px Arial, Helvetica, sans-serif;

    text-transform: none;

    text-decoration: none;

    margin-bottom: 8px;

}

.products-grid .product-name, .products-grid .product-name a {

    color: #a6000a;

    font: bold 11px Arial, Helvetica, sans-serif;

    text-transform: none;

    text-decoration: none;

    margin-bottom: 0;

    text-align: center;

}

.box-up-sell .products-grid .product-name, .box-up-sell .products-grid .product-name a {

    text-transform: none;

}

.products-list .product-name a:hover, .products-grid .product-name a:hover {

    color: #da0310;

    text-decoration: none;

}

.add-to-links a {

    font-size:11px;

    font-weight: bold !important;

}

.block .block-subtitle {

    color: #2f3135;

}

.products-list .desc {

    color: #3E3F44;

    font:11px Arial, Helvetica, sans-serif;

    line-height: 130%;

    padding-left: 0;

    margin-bottom: 20px;

}

.mini-products-list .product-name {

    line-height: 10px;

}

.mini-products-list .product-name a {

    padding:0;

    text-transform: none;

    color: #585858;

    font: bold 11px/13px Arial, Helvetica, sans-serif;

    text-decoration: none;

}

.mini-products-list .product-name a:hover {

    text-decoration: none;

    color: #da0310;

}

.mini-products-list .product-image {

    margin-top: 0px;

    width: 50px;

    background: #fff;

}

.mini-products-list .product-details {

    margin-left: 65px;

}

.mini-products-list li.item .product {

    padding-bottom: 0px !important;

}

.mini-products-list .price-box {

    margin-bottom: 8px;

}

.block .product-info {

    text-decoration: none;

}

.block .product-info:hover {

    text-decoration: underline;

}

/*Prices*/

.products-list .price-box {

    float:none;

    margin: 7px 13px 2px 0;

}

.products-grid .price-box {

    margin: 2px 0 0 0;

    font-family: Arial;

    text-align: center;

}

.products-grid .price-box .price-label {

    color: #585858;

    font-size: 11px;

    font-weight: normal !important;

}

/*catalog price*/

.regular-price {

    color:#585858;

}

.regular-price .price-label, .product-view .price-label {

    color: #585858;

    font-size: 11px;

    font-weight: normal;

}

.old-price {

    padding-right: 5px;

}

.old-price .price-label {

    color: #585858;

    font-size: 12px;

    font-weight: bold !important;

}

.special-price {

    padding: 0px 0 0px 0;

}

.special-price .price-label {

    color: #585858;

    font-size: 11px;

    font-weight: normal;

}

.regular-price .price, .minimal-price .price {

    color: #018fc4;

    font: bold 13px Arial, Helvetica, sans-serif;

}

.old-price .price, .price-from .price, .price-to .price {

    color: #585858;

    font: bold 12px Arial, Helvetica, sans-serif;

    text-decoration: none;

}

.special-price .price {

    color: #018fc4;

    line-height: 10px !important;

    font: bold 14px Arial, Helvetica, sans-serif;

}

.minimal-price-link .price {

    color: #035E93;

}

.minimal-price-link .label {

    color: #035E93;

}

.products-list .special-price .price-label, .products-list .special-price .price {

    color: #a2262c;

}

.products-list .regular-price .price-label, .products-list .minimal-price .price-label {

    color: #171d1e;

    font: normal 18px Arial, Helvetica, sans-serif;

}

/* Form Elements */

input {

    font:12px/15px Arial, Helvetica, sans-serif;

    color:#000;

    font-weight: normal;

}

select, textarea {

    font:11px/14px Arial, Helvetica, sans-serif;

    color:#293941;

    font-weight: normal;

}

input.input-text, select, textarea {

    background: #fcfcfc;

    border:1px solid #c5c5c5;

}

select.multiselect option {

    border-bottom: 1px solid #d9dde3;

}

.sort-by select {

    width: 128px;

}

/* Form */

.fieldset {

    margin-top: 15px;

    border: 1px solid #acacac;

    background: #fcfcfc;

    padding-top: 25px;

    padding-bottom: 10px;

    padding-left: 33px;

}

.fieldset .legend {

    border: 1px solid #acacac;

    background: #dbdbdb;

    font: bold 13px Arial;

    color: #2f3135;

    padding: 3px 8px;

    margin: -37px 0 0 -10px;

}

.form-list label.required em {

    font-style:normal;

    color: #A2262C;

}

/* REQUIRED BUTTON STYLES: */

button.button {

    position: relative;

    border: 0 !important;

    cursor: pointer;

    padding: 0;

    overflow: visible; /* removes extra side padding in IE */

}

 button.button::-moz-focus-inner {

 border: none;  /* overrides extra padding in Firefox */

}

button.button span {

    position: relative;

    display: block;

    white-space: nowrap;

    border: 0 !important;

    background: none !important;

    height:22px;

    padding: 0;

    margin: 0;

}

button.button span span {

    position: relative;

    display: block;

    white-space: nowrap;

    border: 0 !important;

}

 @media screen and (-webkit-min-device-pixel-ratio:0) {

    /* Safari and Google Chrome only - fix margins */

    button.button span {

 margin-top: -1px;

}

}

/* OPTIONAL BUTTON STYLES for applying custom look and feel: */

button.button {

    margin: 0 10px 10px 0;

    padding: 0 15px 0 0;

    font: bold 11px Arial, Helvetica, sans-serif;

    text-align: center;

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/blue_btn_sprite.gif) no-repeat right -27px;

    /*border: 0 !important;*/

    height: 22px !important;/*float: left;*/

}

button.button span {

    background: transparent;

}

button.button span span {

    padding: 4px 0 0 17px;

    height: 21px;

    border: 0 !important;

    color: #fff;

    font: bold 11px Arial, Helvetica, sans-serif;

    text-transform: uppercase;

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/blue_btn_sprite.gif) no-repeat left top !important;

}

button.button:hover, button.buttonHover { /* the redundant class is used to apply the hover state with a script */

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/blue_btn_sprite.gif) no-repeat right -81px;

}

button.button:hover span span, button.buttonHover span span {

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/blue_btn_sprite.gif) no-repeat left -54px !important;

}

.product-view .box-tags .form-add .input-box {

    margin-right: 8px;

    margin-left: 22px;

}

.product-view .box-tags .form-add .input-box input {

    height: 14px;

}

div.toolbar div.sorter {

}

div.toolbar-bottom div.sorter {

    display: block;

}

div.toolbar-bottom .view-mode {

    padding-right: 20px;

}

div.toolbar-bottom .limiter {

    float: right;

}

/**************************************************************PRODUCT******************/

.product-view {

    border: 1px solid #bdbebe;

    padding: 4px 0 0 0;

    margin-top: 4px;

    margin-left: 5px;

}

.product-essential {

    padding: 0 10px 15px 5px;

}

.product-view .product-shop {

    width: 404px;

}

.col2-right-layout .product-view .product-shop {

    width: 354px;

}

.product-view .product-shop a {

    color: #4b93aa;

    font-size: 11px;

}

.product-view .product-shop a:hover {

    color: #0079bf;

    text-decoration: underline;

}

.product-view .product-img-box {

    margin-top: 30px;

    padding-left: 24px;

}

.product-view .product-img-box .product-image {

    margin-bottom: 5px;

    border: 1px solid #babbbb;

    width: 255px;

}

.product-view .product-img-box .product-image img {

    top: 0 !important;

    width: 255px !important;

}

.product-view .product-img-box .zoom #track {

    background:#dfdfdf;

}

.product-view .product-shop .availability {

    font-size: 11px;

    color: #3d3e3e;

}

.product-view .product-img-box .more-views li {

    margin:0 0 8px 12px;

}

.product-view .product-img-box .more-views li a {

    border: 1px solid #babbbb;

}

.product-view .product-img-box .more-views li a:hover {

    border: 1px solid #babbbb;

}

.product-view .add-to-box {

    margin: 10px 0 0px 0;

    padding: 10px 0 0 0;

}

.add-to-box .add-to-cart label, .add-to-cart label {

    padding-left: 0;

}

.add-to-cart label {

    margin-top: 4px;

    margin-right: 7px;

    font: bold 12px Arial;

    color: #171d1e;

}

.add-to-cart .qty {

    margin-top: 3px;

    margin-right: 10px;

    padding: 2px 0 1px 3px;

    color: #293941;

    font-weight: normal;

    font-size: 12px;

    border: 1px solid #babbbb;

    background: #dbdbdb;

}

.add-to-cart .button {

    margin-top: 3px;

}

.product-view .product-shop .add-to-links {

    margin-top: 0;

}

.product-view .product-shop .add-to-links li {

    padding-bottom: 1px;

}

.product-view .product-shop .add-to-links a {

    color:#1c86c3 !important;

    font-weight:normal !important;

    font:12px Arial, Helvetica, sans-serif;

}

.product-view .product-shop .add-to-links a:hover {

    text-decoration: none;

}

.product-view .product-shop .short-description {

    line-height: 130%;

    color: #3d3e3e;

    font-size: 11px;

    margin-top: 0;

    padding: 0px 0 0 0;

}

.product-collateral .box-collateral, .no-rating {

    margin-top: 20px;

    margin-bottom: 15px;

}

.product-collateral .no-rating a {

    color:#1c86c3;

    font:12px Arial, Helvetica, sans-serif;

}

.product-collateral .no-rating a:hover {

    text-decoration: none;

}

.tier-prices {

    background-color:#fcfcfc;

    border:1px solid #acacac;

}

.product-view .box-up-sell .products-grid {

    width: 660px !important;

    margin-bottom: 10px;

}

.product-view .box-up-sell .products-grid td {

    padding:15px 0px 12px 0px;

    text-align: center;

}

.product-view .box-up-sell .products-grid td .product-image {

    width: 135px;

    margin-left: auto;

}

.product-view .box-up-sell .products-grid td .product-image img {

    width: 129px;

    border:3px solid #f6f6f6;

}

/*titles on product page*/

.product-essential h2, .product-view .product-img-box .more-views h2, .product-collateral h2 {

    font: bold 12px Arial, Helvetica, sans-serif;

    text-transform: none !important;

    color: #035e93;

    margin: 10px 0px 10px 0px;

    padding-bottom: 0;

    border-bottom: 0 !important;

}

.product-view .product-img-box .more-views h2 {

    color: #035e93;

    text-transform: none !important;

    font: bold 12px Arial, Helvetica, sans-serif;

    padding-bottom: 1px;

    border-bottom: 0 !important;

}

.product-view .box-up-sell h2 {

    color: #035e93;

    font-size: 12px;

}

/*messages*/

#messages_product_view .messages {

    margin: 5px 25px 0 6px !important;

    width: 100%;

}

.error-msg, .success-msg, .note-msg, .notice-msg {

    min-height:24px !important;

    padding: 10px 8px 4px 32px !important;

    background-color: #dadada !important;

    border-color:#b1b1b1;

    color:#035e93 !important;

}

.add-to-box .or {

    color:#171d1e;

    font:normal 12px Arial;

    margin: 5px 12px 0 3px;

}

.product-collateral {

    padding: 5px 25px 15px 25px;

    background: #f2f2f2;

}

.product-collateral .data-table, .product-collateral .data-table tbody, .product-collateral .data-table td {

    border: 0 !important;

    background: transparent !important;

    color: #585858;

}

.product-collateral .data-table .label {

    border-top: 0 !important;

    border-right: 1px solid #d3d4d5 !important;

    border-bottom: 0 !important;

    border-left: 0 !important;

    background: transparent !important;

    font: normal 12px Arial;

    color: #171d1e;

}

.product-view .box-tags .form-add label {

    color: #2f3135 !important;

    font-weight: bold;

    font-size: 11px;

}

.product-view .box-tags .form-add .input-box {

    padding:0;

}

.product-view .box-tags .note {

    margin-top: 0;

    padding: 0 0 0 22px;

    font-size: 11px;

    color: #171d1e;

}

/***************************************************************CART**********************************/

.cart .page-title {

    margin: 0 0 5px 0;

}

.cart .page-title h1 {

    margin-top: 14px;

    margin-bottom: 7px;

    color: #a2262c;

    font-size: 26px;

    font-weight: normal;

}

.cart .page-title .checkout-types li {

    margin-bottom: 0;

    margin-top: 5px;

}

.data-table thead th {

    font:12px Arial, Helvetica, sans-serif;

}

.cart .discount, .cart .shipping {

    border: 0 !important;

    padding: 15px 0 25px 15px;

}

.cart .discount h2, .cart .shipping h2 {

    margin-bottom: 15px;

    color: #035e93;

    font: bold 12px/12px Arial, Helvetica, sans-serif;

    padding:1px 0 0 1px;

    text-transform: none;

    background: none;

}

.cart .discount .input-box {

    margin: 10px 0 0 0;

    width: 138px;

    float: left;

}

.cart .discount input.input-text {

    border: 1px solid #c5c5c5;

    width: 126px;

    padding-left: 6px;

    color: #000;

    float: left;

}

#checkout-review-table tfoot tr.last .price {

    color: #018fc4;

    font: normal 18px Arial, Helvetica, sans-serif !important;

}

#shopping-cart-totals-table tfoot .price {

    color: #018fc4;

    font: normal 18px Arial, Helvetica, sans-serif !important;

}

#shopping-cart-totals-table .price {

    color: #018fc4;

    font: normal 18px Arial, Helvetica, sans-serif;

}

.cart .cart-collaterals .col2-set {

    width: 572px;

}

.cart .totals {

    background: none !important;

    border: 0 !important;

    color: #000;

    margin: 0px 15px 0 0;

    float:right;

    width:248px;

}

.cart .totals table {

    margin-top: 0;

    margin-bottom: 12px;

}

.cart .totals td {

    padding: 1px 0px 1px 12px;

    vertical-align: middle;

    font: bold 12px Arial, Helvetica, sans-serif;

    color: #585858;

}

.cart .totals tfoot td {

    padding-top: 2px;

    padding-bottom: 0;

}

.cart .totals tfoot td strong {

    color: #585858;

    font: bold 12px Arial, Helvetica, sans-serif;

}

.cart .totals .checkout-types {

    padding: 0 0px 15px 15px;

}

.cart .discount .buttons-set {

    margin-top: 10px;

    margin-left: 5px;

    float: left;

    clear: none;

}

.discounts {

    width: 50%;

    float: left;

    position: relative;

}

button.btn-checkout {

    float: right;

    height: 25px !important;

    margin: 0 0 13px 0;

    padding:0 27px 0 0;

    border:0 none;

    color:#FFFFFF;

    font: bold 12px Arial, Helvetica, sans-serif;

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/bigred_btn_sprite.gif) no-repeat right -31px;

}

button.btn-checkout span {

    height: 25px;

    background: transparent;

}

button.btn-checkout span span {

    font: bold 12px Arial, Helvetica, sans-serif;

    height: 25px;

    padding: 5px 0 0 16px;

    text-transform: uppercase;

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/bigred_btn_sprite.gif) no-repeat left top !important;

}

button.btn-checkout:hover, .checkout-types button.buttonHover {

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/bigred_btn_sprite.gif) no-repeat right -93px;

}

button.btn-checkout:hover span span, .checkout-types button.buttonHover span span {

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/bigred_btn_sprite.gif) no-repeat left -62px !important;

}

.title-buttons button.btn-checkout {

    margin: 20px 0 0px 0;

}

.form-list label {

    font:12px Arial, Helvetica, sans-serif;

    color: #2f3135;

    font-weight:normal;

    margin-bottom: 3px;

}

.form-list li.control label {

    color: #585858;

}

.form-list .input-box select {

    border: 1px solid #c5c5c5;

}

.checkout-progress li {

    border-top-color: #acacac;

    color: #acacac;

}

.checkout-progress li.active {

    border-top-color: #035e93;

    color: #035e93;

}

.cart .crosssell {

    padding: 0px 0 12px 10px;

}

.cart .crosssell .link-wishlist {

    color:#035e93 !important;

    font-weight: normal !important;

    text-decoration: none;

}

.cart .crosssell .link-compare {

    color:#035e93 !important;

    font-weight: normal !important;

    text-decoration: none;

}

.cart .crosssell .link-wishlist:hover, .cart .crosssell .link-compare:hover {

    color:#0079bf !important;

}

.crosssell-div {

    clear: both;

}

.cart .cart-collaterals {

    color: #2f3135;

    font-size: 12px;

    padding-top: 7px;

}

.cross-sells {

    clear: both;

    width: 905px;

    float: left;

}

.cross-sells h2 {

    margin-left: 0px;

    color: #A2262C;

    font: bold 12px Tahoma !important;

}

.cross-sells .crosssell {

    position: relative;

    width: 925px;

    float: left;

}

.cross-sells .crosssell #crosssell-products-list {

    padding: 0px 5px 10px 5px;

    clear: both;

    position: relative;

    width: 925px;

    float: left;

}

.cart .crosssell li.item {

    margin:12px 0;

    float: left;

    width: 220px;

    margin-right: 15px;

}

.cart .crosssell li.last {

    margin-right: 0;

}

.cart .crosssell li.item .price-box .price-label {

    font: bold 12px Arial;

    color: #585858;

}

.cart .crosssell li.item .price-box .regular-price .price-label, .cart .crosssell li.item .price-box .special-price .price-label, .cart .crosssell li.item .price-box .minimal-price .price-label, .cart .crosssell li.item .price-box .maximal-price .price-label {

    font: bold 12px Arial;

    color: #171d1e;

}

.cart .crosssell li.item .price-box .regular-price .price, .cart .crosssell li.item .price-box .special-price .price, .cart .crosssell li.item .price-box .minimal-price .price, .cart .crosssell li.item .price-box .maximal-price .price {

    font: normal 18px Arial;

    color: #018fc4;

}

.cart .crosssell li.item .price-box .old-price .price-label {

    font-weight: normal;

}

.cart .crosssell li.item .price-box .price {

    font-size: 12px;

    font-weight: bold;

}

.cart .crosssell li.item .product-name a {

    font: bold 12px Arial;

}

.cart .crosssell li.item .product-name a:hover {

    color: #0079bf;

}

.cart .crosssell li.item .product-image {

    width:81px;

    height:81px;

    border: 1px solid #acacac;

}

.cart .crosssell li.item .product-image img {

    border:3px solid #f6f6f6;

}

.cart .crosssell .product-details {

    margin-left: 98px;

}

/* SMALL BUTTONS */

 .cart .discount button.button::-moz-focus-inner, .cart .shipping button.button::-moz-focus-inner, #shopping-cart-table button.button::-moz-focus-inner, .my-wishlist .buttons-set button.button::-moz-focus-inner {

 border: none;

}

 @media screen and (-webkit-min-device-pixel-ratio:0) {

 .cart .discount button.button span {

 margin-top: -1px;

}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

 .cart .shipping button.button span {

 margin-top: -1px;

}

}

 @media screen and (-webkit-min-device-pixel-ratio:0) {

 #shopping-cart-table button.button span {

 margin-top: -1px;

}

}

 @media screen and (-webkit-min-device-pixel-ratio:0) {

 .my-wishlist .buttons-set button.button span {

 margin-top: -1px;

}

}

 @media screen and (-webkit-min-device-pixel-ratio:0) {

 .block-compare button.button span {

 margin-top: -1px;

}

}

/* custom look and feel: */

.cart .discount button.button, .cart .shipping button.button, #shopping-cart-table button.button, .my-wishlist .buttons-set button.button {

    margin: 0 11px 10px 0;

    padding: 0 14px 0 0;

    font: bold 11px Tahoma, Helvetica, sans-serif;

    text-align: center;

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/light_btn_sprite.gif) no-repeat right -27px;

    height: 22px !important;

}

.cart .discount button.button span span, .cart .shipping button.button span span, #shopping-cart-table button.button span span, .my-wishlist .buttons-set button.button span span {

    padding: 3px 0 0 17px;

    height: 21px;

    border: 0 !important;

    color: #035e93;

    font: bold 11px Tahoma, Helvetica, sans-serif;

    text-transform: none;

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/light_btn_sprite.gif) no-repeat left top !important;

}

.cart .discount button.button:hover, .cart .shipping button.button:hover, #shopping-cart-table button.button:hover, .my-wishlist .buttons-set button.button:hover, .cart .discount button.buttonHover, .cart .shipping button.buttonHover, #shopping-cart-table button.buttonHover, .my-wishlist .buttons-set button.buttonHover button.button:hover, button.buttonHover {

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/light_btn_sprite.gif) no-repeat right -81px;

}

.cart .discount button.button:hover span span, .cart .shipping button.button:hover span span, #shopping-cart-table button.button:hover span span, .my-wishlist .buttons-set button.button:hover span span, .cart .discount button.buttonHover span span, .cart .shipping button.buttonHover span span, #shopping-cart-table button.buttonHover span span, .my-wishlist .buttons-set button.buttonHover span span {

    color: #0079bf;

    background: transparent url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/light_btn_sprite.gif) no-repeat left -54px !important;

}

/***********************************************************CHECKOUT, ACCOUNT********************************/

#checkout-progress-wrapper {

    padding-top: 12px;

}

#opc-login h4 {

    font: bold 11px Arial, Helvetica, sans-serif;

    color: #4a4949;

}

#opc-login h3 {

    font: bold 13px Times New Roman, Helvetica, sans-serif;

    color: #2F3135;

    border-bottom-color: #c5c5c5;

}

.opc .step-title {

    border-bottom: 0px solid;

}

.opc .allow .step-title {

    border-width: 0px 1px 0px 1px;

}

.opc .active .step-title {

    border-top-width: 1px;

    border-left-width: 1px;

    border-right-width: 1px;

    border-bottom-width: 1px;

}

.opc .step-title h2 {

    margin-top: 2px;

    font: bold 13px Arial, Helvetica, sans-serif;

    text-transform: none;

}

.opc .active .step-title h2 {

    margin-top: 2px;

    font: bold 13px Arial, Helvetica, sans-serif;

    text-transform: none;

    color: #020c0e !important;

}

.opc .allow .step-title h2 {

    color: #3d3e3e;

}

.opc .step-title .number {

    background: #fff;

    border: 1px solid #c5c5c5;

    color: #585858;

    margin-top: 2px;

    margin-right: 8px;

}

.opc .allow .step-title .number {

    background: #fff;

    border: 1px solid #c5c5c5;

    color: #585858;

    margin-top: 2px;

    margin-right: 8px;

}

.opc .active .step-title .number {

    background:#fffef9;

    border: 1px solid #808080;

    color:#2f3135;

    margin-right: 8px;

}

.dashboard .box-reviews .number {

    background: #fff;

    border: 1px solid #999999 !important;

    color: #999999;

    padding: 2px 5px 2px 5px;

}

.dashboard .box-reviews .details {

    margin-left: 25px;

    padding-top: 3px;

}

.dashboard .box-tags .number {

    background: #fff;

    border: 1px solid #999999 !important;

    color: #999999;

}

.dashboard .welcome-msg {

    font:13px Arial, Helvetica, sans-serif;

}

.dashboard .page-title h1 {

    font-size: 19px;

}

.dashboard .box .box-title h3, .dashboard .box .box-title h4 {

    color: #2f3135;

    font-family: Tahoma;

    font-size: 12px;

    font-weight: bold;

    text-transform: none;

}

.box-account .box-head h2, .account-login .new-users h2, .account-login .registered-users h2 {

    background: none;

    font-size:13px;

    font-weight: bold;

    padding-left:0px;

    text-transform: uppercase;

}

.box-account .box-head h2 {

    color: #035e93;

}

.account-login .content {

    padding: 11px 20px 5px 20px;

}

.box-account a {

    color: #035e93 !important;

}

.box-account a:hover {

    color: #0079bf;

}

.my-account {

    margin-top: 0;

    margin-left: 15px;

}

.my-account .page-title h1 {

    margin-top: 0;

    font-size: 24px !important;

}

.addresses-list h3 {

    color: #035e93;

    font-size: 13px;

}

.addresses-list a {

    color:#035e93 !important;

    font-weight:normal;

}

.addresses-list a:hover {

    color: #0079bf !important;

}

.my-account .box-info {

    color: #808080;

    background: transparent;

    border: 0;

    padding: 15px 0 15px 15px;

}

.title-buttons button.button {

    float: none;

}

.dashboard .box-info .box-head {

    padding-bottom: 0px;

    border-bottom: 1px solid #c5c5c5;

}

.dashboard .box-info .box-head h2 {

    color: #035e93;

}

.dashboard .box-info h4 {

    font-size: 11px;

    font-weight: bold !important;

    color: #035e93;

    text-transform: none;

    padding: 2px 3px 2px 0px;

}

.title-buttons .button {

    margin-top: 2px;

}

.advanced-search-summary strong {

    padding-left: 0;

    color: #035e93;

}

.block-progress {

    margin-top: 0px;

    background: transparent;

}

.block-progress .block-title {

    padding: 0px 0 0 6px;

    background: transparent;

}

.block-progress .block-title strong {

    text-transform: none;

    padding: 0px 0 6px 0px;

    background: transparent;

}

.block-progress .block-content {

    color: #585858;

    padding: 0px 6px 8px 6px;

    background: transparent;

}

.block-progress dt {

    border: 1px solid #acacac !important;

    background: #fff !important;

    font-size: 13px;

    padding-left:8px;

    color: #035e93;

    text-transform: none;

}

.block-progress dt.complete {

    border-top: 1px solid #acacac !important;

    border-right: 1px solid #acacac !important;

    border-bottom: 1px solid #acacac !important;

    border-left: 1px solid #acacac !important;

}

.block-progress dd {

    border-top: 0 !important;

    border-right: 1px solid #acacac !important;

    border-bottom: 1px solid #acacac !important;

    border-left: 1px solid #acacac !important;

    padding: 8px 13px 8px 10px;

}

.block-account .block-content li.current, .block-account .block-content li.current strong {

    color: #035e93;

}

.block-account .block-content li a, .block-account .block-content li.current {

    padding: 0 0 1px 0;

}

.link-print {

    color:#035e93;

}

.link-reorder {

    color:#035e93 !important;

}

.link-reorder:hover {

    color:#0079bf !important;

}

.multiple-checkout h3, .multiple-checkout h4 {

    color:#035e93;

}

.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {

    color: #035e93;

}

.multiple-checkout .col2-set h2.legend {

    background: #dbdbdb;

    border-bottom:1px solid #acacac;

    color: #020C0E;

}

.multiple-checkout .col2-set, .multiple-checkout .col3-set {

    background: #fcfcfc;

    border:1px solid #acacac;

}

.checkout-multishipping-shipping .box-sp-methods {

    background:none repeat scroll 0 0 #dbdbdb;

    border:1px solid #acacac;

}

.multiple-checkout .box h2 {

    color:#035e93;

}

.multiple-checkout .place-order .grand-total span {

    font-size: 18px !important;

}

.multiple-checkout .place-order .grand-total .button span span {

    font-size: 12px !important;

    padding-top: 6px !important;

}

.multiple-checkout .place-order .grand-total .price {

    color:#018fc4;

    font: normal 20px Arial, Helvetica, sans-serif;

}

/**************************************************************HOME PAGE***********************************/

p.home_banner {

    margin: 0;

    padding: 0;

}

div.logos {

    background: #121617;

    width: 100%;

    margin:0;

    padding: 17px 0px 6px 0px;

    text-align: center;

}

div.logos a {

    margin-left: 15px;

    margin-right: 15px;

}

/*block-service*/

.block-service .block-content {

    padding: 13px 15px 17px 17px;

    font-size: 11px;

    color: #585858;

}

.block-service .block-content span.name {

    display: block;

    font-family: Times New Roman;

    font-weight: normal;

    font-size: 18px;

    color: #585858;

}

.block-service .block-content span {

    display: block;

    line-height: 23px;

    font-family: Century Gothic;

    font-weight: normal;

    font-size: 12px;

    color: #585858;

}

.block-service .block-content span span {

    display: inline;

    padding-left: 3px;

    font-family: Century Gothic;

    font-weight: normal;

    font-size: 26px;

    color: #035e93;

}

.block-service h4 {

    color: #005469;

}

.block-service .content {

    background: transparent;

    padding-bottom: 29px;

}

.block-service .service-t {

    color: black;

    font-size: 13px;

    font-family: Georgia, "Times New Roman";

    font-weight:bold;

}

.block-service .service-phone {

    margin-top: 5px;

    color:#da0282;

    font-size: 30px;

    font-family: "Times New Roman";

}

.block-service .service-text {

    margin-top: 10px;

    margin-left: 17px;

    color: #000;

    font-size: 12px;

}

.block-service .service-text a {

    text-decoration: underline;

}

.block-service .service-text p {

    margin-bottom: 7px;

}

.featured{padding-top:6px;margin-bottom: 10px;}

.featured .block-title strong{

        background: url("https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/block_head_red.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

    line-height: 16px;

    padding: 5px 90px 5px 15px;

}

.featured .block-title strong span{

    color: #fff;

    position: relative;

}

.featured .category-products{

    border:1px solid #ccc;

    overflow: hidden;

    padding: 20px 0 0 2px;

}



/**************************************************************TEXT COLORS*********************************************/

/* blue */

.mini-products-list .product-info {

    font-size: 12px;

}

.block .btn-remove, .block .link-wishlist, .block .link-compare, .block .product-info {

    color: #035e93!important;

}

.block .link-wishlist:hover, .block .link-compare:hover, .block .product-info:hover {

    color:#0079bf !important;

}

.block-progress dt.complete {

    color: #2f3135 !important;

}

.block-progress dt.complete a {

    color: #035e93;

}

.block-progress dt.complete a:hover {

    color: #0079bf;

}

/*light*/

.error-msg, .block-layered-nav li a:hover {

    color: #0079bf !important;

}

/*dark*/

.account-login .new-users h2, .account-login .registered-users h2 {

    color: #035e93 !important;

    border-color: #acacac;

}

.sp-methods label .price {

    font: normal 18px Arial;

    color: #018fc4 !important;

}

.compare-table tr.first td .product-name a, .data-table tr td .product-name a {

    color: #035e93 !important;

}

.opc .step-title h2, .page-sitemap .links a, .crosssell .product-name a {

    color: #035e93;

}

/*medium grey text*/

.product-options dt label {

    color: #585858 !important;

}

/*dark grey - separators, lines*/

.products-list .add-to-links .separator {

    color: #6a7173;

}

/*grey*/

.block .block-subtitle, .product-name a, #opc-review .product-name, .back-link a, .my-account a, .page-sitemap .sitemap a, .product-view .product-shop .add-to-links a, .tags-list li a {

    padding-top: 0px;

    padding-left: 0px;

}

.link-wishlist {

    color: #0079bf !important;

}

.product-shop .link-wishlist {

    color: #E85500!important;

}

/*font normal*/

.link-wishlist, .link-compare {

    font-weight: normal;

}

/*font 11px*/

.std ul.disc {

    list-style-type: circle;

}

/**********************************************************BACKGOUNDS*****************************************************/

/*background-transparent*/

.product-essential, .product-view .box-up-sell .products-grid td, .block li.even, .cart .crosssell, .cart .discount, .cart .shipping, .cart .totals, .block .actions, .compare-table tbody th, .compare-table tr.add-to-row td, .block-layered-nav .currently li, .block-cart .summary, .block-progress dt, .block-progress dt.complete, .block-progress dd.complete, .order-info-box {

    background:transparent;

}

.account-login .content, .account-login .buttons-set, .account-login h2 {

    background: #fcfcfc;

    border-color: #acacac;

}

/*border-non*/

.product-view .product-img-box .more-views h2, .product-collateral h2, .product-view .box-up-sell .products-grid, .product-view .box-up-sell .products-grid td, .cart .crosssell, .cart .discount, .cart .shipping, .cart .totals, .page-title, .box-account .box-head, .pager, .block-cart .summary, .block-cart .actions, .products-grid, .block-progress dt, .block-progress dt.complete, .block-progress dd.complete {

    border: none;

}

/*background- forms */

.data-table, .data-table tfoot tr, .data-table .odd, .data-table .even, .advanced-search-summary, .product-options, .data-table tbody.odd tr, .data-table tbody.odd tr td, .tags-list {

    background:#fff;

}

/*background-title*/

.data-table tfoot tr td, .data-table thead th {

/*background: #fff;*/

}

.cart-table tfoot tr td, .grand_total td {

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/table_tf.gif) repeat-x 0 0 !important;

}

.opc .active .step-title, .box-account, .addresses-list li.item, .account-login .buttons-set, .product-options-bottom, .order-info {

    background: #fcfcfc;

}

/*background- foocus */

input.input-text:focus, select:focus, textarea:focus {

    background: transparent;

}

.opc .step {

    background: #fcfcfc;

}

.opc .step-title {

    background:#eeeeee;

}

.opc .allow .step-title {

    background: #dbdbdb;

}

.validation-failed {

    background:#cfcfd0 !important;

}

/*border - forms */

.box-account, .advanced-search-summary, .product-options, .product-options-bottom, .order-info, .order-info-box, .tags-list {

    border-color: #acacac !important;

}

.addresses-list li.item {

    border-color: #acacac !important;

}

.opc .step, .opc .step-title, .opc .active .step-title, .opc .step-title, .opc .allow .step-title, #opc-review .buttons-set,

#checkout-step-review #discount-coupon-form {

    border-top: 0;

    border-right: 1px solid #acacac;

    border-bottom: 1px solid #acacac;

    border-left: 1px solid #acacac;

}

.opc .active .step-title, .opc .allow .step-title, #opc-review .buttons-set {

    border-top: 1px solid #acacac !important;

    border-right: 1px solid #acacac !important;

    border-bottom: 1px solid #acacac;

    border-left: 1px solid #acacac !important;

}

#opc-review .product-name {

    color: #035e93;

    font: bold 12px Arial;

}

.data-table {

    border: 1px solid #c5c5c5 !important;

    border-collapse: collapse;

}

.data-table tbody {

    border: 1px solid #c5c5c5 !important;

}

.data-table thead {

    border-top: 1px solid #c5c5c5;

    border-right: 1px solid #c5c5c5;

    border-bottom: 0;

    border-left: 1px solid #c5c5c5;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/table_th.gif) repeat-x 0 0;

}

.data-table thead th {

    border-top: 1px solid #c5c5c5;

    border-right: 1px solid;

    border-bottom: 0;

    border-left: 0;

    border-color: #c5c5c5 #c5c5c5 transparent transparent !important;

    padding: 7px 10px 11px 10px;

    color: #1b2127;

    font-family: Arial;

    font-weight: bold !important;

    text-transform: none;

    background: transparent;

}

.data-table td {

    border-top: 0 !important;

    border-right: 1px solid #c5c5c5;

    border-bottom: 1px solid #c5c5c5;

    border-left: 1px solid #c5c5c5;

    border-color: transparent #c5c5c5 #c5c5c5 #c5c5c5 !important;

    background: #fcfcfc;

    font-family: Arial;

    color: #3d3e3e;

}

.data-table td img {

    border: 1px solid #acacac;

}

.data-table td .product-name a {

    font-family: Arial;

    font-size: 12px;

    font-weight: bold;

    text-transform: none;

    text-decoration: none;

}

.data-table td .product-name a:hover {

    color: #0079bf !important;

}

.data-table td input.qty {

    color: #952d33;

    font: bold 12px Arial !important;

    border: 1px solid #c5c5c5;

    background: #fcfcfc;

    padding-left: 6px;

}

.data-table td .price {

    font-weight: bold !important;

    color:#2f3135;

    font: 12px Arial, Helvetica, sans-serif;

}

.data-table td .price-label {

    font-weight: bold !important;

    font-family: Arial;

    color: #2f3135;

}

.data-table td .regular-price .price, .data-table td .special-price .price {

    font-family: times new roman;

    font-weight: bold !important;

    font-size: 14px;

    color:#018fc4;

}

.data-table td.last .price {

    color:#2f3135;

}

.data-table tfoot {

    border-top: 1px solid #acacac;

    border-right: 1px solid #acacac;

    border-bottom: 1px solid #acacac;

    border-left: 1px solid #acacac;

}

.data-table tfoot tr {

    background: #fcfcfc !important;

}

.data-table tfoot tr td {

    border: 0 !important;

    padding: 13px 16px 12px 16px;

}

.data-table tfoot tr td button.button {

    margin: 0;

}

.data-table tfoot tr td button.btn-update {

    float: right;

}

/*border blue  */

.mini-products-list .product-image {

    border: 1px solid #cccccc;

}

.mini-products-list .product-image:hover {

    border: 1px solid #afafaf;

}

.products-grid .product-image {

    margin-left: auto;

    margin-right: auto;

}

.products-grid .product-image:hover {



}

/*border = background color*/

.block-layered-nav .actions {

    border-color: #dadada;

}

.product-options dd {

    border-color: #dadada;

}

.products-list li.item {

    border-color: transparent;

    padding: 12px 10px 12px 9px;

}

/*Block poll*/





/*Compare*/

.compare-table {

    border:0;

}

.compare-table thead tr.first th, .compare-table thead tr.first td {

    border-bottom:0 !important;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/table_th.gif) repeat-x 0 0;

    padding:0;

    font-size:0;

    line-height:0;

}

.compare-table .btn-remove {

    float:right;

    background-image:url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/btn_remove2.gif);

    width:72px;

    height:15px;

}

.compare-table tbody th, .compare-table thead th, .compare-table thead td {

    border-top: 1px solid #c5c5c5;

    border-right: 1px solid #c5c5c5;

    border-bottom: 1px solid #c5c5c5;

    border-left: 1px solid #c5c5c5;

    padding: 2px 10px 2px 10px;

    color: #1b2127;

    font-weight: bold !important;

    text-transform: none;

    background: #dbdbdb;

}

.compare-table tbody .first th {

    border-top: 0;

}

.compare-table tbody td {

    border-top: 0 !important;

    border-right: 1px solid #c5c5c5 !important;

    border-bottom: 1px solid #c5c5c5 !important;

    border-left: 1px solid #c5c5c5 !important;

    background: #fcfcfc;

    color: #2f3135;

}

.compare-table tbody td.last {

    border-right:1px solid #c5c5c5;

}

.compare-table tbody tr.last th, .compare-table tbody tr.last td {

    border-bottom:1px solid #c5c5c5 !important;

}

.block .actions button.button {

    margin-right: 6px;

}

.block-compare .block-content {

    padding-top: 10px;

    padding-bottom: 2px;

}

.block-compare .block-content ol {

    margin-left: 2px;

}

.block-compare .block-content li.item {

    padding: 3px 12px 3px 0px;

}

.block-compare .block-content li.item .product-name a {

    text-transform: none;

    color: #035e93;

    font: bold 11px Arial, Helvetica, sans-serif;

    text-decoration: none;

}

.block-compare .block-content li.item .product-name a:hover {

    color: #0079bf;

}

.block-compare .block-content li.item .btn-remove {

    margin-top: 4px !important;

}

.compare-table tr td .product-name {

    margin-top: 6px !important;

}

.compare-table tr td .product-name a {

    font-size: 12px;

    font-weight: bold;

    text-transform: none;

}

.compare-table tr td .product-name a:hover {

    color: #0079bf !important;

}

.compare-table tr td .product-image img {

    border: 1px solid #c6c6c6;

}

.compare-table tr td .product-image:hover img {

    border: 1px solid #c6c6c6;

}

.compare-table .btn-remove {

    height: 15px;

    width: 72px;

    margin: 3px 0px 3px 0px;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/btn_remove2.gif) no-repeat 0 0;

}

.compare-table .btn-remove:hover {

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/btn_remove2.gif) no-repeat 0 0;

}

.compare-table td .price-box {

    margin-bottom: 5px;

}

.compare-table td .regular-price .price {

    color:#018fc4 !important;

    font-size:16px;

    font-weight: bold !important;

}

.compare-table td .regular-price .price-label, .compare-table td .old-price .price-label {

    color:#5c6668 !important;

    font-size:12px;

}

.compare-table td .old-price .price {

    color:#0079bf !important;

    font-size:12px;

    font-weight: bold !important;

    text-decoration: line-through;

}

.compare-table td .special-price .price-label {

    color:#5c6668 !important;

    font-size:16px;

    font-weight: bold !important;

}

.compare-table td .special-price .price {

    color:#0079bf !important;

    font-size:14px;

    font-weight: bold !important;

}

.compare-table td.last .price {

    color: #cb3173;

}

.compare-table .button {

    margin-left: auto !important;

    margin-right: auto !important;

    float: none;

    margin-bottom: 0;

}

.cart .totals .checkout-types li a {

    color: #035e93;

    font-size: 12px;

    text-decoration: none;

}

.cart .totals .checkout-types li a:hover {

    color: #0079bf;

}

.page-popup .link-print {

    color: #000000;

}

.link-cart {

    color: #035e93 !important;

    font-weight: 700;

}

.link-cart:hover {

    color: #0079bf !important;

}

.addresses-list h2 {

    color: #2f3135;

}

.truncated a.details {

    color: #035e93;

    text-decoration: none;

}

.truncated a.details:hover {

    color: #0079bf;

}

.truncated .truncated_full_value dl {

    background-color: #f5f5f5 !important;

    border: 1px solid #c8c6c6;

}

.truncated .item-options dt {

    color: #474747;

    font-style: italic;

}

p.required {

    color: #a2262c;

    font: 11px Arial, Helvetica, sans-serif;

}

.product-options dt span.required {

    color: #a2262c;

}

.buttons-set {

    margin-top: 5px;

    border-top:0;

}

.buttons-set a.f-left {

    color: #035e93;

}

.buttons-set .back-link, .buttons-set .back-link a {

    color: #035e93;

    text-decoration: none;

}

.buttons-set .back-link:hover, .buttons-set .back-link a:hover, .buttons-set a.f-left:hover {

    color: #0079bf;

}

.sp-methods label {

    color: #585858;

    font-weight: bold;

    font: 12px Arial, Helvetica, sans-serif;

}

.product-view .box-up-sell .products-grid td.empty {

    background: transparent;

}

.page-sitemap .sitemap a {

    color: #035e93;

}

.page-sitemap .sitemap a:hover {

    color:#0079bf;

}

.block-reorder .product-name a {

    color: #035e93;

    font: bold 12px Arial;

}

.block-reorder .product-name a:hover {

    color: #0079bf;

}

.tags-list li a, .block-tags .block-content a {

    color: #035e93;

}

.tags-list li a:hover, .block-tags .block-content a:hover {

    color: #0079bf;

}

/*demo notice*/

.demo-notice {

    background: none repeat scroll 0 0 #ffffff;

    color: #000000;

    font-size: 11px;

    font-weight: bold;

    line-height: 1.15;

    margin: 0;

    padding: 5px 5px;

    text-align: center;

    opacity: 0.7;

 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);

    position: absolute;

    top: 0;

    left: 0;

}

/*currency block fix*/

.block-currency {

    height: auto !important;

    padding: 0;

}

.block-currency .block-title {

    margin: 0;

}

.block-currency .block-content select {

    width: 184px !important;

    display: block !important;

    margin: 0px 0px 0px 0px !important;

}

.block-currency .block-content {

    padding-bottom:6px;

    padding-top:6px;

    padding-left: 10px;

}

/*testimonial block*/

.testimonial {

    width: 205px;

    margin: 0px 0px 10px 0px;

    padding: 24px 0px 0px 0px;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/testim_top.png) no-repeat 0 0;

}

.testimonial p {

    font-style: italic;

    font-family: Times New Roman;

    font-size: 13px;

    line-height: 15px;

    padding: 0px 12px 0px 12px;

}

.testimonial p.signt {

    color: #1272ab;

    font-weight: bold;

    font-style: normal;

    text-align: right;

    font-family: Arial;

    font-size: 11px;

    position: aboslute;

    bottom: 0;

    left: 0;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/testim_bt.png) no-repeat 0% 100%;

    width: 181px;

    margin: 0px 0px 0px 0px;

    padding: 0px 12px 32px 12px;

}

div.moneyback {

    margin: 0px 0px 10px 0px;

}

div.moneyback img {

    float: left;

    position: relative;

    margin: 0px 10px 10px 0px;

}

div.moneyback p {

    padding-top: 15px;

    line-height: 14px;

    color: #000;

}

div.sp span {

    display: none;

}

.store-switcher label {

    color: #1272ab;

    font-weight: bold;

}

/******************* CLEARFIX ***********************/

.clearfix:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}

.clearfix {

    display: inline-block;

}

html[xmlns] .clearfix {

    display: block;

}

* html .clearfix {

    height: 1%;

}

/*customization*/

.block .block-title strong {

    color: #fff;

}

.products-grid .shortDescription {

    display: none;

}

h2.product-name {

    padding-left: 5px;

    padding-right: 5px;

}

/*slider 2 col*/

.col2_slider {

    width: 673px;

    float: left;

    position: relative;

 $margin-left: 7px;

}

.col2_right {

    width: 284px;

    float: right;

    position: relative;

    height: 290px;

    padding: 0px 24px 0px 0px;

 $padding: 0px 16px 0px 0px;

}

.col2_right .img_top {

    position: absolute;

    top: 0;

    left: 0;

}

.col2_right .img_bt {

    position: absolute;

    left: 0;

    bottom: 0;

}

/*easy tabs*/

.add-to-links {

    clear: both;

    padding-top: 10px;

}

.tabs {

    width: 660px;

    border-bottom: 0 !important;

    margin: 15px 0 0 0 !important;

    overflow: hidden;

    background: transparent;

}

.tabs li {

    background: transparent;

    border: 0;

    margin-right: 2px;

}

.tabs a:link, .tabs a:visited {

    color:#fff !important;

    font-size: 11px !important;

    font-weight:bold !important;

    display:block;

    text-align: center;

    padding: 6px 10px 8px 10px !important;

    text-decoration:none;

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/tab.gif) repeat-x 0 0;

    border-left: 1px solid #c5c5c5;

    border-right: 1px solid #c5c5c5;

    border-radius: 3px;

    -moz-border-radius: 3px 3px 0px 0px;

    -webkit-border-radius: 3px 3px 0px 0px;

    -khtml-border-radius: 3px 3px 0px 0px;

}

.tabs a:hover {

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/tab.gif) repeat-x 0% 100%;

}

.tabs li.active a, .tabs li.active a:hover {

    background: url(https://www.detotiauto.com/skin/frontend/detoti/detotiauto/images/tab_active.gif) repeat-x 0 0 !important;

    color: #0A4A99 !important;

    font-size: 11px !important;

    font-weight:bold;

}

.padder {

    width: 640px;

    padding: 5px 10px 5px 10px;

    border-top: 1px solid #c0c4c4;

    border-right: 1px solid #c5c5c5;

    border-bottom: 1px solid #c5c5c5;

    border-left: 1px solid #c5c5c5;

}

.products-grid .actions {

    position: absolute;

    bottom: 10px;

    width: 172px;

}

/* -----------------------------------------------CATALOG ----------------------------------------*/

.product6-per-line, .product5-per-line, .product4-per-line, .product3-per-line {

    width: 100%;

}

.product6-per-line ul.products-grid, .product5-per-line ul.products-grid, .product4-per-line ul.products-grid, .product3-per-line ul.products-grid {

    width: 100%;

    margin-bottom: 10px;

}

.product6-per-line ul.products-grid li .actions button.button, .product5-per-line ul.products-grid li .actions button.button, .product4-per-line ul.products-grid li .actions button.button, .product3-per-line ul.products-grid li .actions button.button {

    margin-left: auto;

    margin-right: auto;

}

.product6-per-line ul.last, .product5-per-line ul.last, .product4-per-line ul.last, .product3-per-line ul.last {

    margin-bottom: 0;

}

.image135px ul.products-grid li .product-image {

    width: 135px;

    height: 135px;

}

.image160px ul.products-grid li .product-image {

    width: 200px;

    height: 200px;

}

.image150px ul.products-grid li .product-image {

    width: 150px;

    height: 150px;

}

ul.products-grid li {

    text-align: center;

    position: static;

    margin: 0px 0px 0px 0px !important;

    padding: 0px 0px 34px 0px !important;

}

ul.products-grid li .actions {

    text-align: center;

    position: absolute;

    margin: 0px 0px 0px 0px;

    padding: 0;

    bottom: 0;

}

/*1col - 6products*/

.col1-layout .product6-per-line ul.products-grid li {

    width: 158px;

}

.col1-layout .product6-per-line ul.products-grid li .actions {

    width: 158px;

 $margin: 0px 0px 0px -79px;

}

/*1col - 5products*/

.col1-layout .product5-per-line ul.products-grid li {

    width: 190px;

}

.col1-layout .product5-per-line ul.products-grid li .actions {

    width: 190px;

 $margin: 0px 0px 0px -95px;

}

/*2col - 5products*/

.col2-left-layout .product5-per-line ul.products-grid li, .col2-right-layout .product5-per-line ul.products-grid li {

    width: 145px;

}

.col2-left-layout .product5-per-line ul.products-grid li .actions, .col2-right-layout .product5-per-line ul.products-grid li .actions {

    width: 145px;

 $margin: 0px 0px 0px -91px;

}

/*2col- 4products*/

.col2-left-layout .product4-per-line ul.products-grid li, .col2-right-layout .product4-per-line ul.products-grid li {

    width: 182px;

}

.col2-left-layout .product4-per-line ul.products-grid li .actions, .col2-right-layout .product4-per-line ul.products-grid li .actions {

    width: 182px;

 $margin: 0px 0px 0px -91px;

}

/* 2col 3product*/

.col2-left-layout .product3-per-line ul.products-grid li, .col2-right-layout .product3-per-line ul.products-grid li {

    width: 240px;

}

.col2-left-layout .product3-per-line ul.products-grid li .actions, .col2-right-layout .product3-per-line ul.products-grid li .actions {

    width: 243px;

 $margin: 0px 0px 0px -121px;

}

/*3col - 3products*/

.col3-layout .product3-per-line ul.products-grid li {

    width: 168px;

}

.col3-layout .product3-per-line ul.products-grid li .actions {

    width: 168px;

 $margin: 0px 0px 0px -84px;

}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.detotiauto.com/skin/frontend/detoti/detotiauto/css/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.detotiauto.com/skin/frontend/detoti/detotiauto/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.detotiauto.com/skin/frontend/detoti/detotiauto/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.detotiauto.com/skin/frontend/detoti/detotiauto/css/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.detotiauto.com/skin/frontend/detoti/detotiauto/css/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.detotiauto.com/skin/frontend/detoti/detotiauto/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/********************************************************************/
p#cross-links {
	text-align: center
}
p#cross-links {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px
}
noscript p, noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left
}
noscript a {
}
noscript ol {
	margin-left: 25px;
}
a:focus {
	outline:none
}
img {
	border: 0
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0;
}
.slider-wrap {
	float: left;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 693px;
	height: 290px;
	overflow: hidden;
}
.csw {
	width: 100%;
	height: 290px;
	background: #fff;
	overflow: hidden;
	display: none;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
	display: none;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 0px solid #000;
	margin: auto;
	width: 673px;
	height: 290px;
	clear: both;
	background: #ffffff;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 673px;
}
.stripViewer .panelContainer .panel .wrapper {
	padding: 0px !important;
	width: 673px !important;
	min-width: 673px !important;
	background: #ffffff !important;
}
.stripViewer .panelContainer .panel .wrapper p {
	margin: 0 !important;
	padding: 0 !important;
}
.stripNav {
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
.stripNav ul {
	list-style: none;
}
.stripNav ul li {
	float: left;
	margin-right: 2px;
}
.stripNav a {
	font-size: 0px;
	font-weight: normal;
	text-align: center;
	line-height: 16px;
	background: #024a74;
	background: -moz-linear-gradient(top, #024a74, #076da8);
	background: -webkit-gradient(linear, left top, left bottom, from(#024a74), to(#076da8));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#024a74', endColorstr='#076da8');
	color: #024a74;
	text-decoration: none;
	display: block;
	padding: 0;
	width: 16px;
	height: 16px;
	border: 0px solid #999;
	opacity: 0.6;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	float: left;
	margin-right: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.stripNav a:hover {
	opacity: 0.8;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.stripNav a.activeSlide {
	opacity: 1;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	background: -moz-linear-gradient(top, #1574ac, #3eb0f1) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0085d2), to(#3eb0f1)) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085d2', endColorstr='#3eb0f1') !important;
}
.stripNav li a:hover {
	background: #15497e;
	color: #15497e;
	opacity: 1;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.stripNav li a.current {
	background: #15497e;
	color: #15497e;
}
.stripNavL, .stripNavR {
	position: absolute;
	top: 120px;
	text-indent: -9000em;
	z-index: 120;
	width: 20px;
	opacity: 0.4;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 32px;
	width: 20px;
	margin: 0;
	padding: 0;
}
.stripNavL:hover, .stripNavR:hover {
	opacity: 0.6;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.stripNavL {
	left: 0px;
}
.stripNavR {
	right: 0px;
}

