a
{
	color: black;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}
body
{
	font-size: 11px;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: white;
	color: #2F2F2F;
	min-width: 1000px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
h3 {
	color:#8B8B8B;
	font-family:verdana,sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:1px 0;
	padding:0;
}
h4 {
	padding: 0;
	font-size: 13px;
	letter-spacing: 0;
	color: #8b8b8b;
	font-family: verdana, sans-serif;
	font-weight: bold;
	margin: 10px 0;
}
	h4 strong {
		font-weight: bold;
		color: #ed1b00;
	}
a:visited {
	color: black;
}
.orange {
	color: #E8160D;
}
a.ltblue {
	color: #0071DA;
}

/* wspoldzielone */
.nowrap {
	white-space: nowrap;
}
#background{
	background: white url(/images/layout/back_main.png) repeat-x top;
}
#main, #topmain, #bottomArticles .content {
	width: 998px;
	margin: 0px auto;
}
#mtopleft, #mtopright {
    position: absolute;
    top: 0;
    width: 49%;
    height: 74px;
    z-index: -1;
}
#mtopleft {
    left: 0;
    background: #D5D5D5;
}
#mtopright {
    background: #909090;
    right: 0;
}
#mtop {
    background: url(/images/new_layout/top_bg.png) center center no-repeat;
}
#background {
    background: url(/images/new_layout/main_top_pattern.png) top left repeat-x;
}
#mlogo, #mlogo a {
    width: 181px;
    height: 56px;
}
#mlogo a {
    display: block;
}
#mlogo {
    background: url(/images/new_layout/logo.png) top left no-repeat;
    position: absolute;
    top: 6px;
    left: 50px;
    text-indent: -2000px;
}
#topmain {
	position: relative;
	height: 74px;
}
#myaccount {
	position: absolute;
	top: 3px;
	right: 172px;
	width: 150px;
	height: 40px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}
#myaccount img {
	vertical-align: middle;
}
#myaccount:hover {
	text-decoration: none;
	color: #c0c0c0;
}
#myaccount:hover img {
	opacity: 0.7;
}
#mbuttons {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 322px;
    height: 26px;
    padding: 1px 0;
}
    #mbuttons a {
        display: block;
        height: 21px;
        background-position: right center;
        background-repeat: no-repeat;
        color: white;
        font-size: 12px;
        padding-top: 5px;
        float: left;
        margin-right: 8px;
        width: 90px;
    }
    #mbuttons a#iclipboard {
        width: 106px;
        background-image: url(/images/new_layout/icon_clipboard.png);
    }
    #mbuttons a#ilogin, #mbuttons a#ilogout {
        background-image: url(/images/new_layout/icon_login.png);
    }
    #mbuttons a#iregister, #mbuttons a#iregistered {
        background-image: url(/images/new_layout/icon_register.png);
    }
		#mbuttons a#ilogout {
			padding-left: 10px;
			width: 80px;
		}
		#mbuttons a#iregistered:hover {
			text-decoration: none;
			cursor: default;
		}
#main {
	min-height: 500px;
	height: auto;
	padding-bottom:12px;
}
.accBOX h2 {
	color:#0071DA;
	font-size:13px;
	font-weight:bold;
	padding:5px 0 10px;
}

/* przyciski */
a.buttonBlue:hover, .buttonBlue input:hover {
	text-decoration: none;
	color: #585858;
}
a.buttonGray:hover, .buttonGray input:hover {
	text-decoration: none;
	color: #e30015;
}
.buttonBlue, .buttonBlue span,
.buttonGray, .buttonGray span
{
	display: inline-block;
	font-weight: bold;
}
.buttonBlue input, .buttonGray input {
	font-weight: bold;
	border: none;
}
.buttonBlue, .buttonGray {
	height: 28px;
	padding-left: 7px;
}
.buttonBlue, .buttonBlue input {
	color: white;
}
.buttonBlue input {
	color: white !important;
  border: none !important;
}
.buttonGray, .buttonGray input {
	color: #595959;
}
a.buttonBlue {
	color: white;
}
a.buttonGray {
	color: black;
}
.buttonBlue {
	color: white;
	background: url(/images/new_layout/button_blue.gif) no-repeat bottom left;
}
.buttonGray {
	background: url(/images/new_layout/button_gray.gif) no-repeat bottom left;
}
.buttonBlue:hover, .buttonBlue input:hover {
  cursor: pointer;
  color: #EFEFEF !important;
}
.buttonGray:hover, .buttonGray input:hover {
  cursor: pointer;
  color: #E30015 !important;
}

