#ppanel1 {
    width:360px;
    min-height:87px;
    _height:87px;
    padding:10px;
    border:1px solid #E6E5E4;
    font-size:0.9em;
    float:left;
    margin-top:1em;
    margin-right:30px;
    position:relative;
}
#ppanel1 div.icostar {
    position:absolute;
    top:0px;
    right:0px;
    width:87px;
    height:87px;
}
#ppanel1 div.icostar-new {
    display:none;
}
#ppanel1 div.icostar-new span {
    display:none;
}
#ppanel1 div.icostar-sale {
    background:url(../images/akcia1.gif) no-repeat 100% 0%;
}
#ppanel1 div.icostar-sale span {
    display:none;
}

#productPicture {
    width:360px;
    padding-left:0px;
    padding-bottom:1em;
}
#ppanel1 div.lupa {
    padding-bottom:1em;
}
#ppanel1 div.lupa a {
    text-decoration:none;
    color:#472D1F;
}
#ppanel1 div.lupa img {
    text-decoration:none;
    border:none;
    margin-right:7px;
}
#ppanel1 .artist {
    padding-left:45px;
    /*width:100px;*/
}

#ppanel2 {
    float:right;
    width:310px;
    margin-top:1em;
}
#ppanel2 h2 {
    color:#492E20;
    margin:0em;
    padding:0em;
    font-size:1.4em;
}
#ppanel2 .artist a.name {
    font-size:1.2em;
    color:#472D1F;
}
#ppanel2 .artist .info {
    font-size:0.8em;
}
#ppanel2 .pinfo {
    font-size:0.9em;
}


#ppanel2 .section{
    background: url(../images/white/ppanel2-section-bg.png) repeat-y center center;
}
#ppanel2 .section .header{
    background: #E6E5E4 url(../images/white/ppanel2-section-top.png) no-repeat center top;
    color: #4b2e2e;
    font-size: 1.1em;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
}
#ppanel2 .section .header2{
    background: #E6E5E4;
    color: #4b2e2e;
    font-size: 1.1em;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
}
#ppanel2 .section .separator {
    background: #E6E5E4;
    height: 1px;
}
#ppanel2 .section .modificationTable {
    width: 90%;
    margin: 0 5%;
}
#ppanel2 .section .modificationTable td.action{
    width: 15px;
}
#ppanel2 .section .modificationTable td.info{
    width: 10px;
}
#ppanel2 .section .colored {
    background: #fcf9f7 url(../images/white/ppanel2-section-bg2.png) repeat-y center center;
}
#ppanel2 .section .footer{
    background: url(../images/white/ppanel2-section-bottom.png) no-repeat center bottom;
    
}


#ppanel2 .section .priceTable {
    width: 90%;
    margin: 15px 5%;
    color: #9e0b0f;
    font-size: 1.2em;
}
#ppanel2 .section .priceTable td{
    font-size: 1.1em;
    font-weight: bold;
    text-align: right;
}
#ppanel2 .section .priceTable th{
    font-weight: normal;
}

#ppanel2 .section .sizeTable {
    width: 90%;
    margin: 15px 5%;
    font-size: 1.2em;
}





#ppanel3 {
    clear:both;
}
#ppanel4 {
    width:360px;
    min-height:87px;
    _height:87px;
    padding:10px;
    border:1px solid #E6E5E4;
    font-size:0.9em;
    float:left;
    margin-top:1em;
    margin-right:30px;
    position:relative;
}

.sselect-container {
    font-size: 1em;
}

table.attribs {
    margin:0.5em 0em 0.5em 0em;
    border-collapse:collapse;
    width:100%;
}
table.attribs th, table.attribs td {
    padding:0.2em 0.8em 0.2em 0em;
    text-align:left;
    vertical-align:top;
}
table.attribs th {
    font-weight:normal;
    
}

table.attribs tr.price th, table.attribs tr.price td {
    font-weight:bold;
    
    font-size:1.2em;
    color:#9E0B0F;
}

