@charset "utf-8";

a {
	text-decoration:none;
	color:#2969C3;
}

p {
	margin: 2px;
	padding: 1px;
}

a:hover {
	color:#2969C3;
}

a img {
	border:none;
}

body {
	margin:0;
	font:normal 12px Tahoma, Verdana;
	color:#7d7d7d;
	background:url(../images/new/top.jpg) top repeat-x;
}
#kattg {
  background:url(../images/new/katt.jpg) top repeat-x;
 	width: 187px;
 	height: 41px;
 	color: #ffffff;
 	font-size: 14px;
 	font-family: Tahoma, Verdana;
	text-align:right;
	padding-right: 20px;
	vertical-align: middle;
	line-height: 42px;
	font-weight:bold;
}

form {
	margin:0;
}


h2 {
	font-size:140%;
	border-bottom:1px solid #dddddd;	display: inline-block;	
}

h3 {
	font-size:130%;
	border-bottom:2px solid #DEDEDE;
}

h3.powiazania {
	font-size: 120%;
	color: #21AF20;
}

h4 {
	font-size:110%;
	border-bottom:1px solid #DEDEDE;
}

h5 {
	font-size:110%;
	margin:0.5em 0 0 0;
}

input {
	border:1px solid #7b7b7b;
}

input.productInListCount {
	position:relative;
	bottom:4px;
	width:20px;
}

input.productCount {
	position:relative;
	top:-5px;
	width:20px;
	margin-right:-20px;
}

#adminMenu h3 {
	margin:0;
	padding:0.2em 0.5em;
	border:none;
	background:#235BAA;
	color:white;
}

#adminMenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#adminMenu ul li {
	margin:0;
	padding:0;
}

#adminMenu ul a {
	display:block;
	margin:0.1em 0 0.1em 0;
	padding:0.2em;
	background:#90bfee;
	color:white;
	font-weight:bold;
}

.bigLink {
	font-size:120%;
}

#cart {
	width:208px;	
	margin:10px 0 0 795px;	position: relative;	left: -1px;	top: -12px;
}

#cart .empty, #cart .totalPrice {
	padding: 20px 0px;	border-left: 1px solid #dddddd;
	color:#dd1000;
	font-weight:bold;	font-size: 11px;
	text-align:center;
}

#cart .product {
	border-bottom:1px solid #dcdcdc;
	position:relative;
	margin-bottom:0.7em;
	padding-bottom:0.7em;
}

#cart .product .removeFromCart {
	position:absolute;
	left: 80px;
	text-align:center;
	
}

#cart .product .countAndPrice {
	font-size:90%;
	padding-left:1em;
}

#cart .product .name {
	color:#2969c3;
	font-weight:bold;
	font-size:90%;
}

#cart .product .priceValue {
	color:#dd1000;
}

#cart #makeOrder {
	display:block;
	height:35px;
	margin-bottom:15px;
	line-height:35px;
	text-align:center;
	color:#525252;
	background:#dcdcdc;
}

.categoryName {
	width:200px;
}

.connection {
	position:relative;
	float:left;
	width:120px;
	_height:260px;
	min-height:260px;
	margin:0 16px;
	display:inline;
	padding:10px;
	overflow:hidden;
	border:2px solid #DDDDDD;
	text-align:center;
}

.connection .name {
	margin-bottom:5px;
	color:#2a6ac5;
	font-weight:bold;
	font-size:110%;
	border:none;
	height: 64px;
}

.connection .price {
	margin:1em 0;
	margin-bottom: 0px;
}

.prod_cont {
	position:absolute;
	bottom: 14px;
	width: 150px;
	text-align:center;
	left: 0px;
}

#content {
	/*position:relative;*/
	float:left;
	width:588px;
	/*margin-bottom:37px;*/
	color:#7d7d7d;
}

#content .productInList {
	position:relative;
	float:left;
	width:262px;
	height:230px;
	overflow:hidden;
	padding:10px 20px 10px 10px;
	border:1px solid #dcdcdc;
	border-bottom:none;
}

#content .productOnMainPage {
	height:210px !important;
	overflow:visible !important;
}

#content .productInList.left {
	/*border-left:none;*/
}

#content .productInList.right {
	width:263px;
	border-left:none;
}

#content .productInList.lastProduct {
	border-bottom:1px solid #dcdcdc;
}

#content .productInList .category {
	margin-top:0.5em;
	font-size: 9px;
}

#content .productInList .category a {
	color:#fd3508;
}

#content .productInList .leftContainer
{
	float:left;
	width:115px;
	text-align:center;
	overflow:hidden;
	display:inline;

}