.buttonBlue span, .buttonGray span,
.buttonBlue input, .buttonGray input {
	padding-right: 14px;
	padding-left: 7px;
}
a.buttonBlue span, a.buttonGray span {
	padding-top: 6px;
	height: 22px;
}
.buttonBlue input, .buttonGray input {
	height: 28px !important;
	padding-top: 0 !important;
	padding-bottom: 4px !important;
	font-size: 11px !important;
}
a.buttonBlue span, .buttonBlue input {
	background: url(/images/new_layout/button_blue.gif) no-repeat top right;
}
a.buttonGray span, .buttonGray input {
	background: url(/images/new_layout/button_gray.gif) no-repeat top right;
}
/* przyciski */

/* /wspoldzielone */

table.dataTable thead th {
	background: #c0c0c0;
	font-size: 14px;
}

table.editable,
table.dataTable {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
table.editable td, 
table.editable th,
table.dataTable td,
table.dataTable th
 {
	padding:1px 0 0 4px;
	text-align:left;
	vertical-align:middle;
}
table.editable th,
table.dataTable th {
	color:#000000;
	font-weight:bold;
	text-align:right;
	width:296px;
}
table.editable input {
	background:#FFFFCF;
	margin:3px;
	vertical-align:middle;
	padding:2px;
}
table.editable select {
	height:23px;
	margin-left:3px;
	padding:0;
	width:206px;
	background:#FFFFCF;
}

table.editable input:hover {
	background:#DFF0FF;
	margin:3px;
	vertical-align:middle;
}
table.editable h4,
table.dataTable h4 {
	color:#0071DA;
	font-size:13px;
	padding:0 0 0;
	text-align:center;
}
table.dataTable .hover {
	background: #C3D7DF;
	color: #000 !important;
}
table.dataTable input {
	border: 1px solid #9F9F9F;
	/*height: 16px;*/
	padding: 3px 7px 3px 0;
	margin-right: 5px;
	vertical-align: middle;
}

table.dataTable input.text {
	width: 250px;
}

table.dataTable select {
	width: 200px;
}

#userBar li, #userBar li a {
	white-space: nowrap;
}
.loginBox {
	background:white none;
	border:1px solid #A6A69A;
	padding:0 8px;
	position: absolute;
	font-size: 11px;
	right: 0px;
	top: 5px;
	z-index: 5;
}
.loginBox a {
	margin-left: 1em;
}
#container {
	float: left;
	width: 763px;
	position: relative;
}
/* <menu> */
#menu {
	float: right;
	width: 220px;
	overflow: hidden;
}
#motoCats {
	text-align: left;
}
.mainMenu {
	text-align: center;
	background: url(/images/new_layout/menu_pattern.png) top left repeat-y;
	color: black;
	margin-bottom: 10px;
}
#motoCats a {
	color: black;
}
.mainMenu .firstop,
.mainMenu .first {
	background: url(/images/new_layout/menu_first.png) no-repeat left top;
	height: 6px;
}
.mainMenu .firstop {
	background-position: 0px -1px;
	height: 5px;
}
.mainMenu .lastop,
.mainMenu .last {
	background: white url(/images/new_layout/menu_last.png) no-repeat left top;
	height: 9px;
}
.mainMenu .last {
	height: 4px;
}

#motoCats .first, #motoCats .group,
#motoCats a.lev1,
#motoCats a.lev2 {
	font-size: 12px;
	padding: 1px 0 1px 29px;
	line-height: 16px;
	display: block;
}

