@import "_styles.css";

/*
	Suggested order:
--------------------------------------------------
	display, position, float, clear
	width, height
	margin, padding
	border, background
	color, font, line-height, text-align, text-decoration
	vertical-align, white-space, overflow, cursor, list-style
*/

BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH, BLOCKQUOTE {
    color: #333;
    font-size: 13px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
INPUT, SELECT, TEXTAREA, BUTTON {
    color: #000;
}

BODY {
    line-height: 1.5;
    min-width: 980px;
    background: url(bg12_1.png) repeat-x;
}
HTML {
    background: #f6f6f6;
}
H1, H2, H3, H4, H5, H6 {
    line-height: normal;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

H1 SPAN,
H3 SPAN {
    color: #999;
}
H1 {
    margin-top: 11px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    color: #000;
}
H1:first-letter {
    text-transform: uppercase;
}
H1.type1 {
    padding-bottom: 0;
    border-bottom: none;
}
#content H2, .modal H2 {
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
    color: #007dd3;
    font-size: 16px;
    text-transform: uppercase;
}
#main-content > H2 {
    padding: 0 130px 11px 0;
}
#content H2.type2 {
    margin-top: .6em;
    padding-bottom: 0;
    border-bottom: none;
    color: #000;
    font-size: 17px;
    text-transform: none;
}
#content H2.type-partner {
    margin-top: .6em;
    padding-bottom: 0 !important;
    border-bottom: none;
    color: #000;
    font-size: 17px;
    text-transform: none;
}
#content H2.type-wide {
    margin-top: .6em;
    padding-bottom: 0;
    border-bottom: none;
    color: #000;
    font-size: 17px;
    text-transform: none;
}
#content H2.type2:first-letter {
    text-transform: uppercase;
}
#content H2.type3 {
    margin-top: 1.2em;
    font-size: 17px;
    text-transform: none;
}
#content H2.type4 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
#content H2.type5,
#content H2.type6,
#content H2.type7 {
    border-bottom: none;
    margin-top: 17px;
    padding-bottom: 0px;
    margin-bottom: -4px;
}
#content H2.type6 {
    margin-top: 14px;
    padding-bottom: 0px;
    margin-bottom: -5px;
}
#content H2.type7 {
    margin-bottom: 0px;
}

#content H2.type5 {
    margin-top: 4px;
}
H2.first{
    margin-top: 14px;
}
DIV.heading H2 {
    margin-top: 17px;
    padding-bottom: 7px !important;
}
#footer H2 {
    margin-top: 0;
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    font-weight: normal;
}
#content H3.type2 {
    border-bottom:1px solid #CCCCCC;
    color:#007DD3 !important;
    font-size:14px !important;
    padding-bottom:7px;
    text-transform:uppercase;
}
H3, H4, H5, H6 {
    margin-top: .6em;
    font-size: 16px;
    color: #000;
}
H3 A, H4 A, H5 A, H6 A {
    color: #000;
}
H3:first-letter {
    text-transform: uppercase;
}

A {
    color: #007dd3;
    text-decoration: none;
}

A:hover,
A:focus {
    text-decoration: underline;
}

A:active,
A:focus {
    border: none !important;
    outline: none !important;
}

H2 A:hover,
H2 A:focus {
    text-decoration: none;
}
OL {
    margin-left: 3em;
}
OL OL {
    margin: .3em 0 .5em 3em;
}
#main-content UL {
    margin-left: 1.5em;
}
#main-content UL LI {
    padding-left: 12px;
    background: url(bg_ul.gif) no-repeat 0 .55em;
}
#main-content UL UL {
    margin: 1em 0 .5em .5em;
}
#main-content UL UL LI {
    background: url(bg_ul_ul.gif) no-repeat 2px .7em;
}

UL.data {
    margin-left: 0 !important;
}
UL.data LI {
    padding-left: 0 !important;
    background: none !important;
}
UL.data LI UL {
    margin-left: 0 !important;
}
UL.data LI SPAN {
    color: #999;
}

UL.faq {
    margin-top: 0;
}
UL.faq LI {
    margin-top: 1em;
    background: none !important;
}
UL.faq LI UL {
    margin-left: 1.5em !important;
}
UL.faq LI UL LI {
    margin-top: 0;
    background: url(bg_ul.gif) no-repeat 0 .55em !important;
}

UL.eula LI {
    margin-top: 1em;
    background: none !important;
}
UL.eula LI UL {
    margin-left: 1.5em !important;
}
UL.eula LI UL LI {
    margin-top: 0;
    background: none !important;
}
.nomargintop {
    margin-top: 0;
}

.pullRight {
    text-align: right;
}

.pullCenter {
    text-align: center;
}

.pullLeft {
    text-align: left;
}

SPAN.registry-number {
    color: #666;
}

/* =layout
-------------------------------------------------- */
#wrap,
#wrapHeader {
    width: 970px;
    margin: 0 auto;
}
#header {
    position: relative;
    height: 80px;
    overflow: hidden;
}
#slogan-responsive {
    display: none;
}
#navigationWrapper {
    position: relative;
    width: 100%;
    height:30px;
    background: #fff url(bg_12.png) repeat-x;
    z-index: 100;
}
#contentBg {
    background-color: #fff;
}
#wrap {
    height: 100%;
}
#content {
    padding: 7px 0 18px;
    width: 100%;
    height: 100%;
}
#sidebar {
    float: left;
    width: 215px;
    margin-top: 1em;
    overflow: hidden;
}
#main-content {
    float: right;
    width: 729px;
}
#page-content {
    float: left;
    width: 726px;
}
#page-content P {
    color: #000;
}

/* =header
-------------------------------------------------- */

#logo {
    float: left;
    width: 240px;
    margin-top: 25px;
    overflow: hidden;
    background: url(Autmo_logo.png) no-repeat center 0;
    text-align: center;
}

#logo > A {
    width: 174px;
    height: 35px;
    margin-left: 8px;
    display: block;
    text-indent: -5000px;
}

#logo SPAN {
    font-size: 13px;
    color: #999;
    text-align: center;
    display: block;
    margin-top: 7px;
    line-height: 13px;
    min-height: 28px;
}

#headerSlogan span {
    margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-top: 15px;
    /*color: #999;*/
    /*display: block;*/
    font-size: 13px;
    min-height: 28px;
    text-align: center;
}


#headerSlogan {
    float: left;
    width: 500px;
    height: 100px;
    line-height: 65px;
    text-align: center;
}

#header-banner {
    margin-top: .6em;
}

#header .searchForm {
    float: left;
    margin: 24px 0 0 30px;
}

.searchForm #productQ {
    float: left;
    width: 470px;
    padding: 6px 30px 6px 4px;
}

.leftSidebarSearchFilter .searchForm #productQ {
    width: 160px;
    margin-bottom: 5px;
}

.searchForm .searchSubmit,
#sidebar #partnerSearchWrapper .searchSubmit {
    float: left;
    margin: 7px 0 0 -26px;
    background: url(search.png) no-repeat;
    height: 18px;
    width: 18px;
    text-indent: -5000px;
    border: none;
}

.searchForm .searchSubmit[type="submit"]:hover,
.searchForm .searchSubmit[type="submit"]:focus {
    background-position: 0;
}

.nav-collapse {
    width: 960px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 12px;
}

.nav-collapse LI A {
    display: inline-block;
    padding: 6px 10px;
    color: #fff;
}
.nav-collapse LI.active A {
    background: #0e8009 url(bg01.png) repeat-x 0 0 !important;
}
.nav-collapse LI A:hover,
.nav-collapse LI A:focus {
    background: #288e24 url(bg02.png) repeat-x 0 0;
    text-decoration: none;
}

.nav-collapse LI.account {
    float: right;
}

.nav-collapse li {
    width: auto !important;
    display: inline !important;
}

.nav-collapse #nav-login {
    display: none !important;
}

#lang {
    right: 0;
    top: 15px;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    float: right;
    background: #e7eaed;
    min-width: 75px;
}

#lang SPAN {
    display: block;
    margin: 0 5px;
    padding: 3px 3px;
    background: url(dropdown.png) no-repeat right center;
    cursor: pointer;
}

#lang SPAN IMG {
    padding-right: 5px;
    vertical-align: middle;
    filter: drop-shadow(1px 1px 1px #4b4b4b);
}

#lang DIV {
    display: none;
    position: fixed;
    background-color: #d6d6d6;
    min-width: 75px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 101;
}

#lang .dropdown-content.active {
    display: block;
}

#lang DIV A {
    padding: 5px 7px;
    color: black;
    text-decoration: none;
    display: block;
}

#lang DIV A.active {
    font-weight: bold;
}

#lang DIV A IMG {
    padding-right: 5px;
    vertical-align: middle;
    filter: drop-shadow(1px 1px 1px #4b4b4b);
}

#lang DIV A:hover {
    background-color: #c4c4c4;
}

#user {
    position: absolute;
    right: 0;
    font-size: 11px;
    height: 36px;
    width: 180px;
}

#user TR TD {
    text-align: right;
    vertical-align: bottom;
    font-size: 11px;
}

#user TR TD.name {
    padding-right: 10px;
}

#user TR TD.logout {
    width: 42px;
}

#user SPAN {
    text-transform: uppercase;
}
#user A {
    padding: 2px 19px 2px 0;
    background: url(ico_close.gif) no-repeat 100% 2px;
    color: #111;
}

/* login */

#login {
    float: right;
    margin-top: 20px;

}

#login DIV.error {
    position: absolute;
    top: -15px;
    right: 732px;
    width: 220px;
    z-index: 2;
    padding: 0 8px 3px 0;
    background: url(bg2_error.png) no-repeat 100% 100%;
}
#login DIV.error DIV {
    padding: 4px 10px 5px 11px;
    border: solid #e16f5e;
    border-width: 1px 0 0 1px;
    color: #cc0a0a;
    font-size: 12px;
    line-height: 1.3;
    font-weight: bold;
    white-space: nowrap;
}
#login DIV.error P {
    display: block;
    margin: 0;
}

#login P {
    display: inline;
    margin: 0;
    font-size: 11px;
}
#login P.info {
    position: absolute;
    right: 0;
    font-size: 11px;
}
#login P.info SPAN {
    padding: 0 2px;
    color: #a8c4e0;
}
#login A {
    color: #000;
}
#login A:hover {
    text-decoration: underline;
}
#login INPUT {
    vertical-align: middle;
    font-size: 11px;
}
#login INPUT.username,
#login INPUT.password {
    padding: 2px 2px 3px;
    border: 1px solid;
    border-color: #aaa #ddd #ddd #aaa;
}
#login INPUT.username {
    width: 155px;
    color: #777;
}
#login INPUT.password {
    width: 85px;
    color: #777;
}

#main-content SPAN.sorting {
    float: right;
    margin-top: -2px;
}
#login INPUT[type="button"],
#login INPUT[type="submit"],
#main-content .sorting INPUT[type="button"],
#main-content .sorting INPUT[type="submit"]  {
    padding: 1px 8px 2px;
    border: 1px solid;
    border-color: #449f39 #195112 #195112 #449f39;
    background: #449f39 url(bg_button.png) no-repeat 0 0;
}

INPUT.green {
    border-color: #449f39 #195112 #195112 #449f39 !important;
    background: #449f39 url(bg_button.png) no-repeat 0 0 !important;
}

INPUT.green:hover,
INPUT.green:focus {
    background-position: 0 -41px !important;
}

*+HTML INPUT.green {
    background-position: -1px -1px !important;
}
*+HTML INPUT.green:hover,
*+HTML INPUT.green:focus{
    background-position: -1px -42px !important;
}
* HTML INPUT.green {
    background-position: -1px -1px !important;
}
* HTML INPUT.green:hover,
* HTML INPUT.green:focus {
    background-position: -1px -42px !important;
}


#login INPUT[type="button"]:hover,
#login INPUT[type="submit"]:hover,
#login INPUT[type="button"]:focus,
#login INPUT[type="submit"]:focus {
    background-position: 0 -41px;
}
*+HTML #login INPUT[type="button"],
*+HTML #login INPUT[type="submit"] {
    background-position: -1px -1px;
}
*+HTML #login INPUT[type="button"]:hover,
*+HTML #login INPUT[type="button"]:focus,
*+HTML #login INPUT[type="submit"]:hover,
*+HTML #login INPUT[type="submit"]:focus {
    background-position: -1px -42px;
}
* HTML #login INPUT[type="button"],
* HTML #login INPUT[type="submit"] {
    background-position: -1px -1px;
}
* HTML #login INPUT[type="button"]:hover,
* HTML #login INPUT[type="submit"]:hover,
* HTML #login INPUT[type="button"]:focus,
* HTML #login INPUT[type="submit"]:focus {
    background-position: -1px -42px;
}

