/*  body,td,th {
	font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
}*/
body {  font-size: 14px; }
h1 { font-size: 18px;  } 

.top-bar { background: #444; }
.top-bar-section li a:not(.button) {background: #444; }
.top-bar-section li a:not(.button):hover {background: #333; }
.top-bar ul li.name{background:#C00; }
.top-bar ul li a {color:#FFF; }
a{
outline: medium none !important;
}
/* grid */
.box {}
.box_border {  margin-bottom:10px; padding:10px;overflow:auto; background-color:#FFF; border-top: #CCC solid 1px;/* box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4); */}
.box p { font-size: 12px; /*margin: 0px; padding: 12px 0px; */}
.box h4 { padding-bottom: 10px; font-size: 12px; margin-bottom: 0px; line-height:1.5;}
.box_comment { background: rgb(250, 250, 250); padding: 8px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; soverflow: hidden;}
.box_comment p { margin: 0px; padding: 0px; font-size: 11px;}

.reduction {width:75px;height:50px;padding:14px 0 0 0;background:url(../../files/reduction.png) 0 0 no-repeat;font:bold 14px "Arial";color:#fff;text-align:center;position:absolute;right:15px;top:100px;}
.reduction_row {width:75px;height:50px;padding:14px 0 0 0;background:url(../../files/reduction.png) 0 0 no-repeat;font:bold 14px "Arial";color:#fff;text-align:center;position:absolute;left:30px;top:0px;}
.featured  {height:34px;padding:12px 0 0 20px;background:url(../../files/center_col_title.png) 0 0 no-repeat;margin-bottom:10px;}
.featured_row  {min-height:34px;padding:12px 0 0 0;background:url(../../files/center_col_title.png) -10px 0 no-repeat;margin-bottom:20px;}
.top-bar .toggle-topbar.menu-icon a {  width: 280px; }

form {display:inline ; padding:0; margin:0}

.socials {text-align:right;margin-bottom:6px;}
.socials a {color:#999; text-decoration:none;}
.socials a:hover {color: #F00}
.name h1 a { font-size:15px;}
.top-bar-section ul { font-size:15px}
.top-bar-section .has-dropdown > a { padding-right: 30px !important; }

.row {
    max-width: 70em;
}

.ustom-bg {
    background-color: #ff6c3c;
    border-color: #ff4609;
    color: white;
}

.inline-list > li {margin-left: 1em; }

dd a { color: #555 }

.model select {
	top: 0;
	height: 2.3125em;
	margin-bottom: 1.25em;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	line-height: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 0.875em;
	cursor: pointer;
	display: inline-block;
	position: relative;
	border: 1px solid #ccc;
}
.model styledSelect {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: white;
	background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
	background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
	padding: 0 10px;
	font-weight: bold;
}
.model styledSelect:after {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: black transparent transparent transparent;
	position: absolute;
	top: 9px;
	right: 6px;
}
.model styledSelect:active, .styledSelect.active {
	background-color: #eee;
}
.model options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0 0;
	padding: 0 0;
	list-style: none;
	border: 1px solid #ccc;
	background-color: white;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.model options li {
	padding: 0 6px;
	margin: 0 0;
	padding: 0 10px;
}
.model options li:hover {
	background-color: #39f;
	color: white;
}
.orbit-container {
 /*   width: 425px;*/
}