#motoCats .first, #motoCats .group {
	background: url(/images/new_layout/menu_first_group_item.png) no-repeat 10px 3px;
	font-weight: bold;
	height: 16px;
}
#motoCats .first {
	color: #cf1800;
}
#motoCats .group {
}

#motoCats a.lev1 {
	padding-left: 40px;
}
#motoCats a.lev1:hover, #motoCats a.lev1_selected {
	text-decoration: none;
	color: #d11312;
}
#motoCats a.lev1 span {
	color: #85bbc9;
}
#motoCats a.lev2 {
	padding-left:43px;
	color: white;
}
	#motoCats a.lev2 span {
		background: url(/images/new_layout/menu_lev2_item.png) 0 6px no-repeat;
		padding-left: 5px;
	}
#motoCats a.lev2:hover ,
#motoCats a.lev2_selected {
	text-decoration: none;
	background: url(/images/new_layout/menu_lev2_hover.png) top right repeat-y;
}
#motoCats .lev2top, #motoCats .lev2bottom {
	height: 5px;
}
#motoCats .lev2top {
	background: url(/images/new_layout/menu_lev2_top.png) right top no-repeat;
}
#motoCats .lev1content {
	background: url(/images/new_layout/menu_lev2_pattern.png) right top repeat-y;
}
#motoCats .lev2bottom {
	background: url(/images/new_layout/menu_lev2_bottom.png) right bottom no-repeat;
}

#motoCats #expandMenu {
	background: url(/images/backend/ico_arrow_down.gif) 4px bottom no-repeat; 
	/*font-weight: bold;*/
	font-size:11px;
	border-bottom: none;
	color:red;
}
#motoCats #expandMenu:hover {
	background: url(/images/backend/ico_arrow_down.gif) -2px bottom no-repeat; 
}
/* </menu> */
.accBOXs {
	width: 749px;
	padding: 5px 5px 14px 0;
	background: url(/images/layout/backgrounds/rc-normalSz01.png) bottom left no-repeat;
	margin-left: 10px;
	margin-top: 20px;
}

.accBOXs div.top {
	width: 793px;
	margin: 0;
	padding: 3px 10px 5px 15px;
	background: url(/images/layout/backgrounds/rc-normalSz01.png) top left no-repeat;
	font-weight: normal;
}

.accBOXs div.cont {
	margin: 0;
	padding: 0 10px 3px;
	border: 1px solid #d8d8d8;
	border-width: 0 1px;
	background: #fff;
}
.wideBOX {
	background: url(/images/layout/backgrounds/wide_box_bg.gif) repeat-y left top !important ;
	width: 970px !important;
	padding: 10px; 
}
	.wideBOX .accBOXtop {
		width: 990px !important; 
		background: url(/images/layout/backgrounds/wide_box_top.gif) no-repeat left top !important ;
	}
	.wideBOX .accBOXbottom {
		width: 990px !important; 
		background: url(/images/layout/backgrounds/wide_box_bottom.gif) no-repeat left top !important ;
	}
.accBOX {
	background: url(/images/new_layout/accbox_bg.gif) top left repeat-y;
	width: 743px; /* 763px - 2x10px paddingu */
	padding: 10px;
	position: relative;
  top: 28px;
  min-height:441px;s
}
.accBOX2 {
	background: url(/images/new_layout/accbox_bg.gif) top left repeat-y;
	width: 743px; /* 763px - 2x10px paddingu */
	padding: 10px;
	position: relative;
  top: 28px;
  
}
.accBOXtop {
	position: absolute;
	background: url(/images/new_layout/accbox_top.gif) no-repeat left top;
	left: 0;
	height: 6px;
	top: -6px;
	width: 100%;
}

