@charset "utf-8";
* {
	page-break-inside: auto;
}
.no_print {
	display: none !important;
}
/** TEMPLATE **/
/** Page Head, Body, and Foot **/
.body{overflow:hidden; _overflow:visible; zoom:1;}

/** Columns **/
.mainCol{ zoom:1; min-height:1px;}
.rightCol{float:right; width: 300px; margin: 0 14px 0 15px; _margin: 0 7px 0 7px;min-height:1px;}
.leftCol {float:left;width:130px;margin: 0 20px 0 15px;_margin: 0 16px 0 8px;min-height:1px;}
.fullCol{ margin: 0 15px 0 15px; min-height:1px; clear: both;}
.noRightCol {margin-right: 15px;}
.noLeftCol {margin-left: 15px;}

.no_overflow {
	overflow: visible
}

/* main page main column */
.main {margin-left: 26px;}
.forum {margin: 0px 5px 18px;}
/** GRIDS **/
.line, .lastUnit {_zoom:1; }
.unit, .cell{float:left;_zoom:1; }
.unitExt{float:right;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}

.lastUnit {float:none;_position:relative; _left:-3px; _margin-right: -3px;width:auto;}
/* extending grids to allow a unit that takes the width of its content */
.media{width:auto;}

/* kolumny */
.col_main { zoom:1;}
.col_left {
	float: left;
	margin-right: 15px;
	_margin-right: 12px;
}
.col_right {
	float: right;
	margin-left: 15px;
	_margin-left: 12px;
}


/* content wrappers */
.wrapper5 {
	margin: 5px;
}
.wrapper10 {
	margin: 10px;
}
.wrapper15 {
	padding: 15px;
}
.wrapper20 {
	margin: 20px;
}
.fix_wrap {
	padding: 1px 0;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
} 
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* end of clearfix */


/** template **/
/* reset */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: #fff;
	color: #424242;
}
fieldset {
	border: 0;
}
object, embed, a {
	outline: 0;
}
.accessible, .hidden, .print_only {
	display: none !important;
}
a {
	color: #424242;
	outline: 0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
a.dotted {
	border-bottom: dotted 1px #161616;
}
p {
	line-height: 1.5em;
}

.smaller {
	font-size: 0.917em;
}
.larger {
	font-size: 1.17em;
}
.lh_standard {
	line-height: 1.5em;
}
/* naglowki */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #161616;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
	color: #161616;
}
h6 a {
	text-decoration: none;
}
hr {
	height: 1px;
	border: 0;
	border-bottom: solid 1px #ccc;
	margin: 15px 0;
}
input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #424242;
}
fieldset {
	border: 0;
}
.billboard {
/*	height: 160px;*/
}
.container {
	margin: 0 10px;
}
.page {
} 
.page_header {
	height: 125px;
}
.page_content {
	background: #fff;
}
.columns {
	padding: 14px 0 10px;
}
.page_footer {
	border-top: #161616 solid 1px;
	margin-top: 30px;
}
#footer_links {
	display: none;
}
.copyright {
	color: #161616;
	padding: 15px 0;
	font-size: 11px;
}
.page_footer .wrapper {
	margin: 0 10px;
}
.bc { /* breadcrumbs */
	margin-bottom: 15px;
}
#right_column {
	display: none;
}
/** main menu **/
.mm_menu {
	display: none;
}
.submenu {
	display: none;
}
.user_menu {
	display: none;
}
.search {
	display: none;
}
.logo {
	padding-top: 30px;
	margin-left: 15px;
}
.logo a {
	display: block;
	width: 205px;
	height: 65px;
	text-indent: -999em;
	background: url(../img/layout/logo.gif) no-repeat 0 0;
	outline: 0;
}

/* breadcrumbs */
.bc {
	color: #b9b9b9;
	font-size: 12px;
	margin: 0 15px 25px;
}

.bc a {
	color: #141414;
}
.bc strong {
	font-weight: normal;
	color: #818181;
}
.module {
	margin-bottom: 25px;
}

