@CHARSET "UTF-8";

/*Hides the price message of VM for plugins - http://forum.virtuemart.net/index.php?topic=117758.msg398208#msg398208*/
.price-plugin {
	display: none;
}

.cf4all_buttons input[type=radio],.cf4all_color_buttons input[type=radio]
	{
	display: none;
}

/*This code is the same for buttons and color buttons*/
.cf4all_buttons .ui-button,.cf4all_color_buttons .ui-button {
	background-image: none !important;
	height: 1em;
	line-height: 1em;
	display: inline-block;
	cursor: pointer;
	padding: 5px 9px;
	font-weight: 500;
	border: 1px solid #474949;
	border-radius: 3px;
	margin-left: 3px;
	margin-top: 3px;
}

.cf4all_buttons .ui-button,.cf4all_color_buttons .ui-button:hover {
	background-image: none !important;
}

.cf4all_buttons .ui-button {
	background-color: #efefef;
	color: #555555;
}

.cf4all_buttons .ui-button:focus {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
}

/* Active buttons */
.cf4all_buttons .ui-state-active,.cf4all_color_buttons .ui-state-active
	{
	border: 2px solid #555555 !important;
	box-shadow: 0 0 4px rgba(10, 10, 10, 0.5);
	color: #474949;
}

/*Non cart attribute colors*/
.cf4all_color_btn {
	cursor: default;
	display: inline-block;
	font-weight: 500;
	border: 1px solid #474949;
	margin-left: 3px;
}

.cf4all_color_btn_small {
	height: 0.9em;
	min-width: 0.9em;
	line-height: 1em;
}

.cf4all_color_btn_medium {
	height: 1em;
	min-width: 1em;
	line-height: 1em;
}

.cf4all_color_btn_large {
	height: 1.5em;
	min-width: 1.5em;
	line-height: 1.5em;
}

/*end non cart attributes*/

/* Alternative theme for color buttons
.cf4all_color_buttons .ui-button{
	border-radius:0px;
}
.cf4all_color_buttons .ui-state-active {
	border: 2px solid #ffffff !important;
	box-shadow: 0px 0px 0px 2px #666666;
	color: #474949;
} */