.accBOXbottom {
	position: absolute;
	bottom: -6px;
	left: 0;
	height: 6px;
	background: url(/images/new_layout/accbox_bottom.gif) no-repeat left bottom;
	width: 100%;
}
#offershowBOX {

}
#offershowBOX .accBOXbottom {
	bottom: -6px;
	height: 16px;
}
#offershowBOX .accBOXbottom, #proposedOffers .accBOXbottom {
	background: url(/images/new_layout/accbox_bottom_gray.gif) no-repeat left bottom;
}
#proposedOffers {
	background: url(/images/new_layout/accbox_bg_gray.gif) left bottom repeat-y;
}
#proposedOffers .accBOXtop {
	background: url(/images/new_layout/accbox_top.gif) no-repeat left top;
}
#proposedOffers .accBOXbottom {
	background: url(/images/new_layout/accbox_bottom_gray.gif) no-repeat left bottom;
}

.accBOX div.cont_pay {
	margin: 0;
	padding: 0 10px 3px;
	border: 1px solid #d8d8d8;
	border-width: 0 1px;
	background: #fff;
	min-height:532px;
}

a span.buttonRedLightLeft {
	display: block;
	float: left;
	clear: none;
	width: 2px;
	height: 20px;
	background: url(/images/buttons/BtRedLeftLight.png) no-repeat;
	background-position: top right;
}

a span.buttonRedLightCenter {
	display:block;
	float:left;
	clear: none;
	height: 18px;
	padding-top: 2px;
	background: transparent url(/images/buttons/BtRedBgLight.png) repeat-x center bottom;
	color: #fff8f8;
	min-width: 112px;
	text-align: center;
}

a span.buttonRedLightRight {
	float: left;
	display: block;
	height: 20px;
	width: 10px;
	background: url(/images/buttons/BtRegRightLight.png) no-repeat;
	background-position: top right;
}

/*czerwony wlaczony*/
a:hover span.buttonRedLightLeft {
	background-position: top left;
}

a:hover span.buttonRedLightCenter {
	background-position: center top;
}

a:hover span.buttonRedLightRight {
	background-position: top left;
}

#rejestracjabutton {
	float: right;
	margin-top: 27px;
	margin-right:176px;
}

span.OrangeButtonLeft {
	display: block;
	background: url(/images/buttons/OrangeLeft.gif) no-repeat top left;
	width: 7px;
	height: 27px;
	float: left;
}
span.OrangeButtonCenter {
	display: block;
	background: url(/images/buttons/OrangeCenter.gif) repeat-x top left;
	min-width: 25px;
	width: auto;
	height: 27px;
	float: left;
	padding: 4px 4px 0 4px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
span.OrangeButtonRight {
	display: block;
	background: url(/images/buttons/OrangeRight.gif) no-repeat top left;
	width: 15px;
	height: 27px;
	float: left;
	margin-right: 5px;
}
input.saveButtonBlueBig {
	border: none;
	background:url(/images/buttons/BtBlueBgBig.gif) repeat-x left top;
	width: auto;
	height:33px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	color: white;
	font-weight:bold;
	font-size:11px;	
	padding: 0 5px 4px 5px;
}
span.buttonBlueRightBig {
	display: block;
	background: url(/images/buttons/BtBlueRightBig.gif) no-repeat top left;
	width: 17px;
	height: 33px;
	float: left;
	margin-right: 5px;
}

.accBOX h3 {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	margin-bottom: 5px;
}
#chooseRegistrationType h3 {
  font-size: 17px;
}
#chooseRegistrationType table {
  width: 100%;
}
#chooseRegistrationType table th,
#chooseRegistrationType table td {
  vertical-align: middle;
  padding: 2px;
}
#chooseRegistrationType table th {
  text-align: center;
  width: 250px;
  height: 150px;
}
#chooseRegistrationType table td {
  text-align: left;
  font-size: 11px;
}
#registration h3 {
	color:#666666;
	font-size:12px;
	font-weight: bold;
}
#registration h2 {
	color:#03647E;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	margin-top:30px;
	padding-bottom:20px;
}
#registration .registerButtonContainer {
	padding-left: 275px;
}
.registerButtonContainer {
	padding-bottom:15px;
	padding-left:317px;
	padding-top:20px;
}
.liner {
	background:transparent url(/images/layout/elements/liner.png) repeat-x scroll 50% 50%;
	height:5px;
	padding:5px;
	width:98%;
}
.form_error_margin{
    color: #FF0000;
}

