.scrollWrap { width: 700px; background: transparent url(../images/tile.jpg) repeat-x scroll 0 207px; margin-top:10px; }
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#container .inside_main .content ul.items { padding: 0; }
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 580px;
	height:245px;

	/* custom decorations */
	/*background:transparent url(../images/tile.jpg) repeat-x scroll 0 93.12%;*/
}

.scrollable-logo {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 910px;
	height:75px;
	margin-left:35px;

	/* custom decorations */
	/*background:transparent url(../images/tile.jpg) repeat-x scroll 0 93.12%;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	padding: 0;
}

.scrollable-logo .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	padding: 0;
}

#category_parts .scrollable .items li {
	/* this cannot be too large */
	list-style: none;
	float: left;
	/*margin: 0 5px 20px 11px;*/
	margin: 0 10px 20px 12px;
	padding: 0;
	background: none;
}

/* single scrollable item */
#category_parts .scrollable .items li img {
	/*float:left;
	background-color:#fff;*/
	/*border:1px solid #ccc;*/
	cursor:pointer;
	width:106px;
	height:147px;
	padding:10px 10px 4px 8px;
}

#category_parts .scrollable .items li span {
	display: block;
	width: 120px;
	padding: 3px 0 0;
	font-size: 11px;
	line-height: 1.1;
	text-align: center;
	margin-top:8px;
}

/* active item */
#category_parts .scrollable .items li.active {
	background: url(../images/slider_frame_03.png) no-repeat;
	z-index:9999;
	border: medium none;
	position:relative;
	padding-bottom:70px;
}
#category_parts .scrollable .items li.active span {
	color: #12794B;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/next.png) no-repeat;
	display:block;
	width:30px;
	height:47px;
	float:left;
	margin:60px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ clear:right; margin-right: 0px;}
a.right:hover 		{ }
a.right:active 	{  } 


/* left */
a.left				{ margin-left: 20px; background:url(../images/prev.png) no-repeat; } 
a.left:hover  		{  }
a.left:active  	{  }

/* up and down */
a.up, a.down		{ 
	background:url(../images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	/*visibility:hidden !important;	
	opacity:0.2;*/
} 	

.sliding_panel { display: none; width: 730px; height: 340px; padding: 0; }
#panelWrapper { display: block; clear: both; height: 342px; overflow: hidden; }



/* Vertical Scroll Style */
/* root element for scrollable */
.StoreDetails div.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 220px;	 
	width: 320px;
	border-top:1px solid #ddd;	
	
	margin: 0;
	padding: 0;
}

/* root element for scrollable items */
.StoreDetails .items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	border-bottom:1px solid #ddd;
	margin:0;
	padding:6px 0;
	font-size:12px;
	height:30px;
	width:320px;
	list-style:none;
}

/* elements inside single item 
.items img {
	float:left;
	margin-right:20px;
	width:100px;
}

.items dl { 
	overflow: hidden;
	padding:0 0 0 4px;
}

.items dt, .items dd { 
	display: block;
	float: left;
	padding: 2px 0;
}

.items dt { 
	width: 50px;
	padding-right: 10px;
	font-weight: bold;
	clear: left;
}

.items dd { 
	
}
*/
#container .inside_main .content .StoreDetails .items h3 {
	margin:0 0 5px 0;
	font-size:15px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	padding:0;
	width:318px;
	margin:30px 0 5px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	



dl.store-details-content dt{
  position:relative;
  background:url(images/dot.gif) bottom left repeat-x;
  padding-bottom:5px;
}
dl.store-details-content dt strong{
  font-weight:bold;
  padding:0.1em 0.3em 0.2em 0;
}
dl.store-details-content dt span{
  position:absolute;
  right:0;
  padding:0.1em 0 0.2em 0.3em;
}

dl.store-details-content  dd {
	margin-bottom:.5em;
	margin-left:0;
	color: #888;
	text-align: right;
	font-size: 11px;
}
