#shop_det_top {
display: block;
width: 100%;              
}
/* gallery */
@media screen and (max-width:1000px){
#shop_det_gal {width: 100%;}
#shop_det_text {width: 100%;}
}

@media screen and (min-width:1000px){
#shop_det_gal {width: 280px;}
#shop_det_text {width: 370px;}
}
#shop_det_gal {
display: block;
float: left;
overflow: hidden;
text-align: center; 
position: relative;             
}             
#shop_det_gal_main {
width: 279px;
height: 280px;
overflow: hidden;
}
#shop_det_gal_main img {
border: 0;           /*
min-width: 280px;
min-height: 280px; */
max-width: 280px;

cursor: pointer;     
}
.det_nahlad {
display: block;
float: left;
width: 69px;
height: 69px;;
overflow: hidden;
margin: 1px 1px 0 0;
}
.det_nahlad img {
min-width: 69px;
min-height: 69px;
max-width: 90px;
max-height: 90px;
border: 0;          
}
/* right blok */
#shop_det_text {
display: block;
float: right;
position: relative;               
}
#shop_det_text .sdt_item {
display: block;
width: 100%;
line-height: 30px;  
position: relative;            
}
#shop_det_text .sdt_item span {
display: block;
position: absolute;
right: 0px;
top: 0px;
width: 260px;             
}
#shop_det_text .sdt_item span select {
padding: 4px;
width: 252px; 
border: solid #84909e 1px;            
}
#shop_det_text .sdt_item span input[name="mnozstvo"] {
padding: 4px;
width: 50px; 
text-align: center;
border: solid #84909e 1px;            
}
#shop_det_text .sdt_price {
display: block;
background: #84909e;  
color: #ffffff;
font-size: 16px;  
padding: 0 10px;  
line-height: 50px;   
height: 50px; 
width: 390px; 
margin-top: 20px;  
}
.sdt_price span {
display: block;
background: #84909e;  
color: #ffffff;
font-size: 22px;   
line-height: 50px;       
}  
#shop_det_text .sdt_but {
display: block;
height: 40px;
margin-top: 10px;
margin-bottom: 10px;                        
}
#shop_det_text .submit {
width: 140px;
height: 40px; 
line-height: 40px;
background: #7cbd3b;  
color: #ffffff;
font-size: 14px;
position: absolute;
right: 0px;
border: 0;
margin: 0;   
cursor: pointer;  
}

.adds h3 {
font-weight: normal;
font-size: 18px;
color: #3a6fb5; 
margin: 10px 0;       
}

/* tabulka vlastnosti */
#detail_vlastnosti {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
#detail_vlastnosti th {
background: #f7f7f7;
text-indent: 10px;
border-left: solid 1px #9e845f;
border-top: solid 1px #9e845f;
border-right: solid 1px #9e845f;
padding: 4px 0;
font-size: 13px;
}
#detail_vlastnosti td {
background: #f7f7f7;
text-indent: 10px;
border-right: solid 1px #9e845f;
border-top: solid 1px #9e845f;
padding: 4px 0;
font-size: 13px;
}
#detail_vlastnosti tr:last-child th,
#detail_vlastnosti tr:last-child td {
border-bottom: solid 1px #9e845f;
}

/* det_otazka */

#det_otazka {
width: 100%;
margin-top: 40px;
}
#det_otazka td {
vertical-align: top;
}
#det_otazka input {
border: solid 1px #9e845f;
height: 28px;
width: 100%;
max-width: 300px;
text-indent: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
float: right;
}
#det_otazka textarea {
border: solid 1px #9e845f;
height: 140px;
width: 100%;
max-width: 500px;
padding: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
float: right;
}
#but_det_otazka {
display: block;
background: #f53715;
text-align: center;
color: #ffffff;
text-decoration: none;
width: 170px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
height: 36px;
line-height: 36px;

border: solid 3px #ff6d00;
cursor: pointer;
float: right;
margin-top: 10px;
}


/* extra */
#tabs-2 {
margin-bottom: 20px;        
}