table.attribs tr.oldprice th, table.attribs tr.oldprice td {
    font-weight:bold;
    width:50%;
    font-size:1.2em;
    color:#000000;
}
table.attribs tr.oldprice th .priceDisplay, table.attribs tr.oldprice td .priceDisplay {
    text-decoration: line-through;
}

form.addToCart {
    margin:0.5em 0em;
    /*border-top:1px solid #E6E5E4;*/
}
form.addToCart .addToCartBtnContainer {
    /*background:#E6E5E4;*/
}
form.addToCart button.addToCartBtn {
    width:100%;
    height: 55px;
    border:none;
    background:url(../images/btn-buy-it.png) no-repeat center center;
    padding: 0;
    margin: 10px 0;
    color:#5F4435;
    text-align:left;
    font-weight:bold;
    cursor:pointer;
}
form.addToCart button.addToCartBtn span{
    display: none;
}

form.addToCart button.addToCartWithFrame {
    width:100%;
    border:none;
    background:url(../images/addToCartWithFrame.png) no-repeat 0 50%;
    padding: 5px 10px 5px 10px;
    text-align: center;
    color:#ffffff;
    font-weight:bold;
    cursor:pointer;
}
/*
form.addToCart button.addToCartWithFrame span{
    display: none;
}
*/
form.addToCart button.addToCartWithoutFrame {
    width:100%;
    border:none;
    background:url(../images/addToCartWithoutFrame.png) no-repeat 0 50%;
    padding: 5px 10px 5px 10px;
    text-align: center;
    color:#ffffff;
    font-weight:bold;
    cursor:pointer;
}
/*
form.addToCart button.addToCartWithoutFrame span{
    display: none;
}
*/
form.addToCart .specifyorder label {
    display:block;
    float:left;
    width:50%;
    padding-top:0.2em;
}
form.addToCart .specifyorder .text {
    float:none;
    width:40%;
    margin-top:0.2em;
}
form.addToCart .specifyorder .section {
    margin-bottom:0.5em;
}

tr.bordertop td, tr.bordertop th {
    border-top:1px solid #E6E5E4;
}

#productFuncsContainer {
    padding:10px;
    width: 360px;
    float: left;
    margin-right: 30px;
    margin-top: 1em;
}
#productFuncs {
    margin:0em;
    padding:0em;
    list-style:none;
    font-size:0.9em;
}
#productFuncs li {
    float:left;
    width:70px;
    margin:0 10px;
    text-align:center;
    background-image:url(../images/white/funcs2.png);
    background-position:0px 0px;
    background-repeat:no-repeat;
}
#productFuncs li.gallery { background-position:0px 0px; }
#productFuncs li.galleryon { background-position:-280px 0px; }
/* #productFuncs li.framebtn { background-position:-70px 0px; } */
#productFuncs li.framebtn { background-position:-350px 0px; display: none; }
#productFuncs li.interior { background-position:-140px 0px; }
#productFuncs li.mail { background-position:-210px 0px; background-color: transparent; padding: 0;}

#productFuncs li a {
    color:#472D1F;
    display:block;
    padding:30px 0 0 0;
}
#productFuncs li a:hover {
    color:#BC0700;
    background-image:url(../images/white/funcs2.png);
    background-position:0px 0px;
    background-repeat:no-repeat;
    text-decoration:none;
}

#productFuncs li.framebtn a{ color:#BC0700; }

#productFuncs li.gallery a:hover, #productFuncs li.galleryon a:hover { background-position:-280px 0px; }
#productFuncs li.interior a:hover { background-position:-420px 0px; }
#productFuncs li.framebtn a:hover { background-position:-350px 0px; }
#productFuncs li.mail a:hover { background-position:-490px 0px; }



#productModificationsContainer {
    border:1px solid #9E0B0F;
    padding:5px 0px 5px 5px;
    margin: 0 0 5px 0;
}
/* Prepojene produkty */
div.products-connected {
    padding:1em 0 0 0;
    margin-top:1em;
}
div.products-connected div.h {
    font-size:1.3em;
    padding:0 0 0.5em 0;
}

