/* globalne */
body {
    font-family: Tahoma;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#background {
    background: #fff url('gfx/t_bg.png') repeat-x top;
    color: #005e93;
    font-size: 11px;
    padding-bottom: 20px;
}

img {
    border: 0px;
}

form, form p {
    margin: 0px;
    font-size: 11px;
}

input, select, textarea {
    border-top: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #fcfcfc;
    font-family: Tahoma;
    font-size: 11px;
    color: #000;
    padding: 3px;
}

select {
    padding: 0px;
}

.button {
    border-bottom: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    background: #fcfcfc;
    font-size: 11px;
    font-weight: bold;
    color: #005e93;
    padding: 1px;
    width: 60px;
    text-align: center;
    cursor: pointer;		text-decoration: none;
}

.radio {
    background: transparent;
    border: 0px;
}
/* struktura */
.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
    font-size: 1px;
}

.dots {
    background: url('gfx/dots.png') repeat-x;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin: 2px 0px;
}

#top {
    position: relative;
    text-align: left;
    width: 958px;
    margin: 0 auto;
}

#body {
    text-align: left;
    width: 958px;
    margin: auto;
    font-size: 11px;
    padding: 0 0 30px 0;
}

#body .left {
    color: #005e93;
    width: 205px;
    float: left;
}

#body .left_bg {
    background: url('gfx/m_l_bg.png') repeat-y center;
    padding: 0 11px 0 8px;
}

#body .right {
    float: right;
    width: 160px;
	margin-top: 96px;
}

#body .center {
    float: left;
    width: 575px;
    padding-top: 96px;
    margin: 0px 3px;
}

#reklama {
    position: absolute;
    left: 208px;
    top: 90px;
    width: 750px;
	height: 116px;
    text-align: center;
    padding: 0px;
    font-size: 10px;
    color: #9b9b9b;
}



/* logo */
#top .logo {
	float: left;
    background: url('gfx/t_logo.png');
    width: 205px;
    height: 108px;
    margin-top: 13px;
}
/* menu top */
#top .menu {
    float: left;
    background: url('gfx/t_menu.png') no-repeat;
    width: 544px;
    height: 35px;
    padding-top: 51px;
    padding-left: 7px;
}

#top .menu a {
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #f35d03;
    padding: 3px 0 3px 0;
    display: block;
    width: 99px;
    float: left;
    text-align: center;
    margin-right: 1px;
}

#top .menu a:hover {
    color: #ffa200;
    padding: 3px 0 3px 0;

}
/* icoset w topie */
#top .ico {
    width: 146px;
    height: 44px;
    float: right;
    background: url('gfx/t_ico_bg.png') no-repeat top right;
    padding-left: 34px;		padding-right: 20px;
}

#top .ico a {
    display: block;
    float: left;
    padding: 10px 9px;
}

#top .ico a:hover {
    background: url('gfx/t_ico_on.png') no-repeat top left;
}
/* naglowki */
.nag, .nag_orange, .nag_blue, .nag_green {
    background: #ececec url('gfx/m_nag_sza.png') no-repeat right center;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-family: Tahoma;
    font-size: 11px;
    font-variant: small-caps;
    font-weight: bold;
    padding: 4px 8px;
    color: #9b9b9b;
}

.nag_orange {
    color: #f35d03;
    background: #ffdbcc url('gfx/m_nag_pom.png') no-repeat right center;
    border-top: 1px solid #ffc7b2;
    border-bottom: 1px solid #ffc7b2;
}

.nag_green {
    color: #429442;
    background: #d8ffd0 url('gfx/m_nag_zie.png') no-repeat right center;
    border-top: 1px solid #cef1c4;
    border-bottom: 1px solid #cef1c4;
}

.nag_blue {
    color: #0085ba;
    background: #d3e5ff url('gfx/m_nag_blu.png') no-repeat right center;
    border-top: 1px solid #c3daff;
    border-bottom: 1px solid #c3daff;
}


