/* GENERAL -----------------------------------------------------------*/
body {
	
	margin: 0px; padding: 0px; 
	/*font: 13px Arial, Sans-Serif;*/
	font: 14px Times new roman, Sans-Serif;
	color:#555555; line-height: 1.4em; background: #343434 url(gfx/bg.png) repeat-x;
/*        filter: Gray;*/
}
img {
	
	border: 0px;
}

p {

	margin: 0px;
	padding: 0px;
}

input, textarea {

	border: 1px solid #c62a2b;
	font-size: 13px;
	color: #111111;
	background: white;
}

.news_date {

	font: 12px comic sans ms;
	font-weight: bold;
}
.news_content {

	font: 13px comic sans ms;
}
/* ajax cart -----------------------------*/

#ajax_cart {

	width: 100%;
	height: 100%;
	top:0pt;
	left:0pt;
	display: none;
  z-index: 10000;
	position: fixed;
	opacity:0.4;
	background-color: white;
}

#ajax_cart_content {

	position:absolute;
	top: 0px;
	left: 50%;	
	width:600px;
	margin: 20px 0px 0px -305px;
	border: 2px solid #c62a2b;
  background: white; 
	padding: 5px;
	z-index: 10001;
}
#prods_tab2 {

	width: 600px;
}
.close_cart {

	float: right;
	padding: 7px 0px 2px 0px;
	cursor: pointer;
}
.close_cart_up {

	float: right;
	cursor: pointer;
	margin-top: 4px;
}
td.name3 {

	padding: 5px;
	vertical-align: top;
	width: 490px;
}
td.quantity3 {

	padding: 5px 0px;
	width: 90px;
}
td.price3 {

	padding: 5px 5px 5px 0px;
	width: 100px;
	text-align: right;
	font-weight: bold;	
}
/* user ------------- */

#user_header {

	border-bottom: 1px solid #c62a2b;
	height: 24px;
}
.user_header_cur {

	background: #c62a2b;
	text-align: center;
	float: left;
	padding: 3px 6px;	
}
.user_header_oth {

	text-align: center;
	float: left;
	padding: 3px 6px;		
}

/* -------------- */
.inp_dis {

	background: #dddddd;
}
a, a:visited {

	color: #c62a2b;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
}
a:hover {

	text-decoration:underline;
	color: #f45c06;
}
a.asearch, a.asearch:visited {

	color: white;
	font-size:10px;
	text-decoration:underline;
	font-family: verdana;
}
a.asearch:hover {

}
.right {

	text-align: right;
}

.cat_div {

    margin-left: 15px;
    padding: 1px 0px;
}
.cat_img {

    margin: 0px 5px 0px -15px;
}
.cat_link {

    display: block;
}
.page_title {

	border-bottom: 1px solid #c62a2b;
	height: 29px;
	margin-bottom: 10px;
}
.page__ {

	width: 10px;
	height: 29px;
	background: #c62a2b;
	float: right;
}
.page_h {

	font-family:verdana;
	font-size:15px;
	font-weight:bold;
	float: right;
	color: #000000;
	height: 19px;
	padding: 5px;
}
#main {

	margin: 0px auto;
	min-width: 1000px;
	height: 1000px;
	width: 1000px;
}

#header {

	height: 199px;
}

#header_l {

	background: url(gfx/header_l.png);
	width: 29px;
	height: 199px;
	float: left;
}
.thin {

	font-weight: normal;
}
#header_c {

	background: url(gfx/header_c.png);
	width: 942px;
	min-width: 942px;
	height: 199px;
	float: left;
}

#header_r {

	background: url(gfx/header_r.png);
	width: 29px;
	height: 199px;
	float: left;
}

#header_links {

	height: 22px;
	padding-top: 8px;
	clear: both;
	color: white;
	min-width: 500px;
	float: left;
/*    border: 1px solid green;*/
}

