/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	margin: 0px;
	padding: 0px;
	width: 99%;
	position:relative;
	height:200px;
	overflow: hidden;
	border: none;
	
	
}


/*
	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;
	/*border:1px dotted;*/
	/*background:url(../graphics/white.jpg) repeat-x;*/
	clear:both;
	border: none;
}

/* single scrollable item */
.list1 {
	padding: 0px;
	width: 175px;
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	z-index:9999;
}
.list_homepage{
        padding: 0px;
        float:left;
        margin-top: 0px;
        margin-right: 3px;
        margin-bottom: 0px;
        margin-left: 3px;
        z-index:9999;
}
a.scrollfavorite
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;	
	
}
/*
.div img {
	float:left;
	margin:1px 4px 5px 5px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
}*/

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;

	text-align:center;
	position:relative;
	border: none;
}

.scrollable .infonew 
{
	position:absolute;
	width:125px;
	height: 15px;
	top: 75px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	display: block;
	background:url(../img/f_image/fill-bg.gif) repeat-x;
	
	
}

.scrollable .listdata
{
	widht:125px;
	border:none;
	position:absolut;
	overflow:hidden;
	z-index:1;
	padding:0px;
	margin:0px;
	height:15px;
	margin:0px 2px 2px -2px;
	background:url(../img/f_image/fill-bg.gif) repeat-x;
}

/*
position:absolute
	float:left;
	margin-top: 75px;
	padding: 3px 0px 0px 0px;
	background-color:#fff;
	padding:2px;
	display: block;
	cursor:pointer;
	width:127px;
	height:15px;
	background:url(../img/f_image/fill-bg.gif) repeat-x;
	color:white;
	text-decoration:none;
	text-transform:none;
	font-size:10px;
*/
.photobg{
	/*background-image: url(../img/f_image/photobg.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	height: 101px;
	width: 164px;
	/*padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;*/
	margin-bottom: 2px;
}
.grey{
	height: 19px;
	width: 165px;
	padding-top: 5px;
	background-image:url("../img/pricetab.jpg");
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 15px;*/
	color: #FFFFFF;
	text-decoration: none;
	margin-top:60px;
	margin-left:0px;
	/*margin-top: -35px;*/
	z-index:9999;
}

.l{ float:left;} .r{ float:right;}
.bull1{
	/*background-image: url(../img/f_image/bull.jpg);*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
a.details{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D1AC89;
	text-decoration: none;
	line-height: 13px;
	font-weight: bold;
	padding-right: 10px;
	background-image: url(../img/f_image/bull2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 5px;
	line-height:13px;
	border: none;
}
a.details:hover{
	color: #fff;
	text-decoration: none;
	border: none;
}
a.details:active{
	color: #fff;
	text-decoration: none;
	border: none;
}
a.details:visited{
	color: #fff;
	text-decoration: none;
	border: none;
}


.l1{
	margin: 0px;
	height: 100%;
	padding: 0px 3px 0px 2px;
	height: 86px;
	border:1px solid #600000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #514A38;
	text-decoration: none;
	text-align:left;
	/*background-image: url(../img/fnamebg.jpg);*/
	background-repeat: repeat-x;
	background-position: left top;
}
.thickBorder{
border:5px solid #514A38;
}
.firstline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6B4D31;
	text-decoration: none;
	padding:3px 3px 3px 0px;
	font-weight: normal;
	font-weight: bold;
	color: #AF3F3B;
	text-decoration: none;
}
.firstline1{
	font-family:Arial, Helvetica, sans-serif;
	padding:3px 3px 3px 0px;
	font-weight:normal;
}
.firstline2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B4D31;
	text-decoration:none;
	font-weight:normal;
	padding:6px 3px 3px 0px;
}
.firstline2 a{
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	color: #600000;
}
.waper{ width:550px; margin:auto;}
.text123{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B4D31;
	text-decoration: none;
}

