body {
	background-color: black;
	background-image: url('/../images/layout/flaga5.png');
	background-repeat: no-repeat;
	background-position: top center;
	color: white;
	font-size: 14px;
	font-family: Verdana;
	margin: 0;
	padding: 0;
}

.spacer {
	height: 20px;
}

#shopmain {
	/*background-image: url('/../images/layout/back.png');*/
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 0;
}

#maincontent {
	width: 958px;
	margin: 0 auto;
	padding: 5px;
}
.content {
	background-image: url(/../images/1x1-70.png);
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	padding-top: 2px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	clear: both;
}

img {
	border: none;
}
p {
	padding: 0;
	margin: 0;
}

.l {
	text-align: left;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}

a {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: white;
}

.menubar {
	border: 1px solid white;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background-color: black;
	padding: 5px;
}
.menubar .spacer {
	padding: 0 20px;
}
.menubar a {
	color: white;
	text-decoration: none;
}

.menubar table {
	margin: 0 auto;
	width: 70%;
}
.menubar table td {
	width: 16%;
	border: 1px solid yellow;
}
.menubar .over {
	opacity: 1.0;
}
.menubar .out {
	opacity: 0.6;
}
div.lookbook {
	width: 720px;
	height: 480px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
}
div.lb-slider {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
div.lb-image {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.blogcontent {
	float: left;
	padding-left: 40px;
	width: 660px;
	font-size: 12px;
}
.blogtitle {
	font-size: 14px;
	font-weight: bold;
}
.blogdate {
	font-size: 10px;
	color: #aaaaaa;
}
.blogentry {
	border-bottom: 1px solid #888888;
}
.blogentry .ceebox img {
	border: 1px solid white;
}
.bloginfo {
	float: right;
	padding-right: 40px;
	width: 200px;
}
.blogarch {
	font-size: 14px;
	font-weight: bold;
}
.pagenav {
	width: 100%;
	font-size: 10px;
}