#search_box {

	height: 22px;
	padding-top: 7px;
	color: white;
	float: right;
	font-weight: bold;
	text-align: right;
    min-width: 380px;
/*    border: 1px solid green;*/
}
#searchbutton {

	border: 0px;
	cursor: pointer;
	margin-bottom: -5px;
}
#logo {

	float: left;
	width: 138px;
	height: 140px;
	margin: 15px 0px 0px -10px;
}
#logo_napis {

	float: left;
	width: 558px;
	height: 134px;
	margin: 15px 0px 0px 0px;	
}
#user_box {

	float: left;
	width: 236px;
	height: 134px;	
	padding: 16px 0px 0px 10px;
	color: #111111;
}
#cart2 {

	float: right;
	margin: 8px 20px 0px 0px;
	cursor: pointer;
}
#center {

	width: 1000px;
	background-color: #ffffff;	
}

#center_l {

	background: url(gfx/center_l.png) repeat-y;
	width: 29px;
}

#center_b {

	width: 280px;
	vertical-align: top;
}

.box_cont {

	margin: 0px 0px 10px 10px;
	width: 270px;
}

.box_title {

	border-bottom: 1px solid #c62a2b;
	height: 29px;
	margin-bottom: 10px;
}
.box__ {

	width: 10px;
	height: 29px;
	background: #c62a2b;
	float: left;
}
.box_h {

	font-family:verdana;
	font-size:15px;
	font-weight:bold;
	float: left;
	color: #000000;
	height: 19px;
	padding: 5px;
}
a.user_b, a.user_b:visited {

	color: #c62a2b;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
}

a.user_b:hover {

	text-decoration:underline;
}

a.h_link, a.h_link:visited {

	color: white;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
}

a.h_link:hover {

	text-decoration:underline;
}

a.h2_link, a.h2_link:visited {

	color: white;
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
}

a.h2_link:hover {

	text-decoration:underline;
}

#center_s {

	width: 25px;
	background: url(gfx/center_sep.png) repeat-y;	
}

#center_c {
	
	vertical-align: top;
	width: 627px;
	padding: 0px 10px 10px 0px;
}

#center_c2 {

	vertical-align: top;
	width: 922px;
	padding: 0px 10px 10px 10px;
}
#center_r {

	background: url(gfx/center_r.png) repeat-y;
	width: 29px;
}

#footer {

	clear: both;
	margin: 0px auto;
	height: 53px;
	width: 1000px;
}

#footer_l {

	background: url(gfx/footer_l.png);
	width: 44px;
	height: 53px;
	float: left;
}

#footer_c {

	background: url(gfx/footer_c.png);
	width: 912px;
	height: 53px;
	float: left;
}

#footer_r {

	background: url(gfx/footer_r.png);
	width: 44px;
	height: 53px;
	float: left;
}

#ajax_loader {

	width: 100%;
	height: 100%;
	top:0pt;
	left:0pt;
	display: none;
  z-index: 1000000;
	position: fixed;
	opacity:0.3;
	background-color: white;
}

#ajax_loader2 {

	position:fixed;
	height:40px;
	width:260px;
	text-align: center;
	margin: -20px 0px 0px -130px;
	top: 50%;
	left: 50%;
	border: 1px solid black;
  background: #c62a2b; 
	font-weight: bold;
	color: white;	
  z-index: 1000002;
}
#ajax_loadimg {

	margin: 8px;
	float: left;
}
#ajax_loader_info {

	float: left;
	height: 30px;
	padding-top: 10px;
}
#ajax_loader_close {

	float: right;
}
#footer_c1 {

	margin-top: 13px;
	color: #c62a2b;
	font-weight: bold;
	float: left;
	width: 700px;
}

#footer_c2 {

	float: right;
	text-align: right;
	width: 200px;
	margin-top: 14px;
}
.hr_div {

	height: 1px;
	background: #c62a2b;
	clear: both;
	margin: 8px 0px;
}

