html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, select {
    margin: 0; /* обнуляем внешние отступы */
    padding: 0; /* обнуляем внутренние отступы */
    border: 0; /* убираем бордюры */
    outline: 0; /* убираем контуры */
    font-size: 100%; /* задаем базовый размер шрифта, значение по умолчанию = 16px */
    vertical-align: baseline; /* устанавливаем базовое вертикальное выравнивание */
    background: transparent; /* устанавливаем фон прозрачным */
}

body {
    line-height: 1; /* устанавливаем базовую высоту */
    font-family:Tahoma;
    min-width:1000px;
    font-size: 12px;
}

body, html {
    height:100%;
}

ol, ul {
    list-style: none; /* убираем маркеры для нумерованных и обычных списков */
}

:focus {
    outline: 0; /* убираем контуры вокруг ссылок при фокусе */
}

ins {
    text-decoration: none; /* убираем подчеркивание для вставленного текста */
}

del {
    text-decoration: line-through; /* убираем перечеркивание для удаленного текста */
}

table {
    border-collapse: collapse; /* убираем рамки двойной толщины */
    border-spacing: 0; /* убираем расстояние между ячейками */
}

td {
    vertical-align:top;
}

a {
    color:#b13a7f;
}

a:hover {
    TEXT-DECORATION: none;
}

textarea {
    resize:none;
}

h1 {
    font-size: 26px;
    line-height:30px;
    font-family:Georgia, Serif;
    font-weight:normal;
    font-style:italic;
    color:#333333;
    padding-bottom:4px;
    padding-left:14px;
    margin:0px;
    margin-bottom:18px;
    background: url('../images/title.png') no-repeat right bottom;
}

h2 {
    font-size: 18px;
    line-height:22px;
    color:#a099ab;
    font-weight:normal;
    margin-bottom:18px;
    margin-left:14px;
}

h2.title {
    font-size: 18px;
    font-family:Georgia, Serif;
    font-weight:bold;
    font-style:italic;
    color:#5f377e;
    line-height:22px;
    padding-bottom:12px;
    margin:0px;
    background: url('../images/title.png') no-repeat right bottom;
}

h3 {
    font-size: 12px;
    color:#a099ab;
    line-height:18px;
    margin-left:14px;
    font-weight:normal;
}

p {
    font-size: 12px;
    line-height:18px;
    color:#333333;
    margin-bottom:18px;
}

.lilac-color {
    color:#b13a7f;
}

.wrapper-all {
    margin-left:auto;
    margin-right:auto;
    min-width:1000px;
    min-height:100%;
    position:relative;
    z-index:1;
    background: url('../images/bottom-white.jpg') no-repeat right bottom;
    zoom:1;
}

.clearFix {
    clear:both;
    height:0px;
    visibility:hidden;
    overflow:hidden;
    margin:0px !Important;
    float:none !Important;
    padding:0px !Important;
}

.top-cubes {
    position:absolute;
    left:0;
    top:0;
}

.header {
    padding-top:1px;
    background: url('../images/head.jpg') repeat-x left top;
    padding-left:10px;
    padding-right:10px;
    position:relative;
    zoom:1;
}

.basket-short {
    float:right;
    border:#fcfbfd 1px solid;
    border-top:none;
    margin-top:-1px;
}

.basket-short .border {
    border:#cccee3 1px solid;
    height:29px;
    overflow:hidden;
    font-size: 12px;
    color:#665a7d;
    line-height:28px;
    padding-left:20px;
    padding-right:20px;
    float:left;
}

.basket-short a {
    color:#b13a7f;
    padding-left:22px;
    background: url('../images/basket.png') no-repeat left center;
}

.user {
    float:right;
    height:29px;
    padding-right:12px;
    font-size: 12px;
    color:#665a7d;
    line-height:28px;
    text-align:right;
    cursor:default;
    position:relative;
    z-index:5;
}

.user .links {
    color:#b13a7f;
}

.user a {
    color:#b13a7f;
}

.header .logo {
    position:absolute;
    top:10px;
}

.search {
    padding-left:365px;
    margin-right:65px;
    clear:right;
    padding-top:21px;
}

