@charset "utf-8";

body {
	background: url(../img/bg.png) 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #222;
	line-height: 145%;
}
a {
	text-decoration: none;
	color: #716f5c;
}
a:hover {
	text-decoration: underline;
}
.more {
	font-weight: bold;
	font-style: italic;
}
.lighter {
	color: #9a998a;
}

.small {
	font-size: 11px;
}
h4 {
	font-size: 1em;
	margin-bottom: 0.8em;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 22px;
}
h5 {
	font-weight: normal;
	font-size: 12px;
}

.section_title {
	padding: 0 0 10px 95px;
	font-size: 12px;
}

.under {
	text-decoration: underline
}


.standard {
	margin-bottom: 1em;
	line-height: 17px
}

.container {
	background: url(../img/bg_top.png) repeat-x 0 0;
	min-height: 800px;
	_height: 800px;
}
.page {
	background: url(../img/bg_body.png) repeat-y center top;
}
.head {
	background: url(../img/bg_main.jpg) no-repeat center top;
}
.head .wrapper {
	height: 360px;
}
.body {
	background: url(../img/bg_mid.png) no-repeat center top;
}
.body .wrapper {
	padding: 40px 55px;
	width: 790px;
	min-height: 500px;
	_height: 500px;
}
.foot {
	background: url(../img/bg_btm.png) repeat-x 0 0;
}
.foot .wrapper {
	width: 900px;
	padding: 15px 50px 0;
	height: 126px;
	background: url(../img/bg_foot.png) no-repeat center top;
}
.wrapper {
	width: 900px;
	margin: auto;
	position: relative;
}

.logo a {
	display: block;
	text-indent: -999em;
	height: 260px;
}

/*main menu*/
.menu {
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 900px;
	display: block;
	text-align: center;
}
.menu li {
	display: inline;
}
.menu a {
	display: inline-block;
	zoom: 1;
	height: 100px;
	width: 100px;
	text-decoration: none;
	background: url(../img/menu.png) no-repeat;
	margin-right: -3px;
}
.menu .item_home {
	background-position: 0 0;
	width: 178px;
}
.menu .item_home:hover, .menu .active .item_home {
	background-position: 0 -100px;
}
.menu .item_products {
	background-position: -178px 0;
	width: 148px;
}
.menu .item_products:hover, .menu .active .item_products {
	background-position: -178px -100px;
}
.menu .item_about {
	background-position: -326px 0;
	width: 153px;
}
.menu .item_about:hover, .menu .active .item_about {
	background-position: -326px -100px;
}
.menu .item_account {
	background-position: -479px 0;
	width: 143px;
}
.menu .item_account:hover, .menu .active .item_account {
	background-position: -479px -100px;
}

.menu strong {
	visibility: hidden;
	font-size: 1px
}

.btn_login {
	position: absolute;
	right: 0px;
	text-indent: -999em;
	top: 190px;
	width: 256px;
	height: 70px;
	background: url(../img/btn_log.png) no-repeat 0 0;
}
.btn_logout {
	background-position: 0 -70px;
}


.submenu {
	list-style: none;
	font-size: 14px;
}
.submenu li {
	line-height: 30px;
}
.submenu .active {
	font-weight: bold;
}
/*footer menu*/
.menu_foot {
	float: right;
	width: 352px;
	height: 11px;
	background: url(../img/footer.gif) no-repeat 0 0;
}
.menu_foot.short {
	background: url(../img/footer_short.gif) no-repeat 0 0;
	width:273px;
}

.menu_foot li {
	display: inline;
}
.menu_foot a {
	display: inline-block;
	zoom: 1;
	overflow: hidden;
	height: 9px;
	vertical-align: 2px;
	margin: 0 7px;
}
.menu_foot a:hover, .menu_foot .active a {
	border-bottom: solid 1px #938b79;
	text-decoration: none;
}
.menu_foot .item_sales {
	width: 150px;
	margin-left: 0;
}
.menu_foot .item_rules {
	width: 62px;
}
.menu_foot .item_help {
	width: 41px;
}
.menu_foot .item_contact {
	width: 47px;
	margin-right: 0;
}
.menu_foot strong {
	visibility: hidden;
}

.copyright {
	width: 140px;
	height: 12px;
	overflow: hidden;
	display: block;
	text-indent: -999em;
	background: url(../img/footer.gif) no-repeat left -17px;
}

