/* unvisited link */
a:link    {
    color: #FFF;
	text-decoration:none;
}

a:link.second    {
    color: #F00;
	text-decoration:none;
}

a:link.third    {
    color: #FF0;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
}

/* visited link */
a:visited {
    color: #F00;
	text-decoration:none;
}

/* mouse over link */
a:hover   {
    color: #FF0;
	text-decoration:none;
}

/* selected link */
a:active  {
    color: #FFF;
	text-decoration:none;
}




body {
	background-color: #000;
	margin:auto;
	padding: auto;
	width:80%;

}


.bot_nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	letter-spacing: .05em;
	text-align:center
}
.wine_name {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #ac0d0d;
	text-transform: uppercase;
	letter-spacing: .2em;
}


.wine_namered {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #F00;
}

.wine_notes {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #ac0d0d;
	text-transform: none;
	letter-spacing: 0em;
}
.wine_notes_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000;
}

.alcohol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 150%;
	color: #000;
	letter-spacing: 1px;
}

.alcohol_it {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 150%;
	color: #000;
	letter-spacing: 1px;
	font-style: italic;
}


.checkout {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #F00;
	font-weight: bold;
}

.prod_descr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 110%;
	color: #000;
	letter-spacing: .1em;
}

.prod_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: small;
	line-height: 110%;
	color: #000;
	letter-spacing: .1em;
}


table.prod {
	border-collapse:collapse;
	border-bottom:1pt solid #666;
	background-color:#FFFFFF;
	padding-bottom:10;
	padding-left:5;
	padding-right:0;
	padding-top:0;
}

:focus{
  border: none;
  outline-style: none; 
  -moz-outline-style:none;  
}

