﻿.OverviewWine
{
    width:100%;
}

.OverviewWineItem
{
    width:376px;
    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:40%;
    }

#pager
{
    width:100%;
    border: solid 1px #adadae;
    padding-top: 0px 0px 0px 0px;
    margin-bottom:20px;
}

	#pager a:link, #pager a:visited 
	{
		margin:3px 3px 3px 3px;

    }
    
     #pager a.activelink {
		color:Green;
		font-size:120%;
	}
    
#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;

}