input.exclusive_combination { 
	-moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #fff;
    border-color: #ccc;
    color: #333;
	transition: all 300ms ease 0s;
	float:right;
	margin:2px;
}


#combinationstab table{
	width: 100%;
}


#ovale-rouge {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    border-radius: 14px;
	border:1px solid #FF0004;
    background: #B70003;
}

#ovale-vert {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    border-radius: 14px;
	border:1px solid #00FF20;
    background:green;
}


#combinationstab table td{
	border:1px solid #f1f2f4;
	text-align:center;
	vertical-align: middle;
}

#combinationstab table td.combinationsadd{
	width:200px;
}

#combinationstab table td.combinationsprice{
	width:135px;
}

#combinationstab table tr.combinationshead td{
	background: #f1f2f4 none repeat scroll 0 0;
    border: 0 none;
    height: 39px;
    vertical-align: middle;
}

#combinationstab table tr.combinationshead td.combinationsimg{
	visibility:hidden;
}
