@charset "UTF-8";
/* CSS Document */

@import url("reset.css");


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #000000;    
}

a:hover, a.selected {
	color: #138A91;
}

.hidden {
	display: none;
}

/* =CONTAINER */

.container {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F2F4DF;
	margin-top: 75px;
	margin-bottom: 65px;
	background-repeat: no-repeat;
	background-position: right bottom;
    height: 1200px;
}

.content a {
    text-decoration: underline;
}
.long {
	 height: 1600px;
}

.back_white {
    background-color: #98D1CA;
	background-image: url(../images/glyph.jpg);
}

.back_boxed {
	background-color: #98D1CA;
	background-image: url(../images/boxed_glyph.jpg);
}


/* =HEADING & LOGO */

.heading {
	background-color: #F2F4DF;
}

.main_logo {
	padding-left: 20px;
	padding-top: 20px;
	float: left;
	width: 300px;
}

/* =MAIN MENU */

.main_menu {
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 100%;
}

.main_menu ul {
	list-style-type: none;    
}

.main_menu ul li {
	display: inline;
	float: left;
	margin-left: 12px;
    padding-right: 10px;
    border-right: solid 2px #98D1CA;
}
.main_menu li.selected a {
    color: #98D1CA;
}

.main_menu a.selected {
	color: #298784;
}

.main_menu a:hover {
}



/* =CONTENT */

.content {
	padding-top: 3px;
	padding-bottom: 180px;
	padding-left: 36px;
	font-size: 1.1em;
	line-height: 1.6em;    
}

.single {
	width: 500px;    
}
.advert {
    width: 100px;
    border: solid 1px red;
}

.content p {
	margin-bottom: 14px;
}

.content ol {
	margin: 0;
	margin-bottom: 14px;
	padding-left: 20px;
}

.content h2 {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 20px;
}

.content h3 {
	font-weight: bold;
	margin-bottom: 20px;
}

.content h4 {
	font-weight: bold;
	margin-bottom: 4px;
}

.content .title {
	margin-bottom: 20px;
}

.content .title h3 {
	margin-bottom: 0px;
}

.back_boxed .content {
	padding-top: 3px;
}

.back_boxed .top_space {
	padding-top: 16px;
}

.back_white .content {
	padding-top: 50px;
	padding-left: 60px;
	padding-right: 60px;
	/* padding-right: 480px; */
}

.back_white_big .content {
	padding-top: 30px;
}

.content .cover {
	margin-bottom: 12px;
}

.content .cover_img {
	float: left;
	margin-right: 12px;
}


.content .columns {
	background-image: url(../images/dots.png);
	background-repeat: repeat-y;
	background-position: 370px 5px;
	height: 570px;
}

.content .left_column, .content .right_column {
	padding-right: 26px;
	padding-top: 14px;
	float: left;
	width: 400px;
}

.content .right_column {
	margin-left: 20px;
}

.content .links {
	margin-bottom: 5px;    
}

.content .links a {
	font-weight: bold;
}

.content .left_link {
	float: left;
}

.content .right_link {
	float: right;
}

/* =RECOMMEND */

.recommend img {
        vertical-align: middle;
	margin-right: 5px;
	padding: 2px;
}

/* =DISTRIBUTION */

.distribution ul {
	list-style-position: inside;
}

/* =SHOP */

.back_white .shop {
	padding-top: 16px;
	padding-left: 36px;
	padding-right: 36px;
}

/* =SHOP LIST */

.shop_list {
	margin-bottom: 20px;
}

.shop_list td, .shop_list th {
	padding-left: 6px;
	padding-right: 6px;
	border-top: 2px solid #F2F4DF;
	border-left: 2px solid #F2F4DF;
	height: 28px;
	vertical-align: middle;
}

.shop_list th {
	height: 24px;
	font-weight: bold;
}

.shop_list .summary td {
	border-bottom: 2px solid #F2F4DF;
}

.shop_list td.empty {
	border-left: none;
	border-bottom: none;
}

.shop_list td.empty_sec {
	border-top: none;
}

.shop_list td.last, .shop_list th.last {
	border-right: 2px solid #F2F4DF;
}

.shop_list td.total {
	font-weight: bold;
	text-align: right;
}

.shop_list td.label {
	text-align: right;
}

.shop_list th.title {
	width: 240px;
}

.shop_list th.count {
	width: 40px;
}

.shop_list th.price {
	width: 40px;
}

.shop_list th.value {
	width: 40px;
}

.shop_list td.value {
	text-align: right;
}

.shop_list input {
	width: 30px;
	text-align: right;
	border: 1px solid;
	background-color: #F2F4DF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

/* =SHOP FORM */

.validation {
	color: #FF0000;
	text-align: right;
	margin-bottom: 8px;
	font-weight: bold;
}

.shop_form table {
	margin-bottom: 0px;
}

.shop_form table td {
	vertical-align: middle;
	height: 32px;
}

.shop_form .label {
	text-align: right;
	width: 230px;
	padding-right: 8px;
}

.shop_form input.radio {
	width: auto;
	height: auto;
	vertical-align: bottom;
}

.shop_form input, .shop_form select {
	width: 240px;
	height: 16px;
	border: 1px solid #000000;
	background-color: #F2F4DF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.shop_form select {
	height: 24px;
}

.shop_form input.code {
	width: 50px;
}

.shop_form input.city {
	width: 165px;
	float: right;
}

.shop_form select.invoice {
	width: 61px;
}

.shop_form input.nip {
	width: 168px;
	float: right;
}

.shop_form .info {
	font-style: italic;
	text-align: right;
	margin-bottom: 12px;
}

.shop_form input.req {
	border-color: #FF0000;
}

.shop_form span.req {
	/* color: #FF0000; */
}

.shop_form button {
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #F2F4DF;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	width: 100px;
	float: right;
}




#TYT_NEWSA {
    display: block;
    color: #000000;
    padding-top: 5px;  	
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    margin-right: 5px;
}
#PTYT_NEWSA {
    color: #494949;
    font-size: 12px;
    font-family: Arial;
    padding-top: 0px;
    display: block;
    margin-right: 5px;
}
#ZAJAWKA {
    color: #494949;
    font-weight: none;
    font-size: 12px;
    font-family: Arial;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid;
    border-color:  #298784;
    border-width: 1px;
    margin-right: 5px;
}


#CZYTAJ_CALOSC a {
    text-align: right;
    color: #298784;
    padding-top: 5px;
    padding-bottom: 0px;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

#NEWS_CONTENT {
    margin-right: 5px;
}

#IMGS {
    text-align: center;
    padding: 0px;
}

#TRESC_NEWSA  {
    padding-top: 10px;
}

#NAWIGACJA {
    text-align: right;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #656565;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    clear: both;
}
#NAWIGACJA img {
    border: none;
    vertical-align: middle;

}


