.sidebar {
	float: left;
	width: 190px;
	


}
.side-inner a {
	color: #000;
	text-decoration: none;
}
.side-inner a:hover {
	text-decoration: underline;
}

.side-inner {
	padding: 15px 10px 10px 10px;
	background-image: url(../images/bg-side.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.side-bottom {
	background-image: url(../images/side-bottom.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 190px;
}

.side-inner ul {
	margin: 0px;
	padding-left: 0px;
}

.side-inner li {

	list-style-type: none;
	margin: 0px;
	padding: 0 0 8px 0px;
}

* html .iepad {padding-top:8px}
.side-title {
	background-image: url(../images/title-categories.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 190px;
}
.side-title h1 {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	margin: 0;
	padding: 6px 0 0 13px;
	letter-spacing: -1px;
}
.side-search {
	margin: 0px;
	padding: 0px;
}
.side-search input {
	width: 155px;
	font-size: 11px;
}
.side-search select {
	width: 162px;
	font-size: 11px;
}
.side-searchcheck {
	float: left;
	width: 80px;
	margin-right:0px; 
}
