body {
	color:#660;
	font-family:Lucida Sans,Verdana,Helvetica,sans-serif;
	font-weight:normal;
	font-size:small;
	line-height:140%;
}

#login input[type=text], #login input[type=password] { width: 100%; margin-top: 5px;}
form select {width: 100%;}

#container {width:320px;margin:0 auto; padding: 5px; }

div#logo {
	background:url(/images/wc-mobile-logo.png) no-repeat scroll 0 0;
	height:71px;
	width:175px;
	margin:0 auto;
}
p.error, p.success {text-align: center;}
p.error {color: #900;}

.wine table {width: 100%; padding: 10px 0 0;}
.wine table td {text-align: center; border-right: 1px solid #DDD;}
.wine table td.last {border-right: none;}

h2 {
	color:#900;
	font-size: 14px;
	font-weight:500;
	margin-bottom:9px;
}

.wine .info {margin-top: 10px;}
.wine .info .name { font-size: 14px; }
.cellar-action {text-align: right; margin-bottom: 10px;}

.pagination {text-align: right;}

.footer p {font-size:80%;border-top:1px solid #ddd;margin-top:2em;}

ul#nav li a {white-space: nowrap;}
ul#nav {
	text-align: center;
	border-bottom:1px solid #E3E3E3;
	border-top:1px solid #E3E3E3;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:15px;
	padding-bottom:10px;
	padding-left:0;
	padding-top:10px;
}
ul {
  padding-left: 0;
	list-style: none;
}
  
  li {
    display: inline;
    margin-right: 10px;
  }

ul.wine-lists li {
	padding: 5px 0;
	display: list-item;
}

.img { 
  float:left; 
  text-align: center;
  width: 40px;
}

.wine {border-bottom:1px solid #ddd; clear: both;}

.desc { 
  float: left;
  margin-left: 25px;
  width: 270px;
}

  .desc ul {
    border: 0;
    padding-left: 0;
  }

  .desc li {
    display: inline;
    margin-right: 10px;
  }
table.reviews {width: 100%;}
table.reviews td {border-bottom: 1px solid #DDDDDD;}
table.reviews td.rating {	padding-top:40px; vertical-align:top; width: 50px;}
table.reviews hr {width: 320px; color:#DDDDDD;}

/*Report Table*/
.report td {
  border: 1px solid #CCCCCC;
}
.wine-list-go select {width:210px;}
.wine-list-go input[type=submit] {width:35px;}
.wine-list-go {
	color:#990000;
	font-size:14px;
	font-weight:500;
	margin-bottom:9px;
}