#login INPUT.focus,
#login INPUT.username:focus,
#login INPUT.password:focus {
    background-color: #fbfef1;
    outline: 1px solid #c2e254;
    -moz-outline-radius: 2px;
    color: #333;
}

/* =main-contet
-------------------------------------------------- */

/* more */

P.more {
    margin-top: .5em;
}
P.more A {
    margin-right: 1.5em;
    padding-left: 10px;
    font-weight: bold;
    background: url(dot01.gif) no-repeat 0 .35em;
    color: #007dd3;
    font-size: 11px;
    cursor: pointer;
}

#newer,
#older {
    margin-right: 1.5em;
    padding-left: 10px;
    font-weight: bold;
    background: url(dot01.gif) no-repeat 0 .35em;
    color: #007dd3;
    font-size: 11px;
    cursor: pointer;
}
P.more A.right,
#older {
    float: right;
}
#older {
    background: url(dot01.gif) no-repeat right .37em;
    padding-right: 10px;
    margin-right: 0px !important;
    margin-top: -10px;
}
#newer {
    float: left;
    margin-left: 5px;
    padding-left: 16px;
    background: url(bg_back.gif) no-repeat 0.6em .45em;
    margin-top: -10px;
}


SPAN.next,
SPAN.previous {
    float: right;
    color: #007dd3;
    font-size: 11px;
    cursor: pointer;
    font-weight: bold;
}

SPAN.previous {
    float: left;
}

SPAN.previous A {
    background: url(bg_back.gif) no-repeat left .45em;
    padding-left: 13px;
    margin-left: 5px !important;
}

SPAN.next A {
    margin-right: 5px;
    padding-right: 13px;
    background: url(dot01.gif) no-repeat right .45em;
}

P.more A:hover {
    color: #007dd3 !important;
}

/* img-right */

P.img-right {
    float: right;
    margin: 1em 0 .5em 1.5em;
}
P.img-right IMG,
P.img IMG {
    display: block;
    padding: 1px;
    border: 1px solid #ccc;
    background: #fff;
}

#sidebar .blockWrapper .toggler > H5 {
    font-size: 14px;
    margin-bottom: 5px;
    width: 185px;
    padding-right: 10px;
}
.toggler > H5 > A {
    background: url(toggle01.gif) no-repeat;
    background-position: center left;
    text-decoration: none !important;
    color: #007DD3;
    padding-left: 17px;
}
.toggler > H5 > A:hover {
    text-decoration: underline !important;
    color: #007DD3;
}
.toggler > H5.toggler-open > A {
    background-image: url(toggle02.gif);
    background-position: center left;
}
.toggler .subLists {
    padding-left: 15px;
}

.toggler .subLists li ul {
    margin-bottom: 5px;
}

.toggler .subLists li {
    margin: 2px 0;
}

.toggler .subLists li a {
    color: #333;
}

.toggler .subLists label {
    margin-left: 22px;
    padding-top: 0px;
    display: block;
}
.toggler .subLists input[type="checkbox"] {
    position:absolute;
    margin: 0;
}


/* Remove this class */
DIV.empty {
    height: 20px;
}

/* Remove this class */
DIV.empty2 {
    height: 13px;
}

DIV.seperator {
    height: 20px;
}

DIV.seperator2 {
    height: 13px;
}

LI.seperator {
    height: 1px;
}

/* heading */

DIV.heading {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
DIV.heading-type1 {
    position: relative;
    width: 100%;
    border: none;
    margin-bottom: -4px;
}
DIV.heading H1,
DIV.heading H2 {
    float: left;
    width: 450px;
    border: none !important;
}

DIV.heading-type1 H2 {
    border-bottom: none !important;
    margin-top: 18px !important;
    padding-bottom: 0 !important;
}

DIV.heading H2 {
    width: 570px;
}

DIV.heading H2.type-wide {
    width: auto;
}
DIV.heading P {
    position: absolute;
    right: 0;
    bottom: 6px;
    float: right;
    width: 150px;
    margin-top: 18px;
    font-size: 11px;
    text-align: right;
}
* HTML DIV.heading P {
    bottom: 5px;
}
DIV.heading P.link-partner {
    bottom: -1px;
}
DIV.heading P.button {
    margin-top: 14px;
}
DIV.heading P SPAN {
    color: #999;
    padding: 0 3px
}
DIV.heading A {
    color: #111;
}
DIV.heading A.show-all {
    color: #007DD3;
    font-size: 13px;
}

P.heading-action {
    float: right;
    margin-top: -21px;
    overflow: hidden;
}

DIV.heading-partner {
    margin: 0 0 10px;
    border: solid #ccc;
    border-width: 0 0 2px;
}
DIV.heading-partner H1 {
    float: left;
    border: 0;
}
DIV.heading-partner P {
    float: right;
    padding: 7px 3px 0;
    color: #999;
    font-size: 11px;
}

DIV.hr {
    height: 14px;
    overflow: hidden;
    background: url(bg_separator.gif) repeat-x 0 100%;
}
DIV.hr HR {
    display: none;
}

TABLE.partnerView {
    width: 100%;
    border-bottom: 1px solid #CCC;
    margin-top: 5px;

}

TABLE.partnerView .logo {
    padding-top: 5px;

}

TABLE.partnerView TR:last-child TD {
    /*width: 412px;*/
    padding-bottom: 10px;
}

TABLE.partnerView TR TD {
    width: 330px;
}

TABLE.partnerView TR TD {
    /*width: 412px;*/
    /*padding-bottom: 10px;*/
}

/* headings */

DIV.sub-heading {
    margin-top: 1.5em;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
}
DIV.sub-heading + TABLE {
    margin-top: .5em !important;
}
DIV.sub-heading H2,
DIV.sub-heading H3 {
    float: left;
    margin: 0;
    border: none !important;
}
DIV.sub-heading P {
    float: right;
    margin-top: 2px;
}
DIV.sub-heading P A {
    display: block;
    padding: 1px;
    color: #202020;
    text-decoration: none;
}
DIV.sub-heading P A:hover {
    text-decoration: underline;
}
DIV.sub-heading P.add A,
DIV.sub-heading P.delete A {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 .15em !important;
}
DIV.sub-heading P.add A {
    background-image: url(ico_add.gif);
}
DIV.sub-heading P.delete A {
    background-image: url(ico_delete.gif);
}

DIV.form-heading {
    margin-top: 1em;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
}
DIV.form-heading DIV H2,
DIV.form-heading DIV UL {
    margin: 0;
}
DIV.form-heading DIV H2 {
    float: left;
    padding-bottom: 0 !important;
    border: none !important;
}
DIV.form-heading DIV UL {
    float: right;
    margin-top: .2em;
    margin-left: 0 !important;
    list-style: none;
    font-size: 11px;
}
DIV.form-heading DIV UL LI {
    float: left;
    padding: 1px 0 0 1em !important;
    background: none !important;
}
DIV.form-heading DIV UL LI A {
    display: block;
    padding-left: 11px;
    background: url(dot01.gif) no-repeat 0 .37em;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    color: #007dd3;
}
DIV.form-heading DIV UL LI A:hover {
    text-decoration: underline;
}

/* info */

P.info {
    font-size: 12px;
}
P.info SPAN {
    margin: 0 .2em;
    color: #b2b2b2;
}

/* sub-action */

DIV.sub-action {
    margin-top: 1em;
    white-space: nowrap;
}
DIV.sub-action P {
    margin: 0;
}
DIV.sub-action P.info {
    float: left;
    margin-top: .4em;
}
DIV.sub-action P.action {
    float: right;
    margin-top: .25em;
}

/* add */

P.add A {
    float: left;
    padding: 5px 8px 4px;
    border: 1px solid;
    border-color: #007dd3 #00528b #00528b #007dd3;
    background: url(bg_button2.png) no-repeat 0 0;
    line-height: normal;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none !important;
    outline: none;
}
P.add A:hover {
    background-position: 0 -30px;
}
*+HTML P.add A {
    padding-top: 4px;
    background-position: -1px -1px;
}
*+HTML P.add A:hover {
    background-position: -1px -31px;
}
* HTML P.add A {
    padding-top: 4px;
    background-position: -1px -1px;
}
* HTML P.add A:hover {
    background-position: -1px -31px;
}

/* =lists
-------------------------------------------------- */

/* recent */

UL.recent {
    margin: 0 !important;
    padding: 3px 0 10px;
}
UL.recent > LI  {
    float: left;
    /*width: 352px;
    padding: 14px 0 2px !important;*/
    width: 336px;
    margin: 14px 0 2px;
    background: none !important;
}
UL.recent LI  {
    background: none !important;
}
UL.recent LI.last {
    margin-right: 13px;
}
UL.recent LI.sep {
    width: 100%;
    padding: 0 !important;
    margin: 0;
    height: 1px;
    overflow: hidden;
    text-indent: -5000px;
}
UL.recent LI P.img {
    float: left;
    width: 119px;
    margin-top: 3px;
}
UL.recent LI DIV.content {
    float: right;
    width: 208px;
}
UL.recent LI div.content H3,
UL.recent LI div.content UL,
UL.recent LI div.content P {
    margin-top: 0;
}
UL.recent LI div.content H3 {
    padding-bottom: 1px;
    font-size: 13px;
    font-weight: bold;
}
UL.recent LI div.content UL {
    margin: 0 !important;
}
UL.recent LI div.content UL LI {
    float: none;
    width: auto;
    padding: 0 !important;
    margin: 0;
    font-size: 10px;
    line-height: 1.3;
}
UL.recent LI div.content DIV.price-place {
    padding-top: .25em;
}
UL.recent LI div.content DIV.price-place P {
    float: left;
    margin: 0 12px 0 0;
    padding-right: 12px;
    background: url(bg031.png) no-repeat 100% 100%;
    font-size: 26px;
    color: #007dd3;
    line-height: normal;
}
UL.recent LI div.content DIV.price-place UL {
    float: left;
    margin: 0 !important;
    padding-top: 4px;
}
UL.recent LI div.content DIV.price-place UL LI SPAN {
    color: #999;
}

/* others */

#main-content .others {
    margin: 0 !important;
    padding: 10px 0 10px;
    clear: both;
}

#main-content .others .item-group {
    float: left;
    display: block;
    padding: 0 0 12px 0;
}

#main-content .others .content {
    padding-right: 5px;
    font-size: 10px;
    clear: both;
}

#main-content .others  .content H3 {
    font-weight: bold;
    font-size: 13px;
}

#main-content .others .content H3,
#main-content .others .content P {
    margin-top: 0px;
    padding-bottom: 3px;
}

#main-content .others .content SPAN {
    color: #999;
}

#main-content .others .content .price-tag {
    padding-top: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #007dd3;
    line-height: normal;
}

#main-content .others .item {
    float: left;
    width: 175px;
}

#main-content .action .item,
#main-content .action .item-last {
    float: left;
    text-align: left;
}

#main-content .action .item {
    width: 180px;
}
#main-content .action .item-last {
    width: 175px;
}
#main-content > DIV.responsive {
    display: none;
}

/* img */

UL.img {
    margin: 8px 0 0 !important;
}
UL.img LI {
    padding: 1px 0 9px !important;
    background: none !important;
}
UL.img IMG {
    display: block;
    margin: 1px;
    padding: 1px;
    border: 1px solid #ccc;
    background: #fff;
    width: 200px;
}
UL.img A:hover IMG {
    margin: 0;
    border: 2px solid #007dd3;
}

/* news-list */

UL.news-list {
    margin-left: 0 !important;
}
UL.news-list LI {
    padding: .2em 0 !important;
    background: none !important;
}
UL.news-list LI H2 {
    float: right;
    width: 652px;
    margin: 0 !important;
    padding: 2px 0 0 !important;
    border: none !important;
    font-size: 12px !important;
    color: #007dd3 !important;
    text-transform: none !important;
}
UL.news-list LI H2 A {
    color: #007dd3 !important;
}
UL.news-list LI P {
    margin: 0;
}
UL.news-list LI P.date {
    float: left;
    width: 65px;
    color: #777;
    font-size: 12px !important;
}

/* =info
-------------------------------------------------- */

P.date {
    color: #777;
}