/*
ten styl jest do przycisku kalendarza kalendarza 
*/
#trigger_created_at {
	background: url(/images/icons/calendar.png) no-repeat;
	width:16px;
	height:16px;
	border:none;
}
span.buttonRedLeft {
	display: block;
	background: url('/images/buttons/BtRedLeft.gif') no-repeat top left;
	width: 8px;
	height: 20px;
	float: left;
}
span.buttonRed {
	display: block;
	background: url(/images/buttons/BtRedBg.gif) repeat-x top left;
	min-width: 25px;
	height: 17px;
	float: left;
	padding: 3px 10px 0 10px;
}
span.buttonRedRight {
	display: block;
	background: url('/images/buttons/BtRedRight.gif') no-repeat top left;
	width: 14px;
	height: 20px;
	float: left;
	margin-right: 5px;
}

input.saveButtonRed {
	border: none;
	background: transparent;
	min-width: 25px;
	width: auto;
	height: 13px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	color: white;
}
a span.buttonRed {
	color: white;
	text-decoration: none;
}
a span.buttonRed:hover {
	text-decoration: none;
}

#myMenuButton {
	font-weight:bold; 
	color: white; 
	background: url(/images/userBar/back2.gif) repeat-x;
	height:8px;
}

/* bottom artykuly */
#bottomArticles {
	background: url(/images/new_layout/articles_pattern.png) repeat-x top;
	/* stare
	min-height: 287px;
	height: 287px;
	*/
	padding: 5px;
	margin-top: 40px;
	border-bottom: 1px solid #f0f0f0;
}
#bottomArticles .left {
	float: left;
	width: 49%;
}
#bottomArticles .right {
	float: right;
	width: 49%;
}
#bottomArticles li {
	margin: 5px 0;
}
	#bottomArticles li h4 {
		color: inherit;
		margin: 6px 0;
	}
	#bottomArticles li a {
		color: inherit;
	}
	#bottomArticles li a:hover {
		text-decoration: none;
	}
#bottomArticles li:hover {
	color: #0067c6;
}

#bottomBarSecond {
	padding-top: 10px;
	height: 70px;
}

#partners {
    width: 1000px;
    margin: 0px auto;
}

#partners .partnersContent {
    width: 990px;
    padding-bottom: 15px;
    margin: 0px auto;
    border-bottom: 1px solid #c3dff1;
    text-align: center;
}

#footerLinksContent {
    width: 988px;
    text-align: center;
    margin: 0px auto;
    border-bottom: 0px solid #c3dff1;
    padding: 4px
}

#footerLinksContent a {
    color: black;
}

#bottomBarSecond #footer .footerContent {
    margin: 0px auto;
    text-align: center;
}

#bottomBarSecond #footer .footerContent span {
    color: #808f97;
    font-size: 10px;
    display: block;
    margin-top: 5px;
}

#bottomBarSecond #footer .footerContent span.copyright {
    color: #637179;
    font-size: 12px;
}

#newInvestments ul li.title{
	font-weight: bold;
	height: 28px;
	width: 480px;	
}
blockquote.userMessage {
	margin: 5px 0 10px 0;
	border: 1px solid #FFCB3F;
	background: #FFEEBF url(/sf/sf_admin/images/error.png) 5px 8px no-repeat;
	padding: 3px 10px 5px 30px;
}
blockquote.info {
	margin: 5px 0 10px 0;
	border: 1px solid #418BCB;
	background: #C6E2FF url(/images/icons/information.png) 5px 8px no-repeat;
	padding: 3px 10px 5px 30px;
}
blockquote.error {
	margin: 5px 0 10px 0;
	border: 1px solid #F7B3A0;
	background: #E66556 url(/images/icons/exclamation.png) 5px 3px no-repeat;
	padding: 3px 10px 5px 30px;
	color: white !important;
	text-transform: uppercase;
}
.legendcom{
	background:#E7E7E7 url(/images/info.png) no-repeat scroll 12px 10px;
border:1px solid #CCCCCC;
padding:4px 4px 4px 58px;
min-height:45px;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
}
.legendcom a {
	text-decoration:underline;
}
.buttonedit {
	margin-left:335px;
	margin-top:20px;
}