.forum_module {
	background: url(../img/layout/bg/bg_forum_page.jpg) no-repeat 0 0;
	padding-top: 89px;
	height: 110px;
	position: relative;
}
.forum_module .a_wiecej {
	position: absolute;
	bottom: 0;
	right: 0;
	text-indent: -999em;
	width: 60px;
	height: 25px;
}

.main_module {
	position: relative;
}
.main_module .tag_list {
	margin-top: 10px;
	position: static;
	padding-top: 13px;
	background: url(../img/layout/bg/dots.gif) repeat-x 0 0;
}
.main_module .content {
	position: relative;
	padding-bottom: 55px;
	height: 250px;
}
.main_video .content {
	position: relative;
	padding-bottom: 55px;
	height: 170px;
}
.main_video .tag_list {
	width: 287px;
	background: none;
	padding-top: 3px;
}
.no_photo .content {
	padding-bottom: 15px;	
	height: auto;
}
.no_photo_tags .content {
	padding-bottom: 0px;	
	height: auto;
}
.no_photo_tags .tag_list {
	position: static;
	max-height: 45px;
	height: auto;
	_height: 45px;
	margin-top: 20px;
	overflow: hidden;
	width: 640px;
	padding-top: 13px;
	background: url(../img/layout/bg/dots.gif) repeat-x 0 0;
}
.hd {}
.gradient_hd {
	background: url(../img/layout/bg/gradient_hd.gif) repeat-x 0 0;
	min-height: 49px;
	_height: 40px;
	padding: 8px 10px 0;
}
.underlined {
	border-bottom: solid 5px #e9e9e9;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
.overlined {
	border-top: solid 5px #e9e9e9;
	padding-top: 5px;
}
.ft {
	border-top: 1px solid #E9E9E9;
	padding-top: 10px;
	margin-top: 10px;
}
.checkered {
	background: url(../img/layout/bg/checkers.gif);
	padding: 3px;
}
.checkered .bd {
	padding: 10px;
}


/* article */
.wysiwyg {
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	
}
.wysiwyg a {
	color: #CF4EA7;
}
.wysiwyg p {
	margin-bottom: 12px;
}
.wysiwyg p.quote {
	margin-left: 44px;
	font-size: 19px;
	font-style: italic;
}
.wysiwyg p.quote cite {
	background: #ffcd1c;
	padding-left: 7px;
	padding-right: 10px;
	position: relative;
}
.wysiwyg p.quote .quote_top {
	position: absolute;
	left: -14px;
	top: -8px;
}
.wysiwyg p.quote .quote_bottom {
	position: relative;
	right: 10px;
	bottom: -12px;
}
.lead {
	font-weight: bold;
	font-size: 13px;
	line-height: 1.35em;
}
.article_author {
	border-bottom: 1px dotted #000;
	font-size: 11px;
	font-style: italic;
}
.main_photo_author {
	font-size: 10px;
	font-style: italic;
}
.article_count {
	font-size: 17px;
}
.page_options, #comments, #photo,  #recommended {
	display: none !important;
}

/* article gallery */

/* pagination */

.pagination {
	display: none;
}


/* modal panels */
.modalPanel {
	display: none;
}


/* comments */
.comment {
	border-bottom: solid #e9e9e9 1px;
	margin-bottom: 14px;
}
.comment .thumbnail {
	margin-right: 12px;
	margin-top: 15px;
}
.comment .user_info {
	width: 116px;
	padding-right: 10px;
	float: left;
	height: 60px;
	font-size: 11px;
	margin-top: 25px;
	background: url(../img/layout/bg/comment.gif) no-repeat right 35px;
}
.comment .content {
	overflow: hidden;
	zoom: 1;
	*overflow: visible;
	background: #f4f4f4;
	padding: 15px 25px;
	min-height: 60px;
	_height: 60px;
	font-size: 11px;
}

/* forms */
form {
	display: none;
}