.button {
    display:block;
    float:left;
    height:23px;
    padding-left:20px;
    padding-right:20px;
    font-size: 12px;
    color:#fff;
    TEXT-DECORATION: none;
    text-align:center;
    line-height:22px;
    position:relative;
    background: url('../images/button.png') repeat-x left top;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
    box-shadow: 0 1px 3px rgba(0,0,0,0.35);
    behavior: url(http://q-market.net/js/plugin/PIE.htc);
}

.button-light {
    display:block;
    float:left;
    height:23px;
    padding-left:20px;
    padding-right:20px;
    font-size: 12px;
    color:#fff;
    TEXT-DECORATION: none;
    text-align:center;
    line-height:22px;
    position:relative;
    background: url('../images/button2.png') repeat-x left top;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
    box-shadow: 0 1px 3px rgba(0,0,0,0.35);
    behavior: url(http://q-market.net/js/plugin/PIE.htc);
}

.search .button {
    float:right;
    width:76px;
    padding:0px;
}

.submit {
    position:relative;
    overflow:hidden;
}

.submit input {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    opacity:0;
    filter: Alpha (opacity=0);
    cursor:pointer;
    background-color:gray;
}

.search .input {
    background-color:#fff;
    padding-left:7px;
    padding-right:3px;
    border:#aca9c0 1px solid;
    position:relative;
    margin-right:82px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
    box-shadow: 0 1px 3px rgba(0,0,0,0.35);
    behavior: url(http://q-market.net/js/plugin/PIE.htc);
    height:21px;
    margin-bottom:5px;
}

.search .input input {
    display:block;
    width:100%;
    font-size: 12px;
    line-height:14px;
    padding-top:3px;
    padding-bottom:3px;
    color:#a0a7b3;
    font-style:italic;
    font-family:Tahoma;
}

.search a {
    float:right;
    margin-right:82px;
    color:#512572;

}

.top-menu {
    margin-top:40px;
    width:100%;
}

.top-menu .wrapper-menu {
    position:relative;
    background: url('../images/top-menu.png') repeat-x left top;
    height:37px;
    line-height:36px;
    text-align:center;
    z-index:1000;
}

.top-menu .wrapper-menu a {
    display:block;
    height:37px;
    color:#fff;
    font-size: 14px;
    font-style:italic;
    font-family:Georgia, Serif;
}

.top-menu .wrapper-menu:hover a {
    TEXT-DECORATION: none;
}

.top-menu .wrapper-menu:hover {
    background-position:left bottom;
}

input::-webkit-input-placeholder {
    color:#a0a7b3;
}

input:-moz-placeholder {
    color:#a0a7b3;
}

.top-menu .drop-block {
    position:absolute;
    left:-10000px;
    top:37px;
    padding-top:18px;
    padding-left:45px;
    padding-right:25px;
    padding-bottom:11px;
    background: url('../images/drop-block.png') repeat-x left top;
    background-color:#c574a3;
    float:left;
    z-index:1000;
}

.top-menu .wrapper-menu:hover .drop-block {
    left:0;
}

.top-menu .drop-block .triangl {
    left:14px;
    top:0;
    position:absolute;
}

.top-menu .drop-block li {
    line-height:16px;
    margin-bottom:14px;
    text-align:left;
    white-space:nowrap;
}

.top-menu .drop-block li a {
    display:inline;
    line-height:16px;
    TEXT-DECORATION: underline !Important;
}

.top-menu .drop-block li a:hover {
    TEXT-DECORATION: none !Important;
}

.bread-crumbs {
    min-height:24px;
    padding-top:9px;
    padding-bottom:9px;
    line-height:24px;
    padding-left:20px;
    padding-right:5px;
    background: url('../images/bread-crumbs.png') repeat-x left top;
    position:relative;
    color:#b13a7f;
}

.bread-crumbs a {
    color:#b13a7f;
}

.bread-crumbs .home {
    padding-left:18px;
    background: url('../images/home.png') no-repeat left center;
}

.bread-crumbs .rss {
    float:right;
    margin-left:40px;
}

.footer {
    height:141px;
    margin-top:-141px;
    position:relative;
    background: url('../images/footer.jpg') repeat-x left top;
    text-align:right;
    zoom:1;
    z-index:10;
}

.footer .bg {
    height:141px;
    background: url('../images/bottom-lilac.jpg') no-repeat right top;
    padding-left:10px;
    padding-right:10px;
}

.footer a {
    color:#fff;
    position:relative;
    top:-15px;
    z-index:11;
}

.footer .bottom-cubes {
    position:absolute;
    right:0;
    top:0;
    z-index:10;
}

.footer .copy {
    width:225px;
    float:left;
    padding-top:18px;
    text-align:left;
}

.footer .copy a {
    position:static;
}

.footer .copy p {
    color:#fff;
    margin-top:11px;
    font-size: 12px;
    line-height:14px;
}

.footer .menu {
    margin-left:20px;
    padding-top:14px;
    float:left;
}

.footer .menu ul {
    padding-top:6px;
    padding-bottom:4px;
    font-size: 12px;
    line-height:20px;
    font-style:italic;
    border-left:#fff 1px solid;
    padding-left:12px;
    text-align:left;
}

.footer .menu ul a {
    color:#fff;
    TEXT-DECORATION: none;
    position:static;
}

.footer .menu ul a:hover {
    TEXT-DECORATION: underline;
}

.content {
    margin-left:10px;
    margin-right:10px;
    padding-bottom:150px;
    padding-top:11px;
}

.left-sidebar {
    width:225px;
    float:left;
}

.right-sidebar {
    width:225px;
    float:right;
}

.center {
    margin-left:245px;
    margin-right:245px;
}

.left-side {
    margin-left:20px;
    margin-right:245px;
}

.wrap {
    overflow:hidden;
}

.left-sidebar h2.title {
    background:none;
}

.left-menu {
    margin-bottom:25px;
}

.left-menu li {
    border-bottom:#fff 1px solid;
}

.left-menu li a {
    display:block;
    padding-left:14px;
    padding-right:10px;
    font-size: 12px;
    line-height:14px;
    color:#fff;
    TEXT-DECORATION: none;
    padding-top:8px;
    padding-bottom:7px;
    background: url('../images/left-menu.png') no-repeat left top;
    background-color:#8e0151;
}

.left-menu li a:hover, .left-menu .active a {
    background-position:right top;
    background-color:#402769;
}

.user-panel {
    margin-bottom:28px;
}

.user-mail {
    font-size: 14px;
    line-height:16px;
    color:#b13a7f;
    padding-top:11px;
    padding-bottom:11px;
}

.user-mail a {
    color:#b13a7f;
    TEXT-DECORATION: none;
}

.user-mail a:hover {
    TEXT-DECORATION: underline;
}

.user-menu {
    background-color:#f8f5fb;
    border:#e0d8e8 1px solid;
    border-bottom:none;
    margin-bottom:9px;
}

.user-menu li {
    border-bottom:#e0d8e8 1px solid;
}

.user-menu li a {
    color:#665a7d;
    padding-left:18px;
    TEXT-DECORATION: none;
    display:block;
    height:28px;
    line-height:28px;
    background: url('../images/user-menu.png') no-repeat 9px center;
}

.user-menu li a:hover {
    background-color:#b6a9c3;
    color:#fff;
}

.top-shops {
    margin-bottom:25px;
}

.top-shops table {
    width:100%;
    margin-top:12px;
}

.top-shops table td {
    height:40px;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:10px;
    vertical-align:middle;
    font-size: 12px;
    line-height:14px;
    text-align:left;
    width:50%;
}

.top-shops table td a {
    TEXT-DECORATION: none;
}

.top-shops table td a:hover {
    TEXT-DECORATION: underline;
}

.article {
    margin-bottom:25px;
}

.article p {
    margin-left:14px;
    margin-right:10px;
}

.article ul {
    margin-left:14px;
    font-size: 12px;
    line-height:14px;
    color:#333333;
    margin-bottom:18px;
    padding-top:6px;
    margin-right:10px;
}

.article ul li {
    padding-left:10px;
    background: url('../images/li.png') no-repeat left 5px;
    margin-bottom:6px;
}

.article a {
    color: #0000FF;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    font-family: georgia, serif;
}

.autorisation {
    margin-bottom:28px;
}

.autorisation table {
    width:100%;
    margin-top:8px;
}

.autorisation table td {
    font-size: 11px;
    line-height:12px;
    text-align:left;
}

.autorisation table td label {
    color:#665a7d;
    display:block;
    margin-top:8px;
    margin-bottom:7px;
}

.autorisation .big {
    font-size: 12px;
    margin:0px;
}

.autorisation .input {
    width:205px;
    height:23px;
    border:#d0cfd8 1px solid;
    margin-top:3px;
    margin-bottom:3px;
}

.autorisation .chkbox {
    position:relative;
    top:2px;
    margin-right:4px;
}

.autorisation .input input {
    width:195px;
    font-size: 12px;
    line-height:14px;
    font-family:Tahoma;
    color:#333;
    padding-top:4px;
    padding-bottom:4px;
    display:block;
    padding-left:5px;
    padding-right:5px;
}

.autorisation .button {
    margin-top:2px;
}

.profile, .edit-profile {
    margin-top:18px;
    margin-bottom:15px;
}

.profile .bg-profile, .edit-profile .bg-profile {
    padding-left:188px;
    padding-right:30px;
    padding-bottom:35px;
    padding-top:25px;
    background-color:#fafafa;
    border:#f0eff1 1px solid;
}

.edit-profile .bg-profile {
    padding-right:88px;
    margin-bottom:35px;
}

.profile table, .edit-profile table {
    width:100%;
    font-size: 12px;
    line-height:18px;
    margin-bottom:28px;
}

.edit-profile table {
    margin-bottom:5px;
}

.profile table th, .edit-profile table th {
    font-weight:bold;
    color:#665a7d;
    padding-bottom:11px;
    padding-right:10px;
    width:110px;
    text-align:left;
}

.edit-profile table th {
    font-weight:normal;
    white-space:nowrap;
    line-height:14px;
    vertical-align:top;
}

.edit-profile table th label {
    display:block;
    padding-top:4px;
}

.profile table td, .edit-profile table td {
    color:#333;
    padding-bottom:11px;
}

.edit-profile table td label {
    padding-right:30px;
}

.profile .button, .edit-profile .button {
    margin-left:0px;
    margin-right:14px;
}

.info-message {
    padding-top:11px;
    padding-bottom:11px;
    padding-left:60px;
    background: url('../images/i.png') no-repeat 16px 14px;
    background-color:#eef9d4;
    border:#cfdeac 1px solid;
    margin-bottom:12px;
    font-size: 12px;
    line-height:17px;
    color:#679827;
    padding-right:25px;
}

.error-message {
    padding-top:11px;
    padding-bottom:11px;
    padding-left:60px;
    background: url('../images/error.png') no-repeat 16px 11px;
    background-color:#ffebdd;
    border:#fbccbd 1px solid;
    margin-bottom:12px;
    font-size: 12px;
    line-height:17px;
    color:#c64223;
    padding-right:25px;
}

.catalog-shops {
    margin-bottom:25px;
}

.catalog-shops ul {
    margin-top:11px;
}

.catalog-shops ul li {
    float:left;
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
}

.catalog-shops .for-image {
    width:190px;
    float:left;
    text-align:center;
}

.catalog-shops .text {
    margin-left:190px;
    margin-right:15px;
}

.catalog-shops h3 {
    margin-left:0px;
    line-height:20px;
}

.catalog-shops p {
    font-size: 12px;
    line-height:20px;
    color:#333;
    margin-bottom:0px;
}

.catalog-shops p b {
    color:#665a7d;
}

.catalog-shops .odd {
    background-color:#f4f4f4;
}

.pagination {
    padding-top:12px;
    font-size: 12px;
    line-height:19px;
    color:#333;
    zoom:1;
}

.pagination a {
    display:inline-block;
    min-width:17px;
    padding-left:2px;
    padding-right:2px;
    height:19px;
    line-height:18px;
    letter-spacing:-1px;
    color:#333;
    TEXT-DECORATION: none;
    border:#c0c0c0 1px solid;
    background-color:#fff;
    text-align:center;
}

.pagination a:hover, .pagination .active {
    background-color:#755f90;
    border:#755f90 1px solid;
    color:#fff;
}

.goods-preview {
    margin-left:20px;
    margin-bottom:35px;
    zoom:1;
    position:relative;
    z-index:10;
}

.controls {
    margin-top:25px;
    font-size: 12px;
    line-height:22px;
    color:#665a7d;
    padding-top:1px;
    margin-bottom:3px;
    zoom:1;
}

a.response {
    padding-left:21px;
    background: url('../images/response.png') no-repeat left center;
}

.controls .button, .controls .button-light {
    float:right;
    margin-left:8px;
}

.controls .discount {
    float:right;
    font-weight:bold;
    margin-right:2px;
}

.controls .discount span {
    display:block;
    float:right;
    width:50px;
    height:48px;
    text-align:center;
    margin-top:-11px;
    position:relative;
    color:#fff;
    line-height:44px;
    margin-left:4px;
    background: url('../images/discount.png') no-repeat left top;
}

.goods-preview iframe {
    border:#dbdae1 1px solid;
    background-color:#fff;
}

.edit-profile .note {
    margin-left:-154px;
    font-size: 11px;
    line-height:13px;
    color:#665a7d;
    margin-bottom:12px;
}

.edit-profile .input {
    width:228px;
    height:22px;
    padding-left:7px;
    padding-right:5px;
    background-color:#fff;
    border:#d0cfd8 1px solid;
}

.edit-profile .input input {
    display:block;
    width:100%;
    font-size: 12px;
    line-height:14px;
    font-family:Tahoma;
    color:#333;
    padding-top:3px;
    padding-bottom:4px;
}

.edit-profile select {
    font-size: 12px;
    line-height:14px;
    font-family:Tahoma;
    color:#333;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:5px;
    padding-right:2px;
    background-color:#fff;
    border:#d0cfd8 1px solid;
    display:block;
}

.edit-profile .country, .edit-profile .city, .edit-profile .payments-method {
    width:242px;
}

.edit-profile .date-num {
    width:52px;
    float:left;
    margin-right:13px;
}

.edit-profile .date-month {
    width:93px;
    float:left;
    margin-right:13px;
}

.edit-profile .date-year {
    width:71px;
    float:left;
    margin-right:13px;
}

.edit-profile .textarea {
    padding-left:7px;
    padding-right:7px;
    padding-top:4px;
    padding-bottom:4px;
    border:#d0cfd8 1px solid;
    background-color:#fff;
}

.edit-profile .textarea textarea {
    width:100%;
    font-size: 12px;
    line-height:14px;
    font-family:Tahoma;
    color:#333;
    height:112px;
    background:none;
    border:none;
    overflow:auto;
}

.edit-profile label {
    color:#665a7d;
}

.edit-profile ul li {
    margin-top:10px;
}

.edit-profile .radio, .edit-profile .check {
    position:relative;
    top:2px;
}

.input.error {
    border:#c64223 1px solid;
}

.error {
    color:#c63a23;
    font-size: 11px;
    line-height:13px;
    padding-left:9px;
}

.shop-comments {
    margin-bottom:25px;
    margin-left:20px;
}

.shop-comments .shop {
    padding-top:5px;
    padding-bottom:5px;
    background-color:#f4f4f4;
}

.shop-comments .shop .for-image {
    width:190px;
    float:left;
    text-align:center;
}

.shop-comments .shop .text {
    margin-left:190px;
    margin-right:15px;
}

.shop-comments .shop h3 {
    margin-left:0px;
    line-height:20px;
}

.shop-comments .shop p {
    font-size: 12px;
    line-height:20px;
    color:#333;
    margin-bottom:0px;
}

.shop-comments .shop p b {
    color:#665a7d;
}

.comment {
    padding-top:14px;
    border-bottom:#e6e5e7 1px dotted;
    padding-bottom:14px;
    padding-left:22px;
    padding-right:20px;
}

.comment .comment {
    margin-top:14px;
    padding-top:14px;
    border-top:#e6e5e7 1px dotted;
    border-bottom:none;
    padding-left:41px;
    margin-left:-22px;
    padding-bottom:0px;
    margin-right:-20px;
    background: url('../images/answer.png') no-repeat 22px 14px;
}

.comment h3 {
    line-height:18px;
    margin-bottom:4px;
    margin-left:0px;
}

.comment p {
    font-size: 12px;
    line-height:18px;
    color:#333;
    margin-bottom:0px;
    text-align:justify;
    clear:right;
}

.comment .date {
    float:right;
    font-size: 11px;
    line-height:18px;
    padding-bottom:4px;
    color:#a4a4a4;
    white-space:nowrap;
}

.shop-comments .controls {
    margin-bottom:-2px;
    margin-top:15px;
}

.add-comment {
    background-color:#fafafa;
    border:#f0eff1 1px solid;
    padding-left:21px;
    padding-top:8px;
    padding-right:233px;
    padding-bottom:1px;
    margin-bottom:10px;
    margin-top:30px;
}

.add-comment h3 {
    font-size: 14px;
    color:#5f377e;
    margin-left:0px;
    margin-bottom:14px;
}

.add-comment form {
    margin-left:167px;
}

.add-comment table {
    width:100%;
}

.add-comment table th {
    padding-bottom:10px;
    font-size: 12px;
    line-height:24px;
    color:#665a7d;
    text-align:left;
    font-weight:normal;
    width:78px;
    padding-right:10px;
    white-space:nowrap;
    vertical-align:top;
}

.add-comment table td {
    padding-bottom:10px;
}

.add-comment .input {
    width:192px;
    padding-left:7px;
    padding-right:3px;
    height:22px;
    background-color:#fff;
    border:#d0cfd8 1px solid;
}

.add-comment .input input {
    font-size: 12px;
    line-height:14px;
    font-family:Tahoma;
    color:#333;
    padding-top:3px;
    padding-bottom:4px;
    display:block;
    width:100%;
}

.add-comment .textarea {
    padding-left:7px;
    padding-right:7px;
    padding-top:4px;
    padding-bottom:4px;
    border:#d0cfd8 1px solid;
    background-color:#fff;
}

.add-comment .textarea textarea {
    width:100%;
    font-size: 12px;
    line-height:14px;
    font-family:Tahoma;
    color:#333;
    height:126px;
    background:none;
    border:none;
    overflow:auto;
}

.add-comment .button {
    float:right;
}

.drop-window-bg {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: url('../images/transparent.png') repeat left top;
    z-index:10000;
}

.drop-window {
    position:absolute;
    left:50%;
    top:200px;
    margin-left:-402px;
    z-index:10001;
    width:805px;
}

.drop-window .top {
    height:5px;
    overflow:hidden;
    background: url('../images/drop-window.png') no-repeat left top;
}

.drop-window .bottom {
    height:5px;
    overflow:hidden;
    background: url('../images/drop-window.png') no-repeat right top;
}

.drop-window .middle {
    padding-top:14px;
    padding-bottom:14px;
    padding-left:21px;
    padding-right:24px;
    background: url('../images/drop-window.png') repeat-y center top;
    zoom:1;
}

.close {
    position:absolute;
    right:14px;
    top:12px;
    padding-right:20px;
    height:14px;
    background: url('../images/close.png') no-repeat right top;
    font-size: 12px;
    line-height:14px;
    color:#a4a4a4;
}

.note-gray {
    background-color:#fafafa;
    border:#f0eff1 1px solid;
    font-size: 12px;
    line-height:14px;
    padding-left:12px;
    padding-top:7px;
    padding-bottom:6px;
    padding-right:14px;
    color:#333;
    margin-top:8px;
    margin-bottom:15px;
}

.basket-list {
    width:100%;
}

.basket-list th {
    font-size: 11px;
    color:#333;
    text-align:left;
    padding-left:13px;
    font-weight:normal;
    height:20px;
    line-height:20px;
    border-bottom:#c0bec5 1px solid;
}

.basket-list .counts {
    width:105px;
}

.basket-list .sum {
    width:162px;
}

.basket-list .del {
    width:20px;
}

.basket-list td {
    height:60px;
    padding-top:3px;
    padding-bottom:3px;
    border-bottom:#e6e5e7 1px dashed;
    vertical-align:middle;
    color:#333;
    padding-left:13px;
    font-size: 12px;
}

.basket-list td.name {
    line-height:16px;
}

.basket-list td.name b {
    font-size: 14px;
    line-height:16px;
    display:block;
    margin-bottom:4px;
}

.basket-list .input {
    height:22px;
    padding-left:7px;
    padding-right:5px;
    background-color:#fff;
    border:#d0cfd8 1px solid;
}

.basket-list .input input {
    display:block;
    width:100%;
    font-size: 14px;
    line-height:16px;
    font-weight:bold;
    color:#333;
    padding-top:3px;
    padding-bottom:3px;
}

.basket-list .counts .input {
    width:41px;
}

.basket-list .sum .input {
    width:120px;
    float:left;
    padding-right:6px;
}

.basket-list .sum .input input {
    text-align:right;
}

.basket-list .sum b {
    display:block;
    padding-left:10px;
    font-size: 14px;
    color:#333;
    float:left;
    height:24px;
    line-height:22px;
}

.basket-list span {
    display:block;
    width:128px;
    padding-right:7px;
    float:left;
    font-size: 14px;
    font-weight:bold;
    text-align:right;
    color:#333;
    height:24px;
    line-height:22px;
}

.del a {
    display:block;
    width:13px;
    height:13px;
    background: url('../images/del.png') no-repeat left top;
}

.basket-list .last td {
    padding-top:12px;
    border:none;
}

.order {
    margin-left:20px;
    margin-bottom:35px;
}

.left-column {
    width:50%;
    float:left;
}

.right-column {
    width:50%;
    float:right;
    margin-right:-1px;
}

.left-column .wrapper {
    margin-right:5px;
}

.right-column .wrapper {
    margin-left:4px;
}

.order .basket-list td {
    padding-top:8px;
    padding-bottom:8px;
}

.order .basket-list .counts {
    width:15%;
}

.order .basket-list .sum {
    width:18%;
    min-width:85px;
}

.order .basket-list .del {
    width:20px;
}

.order .basket-list span, .order .basket-list b {
    width:auto;
    padding-left:0px;
}

.order .basket-list .counts span {
    padding-left:5px;
}

.issued .sum {
    text-align:right !Important;
    padding-right:25px;
}

.issued .counts {
    text-align:center !Important;
}

.issued .counts span {
    display:inline;
    float:none;
    padding:0px !Important;
}

.issued .sum span, .issued .sum b {
    float:right;
}

.order .basket-list th.sum {
    text-align:center;
}

.order .edit-profile {
    margin-top:0px;
}

.order .edit-profile .bg-profile, .order .profile .bg-profile {
    padding-left:37px;
    padding-right:30px;
    padding-top:15px;
    margin-bottom:0px;
}

.order .edit-profile .note {
    margin-left:-21px;
    margin-bottom:7px;
}

.order .edit-profile table th, .order .profile table th {
    width:103px;
    white-space:nowrap;
}

.order .edit-profile .input, .my-order .edit-profile .input {
    width:207px;
}

.order .edit-profile select, .my-order .edit-profile select {
    width:221px !Important;
}

.order h1 {
    margin-bottom:9px;
}

.order .note-gray {
    margin-top:0px;
}

.order h3, .my-order h3 {
    font-size: 14px;
    color:#b13a7f;
    margin-top:5px;
    margin-bottom:7px;
    margin-left:0px;
}

.order h2 {
    color:#5f377e;
    margin-bottom:12px;
}

.order .edit-profile .textarea textarea {
    height:70px;
}

.order .profile {
    margin-top:0px;
}

.order .profile table {
    margin-bottom:0px;
}

.add-message {
    background-color:#fafafa;
    border:#f0eff1 1px solid;
    padding-left:21px;
    padding-top:8px;
    padding-right:90px;
    padding-bottom:1px;
    margin-bottom:10px;
    margin-top:18px;
}

.add-message h3 {
    font-size: 14px;
    color:#5f377e;
    margin-left:0px;
    margin-bottom:17px;
}

.add-message form {
    margin-left:45px;
}

.add-message table {
    width:100%;
}

.add-message table th {
    padding-bottom:10px;
    font-size: 12px;
    line-height:24px;
    color:#665a7d;
    text-align:left;
    font-weight:normal;
    width:105px;
    text-align:left;
    padding-right:10px;
    white-space:nowrap;
    vertical-align:top;
}

.add-message table td {
    padding-bottom:10px;
}

.add-message .input {
    width:192px;
    padding-left:7px;
    padding-right:3px;
    height:22px;
    background-color:#fff;
    border:#d0cfd8 1px solid;
}

.add-message .input input {
    font-size: 12px;
    line-height:14px;
    font-family:Tahoma;
    color:#333;
    padding-top:3px;
    padding-bottom:4px;
    display:block;
    width:100%;
}

.add-message .textarea {
    padding-left:7px;
    padding-right:7px;
    padding-top:4px;
    padding-bottom:4px;
    border:#d0cfd8 1px solid;
    background-color:#fff;
}

.add-message .textarea textarea {
    width:100%;
    font-size: 12px;
    line-height:14px;
    font-family:Tahoma;
    color:#333;
    height:126px;
    background:none;
    border:none;
    overflow:auto;
}

.add-message .button {
    float:right;
}

.my-mail {
    margin-top:18px;
    margin-bottom:15px;
}

.message {
    font-size: 12px;
    line-height:14px;
    color:#665a7d;
    font-weight:bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    height:14px;
    margin-bottom:15px;
}

.my-mail .item {
    padding-left:30px;
    margin-bottom:11px;
    zoom:1;
    border-bottom:#e6e5e7 1px dashed;
}

.my-mail .item .date {
    font-size: 11px;
    line-height:14px;
    color:#a4a4a4;
    margin-bottom:4px;
}

.my-mail .item p {
    margin-bottom:8px;
}

.item.not-read {
    background: url('../images/not-read.png') no-repeat 7px 2px;
}

.item.read {
    background: url('../images/read.png') no-repeat 7px top;
}

.my-mail .pagination {
    padding-top:8px;
    margin-bottom:25px;
}

.list-mail {
    width:100%;
    table-layout:fixed;
    margin-bottom:11px;
}

.list-mail .date {
    width:105px;
    font-size: 11px;
}

.list-mail .status {
    width:60px;
}

.list-mail .themes {

}

.list-mail th {
    height:22px;
    line-height:22px;
    font-size: 11px;
    color:#333;
    font-weight:normal;
    text-align:left;
    border-bottom:#c0bec5 1px solid;
    padding-left:7px;
}

.list-mail td {
    padding-left:7px;
    height:39px;
    border-bottom:#e6e5e7 1px dashed;
    vertical-align:middle;
    font-size: 12px;
    line-height:14px;
    color:#333;
    text-align:left;
}

.list-mail .ellipsis {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.list-mail .not-read span {
    display:block;
    height:18px;
    line-height:18px;
    padding-left:27px;
    color:#b13a7f;
    background: url('../images/not-read.png') no-repeat 2px center;
}

.list-mail .read span {
    display:block;
    height:18px;
    line-height:18px;
    padding-left:27px;
    color:#333;
    background: url('../images/read.png') no-repeat 2px center;
}

.list-mail .read .themes a, .list-mail .read .themes {
    color:#333;
}

.list-mail .not-read .themes a, .list-mail .not-read .themes {
    color:#b13a7f;
}

.my-order {
    margin-top:-8px;
}

.my-order .basket-list .sum {
    text-align:right;
    padding-right:15px;
    width:100px;
    white-space:nowrap;
}

.basket-list .sum b, .basket-list .sum span {
    display:inline-block;
    float:none;
    width:auto;
}

.my-order .edit-profile .textarea textarea {
    height:56px;
}

.my-order .info {
    font-size: 12px;
    line-height:18px;
    color:#333;
    padding-left:13px;
    margin-bottom:7px;
}

.my-order .info span {
    font-size: 11px;
}

.my-order .info b {
    color:#665a7d;
}

.my-order .edit-profile {
    margin-top:4px;
}

.my-order .edit-profile .button {
    margin-left:15px;
}

.my-order .edit-profile .bg-profile {
    margin-bottom:20px;
    padding-top:17px;
}

.list-order {
    margin-top:-7px;
    margin-bottom:25px;
}

.list-order table {
    width:100%;
    margin-bottom:7px;
}

.list-order table th {
    height:22px;
    line-height:22px;
    font-size: 11px;
    color:#333;
    font-weight:normal;
    text-align:left;
    border-bottom:#c0bec5 1px solid;
    padding-left:10px;
}

.list-order table td {
    padding-left:10px;
    height:39px;
    border-bottom:#e6e5e7 1px dashed;
    vertical-align:middle;
    font-size: 12px;
    line-height:14px;
    color:#333;
    text-align:left;
}

.list-order table .date {
    width:	98px;
}

.list-order table .num-order {
    width:81px;
}

.list-order table .sum {
    width:110px;
}

.list-order table .sum b {
    padding-left:7px;
}

.list-order table .status {
    color:#665a7d;
}

.list-order table .orang-status .status {
    color:#f26522;
}

.list-order table .green-status .status {
    color:#5a9f0f;
}

.list-order table .red-status .status {
    color:#b13a7f;
}

/* NAVIGATION PACKAGE */
.package-menu {
    border-bottom:#e0d8e8 1px solid;
    margin-bottom:9px;
    height: 29px;
}

.package-menu li {
    background-color:#f8f5fb;
    border:#e0d8e8 1px solid;
    float: left;
    width: 200px;
    margin: 0 3px 0 0;
    text-align: center;
}

.package-menu li a {
    color:#665a7d;
    padding: 0;
    text-decoration: none;
    display:block;
    height:28px;
    line-height:28px;
}

.package-menu li.active {
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.package-menu li a:hover {
    background-color:#b6a9c3;
    color:#fff;
}