
#wrap{
	width:95%;
	margin:0 auto;
	text-align:left;
	margin-top:8px;
	padding:5px;
	background:#fff;
    font-size:13px;    
    line-height:16px;
}
#wrap .cont_details fieldset,.cont_order fieldset{
	margin:10px;
	padding:20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#wrap legend{
	font-size:16px;
	font-weight:bold;
	font-style:italic;
    padding-bottom:10px;
}
#wrap .cont_details input{
	margin-bottom:10px;
	color:#000;
}
#wrap .input1:hover,.input1:active{
	
}
#wrap label{
	display:block;
	font-size:12px;
	color:#000;
    font-weight:bold;
}
#wrap label.inlinelabel
{
    display:inline;
}
#wrap .cont_order input{
	margin-bottom:5px;
}
#wrap .cont_order p{
	padding-top:5px;
}

/*#wrap input[type="radio"]
{
margin-top:8px;
margin-bottom:8px;
}

#wrap input[type="text"]:hover,
#wrap input[type="text"]:active {
background-color: #FAF398;
}
*/

#wrap input#submit
{
margin:10px;
padding-left:20px;
padding-right:20px;
padding-top:10px;
padding-bottom:10px;
}

#wrap div#totalPrice
{
    padding:10px;
    font-weight:bold;
    background-color:#ff0;
}

#wrap label.radiolabel
{
font-weight:normal;
 display:inline;
}

#wrap label.titlu {
margin-bottom: 15px;
border-bottom: 1px solid #ddd;
}


 .smart label > input { /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
 
}
.smart label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:5px solid transparent;
}
.smart label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:5px solid #ddd;
}

.detaliu-custom {
	/*position: relative;*/
	text-align: center;
	display: inline-block;
}

.preview-container{
	
	/*width: 24%;
	height: 280px;*/
	width: 19%;
    float: left;
    display: block;
}
.custom-preview {
	position: fixed;
	max-width: 19%;
	max-height: 90%;
	margin-bottom: 10px;
	margin-top: 0px;
}

.custom-preview .prindere {
	position: absolute;
	z-index: 1;
	
}

.custom-preview .piele {
	position: absolute;
	z-index: 2;
}

.custom-preview .cusatura {
	position: absolute;
	z-index: 3;
}

.custom-preview .catarama {
	position: absolute;
	z-index: 4;
}

.custom-preview .dimensiune {
	position: absolute;
	bottom: 0;
	z-index: 5;
}

.custom-preview .lungime {
	position: absolute;
	bottom: 0;
	z-index: 6;
}

.custom-preview .gauri {
	position: absolute;
	bottom: 0;
	z-index: 7;
}

.custom-preview img {
	/*display: none;
	visibility: hidden;
	max-height: 95%;*/
	margin-top: 0px;
	width: auto;
    height: 70vh;
}

#formular {
	width: 80%;
	float: right;
}

#cms .wrap_indent #cakeform {
overflow: auto
}

#pClasic:checked ~ .custom-preview > .prindere > #clasicimg {display: block;}
#pApple:checked ~ .custom-preview > .prindere > #appleimg {display: block;}
#pDecExt:checked ~ .custom-preview > .prindere > #decextimg {display: block;}
#pDecInt:checked ~ .custom-preview > .prindere > #decintimg {display: block;}