/* dodawanie oferty */
#featureOptions {
	padding: 10px;
}
#offerForm fieldset,
#addtitionalFeatures fieldset
 {
 	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	float: left;
	background: #E1EAF6;
	border:1px solid #0C77EE;
	padding:5px;
	margin: 10px 10px 0 0;
	width:295px;
}
#featureOptions fieldset label,
#addtitionalFeatures label,
#offerForm fieldset label {
	cursor:pointer;
  /*
	float:left;
  */
	font-weight:bold;
	padding-left:6px;
	width:11em;
}
#featureOptions legend,
#offerForm legend {
	background:#0C77EE none repeat scroll 0 0;
border:0 solid #B3B3B3;
color:#FFFFFF;
font-size:12px;
padding:5px 6px;
}
.movieOutset {
	width: 220px; 
	text-align: center; 
	float: left; 
	margin: 3px; 
	padding: 3px;
	height:245px;
}
form input.small {
	width: 30px;
}

.movieInside {
	display:block; 
	background:black; 
	width: 220px; 
	height: 200px; 
	margin-right:4px
}
.error {
	color: red !important;
}
.buttonNav {
	margin: 20px 0 20px 200px;
}
#notice {
    margin-bottom: 5px;
    padding: 3px;
    background: #090;
    color: #fff;
    font-size: 12px;
}
.error {color:red;}
#error {
    margin-bottom: 5px;
    padding: 3px;
    background: red;
    color: #fff;
    font-size: 12px;
}
#offerPromo {
	margin: 10px 0;
	background: #F6F6F5;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}
	#offerPromo .row {
		border-bottom: 1px solid #CCCCCC;
		padding: 3px;
	}
		#offerPromo .row .name,
		#offerPromo .row .options,
		#offerPromo .row .info {
			float: left;
			width: 40%;
		}
		#offerPromo .row .name {
			width: 20%;
		}
.currentPromotions p {
	color: #2A7190;
	font-size: 13px;
	font-weight: bold;
}
.charging {
	font-weight: bold;
}
#offerPromo select {
  width: 200px;
}
	#offerPromo select option {
		padding: 4px 4px 4px 16px;
	}
#offerPromo label {
	padding: 0 0 3px 10px;
	font-weight: bold;
	width: 30%;
	display: block;
}
#activePromotions ul {
	padding-left: 15px;
	list-style: square;
	color: #AA151A;
}
	#activePromotions ul li {
	  clear: both;
		padding: 15px;
		margin-left: 10px;
	}
		#activePromotions ul li span.details {
			float: left;
			width: 250px; 
			display: block; 
		}
		
#offerForm fieldset.group,
#addtitionalFeatures fieldset.group  {
	width: 98%;
	display: block;
	float: none;
	clear: both;
}
#addtitionalFeatures fieldset.group input[type=checkbox] {
		width: 1em;
		float: left;
		height: 16px;
		border: none;
		padding-top: 2px;
		padding-left: 2px;
		margin-bottom: 5px;
		margin-right: 0.5em;
		vertical-align: middle;
}
#offerForm fieldset.group input[type=checkbox] {
		border: none;
		float:left;
		height:16px;
		margin-right:0.5em;
		margin-top:5px;
		padding-left:2px;
		padding-top:2px;
		vertical-align:middle;
		width:1em;
	}
#accountmain #offerForm fieldset label.postLabel {
	width: 13em;
}
#offerForm fieldset label.postLabel {
	width: 15em;
}
#addtitionalFeatures fieldset label.postLabel {
	width: 13em;
}
#offerForm fieldset label.postLabel,
#addtitionalFeatures fieldset label.postLabel {
	display: block;
	float: left;
	margin-left:0.2em;
}
input[type="text"], input[type="password"], select {
    width: 200px;
    color: #3f3f3f;
    margin-bottom: 5px;
    border: 1px solid #8F8F86;
}
select  {
    height: 19px;
    padding: 1px 0 0 2px;
}
input[type="radio"], input[type="checbox"] {
	vertical-align: middle;
}
input[type="text"], input[type="password"] {
    height: 17px;
    padding:1px 0 0 2px;    
} 

