﻿.radio { display: inline-block; }
.radio a, .radio em, .radio span 
{
	/*float: left;*/
	display: inline-block;
}

.radio a { background:url(/Content/Controls/RadioButtonCenter.png) 0 0 repeat-x;cursor: pointer; }
.radio em { background:url(/Content/Controls/RadioButtonLeft.png) 0 0 no-repeat;}
.radio span {
	background:url(/Content/Controls/RadioButtonRight.png) 100% 0 no-repeat; height:26px; 
	line-height:25px; padding:0 10px;
	font-style: normal;
}
.radio span span {display: inline;height: auto; border-bottom: 1px #5093a1 dotted;background: none;padding: 0px;}

.radio a:hover span span { border-bottom: 1px #5093a1 solid; }
.radio a, .radio a:visited { color:#5093a1;  font-size:12px;}

.radio a.selected { color:#fff; background:url(/Content/Controls/RadioButtonCenterHovered.png) 0 0 repeat-x;cursor: default;}
.radio a.selected em {background:url(/Content/Controls/RadioButtonLeftHovered.png) 0 0 no-repeat;}
.radio a.selected span {background:url(/Content/Controls/RadioButtonRightHovered.png) 100% 0 no-repeat; border-bottom: none;}
.radio a.selected span span { background: none;}

.radioWarehouse a { background:url(/Content/Controls/WhSwRadioButtonCenter.png) 0 0 repeat-x;}
.radioWarehouse em {background:url(/Content/Controls/WhSwRadioButtonLeft.png) 0 0 no-repeat;}
.radioWarehouse span {background:url(/Content/Controls/WhSwRadioButtonRight.png) 100% 0 no-repeat;}

/*.radioWarehouse a.selected { background:url(/Content/Controls/WhSwRadioButtonCenterHovered.png) 0 0 repeat-x;}
.radioWarehouse a.selected em {background:url(/Content/Controls/WhSwRadioButtonLeftHovered.png) 0 0 no-repeat;}
.radioWarehouse a.selected span {background:url(/Content/Controls/WhSwRadioButtonRightHovered.png) 100% 0 no-repeat;}*/

.goodsViewMode {}
.goodsViewMode a, .goodsViewMode a em { display: inline-block;}
.goodsViewMode em { font-style: normal;}
.goodsViewMode a { padding: 4px 6px 4px 6px;margin-left: 4px; }
.goodsViewMode span { border-bottom: 1px dotted; }
.goodsViewMode a.selected { background: #eeeeee;cursor: default;}
.goodsViewMode a.selected span { border-bottom: none;}
.goodsViewMode a, .goodsViewMode a:hover, .goodsViewMode a:visited
{
	text-decoration: none;
}

