﻿/* my_product_support */
#my_product_support {
}

	#my_product_support div.my_product_support_item {
		padding: 10px 15px 10px 15px;
		border-top: 1px solid #000000;
	}

	#my_product_support div.my_product_support_description {
	}

		#my_product_support div.my_product_support_description div.description {
			float: left;
			width: 85px;
		}

		#my_product_support div.my_product_support_description a.my_product_support_logo {
			display: block;
			background-position: center center;
			width: 89px;
			height: 91px;
			margin-left: 85px;
			background-image: url('/BOL/Resources/img/my_product_support_logo.png');
			background-repeat: no-repeat;
		}

	#my_product_support div.navigate_my_product_support {
		margin-top: 25px;
	}

		#my_product_support div.navigate_my_product_support a {
			color: #3130CE;
			font-size: 9pt;
		}

			#my_product_support div.navigate_my_product_support a:visited {
				color: #CE009C;
			}
