body {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    margin-top: 10px;
}

#main {
    width: 1020px;
    margin: auto;
    text-align: center;
}

img {
    border: 0px;
}

#menu {
    width: 170px;
    _width: 180px;
    margin-right: 10px;
    float: left;
    text-align: left;
    padding-right: 10px;
}

#small_products {
    width: 180px;
    margin-right: 15px;
    float: left;
    text-align: left;
}


#main_products {
    width: 420px;
    margin-right: 15px;
    float: left;
    text-align: left;
}

#fun_products {
    width: 180px;
    float: left;
    text-align: left;
}

#detail {
    width: 610px;
    margin-right: 10px;
    _width: 600px;
    float: left;
    text-align: left;
}

#sellers {
    width: 190px;
    float: left;
    text-align: left;
}


#footer {
    margin-top: 40px;
    margin-bottom: 10px;
}

#admin_content {
    width: 870px;
    text-align: left;
    margin-left: 190px;
}

#full_width {
    width: 750px;
    text-align: left;
    margin-left: 190px;
}

.close {
    float: right;
    cursor: pointer;
}

.product_content {
    margin-bottom: 30px;
}

#detail h1 {
    font-size: 35px;
}

#full_width h1 {
    font-size: 35px;
}


.perex_foto {
    text-align: left;
}

h1 {
    font-size: 21px;
    margin-top: 0px;
    padding-top: 0px;
    font-family: Arial;
    clear: right;
}

h2 {
    font-size: 19px;
    font-family: Arial;
    padding-top: 0px;
    margin-top: 0px;
    clear: right;
}

a {
    color: #4444ff;
}

.menu_link {
    color: #4444ff;
}


.detail_img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.want_link {
    font-size: 14px;
    font-family: Arial;
    color: #ff156d;
}

.more_link {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
}

#eshop_link {
    position: absolute;
    margin-left: 190px;
    display: block;
    color: #000000;
    font-weight: bold;
}

.twitter_link {
    color: #888888;
}

.fun_text {
    color: #ff156d;
}

.blue_text {
    color: #4444ff;
}

.blue_text_underline {
    color: #4444ff;
    text-decoration: underline;
    cursor: pointer;
}

.perex {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.perex_text {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

ul {
    padding-left: 20px;
}

.price {
    width: 110px;
    font-family: Arial;
}

.price_sec {
    color: #aaaaaa;
    font-size: 13px;
}

.price_main {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.want_text {
    float: right;
}


/* ajaxove okno pro odesilani objednavek */

#order_window {
    display: none;
    overflow: hidden;
}

#info_window {
    display: none;
    overflow: hidden;
}

.window_content {
    width: 440px;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
}

.window_content h1 {
    color: #ff166e;
    font-size: 50px;
    font-family: arial;
}

.window_content td {
    height: 30px;
}

.right {
    text-align: right;
}

.sent_text {
    float: right;
    color: #ff166e;
    text-decoration: underline;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.order_text {
    width: 350px;
    border: solid 1px #000000;
}

.order_textarea {
    width: 250px;
    border: solid 1px #000000;
    height: 80px;
}

.order_button {
    border: solid 1px #000000;
    background-color: #ffffff;
}

td {
    font-size: 12px;
}

#info_response_area {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 10px;
    padding-left: 15px;
    height: 80px;
}

#order_response_area {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 10px;
    padding-left: 15px;
    height: 80px;
}

/* color editor */

.CODE {
    font-family: Courier New, Monospace;
    font-size:12px; 
    font-weight:500;
    font-style:normal;
    text-decoration:none;
    font-variant:normal;
    color: #006F37;
    background: #FFFFF0;
    border: 1px dashed #008000;
    padding: 8px;
}

p.imp{
    color:crimson;
    font-weight:bold;
}

tr.rola{
    background-color:white;
}

td.rolb{
    cursor:pointer;
    text-align:center;
    border:dashed 1px white;
    background-color:white;
}

.color_preview {
    border: 0px;
    width: 20px;
}

#creative_left {
    float: left;
    height: 70px;
    width: 100px;
}

.osoba_info {
    vertical-align: top;
    padding-left: 20px;
}

.perex_photo_text {
    font-size: 11px;
}

.persons_info {
    padding-left: 10px;
    vertical-align: top;
}

.client_admin {
    width: 92px;
}

.client {
    width: 92px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.transparent {
    opacity: 0.5;
}

.sold {
    float: left;
    opacity: 1 !important;
}