.title {
	padding: 20px 0 25px 48px;
	height: 15px;
	line-height: 15px;
	font-weight: normal;
	font-size: 1.5em;
	background: url(../img/titles.png) no-repeat 0 0;
}
.title_about {
	background-position: 12px 0;
	margin-bottom: 20px;
	padding-left: 0;
}
.title_prizes {
	background-position: 0 -360px;
	position: relative;
	left: -50px;
}
.title_join {
	background-position: 100px -300px;
	text-align: right;
	position: relative;
	left: 50px;
	padding-right: 50px;
}
.title_products {
	background-position: 20px -240px;
	padding-left: 0;
}
.title_rules {
	background-position: 0 -180px;
}
.title_contact {
	background-position: 20px -60px;
	padding-left: 0;
}
.title_help {
	background-position: 0 -120px;
}
.title_login {
	background-position: 0 -420px;
	position: relative;
	left: -20px;
	padding-left: 20px;
}
.title_activate {
	background-position: 12px -480px;
	padding-left: 0;
}
.title_account {
	background-position: 12px -540px;
	padding-left: 0;
	margin-left: 30px;
}
.title_register {
	background-position: 12px -600px;
	padding-left: 0;
	margin-bottom: 20px;
}
.title_editprofile {
	background-position: 12px -660px;
	padding-left: 0;
}
.title_sales {
	background-position: 12px -720px;
	padding-left: 0;
	margin-bottom: 35px;
}


.steps {
	list-style: none;
	font-size: 18px;
	margin-top: 10px;
}
.steps li, .steps a, .steps .active {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: -3px;
}
.steps a, .steps .active {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center
}
.steps .active {
	background: url(../img/step_active.png) no-repeat center center;
}

/*contact form*/
.form {}
.form dt {
	float: left;
	clear: left;
	width: 80px;
	margin-bottom: 8px;
	overflow: hidden;
	padding: 4px 5px 0 0;
}
.form dd {
	float: left;
	margin-bottom: 18px;
}
.form dd.full {
	float: none;
	clear: left
}
.form label {
	text-transform: uppercase
}
.form .text, .form textarea, .form select {
	background: #fff;
	border: 0;
	border-bottom: solid 1px #8e6717;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	padding: 2px;
	width: 221px;
	overflow: hidden;
}
.form select {
	padding: 1px;
}
.form .text_med {
	width: 196px;
}
.form .text_with_space {
	width: 186px;
	margin-right: 10px;
}
.form .text_wide {
	width: 376px;
}
.form select.wide {
	width: 381px;
}
.form .text_2 {
	width: 26px;
	margin-right: 5px;
}
.form .text_4 {
	width: 56px;
}
.form .text_large {
	width: 306px;
}
.form textarea {
	height: 220px;
	resize: none;
}
.form .submit {
	background: none;
	border: 0;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #716f5c;
	font-style: italic;
	cursor: pointer;
}
.form .info {
	font-size: 10px;
	color: #a3a195;
}
.form .error {
	color: #f00;
	font-size: 14px;
}

.form_stacked dt, .form_stacked dd{
	background: #fff;
	display: block;
	width: auto;
	float: none;
	margin-bottom: 0;
	padding-top: 3px;
	position: relative;
}
.form_stacked dt {
	padding: 3px 10px;
}
.form_stacked .full {
	background: none;
}
.form_stacked .info {
	position: absolute;
	bottom: 5px;
	right: 12px;
}
.form_stacked .submit {
	margin: 10px 0;
}
.form_stacked .error {
	margin-left: 15px;
}

.form_profile {
	margin-bottom: 20px;
}
.form_profile dt {
	text-align: right;
	width: 98px
}
.form_profile label {
	text-transform: none;
}
.form_profile label.aligned {
	padding-right: 5px;
	font-size: 11px;
}
.form_profile .w200 label {
	font-size: 10px;
}

.form_450 {
	width: 450px;
}
.form_450 .text, .form_450 textarea {
	width: 430px;
	padding-left: 10px;
	padding-right: 10px;
}
textarea.ruled {
	background: url(../img/textarea_dot.png) 0 0;
	font-size: 14px;
	line-height: 25px;
	height: 170px;
}
.login_form label {
	text-transform: none;
	color:: #716f5c;
	font-size: 12px;
}
.login_form dt {
	width: 100px;
}

.activate_form {
	margin: 50px 0;
}
.activate_form dt {
	width: 140px;
	text-align: right;
}
.activate_form dd {
	position: relative;
}
.activate_form .error {
	position: absolute;
	bottom: 2px;
	left: 10px;
}
.activate_form label {
	text-transform: none;
}
.activate_form .center {
	width: 100%;
	text-align: center;
}
.activate_form .center.error {
	position: relative;
}

/* custom checkbox and radio */
.cust_checkbox {
	background: url(../img/checkbox.png) no-repeat 0 -14px;
	height: 14px;
	cursor: pointer;
	width: 14px;
	display: inline-block;
	zoom: 1;
}
.cust_checkbox_on {
	background-position: 0 0;
}
.radio {
	background: url(../img/radio.png) no-repeat 0 -14px;
}
.cust_radio_on {
	background-position: 0 0;
}

.columns {
	padding: 12px 40px;
}
.columns p, .text p {
	margin-bottom: 1em;
}
.col {
	float: left;
	width: 310px;
}
.col_left {
	margin-right: 80px;
}


/*background*/
.body .home_page {
	background: url(../img/bg_home.png) no-repeat 202px bottom;
	padding-left: 30px;
	padding-right: 30px;
	width: 840px;
}
.home_page .columns {
	padding: 12px 0;
}
.home_page .col {
	width: 310px;
}
.home_page .col_left {
	margin-right: 215px;
	text-align: right;
}