#content .productInList .rightContainer
{	
	top: -5px;
	position:absolute;
	left: 135px;
	width: 135px;
	
	
	

}

#content .productInList img {
	
	
}

#content .productInList .addToCart {
	
	/*padding:0.2em 0.9em;
	background:#2968c3;
	border-top:1px solid #a9c3e7;
	color:white;*/
}

#content .productInList .description {
	font-size:90%;
}

#content .productInList .name {
	margin:1em 0;
	color:#2a6ac5;
	font-weight:bold;
	font-size:110%;
	border:none;
}

#content .productInList .price {
	font-size:90%;
	margin-top:0.5em;
}

#content #betweenProductsTop {
	/*position:absolute;
	top:0;
	left:288px;
	z-index:100;*/
	float:left;
	margin-left:288px;
}

#content #betweenProductsBottom {
	/*position:absolute;
	bottom:0;
	left:288px;
	z-index:100;*/
	float:left;
	margin-left:288px;
}

.rabaty {
	position:relative;
	float:left;
	margin:0 20px 10px 20px;
	width: 550px;
	color: #28AF20;
}

/* CONTENT OF PRODUCT */
#contentWithMargin {
	position:relative;
	float:left;
	width:548px;
	/*margin-bottom:37px;*/
	color:#7d7d7d;
	margin:0 20px;
}

#contentWithMargin .addToCart {
	float:right;
}

#contentWithMargin .storeNumber {
	float:right;
	margin-top:5px;
	font-size:70%;
}

#contentWithMargin .storeNumberText {
	font-weight:normal;
}

#contentWithMargin #mainPicture {
	float:left;
	margin-right:20px;
}

#contentWithMargin #basicInfo {
	float:left;
	margin-top:20px;
}

#contentWithMargin #basicInfo tr {
	height:30px;
}

#contentWithMargin .price {
	color:#dd1000;
	font-weight:bold;
}

#contentWithMargin .discount {
	/*font-style:italic;*/
	/*font-weight:normal;*/
}

#contentWithMargin .weight {
	font-weight:bold;
}

#contentWithMargin .addToCartImage {
	margin:10px 0 0 20px;
}

#contentWithMargin .description {
	clear:both;
	line-height: 18px;
	font-size: 13px;
}

#contentWithMargin .thumbnails {
	margin-top:10px;
	clear:both;
}

#contentWithMargin .thumbnails a {
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px dashed gray;
}

#contentWithMargin .thumbnails a:hover {
	border:1px solid gray;
}

.currentPage {
	font-weight:bold;
}

.error {
	color:red;
}

#footerContainer {
	clear:left;	height: 87px;	background-image: url('../images/new/footer_bg.jpg');	background-repeat: repeat-x;
}

#footer {
	height:42px;
	line-height:42px;
	background-image: url('../images/new/footer2_bg.jpg');	background-repeat: repeat-x;
	border-bottom:#6f8cb4;
	padding-left: 30px;
	color:#606060;	width: 1020px;	margin: auto;	position: relative;	top: 19px;
	font-size:11px
}.bottom_menu {	position: relative;	left: 300px;}

#footer a {
	color:#606060;
}#footer a:hover {		color:#303030;}

.important {
	/*color:#BB0000;*/
	color:#333333;
	padding:0.2em;
	background:#F3F3F3;
}

.information {
	padding:20px;
	
	font-weight:bold;
	border:1px solid #dcdcdc;
}

#leftMenu {
	background:white /*url(../images/leftMenuBg.png) top no-repeat*/;	background: url("../images/new/left_bg.jpg") repeat-y scroll right;
}

#leftMenu .leftMenuTitle {
	padding:20px 0 0 20px;
	color:#7b6405;
	font-weight:bold;
	font-size:120%;
}

#leftMenu ul  {
	list-style-type:none;
	margin:0;
	padding:0;
	font-weight:bold;
	/*background:url(../images/leftMenuVerticalLine.png) left repeat-y;*/
}

#leftMenu ul.mainCategories {
	margin:0 0 0 10px;
	padding:20px 0 10px 13px;
	font-size:110%;
}

#leftMenu ul.closed {
	display:none;
}

#leftMenu ul.opened {
	display:block;
}

#leftMenu ul a {
	color:#474747;
}

#leftMenu ul li {
	/*height:20px;*/
	line-height:20px;
	margin:0 0 0 10px;
	padding:0;
	/*font-size:90%;*/
	/*font-size:100%;*/
	font-size:11px;
}

#leftMenu ul li.mainCategory {
	font-size:11px;
}

#leftMenu ul li#lastLeftLink {
	border:none;
}

