@charset "UTF-8";


div#container {
    margin: 0 auto;
    text-align:left;
}

.nav{
margin:0px 0 10px 0;
font-size:108%;
}

.keywords{
margin:0 0 10px 0;
font-size:108%;
}


div#amazon-footer {
    margin: 20px auto;
    padding-top: 5px;
    float: none;
    clear: both;
    text-align: right;
}


div.keywords ul{
margin:0 0 20px;
}

div.keywords ul li {
    display: inline;
    padding-left: 0px;
    margin-right: 5px;
}




table.listing {
    line-height: 150%;
    margin: 5px auto;
    padding: 10px 0px;
    border-collapse:collapse;
    border-spacing: 0px;
    background: transparent;
    
    width: 630px;
}

tr.odds {
}

tr.even {
	background-color: #EFEFEF;
}

table.listing td {
	padding: 10px;
}

table.listing th {
}

table.listing td.image {
	width:15%;
	text-align: center;
	white-space: nowrap;
}

table.listing td.price {
	width:15%;
	white-space: nowrap;
	font-family: Verdana;
}

table.listing td.startDate {
width:15%;
	white-space: nowrap;
	text-align: right;
}

div.price {
	font-weight: bold;
	color: #cc0000;
	text-align: right;
	padding-right: 5px;
}

div.nav {
    padding: 5px;
    font-family: arial, verdana, sans-serif;
}

input.sellerid {
    border: 1px solid #999;
    margin: 3px;
}

input.keyword {
    border: 1px solid #999;
    margin: 3px;
}

input.sellerid:focus {
    border: 1px solid #F00;
}

input.keyword:focus {
    border: 1px solid #F00;
}

input.button {
   border: 2px solid #999;
   margin-left: 3px;
}

input.button:focus,
input.button:hover {
  color: #F00;
}

img.cart:hover, img.cart:focus {
   background: transparent;
}

div.cart {
	padding-left: 2px;
	padding-top: 4px;
	text-align: left;
}

div.data {
	margin-top: 10px;
}

div.info {
	margin: 5px;
	font-weight: bold;
}

div.error {
	padding: 5px;
	line-height: 1.5em;
}

div.sort {
    line-height: 140%;
    padding: 5px 15px 5px 0;
	margin: 5px;
	color: #f5f5f5;
}

span.sort {
	color: #f98b00;
}

div#footer div.menu {
	margin: 5px 0;
}

