/*--------------------------------------------------------------------------------
		WIDE FAVORITES AND VISITED PANEL
--------------------------------------------------------------------------------*/
.watchlist { height: 162px; width: 1015px; margin-bottom: 12px; float: right; background: url(../images/watchlist_bg.png) no-repeat left 21px; }
.watchlist .tabs { float: right; height: 25px; width: 100%; margin-right: 19px; padding: 0px; margin-top: 0px; }
.watchlist .tabs li { list-style: none; float: right; margin-left: 10px; display: inline-block; }
.watchlist .tabs li a { font-size: 12px; font-weight: normal; color: #000; height: 25px; width: auto; padding-right: 12px; line-height: 21px; background: url(../images/title_02_bg.png) no-repeat right top; display: inline-block; }
.watchlist .tabs li a span { background: url(../images/title_02_close.png) no-repeat left top; display: inline-block; height: 25px; width: auto; padding-left: 12px; white-space: nowrap; float: none; }
.watchlist .tabs li a:hover { background: url(../images/title_02_bg.png) no-repeat right top; color: #fff; }
.watchlist .tabs li a:hover span { background: url(../images/title_02_close.png) no-repeat left top; color: #fff; }
.watchlist .tabs li a.current { background: url(../images/title_02_bg_on.png) no-repeat right top; color: #384146; }
.watchlist .tabs li a.current span { background: url(../images/title_02_close_on.png) no-repeat left top; color: #384146; }
.watchlist .panes { float: right; height: 120px; width: 1015px; margin-right: 0px; }
.watchlist .panes div.pane { display:none; min-height:120px; padding:0px; clear: both; height: 12px; width: 1015px; margin: auto; position: relative; direction: ltr; }
/*----------------------------------------------------------------------------------
	SCROLLABLE
----------------------------------------------------------------------------------*/
.watchlist .scrollable { position:relative; overflow:hidden; width: 969px; height:120px; float: right; margin-top: 9px; margin-right: 24px; }
.watchlist .scrollable .items { width:20000em; position:absolute; clear:both; right: 0px; }
.watchlist .items div.block { float:right; width:969px; }
.watchlist .scrollable .block .item { float:right; margin:0px 9px 0px 8px; width:121px; height:107px; -webkit-border-radius:4px; position: relative; }
.watchlist .scrollable .block .item .title { line-height: 20px; height: 20px; color: #009999; overflow: hidden; display: block; white-space: nowrap; }
.watchlist .scrollable .block .item img { margin: auto; height: 98px; width: 137px; }
.watchlist .scrollable .block .item .remove { background: url(../images/watchlist_close.png) no-repeat left top; height: 16px; width: 16px; position: absolute; right: -4px; bottom: -8px; cursor: pointer; }
.watchlist .scrollable .active { border:2px solid #000; position:relative; cursor:default; }
.watchlist a.browse { display:block; width:15px; height:16px; margin:0px; cursor:pointer; position: absolute; top: 55px; }
.watchlist a.right { right: 7px; background: url(../images/watchlist_arrRight.png) no-repeat left top; }
.watchlist a.right:hover { }
.watchlist a.right:active { }
.watchlist a.left { left: 7px; background: url(../images/watchlist_arrLeft.png) no-repeat left top; }
.watchlist a.left:hover { }
.watchlist a.left:active { }
.watchlist a.disabled { visibility:hidden !important; }
/*----------------------------------------------------------------------------------
	RECOMMENDED
----------------------------------------------------------------------------------*/
.recommended { background: url(../images/recommended_bg.png); height: 225px; width: 794px; float: right; margin-bottom: 15px; }
.recommended h2 { font-size: 18px; line-height: 32px; font-weight: normal; color: #FFF; float: right; height: 34px; width: 227px; padding-right: 11px; }
.recommended .b1 { float: right; background: url(../images/recommended_b1.png) no-repeat left top; height: 25px; width: 147px; line-height: 24px; color: #FFF; text-align: center; font-size: 14px; margin-top: 5px; }
.recommended .b1:hover { background: url(../images/recommended_b1_on.png) no-repeat left top; }
.recommended .b2 { float: right; margin-top: 5px; margin-right: 6px; text-indent: -999em; cursor: pointer; position: relative; }
.recommended .tooltip1 { background: url(../images/tooltip1_bg.png) no-repeat left top; display: none; height: 37px; width: 115px; overflow: hidden; padding: 9px 36px 23px 7px; }
.recommended .b3 { float: left; margin-top: 5px; text-indent: -999em; cursor: pointer; position: relative; margin-left: 20px; }
.recommended .tooltip2 { background: url(../images/tooltip2_bg.png) no-repeat left top; display: none; height: 68px; width: 119px; overflow: hidden; padding: 23px 35px 0px 53px; }
.recommended .b4 { line-height: 25px; color: #FFF; float: left; height: 25px; padding-right: 27px; background: url(../images/recommended_choosebg.png) no-repeat right top; margin-top: 5px; margin-left: 5px; }
/*----------------------------------------------------------------------------------
	RECOMMENDED SCROLLABLE
----------------------------------------------------------------------------------*/
.recommended .gallhold { display:block; min-height:111px; padding:0px; clear: both; height: 166px; width: 794px; margin: 20px 0px 0px; position: relative; float: right; }
.recommended .gallhold .scrollable { position:relative; overflow:hidden; width: 747px; height:166px; float: right; margin-top: 0px; margin-right: 24px; }
.recommended .gallhold .scrollable .items { width:20000em; position:absolute; clear:both; }
.recommended .gallhold .items div.block { float:right; width:747px; }
.recommended .gallhold .scrollable .active { border:2px solid #000; position:relative; cursor:default; }
.recommended .gallhold a.browse { display:block; width:15px; height:16px; margin:0px; cursor:pointer; position: absolute; top: 74px; }
.recommended .gallhold a.right { right: 3px; background: url(../images/watchlist_arrRight.png) no-repeat left top; }
.recommended .gallhold a.right:hover { }
.recommended .gallhold a.right:active { }
.recommended .gallhold a.left { background: url(../images/watchlist_arrLeft.png) no-repeat left top; right: 777px; }
.recommended .gallhold a.left:hover { }
.recommended .gallhold a.left:active { }
.recommended .gallhold a.disabled { visibility:hidden !important; }
.recommended .item { float:right; margin:0px 6px; width:137px; height:166px; -webkit-border-radius:4px; position: relative; }
.recommended .item h4 { float: right; height: 25px; width: 100%; }
.recommended .item h4 a { font-size: 12px; font-weight: normal; color: #009999; }
.recommended .item a.compare { font-size: 10px; color: #000; float: right; margin-right: 3px; }
.recommended .item .compare.ready { text-decoration: underline; }
.recommended .item .checkbox { padding: 0px; float: left; margin: 0px; }
.recommended .item .styled { float: left; margin: 0px; padding: 0px; }
.recommended .item .imghold { margin: 0px 0px 3px; float: right; clear: both; height: 98px; width: 137px; background: #DFE1E1; overflow: hidden; }
.recommended .item .imghold img { height: 98px; width: 137px; }
.recommended .item p { float: right; width: 105px; line-height: 16px; display: block; height: 16px; margin-top: 2px; text-align: right; }
.recommended .item a.more { float: left; margin-top: 10px; width: 17px; height: 16px; background: url(../images/scrollable_pop.png) no-repeat left top; }
.recommended .item a.more:hover { background: url(../images/scrollable_pop_on.png) no-repeat left top; }
/*----------------------------------------------------------------------------------
	MAIN LIST TOP
----------------------------------------------------------------------------------*/
.mainlist1 { margin: 0px; padding: 0px; float: right; height: auto; width: 805px; clear: both; }
.mainlist1 li { /*	background: #EBEBEB no-repeat left top;*/
	float: right; height: auto; width: 194px; list-style: none; margin: 0px 3px 10px; }
.item1 { height: 395px; width: 194px; background: url(../images/item1_bg.png) no-repeat left top; }
.item1 .top { clear: both; float: right; height: 25px; width: 170px; }
.item1 .in { height: auto; width: 170px; float: right; margin: 0px; padding: 10px 12px 0px; }
.item1 h4 { float: right; height: 25px; width: 100%; }
.item1 h4 a { font-size: 12px; font-weight: bold; color: #384146; }
.item1 h4 a:hover { text-decoration: underline; color: #009999; }
.item1 .compare { font-size: 10px; color: #384146; float: left; display: block; margin: 0px 0px 0px 5px; padding: 0px; }
.item1 .compare.ready { text-decoration: underline; }
.item1 .checkbox { width: 15px; height: 13px; padding: 0px; background: url(../images/checkbox.png) no-repeat; display: inline-block; float: left; margin: 0px; clear: none; }
.item1 .top input { float: left; margin: 0px; padding: 0px; }
.item1 .imghold { margin: 0px; float: right; clear: both; height: 98px; width: 137px; background: #DFE1E1; }
.item1 .imghold { height: 98px; width: 137px; }
/*----------------------------------------------------------------------------------
	SCROLLABLE
----------------------------------------------------------------------------------*/
.item1 .gallhold { width: 170px; height: 143px; }
.item1 .scrollable { width: 170px; height:122px; }
.item1 .scrollable .items .block, .item1 .block { width:170px; height: 122px; overflow: hidden; }
.item1 .scrollable .items .block img, .item1 .block img, .item1 .block a { width:170px; height: 122px; }
.item1 .boxR { float: right; height: 125px; width: 123px; }
.item1 .boxR div.row { height: 20px; width: 100%; border-bottom: 1px solid #E1E3E3; line-height: 20px; display: block; }
.item1 .boxR div.row .cal { float: left; margin: 2px 0px 0px 3px; padding: 0px; }
.item1 .boxR .stars { float: left; height: 12px; width: 60px; margin-top: 3px; overflow: hidden; }
.item1 .boxR .row span { float: right; font-size: 11px; }
.item1 .boxL { float: left; height: auto; width: 47px; text-align: center; font-size: 10px; margin-top: 2px; }
.item1 .boxL a { width: 100%; color: #333; }
.item1 .boxL span { text-align: center; width: 100%; clear: both; float: right; }
.item1 .callnow { clear: both; float: right; height: 33px; width: 170px; text-align: center; line-height: 33px; }
.item1 .price { background: url(../images/nis_violet.png) no-repeat 145px 16px; clear: both; float: right; height: 33px; width: 170px; }
.item1 .price div { float: left; width: 70px; height: 33px; }
.item1 .price div * { display: block; clear: both; width: 100%; float: right; text-align: center; }
.item1 .price div span { font-size: 12px; color: #009999; line-height: 12px; }
.item1 .price div p { font-size: 18px; }
.item1 .icons { background: url(../images/item1_icons_sep.png) no-repeat right top; clear: both; float: right; height: 27px; width: 170px; }
.item1 .icons img { float: right; margin-left: 1px; }
.item1 .phone { clear: both; float: right; height: 30px; width: 170px; text-align: center; line-height: 27px; }
/*----------------------------------------------------------------------------------
	MAIN LIST BOTTOM
----------------------------------------------------------------------------------*/
.mainlist2 { margin: 0px 0px 15px; padding: 0px; float: right; height: auto; width: 805px; clear: both; }
.mainlist2 li { float: right; height: auto; width: 157px; list-style: none; margin: 2px 2px 2px 1px; }
.item2 { height: 371px; width: 157px; background: url(../images/item2_bg.png) no-repeat left top; }
.item2 .in { height: auto; width: 147px; float: right; margin: 0px; padding: 10px 5px 0px; }
.item2 .top { clear: both; float: right; height: auto; width: 147px; }
.item2 h4 { float: right; height: 33px; width: 100%; }
.item2 h4 a { font-size: 12px; font-weight: bold; color: #384146; }
.item2 h4 a:hover { text-decoration: underline; color: #009999; }
.item2 .compare { font-size: 10px; color: #384146; float: left; display: block; margin: 0px 0px 0px 5px; padding: 0px; }
.item2 .compare.ready { text-decoration: underline; }
.item2 .checkbox { width: 15px; height: 13px; padding: 0px; background: url(../images/checkbox.png) no-repeat; display: inline-block; float: left; margin: 0px; clear: none; }
.item2 .top input { float: left; margin: 0px; padding: 0px; }
.item2 .imghold { margin: 0px; float: right; clear: both; height: 96px; width: 147px; background: #DFE1E1; }
/*----------------------------------------------------------------------------------
	SCROLLABLE
----------------------------------------------------------------------------------*/
.item2 .gallhold { width: 147px; height: 117px; }
.item2 .scrollable { width: 147px; height:96px; }
.item2 .scrollable .items .block, .item2 .block { width:147px; height: 96px; overflow: hidden; }
.item2 .scrollable .items .block img, .item2 .block img, .item2 .block a { width:147px; height: 96px; }
.item2 .boxR { float: right; height: 126px; width: 110px; }
.item2 .boxR div.row { height: 20px; width: 100%; border-bottom: 1px solid #E1E3E3; line-height: 20px; display: block; }
.item2 .in .boxR .row.smaller { font-size: 11px; }
.item2 .in .boxR .row.last { border-style: none; }
.item2 .boxR div.row .cal { float: left; margin: 2px 0px 0px 3px; padding: 0px; }
.item2 .boxR .stars { float: left; height: 12px; width: 60px; margin-top: 3px; overflow: hidden; }
.item2 .boxR .row span { float: right; font-size: 11px; }
.item2 .boxL { float: left; height: auto; width: 35px; text-align: center; font-size: 10px; margin-top: 2px; }
.item2 .callnow { clear: both; float: right; height: 33px; width: 100%; text-align: center; }
.item2 .price { background: url(../images/nis_violet.png) no-repeat 120px 16px; clear: both; float: right; height: 33px; width: 100%; }
.item2 .price div { float: left; width: 55px; height: 33px; }
.item2 .price div * { display: block; clear: both; width: 100%; float: right; text-align: center; }
.item2 .price div span { font-size: 12px; color: #009999; line-height: 12px; }
.item2 .price div p { font-size: 18px; }
.item2 .icons { clear: both; float: right; height: 27px; width: 100%; }
.item2 .icons img { float: right; margin-left: 2px; height: 22px; width: 22px; }
.item2 .phone { clear: both; float: right; height: 30px; width: 100%; text-align: center; line-height: 27px; font-size: 11px; }
.item2 .icons .tooltip5 img { height: 40px; width: 40px; }
/*----------------------------------------------------------------------------------
	Bottom lists
----------------------------------------------------------------------------------*/
.options_lists { background: #FFF; clear: both; float: right; height: auto; width: 750px; padding-top: 20px; padding-bottom: 20px; padding-right: 220px; }
.options_lists div { float: right; height: auto; width: 150px; margin-left: 10px; }
.options_lists div p { font-size: 14px; font-weight: bold; color: #384146; }
.options_lists div ul { margin: 0px; padding: 0px; }
.options_lists div ul li { list-style: none; }
.options_lists div ul li a { color: #384146; }
.options_lists div ul li a:hover { text-decoration: underline; }