/* ERROR -------------------------------------------------------------*/
#state {

	text-align: center;
	margin: 10px 0px 0px 50px;;
	width: 500px;
	padding: 10px 0px 10px 0px;
	border: 1px solid red;
	background: white;	
}
.state_img {

	margin-bottom: -4px;
}
#state_error {

	text-align: left;
	padding-left: 10px;
}
.input_error {

	background: #fa7263;
}
.error {
	
	color: red;
	font-weight: bold;
}

/* MAIN PAGE ---------------------------------------------------------*/
.clear {

	clear: both;
}
.super_div {

	font-size: 18px;
	font-weight: bold;
}
a.super, a.super:visited {

	color: #c62a2b;
	font-size:18px;
	text-decoration:none;
	font-weight: bold;
}

a.super:hover {

	text-decoration:underline;
	color: #f45c06;
}
.super_link {

	color: white;
	font-size:13px;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	background: #c62a2b;
	border: 1px solid #c62a2b;	
	padding: 0px 3px;
	cursor: pointer;
}

.super_link_over {

	color: white;
	font-size:13px;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	background: #f45c06;
	border: 1px solid #f45c06;		
	padding: 0px 3px;
	cursor: pointer;	
}
.super_link_chosen {

	color: white;
	font-size:13px;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	background: #c62a2b;
	padding: 0px 3px;
	border: 1px solid white;	
	cursor: pointer;	
}
.head_span {

	float: left;
	background: #c62a2b;
	padding: 3px;
	color: white;
	font-weight: bold;
}

.box_div {
	
  border: 1px solid #c62a2b;
	clear: both;
	padding: 3px;
}
#janysport {

	margin-top: 10px;
	width: 300px;
	float: right;
}
.head_span2 {

	float: left;
	background: #c62a2b;
	padding: 3px;
	color: white;
	font-weight: bold;
}

#box_div1 {

	float: right;
	width: 292px;
	border: 1px solid #c62a2b;
	padding: 3px;	
	text-align: center;
}
#comment_box {

	width: 300px;
	margin-top: 10px;
	float: right;
}
#box_div2 {

	width: 292px;
	border: 1px solid #c62a2b;
	padding: 3px;	
	float: right;
}
#readme{

	width: 315px;
	margin: 10px 0px;
	float:left;
}
#box_div3 {

	width: 307px;
	height: 350px;
	border: 1px solid #c62a2b;
	padding: 3px;	
	float: left;
	position: relative;
}
#readme_arrow_top {

	text-align:center;
	border-bottom: 1px solid #c62a2b;
}
#readme_arrow_bottom {

	position: absolute; bottom: 0px;
	border-top: 1px solid #c62a2b;	
	width: 307px;
	text-align: center;
}
#pierwszyScroll{

  position:absolute;
  width:307px;
  height:315px;
  overflow: hidden;
/*	border: 1px solid red;*/
}
#pierwszyScrollW {

	position:absolute;
	width:307px;
  height:315px;
}
.super_img {

	float: right;
	display: inline;
  border: 1px solid #c62a2b;
	margin: 0px 0px 5px 7px;
}

/* PRODUCT, CART -----------------------------------------------------*/
.cart_img {

	cursor: pointer;
}
.product_img {

	float: left;
  border: 1px solid #c62a2b;
	margin: 0px 7px 5px 0px;
}
.prod_img {

  border: 1px solid #c62a2b;	
}
#product_price {

	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
}
#product_comment {

	clear: both;
}

