@charset "utf-8";
.products_index {
	font-family: Arial, Helvetica, sans-serif;
}

.products_list {
	width: 550px;
	clear: both;
	border: 1px solid #E6E6E6;
	margin: 15px 1px 1px;
	padding: 1px;

}


.products_list ul {
	margin: 2px;
}

.products_list li {
	border: 1px solid #EEEEEE;
	float: left;
	width: auto;
	list-style-type: none;
	margin: 4px;
	padding: 4px;
	background-color: #F3F3F3;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	list-style-position: inside;
	font-size: 16px;
	font-style: italic;
}

.products_list li a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bolder;
	padding: 4px;
}

.products_list li span {
	font-size: 12px;
}


.bk_products_list {
	width: 630px;
	clear: both;
	border: 1px solid #333;
	margin: 15px 1px 1px;
	padding: 1px;
	background-color: #000000;
	color: #FFFFFF;
}


.bk_products_list ul {
	margin: 2px;
}

.bk_products_list li {
	border: 1px solid #EEEEEE;
	float: left;
	width: auto;
	list-style-type: none;
	margin: 4px;
	padding: 4px;
	background-color: #F3F3F3;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	list-style-position: inside;
	font-size: 16px;
	font-style: italic;
}

.bk_products_list li a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bolder;
	padding: 4px;
}

.bk_products_list li span {
	font-size: 12px;
}

.product_popup_image {
	font-size: 12px;
}

.4870x2 {
	font-family: Arial, Helvetica, sans-serif;
}

.4870x2 a:hover {
	background-image: url(../images/front_promo_4870x2.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

.product_intro_image {
	float: left;
}

.product_intro_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 315px;
	float: right;
	padding: 10px;
	margin: 0px;
	height: auto;
	color: #FFF;
}

.product_intro_text h2{
	color: #F00;
}

.product_tab_main_container {
	border: 1px solid #333;
	margin: 10px 1px 1px;
	padding: 4px;
	float: left;
	width: 630px;
	height: auto;
}


.product_link { cursor:pointer; display:block; background:#FFF;} 
.product_link:link {
	color: #000000;
	font-size: 12px;
}
.product_link:hover {
	font-weight: bolder;
	color: #FF0000;
}

.product_link:visited {
	color: #000000;
}