/* =info
-------------------------------------------------- */
DIV.info {
    float: right;
    width: 158px;
    margin-top: 10px;
    border: 1px solid #d4d4d4;
    background: #fff7a3;
}
DIV.info-inner {
    padding: 10px 10px 9px;
    border: 1px solid #fff;
}
DIV.info H2 {
    margin: 0;
    padding: 0 !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: bold;
    border: none !important;
    text-transform: none !important;
}
DIV.info H2 SPAN {
    color: #acabab !important;
}
DIV.info UL {
    margin: 1.4em 0 0 !important;
    font-size: 11px;
}
DIV.info UL LI {
    padding: 4px 0 5px !important;
    border-top: 1px solid #e9e4b5;
    background: none !important;
    line-height: normal;
}
DIV.info UL LI SPAN.label {
    float: left;
    width: 87px;
}
DIV.info UL LI SPAN.data {
    float: right;
    width: 45px;
    text-align: right;
}
DIV.info UL LI.sum {
    padding-top: 10px !important;
    font-weight: bold;
}
DIV.info P.more {
    margin-top: 1em;
}

/* =details
-------------------------------------------------- */
#details H3 {
    font-size: 12px;
    color: #000;
}
#details H3:first-letter {
    text-transform: uppercase;
}
#details H3 SPAN {
    display: block;
    font-weight: normal;
    margin-top: 4px;
}
#details H3 SPAN.part {
    display: inline;
    font-weight: bold;
    color: #000;
}
#details H3 SPAN.action {
    display: inline;
    margin-left: .5em;
    padding-left: .5em;
    border-left: 1px solid #b2b2b2;
    font-size: 12px;
}
#details H3 SPAN.action A {
    font-weight: bold;
    padding: 0 2px;
    color: #007dd3;
}
#details-a {
    position: relative;
    float: left;
    width: 100%;
}
#details-a P.add {
    position: absolute;
    margin: 5px 0 0 10px;
    display: inline;
}
#details-b {
    float: left;
    width: 241px;
}

#details .hidden{
    display: none;
}

#details-a H1 {
    padding-right: 130px;
}

/* =sidebar
-------------------------------------------------- */

UL.partners {
    margin-top: 20px;
}
UL.partners LI {
    padding-bottom: 10px;
}
UL.partners LI A {
    display: block;
}
#latest-blogpost {
    display: block;
}
#latest-blogpost-body {
    display: none;
}
/*#recently-viewed IMG {
	margin-top: 12px;
	border: 1px solid #ccc;
}*/
#recently-viewed  P {
    margin: 1px 0;
    color: #777;
    font-size: 11px;
}
#recently-viewed  P A {
    color: #000;
    display: block;
}
#recently-viewed  P.first {
    font-weight: bold;
    font-size: 13px;
    color: #000;
}

#calculator {
    display: none;
}

#partner_info {
    padding: 10px 0 5px 0;
}
#partner_info P {
    margin: 0;
}
#partner_info P.contact {
    margin-top: 10px;
}

#partner_info P IMG {
    vertical-align: middle;
}

#logo_iframe,
#logo_iframe A {
    width: 215px;
    height: 25px;
    overflow: hidden;
    background: url(logo_iframe.png) no-repeat 100% 0;
}
#logo_iframe A {
    display: block;
    text-indent: -5000px;
}

.list-toggle {
    display: none;
}

#sidebar .blockWrapper {
    width: 213px;
    margin-bottom: 13px;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url('http://autmo.ee/PIE.htc');
}

#sidebar .blockWrapper .block {
    margin-top: 0;
}

#sidebar #search {
    float: left;
    width: 187px;
    margin-top: 8px;
}

#sidebar #partnerSearchWrapper .searchSubmit {
    float: right;
    margin-top: 6px;
    background: url(search_small.png) no-repeat;
    height: 14px;
    width: 14px;
}

#partnerSearch {
    float: left;
    width: 163px;
    padding-right: 25px;
}

P.clearSearch,
SPAN.clearFilter {
    margin-top: 3px;
    font-size: 11px;
}

DIV.clearFilter {
    position: absolute;
    top: 2px;
    right: 0;
    width: 11px;
    height: 11px;
    color: #ACABAB;
    background: url(clearSearch.png) no-repeat 0 2px;
    cursor: pointer;
}

P.clearSearch A {
    color: #ACABAB;
    padding-left: 15px;
    background: url(clearSearch.png) no-repeat 0 2px;
}

#menu,
#toggler,
#years-slider,
#sidebar .block {
    padding: 7px 10px 8px;
}

#sidebar H2 {
    margin: 1px 0 13px 0;
}

#menu H2,
#toggler H1,
#years-slider H1,
#sidebar .blockWrapper H2 {
    margin: 0;
    padding: 7px 10px 8px;
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    behavior: url('http://autmo.ee/PIE.htc');
    background: url(bg14.png) repeat-x;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    text-transform: none;
}
#menu UL,
#toggler-content,
#slider-bottom,
#sidebar .block UL {
    margin: 0;
    line-height: 1.2;
    font-size: 12px;
}
#slider-bottom {
    border-top: none;
}
#toggler-content LI{
    font-weight: normal;
}
#menu UL LI,
#sidebar UL LI {
    padding: 5px 0;
}

#sidebar .block .toggler UL LI  {
    font-size: 11px;
    padding: 0;
}

#menu UL LI.active A,
#sidebar .block UL LI.active A {
    color: #000;
}
/* img */

UL.img {
    margin: 8px 0 0 !important;
}
UL.img LI {
    padding: 1px 0 9px !important;
    background: none !important;
}
UL.img IMG {
    display: block;
    margin: 1px;
    padding: 1px;
    border: 1px solid #ccc;
    background: #fff;
    width: 200px;
}
UL.img A:hover IMG {
    margin: 0;
    border: 2px solid #007dd3;
}

#sidebar #details-b .image-list {
    margin: 8px 0 0 !important;
}

#sidebar #details-b .picturesDraggingHelpText {
    width: 215px;
}

#sidebar #details-b .image-list .wrapper {
    border: none;
    margin: 0 0 0.5em 0;
    text-align: center;
    padding: 0;
}

#sidebar #details-b .image-list .largeWrapper .thumbnail:HOVER,
#sidebar #details-b .image-list .smallWrapper .thumbnail:HOVER {
    border: 1px solid #007dd3;
}

/* Thumbnails */

.thumbnailWrapper {
    /*background: white;*/
    text-align: center;
    vertical-align: middle;
}

.extra-information-form .thumbnailWrapper {
    background: none;
}

DIV.thumbnailWrapper,
A.thumbnailWrapper,
P.thumbnailWrapper {
    float: left;
    position: relative;
    display: table-cell;
}
.thumbnailWrapper.unbordered > *:first-child {
    border: none !important;
}
.thumbnailWrapper > *:first-child {
    border: 1px solid #CCC !important;
    vertical-align: middle;
    overflow: hidden;
    display: table-cell;
}
.thumbnailWrapper > *:first-child:hover {
    border-color: #007DD3 !important;
}
.thumbnailWrapper.unlinked > DIV:first-child:hover {
    border-color: #CCC !important;
}
.thumbnailWrapper:not(TD) > *:first-child {
    line-height: 0px;
}
.thumbnailWrapper > *:first-child IMG{
    margin: -1px;
}
.thumbnailWrapper > .subtitle {
    width: 100%;
    clear: both;
    display: inline-block;
    text-align:center;
}
.thumbnailWrapper .loading {
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -16px;
    position: absolute;
    height: 0px;
    z-index: 10;
}
.thumbnailWrapper.small {
    min-width: 96px;
    min-height: 72px;
    margin-bottom: 4px;
    margin-right: 4px;
}
.thumbnailWrapper.small > *:first-child {
    width: 96px;
    height: 72px;
}
.thumbnailWrapper.small IMG {
    max-width: 96px;
    max-height: 72px;
}
.thumbnailWrapper.small .subtitle {
    padding-top: 2px;
}
.thumbnailWrapper.medium {
    min-width: 120px;
    min-height: 90px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.thumbnailWrapper.medium > *:first-child {
    width: 120px;
    height: 90px;
}
.thumbnailWrapper.medium IMG {
    max-width: 120px;
    max-height: 90px;
}
.thumbnailWrapper.medium .subtitle {
    padding-top: 5px;
}
.thumbnailWrapper.largeSkewed {
    width: 164px;
    min-height: 170px;
    margin-right: 5px;
    margin-bottom: 8px;
}
.thumbnailWrapper.largeSkewed.uploadedPicture{
    min-height: 150px;
}
.thumbnailWrapper.largeSkewed > *:first-child {
    width: 164px;
    height: 123px;
}
.thumbnailWrapper.largeSkewed IMG {
    max-width: 164px;
    max-height: 123px;
}
.thumbnailWrapper.largeSkewed .subtitle {
    padding-top: 5px;
}
.thumbnailWrapper.large {
    min-width: 200px;
    min-height: 150px;

    margin-bottom: 10px;
}
.thumbnailWrapper.large > *:first-child {
    width: 200px;
    height: 150px;
}
.thumbnailWrapper.large IMG {
    max-width: 200px;
    max-height: 150px;
}
.thumbnailWrapper.large .subtitle {
    padding-top: 5px;
}


.advertisement.image-list .thumbnailWrapper {
    margin: 2px;
}
.advertisement.image-list .thumbnailWrapper.large {
    margin-bottom: 15px;
}

/* =tabs
-------------------------------------------------- */
UL.tabs {
    margin: 1.2em 0 0 !important;
    background: url(bg09.png) repeat-x 0 100%;
    list-style: none;
    font-weight: bold;
    font-size: 11px;
    display: block;
}
UL.tabs LI,
UL.tabs LI A,
UL.tabs LI A SPAN {
    float: left;
}
UL.tabs LI A,
UL.tabs LI A SPAN {
    background: url(bg10.png) no-repeat 0 0;
}
#main-content UL.tabs LI A,
#main-content UL.tabs LI A SPAN {
    background: url(bg10.png) no-repeat 0 -36px !important;
}
UL.tabs LI {
    margin: 0 1px 0 0;
    padding: 0 !important;
    background: none !important;
}
UL.tabs LI.last {
    margin-right: 0 !important;
}
UL.tabs LI A {
    padding-left: 10px;
    text-decoration: none;
    outline: none;
    color: #007dd3;
}
UL.tabs LI A EM {
    color: #999;
    font-weight: normal;
    font-style: normal;
}
UL.tabs LI A SPAN {
    padding: 5px 11px 6px 0;
    background-position: 100% 0;
    cursor: pointer;
}
#main-content UL.tabs LI A SPAN {
    background-position: 100% -36px !important;
}
UL.tabs LI A:hover,
UL.tabs LI A:focus {
    color: #000;
}
UL.tabs LI.active A {
    background-position: 0 -36px !important;
    color: #000;
    outline: none;
}
#main-content UL.tabs LI.active A {
    background-position: 0 0 !important;
}
UL.tabs LI.active A SPAN {
    padding-bottom: 7px;
    background-position: 100% -36px !important;
}
#main-content UL.tabs LI.active A SPAN {
    background-position: 100% 0 !important;
}

/* =steps
-------------------------------------------------- */
DIV.steps,
DIV.steps H2 {
    background: #eee;
}

DIV.steps {
    height: 36px;
    overflow: hidden;
    width: 100%;
    margin-top: 1em;
}
DIV.steps H2,
DIV.steps UL,
DIV.steps UL LI,
DIV.steps UL LI A,
DIV.steps UL LI SPAN,
DIV.steps UL LI DIV {
    float: left;
    color: #333;
}
DIV.steps H2 {
    margin: 0;
    padding: 11px 12px 17px 12px;
    font-size: 13px;
    line-height: normal;
    cursor: default;
    color: #999;
}
DIV.steps UL {
    margin: 0 !important;
    padding: 0 5px;
}
DIV.steps UL LI {
    height: 26px;
    overflow: hidden;
    margin: 5px 10px 5px 0;
    padding: 0 !important;
    background: none !important;
}
DIV.steps UL LI A,
DIV.steps UL LI A SPAN,
DIV.steps UL LI.acitve,
DIV.steps UL LI.active SPAN {
    color: #007dd3;
}
DIV.steps UL LI.acitve,
DIV.steps UL LI.active > DIV {
    font-weight: bold;
}
DIV.steps UL LI SPAN.title {
    padding: 3px 10px 10px 5px;
    cursor: default;
}
DIV.steps UL LI SPAN.nr {
    padding: 3px 0 10px 10px !important;
}
DIV.steps UL LI A SPAN {
    cursor: pointer;
}
DIV.steps UL LI A:hover,
DIV.steps UL LI A:focus {
    color: #e86211;
}
DIV.steps UL LI A:hover DIV,
DIV.steps UL LI A:focus DIV {
    text-decoration: underline;
}
DIV.steps UL LI A:hover SPAN.nr,
DIV.steps UL LI A:focus SPAN.nr {
    text-decoration: none;
}

