/*
 * wine.css
 *
 * CSS file for the wine section
 */

.wine_content
{
border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
}

.wine_details
{
width: 90%;
}

.wine_img_container
{
float: left;
text-align: center;
width: 6em;
}

.wine_img_container img
{
border: none;
}

.wine_img_tesco
{
border: none;
width: 5.5em;
}

.wine_img_tesco_default
{
border: none;
width: 4em;
}

.wine_img_majestic
{
border: none;
width: 2.5em;
}

.wine_img_laithwaites
{
border: none;
width: 2em;
}

.wine_img_thedrinkshop
{
border: none;
width: 3.5em;
}

.wine_img_waitrose
{
border: none;
width: 3em;
}


.wine_text_container
{
margin-left: 6em;
}

.wine_text_container a
{
text-decoration: none;
color: black;
font-weight: bold;
}

.wine_text_container a:hover
{
text-decoration: underline;
color: red;
}

.wine_break
{
}

.wine_break hr
{
width: 80%;
margin-top: 10px;
margin-bottom: 10px;
}

.wine_link
{
margin-top: 6px;
margin-bottom: 6px;
text-align: right;
}

.wine_link a
{
color: blue;
}

