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

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

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

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

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

.selected a {
	display: block;
	min-width: 60px;
	padding: 15px 10px 0 10px;
	height: 46px;
	background: url('../gfx/menuButtonActiveR.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/menuButtonUnactiveBg.gif') repeat-x;
}

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

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

div#screenHideBlack {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	z-index: 40;
	top: 0px;
	left: 0;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

div#fullscreenBg {
	width: 100%;
	display: none;
	position: absolute;	
	left: 0;
	z-index:100;
}

div#fullscreenBg div {
	width: 800px;
	margin: auto;
	position: relative;
	top: 20px;
	left: 0;
	padding: 7px;
	background: #fff;
	text-align: center;
}

div#fullscreenBg img {
	cursor: pointer;
}

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

div.flashArea {
	width: 950px;
	height: 270px;
	position: relative;
	z-index: 1;
}

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/pageBg.jpg) no-repeat;
	background-position: top;
}

div.contentArea div.inner {
	padding: 20px 20px 5px 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 {
	text-decoration: none;
	color: #515151;
}

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

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

div.list strong a:hover {
	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.panel {
	width: 574px;
	height: 32px;
	background: url(../gfx/shopPanelBg.jpg) no-repeat;
}

div.panel div.search {
	width: 130px;
	padding: 8px 0 0 15px;
	*padding: 6px 0 0 15px;

	float: left;
}

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

div.panel div.orderBy {
	width: 165px;
	padding: 8px 0 0 23px;
	*padding: 6px 0 0 23px;
	float: left;
}

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

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

div.panel div.links {
	width: 28px;
	padding: 3px 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;
}

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;
	background: url(../gfx/shopPolecamyL.jpg) no-repeat;
	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: 558px !important;
	*width: 568px;
	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;
	
}

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;
	padding-top: 5px;
}

div.single div.content div.inner h1 {
	font-size: 13px;
	font-weight: bold;
	color: #0c528e;
	margin: 7px 0;
}

div.single div.content div.inner h2 {
	padding: 0 10px;
	font-size: 11px;
	font-weight: normal;
	color: #0c528e;
	margin: 7px 0;
}

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: 820px;
	height: 23px;
	padding-top: 15px;
	padding-left: 45px;
}

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

div.shopBars div.bottom {
	width: 865px;
	height: 46px;
	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.shopBars div.bottom div.no_padding {
	padding-left: 10px;
	float: left;
}

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

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

div.shopBars div.bottom div.separator1 {
	width: 15px;
	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: 75px;
	margin-right: 20px;
	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: 10px !important;
	*margin-right: 7px;
	margin-bottom: 10px;
	padding: 0;
	background: url(../gfx/shopSingleBg.gif) repeat-y;
}

div.singleItem div.program_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.fotoMini {
	width: 98px;
	height: 98px;
	float: left;
	position: relative;
	font-size: 0;
	overflow: hidden;
}

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

div.fotoMini2 {
	width: 28px;
	height: 28px;
	margin-right: 5px;
	float: left;
	position: relative;
	font-size: 0;
	overflow: hidden;
}

div.fotoMiniBorder2 {
	width: 28px;
	height: 28px;
	background: url(../gfx/shopSingleFotoBorderMini.gif) no-repeat;
	position: absolute;
	top: 0;
	float: left;
}

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.program_content {
	padding: 10px 7px 5px 7px;
}

div.singleItem div.program_content div.text {
	width: 137px;
	padding-left: 10px;
	float: left;
	text-align: justify;
	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: 96px;
	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.program_content div.buttons div.more {
	float: left;
	padding: 13px 0 0 20px;
}

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

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


.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;
}