DIV.steps UL LI.active > DIV,
DIV.steps UL LI.last-active > DIV {
    background: url(bg_steps02.gif) repeat-x 0 0;
    color: #402d07;
    cursor: default;
}
DIV.steps UL LI.active SPAN.title, DIV.steps UL LI.active SPAN.nr {
    padding-right: 18px;
    background: url(bg_steps01.gif) no-repeat 100% -26px;
}
DIV.steps UL LI.last-active SPAN.title {
    background: url(bg_steps04.gif) no-repeat 100% -26px;
}
DIV.steps UL LI.active SPAN.nr,
DIV.steps UL LI.last-active SPAN.nr {
    background-position: 0 0;
}
DIV.steps UL LI.last-active > DIV {
    border: solid #ddd;
    border-width: 0 1px;
}
DIV.steps UL LI.disabled DIV{
    color: #999;
}

/* =messages
-------------------------------------------------- */
DIV.message {
    margin: 1em 0;
    padding: .3em 12px .6em;
    border: 2px solid #86c5f1;
    background: #f4fbfe;
    font-size: 13px;
    line-height: normal;
}
DIV.message H2 {
    margin: .35em 0 0;
    padding: 0 !important;
    border: none !important;
    background: none;
    font-weight: bold;
    font-size: 14px;
    text-transform: none !important;
    color: #008ccd;
}
DIV.message DIV.description {
    margin: .6em 0;
    font-size: 14px;
}
DIV.message P,
DIV.message OL,
DIV.message UL {
    margin-top: .6em;
}
DIV.message UL {
    margin-left: 1em;
}
DIV.message UL LI {
    background: url(bg_msg_ul.gif) no-repeat 0 .5em !important;
}
DIV.message A {
    color: #008ccd;
    text-decoration: underline;
}

DIV.msg-ok {
    border-color: #74b467;
    background-color: #f9ffe6;
}
DIV.msg-ok H2,
DIV.msg-ok A {
    color: #0e800a !important;
}

DIV.msg-error {
    border-color: #e16f5e;
    background-color: #fff5f2;
    color: #b71521;
}
DIV.msg-error A,
DIV.msg-error H2 {
    color: #cc0a0a !important;
}

/* =tables
-------------------------------------------------- */
DIV.scroll {
    width: 723px;
    margin-top: 1em;
    padding: 0;
    border: 1px solid #c0c0c0;
    background: #fff;
    overflow: auto;
    overflow-x: auto;
}
DIV.scroll TABLE {
    margin: 0;
}

TABLE.data,
TABLE.data-fixed {
    width: 100%;
    margin-top: 11px;
    border-top: 1px solid #e0e0e0;
}
TABLE.data-fixed {
    table-layout: fixed;
}
TABLE.data TH,
TABLE.data TD,
TABLE.data-fixed TH,
TABLE.data-fixed TD {
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 7px;
    background: #fff;
    font-size: 13px;
    color: #000 !important;
}

TABLE.data.sparePartRequest.openedAnswer TBODY TR:last-child TD,
TABLE.data.sparePartRequest.otherAnswers TBODY TR:last-child TD {
    border-bottom: none !important;
}

TABLE.data TD {
    padding: 8px 7px;
    height: 68px;
}

TABLE.data THEAD TH,
TABLE.data-fixed THEAD TH {
    padding: 7px 7px 9px;
    border: solid #c0c0c0;
    border-width: 1px 0;
    background: #fafafa url(bg04.gif) repeat-x 0 100%;
    vertical-align: bottom;
    font-size: 11px !important;
}
TABLE.data-fixed TBODY TH {
    font-size: 11px !important;
    font-weight: normal;
}
TABLE.data-fixed THEAD TH,
TABLE.data-fixed TBODY TD {
    width: 55px !important;
    text-align: center;
}
TABLE.data TH H2 {
    margin: 0 0 -1px !important;
    padding: 0 !important;
    border: none !important;
    font-size: 13px !important;
    color: #000 !important;
    font-weight: bold;
}
TABLE.data TH H2 SPAN {
    color: #acabab;
}
TABLE.data TBODY TH A {
    color: #007dd3;
}
TABLE.data TBODY TH SPAN {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    color: #666;
    font-weight: normal;
}
TABLE.data LABEL {
    cursor: pointer;
}
TABLE.data TBODY TD.price {
    text-align: center;
    vertical-align: middle;
    font-size: 12px !important;
}
TABLE.data TBODY TD.price INPUT,
TABLE.data TBODY TD.price LABEL {
    margin: 0;
    vertical-align: middle;
}
TABLE.data TBODY TD.img {
    padding: 2px 3px;
}
TABLE.data TBODY TD.part {
    color: #333 !important;
    font-weight: bold;
}
TABLE.data TBODY TD.part:first-letter {
    text-transform: uppercase;
}
TABLE.data TBODY TD.part SPAN {
    color: #666;
    display: block;
    font-size: 10px;
    font-weight: normal;
    margin-top: 4px;
}
TABLE.data TBODY TD.seller {
    color: #333 !important;
}
TABLE.data TFOOT TH,
TABLE.data TFOOT TD {
    padding: 7px;
    border-bottom: 1px solid #c4c4c4;
    background: #ececec url(bg01.gif) repeat-x 0 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

TABLE.data TBODY TD.input {
    padding: 2px 3px;
}
TABLE.data TBODY TD.actions {
    width: 1%;
    padding: 2px;
    text-align: right;
    font-size: 11px;
    white-space: nowrap;
}

TABLE.data3 {
    width: 100%;
    table-layout: fixed;
}

TABLE.data4 {
    table-layout: fixed;
}

TABLE.data4 TH,
TABLE.data4 TD {
    padding: 2px 0
}

TABLE.emailing {
    margin-bottom: 8px;
}

TABLE.emailing TH LABEL {
    color: #333;
}

TABLE.emailing TH {
    padding-right: 20px;
}

TABLE.data3 TH,
TABLE.data3 TD {
    text-align: left;
    vertical-align: middle;
    padding: 2px 0;
}

UL.menu,
UL.menu UL {
    margin: 0 !important;
    padding: 0 !important;
}
UL.menu LI {
    display: inline;
    padding: 0 !important;
    background: none !important;
}
UL.menu LI A {
    display: block;
    padding: 4px 5px 3px;
    border: 1px solid #fff;
    background: #fff;
    text-align: left;
    text-decoration: none !important;
}
* HTML UL.menu LI A {
    height: 1px;
}
UL.menu LI A SPAN {
    display: block;
    padding-right: 11px;
    background: url(dot02.gif) no-repeat 100% .5em;
}
UL.menu LI A.open {
    border-color: #e0e0e0 !important;
    color: #000;
}

TABLE.data TBODY TR:hover TD.actions A,
TABLE.data TBODY TR.hover TD.actions A,
TABLE.data TBODY TR.marked TD.actions A,
TABLE.data TBODY TR.checked TD.actions A {
    border-color: #e0e0e0;
    background: #fff;
    color: #000;
}
TABLE.data TBODY TR.title A {
}
UL.menu LI DIV {
    min-width: 81px;
    max-width: 140px;
    display: none;
    position: absolute;
    margin-top: -1px;
    border: 1px solid;
    border-color: #ddd #aaa #aaa #ddd;
    font-weight: bold;
}
* HTML UL.menu LI DIV {
    width: 120px;
}
UL.menu LI DIV UL {
    background: #fff;
}
UL.menu LI LI {
    float: none;
}
UL.menu LI DIV UL LI A {
    padding: 4px 8px;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    background: #fdf8c0 !important;
    color: #007dd3 !important;
    text-align: left !important;
    line-height: normal;
}
UL.menu LI DIV UL LI A:hover,
UL.menu LI DIV UL LI A:focus {
    background: #fefce0 !important;
}

TABLE.data TD.list-check {
    width: 1%;
    padding: 0 5px 0 !important;
}
TABLE.data TD.check {
    width: 1%;
    padding: 4px 5px 0 !important;
}
TABLE.data TD.list-check P {
    padding: .1em 0 .4em !important;
}
TABLE.data TBODY TD.action,
TABLE.data TBODY TD.action-ico {
    width: 1%;
    text-align: right;
    white-space: nowrap;
}
TABLE.data TBODY TD.action,
TABLE.data TBODY TD.action-ico {
    width: 1%;
    text-align: right;
    white-space: nowrap;
}
TABLE.data TBODY TD.action SPAN {
    color: #b2b2b2;
}
TABLE.data TBODY TD.action-ico {
    padding: 3px 6px 0;
}
TABLE.data TD.right INPUT[type="text"] {
    text-align: right !important;
}

TABLE.data TD.right,
TABLE.data TH.right {
    float: none;
    text-align: right;
}

TABLE.data TBODY TD.action INPUT {
    margin: 0 1px;
    vertical-align: top;
}
*+HTML TABLE.data TBODY TD.check {
    padding-top: 1px;
}
* HTML TABLE.data TBODY TD.check {
    padding-top: 1px;
}
TABLE.data TBODY TD.check INPUT {
    vertical-align: top;
}
TABLE.data TBODY TR:hover TD,
TABLE.data TBODY TR.hover TD,
TABLE.data TBODY TR:hover TH,
TABLE.data TBODY TR.hover TH {
    background-color: #fdf8c0;
}

TABLE.sparePartRequest TBODY TR:hover TD,
TABLE.sparePartRequest TBODY TR.hover TD {
    background: none;
}

TABLE.data TBODY TR.row-last:hover TD,
TABLE.data TBODY TR.row-last.hover TD,
TABLE.data TBODY TR.row-last:hover TH,
TABLE.data TBODY TR.row-last.hover TH {
    background-color: #fff;
}
TABLE.data TBODY TR.marked TD,
TABLE.data TBODY TR.marked TH,
TABLE.data TBODY TR.checked TD {
    background-color: #fff7a3;
}
TABLE.data TBODY TR.marked TD A,
TABLE.data TBODY TR.checked TD A {
    text-decoration: underline;
}
TABLE.data TBODY TR.title TH {
    padding-top: 10px;
    text-transform: uppercase;
}
TABLE.data TBODY TR.title TD {
    padding-top: 10px;
}
TABLE.data TBODY TR.title TD.type1 {
    padding-top: 12px;
    font-size: 11px;
}
TABLE.data TBODY TD A.toggle-subrow {
    float: left;
    padding-left: 15px;
    background: url(toggle02.gif) no-repeat 0 .2em;
    outline: none;
    text-decoration: none !important;
}
TABLE.data TBODY TD A.toggle-subrow:hover {
    text-decoration: underline !important;
}
TABLE.data TBODY TR.toggler TD A.toggle-subrow {
    background-image: url(toggle01.gif) !important;
    color: #000 !important;
}
TABLE.data TBODY TR.subrow TD {
    padding: 10px 21px;
    background: #fffded url(bg_subrow.gif) repeat-x 0 0;
    font-size: 12px;
}
TABLE.data TBODY TR.subrow P {
    margin: 0;
    line-height: normal;
}

TABLE.data TBODY.subrows TR.toggle-level A.toggle-subrows {
    padding-left: 15px;
    background: url(toggle02.gif) no-repeat 0 50%;
    outline: none;
    text-decoration: none !important;
}
TABLE.data TBODY.subrows TR.toggle-level A.toggle-open {
    background-image: url(toggle01.gif) !important;
}

TABLE.data THEAD TH.sort {
    padding: 0;
}
TABLE.data THEAD TH.sort A {
    display: block;
    padding: 7px 18px 9px 6px;
    background: url(sort01.gif) no-repeat 100% 50%;
    outline: none;
    color: #000;
    text-decoration: underline;
}
TABLE.data THEAD TH.sort:hover {
    background: #ddd url(bg05.gif) repeat-x 0 100%;
}
TABLE.data THEAD TH.ascending,
TABLE.data THEAD TH.descending {
    background: #bababa url(bg06.gif) repeat-x 0 100% !important;
}
TABLE.data THEAD TH.ascending A {
    background-image: url(sort02.gif);
}
TABLE.data THEAD TH.descending A {
    background-image: url(sort03.gif);
}

TABLE.data TBODY TD.level2a {
    padding-left: 22px;
}
TABLE.data TBODY TD.level2 {
    padding-left: 22px;
}
TABLE.data TBODY TD.level3 {
    padding-left: 30px;
}
TABLE.data TBODY TD.level4 {
    padding-left: 42px;
}
TABLE.data TBODY TD.level5 {
    padding-left: 54px;
}
TABLE.data TBODY TD.level6 {
    padding-left: 66px;
}

TABLE.data2 {
    width: 100%;
}

TABLE.data2 TD {
    padding: 4px 0;
}
TABLE.data2 TH {
    width: 30%;
    text-align: right;
    color: #666;
    font-weight: normal;
    padding: 4px 12px 4px 5px;
    font-size: 14px;
}
TABLE.data2 TD {
    width: 70%;
    color: #000;
    font-size: 14px;
}
TABLE.data2 TD IMG {
    vertical-align: middle;
}
TABLE.data2 TD SPAN.action {
    margin-left: .5em;
    padding-left: .5em;
    border-left: 1px solid #b2b2b2;
    font-size: 12px;
    white-space: nowrap;
}
TABLE.data2 TD SPAN.action A {
    padding: 0 2px;
    font-weight: bold;
}
TABLE.data2 TH.title3,
TABLE.data2 TH.title3b{
    padding: 5px 0 3px !important;
    text-align: left;
}
TABLE.data2 TH.title3b h3 {
    border-bottom:1px solid #CCCCCC;
    color:#007DD3 !important;
    font-size:14px !important;
    padding-bottom:7px;
    text-transform:uppercase;
}
TABLE.data2 TH.title3b h4 {
    font-size: 12px;
}
TABLE.data2 TBODY TR.price TD {
    font-size: 26px;
    color: #007dd3;
}
TABLE.data2 TBODY TR.price TH {
    padding-top: 8px;
    vertical-align: middle;
}

TABLE.data-sp TBODY TR.title2 TH {
    padding: 6px 10px 8px;
    border: solid #e0e0e0;
    border-width: 1px 0;
    background: #f5f5f5;
    font-weight: normal;
    vertical-align: bottom;
    font-size: 11px !important;
}
TABLE.data-sp TBODY TR.title2 TH H2 {
    padding: 0 !important;
    font-size: 12px !important;
}
TABLE.data-sp TBODY TR.title2 TH SPAN {
    display: inline !important;
    margin-top: 0 !important;
    font-size: 11px !important;
}
TABLE.data-sp TBODY TR.title2 TH H2 SPAN {
    font-size: 11px !important;
}
TABLE.data-sp TBODY TH.firm {
    padding-left: 20px;
}
TABLE.data-sp TBODY TH.firm A {
    font-size: 12px !important;
}
TABLE.data-sp TBODY P.more {
    margin: 0 0 0 12px;
    padding-bottom: .85em;
}
TABLE.data-sp TBODY TR TD {
    font-size: 11px !important;
}
TABLE.data-sp TH,
TABLE.data-sp TD {
    border-top: 1px solid #e5e5e5;
    border-bottom: 0 !important;
}
TABLE.data-sp THEAD TH {
    border-color: #e0e0e0;
}
TABLE.data-sp TFOOT TH,
TABLE.data-sp TFOOT TD {
    padding: 7px 10px 9px;
    border-top: 1px solid #c4c4c4;
    background: #ececec url(bg01.gif) repeat-x 0 100%;
}

/* form */

TABLE.form {
    width: 100%;
}
#content DIV.form-cols TABLE.form {
    width: 340px;
}
#content DIV.form-cols TABLE.form TH {
    width: 45%;
}
#content DIV.form-cols TABLE.form TD {
    width: 55%;
}
TABLE.form TH {
    width: 30%;
    padding: 6px 12px 3px 0;
    text-align: right;
    font-weight: normal;
    color: #666;
}
TABLE.form TD {
    width: 70%;
    padding: 6px 0 3px 0;
}
TABLE.form TD P {
    margin: 0;
    padding: .5em 0;
    line-height: normal;
}
TABLE.form TD P.info {
    margin: 0;
    padding: 0 0 .2em 0;
    font-size: 13px;
}
TABLE.form TD P.check-title,
TABLE.form TD P.check-title LABEL {
    margin: 0;
    padding: 0;
    font-weight: bold;
}
TABLE.form TD P.check-title {
    margin-top: .15em;
}
TABLE.form TD DIV.check-group {
    margin-left: 1.75em;
}
TABLE.form TD DIV.check-group DIV {
    float: left;
    margin: 0 1em 1em 0;
    padding: .4em 0 0;
}

