body {
	font-family: "Trebuchet Ms", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #16487b;
	background-image: url(../gfx/shop_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0px;
}

.menu {
	width: 860px;
	height: 70px;
	position: absolute;
	top: 113px;
	padding-left: 90px;
	background: url('../gfx/menuShopBg.gif') repeat-x;
	z-index: 1209000;
}

.menu .inner {
	width: 870px;
	margin: auto;
}

.menu .selected {
	width: auto !important;
	*width: auto;
	white-space: nowrap;
	height: 61px;
	float: left;
	background: url('../gfx/menuButtonShop_Bg.gif') repeat-x;
}

.selected .left {
	min-width: 80px;
	width: auto !important;
	*width: 80px;
	height: 61px;
	background: url('../gfx/menuButtonShop_L.gif') no-repeat;
	text-align: center;
}

.selected a {
	display: block;
	min-width: 60px;
	padding: 15px 10px 0 10px;
	height: 46px;
	background: url('../gfx/menuButtonShop_R.gif') no-repeat right top;
	text-decoration: none;
	font-weight: bold;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}

.menu .unselected {
	width: auto !important;
	*width: auto;
	white-space: nowrap;
	height: 50px;
	float: left;
	background: url('../gfx/menuButtonShopBg.gif') repeat-x;
}

.unselected .left {
	min-width: 80px;
	width: auto !important;
	*width: 80px;
	height: 50px;
	background: url('../gfx/menuButtonShopL.gif') no-repeat;
	text-align: center;
}

.unselected a {
	display: block;
	min-width: 60px;
	padding: 15px 10px 0 10px;
	height: 36px;
	background: url('../gfx/menuButtonShopR.gif') no-repeat right top;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	color: #47517f;
}

div.page {
	width: 950px;
	margin: auto;
	position: relative;
}

div.flashArea {
	width: 950px;
	height: 180px;
	position: relative;
	top: 1px;
}

div.contentAreaBg {
	width: 880px;
	margin: auto;
	background: url(../gfx/pageBg.gif) repeat-y;
}

div.contentArea {
	width: 880px;
	min-height: 300px !important;
	*min-height: 0;
	height: auto !important;
	*height: 300px;
	background: url(../gfx/pageShopBg.jpg) no-repeat;
	background-position: top;
}

div.contentArea div.inner {
	padding: 4px 20px;
}

div.contentArea div.inner div.catListArea {
	width: 240px;
	float: left;
}

div.contentArea div.inner div.catListArea div.catList {
	width: 227px;
	background: url(../gfx/shopCatListBg.gif) repeat-y;
	font-size: 11px;
}

div.catListArea div.top {
	width: 227px;
	height: 12px;
	background: url(../gfx/shopCatListTop.gif) no-repeat;
	font-size: 0;
	overflow: hidden;
}

div.catListArea div.bottom {
	width: 227px;
	height: 12px;
	background: url(../gfx/shopCatListBottom.gif) no-repeat;
	font-size: 0;
	overflow: hidden;
}

div.catList div.header {
	width: 183px;
	height: 14px;
	margin: auto;
	padding: 2px 0 2px 30px;
	background: url(../gfx/shopCatListUnselected.gif) no-repeat;
	color: #002053;
}

div.catList div.header a {
	text-decoration: none;
	color: #002053;
}

div.catList div.header a:hover {
	text-decoration: underline;
	color: #002053;
}

div.catList div.header_highlighted {
	width: 183px;
	height: 14px;
	margin: auto;
	padding: 2px 0 2px 30px;
	background: url(../gfx/shopCatListSelected.gif) no-repeat;
	color: #fff;
}

div.catList div.header_highlighted a {
	text-decoration: none;
	color: #fff;
}

div.catList div.header_highlighted a:hover {
	text-decoration: underline;
	color: #fff;
}

div.catList div.showCat {
	width: 215px;
	margin: auto;
	padding: 5px 0;
	background: url(../gfx/shopCatListInnerBg.gif) repeat-y;
}

div.catList div.showCat strong {
	font-weight: bold;
}

div.showCat div.list {
	width: 165px;
	margin-left: 30px;
	padding-left: 20px;
	padding-bottom: 3px;
	background: url(../gfx/shopCatListLine.gif) no-repeat;
	color: #515151;
}

div.catList div.list a {
	font-size: 12px;
	text-decoration: none;
	color: #515151;
}

div.catList div.list a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #515151;
}

