@charset "utf-8";
/* CSS Document */

BODY{
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	color: #343434;
	text-decoration: none;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
img {
    border-style:none;
	}.category {
	background-image: url(images/category.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 330px;
	width: 271px;
}
.news {
	line-height: 13px;
}
.brands {
	background-color: #fdfdfd;
	border: 1px solid #d2d2d2;
}
h1 {
	font-family: verdana;
	font-size: 20px;
	font-weight: normal;
	color: #282828;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: verdana;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 25px;
}
.bdr {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
.ftr {
	text-decoration: none;
}
.ftr a {
	text-decoration: none;
	color: #343434;
}
.ftr a:hover {
	text-decoration: underline;
	color: #000000;
}
.more {
	color: #CC3300;
	text-decoration: none;
}
.more:hover {
	color: #CC3300;
	text-decoration: underline;
}
.image_border {
	border: 1px solid #afafaf;
}
.tbldetails th
{
padding-left:10px;
background-color:#F1EDED;
color:#035888;
text-align:left;
}
.tbldetails td
{
padding-left:10px;
background-color:#F0F0F0;
}
input,textarea
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#035888;
background-color:#F3F3F3;
border:1px #CECECE solid;
}
.btn
{
	height: 25px;
	border: 1px solid #588B08;
	background-color: #052F61;
	color: #FFFFFF;
	cursor:pointer;
}
.alblist ul {
list-style:none; 
padding:0px; 
margin:0px;
}
.alblist li {
display:inline; 
border:1px #1767BE solid; 
float:left;
width:155px;
text-align:center;
margin:15px;
padding:5px;
}
.alblist li div {
white-space:nowrap;
overflow:hidden;
text-overflow: ellipsis;
color:#1767BE;
}
.alblist li span {
font-style:italic;
color:#FD000D;
}