/*common*/
body, html, form
{
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
body
{
    text-align: center;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
    font-size: 11px;
    color: #000000;
    background: #ffffff;  
}


img {border: 0;}
.clear {clear: both;}
table {border-collapse: collapse;}
table td, table th {padding: 0; font-weight: normal; text-align: left; vertical-align: top;}
a {color: #737373; text-decoration: underline;}

.hide
{
	display: none;	
}

input.text,
select.dd
{
    margin: 0;
    display: inline-block;
    vertical-align: top;
}  

input[disabled],
textarea[disabled]
{
    background-color:Silver;
}


p
{
    padding: 0;
    margin: 0;
    text-indent: 20px;
    text-align: justify;
}
h1, h2, h3, h4
{
    padding: 0;
    margin: 11px 0;
    font-weight: normal;
}
h1
{
    font-size: 14px;
    font-weight: bold;
    color: #127e1b;
}
h2
{
	font-weight: bold;
	font-size: 11px;
	margin-top: 5px;
}

/***********************/

.main
{
    display: inline-block;
    width: 967px;
    margin: 0 6px;
    text-align: left;   
}

.headerLeft
{
    float: left;
    width: 765px;
    height: 115px;
    background: url('/images/headerLeft.png') no-repeat left top;
}

.logo
{
    outline: none;
    display: block;
    width: 186px;
    height: 102px;
    background: url('/images/logo.png') no-repeat left top;
    margin: 20px 0 0 24px;
    position: absolute;
}

.menuTop
{
    position: absolute;
    margin: 88px 0 0 155px;
}
.menuTop a
{
    display: block;
    float: left;
    font-size: 14px;
    color: #fee800;
    margin: 0 0 0 50px;
    text-decoration: none;  
}

.econtacts
{
    float: right;
    margin: 15px 10px 0 0;
    text-align: right;
}
.econtacts span,
.econtacts a
{
    display:block;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    line-height: 16px;
    padding: 0 28px 0 0;
    margin: 4px 0 0 0;
    background-repeat: no-repeat;
    background-position: right center;
    color: #28448e;
    text-align: left;
    text-decoration: none;
}

.schedule
{
    background: url('/images/days.png') no-repeat left top;
    padding-left: 20px;
    position: absolute;
    margin: 23px 0 0 480px;
    height: 52px;
    font-size: 12px;
    color: #28428c;
    
}
.schedule div { margin: -2px 0 10px 0; line-height: 12px; font-family: Verdana, Sans-Serif;}
.skype
{
    background-image: url('/images/skype.png');
}
.mail
{
    background-image: url('/images/mail.gif');
}
.logo1
{
    float: left;
    margin: 16px 10px 0 240px;
    text-align: center;
    font-family: Verdana, Sans-Serif;
}
.logo1 .t
{
    font-size: 11px;    
    line-height: 12px;
    color: #2a448e;
    display: block;
    text-align: center;
}
.contacts
{
    position: absolute;
    margin: 23px 10px 0 213px;
    width: 233px;
    text-align: right;
    font-family: Verdana, Sans-Serif;
}

.contacts1
{
    float: left;
    margin: 5px 0 0 250px;
    font-family: Verdana, Sans-Serif;
}
.contacts1 .phone
{
    font-size: 24px;
    color: #d93c33;
    text-align: right;
}
.contacts1 .phone i
{
    font-size: 14px;
    font-style:normal;
}
.contacts1 .time
{
    font-size: 12px;    
    line-height: 14px;
    color: 0;
    text-align: right;
}
.contacts .time
{
    font-size: 12px;    
    line-height: 16px;
    color: #28428c;
    display: block;
    text-align: left;
    font-weight: bold;
}
.contacts .phone
{
    font-size: 24px;
    margin-top: 5px;
    color: #ed1c24;
    display: block;
    text-align: right;
}
.contacts .phone i
{
    font-size: 14px;
    font-style:normal;
}

.headerRight
{
    float: left;
    width: 193px;
    height: 115px;
    margin: 0 0 0 9px;
    background: url('/images/headerRight.jpg') no-repeat left top;
}

.headerRight .blockName
{
    position: absolute;
    margin-top: 82px;
    /*background: url('/images/cart.png') no-repeat right center;*/
    width: 158px;
}

.headerRight .sideBlock
{
    margin-top: 0;
    background: none;
}
.headerRight .sideBlock .bgt, .headerRight .sideBlock .bgb {background: none;}
.headerRight .sideBlock .cartInfo {margin-top: 14px; position: absolute; } 
.headerRight .sideBlock .cartLink {margin-top: 60px;}

.blockName
{
    display: block;
    line-height: 35px;
    height: 33px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;    
    text-transform:uppercase;
    margin-left: 26px;
    color: #000000;
    text-decoration: none;
    
}

.cartInfo
{
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    width: 160px;  
    line-height: 16px;
    margin: 0 0 0 17px;  
}
.cartInfo th,
.cartInfo td
{
    padding-top: 4px;
}
.cartInfo td
{
    text-align: right;
}
.cartInfo i
{
    font-style:normal;
    font-weight: bold;
    color: #127e1b;
}

.cartLink
{
    font-weight: bold;
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    padding: 0 0 0 16px;
    margin: 5px 0 0 18px;
    background: url('/images/pin.png') no-repeat left center;
    font-family: Verdana, Sans-Serif;
}


.contentLeft
{
    float: left;
    width: 193px;
    overflow-x: hidden;
}
.contentCenter
{
    float: left;
    width: 761px;
    margin: 11px 0 0 12px;
    overflow-x: hidden;
}
.contentRight
{
    float: left;    
    width: 193px;
    margin: 0 0 0 9px;
    overflow-x: hidden;
}

.sideBlock
{
    width: 193px;
    margin: 10px 0 0 0;
    background: url('/images/sideBlockMiddle.png') repeat-y left top;
}
.sideBlock .bgt
{
    background: url('/images/sideBlockTop.png') no-repeat left top;
}
.sideBlock .bgb
{
    background: url('/images/sideBlockBottom.png') no-repeat left bottom;
    padding: 0 1px 6px 1px; 
}

.sideBlock.search .blockName {background: url('/images/search.png') no-repeat right center; width: 158px;}

.searchBlock
{
    padding: 0 8px 0 7px;
}
.searchBlock .searchText
{
    width: 171px;
    margin: 5px 0 0 0;
    font-size: 11px;
}
.searchBlock .searchScope
{
    width: 134px;
    margin: 6px 0 0 0;
    font-size: 11px;
}

.searchBlock .searchBtn
{
    display: inline-block;
    width: 39px;
    height: 19px;
    background: url('/images/searchBtn.png') no-repeat left top;
    margin: 5px 0 0 0;
}

.menuCatalog
{
    padding: 0 11px 0 7px;
}

.menuCatalog a
{
    display: block;
    color: #000000;
    padding: 2px 0 2px 16px;
    min-height: 13px;
    text-decoration: none;
    border-bottom: solid 1px #d3d3d3;
    background: url('/images/menuCatalogItem.png') no-repeat left 7px;
}
.menuCatalog a.expanded
{
    background: url('/images/menuCatalogItemSel.png') no-repeat left 5px;
}
.menuCatalog a.selected
{
    font-weight: bold;
}
.menuCatalog .sub
{
    margin-left: 14px;
}

.m
{
    margin: -1px 0 0 0;
    width: 180px;
    position: absolute;
    border-top: solid 1px #ffffff;
}

.contentBlock
{
    width: 100%;
    background: url('/images/contentBlockMiddle.png') repeat-y left top;
}
.contentBlock .bgt
{
    background: url('/images/contentBlockTop.png') no-repeat left top;
}
.contentBlock .bgb
{
    background: url('/images/contentBlockBottom.png') no-repeat left bottom;
    padding: 8px 8px 18px 8px; 
}
.contentBlock .bgb .sep
{
	background: url('/images/contentBlockTop.png') no-repeat center top;
	position: relative;
	width: 557px;
	height: 9px; 
	margin: 0 0 0 -7px;
}
.vitrinaHeader
{
    line-height: 27px;
    height: 25px;
    color: #ffffff;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;    
    text-transform:uppercase;
    padding: 0 0 0 12px;
    margin: 9px 0 1px 7px;
    border-bottom: solid 1px #b3b3b3;
    background: url('/images/vitrinaHeader.png') no-repeat left bottom;
}

.vitrinaItem 
{
    width: 272px;
    height: 86px;
    padding: 2px;
    float: left;
    margin: 9px 7px 0 0;
    background: url('/images/vitrinaItem.png') no-repeat left bottom;
}
.vitrinaItem .img
{
    float: left;
    width: 94px;
    height: 76px;
    text-align: center;
    padding: 10px 4px 0 4px;
    display: block;
    text-decoration: none;
background: url('/images/vitrinaItem.png') no-repeat left bottom;
}
.vitrinaItem .text
{
    float: left;
}
.vitrinaItem .name
{
    display: block;
    font-size: 12px;
    font-weight: bold;       
    margin: 7px 0 0px 0;
    height: 27px;
    width: 165px;
    color: Black;
    text-decoration: none;
}
.vitrinaItem .name:hover
{
	text-decoration: underline;	
}
.vitrinaItem .priceName
{
    font-size: 10px;
    color: #28408a;
    font-weight: bold;
}
.vitrinaItem .price
{
    font-size: 18px;
    color: #fe1b12;
    font-weight: bold;
}
.vitrinaItem .links
{
    border-top: solid 1px #bcbbb7;
    margin: 6px 0 0 0;
    padding: 6px 0 0 0;
    line-height: 16px;
}
.vitrinaItem .links a
{
   display: inline-block;
}
.vitrinaItem .links .btn-to-cart
{
    background: url('/images/galka.png') no-repeat left center;
    padding: 0 10px 0 20px;
}
.vitrinaItem .links .toDetails
{
    padding: 0 0 0 16px;
    background: url('/images/pin.png') no-repeat left center;
}
.vitrinaContainer
{
    width: 566px;
}
.footer
{
     margin: 40px 0 0 0;
     border-top: solid 1px #d2d2d2;
     padding-bottom: 10px;    
     background: url('/images/footer.png') no-repeat center bottom;
}
.footerTree
{
	border-bottom: solid 1px  #d2d2d2;	
	padding: 4px 0 7px 0;
}
.footerTree a
{
		float: left;
		width: 220px;
		color: Black;
		padding-left: 20px;
}
.footer .text
{
	width: 675px;
	background: url('/images/footerLogo.png') no-repeat 15px center;
	padding: 0 0 0 78px;
	margin: 5px 0 3px 0;
	height: 32px;
	float: left;
	color: #26408a;
	line-height: 15px;
}
.footer .text a
{
	color: #26408a;
}
.footer .counters
{
	float: left;
	padding: 5px 0 0 25px;	
}
.footer .copyright
{
    color: #6e6e6e;
    text-align: right;
    margin: 17px 22px 0 0;
}


.newsMenu 
{
    padding: 0 11px 0 7px;
}

.newsMenu .item
{
    border-bottom: solid 1px #d3d3d3;
    padding: 7px 0;
}

.breadCramp
{
	margin: 4px 0 0 2px;
	font-weight: bold;
}
.breadCramp a
{
	color: #000000;
}
.nodesList
{
	margin-top: 2px;
	background: url('/images/nodesListRowBg.png') left 1px;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
}
.nodesList a
{
	display: block;
	float: left;
	width: 90px;
	height: 30px;
	color: #127e1b;
	padding: 88px 0 0 0;
	margin: 0 9px;
	background-position: center 12px;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.subNodesList
{
	margin-top: 4px;
	border-bottom: solid 1px #d2d2d2;
	border-top: solid 1px #d2d2d2;
	background-position: left 9px;
	background-repeat: no-repeat;
	min-height: 72px;	
	padding: 3px 0 10px 100px;
}
.subNodesList .i
{
	float: left;
	width: 146px;
	margin: 5px 0px 0 0;
	vertical-align:center;
	min-height: 30px;
}
.subNodesList a
{
	font-weight: bold;
	color: #127e1b;
	font-weight: bold;	
}

.goodsListOrder
{
	float: right;
	font-size: 10px;
	margin: 4px 0 0 0;
}
.goodsListOrder a
{
	color: #000000;
}

.pager
{
	font-size: 10px;
	margin: 4px 0 0 0;
}
.pager a,
.pager b
{
	color: #000000;
	margin: 0 2px;
}

.pager div
{
	margin: 2px 0 0 0;
}

.goodsList
{
	margin: 6px 0 0 0;
	border-top: solid 1px #d2d2d2;
}
.goodsList .i
{
	border-bottom: solid 1px #d2d2d2;
	min-height: 109px;
	padding: 17px 0;
	font-family: Verdana, Sans-Serif;
}
.goodsList .i .img
{
	float: left;
	width: 138px;
	text-align: center;
	display: block;
	text-decoration:none;
}
.goodsList .i .description
{
	float: left;
	width: 542px;
	overflow: hidden;
	max-height: 40px;
	color: #626262;
	text-align: justify;
	text-decoration:none;
}
.goodsList .i .text
{
	float: left;
	width: 303px;
	padding: 2px 0 0 0;
}
.goodsList .i .text .name
{
	color: #2a418f;
	font-size: 12px;
	font-weight: bold;
	display: block;	
}
.goodstext {display: block; text-decoration: none;}
.goodstext .h1
{
    color:#D64530;
    font-size:12px;
    margin:0 0 4px;
    text-align:left;
    text-decoration: none;
    font-weight:bold;  
    display: block; 
}
.pn,
.presence
{
	font-size: 10px;
	font-weight: bold;
	margin: 3px 0 0 0;
	text-decoration: none;
	color: Black;
}
.presence
{
	text-align: center;
	color: #283e8a;
	margin-right: 5px;
}
.shortChars
{
	font-size: 10px;
	font-family: Verdana, Sans-Serif;
	margin: 3px 0 0 0;
}
.shortChars th
{
	color: #127e1b;
	width: 109px;
}
.shortChars td,
.shortChars th
{
	padding: 1px 0;	
}
.shortChars .alt td,
.shortChars .alt th
{
	background-color: #f5f5f5;

}
.goodsList .i .controls
{
	float: left;
	width: 101px;
	text-align: center;
}
.controls .price
{
	color: #d93c33;
	font-family: Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin: 34px 0 10px 0;
}

.controls a
{
	display: block;
	width: 98px;
	height: 19px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 19px;
	margin: 5px 0;	
	background: url('/images/goodsListBtn.png') no-repeat left top;
	color: #000000;
	text-decoration: none;
}

.goodsGallery,
.goodsInfo
{
	float: left;
	width: 100%;	

	margin: 5px 0 0 0;
	padding: 14px 0 0 0;
}
#goodsGalleryThumbs
{
	width:	100%;
	margin-top: 10px;
}
#goodsGalleryThumbs img
{
	cursor: pointer;
	margin-right: 17px;	
}
#goodsGalleryImage
{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 406px;
}
.goodsInfo
{
	width: 100%;
	font-family: Verdana, Sans-Serif;
}
.goodsInfo .text
{
	overflow: hidden;
}
.goodsInfo h1
{
	text-align: left;	
	color: #d64530;
	font-size: 14px;
	margin: 0 0 2px 0;	
}
.goodsInfo .description
{
	color: #283e8a;
	font-size: 10px;
	text-align: left;
	margin: 0 5px 20px 5px;
}

.goodsInfo .price
{
	color:	#127e1b;
	text-decoration:none;
	font-size: 14px;
	background-color: #ffffff;
	margin-top: 6px;
	text-align: center;
	z-index: 500;
}
.goodsInfo .controls .r
{
	float: center;
	margin-top: 0px;
}
.goodsInfo .controls .r a
{
	margin: 0 0 0 0;
	
}

.goodsShortName,
{
	float: left;
	width: 253px;	
	border-top: solid 1px #d2d2d2;
	margin: 5px 0 5px 0;
	overflow-x: hidden;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
}
.goodsAccessories,
.goodsChars
{
	float: left;
	width: 253px;	
	border-top: solid 1px #d2d2d2;
	margin: 5px 0 5px 0;
	overflow-x: hidden;
}
.goodsChars
{
	width: 290px;	
}
.goodsChars .shortChars th
{
	width: 100px;
	padding: 5px 0 5px 3px;

}
.goodsChars .shortChars td
{
	height=100%;
	valign=center;
	padding: 5px 0 5px 0;
}

.goodsPage h2
{
	padding: 0 0 0 0;
	margin: 0;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;	
	border-bottom: solid 1px #d2d2d2;
}
.goodsAccessoriesList
{
	padding-right: 6px;	
}
.goodsAccessories .i
{
	border-bottom: 	solid 1px #d2d2d2;
	padding-top: 3px;
}
.goodsAccessories .i .img
{
	float: left;
	width: 80px;
}
.goodsAccessories .i .controls
{
	float: left;
	width:	157px;
	padding: 0 3px 0 0;
	overflow: hidden;
}
.goodsAccessories .i .name
{
	color: #2a418f;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;	
}
.goodsAccessories .i .price
{
	text-align: right;
	margin: 2px 0 0 0;
	font-size: 10px;
	font-weight: bold;
}
.goodsAccessories .i a
{
	display: inline-block;
	background: url('/images/accessoriesListBtn.png') no-repeat left top;
	line-height: 17px;
	height: 17px;
	width: 77px;
		
}
.goodsAccessories .m
{
	width:	247px;
}


.goodsSimilar
{
	border-top: solid 1px #d2d2d2;
}
.goodsSimilar h2
{
	border: none;	
}
.goodsSimilar .goodsList
{
	border-top: 0;
	margin-top: 0px;
}
.goodsSimilar .goodsList .i
{
	border-bottom: 0;
	border-top: solid 1px #d2d2d2;
}



.orderItems 
{
	width: 100%;
	margin: 5px 0 0 0
}
.orderItems td,
.orderItems th
{
	border-top:  solid 1px #d2d2d2;
	border-bottom:  solid 1px #d2d2d2;
	padding: 4px 0;
}
.orderItems th
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: bold;	
}
.orderItems td.img
{
	width: 80px;
	padding-right: 10px;
	text-align: center;	
	vertical-align: middle;
	height: 62px;
}
.orderItems td
{
	font-size: 10px;
}
.orderItems th.price
{
	width: 80px;	
	text-align: center;
}
.orderItems .count
{
	width: 66px;
	text-align: center;
}
.orderItems td.name
{
	padding-top: 22px	
}
.orderItems td.name a
{
	color: #2a418f;
	font-size: 10px;
	font-weight: bold;
}
.orderItems td.count
{
	padding-top: 18px;	
}
.orderItems .count input
{
	border: solid 1px #c0c0c0;
	margin: 2px 0 -2px 0;
	padding: 0;
	width: 53px;
	height: 13px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Sans-Serif;
	padding-top: 1px;
	display: inline-block;
}

.orderItems td.price
{
	font-size: 10px;
	color: #22872a;
	font-weight: bold;
	text-align: right;
	padding-right: 16px;
	padding-top: 22px;
}
.orderItems td.price a,
.orderItems td.count a
{
	font-weight:normal;	
	display: block;
	margin: 15px 0 0 0;
}
.orderItems td.sum
{
	padding-right: 2px;	
}
.orderItems .DELETE_BUTTON_ITEM
{
	background: url('/images/del.png') no-repeat right 2px;
	padding-right: 15px;
}
.deliveryType h2
{
	background: url('/images/delivery.png') no-repeat left center;
	padding-left: 19px;
	
}

.deliveryType input
{
	vertical-align: top;
	cursor: pointer;
}
.deliveryType label
{
	color: #214289;
	font-size: 11px;
	cursor: pointer;
	display: inline-block;
	padding-top: 2px; 
}

td#deliveryPrice
{
	vertical-align: middle;	
	font-size: 10px;
	font-weight: bold;
	color: #22872a;
	text-align: right;
}
.itogo td
{
	padding: 11px 0;
	border-bottom: none;	
}
td#itogo
{
	font-size: 10px;
	font-weight: bold;
	color: #d93c33;
	text-align: right;
}
.UPDATE_BUTTON
{
	color: #ededed;	
}
.CLEAR_BUTTON
{
	background: url('/images/del.png') no-repeat left 2px;
	padding-left: 15px;
	margin-left:4px;
}

i.req
{
	color: Red;
	padding-right: 2px;	
	font-style:normal;
	display: none;
}

.clientInfo .ph,
.clientInfo .ur
{
	float: left;
	width: 261px;
	padding-right: 24px;		
	overflow: hidden;
}
.clientInfo .ur
{
	width: 257px;
	padding: 0;
}
.clientInfo .ur label
{
	line-height: normal;
	padding-top: 2px;
	padding-left: 5px;
	color: #25408d;
	font-weight: bold;	
	
}
#urEnabled
{
	vertical-align: middle;
}
.clientInfo .row
{
	line-height: 20px;
	margin-bottom: 6px;	
	color: #127e1b;
	overflow: hidden;
	height: 20px;
}
.clientInfo .t
{
	height: 70px;	
}

.clientInfo .line2
{
	line-height: 10px;	
}


.clientInfo .row input,
.clientInfo .row textarea
{
	float: right;
	width: 192px;
	padding: 0;
	height: 16px;
	border: solid 1px black;
}
.clientInfo .row textarea
{
	overflow: hidden;
	height: 67px;	
}
.clientInfo .ur .row input
{
	width: 174px;	
}
.clientInfo .row div input
{
	float: none;	
}
.clientInfo .row div
{
	float: right;
	color: Black;	
}
#field_CompanyNamePrefix
{
	width: 35px;
	margin: 0 2px 0 1px;
}
#field_CompanyName
{
	width: 121px;
	margin: 0 1px;	
}

.address
{
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	margin-bottom: 9px;
	padding-bottom: 12px;
}

.address .row input
{
	width: 474px;
	margin: 0 0 0 0;
}

.orderBtn
{
	font: bold 10px/19px Verdana;
	display: block;
	width: 	138px;
	height: 19px;
	background: url('/images/orderBtn.png') no-repeat left top;
	text-align: center;
	color: #000000;
	text-decoration: none;
}


.feedback th
{
	padding: 0 15px 0 0;
	text-align: right;
	line-height: 20px;
}
.feedback td input
{
	width: 200px;	
}
.feedback td textarea
{
	width: 300px;	
	height: 100px;
}

.presence1
{
	font-size: 10px;	
}

.xls
{
	background-image: url('/images/xls.gif');
	padding-left: 20px;
	line-height: 16px;
}
.zip
{
	background-image: url('/images/zip.gif');
	padding-left: 20px;
	line-height: 16px;
}

.filter 
{
    margin-top: 7px;
     border-top: solid 1px #bcbbb7; 
    padding: 7px 6px 3px 6px;
}

.filter .fieldName
{
    padding-left: 17px;    
    background: url('/images/arrr.png') no-repeat 3px 4px;
    margin-bottom: 5px;
    cursor: pointer;
    //margin-bottom: 8px;
}
.expanded .fieldName
{
    background: url('/images/arrd.png') no-repeat left 6px;
}
.filter .fieldName .n
{
    border-bottom: dotted 1px black;
    padding-bottom: 1px;
}
.filter .filterBoxes
{
    margin: 4px 0 0 17px;
    display: none;
}
.expanded .filterBoxes
{
    display: block;   
}
.filter .filterBoxes td
{
    padding-bottom: 4px;   
}
.filter .filterBoxes input,
.filter .single input
{    
    margin: 0 4px 0 0;
    padding: 0;
    //margin: -3px 2px -4px -4px;
    vertical-align: middle;
}
.filter .filterBoxes label,
.filter .single label
{
    vertical-align: middle;
}
.filter .single
{
    margin: 6px 0 7px 2px;   
}
