/** Product boxspring configurator **/
#configurator {
	background: #fefefe;
	border: 1px solid #eee;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}

#configurator h3.title{
	margin-top: 0;
	background: #E1e1e1 !important;
	width:97%;
	padding: 10px 0 10px 10px;
}

#configurator h3{
	background: none !important;
	width:180px;
	float:none;
	font-size: 14px !important;
}

#configurator fieldset{
	margin: 10px;
	border-bottom:1px solid #ddd;
	padding: 10px 0;
}

#configurator fieldset:last-child{
	border-bottom: none;
}

#configurator select,
#configurator label{
	margin-left: 5px;
}

#configurator .block{
	margin-left: 5px;
	border:1px solid #ccc;
}

#configurator fieldset div.block,
#configurator fieldset select,
#configurator fieldset label{
display: inline-block;

}
#configurator input[type=radio]{
margin-top: 3px;
}
#configurator a { color: #333; text-decoration: none; }
#configurator .active a { color: #000; font-weight: bold; }
#configurator-content {
    padding: 10px 10px 10px 0;
    float: left;
    margin-top: 15px;
    width: 500px;
}
#configurator-content .attribute {
    float: left;
}
#configurator-content .cc .attribute a,
#configurator-content .cc .product a {
    border: 1px solid #CCC;
    color: #000;
    font-size: 12px;
    display: inline-block;
    float: left;
    margin: 0 5px 10px 0;
    padding: 4px;
    width: 110px;
    text-decoration: none;
}
#configurator-content .cc .afbeelding a img {
    width: 90px;
    margin: 0 13px 13px 14px;
}
#configurator-content .cc .attribute a span {
    display: block;
    padding-top: 0.5em;
    text-align: right;
    color: #A80E1C;
}
#configurator-content .product .naam {
    display: block;
    width: 117px;
    text-align: left;
    padding: 4px 0 0;
    overflow: hidden;
    white-space: nowrap;
}
#configurator-content .cc .product a:focus,
#configurator-content .cc .product a:hover,
#configurator-content .cc .attribute a:focus,
#configurator-content .cc .attribute a:hover {
    border-color: #A80E1C;
}
#configurator-content .cc .product a.selected,
#configurator-content .cc .attribute a.selected {
    border-color: #A80E1C;
    background: #eee;
}
#configurator-status {
    padding: 0;
    margin-top: 30px;
    float: right;
    width: auto;
    padding-bottom: 10px;
}

#configurator-status-keuzes {
    background: #DADADA;
}

#configurator-status h3 {
    margin: 0;
    border-bottom: 1px solid #000;
}
#configurator-status ol {
    padding: 4px 0;
}

#configurator-status li {
    padding: 4px 0;
    font-size: 10px;
}
#configurator-status li .label {
    font-weight: bold;
}
#configurator-status li .keuze {
    display: block;
}
#configurator-status .configurator-prijs {
    padding-left: 12px;
    border-top: 1px solid #000;
}
#configurator-status .configurator-prijs .label {
    float: left;
    font-size: 12px;
    line-height: 32px;
}
#configurator-status .configurator-prijs .prijs {
    font-size: 20px;
    line-height: 32px;
    float: right;
	overflow: hidden
}
#configurator-status .configurator-prijs .prijs .old {
	font-size: 0.5em;
	text-decoration: line-through;
	display: block
}
#configurator-status .configurator-prijs .prijs .new {
	display: block
}

#configurator-status .product-bestel {
    margin-top: 10px;
}
.cc {
    display: none;
}

#configurator-steps {
    border-left: 1px solid #eee;
    margin-left: 0;
}
#configurator-steps li {
    list-style-type: none;
    float: left;
}
#configurator-steps li.active {
    background: #ccc;
}
#configurator-steps li.selected {
    background: #E4E4E4;
    /*background: #fff url('../../img/accept.png') top left no-repeat;*/
}
#configurator-steps li {
    float: left;
    height: 52px;
    display: block;
}
#configurator-steps a {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 10px;
    height: 31px;
    padding-bottom: 10px;
    vertical-align: middle;
    display: block;
    border-right: 1px solid #eee;
}

.cc {
    display: none;
}

#configurator div.block {
    padding: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
    width: auto;
    margin-bottom: 10px;
}

#configurator div.block:hover {
    cursor: pointer;
}
#configurator div.block:first-child{
	margin-left: 0;
}

#configurator div.selected {
    border: 1px solid #009900;
    color:#009900;
}

/*
.cc .hoofdbordkeuze,
.cc .pootjeskeuze,
.cc .matraskeuze,
.cc .kleurkeuze {
    text-decoration: none;
    display: inline-block;
    width: 90px;
    margin-right: 10px;
    height: 106px;
    border: 4px solid #DDDDDD;
}

.cc .hoofdbordkeuze span,
.cc .pootjeskeuze span,
.cc .matraskeuze span,
.cc .kleurkeuze span {
    display: block;
    line-height: 16px;
    background: #ddd;
    text-align: center;
    font-size: 10px;
}
*/
.configurator_radio {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid black;
}

.kleurkeuze_selected,
.configurator_radio_selected {
    background-color: #99ff99;
    border-color: #99ff99;
}

.configurator_radio input {
    display: none;
}

#content .configurator_radio label {
    display: block;
    padding: 4px;
    margin: 0;
}

.cc .kleurkeuze:hover {
    border-color: #eee;
}
.cc .kleurkeuze:hover span,
#content .configurator_radio:hover {
    background: #eee;
}