body {
	margin: 0;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	
}

input, textarea, button, select {
	font-family: verdana, arial, tahoma;
	font-weight: normal;
	font-size: 10px;
	color:#0C1F02;
	background-color:#ffffff;
	border: 1px solid #FF0000;
	margin: 1px;
}

TR, TD {
	font-family: verdana, arial, tahoma;
	font-weight: normal;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:none;
}


/* start: style nagłówka */

.head_bg1 {
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/head.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.head_bg2 {
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/head2.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.head_bg_rpt1 {
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/headbg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}

.head_bg_rpt2 {
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/headbg2.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}

.head_hash {
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/headhash.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}

.head_log_rej_links, .head_log_rej_links a:link, .head_log_rej_links a:visited {
	font-family: verdana, arial, tahoma;
	font-weight: normal;
	font-size: 9px;
	color:#C0C0C0;
	text-decoration: none;
}

.head_log_rej_links a:hover {
	font-family: verdana, arial, tahoma;
	font-weight: normal;
	font-size: 9px;
	color:#FFFFFF;
	text-decoration: underline;
}

/* koniec: style nagłówka */


/* start: style menu poziomego */

.h_menu, .h_menu a:link, .h_menu a:visited {
	font-family: verdana, arial, tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
}

.h_menu a:hover {
	font-family: verdana, arial, tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	text-decoration:underline;
}

.sub_h_menu {
	font-family: verdana, arial, tahoma;
	font-weight: bold;
	font-size: 9px;
	color:#FF0000;
	text-decoration:none;
}

.sub_h_menu a:link, .sub_h_menu a:visited {
	font-family: verdana, arial, tahoma;
	font-weight: bold;
	font-size: 9px;
	color:#FFFFFF;
	text-decoration:none;
}

.sub_h_menu a:hover {
	font-family: verdana, arial, tahoma;
	font-weight: bold;
	font-size: 9px;
	color:#FFFFFF;
	text-decoration:underline;
}


/* koniec: style menu poziomego */



/* start: style boxu */

.box_header {
	/*background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/header.gif');*/
	background-position: top center;
	background-repeat: repeat-x;
	background-color:#CC0033;
	font-family: verdana, arial, tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	border-bottom:1px solid #000000;
}

.box_header_under {
	height:2px;
	background-color:#00FF00;
	border-bottom:1px solid #808080;
}

.box_content, .box_content a:link, .box_content a:visited {
	font-family: verdana, arial, tahoma;
	font-weight: normal;
	font-size: 10px;
	color:#00FF00;
	text-decoration:none;
}

.box_content a:hover {
	font-family: verdana, arial, tahoma;
	font-weight: normal;
	font-size: 10px;
	color:#00FF00;
	text-decoration:underline;
}

.box_left_top {
	height:3px;
	width:3px;
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/lt.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color:#00FF00;
}

.box_center_top {
	height:3px;
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/ct.gif');
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color:#00FF00;

}

.box_right_top {
	height:3px;
	width:3px;
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/rt.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color:#00FF00;
}

.box_left_middle {
	width:3px;
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/lm.gif');
	background-position: bottom right;
	background-repeat: repeat-y;
	background-color:#00FF00;
}

.box_center_middle {
	background-color:#000000;
}


.box_right_middle {
	width:3px;
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/rm.gif');
	background-position: bottom left;
	background-repeat: repeat-y;
	background-color:#00FF00;
}

.box_left_bottom {
	height:3px;
	width:3px;
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/lb.gif');
	background-position: top right;
	background-repeat: no-repeat;
	background-color:#00FF00;
}

.box_center_bottom {
	height:3px;
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/cb.gif');
	background-position: top center;
	background-repeat: repeat-x;
	background-color:#00FF00;

}

.box_right_bottom {
	height:3px;
	width:3px;
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/rb.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

/* koniec: style boxu */


/* start: style produktu */

.text_nazwa_prod {
	font-family: verdana, arial, tahoma;
	font-weight: bold;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:none;
	
}

.text_nazwa_prod a:hover, .text_nazwa_prod a:link, .text_nazwa_prod a:visited {
	font-family: verdana, arial, tahoma;
	font-weight: bold;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:underline;
}

.text_opis_prod, .text_opis_prod a:link, .text_opis_prod a:visited {
	font-family: verdana, arial, tahoma;
	font-weight: normal;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:none;
}

.text_opis_prod a:hover {
	font-family: verdana, arial, tahoma;
	font-weight: normal;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:underline;
}

.text_cena_promo {
	font-family: verdana, arial, tahoma;
	font-weight: normal;
	font-size: 10px;
	color:#FF0000;
	text-decoration:none;
}

.text_cena {
	font-family: verdana, arial, tahoma;
	font-weight: normal;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:none;
}

.page_select {
	font-family: verdana, arial, tahoma;
	font-weight: normal;
	font-size: 9px;
	color:#FFFFFF;
	text-decoration:none;
}

.page_select a:link, .page_select a:visited {
	font-family: verdana, arial, tahoma;
	font-weight: normal;
	font-size: 9px;
	color:#00FF00;
	text-decoration:none;
}

.page_select a:hover {
	font-family: verdana, arial, tahoma;
	font-weight: normal;
	font-size: 9px;
	color:#F30202;
	text-decoration:underline;
}

.page_selected {
	font-family: verdana, arial, tahoma;
	font-weight: bold;
	font-size: 11px;
	color:#00FF00;
	text-decoration:none;
}

/* koniec: style produktu */


/* start: style stopki */

.foot_bg {
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/footimg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

.foot_hash {
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/foothash.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
}

.foot_bg_rpt {
	background-image: url('admin/ustawienia_sklepu/grafika/pliki_grafika/footbg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}

/* koniec: style stopki */