.prods_tab {

	width: 627px;
}
.prods_tab td {

/*border-bottom: 1px solid #c62a2b;	*/
}
td.download {

	padding: 3px;
}
td.prod_items {

	padding: 3px;
	vertical-align: top;	
}
td.prod_price {
	
	padding: 3px;
	vertical-align: top;	
	text-align: right;
	width: 85px;
}
td.td_hr {
	
	height: 1px;
	background: #c62a2b;
}
td.image {

	padding: 5px 5px 5px 0px;
	vertical-align: top;
	width: 155px;
}
td.name {

	padding: 5px 5px 5px 0px;
	vertical-align: top;
	width: 340px;
}
td.cart {

	padding: 5px 0px 5px 5px;
	text-align: right;
	width: 45px;
}
td.delete {

	padding: 5px 5px 5px 0px;
	width: 40px;
}
td.quantity {

	padding: 5px 5px 5px 0px;
	width: 150px;
}
/* orders ------------ */

td.number {

	padding: 5px 5px 5px 0px;
	width: 60px;
}
td.details {

	text-align: right;
	padding: 5px 5px 5px 0px;
	width: 130px;
}
td.datetime {

	padding: 5px;
	width: 220px;
}
td.suma {

	width:100px;
	padding: 5px;
}
td.status {

	padding: 5px;
	width: 77px;
}
/* end orders --------- */
td.name2 {

	padding: 5px 5px 5px 0px;
	width: 357px;
}
td.addr {

	width: 200px;
	padding: 5px;	
	vertical-align: top;	
}
td.products {

	padding: 5px;
	width:407px;
	vertical-align: top;
}
td.sums {

	padding: 5px;
	vertical-align: top;
	text-align: right;
}
#pakiet_tab {

	margin: 0px auto;
}
#pakiet_tab td {

	padding: 5px;
}
td.price {

	padding: 5px 0px 5px 0px;
	width: 80px;
	text-align: right;
	font-weight: bold;	
}
td.not_enough {

	color: red;
	font-weight: bold;
	padding: 0px 0px 10px 5px;
}

tr#tr_head {

	font-weight: bold;
}
tr.tr1 {

	background: #eeeeee;
}

.pagging {

	clear:both;
 margin: auto;
}
.old_price {

	text-decoration: line-through;
}
.new_price {

	color: red;
}
.subtotal {
	
	text-align: right;
	font-weight: bold;
	padding: 10px 0px;
	color: red;
	font-size: 14px;
}
#razem {

	color: red;
	font-weight: bold;
}
#pakiet_nomb {
	
	font-weight: bold;
}
/* FORUM -----627px------------------------------------------------------*/
.preview {

	border: 1px dashed #c62a2b;
	float:left;
	clear:left;	
	width: 500px;
	margin: 10px 0px;
}
.code_ {

	color: green;
	background: #eeeeee;
	padding: 3px;
	border: 1px solid green;
	width: 450px;
	margin-left: 30px;
}
.code_h {

	margin: 0px 0px -13px 30px;	
	clear: both;
}
.quote_h {

	margin: 0px 0px -13px 30px;		
	clear: both;
}
.quote_ {

	color: orange;
	background: #eeeeee;
	padding: 3px;
	border: 1px solid orange;
	clear: bolck;
	width: 450px;	
	margin-left: 30px;
	font-style: italic;
}
.fname {

	padding: 5px;
	width: 317px;
}
.fname2 {

	padding: 5px;
	width: 467px;
}
.fviews {

	padding: 5px;
	width: 70px;	
	text-align: center;
}
.flast {

	padding: 5px;
	width: 150px;
	font-size: 12px;
}
.fdesc {

	font-size: 12px;	
}
.fuser {

	width: 120px;
	padding: 5px;
	vertical-align: top;
	border-right: 1px dashed #c62a2b;	
}
.fuser {

	width: 120px;
	padding: 5px;
	vertical-align: top;
}
.fpost {

	padding: 5px;
	clear: both;
}
.fpostdate {

	padding: 2px 5px;
	border-bottom: 1px dashed #c62a2b;	
	font-size: 11px;
}
.factions {

	text-align: right;
	width: 280px;
	float: right;
}
.fpost_td {

	vertical-align: top;
}
.action_img {

	margin-bottom: -2px;
}