﻿#searchResultItem
{
    padding-top:5px;
    padding-bottom:5px;
         /*border-bottom:solid 1px #d9d9d9; */
    /*background-image: url(/App_Assets/images/ui/searchRepeaterBackground.gif);
   background-repeat: no-repeat;*/
     overflow:auto;
     clear:both;
}

#searchResultItem img
{
    border:0;
}

#searchPackshot
{
    width:140px;
    float:left;
    text-align:center;
}

#searchResultItemLarge
{
    width:185px;
    /*height:400px;*/
    float:left;
    padding-bottom:10px;

}

#searchResultItemLarge img
{
    border:0;
}

#searchPackshotLarge
{
    height:230px;
    text-align:center;
}

#searchResultItemLarge #detail
{
    height:50px;
}

#searchResultItemList
{
    width:100%;
    height:100px;
    padding:5px;
    border-bottom:solid 1px #d9d9d9; 
   
}


.searchTitle
{
    font-size:12px;
    font-weight:bold;
}

#searchResultsCol
{
    width:740px;
    float:left;    
}

#searchRefineCol
{
    float:right;
    width:175px;
}

.searchRefine
{
    float:left;
    padding:3px;
    font-weight:bold;
    line-height:15px;
}

.searchRefine input
{

}


#searchPageControls
{

    color:White;
    background-image: url(/App_Assets/images/ui/productTitleBackgroundWhite.gif);
    display:block;
    height:40px; 
    width:100%;
    text-align:center;
    clear:both;
    line-height:40px;
}

#searchPageControls #left
{
    background-image: url(/App_Assets/images/ui/productTitleLeftWhite.gif);
    float:left;
    width:5px;
    height:40px;
    padding-right:5px;
}

#searchPageControls #right
{
    background-image: url(/App_Assets/images/ui/productTitleRightWhite.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%; 
	height:40px;
}

#searchPrice
{
    float:right;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    width:170px;
}

#searchPrice #left
{
    float:left;
    width:70px;
}

#searchPrice #right
{
    float:right;
    width:90px;
}

#searchPriceLarge
{
    width:170px;
}

#searchPriceLarge #left
{
    float:left;
    width:65px;
}

#searchPriceLarge #right
{
    float:right;
    width:90px;
}


.productSearchPrice
{
    font-size:16px;
    font-weight:bold;
    color:#aa0000; 
     
}

.pageStart
{
    display:block;
    float:left;
    height:24px;
    width:24px;  
    background-image:url(/App_Assets/images/ui/searchFirst.gif);
    background-repeat:no-repeat;
    padding-right:3px;
    position: relative;
    top: 8px; 
}

.pageBack
{
    display:block;
    float:left;
    height:24px;
    width:24px; 
    background-image:url(/App_Assets/images/ui/searchPrev.gif);
    position: relative;
    top: 8px; 
}

.pageLast
{
    display:block;
    float:right;
    height:24px;
    width:24px; 
    background-image:url(/App_Assets/images/ui/searchLast.gif);
    position: relative;
    left:15px;
    top: -32px; 
}
.pageNext
{
    display:block;
    float:right;
    height:24px;
    width:24px; 
    background-image:url(/App_Assets/images/ui/searchNext.gif);
    position: relative; 
    left: -36px; 
    top: -32px;
}

.currentPage
{
    color:#aa0000; 
    text-decoration:underline;
    padding-left:3px;
}

.pageLink
{
    padding-left:3px;
    
}

.totalPages
{
    float:right;
    color:#666666;
    display:block;
padding:0 6px;
position: relative; 
    top: -40px;
    left:-100px;
}

#sortOptions
{
    padding:3px 0px 10px 10px;
    font-weight:bold;
    clear:both;
}

#stockAdvice
{
    padding-bottom:5px;
}

.wasPrice
{
    text-decoration:line-through;
}

.paging
{
    display:block;   
    clear:both;
    text-align:center;
    margin:10px 0 10px 0;
}


.productPopupPackshot
{
    width:189px;
    height:245px;
    padding-left:15px;
    padding-top:13px;
    background-color:transparent;
    background-image:url(/App_Assets/images/ui/productPackshotPopup.png);
    background-repeat:no-repeat;
    z-index:999999;  
}

.productPopupPackshotInner
{   
    width:165px;
    height:237px;  
    text-align:center;  
}

.productPopupMenuImage
{
   
    
}

.pageNumber
{
	text-align: center;
	height:19px;
	width:19px;
	display:inline-block;
	line-height:18px;
	margin-right:5px;
	-moz-border-radius: 2px;
	background-color:#ebebeb;
	color:Gray;
	background-image:url(/App_Assets/images/ui/panel4background.gif);
	background-position:center bottom;
	border:solid 1px #ebebeb;
}

.pageNumber:hover
{
	color:#AA0000;
}

.pageSelected
{
	font-weight:bold;
	color:#AA0000;
}

.searchBonus
{
	text-align:center;
	font-weight:bold;
	color:#AA0000;
}

.searchBonusImage
{
	float:left;
	padding:3px 0 0 3px;
}