﻿.label-button i
{
	display: inline-block;
	width: 11px; height: 11px;
	font: 9px verdana,arial,sans-serif;
	text-align: center;
	margin-right: 5px;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
	zoom: 1; /* обычный layout fix для ИЕ6 */
	*display: inline; /* для ИЕ 6, 7 */
}

.label-colors
{
	list-style: none;
	width: 130px;
	font-size: 11px;
}

.label-colors li
{
	display: inline-block;
	width: 13px; height: 13px;
	border: 1px solid white;
	margin: 0 5px 5px 0;
	line-height: 11px;
	text-align: center;
	vertical-align: middle;
	zoom: 1; /* обычный layout fix для ИЕ6 */
	*display: inline; /* для ИЕ 6, 7 */
}

.label-colors li:hover {border-color: black;}

.label-colors .selected1
{
	font-size: 0;
	background-image: url(../images/checkmarks.gif);
	background-repeat: no-repeat;
	background-position: 0 -13px;
}

.label-colors .selected2
{
	font-size: 0;
	background-image: url(../images/checkmarks.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.label-panel
{
	background-color: #E0ECFF;
	border-color: #B5B6B5;
	color: black;
}
