/** główne */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	margin: 0; padding: 0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #010000;
	line-height: 130%;
}

img {border: none;}

a {
	text-decoration: none;
	color: #010000;
}

a:hover {
	border: none;
	color: #717171;
	text-decoration: none;
}

h1 {
	font-size: 25px; 
	margin: 0 0 15px 0; 
	padding: 0 0 5px 0;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 2px solid #cbcbcb;
}

.spacer {
	position:relative;
	clear:both;
}

/* theme */

#glowny {
	text-align: center;
	padding: 0;
}

/* blok u samej góry z linkami */

#top {
	width: 1060px;
	height: 116px;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
}

#top_linki {
	width: 780px;
	height: 28px;
	margin-left: 400px;
	text-align: left;
	color: #aaaaaa;
	background: #fcfcfc;
	font-size: 10px;
}

#top_linki_bg {
	padding: 5px 0 0 40px;
}

#top_linki a {
	color: #aaaaaa;
	text-decoration: none;
	padding-right: 40px;
}

#top_linki span{
	color: #aaaaaa;
	text-decoration: none;
	padding-right: 40px;
}

#top_linki a:hover {
	color: #000000;
	text-decoration: none;
}

#top_linki span:hover {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}

/* logo */

#logo {
	float: left;
	width: 720px;
	margin-top: 30px;
	text-align: left;
}

/* wyszukiwarka */

#szukaj {
	float: left;
	width: 340px;
	margin-top: 30px;
}

#szukaj_linia {
	border-top: 10px solid #000000;
	background: #000000;
}

#szukaj_input {
	width: 340px;
	height: 35px;
	text-align: left;
	background: #323232;
}

#szukaj_input_bg {
	padding-left: 5px;
}

input.pole {
	border: 0px;
	font-size: 10px;
	width: 200px;
	height: 20px;
	margin-top: 5px;
	font-size: 11px;
	color: #acacac;
}

input.guzik {
	border: 0px;
	font-size: 10px;
	width: 90px;
	height: 22px;
	margin: 5px 0 0 0;
	background: #9f0000;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

/* menu czarny pasek przez całość */

#menu {
	width: 100%;
	height: 58px;
	text-align: center;
	background: #000000;
}

#menu_bg {
	width: 1030px;
	height: 58px;
	text-align: left;	
	margin: 0 auto;
}

.menu_link {
	float: left;
	color: #ffffff;
	text-align: center;


}

.menu_link_sep {
	float: left;
	width: 30px;
	height: 58px;
	background: url(/templates/gfx/sep.png) center no-repeat;
}

.title_menu_smal {
	font-size: 12px;
}

.menu_dol {
	position: absolute;
	background: #323232;
	width: 400px;
	padding: 15px;
	text-align: left;
	display: none;
	font-size: 13px;
	line-height: 150%;
}

.menu_dol a {
	color: #969696;
	text-decoration: none;
	font-size: 11px;
}

.menu_dol a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.adminExpand {
	position: absolute;
	background: #323232;
	width: 200px;
	padding: 15px;
	text-align: left;
	display: none;
	font-size: 13px;
	line-height: 150%;
}

.adminExpand a {
	color: #969696;
	text-decoration: none;
	font-size: 11px;
}

.adminExpand a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.menu_dol_l {
	float: left;
	width: 190px;
}

.menu_dol_r {
	float: left;
	width: 190px;
}

.module-box {
    border: 1px dashed #9F0000;
    margin: 15px;
    width: 135px;
    height: 125px;
    padding: 5px;
    text-align: center;
    float: left;
}

.boxes-container {
    float: left;
    margin: 10px;
}
				

/* slider - na górze strony*/

#slider {
	width: 1060px;
	height: 130px;
	margin: 0 auto;
	text-align: center;
	background: #f9f9f9;
	padding-top: 20px;
}

#sliber_bez {
	width: 1060px;
	height: 10px;
	margin: 0 auto;
	background: #f9f9f9;
}

/* info - informacja pod sliderem */

#info {
	width: 100%;
	height: 108px;
	text-align: center;
	background: #dedede;
}

#bg_info {
	width: 1060px;
	height: 118px;
	margin: 0 auto;
	text-align: left;
	background: #f2f2f2;
	font-size: 11px;
}

