@IMPORT url("cmstext.css");
@IMPORT url("products.css");
@IMPORT url("shop.css");
@IMPORT url("cart.css");
@IMPORT url("order.css");
@IMPORT url("forms.css");

* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:986px;
}
body { 
	background:url(images/main-bg.jpg) repeat-x 50% 0 #393939; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:.9375em;
	color:#444;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}

object { 
	vertical-align:top; 
	outline:none;
}

ul, ol { 
	list-style:none;
}

table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
/* dodano 21-09-2010 */
.logopoz {
  margin:20px 15px 0 0;
}
#music-player {
	margin-top: 5px;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}
.top {
  float: right;
  font-size:10px;
}
.top a {
  text-decoration:none;
  color:#888;
}
.top a:hover {
  color:#444;
}

.pages {
  text-align:center;
  padding:6px;
  margin:10px 0;
}

.pages a {
  padding:2px 8px;
  background: #ddd;
  text-decoration:none;
  border:1px solid #ccc;
}

.pages a:hover {
  padding:2px 8px;
  background: #eee;
  text-decoration:none;
  border:1px solid #ccc;
}

/*==== GLOBAL =====*/
#main {
	width:986px; 
	margin:0 auto;
	font-size:.75em;
	padding:22px 0 20px 0;
}

#header {
	height:180px;
	margin-bottom:10px;
	overflow:hidden;
}

#languages {
	float: right;
	
	margin: 8px 15px;
}

#content {
	background:#fff;
	padding:15px 14px 30px 16px;
}
	#content .aside {
		float:left;
		width:204px;
		margin-right:15px;
	}
	#content .mainContent {
		float:left;
		width:736px;
	}

.blcms-content li {
  background: url(images/li.png) 0px 6px no-repeat;
  padding-left:10px;
}

/*----- X-fade images -----*/
#imageContainer {
	position:relative;
	margin:auto;
	width:210px;
	margin-top:7px;
	text-align:center;
}
#imageContainer {
	height:170px;
}

#imageContainer img {
	display:none;
	margin: 0 auto;
	position:absolute;
	/* top:0; left:0;
	
	*/
}
/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#990e5e; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	margin-bottom: 1em;
	text-shadow: 0 1px 1px #fff;
	font-weight:normal;
	border-bottom:1px dashed #ccc;
	padding:13px 0 15px 0;
	line-height:20px;
}

h2 {
	font-size:21px;
	line-height:1.2em;
	color:#393939;
	border-bottom:2px solid #393939;
	padding:13px 0 22px 0;
	margin-bottom:15px;
}
	h2.alt {
		margin-bottom:1px;
	}
h3 {
	font-size:21px;
	line-height:1.2em;
	font-weight:normal;
	color:#4e4d4d;
}

h5 {
	font-size:16px;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:12px;
}
	h5 a {
		text-decoration:none;
	}
		h5 a:hover {
			text-decoration:underline;
		}
	h5 span {
		font-size:10px;
		color:#555;
	}
	
.aside h4 {
	font-size:15px;
	line-height:1.2em;
	color:#393939;
	border-bottom:2px solid #393939;
	padding:10px 0 5px 0;
	margin:15px 0 5px 0;
	clear:both;
}


.txt1 {
	color:#393939;
}

.link1 { 
	display:block;
	float:right;
	background:url(images/link1-bg.gif) left top repeat-x; 
	color:#4c4e4e; 
	text-decoration:none;
	font-size:13px;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right-sprite.gif) no-repeat right top; 
		padding:0 28px 0 10px; 
		font-style:normal;
		line-height:26px;
	}
	.link1:hover {
		color:#000;
	}
		.link1:hover b {
			background-position:100% -26px;
		}
	
.line-hor { 
	background:#e6e6e6;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:13px -12px 15px -14px;
}

.title { 
	width:100%;
	overflow:hidden;
	margin-bottom:14px;
}
	.title a.back {
		float:right;
		font-weight:bold;
		font-size:13px;
		padding-top:5px;
	}


