﻿/*  width: 742px */

.sl_main
{
	float: left;
	margin-left: 9px;
	margin-top: 10px;
	padding-bottom: 3px;
	width: 300px;
}
.sl_bImageBorder
{
	float: left;
	width: 100%;
	clear: both;
}
.sl_navigation
{
	float: left;
	width: 110%;
	margin: 3px 0;
}
.sl_navigation div
{
	background-color: Black;
	float: left;
	margin: 1px 6px 1px 0;
	text-align: center;
	width: 148px;
}
.sl_navigation a
{
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.sl_products
{
	float: right;
	margin-right: 9px;
	margin-top: 3px;
	width: 414px;
}
.sl_item
{
	border: 1px solid silver;
	clear: both;
	float: left;
	margin: 7px 0 0;
	padding-bottom: 5px;
	padding-top: 6px;
	width: 100%;
}
.sl_imageborder
{
	float: left;
	width: 70px;
	margin: 0 10px;
}
.sl_productdata
{
	float: left;
	width: 320px;
}
.sl_prd_name
{
	float: left;
	width: 100%;
	clear: both;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.sl_prd_price
{
	float: left;
	width: 100%;
	clear: both;
	margin: 1px 0 3px 0;
	font-size: 14px;
	font-weight: bold;
}
.sl_prd_desc
{
	float: left;
	width: 100%;
	clear: both;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
}


.sl_main img
{
	border: 1px solid silver !important;
}

.sl_otherAudiences
{
	border-top: 5px solid black;
	clear: both;
	float: left;
	padding-bottom: 5px;
	padding-top: 8px;
	width: 100%;
}
.sl_prevArrow
{
	float: left;
	width: 15px;
}
.sl_photo
{
	float: left;
	margin: 3px 4px;
	width: 68px;
}
.sl_nextArrow
{
	float: left;
	width: 15px;
}

.sl_right, .sl_left
{
	float: left;
	height: 88px;
	margin-top: 0px;
	width: 15px;
}
.sl_left
{
	background: url(../../Images/prevArrow2.jpg);
	background-repeat: no-repeat;
}

.sl_right
{
	background: url(../../Images/nextArrow2.jpg);
	background-repeat: no-repeat;
}
.sl_right
{
	margin-right: 7px;
	float: right;
}
.sl_left
{
	margin-left: 8px;
	margin-right: 5px;
}