.tabs,
.tabs:hover,
.tabs_active {
    background: #f8f8f8 url('gfx/m_nag_sza.png') no-repeat right center;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-family: Tahoma;
    font-size: 11px;
    font-variant: small-caps;
    font-weight: bold;
    padding: 4px 8px;
    color: #9b9b9b;
	text-decoration: none;
	margin-right: 1px; 
}

.tabs:hover,
.tabs_active {
    color: #f35d03;
    background: #ffdbcc url('gfx/m_nag_pom.png') no-repeat right center;
    border-top: 1px solid #ffc7b2;
    border-bottom: 1px solid #ffc7b2;
}

.content, .content_orange, .content_blue, .content_green {
    background: #f4f4f4;
    color: #005e93;
    padding: 10px;
    margin: 0px;
    text-align: justify;
	line-height: 16px;
}

.content_orange {
    background: #fdecdd;
}

.content_green {
    background: #efffec;
}

.content_blue {
    background: #eef6ff;
    padding: 10px 5px;
}

#body p {
    padding: 5px;
    margin: 0px;
    line-height: 16px;
}

#body li {
    line-height: 16px;
}

#body .cl, #body .cr {
    float: left;
    width: 241px;
}

#body .cr {
    float: right;
}

.ico_help {
    float: right;
    padding: 2px;
}
/* menu po lewej */
#body .left .menu {
    padding: 10px 5px;
}

#body .left .menu_line {
    background: #fff url('gfx/m_line.gif') no-repeat center center;
    line-height: 1px;
    height: 1px;
    font-size: 1px;
}

#body .left_end {
    background: #fff url('gfx/m_l_btm.png') no-repeat center center;
    line-height: 1px;
    width: 205px;
    height: 7px;
    font-size: 1px;
}

#body .left .menu a {
    width: 145px;
    display: block;
    padding: 3px 5px 3px 17px;
    color: #005e93;
    font-size: 11px;
    text-decoration: none;
    background: #fff url('gfx/m_cross.gif') no-repeat left center;
    margin: 1px auto;
}

#body .left .menu a:hover {
    color: #f35d03;
    background: #e8f3f9 url('gfx/m_cross.gif') no-repeat left center;
}
/* buttony */
#buttons .adv, #buttons .button {
    background: #fff;
    border: 1px solid #9b9b9b;
    width: 120px;
    text-align: center;
    padding: 23px 0px;
    font-size: 10px;
    color: #9b9b9b;
    display: block;
    margin-bottom: 7px;
}

#buttons .button {
    padding: 0px;
}

#buttons p, #reklama p {
    font-size: 10px;
    text-align: left;
    border-bottom: 1px solid #ececec;
    color: #dadada;
    margin: 0px;
    margin-bottom: 3px;
}
/* linki i teksty */
.pom, .con_pom {
    color: #f35d03;
    text-decoration: none;
}

.pom:hover {
    color: #ffa200;
    text-decoration: underline;
}

.blu, .con_blu {
    color: #005e93;
    text-decoration: none;
}

.blu:hover {
    text-decoration: underline;
}

.zie, .con_zie {
    color: #167d13;
    text-decoration: none;
}

.zie:hover {
    text-decoration: underline;
}

.con_sza {
    color: #c0c0c0;
}
/* bottom */
#btm {
    position: relative;
    color: #888888;
    width: 958px;
    margin: 15px auto;
}

#btm a {
    color: #888888;
    text-decoration: none;
}

#btm a:hover {
    color: #888888;
    text-decoration: underline;
}

#btm p {
    padding: 6px;
    margin: 20px auto;
	width: 400px;
    background: #f9f9f9;
    color: #046499;
    font-weight: bold;
}

#btm div {
    color: #b1b1b1;
}

#btm .proj {
    float: left;
    width: 200px;
    text-align: left;
	padding: 10px;
}
	#btm .proj a,
	#btm .proj a:hover {
		color: #444444;
		font-weight: bold;
		font-family: Tahoma;
		font-size: 10px;
	}
	#btm .proj span {
		color: #fc4f02;
	}
