body {
	background: url(images/body_bg.png) center top repeat-y;
}

#body_bg {
	width: 950px;
	margin: 0 auto;
	padding: 0 20px;
	padding-top: 2px;
	min-height: 800px;
	padding-bottom: 18px;
	background: url(images/body_shadow_bg.png) top center no-repeat;
}

#body_bg.w {
	background: url(images/body_bg_w.png) no-repeat;
}

#header {
	margin-bottom: 36px;
}

#header.w {
	margin-bottom: 18px;
}

#logo {
	height: 81px;
	width: 481px;
	background: url(images/drogerije_parfumerije_beauty_world_logo.png) top left no-repeat;
	text-indent: -5000px;
	margin: 13px;
	float: left;
}

#lang {
	float: right;
	width: 82px;
	height: 29px;
	margin-right: 40px;
	line-height: 26px;
	text-align: center;
	background: url(images/lang_bg.png) top center no-repeat;
	color: #fff;
}

#header_menu {
	height: 37px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	width: 932px;
	float: left;
	clear: left;
	padding: 0;
	padding-top: 3px;
	padding-left: 13px;
	margin: 0;
	list-style-type: none;
	font-size: 1.2em;
}

#header_menu li {
	height: 34px;
	line-height: 34px;
	float: left;
	margin-right: 13px;
}

#header_menu a {
	display: block;
	height: 34px;
	line-height: 32px;
	padding: 0 20px;
	color: #000;
	text-decoration: none;
}

#header_menu a:hover {
	text-decoration: underline;
}

#header_menu li.selected {
	background: url(images/header_menu_bg.png) top left;
}

#header_menu li.selected a {
	color: #fff;
	text-decoration: none;
	background: url(images/header_menu_bg.png) right -34px;
}

#header_menu li.selected a:hover {
	text-decoration: underline;
}


#logo_big {
	margin-bottom: 9px;
}

#brand-list {
	text-align: center;
}

#top-content {
	background: url(images/blue_gradient_bg.png) top left no-repeat #1068b3;
	margin-bottom: 16px;
	color: #fff;
}

#top-content-body {
	background: url(images/blue_gradient_bottom.png) bottom left no-repeat;
	padding: 10px 13px;
	height: auto !important;
	height: 180px;
	min-height: 180px;
	overflow: auto;
}

#top-content .rc {
	display: block;
	float: left;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 2px solid #969696;
	margin-right: 16px;
	margin-bottom: 8px;
}

#top-content .lc {
	display: block;
	float: right;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #969696;
	margin-left: 16px;
	margin-bottom: 8px;
}

#top-content a {
	color: #fff;
}

#top-content a:hover {
	color: #000;
}


#top-content.with-img h2 {
	margin-left: 287px;
}

#top-content h2 {
	font-size: 1.4em;
	color: #fff;
	border-bottom: 1px solid #7db0da;
}

#top-content h3 {
	font-size: 1.2em;
	color: #fff;
	border-bottom: 1px solid #7db0da;
	height: 24px;
}

#top-content h2 span {
	display: block;
	height: 32px;
	line-height: 24px;
	border-bottom: 1px solid #5293cb;
}

#top-content h2.new span {
	padding-left: 32px;
	background: url(images/icon_novo.png) top left no-repeat;
}

#footer-bottom {
	padding-top: 16px;
	color: #7a7a7a;
	border-top: 1px solid #f0f0f0;
}

#footer-bottom .icon {
	text-align: center;
}

#footer-bottom .icon img {
	padding-right: 8px;
}

#footer-bottom a {
	color: #1068b3;
}

#footer-bottom a:hover {
	color: #000;
	text-decoration: none;
}


#footer-bottom h3 {
	font-weight: normal;
	font-size: 1.4em;
}

#footer-bottom p {
	padding-right: 16px;
}

#bottom-bg {
	text-align: left;
	color: #767676;
	font-size: 0.9em;
	border-top: 1px solid #f0f0f0;	
	padding-top: 16px;
	margin-bottom: 1em;
}

#bottom-bg a {
	color: #1068b3;
}

#bottom-bg a:hover {
	color: #000;
	text-decoration: none;
}

/* FORMS */
input.smallf {
	padding:3px;
	width:160px;
}

input.bigf {
	padding:3px;
	width:380px;
}

input.date {
	padding:3px;
	width:150px;
}
input[type="text"], input[type="select"], select, input.smallf {
	margin-top:1px;
	margin-bottom: 8px;
}

table.form input[type="text"], table.form input[type="select"], table.form select, table.form input.smallf {
	margin-bottom: 1px;
}

table.form textarea {
	width: 98% !important;
}

label {
	font-weight: normal;
	margin-bottom: 4px;
}

.just {
	text-align: justify;
}