TABLE.form TD LABEL,
TABLE.form TD INPUT {
    vertical-align: middle;
    font-size: 14px;
}
TABLE.form TD LABEL {
    margin-right: .75em;
}
TABLE.form TD INPUT.help {
    cursor: help;
}
TABLE.form TD INPUT.action {
    cursor: pointer;
}
TABLE.form TD SPAN.action {
    margin-left: .5em;
    padding-left: .5em;
    border-left: 1px solid #b2b2b2;
    font-size: 12px;
}
TABLE.form TD SPAN.action A {
    padding: 0 2px;
    font-weight: bold;
}
TABLE.form TD.check LABEL {
    margin: 0;
}
TABLE.form TD.list-check LABEL {
    margin-right: .1em !important;
    color: #000 !important;
}
TABLE.form TD.list-check P {
    margin-right: .75em !important;
    padding: .1em 0 .4em !important;
}
TABLE.form TD.check,
TABLE.form TD.check * {
    vertical-align: middle;
}
TABLE.form TD.data {
    padding-top: 6px;
    color: #000;
}
TABLE.form TD.data A {
    color: #007dd3;
}
TABLE.form TD.table TABLE.wrap LABEL {
    color: #000 !important;
}

TABLE.form TH.title3 {
    padding: 0 0 3px 15px !important;
    text-align: left;
}
TABLE.form TH.title3 P.check {
    float: left;
}
TABLE.form TH.title3 H3 {
    margin-top: 1.13em;
    margin-left: .3em;
    font-size: 13px;
    float: left;
}
TABLE.form TH.title3 H3:first-letter {
    text-transform: uppercase;
}
TABLE.form TH.title3 H3 SPAN.action {
    margin-left: .5em;
    padding-left: .5em;
    border-left: 1px solid #b2b2b2;
    font-size: 12px;
}
TABLE.form TH.title3 H3 SPAN.action A {
    padding: 0 2px;
    font-weight: bold;
    color: #007dd3;
}
TABLE.form TH.title3 H3 LABEL {
    color: #000;
}
TABLE.form TD TABLE.wrap TH,
TABLE.form TD TABLE.wrap TD {
    padding: 0 0 1px !important;
}

TABLE.form TR.error TH,
TABLE.form TR.error TD {
    background-color: #fbebed !important;
}
TABLE.form TR.error TH,
TABLE.form TR.error TD,
TABLE.form TR.error TH LABEL,
TABLE.form TR.error TH SPAN.req {
    color: #cc0a0a;
}
TABLE.form TR.error TD SELECT,
TABLE.form TR.error TD TEXTAREA,
TABLE.form TR.error TD INPUT[type="text"],
TABLE.form TR.error TD INPUT.date,
TABLE.form TR.error TD INPUT.time,
TABLE.form TR.error TD INPUT.mobile,
TABLE.form TR.error TD INPUT.datetime {
    border: 1px solid !important;
    border-color: #710606 #efb5b5 #efb5b5 #710606 !important;
}
TR.error INPUT[type="text"]:focus {
    outline: 1px solid #efb5b5;
}

TABLE.form TD UL.imges {
    margin: 0 !important;
}
TABLE.form TD UL.imges LI {
    float: left;
    width: 120px;
    height: 80px;
    overflow: hidden;
    margin-right: 8px;
    padding-left: 0 !important;
    background: none !important;
}
TABLE.form TD UL.imges LI IMG {
    display: block;
    margin: 1px;
    padding: 1px;
    border: 1px solid #ccc;
    background: #fff;
}
TABLE.form TD UL.imges LI A:hover IMG {
    margin: 0;
    border: 2px solid #007dd3;
}

/* wrap */

TABLE.wrap,
TABLE.wrap TD,
TABLE.wrap TH {
    width: auto !important;
    border: none !important;
}
TABLE.wrap {
    margin: 0 !important;
}
TABLE.wrap TD,
TABLE.wrap TH {
    padding: 0 !important;
    text-align: left !important;
}
TABLE.wrap TD,
TABLE.wrap TH,
TABLE.wrap LABEL,
TABLE.wrap INPUT {
    vertical-align: middle;
}

TABLE TH LABEL {
    color: #666;
    font-size: 14px;
}
TABLE.wrap TH LABEL {
    color: #000;
}

BODY DIV.modalpopup-content TABLE.shoplist-save TD {
    padding: 2px 4px 2px 0 !important;
    vertical-align: baseline;
}
TABLE.shoplist-save SELECT {
    width: 206px;
}
TABLE.shoplist-save TR.disabled SELECT,
TABLE.shoplist-save TR.disabled INPUT[type="text"] {
    color: #999 !important;
    border-color: #ddd !important;
    background-color: #f8f8f8 !important;
    outline: none !important;
}

/* thumb */

TABLE.form TD.thumb P {
    margin: 0;
    padding: 0;
}
TABLE.form TD.thumb P.img,
TABLE.form TD.thumb DIV.thumb-form,
TABLE.form TD.thumb DIV.thumb-form P {
    float: left;
}
TABLE.form TD.thumb P.img {
    margin-right: 1em;
}
TABLE.form TD.thumb DIV.text {
    padding-bottom: .75em;
}
TABLE.form TD.thumb DIV.text P {
    margin-right: .3em;
    font-size: 12px;
    font-weight: bold;
}

TABLE.form TD.data SELECT.wider {
    width: auto !important;
}

/* =pager
-------------------------------------------------- */
DIV.pager {
    clear: both;
    margin-top: 10px;
}
DIV.pager UL,
DIV.pager UL LI {
    float: left;
    margin: 0 !important;
    padding: 0;
}
DIV.pager UL {
    list-style: none;
}
DIV.pager UL LI {
    margin-right: 1px !important;
    padding: 0 0 1px !important;
    background: none !important;
}
DIV.pager UL LI A,
DIV.pager UL LI SPAN,
DIV.pager UL LI STRONG {
    float: left;
    padding: 2px 6px;
    border: 1px solid #fff;
    line-height: normal;
    text-decoration: none;
}
DIV.pager UL LI SPAN,
DIV.pager UL LI STRONG {
    cursor: default;
}
DIV.pager UL LI A {
    border-color: #d4d4d4;
    background: #fff;
}
DIV.pager UL LI A:hover {
    color: #2b79ac;
    border-color: #2b79ac;
    background: #e7f2fe;
}
DIV.pager UL LI SPAN {
    color: #999 !important;
    border-color: #ddd;
}
DIV.pager P {
    float: right;
    margin: 1px 0 0 0 !important;
}
DIV.pager P SPAN {
    margin: 0 .2em;
    color: #b2b2b2;
}

/* =filter
-------------------------------------------------- */
P.filter {
    margin-top: 1em;
    padding: .8em 1em;
    border: 1px solid #d9d9d9;
    background: #f4f4f4;
}
P.filter INPUT,
P.filter SELECT {
    margin-right: .5em;
    vertical-align: middle;
}
P.filter SPAN.date {
    margin-right: .4em;
}
P.filter SPAN.date INPUT,
P.filter SPAN.date SPAN {
    margin-right: 2px;
}
P.filter SPAN.date SPAN {
    margin-right: 1px;
}
P.filter SPAN.filter-inner {
    display: block;
    margin: 10px 0 0;
}

DIV.filter {
    margin-top: 1em;
    padding: .1em 0 .8em 1em;
    border: 1px solid #d9d9d9;
    background: #f4f4f4;
}
DIV.filter P {
    float: left;
    margin: 0;
    padding: .5em .5em 0 0;
    white-space: nowrap;
}
DIV.filter LABEL,
DIV.filter INPUT,
DIV.filter SELECT {
    margin-right: 3px;
    vertical-align: middle;
}
DIV.filter LABEL {
    display: block;
    padding-bottom: .1em;
}
DIV.filter P.check {
    padding-top: 1.7em;
}
DIV.filter P.check LABEL {
    display: inline;
    padding: 0;
}
DIV.filter P.action {
    padding-top: 28px;
}

DIV.advertismentFilter {
    position: relative;
}

DIV.advertismentFilter H5 {
    padding-right: 13px;
}

/* =formcols
-------------------------------------------------- */
DIV.form-cols DIV.col1,
DIV.form-cols DIV.col2 {
    width: 340px;
}
DIV.form-cols DIV.col1 {
    clear: both;
    float: left;
}
DIV.form-cols DIV.col2 {
    float: right;
}

/* =divcols
-------------------------------------------------- */
DIV.div-cols #col1 {
    margin-right: 15px;
    width: 345px;
    float: left;
}
DIV.div-cols #col2{
    width: 365px;
    float: left;
}

