.row, .span12 {
    margin-left: 0;
}
.well4{
	margin-left:30px;
}

.ProductCatalog-image {
    float: left;
    margin: 0 14px 14px 30px;
    min-height: 50px;
    padding: 4px;
    text-align: center;
}
/*.productSmartForm{
	min-height: 280px;
}*/
.bg-gray {
    background:#EFEFEF;
	margin:5px auto;
	width:270px;
}

.bg-gray img{
	width: 34px;
	height: 34px;
	margin-left:5px;
}

.line-spacer-top {
    border-top: 1px solid #DCDCDC;
    margin: 1.5em 0;
    padding: 1em 0 0;
}

.margin-tb{
	margin:20px 0;
}
.margin-tb > a{
	 line-height: 100px;
    min-height: 100px;
}
.margin-tb > .span3 > ul{
	margin: 0 0 15px 35px;
}
.margin-tb > .span3 > ul li{
	list-style:disc;
}
.categoryLink {
    display: block;
}

#solutions-side{
	margin-bottom:10px;
}

h4 small{
    color: #696762;
    display: block;
    font-size: 1.33333em;
    font-weight: 300;
}

.page-title small {
    color: rgba(51, 51, 51, 0.5);
}
.catalog-input{
	margin: 20px 0 20px 0;
}
.catalog-input .catalog-dropdown {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    width: 220px;
	height: 30px;
    line-height: 30px;
}
.divbtn{
	display: inline;
	margin-left: 10px;
}
.divbtn .btn,.center .btn {
	width:80px;
	height:30px;
	line-height:30px;
	font-family: Verdana,Geneva,sans-serif;
}
.catalog-input .riDisabled{
	 border-color: #D0D0D0;
    color: #8A8A8A;
    cursor: default;
	background: none repeat scroll 0 0 #FFFFFF;
    font: 12px arial,sans-serif;
    border-style: solid;
    border-width: 1px;
    padding: 2px 1px 3px;
    vertical-align: middle;
}
.hidden-phone{
	font-weight:bold;
	height:50px;
}
.table-css{
	border-color:#E0E0E0;
	border-width:1px;
	border-style:Solid;
	width:100%;
	border-collapse:collapse;
}
.table-bg{
	background-color:#F0F0F0;
}
.table-height{
	line-height:40px;
	height:40px;
}
.table-height td{
	padding-left:10px;
}
.center{
	text-align:center;
}
.icon-print{
	background:url(../images/print.png) no-repeat;
	padding-left:20px;
}
.icon-file{
	background:url(../images/excel.png) no-repeat;
	padding-left:20px;
	margin-left:20px;
}
.table {
    margin-bottom: 20px;
    width: 100%;
	border-collapse:collapse;
}
.affix {
    position: fixed;
}
.affix {
    top: 0;
	background-color: rgb(255, 255, 255);
}
.table th, .table td {
    border-top: 1px solid #DDDDDD;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

.parts {
    clear: both;
    margin-bottom: 40px;
	margin-top:20px;
}
.parts h4{
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 1em;
}
.parts p {
    color: #666666;
    float: left;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    color: #000000;
    font-size: 12px;
    line-height: 1.75em;
}
.parts p a {
    font-size: 12px;
    font-style: normal;
    margin-left: 10px;
}
.parts p a:link, .parts p a:visited {
    color: #4493BC;
    text-decoration: none;
}
.parts p a:hover{
    text-decoration: underline;
}
.parts table {
    margin-bottom: 20px;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.parts-list tr:nth-child(2n+1) {
    background: #FFFFFF;
}
.parts-list tr:nth-child(2n) {
    background: #F0F0F0;
}
.parts-list tr:nth-child(2n):hover, .parts-list tr:nth-child(2n+1):hover {
    background: #ccedfe;
	cursor:pointer;
}
.parts-list tr.table-head, .parts-list tr.table-head:hover {
    background: url(../images/pro_table_bg.png) repeat-x;
    height: 60px;
	cursor:pointer;
}

.parts-list th {
    border-right: 1px solid #549BBF;
    color: #FFFFFF;
    font-size: 11px;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}
.cell-wrapper {
    position: relative;
}

.parts-list th .sorts {
    height: 11px;
    margin: -8px 10px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
}
.parts-list th a {
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    padding: 12px 20px 12px 14px;
    text-align: center;
}
.parts-list th .sorts a.sort-desc, .parts-list th .sorts a.sort-asc {
    background: url("../images/sort-arrow.png") no-repeat;
    height: 8px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 13px;
}

.parts-list th .sorts a.sort-asc {
    background-position: center -3px;
    margin-bottom: 2px;
}
.parts-list th .sorts a.sort-desc {
    background-position: center -11px;
    margin-bottom: 3px;
}
.parts-list tr.param-uom, .parts-list tr.param-uom:hover {
    background: -moz-linear-gradient(center top , #3E9ECF 0%, #3190C1 100%) repeat;
	cursor:pointer;
}
tr.param-uom th {
    border-bottom: medium none;
    border-right: 1px solid #58A7D3;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
}
.parts-list td, .table-data td {
    border-bottom: 2px solid #D9D9D9;
    color: #000000;
    font-size: 13px;
    min-width: 100px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

table.content-description{
	border-collapse: collapse;
    border-spacing: 0;
}
table.content-description td ul {
    margin-left: 16px;
}
table.content-description td, table.content-description td ul li {
    font-size: 12px;
    vertical-align: top;
	width:350px;
}
table.content-description td ul li {
	list-style:disc;
	padding-right: 8px
}
table.content-description td h4{
    font-size: 16px;
}
.attenuation{
	float:left;
	width:220px;
	margin-bottom:30px;
	text-align:center;
}
img.pro{
	height:170px;
	margin-bottom:20px;
}
img.click{
	height:60px;
}