@charset "utf-8";

@import "reset.css";


html {
	background: #433e3f url(../images/gfx/bg.png) repeat-x;
}
body {
	background: url(../images/gfx/shadow.png) repeat-y center center;
	font: 14px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor:default;
	color: #000000;
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}
a {
	font-weight: bold;
	color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #000;
}

table {
	width: 90%;
	margin: 0 auto 20px;
}
	th, td {
		background: #FFF;
		border: 1px solid #b2b2b2;
		padding: 1px 4px;
	}
	table a {color:#F00 !important; text-decoration:none}
	table a:hover {color:#000 !important; text-decoration:underline}
	
	table tr.tt td {
		background: #F7F7F7;
	}
	table.items {
		width: 100%;
		margin: 10px 0;
	}
	table.items tr td {
		cursor: pointer;
	}
	table.items tr:hover td {
		background: #F0F0F0;
	}
	table .center {
		text-align: center;
	}
	table .left {
		text-align: left;
	}
	table .right {
		text-align: right;
	}

table.none th,
table.none td {
	background: none;
	border: none;
}
	
.box p,
.box ul {
	margin: 0 0 20px;
}


#wrapper {
	background: #fffff4
}

#top {
	background: #e1ddc7;
	height: 110px;
}
	#logo {
		float: left;
		width: 240px;
		height: 110px;
	}
	#logo h1 {
		text-align: center;
	}
	#flags {
		padding-top: 10px;
		height: 30px;
		font-size: 11px;
		color: #b4ae9a;
		text-align: center;
	}
		#flags img {
			margin: 0 1px;
		}

	#user {
		float: left;
		width: 720px;
		height: 56px;
		padding-top: 20px;
		font-size: 12px;
		color: #8e8872;
	}
		#user a {
			color: #ae2a36;
			text-decoration: none;
		}
		#user a:hover {color:#DB3544}
		#user img {
			float: left;
			margin: 3px 5px 0 0;
		}
		#user div {
			clear: both;
			text-align: right;
			padding: 2px 10px 0 0;
		}
			#user .koszyk {
				font-size: 11px;
				width: 103px;
				margin-right: -10px;
			}
		#koszyk {
			width: 200px;
			padding-left: 10px;
			padding-right: 10px;
			float: left;
			background: url(../images/gfx/user-line.png) no-repeat left top;
		}
			#koszyk img {
				margin-top:5px;
			}
			#koszyk .koszyk {
				float: left;
				clear: none;
				text-align: left;
				padding-right: 0;
				line-height: 14px;
				height: 20px;
			}
			#koszyk .koszyk > b {
				display: block;
				font-weight: normal;
			}
			#koszyk .input-button {
				float: right;
			}
		#login {
			width: 275px;
			padding-left: 15px;
			float: left;
			background: url(../images/gfx/user-line.png) no-repeat left top;
		}
		#search {
			width: 195px;
			padding-left: 15px;
			float: left;
			background: url(../images/gfx/user-line.png) no-repeat left top;
		}
			#search label {
				padding-left: 10px;
			}
	#nav {
		float: left;
		width: 720px;
		height: 34px;
		background:url(../images/gfx/nav.png) no-repeat left bottom;
	}
		#nav li {
			float: left;
			background:url(../images/gfx/nav-dot.png) no-repeat left center;
			padding-left: 8px;
		}
		#nav li:first-child {background:none}
		#nav li a {
			display: block;
			height: 34px;
			line-height: 34px;
			color: #fff;
			text-decoration: none;
			font-size: 14px;
			font-weight: bold;
			text-shadow: 0 0 2px #aba38d;
			padding: 0 25px;
		}
		#nav li a:hover {
			text-shadow: 0 0 3px #FFF;
			color: #776E54;
		}
		
#left {
	width: 210px;
	float: left;
	padding: 20px 0 20px 20px;
}
#content {
	width: 690px;
	float: left;
	padding: 20px;
}
	#content ul {
		padding-left: 10px;
	}
	#content ul li {
		list-style: square;
	}
	#content img.right {
		float: right;
		margin: 10px;
	}
	#content a img {border: 2px solid #AE2A36}
	#content a:hover img {border: 2px solid #DFAAA8}


