/* @override 
	http://asfalte.com/v2008/css/catalog.css
	http://localhost/WORK/ARCHIVES/Asfalte/css/catalog.css
*/
#frame {
	width: 880px;
	margin: 0 auto;
	padding: 0 40px;
}
#catalog {
	float: left;
	display: block;
	width: 440px;
	padding: 40px 0 40px 0;
	color: #fff;
}
#catalog .top {
	position: relative;
	display: block;
	width: 437px;
	height: 100px;
	background: url(../images/catalog-top.gif);
}
#catalog .middle {
	width: 437px;
	background: url(../images/catalog-middle.gif);
}
#catalog .bottom {
	display: block;
	width: 437px;
	height: 75px;
	background: url(../images/catalog-bottom.gif);
}

#catalog .menu {
	position: absolute;
	top: 20px;
	left: 290px;
}
#catalog .menu li {
	padding-bottom: 13px;
	line-height: 14px;
	font-size: 14px;
}
#catalog .menu a {
	display: block;
	height: 0;
	margin: 0;
	padding-top: 14px;
	overflow: hidden;
}
#catalog .menu .clothes a {
	width: 89px;
	background: url(../images/catalog-clothes.gif);
}
#catalog .menu .freeboard a {
	width: 71px;
	background: url(../images/catalog-freeboard.gif);
}
#catalog .menu .snowboard a {
	width: 84px;
	background: url(../images/catalog-snowboard.gif);
}
#catalog .menu .accessories a {
	width: 88px;
	background: url(../images/catalog-accessories.gif);
}


#catalog .product {
	clear: left;
	overflow: hidden;
	padding: 15px 30px;
	font-size: 11px;
	line-height: 12px;
}
#catalog img {
	float: left;
	padding-right: 18px;
}
#catalog h2 {
	padding-top: 4px;
	text-transform: uppercase;
	font-size: 14px;
}
#catalog .price {
	font-weight: bold;
}
#catalog .price a {
	color: #fc0;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
#catalog .price a:hover {
	text-decoration: underline;
}
#catalog p {
	padding: 2px 0;
}

#videos li {
	float: left;
	margin-left: 35px;
}