/**
*   @version $Id: common.css 52 2008-05-13 15:39:08Z paulinad $
*/
.topDiv {
	width: 100%;
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #d3d4b8;
}

/*** bottom menu ***/

.bottomDiv {
	width: 100%;
	margin: 0;
	text-align: center;
}

.bottomDivSub {
	width: 100%;
	margin: 0;
	text-align: center;
}

.bottomDivBlog {
	width: 100%;
	margin: 0;
	text-align: center;
	border-top: 1px solid #d3d4b8;
}

.bottomMenuBackgroundOuterStyle {}

.bottomDiv .bottomMenuBackgroundOuterStyle {
	padding-top: 71px;
	background-image: url( '/images/default/bg_stopka.jpg' );
	background-repeat: no-repeat;
	background-position: top left;
}

.bottomMenuBackgroundRightEndStyle {
	border-bottom: 1px solid #d3d4b8;
	padding: 10px;
	padding-top: 0px;
}

.bottomDiv .bottomMenuBackgroundRightEndStyle {
	border-top: 1px solid #d3d4b8;
	padding-top: 5px;
}

.bottomDivBlog .bottomMenuBackgroundRightEndStyle {
	padding-top: 5px;
}

.bottomMenuBackgroundLeftEndStyle {
	padding-top: 5px;
}

/* w stopce linki i teksty */
.commonA6 { /* commonBottomMenu */
	font-size: 11px;
	color: #9b7a18;
	text-decoration: none;
	font-weight: normal;
}

.commonBottomMenu { /* => commonA6 */
	font-size: 11px;
	color: #9b7a18;
	text-decoration: none;
	font-weight: normal;
}
.commonBottomMenu:hover  {
	font-size: 11px;
	color: #ad4a17;
	text-decoration: none;
	font-weight: normal;
}

.commonA5 { /* commonStopka */
	font-size: 10px;
	color: #b01d00;/*#9b7a18;*/
	font-weight: normal;
	text-decoration: none;
}

.commonStopka { /* => commonA5 */
	font-size: 10px;
	color: #9b7a18;
	font-weight: normal;
	text-decoration: none;
}
.commonStopka:hover {
	font-size: 10px;
	color: #ad4a17;
	font-weight: normal;
	text-decoration: none;
}

.commonT3 { /**/
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

/***  'buttony' w blogach identyczne w kazdej skorce  ***/

.commonBtnPicOuter {
	border: 1px solid #d3d4b8;
	cursor: pointer;
}

.commonBtnPicOuter_a {
	border: 1px solid #d3d4b8;
	cursor: pointer;
}

.commonBtnPicInner {
	height: 39px;
	background-image: url( '/images/default/bg_head.gif' );
	background-position: top left;
	background-repeat: repeat-x;
}

.commonBtnPicPadd {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 0px;
	line-height: 115%;
}

.commonBtnPicOuter .btnPicText {
	font-size: 11px;
	font-weight: bold;
	color: #9b7a18;
	text-decoration: none;
	line-height: 115%;
}

.commonBtnPicOuter_a .btnPicText {
	font-size: 11px;
	font-weight: bold;
	color: #ad4a17;
	text-decoration: none;
	line-height: 115%;
}

/** prosze czekac **/

#waitCenter {
	position: absolute;
	width: 200px;
	padding: 5px;
	background-color: #d3d4b8;
	overflow: hidden;
	z-index: 100;
	text-align: center;
}

#waitCenterInner {
	background-color: #ffffff;
}

#waitText {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}

#waitLoading {
	height: 40px;
	background-color: #ffffff;
	background-image: url( '/images/loading.gif' );
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

