@charset "utf-8";
/* Main.css */

#social {
	float: left;
	width: 150px;
	height: 30px;
	padding-top: 42px;
	margin-bottom: 0px;
	text-align: left;
	margin-left: 50px;
}

#social IMG {
	height: 30px;
	width: 30px;
}

#search {
	text-align: left;
	float: right;
	width: 506px;
	height: 30px;
	top: 20px;
}

#search input[type=text]{
	float: left;
	border: 0px; /* IE7 */
	margin-left: 150px;
	margin-top: 48px;
	width: 220px;
	font-size: 16px;
	font-style: italic;
	color: #9b9b9b;
	margin-bottom: 10px;
}

#search input[type=submit] {
	position: absolute;
	cursor: pointer;
	background: none;
	margin-left: 8px;
	margin-top: 46px;
	height: 25px;
	width: 85px;
}

#mainnav .navigation {
	font-family: Verdana;
	margin-top: 72px;
	margin-left: 10px;
	padding-left: 0px;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 65px;
}

#mainnav .navigation li{
	display: inline;
	font-weight: bold;
}
	
#mainnav .navigation li a{
	float: left;
	color: white;
	text-decoration: none;
	width: 120px;
	padding-top: 25px;
	padding-bottom: 30px;
}

#mainnav .active a{
	background: url('/images/layout/menu_light.png') no-repeat;
}
#mainnav .navigation li a:hover{
	background: url('/images/layout/menu_light.png') top center no-repeat;
}

/* Shopping cart */
.tab-left {
	width: 37px;
	height: 34px;
	background: url('/images/cart/tab-left.png') no-repeat;
}

.tab-right {
	width: 8px;
	height: 34px;
	background: url('/images/cart/tab-right.png') no-repeat;	
}

.tab-center {
	height: 34px;
	background: url('/images/cart/tab-center.png') repeat-x;	
}

#cart table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	text-align: right;
	float: right;
}

#cart a {
	color: #494949;
}

.cartcontent {
	padding-left: 18px;
	background: url('/images/cart/cartcontent-arrow.png') no-repeat;
}

.noarticles {
	line-height: 28px;
}
	