/*RIGHT*/

#sidebar_video {
	margin: auto;
	width: 280px;
	height: 210px;
	padding:10px;
	background-color: #000000;
}

#sidebar_products {
	margin: auto;
	width: 300px;
	height: 210px;
	padding:10px;
	margin-left:-5px;
	background: url(_img/bg_sidebar_right_products.jpg);
	background-repeat:repeat-y;
	background-position: top;
	background-attachment: scroll;
	position: relative;
}

#sidebar_products img {
	margin: 0px; margin-left:10px; margin-right:10px; margin-bottom:10px;
	_margin:10px;
	padding:0px;
	float:left;

}

#sidebar_products p {
	margin: 0px;
	_margin-top:10px;
	width: 148px;
	height: 78px;
	padding:10px;
	background-color: #CCCCCC;
	border:1px #999999 solid;
	float:left;
	font-size:16px;
	text-align:left;
	line-height:16px;
}

#sidebar_products a {
	background-color: #FF0000;
	color:#FFFFFF;
	font-size:9px;
}

#sidebar_products a:hover {
	background-color: #FF9900;
	color:#000000;
	font-size:9px;
}


.bt_products {
	width: 300px;
	height:20px;
	background:url(_img/bt_sidebar_right_products.png);
	_background:url(_img/bt_sidebar_right_products_ie.png);
	background-position:0 0px;

	cursor:pointer;
}

.bt_products span {
	display:none;
}


.bt_products:hover{
	width: 300px;
	height:20px;
	background-position:0 -20px;

}

#sidebar_dates {
	margin: auto;
	width: 300px;
	height:100%;
	padding:10px;
	margin-left:-5px;
	background-image: url(_img/bg_sidebar_right_dates.jpg); background-repeat:repeat-y;
	background-position: top;
	background-attachment: scroll;
	position: relative;
	text-align:left;
}

#sidebar_dates ul{
	margin:0px;
	padding:0px;
	margin-top:10px;
}

#sidebar_dates li {
	margin:0px;
	padding:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size:11px;
	text-transform:uppercase;
}

.bt_dates{
	width: 300px;
	height:20px;
	background:url(_img/bt_sidebar_right_dates.png);
	_background:url(_img/bt_sidebar_right_dates_ie.png);
	background-position:0 0px;
	cursor:pointer;
}

.bt_dates span {
	display:none;
}


.bt_dates:hover{
	width: 300px;
	height:20px;
	background-position:0 -20px;

}