/* =cols2, cols4, cols7
-------------------------------------------------- */
DIV.cols2 DIV,
DIV.cols4 DIV,
DIV.cols7 DIV.col {
    float: left;
}
DIV.cols2 DIV {
    width: 165px;
}
DIV.cols4 DIV {
    width: 180px;
}
DIV.cols7 DIV.col {
    width: 103px;
}
DIV.cols2 UL,
DIV.cols4 UL,
DIV.cols7 UL {
    margin-left: 0 !important;
}
DIV.cols7 UL {
    margin-top: 3px;
}
DIV.cols2 UL LI,
DIV.cols4 UL LI,
DIV.cols7 UL LI {
    padding-left: 0 !important;
    background: none !important;
}
DIV.cols2 UL LI A,
DIV.cols4 UL LI A,
DIV.cols7 UL LI A {
    color: #000;
}

DIV.cols4 SPAN.list_sep {
    color: #777;
    padding-right: 5px;
}

/* =models
-------------------------------------------------- */
P.specify {
    margin-top: 4px;
    margin-bottom: -4px;
}
TABLE.models TD.img {
    width: 173px;
}
TABLE.models SPAN.no {
    color: #acabab;
}
#sidebar P.model-logo {
    margin-top: 20px;
}


/* =slider
-------------------------------------------------- */

#slider {
    width: 213px;
    height: 225px;
    margin: 0 0 10px 1px;
    padding: 0;
    font-weight: normal;
    overflow: hidden;
    border-top: 1px solid #d4d4d4;
}
#slider UL {
    margin-top: 5px;
}
#slider TABLE {
    width: 201px;
    margin: 0 6px;
    border-top: none;
}
#slider TD {
    width: 67px;
    padding: 3px 0;
    border: none;
    text-align: center;
}
#slider TD A {
    color: #000;
}
#slider TD.unavailable {
    color: #acabab !important;
}
#slider #selected {
    font-weight: bold;
}

/* =navigation
-------------------------------------------------- */
#navigation P {
    margin: -5px 0 0px;
    color: #777;
    font-size: 11px;
}
#navigation  A,
#navigation SPAN {
    color: #acabab;
    font-size: 11px;
}
#navigation SPAN.nav_sep {
    padding: 0 2px;
}

/* =inputs
-------------------------------------------------- */
SPAN.req {
    color: #606060;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    vertical-align: middle;
}

SELECT,
TEXTAREA,
INPUT[type="text"],
INPUT[type="password"],
INPUT[type="email"],
INPUT.date,
#search {
    border: 1px solid;
    border-color: #aaa #ddd #ddd #aaa;
}

TEXTAREA {
    resize: vertical;
}


INPUT[type="text"],
INPUT[type="password"],
INPUT.date,
INPUT[type="email"] {
    min-height: 15px;
    padding: 2px;
}
SELECT {
    width: 181px;
    padding: 1px;
}
SELECT OPTION.label {
    color: #999;
}
INPUT[type="text"],
INPUT[type="password"],
INPUT[type="email"] {
    width: 175px;
}
INPUT.wide {
    width: 250px;
}
INPUT.max {
    width: 98%;
}
INPUT.min {
    width: 40px;
}
INPUT.small {
    width: 80px;
}
INPUT.date {
    width: 67px;
    padding-right: 18px;
    background: #fff url(ico_cal.gif) no-repeat 70px 35%;
    cursor: pointer;
}

INPUT.blur,
INPUT.example {
    color: #808080;
}

INPUT.watermark {
    color: #999;
}

TEXTAREA {
    width: 99%;
    height: 120px;
    padding: 1px 1px 1px 3px;
}
TEXTAREA.small {
    height: 60px;
}

SELECT:focus,
TEXTAREA:focus,
INPUT[type="text"]:focus,
INPUT[type="password"]:focus,
INPUT[type="email"]:focus {
    background-color: #f8fcfe;
    outline: 1px solid #80c6ea;
    -moz-outline-radius: 2px;
}
TABLE.form TD INPUT[type="radio"],
TABLE.form TD INPUT[type="checkbox"] {
    margin: 0;
}

TABLE.form TD INPUT[type="radio"] {
    margin-top: -5px;
}

TABLE.form TD UL.login {
    margin: 0 !important;
    font-weight: bold;
}
TABLE.form TD UL.login LI {
    display: inline;
    padding: 0 !important;
    background: none !important;
}
TABLE.form TD UL.login LI A {
    display: block;
    padding: 3px 6px;
    line-height: 1.2;
    text-decoration: none;
}
TABLE.form TD UL.login LI A:hover {
    background-color: #fdf8c0;
    text-decoration: underline;
}
TABLE.form TD UL.login LI A IMG,
TABLE.form TD UL.login LI A SPAN {
    float: left;
    vertical-align: top;
    cursor: pointer;
}
TABLE.form TD UL.login LI IMG {
    margin-right: 10px;
}
TABLE.form TD UL.login LI A SPAN {
    margin-top: 7px;
}
TABLE.form TD UL.login LI A:hover SPAN {
    text-decoration: underline;
}

/* action */

BUTTON,
INPUT[type="button"],
INPUT[type="submit"],
A.button {
    padding: 1px 10px 2px;
    border: 1px solid;
    border-color: #007dd3 #00528b #00528b #007dd3;
    background: #007dd3 url(bg_button2.png) no-repeat 0 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    overflow: visible;
    outline: none;
}

A.button {
    display: inline-block;
    padding: 1px 10px;
    margin-top: 2px;
    line-height: 17px;
    height: 17px;
}

A.big {
    background: #007dd3 url(bg_button2_big.png) no-repeat 0 0;
    height: 60px;
    width: 120px;
    padding: 1px 20px;
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle
}

A.shrinkedButton {
    height: 54px;
    width: 108px;
}

A.big SPAN {
    line-height: 14px;
}

A.button:HOVER {
    text-decoration: none;
}

*+html BUTTON,
*+html INPUT[type="button"],
*+html INPUT[type="submit"],
*+html A.button {
    padding-bottom: 1px !important;
    background-position: -1px -1px;
}


* html BUTTON,
* html INPUT[type="button"],
* html INPUT[type="submit"],
*+html A.button {
    padding-bottom: 1px !important;
    background-position: -1px -1px;
}
BUTTON:hover,
INPUT[type="button"]:hover,
INPUT[type="submit"]:hover,
A.button:hover,
BUTTON:focus,
INPUT[type="button"]:focus,
INPUT[type="submit"]:focus,
A.button:focus {
    background-position: 0 -30px;
}

*+html BUTTON:hover,
*+html INPUT[type="button"]:hover,
*+html INPUT[type="submit"]:hover,
*+html A.button:hover,
*+html BUTTON:focus,
*+html A.button:focus,
*+html INPUT[type="button"]:focus,
*+html INPUT[type="submit"]:focus {
    background-position: -1px -31px;
}


* html BUTTON:hover,
* html INPUT[type="button"]:hover,
* html INPUT[type="submit"]:hover,
* html A.button:hover,
* html BUTTON:focus,
* html INPUT[type="button"]:focus,
* html INPUT[type="submit"]:focus,
* html A.button:focus {
    background-position: -1px -31px;
}

INPUT[type="submit"][disabled],
INPUT[type="button"][disabled] {
    opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}

A.big:focus,
A.big:hover {
    background-position: 0 -60px !important;
}

*+html A.big:focus,
*+html A.big:hover {
    background-position: -1px -61px !important;
}

* html A.big:focus,
* html A.big:hover {
    background-position: -1px -61px !important;
}

DIV.action {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #ccc;
    text-align: right;
    width: 100%;
}
DIV.action_type2 {
    border: 0px;
}
DIV.action P {
    margin: 0;
}
DIV.action SPAN.back,
DIV.action SPAN.back A {
    float: left;
}
DIV.action SPAN.back {
    margin-top: .4em;
    font-size: 14px;
}
DIV.action SPAN.back A {
    padding-left: 9px;
    background: url(bg_back.gif) no-repeat 0 .53em;
    font-weight: bold;
    text-decoration: none;
    color: #007dd3;
}
DIV.action SPAN.back A:hover {
    text-decoration: underline;
}
DIV.action P.secondary BUTTON,
DIV.action P.secondary INPUT[type="button"],
DIV.action P.secondary INPUT[type="submit"],
DIV.action P.primary INPUT.alt,
P.action INPUT.alt,
P.action button.alt,
DIV.action P.primary BUTTON.alt,
A.alt,
INPUT[type="button"].alt,
INPUT[type="submit"].alt {
    border-color: #c9c8c8 #9e9d9d #9e9d9d #c9c8c8;
    background-color: #eee;
    background-image: url(bg_button3.png);
    color: #202020;
    font-weight: normal;
}
DIV.action P.secondary {
    font-size: 14px;
    float: left;
}
DIV.action P.primary {
    font-size: 14px;
    float: right;
}

P.filter INPUT[type="button"],
P.filter INPUT[type="submit"],
DIV.filter INPUT[type="button"],
TABLE.form TD INPUT[type="submit"],
DIV.filter INPUT[type="button"],
DIV.sub-action P.action INPUT[type="button"],
DIV.sub-action P.action INPUT[type="submit"] {
    padding: 2px 8px;
    font-size: 12px;
}

/* =footer
-------------------------------------------------- */
.content-footer {
    margin-top: 10px;
    width: 100%;
}
#footer {
    width: 100%;
    border-top: 1px solid #eaeaea;
    background: #f6f6f6;
    color: #666;
}
#footer-inner {
    display: block;
    width: 960px;
    margin: 0 auto;
    padding: 16px 0;
}

#footer DIV.box01 {
    float: left;
    width: 216px;
    margin-right: 20px;
    font-size: 11px;
}
#footer A {
    color: #000;
}
#footer UL {
    margin-top: .5em;
}
#footer UL LI {
    padding-bottom: .1em;
}
#footer UL.links LI A,
DIV.cols4 UL.links LI A,
DIV.cols2 UL.links LI A,
#recently-viewed P A.links {
    padding-left: 12px;
    background: url(dot03.gif) no-repeat 0 .4em;
}
#recently-viewed {
    padding-top: 12px;
}
#external-advertisement {
    padding-top: 12px;
}
DIV.cols4 UL.links LI A,
DIV.cols2 UL.links LI A,
#recently-viewed P A.links  {
    background-position: 0 .5em;
}

UL.links .title {
    padding-left: 12px !important;
}

#logo2,
#logo2 A {
    width: 187px;
    height: 30px;
    overflow: hidden;
    background: url(Autmo_logo_gray.png) no-repeat 100% 0;
}
#logo2 {
    float: right;
    margin-top: -3px;
}
#logo2 A {
    display: block;
    text-indent: -5000px;
}

/* =modalpopup
-------------------------------------------------- */

BODY.modal {
    min-width: 100% !important;
}

BODY.modal .contentWrapper {
    padding: 10px;
}



/* =tooltip
-------------------------------------------------- */
IMG.help {
    cursor: help;
    vertical-align: middle;
}
P.help STRONG {
    cursor: help;
}

#tooltip,
#tooltip * {
    color: #000;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
#tooltip {
    position: absolute;
    z-index: 3000;
    max-width: 320px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    background: #f6f6f6;
    opacity: 0.95;
}
#tooltip H3 {
    margin: 0;
    border: none;
}
#tooltip DIV {
    display: none !important;
}

DIV.tooltip,
DIV.tooltip * {
    color: #000;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
DIV.tooltip {
    position: absolute;
    z-index: 3000;
    width: 210px;
    padding-top: 6px;
    background: url(bg_tooltip1.png) no-repeat -216px 0;
    outline: none;
    margin-left: 150px;
    margin-top: -95px;
}
DIV.tooltip-inner {
    min-height: 1%;
    padding-bottom: 14px;
    background: url(bg_tooltip1.png) no-repeat 0 100%;
}
DIV.tooltip-inner2 {
    background: url(bg_tooltip1.png) repeat-y -430px 100%;
    outline: none;
}
DIV.tooltip-inner3 {
    padding: 0 19px 7px 40px;
    background: url(bg_tooltip.png) no-repeat 0 60px;
    outline: none;
}
#tooltipImg {
    text-align: center;
}

DIV.tooltip H2 {
    margin: 0 !important;
    padding: 4px 0 0 !important;
    border-bottom: none !important;
    color: #000 !important;
    font-size: 14px;
    text-transform: none !important;
}

/* =help layer
-------------------------------------------------- */
IMG.help-toggle {
    cursor: pointer;
    vertical-align: -3px;
}

