/* CSS Document */

#product_sections {
	width:700px;
	float:left;
	position:relative;
}

#category_title {
	left:100px;
	position:absolute;
	top:0px;
}

#alphabetical_title {
	left:0px;
	position:absolute;
	top:0px;
}

h2#alphabetical_title, h2#category_title  {
	background-image:url(images/section_tab.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
	height:35px;
	width:100px;
	text-align:center;
	display:block;
	display:none;
}

h2#alphabetical_title a,h2#category_title a {
	color:#ffffff;
	text-decoration:none;
	padding:5px 0;
	border-bottom:none;
	display:block;
	height:35px;
	width:100px;
}

h2#alphabetical_title a:hover,h2#category_title a:hover {
	color:#3366cc;
	border-bottom:none;
        background-color:transparent;
}


.product_sections_content {
	width:700px;
	display:none;
	margin-top:35px;
}

.product_sections_content h3 {
	font-size:18px;
	/*color:#e50000;*/
	padding:0 0 5px;
	margin:0px;
}

.product_sections_content p{
	width:700px;
	
}

#alphabetical .index_links li {
	float:left;
	text-transform:uppercase;
	color:#CCCCCC;
	background:none !important;
	display:block;
	width:21px;
	height:21px;
	font-size:18px;
	text-align:center;
}

#alphabetical .index_links li a {
	display:block;
	width:21px;
	height:21px;
	border-bottom: none !important;
}

#alphabetical .index_links,#category .index_links {
	margin:35px 0px 20px 0px;
	padding:5px 0 0 0;
	height:100px;
	background-image:url(images/bg_prod_index.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:480px;
}

#category .index_links li {
	float:left;
	background:none !important;

}

#category .index_links li a {
	padding:3px 10px 3px 0;
	border-bottom: 1px solid #999999;
}

.section_active {
	background-image:url(images/section_tab_active.gif) !important;
	background-repeat:no-repeat;
	background-position:left bottom;
}

.section_active a {
	color:#3366cc !important;
}

.related {
	float:right;
	width:110px;
	background-image:url(images/prod_index_rel_top.gif);
	background-repeat:no-repeat;
	background-color:#f2f2f2;
	background-position:left top;
	overflow:hidden;
	padding-top:5px;
margin-bottom:10px;
}

.related_bottom {
	background-image:url(images/prod_index_rel_bottom.gif);
	background-repeat:no-repeat;
	background-position:left -8px;
	display:block;
	overflow:hidden;
	height:10px;
}

.related h4 {
	text-indent:10px;
	font-size:16px;
	margin:0px !important;
	padding:5px 0 0 0 !important;
}

.related p {
	padding:0px !important;
        line-height:11px !important;
}

.product_wrapper .related p a {
	width:90px;
	display:block;
	margin:0px;
        padding:5px 10px 5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:none !important;
}

#content_main #product_sections .product_wrapper .related p a:hover {
	border-bottom:none; !important;
        background:#e1e1e1 !important;
        color:#333;
}


.product_wrapper {
	clear:both;
	margin-bottom:20px;
	width:700px;
}
.info{
       font-size:14px;
       display: inline-block;
       margin-left:20px;
}

#news_events #main li, #events #main li, #news #main li {
	background:none;
}