#footer {
	clear: both;
	height: 70px;
	line-height: 70px;
	background: #d4d1c2;
	color: #b4ae9a;
	padding: 0 45px;
	font-size: 13px;
}
	#footer a {
	 color: #b4ae9a;
	}
#footer .rh {
	float: right;
}



#cat {
	/*background: url(../images/gfx/cat-bg.png) top left;*/
	
}
#cat li {
	display:block;
}
#cat li a {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 10px;
	line-height: 16px;
	text-decoration: none;
}
#cat li a:hover {
	background-color: rgba(255, 255, 255, 0.2);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
}
	#cat li.cc {
		background: #9E9682;
	}
	#cat li.aa {
		background: #948C7A;
	}
	#cat li ul {
		display: none;
		margin-bottom: 0;
		overflow: auto;
		max-height: 400px;
		border-left: 2px solid #AD2A36;
		border-bottom: 2px solid #AD2A36;
	}
	#cat li ul li a {
		padding: 1px 5px 1px 10px;
		font-weight: normal;
		font-size: 11px;
	}
	
	#cat li.active {
		background: #898371;
	}
		#cat li.active > a {
			background: #AD2A36;
			text-shadow: 1px 1px 2px #000;
		}



#baner {padding: 0}
#baner img {display: block}


#welcome {
	height: 250px;
	width:  210px;
	margin: 20px 20px 0 0;
	float: left;
}

#important {
	height: 250px;
	width:  380px;
	margin: 20px 0 0;
	float: left;
}

#news {
	clear: both;
	margin: 20px 0 20px;
}
	#news .news div:first-child {
		border-top: none;
	}
	#news .news > div {
		border-top: 1px solid #978f79;
		padding-top: 10px;
		margin-bottom: 10px;
	}
	#news .news div h5 {
		font-size: 13px;
		padding-bottom: 3px;
	}
	#news .news div h5 span {
		font-size: 10px;
		float: right;
		line-height: 10px;
	}
	#news .news div p {
		padding-bottom: 0;
		margin-bottom: 0;
		display: inline;
	}

#quality {
	clear: both;
	margin: 0 20px 20px 0;
	float: left;
	width:  240px;
}

#wyroby {
	float: left;
	margin: 0 0 20px;
	width:  350px;
}

#bottom {
	margin: 20px 0 0;
}

#towar {
	margin: 20px 0 0 0;
}
	#towar h2 {
		color: #7f7f7f;
		font-size: 14px;
		padding: 15px 0 14px;
		margin: 0 0 10px;
		border-bottom: 1px solid #b2b2b2;
	}
	#towar h5 {
		font-size: 14px;
		font-weight: normal;
		text-decoration: underline;
		padding-bottom: 10px;
	}
	
	#buy {
		float: right;
		height: 28px;
		padding: 15px 0 0;
	}
	#buy * {
		vertical-align: middle
	}
	#buy input[type=text] {
		width: 20px;
		text-align: center;
		border: 1px solid #b2b2b2;
		background: none;
		font-weight: bold;
		margin-right: 10px;
		color: #7f7f7f;
	}
	#towar input[type=radio] {
		vertical-align: middle;
	}
	
	#towar .left {
		float: left;
		width: 230px;
		padding-bottom: 20px;
	}
		.left dd {
			overflow: hidden;
			font-weight: bold;
		}
		.left i{
			font-weight: normal;
			font-style: normal;
			float: left;
			padding: 0 5px 0 0;
			padding-bottom: 1px;
		}
		.left i.oem {
			padding-bottom: 100px;
		}
	#towar .right {
		float: left;
		width: 420px;
		padding-bottom: 20px;
	}
	#towar .right .img {
		display: block;
		margin: 0 auto;
		clear: both;
	}
		#towar .right .wersja {
			float: left;
			width: 210px;
			padding-bottom: 20px;
		}
			.wersja label {
				display: block;
				margin-right: 20px;
				border-bottom: 2px dotted #7f7f7f;
				padding-bottom: 2px;
				margin-bottom: 2px;
			}
			.wersja label i {
				float: right;
				color: #F00;
				font-weight: bold;
			}
		#towar .right .kolor {
			float: left;
			width: 210px;
		}
			.kolor img {
				float:right;
			}
			.kolor label {
				display: block;
				width: 130px;
				padding: 1px 0;
			}
			.kolor label i {
				float: right;
				width: 10px;
				height: 10px;
				margin-top: 4px;
				border: 1px solid #CCC;
			}
				.kolor label.niestandardowe {
					width: 210px;
				}
				.kolor label.niestandardowe span {
					color: #F00;
				}