DIV.help {
    display: none;
    position: absolute;
    width: 300px;
    margin-top: -11px;
}
DIV.help DIV.help-header,
DIV.help DIV.help-content,
DIV.help DIV.help-inner {
    background-image: url(bg_help.png);
    background-repeat: no-repeat;
}
* HTML DIV.help DIV.help-header,
* HTML DIV.help DIV.help-content,
* HTML DIV.help DIV.help-inner {
    background-image: url(bg_help.gif);
}
DIV.help-inner {
    padding-bottom: 14px;
    background-position: -601px 100%;
}
DIV.help DIV.help-content {
    padding: 1px 17px 0 34px;
    background-repeat: repeat-y;
    background-position: -301px 0;
}

DIV.help-header {
    height: 38px;
    overflow: hidden;
    padding: 0 17px 0 34px;
}

DIV.help P,
TABLE.form TD.list-check DIV.help-header P {
    margin: 0 !important;
    padding: 0 0 .5em !important;
    font-size: 12px !important;
    line-height: 1.333 !important;
    text-transform: none;
    color: #333333;

}

DIV.help P.title,
TABLE.form TD.list-check DIV.help P.title {
    margin: 13px 0 0 !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3125 !important;
}

DIV.help P.close,
DIV.help P.close A {
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(ico_close3.gif) no-repeat 0 0;
    text-indent: -5000px;
    outline: none;
}
DIV.help P.close A:hover {
    background-position: 0 -16px;
}
DIV.help P.close,
TABLE.form TD.list-check DIV.help P.close {
    float: right;
    margin: -1.3em 0 0 !important;
    padding: 0 !important;
}
DIV.help P.close A {
    display: block;
    text-indent: -5000px !important;
}

/* =modaldialog
-------------------------------------------------- */
DIV.modaldialog {
    display: none;
    padding: 20px;
    border: 2px solid #b2b2b2;
    background: #fff;
}
DIV.modaldialog H1 {
    margin: 0;
    border: none;
}
DIV.modaldialog P.action {
    margin-top: 1.5em;
    padding-top: .5em;
    border-top: 1px solid #ccc;
    text-align: right;
}
DIV.modaldialog P.action INPUT {
    padding-left: 1em;
    padding-right: 1em;
}

/* =loading
-------------------------------------------------- */
DIV.ajax-loading {
    text-align: center;
}
DIV.ajax-loading IMG {
    margin: 0 auto;
}

/* =nyromodal
-------------------------------------------------- */
#nyroModalFull {
    font-size: 12px;
    color: #777;
}
#nyroModalLoading {
    border: 5px solid #fff;
    width: 150px;
    height: 150px;
    text-indent: -9999em;
    background: #fff url(nyro_ajaxLoader.gif) no-repeat;
    background-position: center;
}
#nyroModalLoading.error {
    border: 4px solid #f66;
    line-height: 20px;
    padding: 20px;
    width: 300px;
    height: 100px;
    text-indent: 0;
    background: #fff;
}
#nyroModalWrapper {
    background: #fff;
    border: 5px solid #fff;
}
#closeBut {
    position: absolute;
    display: block;
    top: -5px;
    right: -5px;
    z-index: 106;
    width: 29px;
    height: 29px;
    overflow: hidden;
    text-indent: -9999em;
    background: url(nyro_close.gif) no-repeat;
    outline: 0;
}
#closeBut:hover {
    background-position: 100% -29px;
}
#nyroModalTitle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 106;
    margin: 0;
    padding: 2px 10px 7px 5px;
    border: none;
    background: #fff;
    color: #666;
    font-size: 12px;
    line-height: 1.25;
}
div.wrapper #nyroModalContent {
    padding: 5px;
}
div.wrapperImg #nyroModalContent {
    position: relative;
    overflow: hidden;
    text-align: center;
}
div.wrapperImg img {
    vertical-align: baseline;
}
div.wrapperImg #nyroModalContent div {
    display: none;
}
a.nyroModalPrev,
a.nyroModalNext {
    z-index: 105;
    outline: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 49%;
    cursor: pointer;
    text-indent: -9999em;
    background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapper a.nyroModalPrev,
div.wrapper a.nyroModalNext.
div.wrapperSwf a.nyroModalPrev,
div.wrapperSwf a.nyroModalNext {
    height: 60%;
    width: 20%;
}
a.nyroModalPrev {
    left: 0;
}
a.nyroModalPrev:hover {
    background: url(nyro_prev.png) no-repeat 0 50%;
}
a.nyroModalNext {
    right: 0;
}
a.nyroModalNext:hover {
    background: url(nyro_next.png) no-repeat 100% 50%;
}
* html a.nyroModalPrev:hover {
    background-image: url(nyro_prev.gif);
}
* html a.nyroModalNext:hover {
    background-image: url(nyro_next.gif);
}

/* =IE fixes
-------------------------------------------------- */

/* popup */

* HTML DIV.modalpopup-content {
    height: 100px;
}
* html #overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
* html #modalwrap {
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');*/
}

/* table */

* HTML TABLE.form TH,
* HTML TABLE.form TD.data {
    padding-top: 7px;
}
*+HTML TABLE.form TH,
*+HTML TABLE.form TD.data {
    padding-top: 7px;
}

TABLE.info TR TD {
    padding: 0 15px 15px 0;
    vertical-align: middle;
}

TABLE.thumbnails TD {
    padding: 0 0 15px 7px;
}

TABLE.thumbnails TD:FIRST-CHILD {
    padding-left: 1px;
}

TABLE.thumbnails P {
    text-align: center;
}

.carThumbnails {
    width: 100%;
}

.carItem {
    display: flex;
    flex-wrap: wrap;
}

.carItem .thumbnailWrapper {
    flex-grow: 1;
    width: 48%;
    margin: 0 8px 20px 0;
}

.carItem .thumbnailWrapper.largeSkewed > *:first-child {
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 100px;
}

.carItem .thumbnailWrapper:nth-child(even) {
    margin: 0 0px 20px 0;
}

.carItem .thumbnailWrapper:nth-child(odd):last-child {
    width: 49.5%;
    flex-grow: 0;
}

.carItem .thumbnailWrapper.largeSkewed IMG {
    width: 100%;
    max-width: 328px;
    max-height: 246px;
}

.carItem .thumbnailWrapper .subtitle A {
    font-size: 16px;
}
/* info */

*+HTML DIV.info UL LI {
    display: inline;
    padding-bottom: 2px !important;
}
* HTML DIV.info UL LI {
    display: inline;
    padding-bottom: 1px !important;
}

/* filter */

*+HTML DIV.filter P.action {
    padding-top: 25px;
}
* HTML DIV.filter P.action {
    padding-top: 25px;
}

/* tooltip */

* HTML #tooltip {
    width: 320px;
}
* HTML DIV.tooltip,
* HTML DIV.tooltip-inner,
* HTML DIV.tooltip-inner2 {
    background-image: url(bg_tooltip1.gif);
}
* HTML DIV.tooltip-inner {
    height: 1%;
}
* HTML DIV.tooltip-inner3 {
    background: url(bg_tooltip.gif) no-repeat 0 60px;
}


#partsForm TD,
#partsForm TH {
    text-align: center;
    width: 400px;
    border: 1px solid #e0e0e0;
}

#partsForm2 TD,
#partsForm2 TH {
    text-align: center;
    width: 400px;
}

.region-picker {
    display: block;
    width: 960px;
    margin: 0 auto;
    padding: 16px 0;
}

#flag-container {
    right: 0;
    font-size: 10px;
    float: right;
    min-width: 112px;
}

#flag-button {
    float: right;
    padding: 3px;
    color: #000;
    cursor: pointer;
}

#flag-button .choose {
    float: left;
    width: auto;
    text-align: right;
    margin-top: 6px;
}

#flag-button .button {
    float: left;
    width: 32px;
    background: url(dropdown.png) no-repeat right center;
}

#flag-button .flag {
    text-align: center;
    height: auto;
    display: table-cell;
    padding-left: 2px;
    padding-right: 12px;
    padding-top: 2px;
}

#flag-list {
    display: none;
    position: absolute;
    padding: 5px;
    width: 112px;
    min-height: 40px;
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    z-index: 9999;
}

#flag-list .flag {
    color: black;
    text-decoration: none;
    display: block;
}

#flag-list A {
    float: left;
    padding: 0 5px 5px 5px;
    color: #999;
}

#flag-list .flag .flag-image {
    display: block;
    padding: 2px;
    width: 112px;
}

#flag-list .flag .flag-image IMG {
    vertical-align: middle;
}

#flag-list .flag .flag-text {
    display: inline;
    vertical-align: middle;
    padding-left: 3px;
}

.copyright {
    display: block;
    clear: both;
    margin: 20px auto;
    color: #999;
    text-align: center;
}

SPAN.separator {
    margin: 0 2px;
}

.carColor DIV {
    width: 172px !important;
    margin: 0 0 10px 10px;
}

.carColor DIV:FIRST-CHILD {
    margin-left: 0;
}

.carColor UL LI {
    padding: 3px 0;
    line-height: 15px;
}

.carColor UL LI SPAN,
SPAN.colorBox {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
}

span.colorBox {
    width: 11px;
    height: 11px;
    margin-right: 4px;
}

.carColor UL LI A {
    padding-left: 7px !important;
    background: none !important;
}

DIV.block {
    margin-top: 1em;
}

DIV.uploadContainer {
    margin-bottom: 1em;
}

TABLE.data TH.advertisementsCount,
TABLE.data TD.advertisementsCount {
    text-align: right;
    width: 85px;
}

DIV.socialActions {
    float: right;
    margin-top: -27px;
}

DIV.sorting {
    float: right;
    margin: 10px 0;
}

DIV.yearsList {
    position: relative;
    width: 720px;
    height: 270px;
    margin-bottom: 6px;
    overflow: hidden;
}

DIV.relatedAdvertisements,
DIV.sameAdvertisementOtherParts {
    min-height: 150px;
    margin-bottom: 10px;
}
DIV.relatedAdvertisementsContent {
    display: none;
}

DIV.relatedAdvertisements .nav,
DIV.sameAdvertisementOtherParts .nav {
    padding-top:10px;
    clear: both;
}

DIV.relatedAdvertisementsList,
DIV.sameAdvertisementOtherPartsList {
    position: relative;
    width: 960px;
    margin-bottom: 6px;
    height: auto !important;
    padding-top: 10px;
    overflow: hidden;
}

DIV.sameAdvertisementOtherPartsList {
    width: 960px;
}

#relatedAdvertisementsSlider,
#sameAdvertisementOtherPartsSlider {
    position: relative;
    width: 1000px;
}

#relatedAdvertisementsSlider .itemGroup,
#sameAdvertisementOtherPartsSlider .itemGroup {
    float: left;
    display: block;
    width: 960px;
}

#sameAdvertisementOtherPartsSlider .itemGroup {
    width: 960px;
}

#relatedAdvertisementsSlider .itemGroup .item,
#sameAdvertisementOtherPartsSlider .itemGroup .item {
    float: left;
    width: 230px !important;
    margin-left: 13px;
}

#sameAdvertisementOtherPartsSlider .itemGroup .item {
    width: 230px !important;
}

#relatedAdvertisementsSlider .itemGroup .item:FIRST-CHILD,
#sameAdvertisementOtherPartsSlider .itemGroup .item:FIRST-CHILD {
    margin-left: 0;
}

#relatedAdvertisementsSlider .itemGroup .item .content,
#sameAdvertisementOtherPartsSlider .itemGroup .item .content {
    padding-right: 5px;
    font-size: 10px;
}

#relatedAdvertisementsSlider .itemGroup .item .content SPAN,
#sameAdvertisementOtherPartsSlider .itemGroup .item .content SPAN {
    color: #999;
}

#relatedAdvertisementsSlider .itemGroup .item .content H3,
#sameAdvertisementOtherPartsSlider .itemGroup .item .content H3 {
    font-weight: bold;
    font-size: 13px;
}

#relatedAdvertisementsSlider .itemGroup .item .content H3,
#relatedAdvertisementsSlider .itemGroup .item .content P,
#sameAdvertisementOtherPartsSlider .itemGroup .item .content H3,
#sameAdvertisementOtherPartsSlider .itemGroup .item .content P {
    margin-top: 0px;
    padding-bottom: 3px;
}

#relatedAdvertisementsSlider .itemGroup .item .content .price-tag,
#sameAdvertisementOtherPartsSlider .itemGroup .item .content .price-tag {
    padding-top: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #007dd3;
    line-height: normal;
}

.sameAdvertisementOtherPartscontent{
    padding-bottom: 40px;
}

P.count {
    float: right;
    width: 250px;
    margin-top: -20px;
    font-size: 11px;
    text-align: right;
}

P.count SPAN {
    color: #999;
    padding: 0 3px
}

DIV.item-group .item {
    float: left;
    max-width: 120px;
    padding: 0 10px;
    margin-bottom: 20px;
}