/*strona aktywacji */
.activate_page {
	margin: 30px auto 0;
	width: 460px;
}

.body .account_page {
	width: 890px;
}
.body .profile_page {
	width: 820px;
}
.body .about_page {
	width: 820px;
}


.modal {
	position: fixed;
	_position: absolute;
	width: 100%;
	height: 100%;
	_height: expression(document.body.offsetHeight);
	display: none;
	top: 0;
	left: 0;
	z-index: 100;
}
.modal .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	z-index: 200;
}
.modal .box {
	position: absolute;
	width: 750px;
	display: none;
	height: 410px;
	padding: 35px 25px;
	top: 50%;
	left: 50%;
	margin-left: -410px;
	margin-top: -230px;
	background: #fbfaf0;
	z-index: 300;
}



/* rozwijalna lista produktów */
.products_list {position: relative;clear:both;height:415px;}
.products_list .hd {
	background: url(../img/dot.gif) repeat-x 0 bottom;
	padding: 10px 0;
}
.products_list .bd {
	padding: 10px 0;
}
.products_list .cell {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
h3.cell {
	font-size: 12px;
}
h4.cell {
	font-size: 12px;
	margin: 0;
	font-weight: normal;
}
.products_list .cell1 {
	width: 330px;
	padding-left: 20px;
}
.products_list .cell2 {
	width: 270px;
}
.products_list .cell3 {
	width: 129px;
}
.products_list .cell4 {
	width: 95px;
}


.products_list dl {
	line-height: 22px;
}
.products_list dt {
	display: block;
	clear: left;
	float: left;
	cursor: pointer;
}
.products_list dd {
	display: none;
	position: absolute;
	left: 350px;
	top: 85px;
	width: 407px;
	height: 345px;
	overflow: hidden;
}
.products_list dt.open {
	font-weight: bold;
}
.products_list dd.open {
	display: block;
}
.products_list ul {
	list-style: none;
}

.slider {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	height: 345px;
	width: 9px;
	background: url(../img/track.gif) no-repeat center center;
}
.slider .scrolltrack {
	margin: 3px 0;
	height: 339px;
	width: 9px;
	position: relative;
}
.slider .drag {
	background: url(../img/drag.gif) no-repeat center center;
	width: 9px;
	display: block;
	position: absolute;
	height: 16px;
	cursor: pointer;
}

.profile {
	margin-top: 30px;
}
.profile dt, .profile dd {
	float: left;
	width: 140px;
	height: 20px;
	margin-bottom: 8px;
	line-height: 20px;
}
.profile dt {
	text-align: right;
	clear: left;
	padding-right: 10px;
}
.profile dd {
	font-weight: bold;
}

.log {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
.log th, .log td {
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	background: url(../img/dot.gif) repeat-x 0 bottom
}
.log th {
	font-weight: bold;
	vertical-align: bottom ;
	padding: 10px 15px;
}
.log_caption {
	text-align: right;
	padding: 20px 50px 20px 20px;
	background: url(../img/dot.gif) repeat-x 0 bottom;
}

.assignments h5 {
	padding: 10px 25px;
}
.assignments_list {
	margin: 0 20px;
	list-style: none;
}
.assignments_list li {
	margin-bottom: 15px;
}
.assignments_list .thumb {
	margin-right: 15px;
}
.assignments_list .thumb, .assignments_list .desc {
	vertical-align: middle;
	display: inline-block;
	zoom: 1;
}

.sales_list {
	list-style: none;
	margin-top: 12px;
}
.sales_list li {
	margin-bottom: 12px;
	margin-right: 10px;
}

.pager {
	list-style: none;
	text-align: center;
	margin: 20px 0;
}
.pager li {
	display: inline;
}
.pager a, .pager strong {
	padding: 0 3px;
}
.dots {
	border: 0;
	height: 3px;
	margin: 8px 0;
	background: url(../img/dot.gif) repeat-x;
}
.dots_narrow {
	margin: 2px 0;
}

.frame {
	background: url(../img/frame.png) no-repeat 0 0;
	padding: 6px 6px 11px;
}




.b15 {
	margin-bottom: 15px;
}
.t15 {
	margin-top: 15px;
}

.rightCol h5 {
	margin-bottom: 7px; 
}

.printonly {
	display:none;
}


#edit_account {
	text-align: center;
}
#edit_account a {
	font-style: italic;
	font-weight: bold;
}
.form_profile #save {
	padding-top: 110px;
}

#tactical{float:right;margin:0 50px 10px 0;width:388px;height:250px;font-size:11px;letter-spacing:-0.04em}
#tactical.products{margin-right:0}
#tactical h3{background:url(../img/wygraj_ekskluzywne_etui.gif) no-repeat 0 0;width:388px;height:0;padding-top:68px;overflow:hidden;border-bottom:1px solid #706f5b;margin-bottom:8px}
#tactical p{}
.account_page .mainCol{clear:right;}
