/* */
.shop-categories-list
{
	font-size: 11px;
}

.shop-categories-list li
{
	margin: 8px 0 22px;
}

.shop-categories-list li a
{
	background: rgb(246,248,249);
	border: 1px solid rgb(182,196,210);
	border-left-width: 0;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 12px;
	margin: 0;
}

.shop-categories-list li a:hover
{
	background: #7794AC;
	border-color: #7794AC;
	color: #FFF;
}

.shop-categories-list li.first-item a
{
	border-left-width: 1px;
}


/* Shop Products List */
.shop-products-list
{
	margin: 10px 10px 20px;
}

.shop-products-list li
{
	width: 130px;
	font-size: 10px;
	border: none;
	background: none;
	padding: 0;
}

.shop-products-list li a
{
	font-weight: bold;
}

.shop-products-list li ul li
{
	height: auto !important;
	display: block;
}


/* Index Page */
#shop-index-menu
{
	margin-left: 200px;
}


/* Dvd Page */
#shop-dvd-menu
{
	margin-left: 35px;
}

#shop-dvd-list
{
	margin-left: 0;
}

#shop-dvd-list li
{
	height: 190px;
}


/* Cd Page */
#shop-cd-menu
{
	margin-left: 190px;
}


/* Livres Page */
#shop-livres-menu
{
	margin-left: 220px;
}