table.dataTable a.sortLink, a.sortable {
	background: url(/images/new_layout/sortable.gif) left center no-repeat;
	padding-left: 13px;
}
table.dataTable a.sortLinkDesc, .sort_desc {
	background: url(/images/new_layout/sort_desc.gif) left center no-repeat;
	padding-left: 13px;
}
table.dataTable a.sortLinkDesc {
	color: #fff;
	display: block;
}
table.dataTable a.sortLinkAsc, a.sort_asc {
	background: url(/images/new_layout/sort_asc.gif) left center no-repeat;
	padding-left: 13px;
}
table.dataTable a.sortLinkAsc {
	color: #fff;
	display: block;
}
#tabbedOfferts .content, #tabbedOfferts .content p {
	width: auto;
}
.price, .price span {
	white-space: nowrap;
}
.flexigrid select, .flexigrid input {
	width: auto;
}
/* oferta miesiaca */
#moffers,
#moffersback,
#moffersfront {
	width: 766px;
	height: 337px;
}
#moffers {
	position: relative;
	overflow: hidden;
	background: white;
  margin-bottom: 15px;
}
#moffersfront {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/new_layout/month_offer_front.png) left top no-repeat;
}
#moffersback {
	position: relative;
}
#moffersback img {
	border: 1px solid #d6d6d6;
	position: absolute;
	width: 312px;
	height: 213px;
	top: 68px;
	left: -300px;
}
#moffersback img.il {
	left: -152px;
}
#moffersback img.ir {
	left: 601px;
}
#moffersback img.frontimg, a#mofferslink {
	left: 172px;
	top: 28px;
	width: 418px;
	height: 285px;
}

a#mofferslinkprev, a#mofferslinknext {
	cursor: pointer;
  display: block;
  position: absolute;
  width: 133px;
  height: 213px;
  top: 68px;
}
a#mofferslinkprev {
  left: 30px;
}
a#mofferslinknext {
  right: 30px;
}
a#mofferslink, a#mofferslinkprev, a#mofferslinknext {
  display: block;
  position: absolute;
}

#moffersinfo {
	background: url(/images/new_layout/month_offer_desc.png) left top no-repeat;
	bottom:11px;
	color:white;
	height:66px;
	left:32px;
	padding: 7px 164px 14px 154px;
	position:absolute;
	width: 393px;
}
	#moffersinfo h3 {
		margin-top: 0;
	}
	#moffersinfo p {
		margin: 0;
	}
		#moffersinfo p span {
			float: right;
		}
	#moffersinfo strong {
		float: right;
		clear: both;
		font-weight: normal;
	}
	#moffersinfo strong span {
		font-size: 12px;
		font-weight: bold;
	}
#moffers a.moffersbutton {
	position: absolute;
	top: 150px;
	display: block;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
#moffers #moffersnext {
	right: 0px;
	background: url(/images/new_layout/month_offer_button_next.png) left top no-repeat;
}
#moffers #moffersprev {
	left: 0px;
	background: url(/images/new_layout/month_offer_button_prev.png) left top no-repeat;
}

