.content, .content A, .content TD, .tinymce_content {
    font: 11px /*"Segoe UI", Tahoma, */Arial;
    color: #000;
    text-align: left;
}

.gallery {
}

TD {
    vertical-align: top;
}

IMG {
    border: 0px;
}

.content .small, .content .small A {
    font-size: 10px;
}

.content .big, .content .big A {
    font-size: 12px;
}

.content P, .content .p, .tinymce_content P {
    margin-top: 1em;
    margin-bottom: 1em;
}

.content A {
    color: #9d0015;
    text-decoration: underline;
}

.content A.black {
    color: #000;
}

.content A:hover {
    text-decoration: none;
}

.content .dred {
    color: #9d0015;
}

.content .error-message, .content .red, .content .star {
    color: red;
}

.content .grey {
    color: #999999;
}

.content .grey > * {
    color: #999999;
}

.content SPAN.star {
    padding: 0 2px;
    font-size: 12px;
}

.content H1, .content H1 A, .tinymce_content H1 {
    font: 14px /*"Segoe UI", Tahoma, */Arial;
    font-weight: bold;
    color: #9d0015;
}

.content H2, .content H2 A, .tinymce_content H2 {
    font: 12px /*"Segoe UI", Tahoma, */Arial;
    font-weight: bold;
    color: #9d0015;
    margin-bottom: 1em;
}

.content H2:first-child {
    margin-top: 0px;
}

.content H3, .content H3 A, .tinymce_content H3 {
    font: 12px /*"Segoe UI", Tahoma, */Arial;
    color: #9d0015;
}

.content UL, .tinymce_content UL {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.content IMG.thumb {
    width: 60px;
    height: 60px;
}

.content .hr {
    width: 100%;
    height: 1px;
    font-size: 1px;
    background-color: #000;
    margin: 10px 0;
}

.content .price {
    font: 18px Arial;
    font-weight: bold;
    color: #9d0015;
}

.content .oddrow {
    background-color: #f6f6f6;
}

.content .first_item {
    margin-top: 0px;
}

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

.content .fleft {
    float: left;
}

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

.content .fright {
    float: right;
}

.content .center {
    text-align: center;
}

.content .justify {
    text-align: justify;
}

.content .nowrap {
    white-space: nowrap;
}


/* ************************************************************************************************** */
BODY {
    margin: 0px;
    /*text-align: center;*/
}

#body_bg {
    background: url(../img/body_bg.gif);
    background-attachment: fixed;
}

TD#left_shadow {
    width: 7px;
    background: url(../img/left_shadow.gif) repeat-y right top;
}

TD#right_shadow {
    width: 7px;
    background: url(../img/right_shadow.gif) repeat-y left top;
}

DIV#container {
    width: 990px;
    text-align: left;
    background-color: #fff;
}

DIV#menu {
    width: 100%;
    height: 21px;
    background: url(../img/menu_bg.gif) no-repeat;
}

DIV#menu_inner {
    width: 100%;
    height: 19px;
    padding: 1px 0;
}

DIV#main_menu UL {
    margin: 0px;
    padding: 0px;
    height: 19px;
    list-style: none;
}

DIV#main_menu LI {
    margin: 0px;
    padding: 0px;
    float: left;
    display: inline;
    list-style: none;
}

DIV#main_menu A {
    display: block;
    float: left;
    padding: 0 20px;
    padding-top: 1px;
    height: 19px;
    font: 13px Arial;
    color: #fff;
    text-decoration: none;
}

DIV#main_menu A:hover {
    height: 18px;
    background-color: #a73335;
}


DIV#main_menu A.active {
    background-color: #ca7d81;
}

DIV#main_menu IMG.menu_sep {
    width: 1px;
    height: 19px;
    vertical-align: top;
}

DIV#logo {
    width: 100%;
    height: 103px;
    background: url(../img/logo_bg.gif) no-repeat;
    text-align: left;
}

DIV#pagehead_banner {
    float: right;
    padding-right: 124px;
}

DIV#search {
    float: right;
    padding-top: 18px;
    padding-right: 124px;
}

DIV#search A {
    font: 16px 'Arial';
    font-weight: bold;
    color: #7e0005;
}

DIV#search A:hover {
    text-decoration: none;
}

DIV#leftside, DIV#rightside {
    width: 231px;
}

DIV#leftside {
    float: left;
}

DIV#rightside {
    float: right;
}

DIV#main {
    width: 520px;
    display: inline;
    /*margin-left: 235px;
    margin-right: 4px;*/
}

DIV#main.main_admin {
    width: 751px;
}

.clear {
    clear: both;
}

.sorting B {
    color: #727473;
}

.nav {
    text-align: right;
}

.nav .current {
    font-weight: bold;
    color: #727473;
}

DIV#footer {
    width: 100%;
    height: 24px;
    background: url(../img/footer_bg.gif) repeat-x;
    margin-top: 20px;
    padding-bottom: 0px;
    text-align: center;
}

DIV#footer, DIV#footer A {
    font: 11px Tahoma;
    color: #fff;
    line-height: 24px;
    text-decoration: none;
}

DIV#footer A:hover {
    text-decoration: underline;
}

.copy {
    text-align: center;
    font: 11px Arial;
    color: #999999;
}


/* **************** BLOCKS ****************** */

DIV.block {
    margin-bottom: 5px;
}

DIV.block DIV.title {
    width: 100%;
    height: 30px;
    font: 12px /*"Segoe UI", Tahoma, */Arial;
    color: #fff;
    line-height: 28px;
    text-indent: 12px;
}

