﻿div.printer-select
{
margin-left: 10px;
}


div.printer-select div.dropdown
{
	position: relative;
	float: left;
	margin-right: 20px;
}

div.printer-select div.dropdown.last
{
	margin-right: 5px;
}

div.printer-select div div.item-label
{
	margin: 0;
	padding: 0;
	
	
}

div.printer-select div div.item-label .enabled
{
	background: url(../../App_Themes/Default/images/1.png);
	height: 22px;
	width: 169px;
	float: left;
	padding: 3px 0 0 8px;
	border: 1px solid #A1C4C8;
	font: bold 16px Arial, Helvetica, sans-serif;
		color: #10b2f0;
	margin: 0;
}

div.printer-select div div.item-label .disabled
{
	background: url(images/input-txt.gif) no-repeat 0 0;
	height: 22px;
	width: 169px;
	float: left;
	padding: 3px 0 0 8px;
	border: 1px solid #A1C4C8;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #ccc;
}

div.printer-select div div.items
{
    
	height: 300px;
	overflow: auto;
	width: 196px;
	margin: 1px 0 0 17px;
	padding: 0;
}

div.printer-select div div.items ul
{
	width: 179px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
div.printer-select div div.items ul li
{
	width: 179px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	border-left: 1px solid #dedede;
	
	border-right: 1px solid #dedede;
	line-height: 28px;
}
div.printer-select div div.items ul li a
{
	border-top: 1px solid #dedede;
	display: block;
		
	width: 179px;
	/*background: url(images/png.png);*/
	background-color: #f0f0f0;
	height: 29px;
	cursor: pointer;
	color: #10b2f0;
	text-decoration: none;
	padding-top:5px;
	padding-left:7px;
}
div.printer-select div div.items ul li a:hover
{
	
	color: #FFFFFF;
	/*background: url(images/png2.png);*/
	background-color: #10b2f0;
	padding-top:5px;
	padding-left:7px;
}

div.printer-brand-select
{
}

div.printer-brand-select .item
{
  display: inline;
  white-space: nowrap;
  padding: 0 1px 0 0;
}

div.printer-brand-select .item.emphasis a
{
  font-weight: bold;
  font-size: 14px;
}
