@import url(sklep_all.css);

div#right_container {
	width: 200px;
	margin: 0 auto;
}

div.tab {
	width: 180px;
	margin: 0 auto;
	margin-bottom: 20px;
}
div.tabheader {
	position: relative;
	width: 180px;
	height: 32px;
	background: url(../images/header_bg.jpg) no-repeat top left;
	overflow: hidden;
	margin-bottom: 1px;
}
div.tabheader img {
	position: absolute;
	left: 12px;
	bottom: 0px;	
}
div.tabbody {
	border: 1px solid #ddd;
}
div.tabbody div.label, div.iframe div.label {
	font-family: Arial;
	font-size: 11px;
	color: #666;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.tabbody span.label, div.iframe span.label {
	font-family: Arial;
	font-size: 11px;
	color: #666;
}
div.tabbody div.field, div.iframec div.field {
	margin-bottom: 5px;
}
div.tabbody div.content {
	font-family: Arial;
	font-size: 11px;
	color: #666;
	width: 150px;
	margin: 10px auto;
	line-height: 18px;
}
div.tabbody div.content a {
	color: #012F8D;
}
div.tabbody div.content a:hover {
	text-decoration: none;
	color: #D10003;
}
div.tabbody select, div.iframe select {
	width: 150px !important;
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #999;
}
div.tabbody .input {
	font-family: Arial;
	font-size: 11px;
	/*border: 1px solid #999;*/
}