#promobox {
  position: relative;
}
#promotabs {
  height: 35px;
  background: url(/images/new_layout/promoted_box_tab_pattern.png) bottom left repeat-x;
}
  #promotabs a {
    display: inline-block;
    float: left;
    height: 35px;
    background: url(/images/new_layout/promoted_box_inactive.png) top right no-repeat;
    padding-left: 13px;
    color: white;
  }
  #promotabs a:hover {
    background: url(/images/new_layout/promoted_box_inactive_hover.png) top right no-repeat;
    text-decoration: none;
  }
  #promotabs a.blue {
    background: url(/images/new_layout/promoted_box_blue.png) top right no-repeat;
  }
  #promotabs a.blue:hover {
    background: url(/images/new_layout/promoted_box_blue_hover.png) top right no-repeat;
  }
  #promotabs a span {
    display: inline-block;
    float: left;
    height: 24px;
    padding-top: 11px;
    padding-right: 18px;
  }
  #promotabs a span.a {
    display: inline;
    float: none;
    height: auto;
    padding: 0 5px 0 0;
  }

  #promotabs a.active, #promotabs a.activeblue {
    color: black;
    background: url(/images/new_layout/promoted_box_active.png) top left no-repeat;
    padding-left: 2px;
  }
  #promotabs a.active span, #promotabs a.activeblue span{
    padding-left: 6px;
    padding-left: 6px;
    background: url(/images/new_layout/promoted_box_active.png) bottom right no-repeat;
  }
  #promotabs a.active span.a, #promotabs a.activeblue span.a {
    color: #0070EE;
    background: none;
  }
  #promotabs a.active:hover, #promotabs a.activeblue:hover {
    color: #0070EE;
    background: url(/images/new_layout/promoted_box_active.png) top left no-repeat;
  }

#promocontent {
  border: 1px solid #CECECE;
  border-top: none;
  padding: 4px 20px 20px 20px;
  background: white url(/images/new_layout/promoted_box_content_pattern.png) top left repeat-x;
}
#promobox .bl,
#promobox .tr {
  position: absolute;
  width: 4px;
  height: 4px;
}
#promobox .bl {
  bottom: 0;
  left: 0;
  background: url(/images/new_layout/promoted_box_corner_bl.png) left bottom no-repeat;
}
#promobox .tr {
  top: 34px;
  right: 0;
  background: url(/images/new_layout/promoted_box_corner_tr.png) right top no-repeat ;
}

.promoboxcolumn {
  width: 220px;
  padding-right: 20px;
  float: left;
}
.promoboxcolumn h3, .promoboxcolumn h4 {
  margin: 0 0 0 0;
  color: #606060;
  font-weight: bold;
}
.promoboxcolumn h3 {
  font-size: 11px;
  margin-bottom: 5px;
	margin: 0;
}
#promocontent h4 {
  font-weight: normal;
  font-size: 10px;
  font-variant: normal;
	margin: 0;
}
#promocontent table {
	width: 100%;
}
#promocontent td {
	vertical-align: bottom;
	width: 33%;
}
	#promocontent .promoboxinfo td {
		vertical-align: top;
	}
  #promobox .separator {
    height: 2px;
    padding: 4px 0;
    background: url(/images/new_layout/promoted_box_separator.png) center center no-repeat;
    clear: both;
  }
  .promoboxinfo img {
	border:1px solid #6D6D6D;
	float:left;
	margin-right:3px;
	padding:1px;
  }
  .promoboxinfo em {
    font-weight: bold;
    font-style: normal;
  }
  .promoboxinfo em span {
    color:#276ACD;
	display:inline;
	font-size:13px;
	padding:2px 0 2px 14px;
  }
#userform {
	/*background:white url(/images/new_layout/promoted_box_content_pattern.png) repeat-x scroll left top;
	border:1px solid #CCCCCC;*/
	padding:10px;
}

#userform label {
	font-size:13px;
	font-weigt:bold;
	color:#000;
}
#userform input {
	margin-bottom:7px;
	vertical-align:middle;
}
#userform select {
	height:21px;
	margin-left:3px;
	padding:1px 1px 1px 2px;
	width:204px;
}
#sprytnyWidget #widgetHead span {
font-size:12px !important;
background:transparent url(/images/new_layout/menu_first_group_item.png) no-repeat scroll 10px 3px !important;
text-transform:none !important;
color:#2F2F2F !important;
padding-left:30px !important;
}
#sprytnyWidget {
width:210px !important;
}
#sprytnyWidget img {
border:1px solid #6D6D6D !important;
padding:1px !important;
}
#sprytnyWidget #widgetFoot .spryciarze_logo img {
display:none !important;
}