#btm .copy {
    float: right;
    width: 200px;
    text-align: right;
	padding: 10px;
}

.foto_link {
    border: 1px solid #828282;
}

.price_last, .price_akt {
    border: 1px solid #f7eedc;
    padding: 3px;
    background: #fdf9fa;
    font-size: 11px;
    font-weight: bold;
    text-decoration: line-through;
    color: #55b9eb;
}

.price_akt {
    color: #177d19;
    text-decoration: none;
}

.polecane_linki {
    line-height: 18px;
    padding: 20px;
}

.polecane_linki img {
    margin: 3px 0;
    border: 0px;
}

.polecane_linki a {
    color: #167d13;
    text-decoration: none;
}

.polecane_linki a:hover {
    text-decoration: underline;
}

#ImageBoxOverlay {
    background-color: #000;
}

#ImageBoxCaption {
    background-color: #fff;
}

#ImageBoxContainer {
    width: 250px;
    height: 250px;
    background-color: #fff;
}

#ImageBoxCaptionText {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 13px;
    color: #000;
}

#ImageBoxCaptionImages {
    margin: 0;
    font-size: 10px;
    color: #fff;
}

#ImageBoxNextImage {
    background-image: url(images/imagebox/spacer.gif);
    background-color: transparent;
}

#ImageBoxPrevImage {
    background-image: url(images/imagebox/spacer.gif);
    background-color: transparent;
}

#ImageBoxNextImage:hover {
    background-image: url(images/imagebox/next_image.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

#ImageBoxPrevImage:hover {
    background-image: url(images/imagebox/prev_image.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

#apteki_scroller {
	position: relative;
	overflow: hidden;	
	height: 200px;
}
#scroller {
	margin-left: 65px;	
	_margin-left: 7px;
}

.link {
	color: #005e93;
	text-decoration: none;

    display: block;
    padding: 3px 5px 3px 17px;
    font-size: 11px;
    text-decoration: none;
    background: url('gfx/m_cross.gif') no-repeat left center;
    margin: 1px auto;
}
.link:hover {
	background-color: #fff;	
}



#sonda .loading
{
	background: url('gfx/loading.gif') no-repeat center center;
	width: 100%;
	height: 16px;
	display: none;
}

#sonda .wyniki_odpowiedz
{
	width: 95%;
	padding: 5px 0;
}

#sonda .wyniki_wiersz
{
	height: 10px;
	width: 100%;
	background: #D8FFD0;
	text-align: left;
}

#sonda .wyniki_pasek
{
	padding: 0;
	margin: 0;
	height: 100%;
	width: 0px;
	background: #86FF6C;
	text-align: left;
}


.suggest {	position: relative;	padding: 0px;	margin: 0px;}


.suggest .lista{	position: absolute;	background: #fff;	top: 0px;	left: 0px;	width: 102%;	height: 120px;	overflow-y: auto; 	font-size: 10px;	font-family: Tahoma, Arial;	text-align: left;	margin: 0px;	line-height: 13px;	color: #a0a0a0;	border: 1px solid #c0c0c0;	z-index: 214;}


.suggest .item{	padding: 2px;	cursor: pointer;	border-top: 1px solid #fff;	border-bottom: 1px solid #fff;}

.suggest .item_hover{	padding: 2px;	color: #000000;	background: #eaeaea;	border-top: 1px solid #c0c0c0;	border-bottom: 1px solid #c0c0c0;}.suggest .lista iframe{	display:none;/*sorry for IE5*/	display/**/:block;/*sorry for IE5*/	position:absolute;/*must have*/	top:0;/*must have*/	left:0;/*must have*/	z-index:-1;/*must have*/	filter:mask();/*must have*/	width:3000px;/*must have for any big value*/	height:3000px/*must have for any big value*/;}