﻿.x{}
div.block_right
{
	float: right;
	width: 260px;
}

div.block_main
{
	width: 490px;
	float: left;
}

div.buttons
{
	width:100%;
	clear:both;
	text-align:center;
}
div.buttons div.in
{
	margin:auto;
	padding:auto;
	width:740px;
}

div.promos
{
	width: 100%;
	padding-bottom: 10px;
	cursor: pointer;
}

div.promos div.promos_top
{
	background: url('/App_Themes/soco/layout/promo-top.jpg.ashx') no-repeat;
	width: 100%;
	display: block;
	height: 20px;
	text-align: center;
	color: White;
}

div.promos div.promos_top2
{
	background: url('/App_Themes/soco/layout/promo-top2.jpg.ashx') no-repeat;
	width: 100%;
	display: block;
	height: 9px;
	text-align: center;
	color: White;
}



div.promos div.promos_content
{
	background: url('/App_Themes/soco/layout/promo-content.jpg.ashx') repeat-y;
	height: 370px;
	text-align: center;
}


div.promos div.promos_content2
{
	background: url('/App_Themes/soco/layout/promo-content.jpg.ashx') repeat-y;
	height:40px;
	padding-top:3px;
	margin:0;
	vertical-align:middle;
}

div.promos div.promos_content2 img
{
	padding-left:5px;
	float:left;
	vertical-align:middle;
}

div.promos div.promos_content2 a 
{
	/*font-size:medium;*/
}



div.promos div.promos_top h3
{
	margin: 0;
	padding: 0;
	border: 0;
	padding-left: 10px;
	padding-top:3px;
}

div.promos div.promos_top h3 a
{
	text-decoration: none;
	color: White;
	width: 100%;
	display: block;
}

div.promos div.promos_top h3 a:hover
{
	text-decoration: underline;
}

div.promos div.promos_bottom
{
	background: url('/App_Themes/soco/layout/promo-bottom.jpg.ashx') no-repeat;
	width: 100%;
	display: block;
	height: 9px;
}


div.promo
{
	float: left;
	width: 95%;
	display: block;
	border-bottom: solid 1px #CCCCCC;
	padding: 5px 0 0 5px;
}

div.promo:hover, div.promo:hover a
{
	background-color:Red;
	color:White;
}

div.promo div.thumbnail
{
	width: 55px;
	height: 45px;
}

div.promo div.details
{
}

div.promo div.details span.price
{
	color: red;
	font-weight: bold;
}



/* Scroller Box */
#scroller_container {
	text-align: left;
	height: 365px;
	width: 96%;
	margin: auto;
	padding: auto;
 overflow: hidden;
}
/* Scroller Box */

/* CSS Hack Safari */
#dummy {;# }

#scroller_container {
 overflow: auto;
}
