body
{
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial;
}

a img
{
	border: 0px solid blue;
}

a,
a:visited,
a:hover
{
	text-decoration: underline;
	font-family: Tahoma;
	color: #777777;
}

div.mainbox_1
{
	width: 100%;
	background: url('/users/275/images/turbocomp_01.gif') left top repeat-y;
}

div.mainbox_2
{
	width: 100%;
	background: url('/users/275/images/turbocomp_04.gif') right top repeat-y;
}

div.mainbox
{
	/* margin-left: 26px;
	margin-right: 35px; */
	background-color: #ffffff;
}

a.navigation,a.navigation:visited,a.navigation:hover
{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma;
	margin: 0px 20px;
	text-transform: uppercase;
	font-weight: bold;
}

div.top_row
{
	/* background: url('/users/275/images/turbocomp_30.gif') top repeat-x; */
	height: 11px;
	width: 100%;
}

div.left_menu
{
	width: 190px;
	padding: 0px;
	float: left;
	display: table;
}

.left_menu__table {
	/* border: 1px solid grey; */

}
td.left_nav
{
	border-bottom: 1px dashed #d9d9d9;
	padding-left: 32px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	width: 100%;
	background: url('/users/275/images/turbocomp_35.gif') no-repeat 12px 11px;
}

a.left_nav,a.left_nav:visited,a.left_nav:hover
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #777777;
}

div.left_header
{
	padding-left: 32px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	width: 100%;
	background: url('/users/275/images/turbocomp_35.gif') no-repeat 12px 11px;
	font-family: Tahoma;
	font-size: 11px;
	color: #777777;
}

div.left_link
{
	margin-top: 8px;
	margin-right: 8px;
}

div.left_link a
{
	text-decoration: none;
	margin-left: 32px;
	font-family: Tahoma;
	font-size: 11px;
	color: #777777;
}

div.left_search
{
	text-decoration: none;
	margin-left: 32px;
	font-family: Tahoma;
	font-size: 11px;
	color: #777777;
}

div.left_search form input
{
	border: 1px solid #dfe1e2;
	background-color: #ffffff;
}

div.breadcumb
{
	padding-left: 32px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	margin-left: -20px;
	width: 70%;
	background: url('/users/275/images/turbocomp_35.gif') no-repeat 12px 13px;
	font-family: Tahoma;
	font-size: 15px;
	color: #2070af;
	text-transform: uppercase;
	white-space: nowrap;
}

div.bottom_line
{
	width: 100%;
	background: url('/users/275/images/turbocomp_60.gif') repeat-x;
	height: 1px;
	margin: 10px 0px;
	float: left;
}

div.footer
{
	width: 100%;
	background: url('/users/275/images/turbocomp_30.gif') repeat-x;
	margin: 10px 0px;
	padding-top: 16px;
	padding-bottom: 6px;
	font-family: Tahoma;
	font-size: 12px;
	color: #2070af;
	text-transform: uppercase;
	float: left;
	text-decoration:none
}
div.footer a
{
     color: #2070af;
     text-decoration:none;
    text-transform: none;
 }

td.product_table {
	/* width: 100%; */
	float: left;
	text-align: left;
}
td.product_table td,
td.product_table div,	
td.product_table img,
td.product_table td img {
	/* width: auto !important;
	max-width: 100% !important; */
	height: auto;
}

.mainbox  .main_table {
	padding-left: 15px;
	padding-right: 15px;
}
.left_sidebar {
	width: 190px;
}
.content_right {
	padding-left: 15px;
}
.images.flex {
	/* display: flex;
	justify-content: space-between; */
}
td.product_table .images.flex img {
	display: inline-block;
	width: 30%;
	max-width: 300px;
	height: auto;
	margin-right: 35px;
}
td.product_table .images.flex img:last-of-type {
	margin-right: 0;
}
.product_table.content_right img {
	/* display: none; */
	/* max-width: 30%; */
	/* width: auto;
	height: auto; */
}
.content_right__title,
.content_right p {
	font-family: Verdana;
	font-size: 16px;
}
.content_right ul{
	/*list-style-type: none;*/
	padding-left: 0;
	font-family: Verdana;
	margin-top: 0;
}
.content_right ul li {
	font-size: 13px;
}
.content_right ul.main li {
	font-size: 16px;
}
.content_right__title {
	color: #336699;
}
.content_right p.content_right__title-green {
	color: #009900;
	font-size: 13px;
	margin-bottom: 3px;
}
.content_right p.red {
	color: #cc0000;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.border_bottom {
	border-bottom: 1px dashed #525151;
    margin: 3px 0;
}
.orange {
	color: #ff6600;
}
.green {
	color: #006600;
}
.blue {
	color: #0066cc;
}
.item_content {
	padding-top: 15px;
}
.item_content p {
	margin: 1px 0;
	font-size: 13px;
}
.item_images_top img {
	max-width: 30%;
}
.pr_15 {
	padding-right: 15px;;
}