/* Podstrony
*************/
#news_details h4 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #978f79;
}
#news_details h4 span {
	font-size: 11px;
	line-height: 21px;
	float: right;
}

/* Paleta
*************/
/*
.paleta {
	font-weight: bold;
	border: 1px solid #b2b2b2;
	color: #7f7f7f;
	text-decoration: none;
	padding: 2px 5px;
	margin: 10px 15px;
	display: block;
	text-align: center;
	width: 110px;
	clear: both;
}*/

#paleta {
	border: 1px solid #888;
	height: auto;
	overflow: auto;
	display: none;
	padding: 5px;
	margin: 5px 0 20px;
}
.kolor {
	display: none;
}
	#paleta span {
		float: left;
		width: 40px;
		height: 40px;
		border: 1px solid #FFF;
		margin: 2px;
	}
	#paleta span.active {
		border: 2px solid #000;
		margin: 1px;
		background-image: url(../images/gfx/v.png);
		background-repeat: no-repeat;
		background-position: center center;
	}



/* BOX
*********/

.box {
	background: #dcdcd8;
	border-top: 10px solid #b2b2b2;
	padding: 0 20px 20px 20px;
	font-size: 12px;
	color: #7f7f7f;
}
	.box h4 {
		color: #7f7f7f;
		font-size: 14px;
		padding: 15px 0 14px;
		margin: 0;
	}
	.box a {
		color: #7f7f7f;
	}
	.box h4 span,
	.box h2 span {
		font-size: 12px;
	}
	.box.top20 {
		margin-top: 20px;
	}
	
.box.style1 {border-color: #676255;background-color:#aba38d}
	.box.style1 h4,
	.box.style1 a,
	.box.style1 {color: #676255}
	
.box.style2 {border-color: #ae2a36;background-color:#dfaaa8}
	.box.style2 h4,
	.box.style2 a,
	.box.style2 {color: #ae2a36}
	
.box.style3 {border-color: #978f79;background-color:#d5d2c2}
	.box.style3 h4,
	.box.style3 a,
	.box.style3 {color: #978f79}
	
.box a:hover {
	color: #000;
}

/* Inputs
**************/

.input-text {
	display: inline-block;
	height: 23px;
	padding-right: 12px;
	background:url(../images/gfx/text-right.png) no-repeat right top;
}
	.input-text > span {
		background:url(../images/gfx/text-left.png) no-repeat left top;
		padding-left: 12px;
		display:block;
		height: 100%;
	}
	.input-text input {
		background: none;
		border: none;
		display: block;
		height: 18px;
		padding: 2px 0 0;
		color: #b4ae9a;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
		width: 60px;
	}
	

.input-button {
	display: inline-block;
	height: 23px;
	padding-right: 12px;
	background:url(../images/gfx/button-right.png) no-repeat right top;
}
	.input-button > span {
		background:url(../images/gfx/button-left.png) no-repeat left top;
		padding-left: 12px;
		display:block;
		height: 100%;
	}
	.input-button input {
		background: none;
		border: none;
		display: block;
		height: 20px;
		padding: 2px 0 0;
		color: #FFF;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		/*min-width: 50px;*/
		cursor: pointer;
	}

.size1 {
	width: 20px !important;
}
.size2 {
	width: 50px !important;
}
.size3 {
	width: 100px !important;
}
.size4 {
	width: 200px !important;
}

	.center {
		text-align: center;
	}
	
	textarea {
		border: 1px solid #C5C1AF;
		background: #FFF;
		padding: 5px;
		-moz-border-radius: 15px;
	 -webkit-border-radius: 15px;
	         border-radius: 15px;
		font-size: 12px;
	}
.info {
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
}

.frr {
	padding: 5px 0 0;
}


#alert {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}

/*Firefox fox hack */
\
.input-text input {
	padding-top: 4px;
}
