/*****
* Structure
*****/
body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #8A8375;
	text-align: center;
	font: normal 11px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
#Container
{
	width: 970px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #FCF7FB;
}
#Header
{
	width: 100%;
	height: 85px;
	margin: 0px;
	background-image: url(http://www.alerandka.pl/Themes/AleRandka/Images/HeaderBg.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-x;
}
#MainHeader
{
	width: 100%;
	height: 50px;
	margin: 0px;
	background-color: #FFFFFF;
}
#SideRight
{
	width: 276px;
	margin-top: 0px;
	padding-bottom: 15px;
	float: right;
}
#Content
{
	margin-bottom: 15px;
	width: 694px;
	height: 100%;
	padding-top: 0px;
	float: left;
}
#ContentBig
{
	width: 970px;
	height: 100%;
	padding-top: 0px;
	float: left;
}
#MainFooter, #Footer
{
	width: 100%;
	height: 155px;
	margin-top: 5px;
	clear: both;
	background: #DBDBDB url(http://www.alerandka.pl/Themes/AleRandka/Images/MainFooter.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-x;
}
#MainFooter table a, #Footer table a
{
	color: #FFFFFF;
}
#MainFooter img, #Footer img
{
	margin-bottom: 1px;
}
/*****
* Side
*****/
.SideBox
{
	width: 276px;
	background-color: #A81D71;
}
.SideBoxCaption
{
	height: 30px;
	width: 276px;
	color: #F9D2E9;
	font: bold 15px Arial, Verdana, sans-serif;
	background-image: url(Images/SideBar.jpg);
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
.SideBoxCaption2
{
	padding: 6px 0px 0px 15px;
}
.SideBoxLink
{
	color: #FAEBF4;
}
.SideBoxContent
{
	color: #F9D2E9;
	overflow: hidden;
	width: 276px;
	padding-bottom: 10px;
}
.SideBoxContent2
{
	margin: 5px 25px 5px 25px;
}
/*****
* Content
*****/
.ContentBox
{
	margin-bottom: 15px;
	clear: both;
}
.ContentBoxCaption
{
	height: 30px;
	padding-left: 5px;
	margin-top: 5px;
	color: #8028B7;
	font: normal 18px Arial, Verdana, sans-serif;
	background-image: url(Images/ContentBoxCaptionBg.gif);
	background-position: 10px 50%;
	background-repeat: no-repeat;
}
.ContentBoxCaption2
{
	padding: 2px 5px 0px 40px;
}

.ContentBoxLink
{
	color: #8028B7;
	font-size: 12px;
}
.ContentBoxLink:hover
{
	color: #8028B7;
	font-size: 12px;
}

.ContentBoxLinkActive
{
	color: #8028B7;
	font-size: 12px;
	font-weight: bold;
}
.ContentBoxLinkActive:hover
{
	color: #8028B7;
	font-size: 12px;
	font-weight: bold;
}

.ContentBoxContent
{
	padding: 5px 5px 5px 5px;
	color: #676266;
	overflow: hidden;
}
/*****
* Content green
*****/
.ContentBoxCaptionGreen
{
	height: 32px;
	padding: 0px 5px 0px 20px;
	border-top: 1px solid #D2CCC0;
	border-right: 1px solid #D2CCC0;
	border-left: 0px solid #D2CCC0;
	border-bottom: 0px solid #D2CCC0;
	background-image: url(Images/ContentBoxCaptionBg2.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	color: #239BDA;
	font: bold 14px Arial, Verdana, sans-serif;
}
.ContentBoxContentGreen
{
	padding: 0px 5px 0px 5px;
	border-top: 0px solid #D2CCC0;
	border-right: 1px solid #D2CCC0;
	border-left: 1px solid #D2CCC0;
	border-bottom: 1px solid #D2CCC0;
	background-image: url(Images/Pamietniki.jpg);
	background-position: 90% 20%;
	background-repeat: no-repeat;
	color: #676266;
	height: 125px;
	overflow: hidden;
}
.ContentBoxContentGreen2
{
	padding: 0px 5px 0px 5px;
	border-top: 0px solid #D2CCC0;
	border-right: 1px solid #D2CCC0;
	border-left: 1px solid #D2CCC0;
	border-bottom: 1px solid #D2CCC0;
	color: #676266;
	overflow: hidden;
}
/*****
* Content orange
*****/
.ContentBoxCaptionOrange
{
	height: 32px;
	padding: 0px 5px 0px 20px;
	border-top: 1px solid #D2CCC0;
	border-right: 1px solid #D2CCC0;
	border-left: 0px solid #D2CCC0;
	border-bottom: 0px solid #D2CCC0;
	background-image: url(Images/ContentBoxCaptionBg3.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	color: #239BDA;
	font: bold 14px Arial, Verdana, sans-serif;
}
.ContentBoxContentOrange
{
	padding: 0px 5px 0px 5px;
	border-top: 0px solid #D2CCC0;
	border-right: 1px solid #D2CCC0;
	border-left: 1px solid #D2CCC0;
	border-bottom: 1px solid #D2CCC0;
	color: #676266;
	overflow: hidden;
}
/*****
* Forms
*****/
form
{
	margin: 0px;
	padding: 0px;
}
.Text, .Password, .File
{
	padding: 2px;
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	font: normal 11px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	width: 200px;
	color: #676266;
}
.Text2, .Password2, .File2
{
	padding: 2px;
	border: 2px solid #B0E620;
	background-color: #FFFFFF;
	font: normal 11px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	width: 140px;
	color: #676266;
}
.Text3, .Password3, .File3
{
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
	font: normal 11px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	width: 130px;
	color: #676266;
}
.Textarea
{
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	color: #676266;
	width: 400px;
	height: 100px;
	padding: 2px;
	font: normal 11px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	margin-top: 0px;
}
.Textarea2
{
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	color: #676266;
	width: 370px;
	height: 100px;
	padding: 2px;
	font: normal 11px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	margin-top: 0px;
}
.Select
{
	padding: 2px;
	font: normal 11px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	width: 181px;
	color: #676266;
}
.SelectYear
{
	padding: 2px;
	font: normal 11px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	width: 65px;
	color: #676266;
}
.SelectMonth, .SelectDay
{
	padding: 2px;
	font: normal 11px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	width: 55px;
	color: #676266;
}
.OptGroup
{
	padding: 2px;
	font: bold 11px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-style: italic;
	color: #676266;
	background-color: #F2F2F2;
}
.Option
{
	color: #676266;
	background-color: #FFFFFF;
}
.Submit, .Reset, .Button
{
	/*
	width: 138px;
	height:  23px;
	vertical-align: middle;
	text-align: center;
	background-color: #40C7DB;
	border: 3px solid #059DB4;
	font: bold 12px Arial, Verdana, sans-serif;
	color: #FFFFFF;
	*/

	width: 138px;
	background-color: #C33F8D;
	border-top: 1px solid #C33F8D;
	border-left: 1px solid #C33F8D;
	border-right: 1px solid #5F0D3F;
	border-bottom: 1px solid #5F0D3F;
	padding: 3px 3px 3px 3px;
	margin: 3px 3px 3px 0px;
	float: right;
	font: normal 11px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #FFFFFF;
}
.Submit2, .Reset2, .Button2
{
	/*
	width: 138px;
	height:  23px;
	vertical-align: middle;
	text-align: center;
	background-color: #9FCE1C;
	border: 3px solid #8BB340;
	font: bold 12px Arial, Verdana, sans-serif;
	color: #FFFFFF;
	*/

	width: 138px;
	background-color: #C33F8D;
	border-top: 1px solid #C33F8D;
	border-left: 1px solid #C33F8D;
	border-right: 1px solid #5F0D3F;
	border-bottom: 1px solid #5F0D3F;
	padding: 3px 3px 3px 3px;
	margin: 3px 3px 3px 0px;
	float: right;
	font: normal 11px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
.Radio
{

}
.Checkbox
{

}
.FieldSet
{
	clear: both;
}
.FieldLabel
{
	margin: 5px 5px 5px 10px;
	width: 150px;
	float: left;
}
.FieldInput
{
	margin: 5px 0px 5px 165px;
}
.FieldInput2
{
	margin: 5px 0px 5px 5px;
}
/*****
* Common parts
*****/
table
{
	width: 100%;
	border: 1px solid #DEDCDD;
}
th
{
	color: #424043;
	background-color: #F2F2F2;
	border-bottom: 1px solid #DEDCDD;
	font: bold 11px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	padding: 3px;
	text-align: left;
}
td
{
	font: normal 11px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	padding: 3px;
}
a
{
	text-decoration: none;
	color: #594B5A;
}
a:hover
{
	text-decoration: underline;
	color: #594B5A;
}
img
{
	border: 0px;
}
hr
{
	border: 0px;
	height: 1px;
	background-color: #A2A97B;
	color: #A2A97B;
	width: 65%;
	text-align: center;
}
/*****
* LoginPanel
*****/
.LoginPanelAvatar
{
	text-align: center;
	margin-bottom: 5px;
}
/*****
* BBCodeEditor
*****/
#BBCEContainer
{
	width: 430px;
	margin: auto;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
}
#BBCEContent
{
	width: 430px;
}
.BBCEContentBox
{
	width: 428px;
	margin-bottom: 5px;
}
.BBCEContentBoxCaption
{
	height: 32px;
	padding: 0px 5px 0px 20px;
	border-top: 1px solid #D2CCC0;
	border-right: 1px solid #D2CCC0;
	border-left: 0px solid #D2CCC0;
	border-bottom: 0px solid #D2CCC0;
	background-image: url(Images/ContentBoxCaptionBg.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	color: #02A8C0;
	font: bold 14px Arial, Verdana, sans-serif;
}
.BBCEContentBoxCaption2
{
	margin-top: 10px;
}
.BBCEContentBoxContent
{
	height: 100%;
	padding: 5px 20px 5px 25px;
	border-top: 0px solid #D2CCC0;
	border-right: 1px solid #D2CCC0;
	border-left: 1px solid #D2CCC0;
	border-bottom: 1px solid #D2CCC0;
	color: #676266;
	overflow: hidden;
}
.Editor
{
	width: 404px;
	border-top: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-bottom: 0px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	margin-bottom: 0px;
	background-color: #E3E3E3;
}
.EditorButton
{
	margin: 3px;
	cursor: pointer;
}
.EditorSeparator
{
	margin: 3px;
}
.BBCECode
{
	padding: 5px;
	border: 1px solid #DEDCDD;
	background-color: #F0F0F0;
	overflow: hidden;
}
.BBCEQuote
{
	padding: 5px;
	border: 1px solid #DEDCDD;
	background-color: #F0F0F0;
}
.BBCEColorBox
{
	padding: 2px;
	width: 145px;
	height: 145px;
	z-index: 2;
	position: absolute;
	margin-top: 22px;
	margin-left: 256px;
	background-color: #F0F0F0;
	display: none;
}
.BBCEColor
{
	width: 10px;
	height: 10px;
	margin: 1px;
	float: left;
}
/*****
* Profile
*****/
.ProfileLeft
{
	width: 530px;
	margin-right: 20px;
	float: left;
	text-align: left;
}
.ProfileRight
{
	width: 400px;
	float: left;
	font-size: 12px;
	text-align: left;
}
.ProfileFieldSet
{
	width: 380px;
	height: 15px;
	padding: 5px 0px 0px 2px;
	border-bottom: 1px solid #F8DDEC;
}
.ProfileField
{
	color: #880150;
	width: 150px;
	height: 15px;
	float: left;
}
.ProfileValue
{
	width: 230px;
	height: 15px;
	float: left;
}
.ProfileHeader
{
	font: bold 16px Arial;
	color: #008DD5;
	border-bottom: 1px solid #D5A7C3;
	padding: 0px 0px 2px 2px;
	margin: 20px 0px 10px 0px;
}
/*****
* Blog
*****/
.BlogIcon
{
	margin-right:  5px;
	margin-bottom: 2px;
}
.BlogIconDesc
{
	margin-right: 15px;
	margin-bottom: 2px;
}
.AllBlogsEntry
{
	border: 1px solid #DEDCDD;
	text-align: center;
	padding: 8px 0px 8px 0px;
	margin: 0px 8px 8px 0px;
	float: left;
	height: 170px;
	width: 140px;
}
.AllBlogsAvatar
{
	height: 100px;
	text-align: center;
}
/*****
* Blog comments
*****/
.Comments
{
	border: 1px solid #DEDCDD;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100%;
}
.CommentsLeft
{
	float: left;
	text-align: center;
	width: 170px;
}
.CommentsRight
{
	float: left;
	text-align: left;
	width: 445px;
}
.CommentsInfo
{
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
}
.CommentsContent
{
	margin-top: 15px;
}
.CommentsHr
{
	border: 0px;
	height: 1px;
	background-color: #DEDCDD;
	color: #DEDCDD;
	text-align: center;
	margin-top:  20px;
	width: 100%;
}
.CommentsLeftButton
{
	float: left;
}
.CommentsRightButton
{
	float: right;
}
/*****
* Private messages
*****/
.Messages
{
	border: 1px solid #DEDCDD;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100%;
}
.MessagesLeft
{
	float: left;
	text-align: center;
	width: 170px;
}
.MessagesRight
{
	float: left;
	text-align: left;
	width: 445px;
}
.MessagesContent
{
	margin-top: 15px;
}
.MessagesHr
{
	border: 0px;
	height: 1px;
	background-color: #DEDCDD;
	color: #DEDCDD;
	text-align: center;
	margin-top:  20px;
	width: 100%;
}
/*****
* Friends
*****/
.Friend
{
	border: 1px solid #DEDCDD;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 0px 10px 10px 0px;
	float: left;
	height: 180px;
	width: 150px;
}
.FriendAvatar
{
	height: 100px;
	text-align: center;
}
.FriendIcon
{
	margin: 10px 5px 0px 5px;
}
/*****
* News
*****/
.NewsIcon
{
	margin-right:  5px;
	margin-bottom: 2px;
}
.NewsIconDesc
{
	margin-right: 15px;
	margin-bottom: 2px;
}
.NewsCategoryIcon
{
	margin: 15px;
	float: left;
}
/*****
* Additional pages
*****/
.PageIcon
{
	margin-right:  5px;
	margin-bottom: 2px;
}
.PageIconDesc
{
	margin-right: 15px;
	margin-bottom: 2px;
}
/*****
* Forum
*****/
.BottomLinksContainer
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
.BottomLinks
{
	font-weight: bold;
}
.ForumTable
{
	border: 1px solid #DEDCDD;
	border-collapse: collapse;
}
.ForumCell
{
	width: 648px;
	border: 1px solid #DEDCDD;
	border-collapse: collapse;
}
.ForumCell2
{
	width: 60px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #DEDCDD;
	border-collapse: collapse;
	background-color: #F2F2F2;
}
.ForumCell3
{
	width: 120px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #DEDCDD;
	border-collapse: collapse;
	background-color: #F2F2F2
}
.ForumCell4
{
	width:  160px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #DEDCDD;
	border-collapse: collapse;
}
.ForumLeftButton
{
	float: left;
	margin-top: 10px;
}
.ForumRightButton
{
	float: right;
	margin-top: 10px;
}
.ForumPost
{
	border: 1px solid #DEDCDD;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 100%;
}
.ForumPostLeft
{
	float: left;
	text-align: center;
	width: 170px;
}
.ForumPostRight
{
	float: left;
	text-align: left;
	width: 745px;
}
.ForumPostInfo
{
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
}
.ForumPostContent
{
	margin-top: 15px;
}
.ForumPostHr
{
	border: 0px;
	height: 1px;
	background-color: #DEDCDD;
	color: #DEDCDD;
	text-align: center;
	margin-top:  20px;
	width: 100%;
}
/*****
* Other
*****/
.CommonImgRight
{
	border: 1px solid #A2A97B;
	padding: 2px;
	margin-left: 5px;
	float: right;
}
.CommonImgLeft
{
	border: 1px solid #A2A97B;
	padding: 2px;
	margin-right: 5px;
	float: left;
}
.Highlight
{
	color: #A2A97B;
	font-weight: bold;
}
.SideMenuLink
{
	text-decoration: none;
	color: #F9D2E9;
	font-weight: bold;
}
/*****
* Zakładki na stronie głównej
*****/
.TabsContainer
{
	width: 468px;
	margin-bottom: 5px;
}
.TabA
{
	width: 94px;
	height: 23px;
	float: left;
	border-right: 1px solid #D2CCC0;
	border-top: 1px solid #D2CCC0;
	border-left: 1px solid #D2CCC0;
	background-color: #F4E9EF;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
.TabB
{
	width: 93px;
	height: 23px;
	float: left;
	border-bottom: 1px solid #D2CCC0;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
.TabText
{
	margin-top: 4px;
}
.TabContentA
{
	height: 160px;
	clear: both;
	border-right: 1px solid #D2CCC0;
	border-bottom: 1px solid #D2CCC0;
	border-left: 1px solid #D2CCC0;
	background-color: #F4E9EF;
	padding-top: 10px;
}
.TabContentB
{
	display: none;
}
.TabContentLeft
{
	width: 190px;
	float: left;
	margin: 5px 5px 5px 5px;
}
.TabContentLeftImgDiv
{
	width: 180px;
	height: 130px;
	margin: 0px auto 0px auto;
}
.TabContentLeftImg
{
	width: 180px;
	height: 130px;
	border: 1px solid #646464;
	margin: 0px;
}
.TabContentLeftImgSpan
{
	background: transparent url(Images/TabsBG.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	display: block;
	position: relative;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
 	top: -26px;
	left: 1px;
	width: 181px;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
}
.TabContentLeftImgInnerSpan
{
	left: 10px;
	top: 5px;
	position: relative;
}
.TabContentRight
{
	width: 250px;
	float: left;
	margin: 5px 5px 5px 5px;
}
/*****
* Zakładki forum na stronie głównej
*****/
.ForumTabsContainer
{
	width: 468px;
}
.ForumTabA
{
	width: 233px;
	height: 23px;
	float: left;
	border-right: 1px solid #D2CCC0;
	border-top: 1px solid #D2CCC0;
	border-left: 1px solid #D2CCC0;
	background-color: #E5F5B7;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
.ForumTabB
{
	width: 233px;
	height: 23px;
	float: left;
	border-bottom: 1px solid #D2CCC0;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
.ForumTabText
{
	margin-top: 4px;
}
.ForumTabContentA
{
	height: 150px;
	clear: both;
	border-right: 1px solid #D2CCC0;
	border-bottom: 1px solid #D2CCC0;
	border-left: 1px solid #D2CCC0;
	background-color: #E5F5B7;
	padding-top: 10px;
	padding: 5px 5px 5px 5px;
}
.ForumTabContentB
{
	display: none;
}

/*****
* Banery
*****/
.BannerContainer
{
	height: 100px;
	background-color: #FFFFFF;
}
.Banner
{
	width: 750px;
	height: 100px;
	margin: 0px auto 0px auto;
}
/*****
* KatalogFirm
*****/
.ColumnA
{
	width: 400px;
	margin: 15px 5px 15px 43px;
	float: left;
}
.ColumnB
{
	width: 400px;
	margin: 15px 43px 15px 5px;
	float: left;
}
.KatalogSubItem
{
	margin: 3px 0px 20px 15px;
}
.CompaniesListTable
{
	width: 650px;
	margin-bottom: 10px;
}
.CompaniesListRow
{
	width: 650px;
}
.CompaniesListPhotoCell
{
	width: 80px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}
.CompaniesListPhoto
{
	width: 80px;
	height: 40px;
}
.CompaniesListInfoCell
{
	width: 500px;
	height: 40px;
	vertical-align: top;
	text-align: left;
}
.CompaniesListDetailCell
{
	width: 50px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}
.CompaniesListSeparator
{
	border-bottom: 1px solid #DEDCDD;
	height: 0px;
	font-size: 1px;
	width: 640px;
}
.CompanyMap
{
	width: 400px;
	height: 250px;
	border: 1px solid black;
	background-color: #F6F6F6;
	float: right;
}
.CompanyDetails
{
	width: 200px;
	height: 250px;
	margin: 0px 10px 10px 10px;
	overflow: hidden;
	float: left;
}
.AdvertDetails
{
	width: 200px;
	height: 95px;
	margin: 0px 10px 10px 10px;
	overflow: hidden;
	float: left;
}
.CompanyInfo
{
	margin: 10px;
}
.CompanyPhotoContainer
{
	width: 132px;
	height: 134px;
	margin: 13px 13px 0px 13px;
	float: left;
}
.CompanyPhoto
{
	width: 132px;
	height: 114px;
	text-align: center;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
.CompanyPhotoDescription
{
	font: 9px Tahoma, sans-serif;
	line-height: 12px;
	color: #646464;
}
/*****
* Pagination bar
*****/
.pagination
{
	width: 200px;
	margin: 0px auto 10px auto;
	text-align: center;
}
.pagination_cell
{
	padding: 0px 2px 0px 2px;
}
.pagination_cell_current
{
	padding: 0px 2px 0px 2px;
	font-weight: bold;
	color: #A81C72;
}

.AdmGalleryPhotoContainer
{
	width: 100px;
	height: 134px;
	margin: 5px 7px 0px 7px;
	float: left;
}
.AdmGalleryPhoto
{
	width: 100px;
	height: 114px;
	text-align: center;
	border: 1px solid #DDDDDD;
	overflow: hidden;
}
.AdmGalleryPhotoDescription
{
	font: 9px Tahoma, sans-serif;
	line-height: 12px;
	color: #646464;
}
.AdmGalleryPhotoItemBar
{
	width: 102px;
	height: 18px;
	margin-top: 2px;
	text-align: center;
}

.GalleryPhotoContainer
{
	width: 100px;
	height: 115px;
	margin: 7px 7px 0px 7px;
	float: left;
	cursor: pointer;
}
.SmallGalleryPhotoContainer
{
	width: 70px;
	height: 85px;
	margin: 7px 7px 0px 7px;
	float: left;
	cursor: pointer;
}
.GalleryPhotoContainerMain
{
	width: 100px;
	height: 115px;
	margin: 9px 9px 0px 9px;
	float: left;
	cursor: pointer;
}
.GalleryPhoto
{
	width: 100px;
	height: 100px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.SmallGalleryPhoto
{
	width: 70px;
	height: 70px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.GalleryPhotoContainerBig
{
	width: 640px;
	margin: auto;
	text-align: center;
}
.GalleryPhotoBig
{
	width: 640px;
	margin: auto;
	text-align: center;
	overflow: hidden;
	padding-top: 15px;
	clear: both;
}
.GalleryPhotoDescriptionBig
{
	font: 10px Tahoma, sans-serif;
	line-height: 14px;
	color: #646464;
}
.RedStar
{
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}
.LokalizatorForm
{
	background-color: #F4F4F4;
	width: 616px;
	height: 40px;
	padding: 15px;
}
.LokalizatorMap
{
	width: 646px;
	height: 650px;
	border: 1px solid #D2CCC0;
	margin-top: 10px;
	background-color: #F4F4F4;
}
.WelcomeTop
{
	text-align: right;
	background-color: #FFFFFF;
	padding: 5px 35px 0px 0px;
}
.CompanyPhotoContainer
{
	width: 132px;
	height: 134px;
	margin: 13px 13px 0px 13px;
	float: left;
}
.CompanyPhoto
{
	width: 132px;
	height: 114px;
	text-align: center;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
.CompanyPhotoDescription
{
	font: 9px Tahoma, sans-serif;
	line-height: 12px;
	color: #646464;
}
.CompanyPhotoItemBar
{
	width: 132px;
	height: 18px;
	margin-top: 2px;
	text-align: center;
}

h2
{
	margin: 10px 0px 10px 5px;
	color: #8028B7;
	font-weight: normal;
}




/**
 * Moja strona
 */
.MSLewa
{
	float: left;
	width: 300px;
	height: 330px;
	margin: 2px 2px 75px 0px;
	background-color: #F6F4F5;
	color: #A81D71;
}
.MSLewa h2
{
	margin: 6px 0px 3px 10px;
	font: bold 14px Arial, Tahoma, sans-serif;
	color: #A81D71;
}
.MSLewa .Line
{
	width: 280px;
	margin: auto;
	border-top: 1px solid #b9b9b9;
}
.MSLewa .User
{
	float: left;
	width: 100px;
	height: 120px;
	margin: 15px 18px 15px 18px;
}
.MSLewa .User img
{
	display: block;
	margin: 0px auto 5px auto;
}
.MSPrawa
{
	float: left;
	width: 390px;
	height: 330px;
	margin: 2px 2px 75px 0px;
	color: #A81D71;
}
.MSPrawa h2
{
	margin: 6px 0px 3px 10px;
	font: bold 14px Arial, Tahoma, sans-serif;
	color: #A81D71;
}
.MSPrawa .Line
{
	width: 370px;
	margin: auto;
	border-top: 1px solid #b9b9b9;
}
.MSPrawa .User
{
	float: left;
	width: 100px;
	height: 120px;
	margin: 15px 12px 15px 12px;
}
.MSPrawa .User img
{
	display: block;
	margin: 0px auto 5px auto;
}
.MSDol
{
	clear: both;
	width: 692px;
	height: 200px;
	margin: 2px 0px 2px 0px;
}
.MSDol h2
{
	margin: 6px 0px 3px 10px;
	font: bold 14px Arial, Tahoma, sans-serif;
	color: #A81D71;
}
.MSDol .Line
{
	width: 670px;
	margin: auto;
	border-top: 1px solid #E4C0FA;
	border-bottom: 1px solid #F7F3FA;
}


.User
{
	float: left;
	width: 100px;
	height: 120px;
	margin: 15px 26px 15px 26px;
	color: #A81D71;
}
.ShitText
{
	margin: 10px;
	font: normal 11px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
.ShitForm
{
	width: 506px;
	margin: auto;
}
.ShitThanks
{
	width: 500px;
	padding: 3px 3px 3px 3px;
	margin: 30px auto 0px auto;
	font: bold 11px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #676266;
}
.ShitThanks a
{
	color: #AF0067;
}
.ShitArea
{
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	color: #676266;
	width: 500px;
	height: 200px;
	padding: 2px;
	font: normal 11px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	margin-top: 10px;
}
.ShitCounter
{
	width: 80px;
	padding: 3px 3px 3px 3px;
	margin: 3px 0px 0px 0px;
	float: left;
	font: normal 11px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #676266;
}
.ShitSubmit
{
	width: 80px;
	background-color: #C33F8D;
	border-top: 1px solid #C33F8D;
	border-left: 1px solid #C33F8D;
	border-right: 1px solid #5F0D3F;
	border-bottom: 1px solid #5F0D3F;
	padding: 3px 3px 3px 3px;
	margin: 3px 0px 0px 0px;
	float: right;
	font: normal 11px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #FFFFFF;
}