/* tabbed module */
.tabs {
	list-style: none;
	position: relative;
	top: 1px;
}
.tabs li, .tabs li a {
	display: block;
	float: left;
	background: url(../img/layout/bg/tabs.gif) no-repeat 0 0;
	padding-left: 10px;
	height: 37px;
	position: relative;
	top: 0;
}
.tabs li a {
	background-position: right -37px;
	padding: 10px 10px 0 0;
	height: 27px;
}
.tabs .first {
	background-position: 0 -148px;
}
.tabs .first a {
	background-position: right -185px;
}
.tabs .tab_active {
	background-position: 0 -74px;
	position: relative;
	z-index: 10;
}
.tabs .tab_active a {
	background-position: right -111px;
}



.tabs span {
	margin: 0 8px;
	background: url(../img/layout/bg/tabs_items.gif) no-repeat 0 0;
	height: 20px;
	display: block;
	text-indent: -999em;
	width: 100px;
}
.tabc {
	display: none;
	margin: 15px 3px;
}
.tabc_loading {
	background: url(../img/layout/loading.gif) no-repeat center center;
	height: 90px;
}

.tabc_active {
	display: block;
}
.unit_bordered {
	background: url(../img/layout/bg/tabs_divider.gif) repeat-y right 0;
}
.tab_polecamy span {
	background-position: 0 0;
	width: 61px;
}
.tab_active .tab_polecamy span {
	background-position: -93px 0;
	width: 74px;
}

.tab_uroda span {
	background-position: 0 -24px;
	width: 41px;
}
.tab_active .tab_uroda span {
	background-position: -93px -24px;
	width: 48px;
}

.tab_trendy span {
	background-position: 0 -48px;
	width: 46px;
}
.tab_active .tab_trendy span {
	background-position: -93px -48px;
	width: 56px;
}

.tab_styl-gwiazd span {
	background-position: 0 -72px;
	width: 71px;
}
.tab_active .tab_styl-gwiazd span {
	background-position: -93px -72px;
	width: 87px;
}

.tab_niezbednik span {
	background-position: 0 -96px;
	width: 72px;
}
.tab_active .tab_niezbednik span {
	background-position: -93px -96px;
	width: 88px;
}

.tab_plotki-i-wpadki span {
	background-position: 0 -120px;
	width: 93px;
}
.tab_active .tab_plotki-i-wpadki span {
	background-position: -93px -120px;
	width: 115px;
}

.tab_z-wybiegu-brak-szablonu span {
	background-position: 0 -144px;
	width: 63px;
}
.tab_active .tab_z-wybiegu-brak-szablonu span {
	background-position: -93px -144px;
	width: 79px;
}

.tab_newsroom span {
	background-position: 0 -168px;
	width: 68px;
}
.tab_active .tab_newsroom span {
	background-position: -93px -168px;
	width: 85px;
}


.tab_all span {
	background-position: 0 -194px;
	width: 68px;
}
.tab_active .tab_all span {
	background-position: -93px -194px;
	width: 85px;
}

.tab_news span {
	background-position: 0 -220px;
	width: 41px;
}
.tab_active .tab_news span {
	background-position: -93px -220px;
	width: 51px;
}

.tab_gallery span {
	background-position: 0 -246px;
	width: 48px;
}
.tab_active .tab_gallery span {
	background-position: -93px -246px;
	width: 59px;
}

.tab_wideo span {
	background-position: 0 -272px;
	width: 42px;
}
.tab_active .tab_wideo span {
	background-position: -93px -272px;
	width: 53px;
}

/* tags lists */
.tag_list {}
.tag_list h6 {
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}
.tag_list ul {
	zoom: 1;
	list-style: none;
	overflow: hidden;
	*overflow: visible;
}
.tag_list li {
	display: inline;
	line-height: 24px;
	margin-right: 2px;
}
/* footer links */
.footer_links_cnt {
	margin-left: -30px;
}
.footer_links {
	padding-left: 30px;
}
.footer_links ul {
	list-style: none;	
	margin: 12px 0 6px;
}
.footer_links li {
	line-height: 1.75em;
}