DIV.item-group .item .content {
    padding: 0 0 0 5px;
}

DIV.item-group .item .content .price-tag {
    padding-top: 0 !important;
}

DIV.addMailAddresses {
    padding: 5px 5px 0 5px;
    border: 1px solid #ccc;
}

DIV.addMailAddresses > SPAN {
    background: #fff;
    border: 1px solid #ccc;
    color: #1C2A47;
    cursor: select;
    display: block;
    float: left;
    height: 20px;
    margin: 0 4px 4px 0;
    padding-left: 5px;
    position: relative;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url('http://autmo.ee/PIE.htc');
}

A.remove {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #ececec url(remove_icon.png) no-repeat 4px 4px;
    text-indent: -5000px;
}

A.remove:HOVER {
    background: #ececec url(remove_icon.png) no-repeat 4px -16px;
}

DIV.addMailAddresses INPUT[type="text"] {
    width: auto;
    padding: 0;
    border: none;
    background-color: transparent;
}

DIV.addMailAddresses INPUT[type="text"]:focus {
    /*background-color: #fff;*/
    outline: none;
    -moz-outline-radius: 0;
}
div.addMailAddresses {
    width: 98%;
    padding-right: 0px;
    min-height: 55px;
    z-index: 1000;
}
div.addMailAddresses .error {
    background-color: #FFBBBB;
}

div#requestOfferWrapper {
    display: block;
    width: 75%;
    margin: 0 auto;
}
div#requestOfferWrapper label {
    display: block;
    padding: 2px;
}

div#requestOfferWrapper label input[type="radio"] {
    margin: -3px 10px 0 0;
    padding: 0px;
}

div.sparePartTypesWrapper {
    display: block;
    width: 75%;
    /*margin: 0 auto;*/
}

div.sparePartTypesWrapper label {
    display: block;
    padding: 2px;
}

div.sparePartTypesWrapper label input[type="radio"] {
    margin: -3px 10px 0 0;
    padding: 0px;
}

div.order-spare-part-form {
    display: none;
    width: 100%;
}

div.order-spare-part-form label {
    display: block;
    min-height: 25px;
}

div.order-spare-part-form label input[type="radio"]{
    vertical-align: top;
    padding: 0px;
    margin: 1px 2px 0 0;
}

div.order-spare-part-form .acceptable-time {
    float: right;
    margin: -2px 2px 0 0;
    vertical-align: middle;
    height: 15px;
    size: 5;
}

div.extra-information-form {
    display: none;
}

DIV.additionalInfoWrapper {
    width: 497px;
    background-color: #ececec;
    padding: 5px;
    margin: 1px -7pc 1px 0;
}

DIV.additionalInfoWrapper P.orderOptions {
    margin-top: 0;
    padding: 5px 0 5px 2px;
}

DIV	.sparePartRequestAnswer {
    margin-right: -7px;
    width: 507px;
}

TABLE.sparePartRequest TD {
    height: auto;
    padding: 0;
}

TABLE.sparePartRequestReadAnswers TD {
    border-bottom: none;
}

TABLE.sparePartRequestReadAnswers .actionsRow {
    border-bottom: 1px solid #e0e0e0;
}

TABLE.sparePartRequestReadAnswers .sellerColumn {
    padding: 6px 12px 3px 0;
    text-align: right;
}

DIV .sparePartRequestAnswer .even {
    background-color: #ececec;
    padding: 5px;
    margin: 1px 0;
}

DIV .first-answer .odd,
DIV .sparePartRequestAnswer .odd {
    background-color: #fff;
    padding: 5px;
    margin: 1px 0;
}

TABLE.offerSpecification {
    margin-bottom: -11px;
}

TABLE.offerSpecification TD {
    padding: 0;
}

.offerSpecificationTime {
    color: #666;
    font-size: 11px;
}

.offerSpecificationTimeFirst {
    margin: 5px 5px -5px 5px;
}

DIV.additionalInfoWrapper TEXTAREA {
    width: 470px;
    height: 48px;
    margin-bottom: 5px;
}

TABLE.sparePartRequest .actions {
    padding: 5px;
}

DIV.feedback {
    position: fixed;
    bottom: 2px;
    right: 2px;
    background-color: #F6F6F6;
    border: 1px solid #EAEAEA;
}

DIV.feedback A {
    display: block;
    padding: 5px 10px;
}

A.addMore {
    margin-left: 20px;
}

/* UL list in content */


UL.list {
    margin-left: 0 !important;
}

UL.list LI {
    padding: 3px 0;
    padding-left: 0 !important;
    background: none !important;
}

.sparePartRequestAdvertisement A {
    vertical-align: middle;
}

.sparePartRequestAdvertisement INPUT {
    vertical-align: middle;
}

.userSparePartRequestCarList UL LI {
    list-style: none !important;
    background: none !important;
    padding: 0 !important;
}
.userSparePartRequestCarList .carTable {
    margin: 0 !important;
}
.userSparePartRequestCarList .carTable TR > TD {
    width: 250px;
}
LI.oneListedCarBrand {
    margin-bottom: 15px;
}
LI.oneListedCarModelGroup {
    margin-bottom: 0px;
}
#main-content .subLists {
    margin: 4px 0 10px 10px;
}

/* User SparePartRequest settings */
.sparePartRequestRenouncedList .specificationName {
    width: 250px;
}


/* Blog styles */
DIV.latestPostsList {
    position: relative;
    width: 208px;
    margin-bottom: 6px;
    height: auto !important;
    padding: 0px;
    overflow: hidden;
}

#latestPostsSlider {
    position: relative;
    width: 1000px;
}

#latestPostsSlider .itemGroup {
    float: left;
    display: block;
    width: 193px;
}

#latestPostsSlider .itemGroup .item {
    float: left;
    width: 195px;
    margin-left: 0px;
}

.latestPosts .nav {
    padding-top:10px;
    clear: both;
}

.blog-post {
    padding-bottom: 20px;
    color: #333;
}

.single-blog-post {
    color: #333;
}
.blog-post H2.title,
.single-blog-post H1.title {
    font-weight: bold !important;
    text-transform: none !important;
    padding-bottom: 5px !important;

}

.blog-post H2.title {
    font-size: 1.250em !important;
    border-bottom: 1px dotted #DEDEDE !important;
}

.single-blog-post H1.title {
    font-size: 1.5em !important;
    border: none !important;
}

.blog-post .details  {
    margin-top: 5px;
}
.blog-comments .blog-comment {
    padding: 3px 0;
    border-bottom: 1px dotted #DEDEDE;
}
.blog-comments .blog-comment .comment-author {
    padding: 2px 0;
}

#niceCheckboxes {
    display: block;
    width: 100%;
}
#niceCheckboxes label {
    padding: 1px;
}

#niceCheckboxes label input[type="checkbox"] {
    margin: -3px 5px 0 0;
}

.popup-header H1,
.popup-header p {
    margin-top: 0;
}

.popup-header H1 {
    margin-bottom: 4px;
}
.popup-header p {
    margin-bottom: 2px;
}

.popup-header {
    margin-top: 11px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    color: #000;
}

.popup-header .spare-part-request-answer {
    margin-top: 3px;
}

#priceListTable TD,
#priceListTable TH {
    text-align: center;
    height: initial;
    vertical-align: top;
}

#priceListTable THEAD TR:first-child TH {
    background-image: none;
    border-style: none;
}

#priceListTable .priceListTableSecondRowTH {
    border-top-style: none;
    vertical-align: middle;
    font-weight: initial;
}

#priceListTable TR TD:first-child,
#priceListTable TR TH:first-child {
    text-align: left;
}

div.yearListColumn {
    height: 270px;
}

tr.rowCellsHaveNoBorderBottom td{
    border-bottom: none;
}

/*My account page*/
TH.my-account-page-table.first-column {
    width: 121px;
}
TH.my-account-page-table.second-column {
    width: 346px;
}
TH.my-account-page-table.third-column {
    width: 132px;
}
TH.my-account-page-table.fourth-column {
    width: 73px;
}
DIV#my-account-page H2 {
    border-bottom: 0px;
}

H2.not-logged-in-page-heading {
    padding-bottom: 12px !important;
}
H2.no-underline {
    border-bottom: 0px !important;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/

/*Computer screen display*/
@media only screen and (min-width: 769px) {

    #SPRaddSparePartInfoIcon {
        display: inline;
    }

    #toggle {
        display: none;
    }

    .headerActions {
        display: block;
    }
    #send-spare-part-request-heading {
        padding-top: 6px !important;
    }

}
/*Mobile display*/
@media only screen and (max-width: 768px) {

    #SPRaddSparePartInfoIcon {
        display: none;
    }

    #toggle {
        display: none;
    }

    .headerActions {
        display: block;
    }

    #send-spare-part-request-heading {
        margin-top: 0px;
    }

}

/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/*brands selection in SPR creation - 24.04.2014*/
.brands {

    columns: 170px 4;
    -webkit-columns: 170px 4;
    -moz-columns: 170px 4;

}

.brands SPAN {
    display: inline-block;
    width: 170px;
}


.brands SPAN A {
    padding-left: 12px;
    background: url(dot03.gif) no-repeat 0 .4em;
    color: #000;
    font-size: 16px;
}

.brands DIV {
    width: 170px;
}


.brands DIV A {
    padding-left: 12px;
    background: url(dot03.gif) no-repeat 0 .4em;
    color: #000;
    font-size: 16px;
}

.brands .spacer {
    height: 12px;
}

DIV.cols4 UL.links A, .brands A {
    font-size: 16px;
}

TABLE.data.sparePartRequest.openedAnswer {
    margin-bottom: 15px;
}

/*-----------------------------------------
*/
#sparePartRequestReceiverListTable {
    margin-top: 0px;
}
#sparePartRequestReceiverListTable UL.list {

}
#sparePartRequestReceiverListTable TD {
    padding-top: 0px;
}

/**------------------------------------------
*/
.childrenAnchorsHavePointer A {
    cursor: pointer;
}


/* RESPONSIVE FOR SMARTADS */

@media only screen and (max-width: 1570px) {
    .smartad_overlay{
        display: none;
    }
}

/*@media only screen and (max-width: 768px) {
    .smartad_header,
    .smartad_footer {
        display: none;
    }
}*/

/* Partner info page */
DIV#partnerInfoHeader {
    width: 100%;
    background-color: yellow;
    background-color: transparent;
}

DIV#partnerInfoHeader DIV{
    float: left;
}
DIV#partnerInfoHeader P.addInfoLink{
    text-align: right;
    cursor: pointer;
}

DIV#partnerInfoHeader DIV.textInfo {
    background-color: red;
    background-color: transparent;
}

DIV#partnerInfoHeader DIV.left, DIV#partnerInfoHeader DIV.lower {
    /*font-weight: bold;*/
}

DIV#partnerInfoHeader DIV.textInfo DIV.col50{
    background-color: yellowgreen;
    background-color: transparent;
    padding-bottom: 20px;
}

DIV#partnerInfoHeader DIV.textInfo DIV.col100{
    width: 100%;
    background-color: darkslategray;
    background-color: transparent;
    padding-bottom: 20px;
}

DIV#partnerInfoHeader DIV.map {
    background-color: green;
    background-color: transparent;
    /*
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    */
}

DIV.picture IMG {
    max-width:100%;
    max-height:100%;
}

DIV#partnerInfoHeader DIV.pictures {
    width: 100%;
    /*background-color: blue;*/
    padding-top: 10px;
}

DIV#partnerInfoHeader DIV.pictures DIV.picture {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}

UL.noBulletin {
    list-style: none;
}
UL.noBulletin LI {
    background: none !important;
}


@media only screen and (min-width: 769px) {
    DIV#partnerInfoHeader DIV.textInfo DIV.col50{
        width: 50%;
    }
    DIV#partnerInfoHeader DIV.textInfo {
        width: 60%;
    }
    DIV#partnerInfoHeader DIV.map {
        width: 40%;
    }
    DIV#partnerAdvertisementsListResponsive {
        display: none;
    }
}

.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.center {
    margin-left: auto;
    margin-right: auto;
}

P.addInfoLink.openFancyBox A{
    color: #999;
}

#partnerAdvertisementsListResponsive UL {
    margin-left: 0px;
}

#partnerAdvertisementsListResponsive LI.partnerPageAdvertisementRow {
    padding-left: 0px;
}

DIV.partnerPageAds .googleAd {
    display: none;
}

#maintenanceErrorMessage {
    background-color: yellow;
    padding: 10px 10px 10px 10px;
}

.addAdvertisement {
    color: #007dd3 !important;
    font-size: 13px;
}
