/* разметка */
body {
    padding-top: 20px;
    padding-bottom: 40px;
	background:url(/img/body_pattern.jpg);
	background:url(/img/body_top_elipse.png),url(/img/body_top_gradient.png),url(/img/body_pattern.jpg);
	background-position:center -50px,top left,top left;
	background-repeat:no-repeat,repeat-x,repeat;
    }
.dashed {border-top: 1px dashed #ADADAD;}

/* меню */

.dropdown-menu {
	width: 350px;
}

/* типографика */

h4.gearType {
	text-align:left;
	border-top:2px solid #6A5ACD;
	padding: 5px 0px 5px 10px;
	
	}
	
h4.error {
	color:#B0171F;
	border-left: 3px solid #B0171F;
	padding-left:50px;
	}	
	

h4.gearTitle {padding-bottom:5px;}
h4.gearTitle a {text-decoration:underline; font-weight:normal;}	
	
p.gearBriefDescr {padding-bottom:1.5em;}	

ul.custom {text-align:left;}
ul.custom li a {line-height:1.5em;}

div.dropdownHeader {padding:5px 20px 0px 25px; font-weight:bold;  white-space:nowrap;}
li.dropdownItem {list-style-type:none; white-space:nowrap;}
	  
/* интерфейс */

a.moreButton {margin:10px 0 10px 0px;}

/* картинки */
img.figure {margin:30px 0px 15px 0px; border:1px solid #666;}

.footerIcon {
 width: 25px;
 height: 25px;
 }

