﻿
/** Best Sellers **/
.bestSellers
{
		background-color:#FFF;
		width:195px;
		height:100px;
}
.ticketOfferHeader
{
		background: url(../../repository/images/site/header/ticket_offer_header.gif) no-repeat;
		height:40px;
}
.backgroundWhite_random {
		background-color:#FFF;
		padding:1px 0 1px 10px;
}
.bestSellBtnUnactive
{
		clear:both;
		display:block;
		width:187px;
		height:20px;
		border-bottom:1px solid #FFF;
		background:#D6E2EE url(../../repository/images/site/bestseller_menu_slicea.gif) repeat-x bottom;
		padding:3px 0 1px 8px;
}
.bestSellBtnActive
{
		clear:both;
		display:block;
		width:187px;
		height:20px;
		border-bottom:1px solid #FFF;
		background:#B6CEE4 url(../../repository/images/site/bestseller_menu_sliceb.gif) repeat-x bottom;
		padding:3px 0 1px 8px;
}
.bestSellerItemBlock
{
		width:187px;
		background-color:#FFF;
		padding:0 0 5px 8px;
}
.bestSellerItem
{
	width:185px;
	min-height:35px;
	background-color:#FFF;
	padding:5px 0 0 0;
}
.bestSellerItemLink
{
	display:block;
	font-weight:bold;
	margin:0;
	color:#333;

}
.bestSellerItemLink a:link,
.bestSellerItemLink a:visited { 
color: #333;
text-decoration: underline;
font-weight:bold;
}
.bestSellerItemLink a:hover {
color: #333;
text-decoration:none;
font-weight:bold;
}
.bestSellerItemLink a:active { 
color: #333;
text-decoration: underline;
font-weight:bold;
}

.bestSellers_holder a:link,
.bestSellers_holder a:visited { 
color: #333;
text-decoration: underline;
font-weight:bold;
}
.bestSellers_holder a:hover {
color: #333;
text-decoration:none;
font-weight:bold;
}
.bestSellers_holder a:active { 
color: #333;
text-decoration: underline;
font-weight:bold;
}
.listHorizontalDots
{
		width:175px;
		height:1px;
		background:#fff url(../../repository/images/site/dotted_break_h.gif) repeat-x;
}

