@charset "utf-8";
body {
    background-color: #252525;
	color: #fde65e;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}
a {
    color: #ffffff;
}
#top {
    background-color: #000000;
}
#top .btn-link, #top-links li, #top-links a {
    color: #fde65e;
    text-shadow: none;
}
.product-thumb .price {
    color: #eee;
	font-size: 16px;
}
.breadcrumb {
    background-color: #252525;
}
.thumbnail {
    background-color: #000;
}
.btn-primary, #input-quantity{
	width:120px;
}
.breadcrumb > li {
    text-shadow: none;
}
.alert-success a{
	color:#485DD8;
}

#cart .dropdown-menu {
    background: #535050;
}
#cart .dropdown-menu a:hover, .panel a:hover {
    color: #F9F002;
}
.panel {
    background-color: #5d5b5b;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #a29b9b;
}
.dropdown-menu {
	background-color: #636060;
	}