/*==================boxes====================*/
.box {
	width: 706px;
	
	background: url("images/box-bg.gif") no-repeat;	
	
	min-height: 350px;
	
	padding: 13px 15px 10px;
}

#box-header {
	width: 706px;
	
	background: url("images/box-imgs-bg.gif") no-repeat;
	
	padding: 13px 15px 10px;
}

.box.alt-bg {
	background:url(images/box-bg1-alt.gif) 0 0 repeat-x #fff;
}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
	}
	.box.alt-bg .left-top-corner {
		background:url(images/left-top-corner-alt.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
	}
	.box.alt-bg .right-top-corner {
		background:url(images/right-top-corner-alt.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat left bottom;
		}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:13px 15px 10px 15px;
	}
	.box .inner1 { 
		padding:13px 15px 10px 9px;
	}


.box1 {
	width:100%;
	background:#fff;
}
	.box1 .border-top {
		background:url(images/border1.gif) 0 0 repeat-x;
	}
	.box1 .border-right {
		background:url(images/border1.gif) 100% 0 repeat-y;
	}
	.box1 .border-bot {
		background:url(images/border-bot1.gif) 0 100% repeat-x;
	}
	.box1 .border-left {
		background:url(images/border1.gif) 0 0 repeat-y;
	}
	.box1 .left-top-corner {
		background:url(images/left-top-corner1.gif) no-repeat left top;
	}
	.box1 .right-top-corner {
		background:url(images/right-top-corner1.gif) no-repeat right top;
	}
	.box1 .left-bot-corner {
		background:url(images/left-bot-corner1.gif) no-repeat left bottom;
		}
	.box1 .right-bot-corner {
		background:url(images/right-bot-corner1.gif) no-repeat right bottom;
		}
	.box1 .inner { 
		padding:15px 15px 16px 15px;
	}




/*===== header =====*/
.header-box .left-top-corner {
	background:url(images/header-left-top-corner.png) no-repeat 0 0;
	padding-left:4px;
}
.header-box .right-top-corner {
	background:url(images/header-right-top-corner.png) no-repeat 100% 0;
	padding-right:4px;
}
.header-box .border-top {
	height:4px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	background:url(images/box-bg.png);
}
	.header-box .indent {
		background:url(images/box-bg.png) 0 0;
		padding:0 15px 17px 16px;
	}
#header .row-1 {
	height:110px;
}
#header .row-3 {
	height:30px;
}
	#header .row-1 .fleft {
		padding:15px 0 0 1px;
	}
	#header .row-1 .fright {
		text-align:right;
	}
		.adv-nav {
			padding:32px 0 29px 0;
			margin:0;
		}
			.adv-nav li {
				display:inline;
				color:#8f8f8f;
			}
				.adv-nav li a {
					color:#000;
					text-decoration:none;
					padding:0 9px 0 7px;
				}
				.adv-nav li a:hover {
					text-decoration:underline;
				}
	
	.nav-box {
		background:url(images/nav-bg.png) 0 0 repeat-x;
		width:100%;
	}
		.nav-box .left {
			background:url(images/nav-left.png) 0 0 no-repeat;
		}
		.nav-box .right {
			background:url(images/nav-right.png) no-repeat 100% 0;
			height:29px;
		}
	
	#header .nav {
		padding:3px 0 0 3px;
		font: bold 14px Arial;
		text-shadow: 0 1px 1px #000;
	}
	#header .nav li {
		float:left;
		margin-right:3px;
	}
		#header .nav li a {
			float:left;
			color:#fff;
			text-decoration:none;
		}
			#header .nav li span {
				float:left;
				cursor:pointer;
			}
				#header .nav li span span {
					padding:0 10px 0 10px;
					line-height:23px;
					
				}
		
		#header .nav li a:hover, #header .nav li.current {
			background:url(images/nav-link-bg.gif) 0 0 repeat-x;
			color:#3f3f3f;
			text-shadow: 0 0px 0px #000;
		}
			#header .nav li a:hover span, #header .nav li.current span {
				background:url(images/nav-link-left.gif) 0 0 no-repeat;
			}
				#header .nav li a:hover span span, #header .nav li.current span span {
					background:url(images/nav-link-right.gif) no-repeat 100% 0;
				}