/* headings */
.hdg_large { 
	font-size: 22px;
	line-height: 1.091em;
}
.hdg_strong {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.18em;
}
.thick_pink {
	font-size: 24px;
	color: #cf4ea7;
	font-weight: bold;
	letter-spacing: -0.07em;
}
.thick_pink_smaller {
	font-size: 14px;
	color: #cf4ea7;
	font-weight: bold;
	letter-spacing: -0.07em;
}
.small_pink, .small_pink a {
	font-size: 12px;
	color: #cf4ea7;
	font-weight: bold;
}
.medium_pink, .medium_pink a {
	font-size: 13px;
	color: #cf4ea7;
	font-weight: bold;
}
.large_pink, .large_pink a {
	font-size: 15px;
	color: #cf4ea7;
	font-weight: bold;
}
.main_title {
	font-size: 36px;
	font-style: italic;
}
.page_title {
	font-size: 28px;
}
.small_title {
	font-weight: bold;
	font-size: 12px;
}
.modal_title {
	margin-bottom: 22px;
	padding-bottom: 6px;
	border-bottom: solid #e3e3e3 1px;
}
.inline {
	display: inline;
}
h4.brd_grey_thick {
	/* inherits: border-bottom: solid 3px #e9e9e9; */
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.sifr_italic, .sifr_italic_small {
	height: 35px;
	margin-bottom: 14px;
	_margin-bottom: 2px;
	margin-top: 8px;
	font-style: italic;
	font-size: 28px;
	padding-bottom: 3px;
}
.sifr_italic_small {
	font-size: 26px;
	margin-top: 0;
}
.sifr_italic_large {
	height: 48px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-style: italic;
	font-size: 32px;
}
.hdg_img {
	text-indent: -999em;
	background: url(../img/layout/bg/headings.gif) no-repeat 0 0;
	overflow: hidden;
}
.hdg_img a {
	display: block;
	height: 38px;
}

.hdg_twoje_ulubione_marki {
	background-position: 0 -292px;
	width: 124px;
	height: 18px;
}
.hdg_polecamy_rowniez {
	background-position: 0 -452px;
	width: 98px;
	height: 18px;
}

.hdg_reklama {
	background-position: 0 -485px;
	width: 156px;
	height: 18px;
}
.hdg_tagi {
	background-position: 0 -330px;
	width: 31px;
	height: 18px;
}
.hdg_tagi, .hdg_tagi_dark {
	background-position: -66px -330px;
	width: 42px;
	height: 18px;	
}
.hdg_tagi_dots {
	background-position: 0px -717px;
	width: 100%;
	height: 27px;	
	margin-bottom: 10px;
}
.hdg_goracy_temat {
	background-position: 0 -511px;
	width: 100px;
	height: 30px;
}
.hdg_warto_wiedziec {
	background-position: 0 -563px;
	width: 105px;
	height: 30px;
}
.hdg_hity_tygodnia {
	background-position: 0 -611px;
	width: 105px;
	height: 30px;
}
.hdg_popularne {
	background-position: 0 -686px;
	width: 105px;
	height: 30px;
}

.hdg_z_wybiegu {
	width: 143px;
	height: 38px;
}
.hdg_fashion_tv {
	width: 156px;
	height: 38px;
}
.hdg_na_forum {
	width: 156px;
	height: 38px;
}
.hdg_zakupy {
	width: 156px;
	height: 38px;
}
.hdg_eventy {
	width: 156px;
	height: 38px;
}
/* grid_gallery */
.grid_gallery {
	position: relative;
	height: 300px;
	line-height: 1px;
}

.grid_gallery .grid {
	position: absolute;
}
.grid_gallery .grid_main {
	height: 320px;
	width: 300px;
	float: left;
	top: 0;
}
.grid_gallery .grid_top_left {
	top: 0;
	left: 330px;
}
.grid_gallery .grid_top_right {
	top: 0;
	right: 0px;
}
.grid_gallery .grid_bottom_left {
	bottom: 0;
	left: 330px;
}
.grid_gallery .grid_bottom_right {
	bottom: 0;
	right: 0;
}
.grid_gallery .grid_bottom_middle_left {
	bottom: 0;
	left: 412px;
}
.grid_gallery .grid_bottom_middle_right {
	bottom: 0;
	left: 495px;
}
.lh0 {
	line-height: 1px;	
	font-size: 1px
}
.lh_standard  {
	line-height: 1.5em;
}


/* gallery zoom */
.zoom {
	margin: auto;
	position: static
}
.overlay_description {
	display: block;
	text-align:center;
	margin: 5px 0;
	background: #fff;
	padding: 2px 6px;
	color: #666;
	font-size: 10px;
}
.zoom_preview {
	border: solid #e9e9e9 1px;
	cursor: move;
	z-index: 20;
}

/* links */
.a_img {
	text-indent: -999em;
	outline: 0;
	background: url(../img/layout/bg/headings.gif) no-repeat 0 0;
}
.a_img:hover {
	text-decoration: none;
}
.a_zobacz_wszystkie_galerie {
	display: none;
}
.a_zobacz_wszystkie {
	display: none;
}
.a_obejrzyj_wiecej_wideo {
	display: none;
}
.a_wiecej_ofert {
	display: none;
}
.a_przejdz_na_forum {
	display: none;
}
.a_wiecej_galerii {
	display: none;
}
.a_wiecej_wideo {
	display: none;
}
.a_wiecej_eventow {
	display: none;
}

.play {
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.play_120x90 {
	width: 120px;
	height: 90px;
	overflow: hidden;
}
.play b {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/layout/play.png) no-repeat center center;
}
.play_120x90 b {
	width: 120px;
	height: 90px;
	cursor: pointer;
}

.under {
	text-decoration: underline; 
}
.pink {
	color: #CF4EA7;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 6px;
	zoom: 1;
	display: inline-block;
	*display: inline;
}
.pink_selected {
	background: transparent url(../img/layout/bg/checkers.gif);
	color: #161616;
}
.raquo {
	font-size: 13px;
	color: #cf4ea7;
	font-weight: bold;
}
.more {
	background: #CF4EA7;
	padding: 1px 5px 2px;
	color: #fff;
	font-size: 11px;
}
.tag {
/*	background: url(../img/layout/bg/checkers.gif);*/
	background: #e6e6e6;
	color: #824ca0;
	padding: 1px 5px;
	font-style: italic;
	white-space: nowrap;
}

.play {
	position: relative
}
.promotion {
	position: relative;
	display: inline-block;
	width: 145px;
	height: 105px;
}
.promotion .orig, .promotion .discount {
	padding: 0 5px;
	color: #fff;
	position: absolute;
	height: 20px;
	width: 55px;
	line-height: 17px;
	font-size: 13px;
	left: 0;
}
.promotion .orig {
	top: 50px;
	text-decoration: line-through;
	background: #000;
}
.promotion .discount {
	top: 70px;
	background: #824ca0;
}
.promotion:hover {
	text-decoration: none;
}

/* lists */
.no_bullet {
	list-style: none;
}

.simple {
	margin-left: 25px;
}
.simple li {
	margin-bottom: 3px;
}

.cloud {
	list-style: none;
	margin-left: 12px;
}
.cloud li {
	padding-left: 30px;
	height: 21px;
	line-height: 21px;
	font-size: 13px;
	white-space: nowrap;
	background: url(../img/layout/sprite.gif) no-repeat -35px -295px;
}

.item_list {
	list-style: none;
}
.item_list li {
	padding: 14px 0 15px;
	border-bottom: solid 1px #e9e9e9;
	position: relative;
}
.item_list .with_tags {
	min-height: 140px;
	_height: 140px;
}
.item_list .tag_list {
	position: static;
	width: auto;
	height: auto;
	margin-top: 10px;
	background: none;
	padding-top: 0;
}
.item_list .with_photo .tag_list {

}
.item_list .intro {
	height: auto;
}
.item_list .with_photo .intro {
	height: 5.1em;
	overflow: hidden;
}
.item_list .intro_2lines {
	height: 2.65em;
	overflow: hidden;
}
.item_list li.first {
	padding-top: 0;
}
.item_list li.last {
	border: 0;
}
.item_list_thick li {
	border-bottom: solid 3px #e9e9e9;
	padding: 23px 0 24px;
}
.gallery_list .tag_list {
	position: static;
	margin-left: 165px;
	background: url(../img/layout/bg/dots.gif) repeat-x 0 0;
	padding-top: 10px;
	margin-top: 10px;
	width: 485px;
}

.item_list_search .intro {
	height: auto;
}
.item_list_search .tag_list {
	position: static;
	width: auto;
	margin-top: 20px;
}

.item_list_h140 li {
	_height: 140px;
	min-height: 140px;
}

.gallery_scroll {
	display: none;
}

.gallery_slider {
	display: none;
}

.dividers {
	float: left;
	list-style: none;
}
.dividers li {
	display: block;
	padding: 5px 12px 4px 16px;
	background: url(../img/layout/sprite.gif) no-repeat  -54px -322px;
	border-bottom: solid 1px #e4e4e4;
}
.dividers li.last {
	border-bottom: 0;
}

.scroll_list {
	overflow: auto;
	list-style: none;
	border: solid 1px #d4d4d4;
	background: #fff url(../img/layout/bg/scroll_shadow.gif) repeat-x 0 0;
}
.scroll_list li {
	zoom: 1;
	display: block;
}
.scroll_list li a {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 0;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 10px;
}
.scroll_list li a:hover {
	background: #424242;
	color: #fff;
	text-decoration: none;
}


.headlines {
	list-style: none;
}
.headlines li {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: solid 3px #cf4ea7;
}
.headlines li.last {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.headlines_smaller li {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.headlines_grey li {
	border-bottom-color: #e9e9e9;
}



/* tags lists */
.tag_list {}
.tag_list h6 {
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}
.tag_list ul {
	zoom: 1;
	list-style: none;
	overflow: hidden;
	*overflow: visible;
}
.tag_list li {
	display: inline;
	line-height: 24px;
	margin-right: 2px;
	padding: 0;
}

/* linki i inne z ikonkami */

.ico {
	background: transparent url(../img/layout/sprite.gif) no-repeat scroll 0 0;
	padding-left: 20px;
	height: 16px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	cursor: pointer;
}
.ico_recommend {
	background-position: 0 0;
}
.ico_print {
	background-position: 0 -20px;
}
.ico_positive {
	background-position: 0 -40px;
	height: 20px;
	width: 1px;
	text-indent: -999em;
}
.ico_negative {
	background-position: 0 -60px;
	height: 20px;
	width: 1px;
	text-indent: -999em;
}

/* buttony */
.btn {
	zoom:1;
	display: inline-block;
	*display: inline;
	border: 0;
	height: 22px;
	background: url(../img/layout/button.gif) no-repeat;
	cursor: pointer;
}
.btn_dodaj{
	background-position: 0 0;
	width: 59px;
}
.btn_szukaj {
	width: 71px;
	background-position: 0 -22px;
}
.btn_wyslij {
	width: 71px;
	background-position: 0 -44px;
}



.brd_grey_str {
	border: #e6e6e6 solid 3px;
	padding: 10px;
}
.brd_grey {
	border: solid 1px #c1c1c1;
}
.brd_grey_lt { 
	border: solid 1px #e6e6e6;
}
.brd_grey_thick {
	border-bottom: solid 3px #e9e9e9;
}
.brd_grey_thin {
	border-bottom: solid 1px #e9e9e9;
}
.brd_left {
	border-left: solid 1px #ddd;
}
.brd_pink{
	border-top: solid 6px #cf4ea7;
}
.brd_top_thick {
	border-top: 5px solid #E9E9E9;
	padding-top: 5px;
}


.toRight {
	float: right;
}
.toLeft {
	float: left;
}
.toNone {
	float: none;
}



.sides10 {
	margin: 0 10px;
}
.sides5 {
	margin: 0 5px;
}
.sides25 {
	margin: 0 25px;
}
.sides52 {
	margin: 0 52px;
}


.right5{
	margin-right: 5px;
}
.right6 {
	margin-right: 6px;
}
.right7 {
	margin-right: 7px;
}
.right10 {
	margin-right: 10px;
}
.right10 {
	margin-right: 10px;
}
.right15 {
	margin-right: 15px;
}
.right135 {
	margin-right: 135px;
}

.left5{
	margin-left: 5px;
}
.left6 {
	margin-left: 6px;
}
.left7 {
	margin-left: 7px;
}
.left10 {
	margin-left: 10px;
}
.left13 {
	margin-left: 13px;
}
.left15 {
	margin-left: 15px;
}
.left20{
	margin-left: 20px;
}

.bottom5 {
	margin-bottom: 5px;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom15 {
	margin-bottom: 15px;
}
.bottom20{
	margin-bottom: 20px;
}
.bottom30{
	margin-bottom: 30px;
}
.bottom50{
	margin-bottom: 50px;
}


.top0 {
	margin-top: 0;
}
.top5 {
	margin-top: 5px;
}
.top10 {
	margin-top: 10px;
}
.top13 {
	margin-top: 13px;
}
.top15 {
	margin-top: 15px;
}
.top20 {
	margin-top: 20px;
}
.top25 {
	margin-top: 25px;
}
.top30{
	margin-top: 30px;
}
.top100 {
	margin-top: 100px;
}
.pd_top20{
	padding-top: 20px;
}
.pd1{
	padding: 1px;
}
.pd3 {
	padding: 3px;
}
.pd10{
	padding: 10px;
}
.pd20{
	padding: 20px;
}
.pd15{
	padding: 15px;
}
.pd015{
	padding: 0 15px;
}
.pd_bottom30{
	padding-bottom: 30px;
}


.mrg_none, h4.mrg_none {
	margin: 0;
}


.clr_pink {
	color: #cf4ea7;
}

.clr_nearly_white {
	color: #f8f9f9;
}
.clr_dark_grey {
	color: #424242;
}
.clr_grey {
	color: #999;
}
.clr_light_grey {
	color: #e9e9e9;
}
.clr_purple {
	color: #824ca0;
}
.clr_black {
	color: #161616;
}

.bg_light_grey {
}
.bg_grey {
}
.bg_black {
}
.bg_white{
	background-color: #FFF;
}
.bg_yellow {
	background-color: #fef583;
}
.highlight {
	background-color: #fef583;
	padding: 1px 2px;
}
.bg_grey_gradient {
}


.c {
	text-align: center;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.j {
	text-align: justify;
}
.vert_m { /* vertical-align */
	vertical-align: middle;
}
.vert_t{
	vertical-align: top;
}
.vert_b{
	vertical-align: bottom;
}


.w150 {
	width: 150px;
	_overflow: hidden;
}
.w175 {
	width: 175px;
	_overflow: hidden;
}
.w310 {
	width: 310px;
}
.w468 {
	width: 468px;
}
.h250 {
	height: 250px;
}
.w168 {
	width: 168px;
}
.w418{
	width: 418px;
}
.w450 {
	width: 450px;
}
.w457{
	width: 457px;
}
.w50{
	width: 50px;
}
.w422{
	width: 422px;
}
.w228{
	width: 228px;
}
.w65{
	width: 65px;
}
.w163{
	width: 163px;
}
.w652 {
}


#main_flash {
	width: 450px;
	height: 470px;
}