table.modificationTable {
    width: 100%;
}
table.modificationTable tr th{
    font-size: 0.9em; 
    vertical-align: top;
}
table.modificationTable tr td{
    font-size: 0.9em;
    vertical-align: top;
}
table.modificationTable tr td.separator{
    border-top: 1px solid #E5D5C3;
}
table.modificationTable span.small{
    font-size: 0.8em;
}




#ram{
	width: 100%;
	background: #E1C6Af url(../images/tiraz-top.png) no-repeat center top;
	clear: both;
	font-size:0.85em;
    margin: 10px 0;
}
#ram p{
	margin: 3px 0;
}
#ram div.container{
	padding: 10px 0;
	background: url(../images/tiraz-bottom.png) no-repeat center bottom;
}

#frame-toolbox {
    border: 1px solid #B49274;
    margin-bottom: 10px;
    padding: 15px 0 0 0;
    background: #ffffff;
}
#frame-box {
}
.box-selector {
    float: left;
    width: 203px;
    background: #f2e8df url(../images/box-selector-top.png) no-repeat right top;
    min-height: 330px;
    _height: 330px;
}
.box-info {
    float: left;
    width: 303px;
    min-height: 330px;
    _height: 330px;
    text-align: center;
    padding-top: 15px;
}
.box-list {
    float: right;
    width: 753px;
    height: 330px;
    overflow: auto;
}
.box-list .container{
    
}
.box-list2 {
    float: right;
    width: 653px;
    height: 330px;
    overflow: auto;
}
.box-list2 .container{
    
}
.box-list2 table{
    width: 90%;
}
.box-list2 table tr{
}
.box-list2 table tr td, .box-list2 table tr th{
    background: #E1C6AF;
    padding: 7px 5px;
    border-bottom: 2px solid #ffffff;
}
.box-list2 table tr td.first, .box-list2 table tr th.first{
    -moz-border-radius: 5px 0px 0px 8px;
    -webkit-border-radius: 5px 0px 0px 8px;
    border-radius: 5px 0px 0px 8px;
}
.box-list2 table tr td.name{
    font-weight: bold;
}
.box-list2 table tr td.last, .box-list2 table tr th.last{
    -moz-border-radius: 0px 5px 8px 0px;
    -webkit-border-radius: 0px 5px 8px 0px;
    border-radius: 0px 5px 8px 0px;
}
.nobg {
    background: none !important;
}

table.crop-table {
    width: 97%;
    margin: 0 auto 15px auto;
}
table.crop-table tr {
}
table.crop-table tr td{
    text-align: center;
}
table.crop-table tr td.bg{
    background: #edddcf;
}
table.crop-table tr th{
    font-weight: bold;
    color: #3d0000;
    vertical-align: top;
}
table.crop-table tr th table{
    margin: 0 auto;
}
table.crop-table tr th table td{
    font-weight: normal;
    color: #44281C;
}
.crop-tip {
    background: url(../images/crop-tip.png) no-repeat center center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    color: #3d0000;
}

.frame {
    float: left;
    width: 110px;
    margin: 0 10px 10px 0;
    border: 1px solid #B49274;
}
.frame a.frame-title-link, .frame a.paspart-title-link{
    display: block;
    background: #F7F4ED;
    color: #553B2F;
    text-align: center;
    padding: 3px 0;
    min-height: 30px;
    
}
.frame a.selected{
    background: #553B2F;
    color: #F7F4ED;
}

.frame .image{
    background: #ffffff;
    text-align: center;
    min-height: 100px;
    padding: 5px;
}

.frame .image img{
    float: left;
}
a.frame-info-link {
    display: block;
    background: #F7F4ED;
    color: #553B2F;
    text-align: center;
    padding: 3px 0;
    font-size: 0.65em;
}

.paspart_width {
    width: 30px;
}

