/* MISC */

body {
  padding: 20px;
  background-image: url(/partnershops/sos090404129/gradient_bg.gif);
  background-repeat: repeat-x;
  background-color: #B4B4B4
}

span.breadCrumb {
	color:black;    
}

h2, h1 {
	color:#E9332F
}

h2.welcome {
	color:gray
}

/* LINKS */

a.promLink, a.breadCrumb {
    color: #E9332F;
    text-decoration: underline;
    font-weight: bold;
}

/* CART WIDGET */

td.cart {
	border:1px solid gray;
	color:black;
	background-color:#e5e5e5;
	font-weight:bold
}
td.cartItem {
	border-bottom:1px dotted gray;
	background-color:#f0f0f0;
}

SPAN.cartInfoTitle {
	font-weight:bold;
	color:white;
}
SPAN.cartInfoNumProds {
	color:white;
}
TABLE.cartWidget {
	width:100%;
	border:none;
	margin-top:8px;
}
TD.cartWidgetTitle {
	background-image: url(/partnershops/klampermeier/gradient_ca.gif);
	border:1px solid black;
	border-bottom:none;
	border-right:none;
	padding:0px;
	height:18px
}
TD.cartWidgetBody {
	border:1px solid black;
	background-color:#F0F0F0;
	padding-right:5px;
	border-right:none;
	height:57px
}


/* CATEGORY NAVIGATION */

TD.categoryListTitle {
	background-image: url(/partnershops/klampermeier/gradient_ca.gif);
	padding-left:2px
}

TD.navigation {
	padding: 0px;
	padding-top: 5px;
	background-color:white
}

/* SLIDEDOWN MENU */

#slidedown_menu .slMenuItem_depth1{	/* Main menu items */
	margin-top:1px;
	border-bottom:1px solid #E9332F;
	font-weight:bold;
}	
#slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
	margin-top:1px;
	font-weight:bold;
	color:gray;
}
#slidedown_menu .slMenuItem_depth2:hover{	/* Sub menu items */
	margin-top:1px;
    text-decoration:underline;
}	
#slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
	margin-top:1px;
    border-bottom:1px dotted silver;
}
#slidedown_menu .slMenuItem_depth3:hover{	/* Sub menu items */
	text-decoration:underline;
}	