/*===== content =====*/


/*--- slider begin ---*/

div#feature_list {
	width: 712px;
	height: 522px;
	overflow: hidden;
	position: relative;
}

div#feature_list ul {
	position: absolute;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	bottom:0;
	z-index: 10;
	width: 708px;
}

ul#tabs li {
	display:inline;
}

ul#tabs li a {
	float:left;
	width:175px;
	height:165px;
	margin-right:2px;
	background:url(images/thumb-bg1.gif) no-repeat 0 100%;
	color:#090808;
	text-decoration:none;
	display:inline;
}
ul#tabs li a.last {
	margin-right:0;
}
	ul#tabs li img {
		margin-top:16px;
	}
	ul#tabs li span {
		display:block;
		padding:9px 0 0 15px;
	}


ul#tabs li a.current, ul#tabs li a:hover {
	background:url(images/thumb-bg2.gif) no-repeat 0 0;
	color: #FFF;
	text-decoration: none;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	width: 712px;
	height: 369px;
	position: relative;
	left:0;
	top:0;
	z-index:1;
}

ul#output li {
	position: absolute;
	width: 706px;
	height: 369px;
	top:0;
}
	ul#output li .link1 {
		float:right;
	}


	ul#output li img {
		display:none;
	}


/*--- slider end ---*/



#content .section {
	padding-bottom:20px;
}
	ol {
		list-style:decimal;
	}
	ol li {
		color:#a1a1a1;
		font-size:14px;
		border-bottom:1px solid #e5e5e5;
		list-style-position:inside;
		list-style-type:decimal-leading-zero;
		padding:0 0 7px 0;
		margin-bottom:7px;
		vertical-align:top;
	}
	ol li.last {
		border-bottom:none;
	}
		ol li a {
			font-size:12px;
		}
	.list1 li {
		border-bottom:1px solid #d9d9d9;
		font:bold 13px Arial;
	}
	.list1 li.last {
	border-bottom:1px solid #eee;
	}
		.list1 li a,
		.list1 li span {
			display:block;
			background:#eee;
			padding:10px 0 9px 38px;
			color:#3a3a3a;
			text-decoration:none;
			border-right:1px solid #eee;
			border-left:1px solid #eee;
		}
		.list1 li a:hover,
		.list1 li.selected span {
			background:url(images/arrow1.gif) no-repeat 0 50% #fff;
			border-left:2px solid #990e5e;
			color:#990e5e;
		}
		
	
/*===== footer =====*/
#footer {
	background:url(images/footer-left-bot-corner.gif) 0 100% no-repeat #000;
	width:100%;
	color:#fff;
}
	#footer .indent {
		background:url(images/footer-right-bot-corner.gif) no-repeat 100% 100%;
		padding:16px 20px 30px 20px;
	}

#footer a {
	text-decoration:none;
}
	#footer a:hover {
		text-decoration:underline;
	}

#footer .users-links {
	color:#888;
	margin-left:-6px;
	padding-bottom:10px;
}
	#footer .users-links li {
		color:#888;
		display:inline;
	}
		#footer .users-links li a {
			color:#888;
			text-decoration:none;
			padding:0 9px 0 6px;
		}
		#footer .users-links li a:hover {
			text-decoration:underline;
		}
	


#copyright {
	float:right;
	color:#666;
	font-size:10px;
}


/*----- forms -----*/
#search-form {
  padding-top:5px;
  float:left;
  margin-right:10px;
}
#search-form fieldset {
	border:none;
	background:url(images/search-bg.gif) no-repeat 50px 0;
	color:#3e3e3e;
}
	#search-form input.text {
		width:230px;
		border:none;
		background:none;
		color:#a3a3a3;
		font-style: oblique;
	}
	#search-form input.submit {
		width:28px;
		height:27px;
		border:none;
		background:none;
		cursor:pointer
	}
	#search-form strong {
		padding-right:14px;
	}


	

/*==========================================*/