#bg_info2 {
	padding: 15px;
}

/* treść - zawartośc strony */

#tresc {
	width: 1060px;
	margin: 0 auto;
	text-align: center;
	background: #f9f9f9;
}

/* tło pod treścią strony (od bloku info po sam koniec) */

#tresc_bg {
	width: 1060px;
	margin: 0 auto;
	text-align: center;
	background: #f9f9f9;
}

/* bloki w terści strony */

.tresc_blok {
	float: left;
	width: 340px;
	height: 175px;
	background: #f2f2f2;
	text-align: left;
}

.tresc_blok_bg {
	padding: 10px;
	font-size: 12px;
}

.tresc_blok_bg img {
	border: 3px solid #000000;
	margin: 0 15px 0 0 ;
	float: left;
	height: 150px;
}

.tresc_blok_przerwa {	
	float: left;
	width: 20px;
	height: 175px;
}

/* paginacja stron */

#paginacja {
	width: 1060px;
	height: 50px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: #f2f2f2;
}

#paginacja_bg {
	height: 40px;
	margin: 0 auto 0 auto;
	padding-top: 6px;
	text-align: center;
}

#paginacja_bg ul {
	list-style: none;
	margin: 0 40px;
	padding: 0;
	text-align: center;
}

#paginacja_bg li {
	float: left;
	width: 45px;
	margin-right: 10px;
}

#paginacja_bg ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #777;
	background: #ffffff;
	padding: 10px;
}

#paginacja_bg ul a:hover {
	color: #000;
}

/* terść dla kart produktów */

#tresc_karta {
	padding: 20px;
	text-align: center;
}

/* zdjęcia po lewej stronie */

#zdjecia {
	float: left;
	width: 345px;
	text-align: left;
}

#zdjecia_big {
	width: 345px;
	height: 200px;
	text-align: left;
}

#zdjecia_smal {
	width: 345px;
	height: 110px;
	text-align: left;
}

#zdjecia_big img {
	border: 3px solid #dedede;
}

#zdjecia_smal img {
	border: 3px solid #dedede;
	margin-right: 18px;
}

#opis {
	float: left;
	width: 670px;
	text-align: left;
}

#podobne_produkty {
	width: 1014px;
	height: 250px;
	background: #ffffff;
	border: 3px solid #dedede;
	text-align: center;
}

#karta_link {
	width: 380px; 
	height: 40px;
	background: #a10000;
	text-align: center;
}

#karta_link a {
	color: #ffffff;
	text-decoration: none;
}

#karta_link a :hover{
	color: #ffffff;
	text-decoration: none;
}


/* stopka */

#stopka {
	width: 1060px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	color: #7a7a7a;
	background: #f2f2f2;
}

#stopka a {
	color: #7a7a7a;
	text-decoration: none;
}

#stopka a:hover {
	color: #7a7a7a;
	text-decoration: underline;
}

/* stopka bloki */

.stopka_title {
	font-size: 12px; 
	color: #454545;
}

.stopka_blok {
	float: left;
	width: 270px;
	margin: 20px 0 0 50px;
	height: 100px;
	text-align: left;
	font-size: 10px;
}

.stopka_blok2 {
	float: left;
	width: 370px;
	margin: 30px 0 0 50px;
	height: 90px;
	text-align: center;
	font-size: 10px;
}

.inputField {
    border: 1px solid #74B1C2;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    outline: 0 none;
    padding: 9px;
    width: 200px;
}

.button {
    background: none repeat scroll 0 0 #9F0000;
    border: 1px dashed #9F0000;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    margin: 10px 10px 10px 0;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    cursor: pointer;
}

label {
	display: inline-block;
}

.row {
    margin-top: 5px;
    width: 720px;
    height: 50px;
    border: 1px dashed #FF0000;
    text-align: left;
}

.row-extend {
    margin-top: 5px;
	margin: 5px;
    width: 600px;
    height: 50px;
    border: 1px dashed #d4d4d4;
    text-align: left;
}

#extended-box {
    margin-top: 40px;
    margin-left: 25px;
    margin-right: 25px;
    width: 600px;
    text-align: left;
}




