body{
	font-size: 12px;
	font-family: sans-serif, arial, tahoma;
}
a:link,a:visited{
	color:#666;
}
a:hover{
	color:#000;
	text-decoration:none;
}
#success{
	color:#FF0000;
	text-transform:uppercase;
}
.logo-title,#nav,footer h4,.hot_line{
	font-family: 'Oswald',sans-serif;
	text-transform: uppercase;	
}
.logo-title{
	color:#8B8B8B;
}
.logo-title span{
	color:#000;
}
.hot_line{
	color:#8B8B8B;
	float:right;
	margin-top:15px;
}
.hot_line img{
	margin-right:5px;
}
#nav {
	font-size: 14px;	
	height:20px;
}
footer h4 {	
	font-size: 14px;
	font-weight:normal;
	text-transform: uppercase;
	color: #8B8B8B;
	margin: 0px 0 10px;
	word-spacing:0.2em;
}
footer ul{
	list-style-type:square;
	color: #8B8B8B;
}
#nav form{
	margin:5px 0 0 20px;
	padding:0;
	height:32px;
}
h3{
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #8B8B8B;
	margin: 0px 0 10px;
	word-spacing:0.2em;
}
.listing-products li{
	min-height:230px;
}
.listing-products li .product-box{
	width:200px;
	min-height:230px;
	padding:0 8px;
	border:1px solid #eee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.listing-products li .product-box:hover{
	box-shadow: 0px 2px 2px #999;
}
.listing-products li .product-box h4{
	font-size:14px;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #8B8B8B;
  background-color: #000;
  background-image: -moz-linear-gradient(top, #8B8B8B, #000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8B8B8B), to(#000));
  background-image: -webkit-linear-gradient(top, #8B8B8B, #000);
  background-image: -o-linear-gradient(top, #8B8B8B, #000);
  background-image: linear-gradient(to bottom, #8B8B8B, #000);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8B8B8B', endColorstr='#000', GradientType=0);
}
.pagination{
	margin:0;
}
.pagination li.active{
	background-color:#8B8B8B;
}
a.thumbnail:hover{
	border:1px solid #999
}
.thumbnails.small{
	margin-top:10px;
}
.thumbnails p{
	padding-top:5px;
}