DIV.block .hr {
    width: 100%;
    height: 1px;
    font-size: 1px;
    background-color: #000;
    margin: 4px 0;
}

DIV#leftside DIV.block DIV.title, DIV#rightside DIV.block DIV.title {
    background: url(../img/block_bg_small.gif);
}

DIV#main DIV.block DIV.title {
    background: url(../img/block_bg_big.gif);
}

DIV#main.main_admin DIV.block DIV.title {
    background: url(../img/block_bg_admin.gif);
}

DIV.block DIV.inner {
    padding: 12px;
}

DIV.block DIV.inner > P:first-child {
    margin-top: 0px;
}

DIV.block DIV.inner > P:last-child {
    margin-bottom: 0px;
}

DIV.grey_bg {
    background-color: #ececec;
}



/* Customized Blocks */

DIV#product_categories H2 {
    margin-bottom: 5px;
}

DIV#product_categories UL {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 18px;
}

DIV#product_categories LI A {
    color: #000;
}

DIV#news TD {
    padding: 5px;
    width: 212px;
}

DIV#news TD.image {
    padding-top: 0px;
}

DIV#news TD.separator {
    width: 100%;
    background: url(../img/vertline_bg.gif) center repeat-y;
}


DIV#competitions TD.image {
    padding-right: 10px;
}


DIV#salons TABLE {
    width: 100%;
}

DIV#salons TD.image {
    padding-right: 6px;
}

DIV#salons TD H2 {
    margin: 2px 0;
}

DIV#products TABLE {
    width: 100%;
}

DIV#products TD.image {
    padding-right: 6px;
}

DIV#products TD H2 {
    margin: 2px 0;
}

TABLE.prices {
    border-collapse: collapse;
}

TABLE.prices TD, TABLE.prices TH {
    padding: 3px 6px;
    border: 1px solid #999;
    text-align: center;
    vertical-align: middle;
}

TABLE.prices TH {
    background-color: #f0f0f0;
}

TABLE.cart {
    width: 100%;
    border-collapse: collapse;
}

TABLE.cart TD, TABLE.cart TH {
    padding: 2px;
    border: 1px solid #999;
    vertical-align: middle;
}

TABLE.cart TH {
    text-align: center;
    background-color: #f0f0f0;
}

TABLE.cart INPUT {
    font-size: 11px;
    height: 14px;
    text-align: center;
}


TABLE.discussions {
    width: 100%;
    border-collapse: collapse;
}

TABLE.discussions TD, TABLE.discussions TH {
    padding: 2px;
    border: 1px solid #999;
    vertical-align: middle;
}

TABLE.discussions TH {
    text-align: center;
    background-color: #f0f0f0;
}

TABLE.discussions .title A {
    text-decoration: none;
    font-weight: bold;
}

TABLE.discussions .title A:hover {
    text-decoration: underline;
}


DIV.competition_item {
    width: 150px;
    margin: 0 auto;
    text-align: left;
}

DIV.competition_item IMG {
    padding: 1px;
    border: 1px solid #aaaaaa;
}

.prettyPhotoTitleContent {
    font: 12px Arial;
    font-weight: bold;
    color: #fff;
}

.vipnews {
    float: right;
    width: 150px;
    padding: 0px 10px;
    border: 1px solid #9d0015;
}



/* Forms */

FORM {
    margin: 0px;
}

.w30 { width: 30px; }
.w50 { width: 50px; }
.w80 { width: 80px; }
.w100 { width: 100px; }
.w170 { width: 170px; }
.w200 { width: 200px; }
.w300 { width: 300px; }
.w400 { width: 400px; }
.w490 { width: 490px; }
.w500 { width: 500px; }

INPUT, SELECT {
    height: 18px;
    border: 1px solid #605d5d;
    color: #605d5d;
    font-family: /*"Segoe UI", Tahoma, */Arial;
}

SELECT {
    height: 22px;
}

TEXTAREA {
    border: 1px solid #605d5d;
    padding: 0 2px;
    color: #605d5d;
    font: 12px /*"Segoe UI", Tahoma, */Arial;
}

INPUT[type="checkbox"], INPUT[type="radio"] {
    padding: 0px;
    border: 0px;
}

INPUT[type="file"] {
    font-size: 11px;
}

INPUT[type="submit"], INPUT[type="button"] {
    height: 21px;
    background: url(../img/button_bg.gif) repeat-x;
    background-position: 0 -21px;
    border: 0px;
    padding: 0px 10px 2px 10px;
    font: 11px /*"Segoe UI", Tahoma, */Arial;
    color: #fff;
}

INPUT[type="submit"]:hover, INPUT[type="button"]:hover {
    background-position: 0 0;
    border: 0px;
}

FORM .checkbox_label {
    white-space: nowrap;
}

FORM .checkbox_label * {
    vertical-align: middle;
}

.pimage {
    height: 100px;
}

.ptitle {
    height: 56px;
}

P.bold A {
    font-weight: bold;
}

.rating IMG {
    border: none;
    vertical-align: middle;
}


/* Admin area */
TABLE.admin_list {
    width: 100%;
    border-collapse: collapse;
}

TABLE.admin_list TD, TABLE.admin_list TH {
    padding: 2px;
    border: 1px solid #999;
}

TABLE.admin_list TH {
    text-align: center;
    background-color: #f0f0f0;
}


/* For Debug Info */
.cake-sql-log {
    border: 1px SOLID #DDDDDD;
    border-collapse: collapse;
    font: 11px Arial;
}

.cake-sql-log TD {
    border: 1px SOLID #DDDDDD;
}