table.selector {
    border-collapse:colapse;
    font-size:1em;
    empty-cells:show;
    width: 180px;
    margin: 10px auto 0 auto;
    border: 1px solid #B49274;
    
}
table.selector th{
    background: #AF1F24;
    color: #FFFFFF;
    padding: 3px 0;
}
table.selector th a{
    color: #FFFFFF;
}
table.selector td{
    padding: 3px;
}
.choose-paspart {
    background: url(../images/paspart-selector.png) no-repeat left top;
    width: 110px;
    height: 110px;
    margin: 10px 0 10px 10px;
    position: relative;
}

.paspart_selector{
    display: block;
    width: 70px;
    height: 24px;
    background: url(../images/paspart-selector-link.png) no-repeat center center;
    text-align: right;
    font-weight: bold;
    color: #ffffff;
    line-height: 22px;
}
.active_selector{
    background: url(../images/paspart-selector-link-active.png) no-repeat center center;
}
.paspart_selector span{
    padding: 3px 6px 3px 0;
}
.paspart_selector:hover{
    text-decoration: none;
    color: #ffffff;
}

#paspart1_selector{
    position: absolute;
    top: 82px;
    right: -69px;
}

#paspart2_selector{
    position: absolute;
    top: 53px;
    right: -69px;
}
#paspart3_selector{
    position: absolute;
    top: 24px;
    right: -69px;
}

.frame-selector {
    height: 250px;
    overflow: auto;
}
.frame-selector ul{
    
    margin:0 0 0 1em;
    padding:0 0 0 0;
    list-style:none;
}
.frame-selector ul li{
    
    margin:0em;
    padding:2px 0;
    list-style:none;
}
.frame-selector ul li a{
    color: #553B2F;
}
.frame-selector ul li a.active{
    font-weight: bold;
}
.frame-selector ul li li a.active{
    color: #000000;
    font-weight: normal;
}
.frame-selector ul li ul{
    display: none;
    margin:0 0 0 1em;
    padding:0 0 0 0;
}
#frame-toolbox-menu {
    position: relative;
}
#frame-toolbox-menu ul{
    margin: 0;
    padding: 0;
    list-style:none;
    position: relative;
    bottom: -1px;
    left: 0;
}
#frame-toolbox-menu ul li {
    background: url(../images/toolbox-menu.png) no-repeat center bottom;
    width: 148px;
    height: 32px;
    float: left;
    line-height: 32px;
    text-align: center;
}
#frame-toolbox-menu ul li.active {
    background: url(../images/toolbox-menu-active.png) no-repeat center bottom;
}
#frame-toolbox-menu ul li a{
    font-weight: bold;
    color: #553B2F;
}

#ram .image {
    width: 500px;
    float: left;
}
#ram .info {
    background: #ffffff;
    margin: 0 10px;
    width: 240px;
    float: right;
    font-size: 1.1em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#ram .info .info-bottom {
    padding: 0 15px;
    min-height: 280px;
    _height: 280px;
}
#ram .info .separator {
    border-top: 1px solid #e8cfbb;
    height: 1px;
}

#toolbox-menu-actions {
    background: url(../images/toolbox-menu-actions.png) no-repeat right bottom;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 192px;
    height: 28px;
    line-height: 28px;
}
#toolbox-menu-actions a{
    color: #553B2F;
    font-size: 0.9em;
}
#toolbox-menu-actions a.back{
    padding: 0 22px 0 10px;
    background: url(../images/toolbox-menu-actions-back.png) no-repeat right center;
}
#toolbox-menu-actions a.reset{
    padding: 0 9px;
    
}

input.custom_size {
    width: 30px;
    margin: 0;
    padding: 3px 5px;
    border: 1px solid #E6E5E4;
}

.frame-image-actions {
    position: absolute; 
    bottom: 15px; 
    right: 10px;
}
.text-bold-red {
    font-weight: bold;
    color: #9E0B0F;
}
.frame_help {
    float: left; 
    width: 150px; 
}
.frame_help_content {
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    background: #ffffff;
}