#leftMenu ul li .categoryLinkContainer {
   display:block;
	/*background:url(../images/leftMenuArrow.png) left no-repeat;
	border-bottom:1px solid #dfb405;*/
}

#leftMenu ul li .categoryLinkContainer img {
   display:block;
   float:left;
	margin-top:6px;
	margin-left:-10px;
	padding-right: 4px;
	display:inline;
	
}

#leftMainContainer {
	float:left;
	width:207px;
}

#location {
	width:550px;
	height:27px;
	margin-top:9px;
	padding-top:6px;
	padding-left:226px;
	font-size:90%;
	
	font-weight:bold;
}

#location a {
	color:#868585;
}

#location .normalText {
	font-weight:normal;
}

#main {
	margin:0 auto;
	width:1010px;
}

.mainCategoriesInAdmin {
	font-size:120%;
}
#user_cart {	position: relative;	width:200px;	float: left;	left: 46px;	top: 15px;}
#mainMenu {
	position:relative;
	display:block;
	width:740px;
	height: 20px;	
	margin:14px 0 0 0;
	padding:0 0 0 0px;	float: left;
	/*background:#0d3d89;*/
	
}

#mainMenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#mainMenu span {
	/*display:block;*/
	float:left;
	height:20px;	
	text-align:center;
}

#mainMenu span a.mainLink {	font-size: 12px;	background: url('../images/new/menu_arrow.jpg') no-repeat scroll 9px 6px transparent;	padding-left: 22px;	padding-right: 6px;
	height:20px;
	color:white;
	text-decoration:none;
	line-height:20px;
	color: #000000;
}

#mainMenu span a.mainLink:hover {	font-size: 12px;
	color: #990000;
}

#mainMenu span a.lastMainLink {
	/*color: #770000;*/
}

#mainMenu li#searchPackage {
	position:relative;
	bottom:2px;
	right:3px;
}

#mainMenu li#searchPackage a {
	
}

#mainMenu #cartImage {
	position:absolute;
	right:1px;
	top:39px;
}

.orderTotalPrice {
	color:#dd1000;
	font-weight:bold;
	font-size:120%;
}

#pagination td {
	
}

.priceText {
	font-weight:bold;
	color: #606060;
}

#products {
	position:relative;
}

#promotions {
	margin:0 0 0 794px;	background: url('../images/new/right_bg.jpg') repeat-y;
	border-bottom:5px solid #dedede;
	border-left:1px solid #dedede;
}

.promotionsText {
	width:193px;
	height:41px;
	line-height:41px;
	padding-left:15px;
	font-weight:bold;
		color: white;
	background:url(../images/new/promotions.jpg) center right no-repeat;
}

.promo{
	position:relative;
	width: 60px;
	z-index: 101;
	color: white;
}

#promotions .name {
	padding:15px 15px 5px 15px;
	color:#7d7d7d;
	font-weight:bold;
}

#promotions .promotionImageContainer {
	text-align:center;
}

#promotions .check {
	text-align:right;
	
}

#promotions .check a {
	color:#d60f0d;
}

#searcher {
	/*height:72px;*/
	padding:20px;
	background:#194685 url(../images/searcherBg.png) top repeat-x;
	color:#d0e3ff;
}

#searcher a {
	color:white;
}

#searcher form {
	margin-top:15px;
}

#searcher h3 {
	margin:0 0 0.1em 0;
	font-size:120%;
	font-weight:bold;
	border:none;
}

#searcher #name {
	float:left;
	width:110px;
}

#searcher #searchButton {
	float:left;
	margin-left:8px;
}

#searcher .searcherFont1 {
	
	font-size:90%;
}

#searcher .searcherFont2 {
	font-size:80%;
}

#searcherBottom {
	width:207px;
	height:6px;
	background:url(../images/searcherBottom.png) bottom no-repeat; 
	
}

.smallContainer {
	margin:0 auto;
}

.standardForm table {
	width:100%;
}

.standardForm table.additionalAddress {
	width:400px;
}

.standardForm .left {
	text-align:right;
	font-weight:bold;
	font-size:90%;
}

.standardForm .center {
	text-align:center;
}

.standardForm .right {
	text-align:left;
}

.standardForm .right input, .standardForm .right select {
	width:180px;
}

.standardForm .checkbox {
	width:15px !important;
	height:15px;
}

.standardForm input.radio {
	border:none;
}

.standardTable {
	
	border-collapse:collapse;
	border: 1px solid #b5b5b5;
}

.standardTable tr {
	background:#F6F6F6;
}

.standardTable th {
	background:#235BAA;
	color: white;
	border-left:1px dashed white;
}

