/*------------------------------------------------------------------------------------------------*/
/* Catalog Styling */
/*------------------------------------------------------------------------------------------------*/


a img {
    border: none;
}

a:link {
	color:#666;
	text-decoration: none;
}

a:visited {
	color:#666;
	text-decoration: none;
}

a:hover {
	color:black;
	text-decoration: none;
}

a:active {
	color:white;
	text-decoration: none;
}



#menu-items{
    float: left;
    width: 70%;

}
#right-link{
    float:left;
    width: 30%;
    text-align: right;
    padding-top: 10px;
}
#clear{
    clear:both;
}

#category-menu a:link {
	color:#666;
	text-decoration: none;
}

#category-menu a:visited {
	color:#666;
	text-decoration: none;
}

#category-menu a:hover {
	color:black;
	text-decoration: none;
}

#category-menu a:active {
	color: #666;
	text-decoration: none;
}

ul{
    margin-top: auto;
}

h3{
    font-size:.8em;
    margin:0;
}

label {
	font-size: small;
}
select {
 width: 150px;
 margin:0;
 padding:0;
 font-size: 10px;
}

img {vertical-align:middle;}

#category-menu {
	font-family: Arial;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
    background-color: #EAEAEA;
    padding: .2em;
    text-align: center;

}

#category-menu a:link{
    color: #333;
}

#category-menu a:hover{
    color: #666;
}

#catalog-container {
    background-color:white;
    width: 970px;
    margin: auto;

}
#items-display{
/*    background-color: #191919;*/
    width: 835px;
    margin-left: auto;
    margin-right: auto;
}

#item{
    background-color: #DDDDDD;
    border: 1px;
    border-color: #b4b4b4;
    border-style: solid;
    float: left;
    margin: .5em;
    width: 260px;
    height: 160px;

}
#top-item{
	width: 260px;
	height: 50px;
	background-color:#CDCDCD;
	color:black;
	font-weight: bold;
	margin: 1px;
}

#left-item img{
	max-height: 100px;
	max-width:100px;
}
#left-item{
	/* Holds the image */
    color:black;
    width: 100px;
    line-height: 100px;
    float: left;
    display: block;
    text-align: center;
}

#right-item{
    color:black;
    max-width: 150px;
    max-height: 150px;
    float: left;
    text-align: center;
}

#right-item li,ul{
      list-style-type:none;
      text-align: center;
      margin: 0;
      padding: 1px;
}

#page-nav-top {
	margin-left: 2em;
	clear:both;
	text-align:right;


}

#catalog-message{
    text-align: center;
    background-color: #eaeaea;
    padding: 1em;
}
#catalog-message p{
    padding: 0 0 1em 0;
}
#catalog-message h1{
    padding: 0 0 .5em 0;
}
#catalog-message h1{
    padding: 0 0 1em 0;
}

#cart{
	font-size: 1em;
    background-color:#FFF;
    color: #EEE;
	margin: auto;
    width: 1024px;
    clear:both;
    border:none;
    padding: 1em;
    text-align:center;
}

#cart table{
	background-color:#666;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	padding: 1em;
	color:white;
	border: 1px;
	border-style: solid;
	border-color: #333;
	font-size: .8em;
}
#cart h3{
	margin:0;
    padding: 1em 0 .5em 0;
	color: #333;
}
#cart th{
	color: white;
}
#cart td{
	text-align: center;
	padding: 1em;
}

#page-nav-bottom {
	background-color:white;
	width: 970px;
	clear:both;
	text-align:right;
}

#cat-footer{
    background-color: #FFF ;
    font-size: .8em;
    color:black;
    clear:both;
    text-align: center;
    padding: 1em;
}

#cat-footer p{
	margin:0;
	padding:0;
}
#empty-order{
    color: #333;
    padding: 1em;
}

.menuSpacer {
    margin-left: 2em;
}

.qty input{
	width: 20px;
}

.item-heading {
	font-weight: bold;
	font-size: .8em;
}

.top-space{
    padding-top: 1em;

}


