
.option {
	display: block;
	line-height: 29px;
	/*font-family: 'LuzSansBookLuzSansBook', sans-serif;*/
	font-size:13px;
	color:#434444;
	text-transform:uppercase;
	text-align:center;
}
.op {
	padding: 0px;
	margin: 0px;
}
.op li {
	display: inline-block;
	cursor: pointer;
}
.options .color li {
	border: 0px solid #dddddd;
	/*height: 40px;*/
	margin-right:10px;
	margin-left: 10px;
}
.options .color li.active {
	border: 4px solid #cd1515;
}
.options .size {
	padding-bottom: 3px;
}
.options .size li {
    background: #ffffff;
    min-width: 50px;
    padding: 0px 10px;
    text-align: center;
    border: 1px solid #cd1515;
    line-height: 50px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	margin-right:10px;
	margin-left: 10px;
	margin-bottom:8px;
}
.options .size li.active {
	border: 4px solid #cd1515;
}

.options .color li div{
	width: 50px; 
	height: 50px; 
	border-radius: 50%; 
	border: 1px solid #cccccc;

}
.options .color li img {
	-moz-border-radius: 5em;
	-webkit-border-radius: 5em;
	border-radius: 5em;
	width: 18px;
	height: 18px;
	padding:2px;
	border:#D9D9D9 1px solid;
}