.standardTable td, .standardTable th {
  	text-align: center;
  	border-bottom: 1px solid #b5b5b5;
  	padding:2px;
}

.standardTable th a {
	color:white;
}

.standardMainTable td {
	cursor:pointer;
}

.standardMainTable tr:hover {
	background:#ffe130;
}

#top {
	position:relative;
	width:963px;
	height:207px;
	margin:0 auto;	background-image: url("../images/new/logo.jpg");
	top: 8px;
}

#top #contact {
	position:absolute;
	top:60px;
	right:10px;
	float:right;
	color:white;
}

#top #contact a {
	color:white;
}

#top #flash {
	margin-left: 252px;
	width:430px;
}

#login {	background-image: url("../images/new/panel_logowania.jpg");
	width:187px;	height: 98px;	padding: 45px 0 0 20px;
}.regis {	color: #B0B0B0;}.regis:hover {	color: #c8c8c8;}#loginInput {	width: 158px;	background-color: #A5A5A5;	border: 1px solid #888888;	margin-bottom: 4px;	font-size: 11px;	color: #333333;	padding: 2px 5px;}#loginInput:focus {	background-color: #c5c5c5;	border: 1px solid #888888;	margin-bottom: 4px;}#passwordInput {	width: 158px;	background-color: #A5A5A5;	border: 1px solid #888888;	font-size: 11px;	color: #333333;	padding: 2px 5px;	}#passwordInput:focus {	background-color: #c5c5c5;}#wyszukiwarka {	position: relative;	left: 300px;	margin:0px;	padding: 0px;	float: left;	width: 240px;}
#searchButton {	border: none;	position: relative;	top: 5px;}.search_input {	background-color: #FCFCFC;	border: 1px solid #D1D1D1;	color: #211F20;	height: 18px;	width: 200px;	font-size: 11px;	float: left;	position: relative;	top: 6px;}.advanced {	float: left;	position: relative;	left: 297px;	top: 4px;}
#top #login .loginButton {
	position:relative;
	top:5px;
	width:42px;
	height:20px;
}

#top #login .loginText {
	color:#ffff00;
	font-weight:bold;
}

#login .loginUserText {
	color:#FFB900;
	font-weight:bold;
}
.logouot {	background-image: url('../images/new/logout.jpg');	width: 44px;	height: 22px;	display:block;	position: relative;	top: 45px;	right: 20px;}
#top #login .loginText a {
	color:white;
}

#top #login .register {
	margin-top:0.2em;
}

#top #login input {
	width:110px;
}

.warning {
	color:#CC3300;
}

.editFromProd {
	position:relative; 
	left: 30px; 
	top: 10px
}

.delFromCart {

}

.twojKoszyk {
	position:relative;
	clear:left;
	float:left;
	left: 860px;
	top: 13px;
	width: 150px;
	color: #ffffff;
}

.on-line {
   color: #777777;
   margin: 20px 0px 0px 30px;

}

.on-line span {
   font-weight: bold;
   color: #666666;
}




/* GENERATOR PDF  */
.pdf_left {
	height: 22px;
	width: 20px;
	float: left;

}

.pdf_left input {
	border: none;
}

.pdf_right {
	height: 18px;
	padding-top: 1px;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #3C4044;	
}

.get_pdf {
	background-image: url('../img/iwindow/buttons/button_get_pdf.gif');
	width:75px;
	height: 22px;
	border: none;
	float: left;
	cursor: pointer;
}

.get_pdf:hover {
	background-image: url('../img/iwindow/buttons/button_get_pdf.gif');
	width:75px;
	height: 22px;
	border: none;
		float: left;	
	background-position: 0px 22px;
	cursor: pointer;
}

.get_pdf_clicked {
	background-image: url('../img/iwindow/buttons/button_get_pdf.gif');
	background-position: 0px 44px;
	width:75px;
	float: left;	
	height: 22px;
	border: none;	
	cursor: pointer;
}

.cancel_btn {
	background-image: url('../img/iwindow/buttons/button_anuluj.gif');
	width:75px;
	height: 22px;float: left;
	border: none;
	cursor: pointer;
}

.cancel_btn:hover {
	background-image: url('../img/iwindow/buttons/button_anuluj.gif');
	width:75px;
	float: left;	
	height: 22px;
	border: none;	
	background-position: 0px 22px;
	cursor: pointer;
}

.cancel_btn_clicked {
	background-image: url('../img/iwindow/buttons/button_anuluj.gif');
	background-position: 0px 44px;
	width:75px;
	height: 22px;
	float: left;	
	border: none;	
	cursor: pointer;
}