div.list strong a {
	font-size: 12px;
	text-decoration: none;
	color: #515151;
	font-weight: bold;
}

div.list strong a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #515151;
	font-weight: bold;
}

div.list ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 2px;
}

div.list li {
	margin: 2px 0 2px 10px;
	padding: 0;
	color: #002151;
}

div.list li a {
	text-decoration: none;
	font-weight: normal;
	color: #002151;
}

div.list li a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #002151;
}

div.list li strong {
	color: #b50000;
}

div.list li strong a {
	text-decoration: none;
	font-weight: bold;
	color: #b50000;
}

div.list li strong a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #b50000;
}

div.productArea {
	width: 600px;
	padding-top: 5px;
	float: left;
}

div.productArea div.polecane {
	width: 574px;
	height: 103px;
	margin-top: 10px;
	color: #000;
	text-align: center;
}

div.productArea div.polecane strong {
	font-size: 14px;
	font-weight: bold;
	color: #a21a04;
}

div.productArea div.polecane p {
	margin: 5px 10px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

div.polecane div.leftBorder {
	width: 39px;
	height: 103px;
	float: left;
}

div.polecane div.contentL {
	width: 247px;
	height: 98px;
	padding-top: 5px;
	background: url(../gfx/shopPolecamyBg.gif) repeat-x;
	float: left;
}

div.polecane div.contentR {
	width: 277px;
	height: 98px;
	padding-top: 5px;
	margin-left: 1px;
	background: url(../gfx/shopPolecamyBg.gif) repeat-x;
	float: left;
}

div.polecane div.rightBorder {
	width: 9px;
	height: 103px;
	background: url(../gfx/shopPolecamyR.gif) no-repeat;
	float: left;
}

div.productArea div.listing {
	width: 588px !important;
	*width: 598px;
	padding-top: 10px;
	*padding-top: 0;
}

div.listing div.side_1 {
	margin-top: 0;
	*margin-top: 10px;
	float: left;
}

div.listing div.side_2 {
	margin-top: 0;
	*margin-top: 10px;
	float: right;
}

div.productArea div.single {
	width: 588px !important;
	*width: 598px;
	padding-top: 10px;
}

div.productArea div.single div.content {
	width: 574px;
	background: url(../gfx/shopSingleTextBg.gif) repeat-y;
	font-size: 11px;
	color: #000;
}

div.single div.content div.inner {
	padding: 15px;
}

div.single div.content div.inner div.left {
	width: 150px;
	float: left;
	color: #000;
	
}

div.single div.content div.inner div.left p {
	margin: 7px 0 !important; 
}

div.single div.content div.inner div.left div.otherPattern {
	margin: 7px 0;
}

div.otherPattern img {
	border:1px solid #ccc;
	padding:5px;
	background:#f8f8f8;
	cursor: pointer;
}

div.single div.content div.inner div.left div div.inner {
	padding: 5px 0 0 0;
	float: left;
}

div.single div.content div.inner div.right {
	width: 380px;
	float: right;
}

div.right div.shoppingFrame {
	width: 386px;
	height: 46px;
	margin-top: 15px;
	background: url(../gfx/shopSingleTextShoppingFrame.jpg) no-repeat;
}

div.shoppingFrame div.select {
	width: 232px;
	padding: 12px 0 0 8px;;
	float: left;
}

div.shoppingFrame div.select select {
	width: 200px;
	font-size: 10px;
}

div.shoppingFrame div.basket {
	width: 62px;
	height: 46px;
	float: left;
}

div.shoppingFrame div.basket a {
	display: block;
	width: 62px;
	height: 46px;
	font-size: 0;
}

div.shoppingFrame div.price {
	width: 84px;
	padding-top: 12px;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #b50000;
}

div.productArea div.single div.top {
	width: 574px;
	height: 21px;
	padding-top: 3px;
	background: url(../gfx/shopSingleTextTop.gif) no-repeat;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

div.productArea div.single div.bottom {
	width: 574px;
	height: 10px;
	background: url(../gfx/shopSingleTextBottom.gif) no-repeat;
	font-size: 0;
	overflow: hidden;
}

div.contentArea div.produktList {
	 padding-left: 18px !important;
	 *padding-left: 21px;
}

div.contentAreaBottom {
	width: 880px;
	height: 26px;
	background: url(../gfx/pageBgBottom.gif) repeat-y;
	font-size: 0;
	overflow: hidden;
}

div.shopBars {
	width: 865px;
	height: 84px;
	margin: auto;
	position: relative;
	left: 1px;
	font-size: 11px;
	color: #fff;
}

div.shopBars div.top {
	width: 840px;
	height: 38px;
}

div.shopBars div.panel {
	width: 840px;
	height: 32px;
}

div.panel div.search {
	width: 260px;
	
	float: left;
}

div.panel div.searchBtn {
	width: 70px;
	padding: 11px 0 0 0;
	float: left;
}

div.panel div.orderBy {
	width: 308px;
	padding: 11px 0 0 10px;
	*padding: 9px 0 0 10px;
	float: right;
	text-align: center;
	color: #f0f0f0;
}

div.panel div.orderBy select {
	width: auto;
	border: 1px solid #d5e2eb;
	font-size: 10px;
}

div.panel div.listStyle {
	width: 100px;
	padding: 5px 0 0 0;
	margin-left: 20px;
	float: left;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

div.panel div.links {
	width: 28px;
	padding: 10px 0 0 2px;
	float: left
}

div.panel div.links a {
	display: block;
	width: 26px;
	height: 26px;
	font-size: 0;
}

div.panel div.search input {
	width: 120px;
	font-size: 11px;
	border: 1px solid #d5e2eb;
	border-top: none;
	border-bottom: none;
	position: relative;
	top: 13px;
	*top: 11px;
	left: 10px !important;
	*left: 0px;
}

div.shopBars div.top strong {
	font-size: 11px;
	font-weight: normal;
	color: #d0d0d0;
}

div.shopBars div.bottom {
	width: 865px;
	height: 46px;
	position: relative;
	left: -1px;
	*left: 0;
	background: url(../gfx/shopBarBg.gif) repeat-x;
}

div.shopBars div.bottom p {
	margin: 0 0 2px 0;
}

div.shopBars div.bottom strong {
	font-weight: bold;
}

div.button {
	width: auto !important;
	*width: 1px;
	height: 18px;
	padding-right: 10px;
	background: url(../gfx/shopButtonBgR.gif);
	background-position: right;
	color: #0b518c;
	white-space: nowrap;
}

div.button div {
	width: auto;
	height: 16px;
	padding-top: 2px;
	padding-left: 22px;
	background: url(../gfx/shopButtonBgL.gif);
	font-size: 11px;
}

div.button a {
	font-size: 8pt;
	color: #10538a;
	text-decoration: none;
}

div.button a:hover {
	font-size: 8pt;
	color: #000;
	text-decoration: none;
}

div.shopBars div.bottom div.no_padding {
	padding-left: 10px;
	float: left;
}

div.shopBars div.bottom div.padding {
	padding: 6px 15px 0 15px;
	float: left;
	text-align: center;
}

div.shopBars div.bottom div.padding_right {
	height: 32px;
	padding: 13px 15px 0 15px;
	float: right;
	text-align: right;
}

div.shopBars div.bottom div.separator1 {
	width: 20px;
	height: 45px;
	background: url(../gfx/shopSeparator1.gif) no-repeat;
	float: left;
	font-size: 0;
	overflow: hidden;
}

div.shopBars div.bottom div.separator2 {
	width: 2px;
	height: 45px;
	margin-left: 25px;
	margin-right: 5px;
	background: url(../gfx/shopSeparator2.gif) no-repeat;
	float: left;
	font-size: 0;
	overflow: hidden;
}

div.moreBtn {
	width: 100px;
	margin: auto;
	text-align: center;
	position: relative;
	top: 18px;
}

div.moreBtnL {
	width: 7px;
	height: 18px;
	float: left;
	margin: 0;
	background: url(../gfx/moreBtnL.gif) repeat-y;
}

div.moreBtnR {
	width: 19px;
	height: 18px;
	float: left;
	margin: 0;
	background: url(../gfx/moreBtnR.gif) repeat-y;
}

div.moreBtnBg {
	width: 74px;
	height: 16px;
	padding-top: 2px;
	margin: 0;
	float: left;
	background: url(../gfx/moreBtnBg.gif) repeat-x;
	color: #fff;
	font-size: 8pt;
	text-align: center;
}

a.moreBtn {
	color: #fff;
	text-decoration: none;
}

a.moreBtn:hover {
	color: #ffff00;
	text-decoration: none;
}

div.strip {
	width: 772px;
	margin: auto;
	padding: 3px 0;
	font-size: 0;
	overflow: hidden;
}

div.singleItem {
	width: 265px;
	float: left;
	margin-right: 15px !important;
	*margin-right: 12px;
	margin-bottom: 10px;
	padding: 0;
	background: url(../gfx/shopSingleBg.gif) repeat-y;
}

div.singleItem div.top {
	width: 265px;
	height: 19px;
	padding-top: 3px;
	background: url(../gfx/shopSingleTop.jpg) no-repeat;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
}

div.singleItem div.fotoMini {
	width: 98px;
	height: 98px;
	float: left;
	position: relative;
	font-size: 0;
	overflow: hidden;
}

div.fotoMidi {
	width: 170px;
	height: 127px;
	margin: auto;
	position: relative;
	font-size: 0;
	overflow: hidden;
}

div.singleItem div.fotoMiniBorder {
	width: 98px;
	height: 98px;
	background: url(../gfx/shopSingleFotoBorder.gif) no-repeat;
	position: absolute;
	top: 0;
	float: left;
}

div.fotoMidiBorder {
	width: 170px;
	height: 127px;
	background: url(../gfx/shopSingleFotoBorderMidi.gif) no-repeat;
	position: absolute;
	top: 0;
	float: left;
}

div.singleItem div.content {
	padding: 10px 7px 5px 7px;
}

div.singleItem div.content div.text {
	width: 210px;
	height: 48px;
	overflow: hidden;
	margin: auto;
	padding: 5px 0 0 0px;
	font-size: 8pt;
	color: #16487b;
	text-align: justify;
}

div.buttons div.price {
	margin-top: 10px;
	float: left;
	text-align: center;
}

div.contentR div.buttons div.price {
	position: relative;
}

div.buttons div.price a {
	display: block;
	width: 84px;
	height: 21px;
	padding: 5px 50px 0 2px;
	background: url(../gfx/shopSinglePrice.gif) no-repeat;
	background-position: left;
	color: #b50000;
	font-weight: bold;
	text-decoration: none;
}

div.singleItem div.content div.buttons div.more {
	float: left;
	padding: 13px 0 0 20px;
}

div.singleItem div.bottom {
	width: 265px;
	height: 8px;
	background: url(../gfx/shopSingleBottom.gif) no-repeat;
	font-size: 0;
	overflow: hidden;
}

div.singleListItem {
	width: 574px;

	margin-bottom: 10px;
	padding: 0;
	background: url(../gfx/shopListBg.gif) repeat-y;
}

div.singleListItem div.top {
	width: 574px;
	height: 19px;
	padding-top: 3px;
	background: url(../gfx/shopListTop.gif) no-repeat;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
}

div.singleListItem div.fotoMini {
	width: 98px;
	height: 98px;
	float: left;
	position: relative;
	font-size: 0;
	overflow: hidden;
}

div.singleListItem div.fotoMiniBorder {
	width: 98px;
	height: 98px;
	background: url(../gfx/shopSingleFotoBorder.gif) no-repeat;
	position: absolute;
	top: 0;
	float: left;
}

div.singleListItem div.content {
	padding: 10px 7px 5px 7px;
}

div.singleListItem div.content div.text {
	width: 300px;
	margin: auto;
	padding: 15px 0 0 10px;
	font-size: 8pt;
	color: #000;
}

div.buttons div.price {
	margin-top: 10px;
	float: left;
	text-align: center;
}

div.contentR div.buttons div.price {
	position: relative;
}

div.buttons div.price a {
	display: block;
	width: 84px;
	height: 21px;
	padding: 5px 50px 0 2px;
	background: url(../gfx/shopSinglePrice.gif) no-repeat;
	background-position: left;
	color: #b50000;
	font-weight: bold;
	text-decoration: none;
}

div.singleListItem div.content div.buttons div.more {
	float: left;
	padding: 13px 0 0 40px;
}

div.singleListItem div.bottom {
	width: 574px;
	height: 9px;
	background: url(../gfx/shopListBottom.gif) no-repeat;
	font-size: 0;
	overflow: hidden;
}

div.clear {
	clear: both;
	font-size: 0;
	overflow: hidden;
}

a {
	font-size: 11px;
}


.footer_links {
	width: 700px;
	margin: auto;
	position: relative;
	top: -20px;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #16487b;	
}

.ad {
	width: 855px;
	margin: auto;
	padding: 3px 0 0 0;
	text-align: right;
	font-size: 10px;
	color: #16487b;
}

.ad a {
	font-size: 12px;
	color: #16487b;
	text-decoration: none;
}

.ad a:hover {
	font-size: 12px;
	color: #ff0000;
	text-decoration: underline;
}

table.styleTable p {
	margin: 0;
}

table.prodList {
	color: #848484;
	border-bottom: 1px solid #D4D4D4;
}

table.prodList td {
	vertical-align: top;
	background: #F3F3F3;
}

table.prodList tr.product td {
	border-top: 1px solid #D4D4D4;
}

table.prodList td.action {
	width: 95px; 
	vertical-align: bottom;
	border-left: 1px dotted #D4D4D4;
}

table.prodList td.action a {
	float: right;
}

table.prodList td.foto {
	width: 80px;
	text-align: center;
	border-right: 1px solid #D4D4D4;
	background: #EAEAEA;
}

table.prodList td.foto img {
	width: 70px;
	border: 2px solid #D4D4D4;
}

table.prodList td.price {
	color: #EDA225;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	border-left: 1px dotted #D4D4D4;
}

table.prodList td.price span {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	padding-left: 2px;
}

table.prodList td.name img {
	margin: 0px 2px 0px 0px;
	vertical-align: text-bottom;
}

table.prodList td.name a {
	font-weight: bold;
	font-size: 12px;
	color: #006CA9;
}

table.prodList td.name a:hover {
	text-decoration: underline;
	color: #666666;
}

table.cart_form td.name {
	width:100px;
	font-weight:bold;
	text-align:right;
	border-bottom:1px solid #fff;
	border-left:1px solid #bdbdbd;
	padding:3px 0;
	border-right:1px solid #fff;
}

table.cart_form td.input {
	border-bottom:1px solid #fff;
	border-right:1px solid #bdbdbd;
	text-align:center;
}


input.cart_form, textarea {
	width: 95%;
	padding: 2px;
	border: 1px solid #bdbdbd;
	font-family: Tahoma;
	font-size: 11px;
	color: #11548b;
}

input.textField, select, textarea {
	margin: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	vertical-align: middle;
}

input.button {
	border: 1px solid #000000;
	background: #75B0CE;
	vertical-align: middle;
}

a.cartRefreshButton {
	float: left;
	width: 75px;
	height: 28px;
	padding-top: 2px;
	margin: 7px 0px 0px 100px;
	font-size: 10px;
	text-align: center;
	background: url(../gfx/cart_refresh_normal.gif) no-repeat;
}

a.cartRefreshButton:hover {
	background: url(../gfx/cart_refresh_hover.gif) no-repeat;
}

div.strony {
	color: #656565;
	font-size: 11px;
	margin: auto;
	margin-top: auto;
	* margin-top: 8px;
	width: 574px;
	height: 30px;
	float: left;
	text-decoration: none;
}

div.strony div.inner_strony {
	height: 30px;
	padding: 4px 0px;
	position: relative;
	top: 3px;
	text-align: center;
}

div.strony a {
	text-decoration: none;
}

div.strony span.linkArea {
	padding: 7px 0;
	background: url(../gfx/page_bg.gif) repeat-x;
}	

div.strony span.pre {
	padding: 6px 5px 6px 28px;
	margin-right: 0px;
	background: url(../gfx/pagePre.gif) center left no-repeat;	
}

div.strony a span.pre {
	color: #002355;
	background-image: url(../gfx/pagePre.gif);
	text-decoration: none;
}

div.strony span.nxt {
	padding: 6px 28px 6px 5px;
	margin-left: 0px;
	background: url(../gfx/pageNext.gif) center right no-repeat;
}

div.strony a span.nxt {
	color: #002355;
	background-image: url(../gfx/pageNext.gif);
	text-decoration: none;
}

div.strony span.pageLink a {
	color: #002355;
	padding: 0px 3px 1px 3px;
	text-decoration: none;
}


.file_item {
       list-style: none;
       background: url('../gfx/file.png') no-repeat;
       background-position: left center;
       padding-left: 22px;
       padding-top: 2px;
       padding-bottom: 2px;
       margin: 0;
}