﻿.OverviewWine
{
    width:100%;
}

.OverviewWineItem
{
    width:376px;
    min-height:200px;
    float:left;
    margin-bottom:2px;
    padding-top:15px;
    padding-bottom:20px;
    border-top:dashed 1px #666666;

}

.productlist
{
}

    .productlist li
    {
        display:inline;
        float:left;
        margin-right:20px;
        margin-bottom:20px;
        list-style-image:none;
        list-style-type:none;
        border:solid 1px red;
        width:45%;
    }

#pager
{
    width:780;
    height:26px;
    border: solid 1px #adadae;
    padding-top: 0px 0px 0px 0px;
    margin-bottom:20px;
}

    #pagerlinks;
    {
        float:left
    }

	#pager a:link, #pager a:visited 
	{
		display:inline-block;
		width:18px;
		height:18px;
		color:White;
		background-image:url(/images/back_pager_link.gif);
		background-repeat:no-repeat;
		margin:0px 4px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-align:center;
		text-decoration : none;
    }
    
	#pager a:hover {

        background-image:url(/images/back_pager_link_hover.gif);
		background-repeat:no-repeat;
	} 
	
 #pager a.activelink {
        background-image:url(/images/back_pager_link_on.gif);
		background-repeat:no-repeat;
	
	}

#shopparameters
{
    line-height:20px;
}

#shopnavigator a:link, #shopnavigator a:visited 
{
    font-weight:normal;
    text-decoration : none;
    color : #6b6a6c;
}
#shopnavigator a:hover, #shopnavigator a:active {
    text-decoration : underline;
    color:#4c0469;
}

#shopnavigator ul, #shopnavigator dd
{
    list-style-image:none;
    margin-top:0px;
    
}
#shopnavigator li
{
	line-height: 1.8;
	list-style-type:none;
	background-image:url(/images/menu_arrow_closed.gif);
	background-repeat:no-repeat;
	background-position: 0% 5px;
	padding-left:15px;
	margin-left:-40px;
}

#couponinput
{
    display:none;
    width:100%;
    border: solid 1px #7e7d7d;
    background-color:#ececec;
}

#coupondetails{
    position:absolute;
    display:none;
    width:450px;
    z-index:999;
    border: solid 1px #405209;
    background-color:#f1fbd1;

}