.top-blank{
    background-color: #ccc;
}
body{
    background-color: #1E1E1E;
    color: #eee;
    font-family: verdana,arial,sans-serif;
}
.panel.panel-default{
    background-color: #262626;
    border-color: #262626;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #1a1a1a;
}
.table-hover > tbody > tr:hover{
    background-color: #2d2d2d;
}
.table td{
    background: url(/images/cell.gif) repeat-x scroll left top #313131;
    border-color: #3C3C3C #121212 #131313 #404040;
    border-style: solid;
    border-width: 1px;

}
.breadcrumb{
    background-color: #262626;
}
a{
    color: #fed209;
}
a:hover{
    color: white;
}

h1, h2, h3, h4, h5, h6 {
color: gold;
}
h2{
    clear: both;
}
.top-blank a {
text-decoration:none;
}
.top-blank .logo{
font-size: 30px;padding: 20px;color: white;font-weight: bold;
background: #2d2d2d;
background: -moz-linear-gradient(top, #666 0%, #2d2d2d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#2d2d2d));
background: -webkit-linear-gradient(top, #666 0%,#2d2d2d 100%);
background: -o-linear-gradient(top, #666 0%,#2d2d2d 100%);
background: -ms-linear-gradient(top, #666 0%,#2d2d2d 100%);
background: linear-gradient(top, #666 0%,#2d2d2d 100%);
text-decoration: underline;
line-height: 1;
display: inline-block;
margin-top: 7px;
}
.top-blank span a{
    color: #666;
    text-decoration: underline;
}
.top-blank{
    color: #333;
    padding-bottom: 5px;
}

.topnavgreet {
    font-size: 140%;
}
.yellowline{
	width: 100%;
	margin: 0px;
	font-size: 100%;
    line-height: 3px;
    height: 3px;
background: #fdd333;
background: -moz-linear-gradient(-45deg, #fdd333 0%, #fdd333 36%, #fffde0 49%, #fdd333 69%, #fdd333 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fdd333), color-stop(36%,#fdd333), color-stop(49%,#fffde0), color-stop(69%,#fdd333), color-stop(100%,#fdd333));
background: -webkit-linear-gradient(-45deg, #fdd333 0%,#fdd333 36%,#fffde0 49%,#fdd333 69%,#fdd333 100%);
background: -o-linear-gradient(-45deg, #fdd333 0%,#fdd333 36%,#fffde0 49%,#fdd333 69%,#fdd333 100%);
background: -ms-linear-gradient(-45deg, #fdd333 0%,#fdd333 36%,#fffde0 49%,#fdd333 69%,#fdd333 100%);
background: linear-gradient(-45deg, #fdd333 0%,#fdd333 36%,#fffde0 49%,#fdd333 69%,#fdd333 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd333', endColorstr='#fdd333',GradientType=1 );
}
.navbar {
    margin-bottom: 0px;
}
.navbar-inverse .navbar-nav > li > a {
    color: white;
    font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus {
    color: #fed209;
}
.content{
    background-color: #262626;
}
@media (min-width: 768px){
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
} 
.miniature {
    width: 130px;
    height: 130px;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: block;
    float: left;
    margin: 5px;
}
#product_wrapper {
    display: inline;
    float: left;
    height: auto;
    margin: 0px 0px 4px;
    min-height: 600px;
    overflow: visible;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
.red{
    color: red;
}

/*from shop*/

.block-header{
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-align: left;
        margin: 20px 0px;
}

.side-menu .nav{
	padding-left: 10px;
	margin-bottom: 10px;
}
.side-menu .active>a{
    color: gold;
    font-weight: bold;
}
.side-menu{
    padding: 5px;
}


.side-menu ul li a {
    background-color: #1a1a1a;
    color: #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
}
.side-menu .nav>li>a:focus,.side-menu .nav>li>a:hover{
    background-color: #333;
    font-weight: bold;
}

.message {
    background-color: #333;
    border: 1px solid #999;
    padding: 15px;
    margin: 10px;
}