.tm--inside--widget {
	width: 100%;
	margin-top: 15px;
	background: #d2d2d2;
	border-radius: 9px;
}

.tm--inside--widget--titlebar {
	height: 32px;
	background-color: #f66d58;
	border-radius: 9px 9px 0px 0px;
}

.tm--inside--widget--titlebar--logo {
	text-align: center;
	margin-top: -44px;
}

.tm--inside--widget--desc {

}

.tm--inside--widget--summary {
	background: #fff;
	margin-top: 0;
	margin-left: 3px;
	margin-right: 3px;
	padding: 20px;
	border-radius: 0px 0px 9px 9px;
}

.tm--inside--widget--summary h4 {
    margin: 0;
    padding: 0;
    font-family: 'Lato', Tahoma, Helvetica, Sans-Serif;
    text-align: center;
    color: #ee695f;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    padding-left: 25px;
    background: url(../svg/inside-logo.svg) 0px 0px no-repeat;
    padding-top: 3px;
    height: 31px;
    float: left;
}

.tm--inside--widget--summary h4 span {
	font-weight: 900;
	font-size: 15px;
}

.tm--inside--widget--summary h3 {
	margin: 0;
	margin-top: 0px;
	padding: 0;
	font-family: 'Lato', Tahoma, Helvetica, Sans-Serif;
	text-align: left;
	color: #585966;
	font-weight: bold;
	font-size: 16px;
}

.tm--inside--widget--summary p {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	font-family: 'Lato', Tahoma, Helvetica, Sans-Serif;
	text-align: left;
	color: #666666;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 10px;
}

.tm--inside--widget--link {
	display: inline-block;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 13px;
	font-family: 'Lato', Tahoma, Helvetica, Sans-Serif;
	font-size: 13px;
	text-decoration: none;
	color: #5e5e5e;
	text-shadow: 0px 1px 0px #eeeeee;
	transition: 0.1s all linear;
}

.tm--inside--widget--link span {
	font-weight: 900;
}

.tm--inside--widget--link:hover {
	color: #000;
	text-decoration: none;
}

.tm--inside--widget--link--1 {
	font-family: 'Lato', Tahoma, Helvetica, Sans-Serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #ff5601;
	display: inline-block;
	background: url(../png/arrow_insidewidget.png) right center no-repeat;
	padding-right: 15px;
}

.tm--inside--widget--link--1:hover  {
	text-decoration: underline;
}

.tm--inside--widget--paragraph--secondary {
	margin: 0 !important;
	padding: 0;
	color: #A7A7A7 !important;
}

.tm--inside--widget--bottom {
	text-align: center;
}

.intgraph-main {
	width: 320px;
	border: 0px solid #cccccc;
	box-shadow: 0px 0px 5px #ccc;
}

.intgraph-product {
	padding: 30px 0 30px 0;
	text-align: center;
	background: #6e6f70 url(../png/intgraph_product_bg.png) top center repeat-x;
}

.inside-tiptip {
    float: left;
    margin-top: 5px;
    margin-left: 4px;
	    cursor: help;
}

.inside-tiptip img {
margin-bottom: 5px;
}

.inside-logo-area {
	margin-left: -7px;
}