@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600&subset=latin-ext);

body {
	text-align: center;
	margin-top:0px;
	background-repeat: repeat-x;
	background-attachment: initial;
	background-position-x: 50%;
	background-position-y: 0px;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	font:12px Arial, Helvetica, Verdana, sans-serif; color:#222;
	background-image: url(/img/body_bg.png);
	line-height: 18px;
}


a {
	color: #000;
	text-decoration:none;
}

a:hover {
	color: #000;
	text-decoration:underline;
}

.text {
	font:12px Arial, Helvetica, Verdana, sans-serif; color:#444;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width:990px;
	/*
	min-width: 990px;
	max-width: 1150px;
	width:expression(document.body.clientWidth > 1150? "1150px": "auto" );


	
	padding: 0px 10px 0px 10px;
	background: transparent url(/img/container-bg.png) repeat-x bottom right;	
	

	*/
		

	text-align: left;
}

/* =====================================================================
	SNAP ENGAGE CHAT WINDOW
===================================================================== */

#SnapABug_CL a:before {
	content: 'http://';
}

#SnapABug_CL a {
	color: #00f;
	text-decoration: underline;
	font-weight: bold;
	font-size:13px;
}

#SnapABug_CL a:hover {
	text-decoration: none;
}


/*********************************************************************
 	CONTENT
*********************************************************************/

#content {
	clear: both;
	padding:0px;
}


/*********************************************************************
 	50% divide
*********************************************************************/


#content_divide_left
{
	float: left;
	width: 50%;
}

#content_divide_right
{
	float: left;
	width:50%;
}

/*********************************************************************
 	LEFT SIDERBAR
*********************************************************************/


#sidebar_left
{
	float: left;
	width: 220px;
	margin-right:10px;
}

#content_right
{
	float: left;
	width:760px;
}

/*********************************************************************
 	RIGHT SIDERBAR 340px
*********************************************************************/


#sidebar_right_wrapper {
	width: 100%;
}

#sidebar_right
{
	float: left;
	width: 220px;
	margin-left:10px;
}

#content_left
{
	float: left;
	width:760px;

}

/*********************************************************************
 	HEADER
*********************************************************************/

#header-outer {
	text-align: left;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width:990px;

}

#header #upmenu {
	height:37px;
}

#header #upmenu #headbar_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	float:right;
	padding: 10px 20px 0 0;
}

#header #upmenu #headbar_content a { color: #FFFFFF }

#header #upmenu #headbar_content ul {
	list-style: none;
	padding:0px;
	margin:0px;
}
#header #upmenu #headbar_content ul li {
	padding:0px;
	padding-left:40px;
	float: left;
}

#header #logobar {
	margin-top:4px;
	height:80px;
}

#header #logobar #logo {
	float: left;
	width:250px;
}
#header #logobar #logo #claim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-left:40px;
}

#header #logobar #search {
	float: left;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	margin-top:8px;
	padding:12px 15px 10px 15px;
	border-radius: 5px;
}

#header #logobar #search input {
	float:left; 
	width:240px; height:27px; 
	border: 0px;
	padding-left:6px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background: transparent url('/img/search_bg.png') no-repeat;
	outline:none; 
}

#header #logobar #search #head_search_btn {
	float: left;
	width:95px; height: 27px;
	background: transparent url('/img/btn_search.png') no-repeat top left;
	cursor: pointer;
}
#header #logobar #search #head_search_btn:hover {
	background: transparent url('/img/btn_search.png') no-repeat bottom left;
}

#header #logobar #tel {
	float: left;
	padding:0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #444;
	margin-left:10px;
	margin-top:10px;
	
}

#header #logobar #tel #tel2 {
	height:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f65d01;
}

#header #logobar #tel #tel3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #444;
}

#header #logobar #cart-short {
	float: right;
	margin:0px;
	padding:5px 10px 5px 10px;
	border-radius: 5px;
}

#header #menubar {
	height:45px;
}



/*********************************************************************
 	ORDER STEP
*********************************************************************/

.order-steps {
	background-color: #ecf5d5;
	border-radius: 10px;
 }


.order-step {
	width:auto;
	height:auto;
	color: #5b7712;
	padding:15px 20px 15px 60px;
	float: left;
	margin-right:20px;
	font-size:14px;
}

.order-step.step1 {
	background: transparent url(/img/order-step1.png) no-repeat 10px 5px;
}

.order-step.step2 {
	background: transparent url(/img/order-step2.png) no-repeat 10px 5px;
}

.order-step.step3 {
	background: transparent url(/img/order-step3.png) no-repeat 10px 5px;
}

.order-step.active{
	color: #5b7712;
	font-size:16px;
	font-weight: bold;
	border-radius: 10px;
}

.order-step.active span { }

.order-step span {
	font-size: 35px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right:10px;
}


/*********************************************************************
 	ORDER DATA
*********************************************************************/

#order-data { }
#order-data table.border { border: 1px Solid #D4D4D4; margin-bottom:10px; }
#order-data td.header { background-color:#fff; border-top:1px solid #f3f6f9; height:40px; line-height:40px; 
background:url(/img/box2_head_bg.png) repeat-x;  padding-left: 20px; font-family: Arial, sans-serif; 
font-weight: bold; font-size:16px; color: #000; }

#order-data td  {height:30px; border-top:1px solid #eee; }
#order-data td.label { padding-right:10px; font-weight: normal; font-size:12px; }
#order-data td.value { font-weight: bold; font-size:12px;}


/*********************************************************************
 	LOGIN FORM
*********************************************************************/

#login-form { padding:20px; }
#login-form table { margin-top:5px; }

#login-form td  {height:40px;  vertival-align:middle; }
#login-form td.label { padding-right:10px; font-weight: normal; font-size:12px; }
#login-form td.value { font-weight: bold; font-size:12px;}
#login-form td.value input { width:100%;  height:25px; margin-top:8px; padding:0px; border: 1px solid #ccc; float:left; display:block;
border-radius:3px; outline:none; 
background: transparent url('/img/input_bg.png') no-repeat;
}
#login-form td.err { color:#c60000; white-space: normal; }
#login-form td.info { color:#c60000; font-weight:bold; white-space: normal; }

#login-form td.info { float:left; display:block; padding-top:6px; margin-left:10px; }


#login-form .f_error {
	color:#c60000;
	font-weight:bold;
	white-space: normal;
}

#login-form .f_error a {
	font-size: 13px;
	color: #00f;
	text-decoration: underline;
}

#login-form .f_error a:hover {
	text-decoration: none;
}



/*********************************************************************
 	FORMS
*********************************************************************/

input[type=text]
 {  height:25px; border: 1px solid #ccc; 
	border-radius:3px; background: transparent url('/img/input_bg.png') no-repeat;
	outline:none; 
}


/*********************************************************************
 	ORDER FORM
*********************************************************************/

#order-form {  }
#order-form table { margin:5px 0px 5px 0px; }

#order-form td  {height:30px;  vertical-align:middle; padding: 2px 0px 2px 0px; }
#order-form td.label { padding-right:10px; font-weight: normal; font-size:12px; }
#order-form td.value { font-size:12px;}
#order-form td.value input[type=text], 
#order-form td.value textarea
 { width:100%;  height:25px; border: 1px solid #ccc; float:left; display:block;
	border-radius:3px; background: transparent url('/img/input_bg.png') no-repeat;
}
#order-form td.value textarea { height:100px; }

#order-form td.info {padding-left: 10px; white-space: normal; }

#order-form .f_error {
	color:#c60000;
	font-weight:bold;
	white-space: normal;
}

#order-form .f_error a {
	font-size: 13px;
	color: #00f;
	text-decoration: underline;
}

#order-form .f_error a:hover {
	text-decoration: none;
}


/*********************************************************************
	BOX UNIVERSAL
*********************************************************************/

#box-universal {
	background-color: #eee;
	border:1px solid #ddd;
	margin-top:15px;
	border-radius: 5px;
	font-size:13px;
}

#box-universal .box-header {
	height:40px;
	line-height:40px;
	background:url(/img/box2_head_bg.png) repeat-x; 
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size:20Px;
	color: #444;
	padding-left: 20px;
	border-bottom: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
}
#box-universal .header a {
	text-decoration: underline;
}

#box-universal .header a:hover {
	text-decoration: none;
}

#box-universal .box-content {
	padding:10px;
}


/*********************************************************************
	BOX PRoduct list all page
*********************************************************************/

#box-product-list {
	background: #fff url(/img/box_bg1.png) bottom left repeat-x;
	margin-top:10px;
	border:1px solid #aaa;

}

#box-product-list .box-header {
	height:35px;
	line-height:35px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size:18px;
	color: #444;
	padding-left: 20px;
	border-bottom:1px solid #aaa;
}
#box-product-list .box-header a { text-decoration: underline; color: #444; }
#box-product-list .box-header a:hover { text-decoration: none; }

#box-product-list .box-content {
	padding:5px 20px 5px 20px;
}

#box-product-list .product-list-pos { }
 
#box-product-list .product-list-pos .name { height:50px; }

#box-product-list .product-list-pos .marks { padding:1px 2px 1px 2px; border-radius: 2px; float: left; margin: 0px 3px 2px 0px; color: #fff; font-size: 11px;}
.mark_1 { background-color: #71B130; }
.mark_2 { background-color: #FF6600; }
.mark_3 { background-color: #4A87B9; }

#box-product-list .product-list-pos .price { float:left; line-height:16px; white-space:normal; width:100px; }
#box-product-list .product-list-pos .price span { font-weight: bold; font-size:13px; color:#cb003a; }
#box-product-list .product-list-pos .price .price-old { text-decoration: line-through; color: #888; font-weight:normal; }
#box-product-list .product-list-pos .link { float:right;  }
#box-product-list .product-list-pos .seecat { font-size:11px; }

/*********************************************************************
	BOX PRoduct list with sidebar
*********************************************************************/

#box-product-list-sidebar {
	margin-top:10px;
	background: #fff url(/img/box_bg1.png) bottom left repeat-x;
	border:1px solid #aaa;

}

#box-product-list-sidebar .box-header {
	height:35px;
	line-height:35px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size:18px;
	color: #444;
	padding-left: 20px;
	border-bottom:1px solid #aaa;
}

#box-product-list-sidebar .box-header a { text-decoration: underline; color: #444; }
#box-product-list-sidebar .box-header a:hover { text-decoration: none; }

#box-product-list-sidebar .box-content {
	padding:0px 20px 0px 20px;
}

#box-product-list-sidebar .product-list-pos { }
 
#box-product-list-sidebar .product-list-pos .name { height:50px; }

#box-product-list-sidebar .product-list-pos .marks { padding:1px 2px 1px 2px; border-radius: 2px; float: left; margin: 0px 3px 2px 0px; color: #fff; font-size: 11px;}
.mark_1 { background-color: #71B130; }
.mark_2 { background-color: #FF6600; }
.mark_3 { background-color: #4A87B9; }

#box-product-list-sidebar .product-list-pos .price { float:left; line-height:16px; white-space:normal; width:100px; }
#box-product-list-sidebar .product-list-pos .price span { font-weight: bold; font-size:13px; color:#cb003a; }
#box-product-list-sidebar .product-list-pos .price .price-old { text-decoration: line-through; color: #888; font-weight:normal; }
#box-product-list-sidebar .product-list-pos .link { float:right;  }
#box-product-list-sidebar .product-list-pos .seecat { font-size:11px; }

#box-product-list-sidebar .carousel, 
#box-product-list-sidebar .carousel .carousel-wrap{border:0; position: relative; outline:none; }

#box-product-list-sidebar .carousel .carousel-next { 
	background: transparent url(/img/next.png) top left;
	width: 25px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	top: 60px;
	right: -23px;
}


#box-product-list-sidebar .carousel .carousel-next.hover { 
	background: transparent url(/img/next.png) bottom left;
}

#box-product-list-sidebar .carousel .carousel-previous {
	background: transparent url(/img/prev.png) top  left;
	width: 25px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	top: 60px;
	left: -23px;
}

#box-product-list-sidebar .carousel .carousel-previous.hover { 
	background: transparent url(/img/prev.png) bottom left;
}


#box-product-list-sidebar .carousel .carousel-item {
	width:160px; padding:4px;
	border-right:1px solid #ddd;  
}

#box-product-list-sidebar .carousel.js .carousel-wrap { width:100%; float:left; margin:0px; }
#box-product-list-sidebar .carousel ul{margin:0;padding:0;}
#box-product-list-sidebar .carousel.js ul li{display:inline; float:left; padding:5px; text-align:center;}
#box-product-list-sidebar .carousel ul li{display:inline; float:left; padding:5px; text-align:center;}
#box-product-list-sidebar .carousel .carousel-control{ }
#box-product-list-sidebar .carousel .disabled{color:#ddd;cursor:default;background:#f4f4f4;}

/*********************************************************************
	MARK PROMO
*********************************************************************/

.mark_promo { 
	background: transparent url(/img/mark_promo.png) bottom left no-repeat;
	width:58px;
	height:59px;
	font-size:16px;
	line-height:54px;
	color: #fff;
	font-weight:bold;
	text-align: center;
	position: absolute;
}

.mark_promo_slider { 
	background: transparent url(/img/mark_promo.png) bottom left no-repeat;
	width:58px;
	height:59px;
	font-size:16px;
	line-height:54px;
	color: #fff;
	font-weight:bold;
	text-align: center;
	position: absolute;
	top:50px;
}

.mark_promo_big { 
	background: transparent url(/img/mark_promo_big.png) bottom left no-repeat;
	width:102px;
	height:100px;
	position: absolute;
	z-index:900;
}
.mark_promo_big .inner-text {
	margin-top:20px;
	margin-left:-6px;
	font-size:15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.mark_promo_big .inner-text span {
	font-size:24px;
	font-weight:bold;
}

.mark_promo_big .inner-text .date {
	font-size:12px;
	font-weight: normal;
}

/*********************************************************************
 	MAINAPAGE CAT LIST
*********************************************************************/

.box1 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top:6px;
}

.box1 .category-name {
	line-height:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.box1 .content ul {
	list-style: none;
	padding:0px;
	margin:0px;
}

.box1 .category-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff7d00;
	padding-bottom:6px;
}
.box1 .category-header a {
	color: #ff7d00;
	text-decoration: underline;
}

.box1 .category-header a:hover {
	text-decoration: none;
}


/*********************************************************************
 	FOOTER
*********************************************************************/


#footer-outer {
	text-align: left;
}

#footer {
	background: #474747 url(/img/footer_black_bg.png);
	margin-top:20px;
	margin-bottom:10px;
	border-radius: 3px;
	border: 1px solid #666;
	
	margin-left: auto;
	margin-right: auto;
	width:990px;
}

#footer .section {
	float:left;
	padding:15px;
	width:170px;
	height:150px;
	background: transparent url('/img/footer_delim.png') no-repeat top right;
}

#footer .section .header {
	font-size: 16px;
	font-weight: bold;
	color: #eee;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	margin-bottom:10px;
}

#footer .section .text {
	color: #eee;
	line-height:18px;
}
#footer .section .text strong {
	font-size: 110%;
}

#footer .section .text a {
	color: #eee;
}

#footer .section .text a:hover {
	text-decoration: underline;
}

#footer ul {
	float:left;
}

#footer ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 2px 0px 2px 10px;
	background:transparent url(/img/arrow2.png) center left no-repeat;
}

#footer ul li a {
	color: #aaa;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #fff;
}


/*********************************************************************
 	FOOTER 2
*********************************************************************/

#footer_white {
	background-image: url(/img/footer_bg.png);
	border:1px solid #D4D4D4;
	padding:15px;
	margin-top:20px;
	margin-bottom:10px;
}

#footer_white .section {
	float:left;
	width:20%;
	height:170px;
}

#footer_white .section .header {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

#footer_white .section .text {
	color: #333;
	line-height:16px;
}
#footer_white .section .text strong {
	font-size: 110%;
}

#footer_white .section .text a {
	color: #333;
}

#footer_white .section .text a:hover {
	text-decoration: underline;
}

#footer_white ul {
	float:left;
	width:20%;
}

#footer_white ul li {
	padding-bottom: 2pX;
}

#footer_white ul li.header {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

#footer_white ul li a {
	color: #333;
}

#footer_white ul li a:hover {
	text-decoration: underline;
}

/*********************************************************************
 BOX 1
*********************************************************************/

.box1 {
 position:relative;
 margin:0px auto;
 color:#000;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
 z-index:10;
}

.box1 .content,
.box1 .t,
.box1 .b,
.box1 .b div {
 background:transparent url(/img/boxes/box1.png) no-repeat top right;
}

.box1 .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.box1 .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.box1 .b {
 /* bottom */
 position:relative;
 width:100%;
}

.box1 .b,
.box1 .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.box1 .b {
 background-position:bottom right;
}

.box1 .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.box1 .hd,
.box1 .bd,
.box1 .ft {
 position:relative;
}

.box1 .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.box1 h1,
.box1 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.box1 h1 {
 padding-bottom:0px;
}



/*********************************************************************
 BOX 2
*********************************************************************/

.box2 {
 position:relative;
 margin:0px auto;
 color:#000;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
 z-index:10;
}

.box2 .content,
.box2 .t,
.box2 .b,
.box2 .b div {
 background:transparent url(/img/boxes/box2.png) no-repeat top right;
}

.box2 .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.box2 .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.box2 .b {
 /* bottom */
 position:relative;
 width:100%;
}

.box2 .b,
.box2 .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.box2 .b {
 background-position:bottom right;
}

.box2 .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.box2 .hd,
.box2 .bd,
.box2 .ft {
 position:relative;
}

.box2 .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.box2 h1,
.box2 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.box2 h1 {
 padding-bottom:0px;
}



html,  div,  applet, object, iframe,h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {margin:0;padding:0;border:0;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
ins{text-decoration:none;}
.IE button{overflow:visible;}
input[type=hidden]{display:none!important;}
button{cursor:pointer;padding:0;margin:0;}
input[type=submit]:focus,button:focus,a:focus{outline-width:1px;outline-style:dashed}
button{position:relative;overflow:visible;margin:0;padding:0;background:transparent;border:0;cursor:pointer;font-family:Arial,Helvetica,Sans-serif;} /* "overflow:visible;" removes extra side padding in IE */
input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border:0;} /* overrides extra padding in Firefox */
a span{cursor:pointer;}

/* ===================================================================== */
/* SHADOW */
/* ===================================================================== */

.box-shadow {
-moz-box-shadow: 3px 3px 7px #CCC;
-webkit-box-shadow: 3px 3px 7px #CCC;
box-shadow: 3px 3px 4px #CCC;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC');
}

.shadow {
-moz-box-shadow: 2px 2px 3px #CCC;
-webkit-box-shadow: 2px 2px 3px #CCC;
box-shadow: 2px 2px 3px #CCC;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC');
}

.shadow2 {
-moz-box-shadow: 0px 0px 13px #ccc;
-webkit-box-shadow: 0px 0px 13px #ccc;
box-shadow: 0px 0px 13px #ccc;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC');
}


/* ===================================================================== */
/* MOJE GLOBALNE */
/* ===================================================================== */

.control { font-size:12px; border: 1px #666666 solid; padding:2px;  }
.control-full { font-size:12px; border: 1px #666666 solid; padding:2px; width:100% }


/* ===================================================================== */
/* MENU */
/* ===================================================================== */

#navigation{ position:relative; clear:left; float:left; width:100%;  }


#navigation a { color:#ffffff; text-decoration:none; }
#navigation a:hover, #navigation a:focus, #navigation a:active { text-decoration:underline; }

#navigation li.world { border-left:1px solid #ffffff; float:left;margin:0; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8); }
#navigation li.world #world-start { padding-left: 7px; padding-right:7px; }

#navigation li.world .world-name { display:inline-block;margin:0px; padding-left: 20px; padding-right:20px; line-height:36px;font-size:14px; background: #783a79 url(/img/nav_bg.png) repeat-x 0 50%;}
#navigation li.active a.world-name,
#navigation li.world a.world-name:hover,
#navigation li.world a.world-name:focus,
#navigation li.world a.world-name:active { margin:0; background: #efefef url(/img/nav_bg_active.png) repeat-x 0 50%; color:#555; text-decoration:none;
text-shadow: 0 0px 0 rgba(0, 0, 0, 0.8); 
 }

/*
#navigation li.world .world-nowosci { color:#9ce478; }
#navigation li.world .world-promocje { color:#f2d1b1; }
*/


	#navigation li.world .world-nowosci { background: #547e2a url(/img/nav_new2_bg.png) repeat-x 0 50%; }
	#navigation li.world .world-promocje {background: #e47103 url(/img/nav_promo_bg.png) repeat-x 0 50%; }

#navigation .nav-content { text-shadow: none; position: absolute; top:35px; left:10px; margin-left:0px; max-width:960px; border:2px solid #4b4b4b; border-top:0px; background:#fff; z-index:99999; 
overflow:hidden; zoom:1; display:none;
}

#navigation .nav-content .section { display:inline; vertical-align:top; padding:10px 15px 10px; float:left; width:180px; position: relative; }

#navigation .nav-content .section .cat-name { font-size:13px; margin:0px; display:inline-block; padding: 10px 0px 10px 0px; }
#navigation .nav-content .section .markets li { padding: 0px 0px 3px 10px;  }
#navigation .nav-content .section .cat-name strong {overflow:hidden;padding-left:10px; padding-top:1px ;padding-bottom: 1px; 
background:transparent url(/img/arrow1.png) 0px 3px no-repeat;
}
#navigation .nav-content .section li a{color:#444; background:transparent;}

#navigation .nav-content .nav-header {
	position: relative;
	height:50px;
	background: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #4b4b4b;
	line-height:45px;
	padding-left:20px;
}

#navigation_bar { padding-bottom:10px; padding-left:0px; color: #666; font-size: 13px; }
#navigation_bar .nav-start { text-decoration: none; }
#navigation_bar a { color: #000; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; }
#navigation_bar a:hover { color: #000; text-decoration: none; }
#navigation_bar .last { color: #000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

.page-header {
	padding:0 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: normal;
	color: #444;
	line-height:50px;
	clear:both;
	background-color: #fff;
}

.page-subtext {
	height:30px;
	margin-top:10px;
	padding:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	line-height:18px;
}

.page-subtext a {
	color: #00f;
}

/* ===================================================================== */

#box-group-list {
	
	background-color: #eee;
	text-align:left;
	border-radius:5px;
	
}

#box-group-list .box-header {
	height:40px;
	line-height:40px;
	background:url(/img/box_header_bg1.png) repeat-x; 
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size:20px;
	color: #000;
	padding-left: 20px;
	border-bottom: 1px solid #ddd;
	border-radius:5px;
}
#box-group-list .box-header a { text-decoration: underline;   }
#box-group-list .box-header a:hover { text-decoration: none; }

#box-group-list .box-content {
	padding:4px 20px 4px 20px;
}

#box-group-list .box-inner { border:1px solid #D4D4D4; background-color: #fff; min-height:320px; }

#box-group-list .box-inner:hover {
	-moz-box-shadow: 0px 0px 10px #aaa;
	-webkit-box-shadow: 0px 0px 10px #aaa;
	box-shadow: 0px 0px 10px #aaa;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC');
	 border:1px solid #AAA;
	 background-color: #f8f9fa;
}
#box-group-list .box-inner a { padding:0px;   }
#box-group-list .box-inner h2 {text-align:left; color: #fff; font-weight:normal; height: 32px; line-height:32px; margin:0px; padding:0 0 0 10px; font-size:18px; background-color: #441445;  }
#box-group-list .box-inner h2 a {color: #fff;}
#box-group-list .box-inner ul { padding-top:5px; }
#box-group-list .box-inner li { font-size:12px; text-align:left; display:block; clear: both; padding: 2px 0px 2px 13px; margin-left:8px; background:transparent url(/img/arrow1.png) center left no-repeat; line-height:14px; font-weight:normal; color: #444;}

.carousel-groups, 
.carousel-groups .carousel-wrap{border:0; position: relative; outline:none; }

.carousel-groups .carousel-next { 
	background: transparent url(/img/next.png) top left;
	width: 25px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	top: 120px;
	right: -23px;
}


.carousel-groups .carousel-next.hover { 
	background: transparent url(/img/next.png) bottom left;
}

.carousel-groups .carousel-previous {
	background: transparent url(/img/prev.png) top  left;
	width: 25px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	top: 120px;
	left: -23px;
}

.carousel-groups .carousel-previous.hover { 
	background: transparent url(/img/prev.png) bottom left;
}


.carousel-groups .carousel-item {
	width:227px;
}

.carousel-groups.js .carousel-wrap { width:100%; float:left; margin:0px; }
.carousel-groups ul{margin:0;padding:0;}
.carousel-groups.js ul li{display:inline; float:left; padding:5px; text-align:center;}
.carousel-groups ul li{display:inline; float:left; padding:5px; text-align:center;}
.carousel-groups .carousel-control{ }
.carousel-groups .disabled{color:#ddd;cursor:default;background:#f4f4f4;}


/* ===================================================================== */

.clear { clear:both; }

/* ===================================================================== */

.product-list-filters {  background-color: #f3f5f7; padding:10px; margin-bottom:10px;  }

.product-list-filters .filters-header { border-bottom:1px solid #D4D4D4; padding:10px;  color:#000; font-weight:bold; height: auto; line-height:20px; font-size:14px; background:url(/img/box2_head_bg.png) repeat-x;}
.product-list-filters .filters-header a { margin-left:10px; padding-left:20px; font-size:12px; font-weight:normal; background: transparent url('/img/btn_del.png') no-repeat top left;  }
.product-list-filters .filters-header a:hover { background: transparent url('/img/btn_del.png') no-repeat bottom left; text-decoration:none;}
.product-list-filters ul { line-height:20px; display:block;  }
.product-list-filters li { margin-right:10px; display: inline;  font-weight:normal; font-size:12px; }
.product-list-filters li .filters-del-attrib {  padding-left:20px; background: transparent url('/img/btn_del.png') no-repeat top left; white-space:nowrap; }
.product-list-filters li .filters-del-attrib:hover { background: transparent url('/img/btn_del.png') no-repeat bottom left; text-decoration:none; color:#000; }
.product-list-filters li .filters-del-param {margin-right:5px; padding-left:8px; background: transparent url('/img/btn_del_small.png') no-repeat top left; }
.product-list-filters li .filters-del-param:hover { text-decoration:line-through; background: transparent url('/img/btn_del_small.png') no-repeat bottom left; }

/* ===================================================================== */

.box-sidebar {  border:1px solid #D4D4D4; background-color:  #fff; margin-bottom:10px; }
.box-sidebar .box-sidebar-header { border-bottom:1px solid #D4D4D4; padding:10px;  color:#000; font-weight:bold; height: auto; line-height:20px; font-size:16px; background:url(/img/box2_head_bg.png) repeat-x; }
.box-sidebar .box-sidebar-header .text { font-weight:normal; font-size:13px;  }

.box-sidebar-contact { margin-bottom:10px; color: #fff; 
	background:  #ff7e00;
	padding:10px; 
	border-radius: 5px;
 }
 
.box-sidebar-contact h1 { font-size: 28px; font-weight: normal; color: #fff; line-height:26px; display:inline;  }
.box-sidebar-contact h2 { font-size: 20px; font-weight: bold; color: #fff; padding: 5px 0px 0px 0px; }
.box-sidebar-contact .text { padding: 5px 0px 5px 0px; font-size:13px; line-height:16px;  color: #fff;  }

.box-sidebar-contact ul { padding-top:10px;}
.box-sidebar-contact ul li {
	font-size:14px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 2px 0px 2px 10px;
	background:transparent url(/img/arrow2.png) center left no-repeat;
}

.box-sidebar-contact ul li a {
	color: #fff;
}


.box-sidebar-recycling { margin-bottom:10px; color: #333; 
	border:1px solid #D4D4D4; background:  #fff url(/img/box_recycling_bg.png) right top no-repeat;
	padding:10px; 
 }
 
.box-sidebar-recycling h1 { font-size: 28px; font-weight: normal; color: #456513; line-height:26px;  }
.box-sidebar-recycling h2 { font-size: 20px; font-weight: bold; color: #682e64; padding: 5px 0px 0px 0px; }
.box-sidebar-recycling .text { padding: 5px 0px 5px 0px; font-size:13px; line-height:16px;   }

.box-sidebar-description {
	margin-bottom:10px; color: #333; 
	font-size: 12px;
	
}
.box-sidebar-description a {
	text-decoration: underline;
	color: #0000ff;
}

.box-sidebar-description a:hover {
	text-decoration: none;
}


/*********************************************************************
 	Menu list
*********************************************************************/

.menu-list ul { padding:8px; }
.menu-list li { margin-bottom:1px; }
.menu-list li a {display:block; padding:2px 6px 2px 6px; font-weight:normal; color:#444; margin-top: 6px; margin-bottom:6px; }
.menu-list li.subcat { padding-left: 25px; font-weight:normal ;}
.menu-list li.active {display:block;padding:6px 14px;font-weight:bold ; text-decoration:none; font-weight:bold;color:#fff;background:#4a4a4a;
border-radius: 5px;
 }
.menu-list li a:hover{text-decoration:underline; font-weight:bold; color:#444;  }

/*********************************************************************
 	Category similar
*********************************************************************/

.category-tree {  }

.category-tree ul {
	padding:8px; 
	font-size: 13px;
}

.category-tree li { 
	padding:4px 0px 4px 10px;
	background:transparent url(/img/arrow1.png) 0px 5px no-repeat;
}

.category-tree li a { 
}

.category-tree li.selected { 
	background:none;
	background-color: #4a4a4a;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
}

.category-tree li.selected a { 
	color: #fff;
}


.category-tree li.selected:hover { 
	background-color: #777;
}


.category-tree li.level1 { margin-left:0px }
.category-tree li.level2 { margin-left:10px }
.category-tree li.level3 { margin-left:20px }
.category-tree li.level4 { margin-left:30px  }

/*********************************************************************
 	Sub products list
*********************************************************************/

.subproduct-list .name { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #333; line-height:18px; 
	display: block; margin-bottom:5px; margin-top:5px;
 }
 
.subproduct-list .product .price-brutto {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #cb003a;  }
.subproduct-list .product .price-netto { font-size: 13px; line-height:18px; color: #666; }
.subproduct-list .product .price-old {text-decoration: line-through; font-size: 14px;  color: #888; line-height:18px;  }
.subproduct-list .product .price-promotion-to { font-size: 11px; color: #000;  }
.subproduct-list .product .price-save { font-size: 12px; color: #d20a19; line-height:4px; font-weight:bold;  }


/*********************************************************************
 	Product list
*********************************************************************/

.product-list { border: 1px solid #D4D4D4;  } 
.product-list .bar { height:30px; padding:7px;  padding-top:10px; border:0 0 1px 0 solid #caa4cb; background:url(/img/box2_head_bg.png) repeat-x;  font-size: 13px;}
.product-list .bar .control { font-size:11px; border: 1px solid; padding:3px; color:#666; }
.product-list .products { padding:5px;}

.product-list .products .prd-sb {
		
	
}

.product-list .products .prd-sb-out { border: 2px solid #fff; border-top: 1px solid #eee; }

.product-list .products .product { margin-top:10px; padding:10px 0 0 0; position:relative; }
.product-list .products .product .image { width:165px; float:left; text-align: center;  margin-right:10px;}
.product-list .products .product .info { width:370px; float:left; }
.product-list .products .product .cart { width:130px; float:left; margin-left:45px; margin-bottom:0px;  }
.product-list .products .product .info .name { font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #000; line-height:18px; 
	display: block; margin-bottom:5px;
 }

.product-list .products .product .info .options { padding-top:5px; clear:both; }
.product-list .products .product .info .options a { color: #0000FF; padding-right: 10px; }

.product-list .products .product .info ul { padding-top:5px; padding-left: 1.5em; text-indent: -1em; }
.product-list .products .product .info li { font-size: 12px; padding-right:4px;  list-style-type: disc; list-style-position: inside; line-height: 16px; }
.product-list .products .product .info li strong { font-weight: normal }
.product-list .products .product .price-brutto {  font-family: Arial, Helvetica, sans-serif; font-size: 23px; font-weight: bold; color: #cb003a; }
.product-list .products .product .price-netto { font-size: 13px; line-height:18px; color: #666; }
.product-list .products .product .price-old {text-decoration: line-through; font-size: 14px;  color: #888; line-height:18px;  }
.product-list .products .product .price-promotion-to { font-size: 11px; color: #000;  }
.product-list .products .product .price-save { font-size: 12px; color: #d20a19; line-height:4px; font-weight:bold;  }

.product-list .products .product .compare { color: #00f; cursor: pointer; }

.product-list .products .product .marks { padding:1px 5px 1px 5px; border-radius: 3px; float: left; margin: 0px 6px 4px 0px; color: #fff; font-size: 12px;}
.product-list .products .product .mark_1 { background-color: #71B130; }
.product-list .products .product .mark_2 { background-color: #FF6600; }
.product-list .products .product .mark_3 { background-color: #4A87B9; }

/****  GRID LIST   ***************************************************/

.product-list .products .section { position: relative; border-bottom: 1px solid #EEE;  }
.product-list .products .section .product { float: left; position: relative; padding:10px; width:30%; border-bottom: 0px; }
.product-list .products .section .product .image { width:240px; text-align: center; }
.product-list .products .section .product .info { width:240px; position:relative; }
.product-list .products .section .product .info .name { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000; line-height:18px;}

/*********************************************************************/

.product-list .products .product .info .options { clear:both; }
.product-list .products .product .info .options a { color: #0000FF; padding-right: 10px; }

/****  LIST TYPE ICON  ***************************************************/

.product-list .listtype1 {
	background: transparent url('/img/listype_icon.png') no-repeat bottom left;
	width: 26px;
	height: 21px;
	margin-right:5px; float:left;
	border: 1px solid #bababa;
	border-radius: 3px;
	
	cursor: pointer;
}

.product-list .listtype1_active {
	background: transparent url('/img/listype_icon.png') no-repeat top left;
}

.product-list .listtype2 {
	background: transparent url('/img/listype_icon.png') no-repeat bottom right;
	width: 26px;
	height: 21px;
	margin-right:10px; float:left;
	cursor: pointer;
	border: 1px solid #bababa;
	border-radius: 3px;
}

.product-list .listtype2_active {
	background: transparent url('/img/listype_icon.png') no-repeat top right;
}



/****  PAGER  ***************************************************/

.product-list .pages { height:35px; padding-top:6px; padding-bottom:6px; float: right;  font-size: 12px;}

.product-list .pages .active {
	font-weight: bold;
	color: #FFFFFF;
	line-height:14px;
	background-color: #666c6f;
	border: 1px solid #666c6f;
	padding: 3px 6px 3px 6px;
	margin-right:2px;
	border-radius: 3px;

}

.product-list .pages a  {
	color: #666c6f;
	border: 1px solid #bababa;
	padding: 3px 6px 3px 6px;
	margin-right:2px;
	border-radius: 3px;
	background-color: #fff;
}

.product-list .pages a:hover  {
	color: #fff;
	text-decoration: none;
	border: 1px solid #844283;
	background-color: #844283;
	
}


/*********************************************************************
 	Product
*********************************************************************/

.product { padding-top:10px; } 

.product .product-body { margin-bottom:10px; }

.product .product-body .image { width:440px; float:left; position:relative;  }
.product .product-body .image #image-box { position:relative; height: 360px; Padding-top:0px; cursor:pointer; }
.product .product-body .image #image-box .item { Position:absolute; z-index:1; display: block; } 

.product .product-body .info #image-gallery { margin-top:3px; padding-top:10px; padding-bottom:10px;  border-top:1px solid #D4D4D4;  }

.product .product-body .info { width:520px; float:left; margin-left:10px; }
.product .product-body .info .product-id { margin-top:20px; font-size:11px; }
.product .product-body .info .options { clear:both; padding:2px 0px 2px 0px; }
.product .product-body .info .options a { color: #0000FF;  }
.product .product-body .info .price-info { position:relative; float:left; padding:5px 10px 5px 40px; }
.product .product-body .info .price-info .price-brutto { font-family: Arial, Helvetica, sans-serif; font-size: 32px; font-weight: bold; color: #cb003a; }
/* .product .product-body .info .price-info .price-brutto { padding:3px 6px 3px 6px;  font-family: Helvetica, sans-serif; font-size: 20px; font-weight: normal; background-color: #ff0000; color: #fff;} */

.product .product-body .info .cart { position:relative; float:left;}

.product .product-body .info .price-info .price-old { text-decoration: line-through; font-size: 14px;  color: #888; line-height:18px; }
.product .product-body .info .price-info .price-promotion-to { font-size: 13px; color: #666;  }
.product .product-body .info .price-info .price-save { font-size: 13px; color: #d20a19; line-height:4px; font-weight:bold;  }
.product .product-body .info .price-info .price-netto { font-size: 13px; line-height:18px; color: #666; }

.product .product-body .info .price-info .options { font-size:12px; }

.product .product-body .info .product-page-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #444444;
	line-height:28px;
	padding-bottom:5px;
}

.product .product-body .info .product-page-header span {
	font-weight: bold;
}

.product .product-body .info ul.attribs { padding-top:10px; padding-left: 1.5em; text-indent: -1em; }
.product .product-body .info ul.attribs li { font-size: 13px; padding-right:4px;  list-style-type: disc; list-style-position: inside; line-height: 18px; }
.product .product-body .info ul.attribs li strong { font-weight: bold; }

.product .extended { clear:both; }

.product .product-description { padding-top:20px; line-height:18px; }

.product .product-body .info .marks { padding:2px 5px 2px 5px; border-radius: 3px; float: left; margin: 0px 6px 4px 0px; color: #fff; font-size: 12px;}
.product .product-body .info .mark_1 { background-color: #71B130; }
.product .product-body .info .mark_2 { background-color: #FF6600; }
.product .product-body .info .mark_3 { background-color: #4A87B9; }

/*********************************************************************
 	Promotion preview
*********************************************************************/

.promotion { padding:10px; } 
.promotion .image { width:50%; float:left;  }
.promotion .info { width:50%; float:left;  }
.promotion .info h1 { 

bottom:0px
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #444444;
	line-height:28px;
	padding-bottom:10px;

} 


/*********************************************************************
 	Get offer preview
*********************************************************************/

.get-offer { padding:10px; } 
.get-offer .image { width:50%; float:left;  }
.get-offer .info { width:50%; float:left;  }
.get-offer .info h1 { 
	bottom:0px
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #444444;
	line-height:28px;
	padding-bottom:10px;

 } 


/*********************************************************************
 	Content table
*********************************************************************/

.content-table { border: 1px solid #ddd; }
.content-table tr { height:30px; }
.content-table td { padding:3px 5px 3px 15px; line-height:18px; }
.content-table td.header { 
	font-size: 16px; font-weight: bold; color: #222; 
	line-height:30px;
	background:url(/img/box_header_bg1.png) repeat-x; 
	border-bottom: 1px solid #ddd;
	padding:5px 0px 5px 15px;
}
.content-table .posmark_yes { background-color: #efefef; }

.content-table .similar { color: #00f;  }

/*********************************************************************
 	Product Image zoom
*********************************************************************/

.Product-Image-zoom { background-color: #fff; }
.product-image-zoom .explorer { Float:Left; width:120px; background: #eee url(/img/imagelist_horiz_bg.png) repeat-y;  height:600px;}
.product-image-zoom .explorer #image-gallery { padding: 10px 0px 0px 10px; }

.product-image-zoom .image-zoom { float:left; width:800px; position:relative; }
.product-image-zoom .image-zoom #image-box-zoom { position:relative; padding:10px;  }
.product-image-zoom .image-zoom #image-box-zoom .item { position:absolute; z-index:1; display: block; } 


.product-image-btn-next { 

	background-image: url(/img/next.png);
	width: 25px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	top: 60px;
	right: 20px;
	z-index: 9999;

 }

.product-image-btn-prev { 
	background-image: url(/img/prev.png);
	width: 25px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	top: 60px;
	left: 20px;
	z-index: 9999;
}


/*********************************************************************
 	Product TABS
*********************************************************************/

#product-tab-container { width:100%; }

#product-tab-container .tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 36px;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	width: 100%;
}
#product-tab-container .tabs  li {
	float: left;
	margin: 0;
	padding: 0;
	height: 35px;
	line-height: 35px;
	border: 1px solid #D4D4D4;
	border-left: none;
	margin-bottom: -1px;
	background:url(/img/nav_bg.png);
	overflow: hidden;
	
}
#product-tab-container .tabs  li a {
	font-size:13px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
#product-tab-container .tabs  li a:hover {
	background:url(/img/nav_bg_active.png);
	color:#444;
}	
#product-tab-container .tabs  li.active,
#product-tab-container .tabs  li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}

#product-tab-container .tabs  li.active a {
	color:#444;
}

#product-tab-container .tab_container {
	border: 1px solid #ccc;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
#product-tab-container .tab_container .tab_content {
	font-size:13px;
	padding:15px;
}
#product-tab-container .tab_container .tab_content h2 {
	font-weight: normal;
	margin-bottom: 20px;
	color:#444;
	font-size: 25px;
}
#product-tab-container .tab_container .tab_content h3 a{
	color: #254588;
}

#product-tab-container .tab_container .tab_content {
	line-height:19px;
}

/*********************************************************************
 	Product list TABS
*********************************************************************/

#product-list-tab-container { width:100%; }

#product-list-tab-container .product-list { border: 0px; }


#product-list-tab-container .tabs  {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 36px;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	width: 100%;
}
#product-list-tab-container .tabs  li {
	float: left;
	margin: 0;
	padding: 0;
	height: 35px;
	line-height: 35px;
	border: 1px solid #D4D4D4;
	border-left: none;
	margin-bottom: -1px;
	background:url(/img/nav_bg_active.png);
	overflow: hidden;
}


#product-list-tab-container .tabs  li.new {
}

#product-list-tab-container .tabs  li.promotion {
}

#product-list-tab-container .tabs  li a {
	font-size:13px;
	font-weight:bold;
	color: #444;
	text-decoration: none;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}


#product-list-tab-container .tabs li a:hover {
	background:url(/img/nav_bg_active.png);
	color:#444;
}	
#product-list-tab-container .tabs li.active, 
#product-list-tab-container .tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}

#product-list-tab-container .tabs li.active a {
	color:#444;
}

#product-list-tab-container .tab_container {
	border: 1px solid #ccc;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
#product-list-tab-container .tab_container .tab_content {
	font-size:13px;
}
#product-list-tab-container .tab_container  .tab_content h2 {
	font-weight: normal;
	margin-bottom: 20px;
	color:#444;
	font-size: 25px;
}
#product-list-tab-container .tab_container  .tab_content h3 a{
	color: #254588;
}

#product-list-tab-container .tab_container  .tab_content {
	line-height:19px;
}


/*********************************************************************
 	INFO PAGES
*********************************************************************/

#infopages-tab-container { width:100% }

#infopages-tab-container #tabs li { background:url(/img/nav_bg_active.png);  }
#infopages-tab-container #tabs li a { color:#444;  background-color: #fff;}
#infopages-tab-container #tabs li.active { background-color: #fff; border-bottom: 1px solid #fff; }

#infopages-list-container {
	
}

#infopages-content {
	padding:15px;
	line-height:20px;
	background-color: #fff;
	font-size:14px;
}

#infopages-content a {
	color: #0000ff;
}

#infopages-content h4 {
	margin:0px 0px 10px 0px;
	font-size:18px;
	line-height:22px;
	display: block;
	padding: 5px 0px 5px 0px;
}

#infopages-content h3 {
	margin:30px 10px 10px 0px;
	font-size:20px;
	line-height:25px;
	font-weight:normal;
	padding:0px;
}

#infopages-content h2 {
	margin:50px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-size:24px;
	font-weight:bold;
	
}

#infopages-content p {

}

#infopages-content .look-more {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #fff;
	padding:10px;
	margin-top:20px;
	color: #333;
	width: 400px;
}

#infopages-content .look-more a {
}

#infopages-content .look-more-header {
	font-size:14px;
	font-weight: bold;
	padding-bottom:10px;
	
}

#infopages-content .tel {
	font-size:25px;
	color: #783a79;
}

#infopages-content .tel2 {
	font-size:16px;
	color: #333;
	font-weight:bold;
}

#infopages-content .part {
	height:35px;
	line-height:30px;
	height:auto;
	font-size:20px;
	color: #000;
	padding:5px 5px 5px 20px;
	margin:20px 0px 10px 0px;
	border: 1px solid #ddd;
	font-weight:bold;
}

#infopages-content .faq {
	margin-left:20px;
	list-style-type: square;
	line-height:17px;
	
}

#infopages-content .faq li {
	padding: 6px 0px 3px 0px;
}

#infopages-content .image {
	float: left;
	padding: 4px 2px 0px 4px;
}

#infopages-content .image span {
	padding: 0px 3px 3px 3px;
	font-size:12px;
	color: #333;
}

#infopages-content table {
	border: 1px solid #ccc;
}
#infopages-content table th {
	text-align: left;
	padding-left:10px;
	font-size:15px;
	height:30px;
	line-height:30px;
	font-wieght: bold;
	border-bottom: 1px solid #ccc;
}


/*********************************************************************
 	ATTRIB LIST
*********************************************************************/

.attrib-container { background-color: #f3f5f7; }

.attrib-pos-header { border-bottom: 1px solid #ddd; color: #000; padding: 8px 3px 8px 5px; font-weight: bold; font-size:14px;}

.attrib-pos .filters-del-attrib { padding-left:10px; background: transparent url('/img/btn_del.png') no-repeat top left; white-space:nowrap; text-decoration:none; }
.attrib-pos .filters-del-attrib:hover { background: transparent url('/img/btn_del.png') no-repeat bottom left; text-decoration:none; color:#000; text-decoration:none; }

.attrib-pos { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000;  padding:8px;}
.attrib-pos .attrib-slider { height:20px; padding:5px 5px 0 5px;}
.attrib-pos .attrib-btn-show { display:none; }

.attrib-pos ul { }
.attrib-pos li { margin-bottom:1px; float:none; }
.attrib-pos li input.param_pos { } 
.attrib-pos li a { font-weight:normal; color:#444; }
.attrib-pos li.selected  { border-radius: 5px;
	background: #4a4a4a url('/img/attrib_selected_bg.png') no-repeat top right; 
	padding:4px;
}

.attrib-pos .param_pos-disabled {
	color: #aaa;
}

._attrib-pos input.param_pos { } 
._attrib-pos a { font-weight:normal; color:#444; }

.attrib-pos li.selected:hover  { background-color:#777; }
.attrib-pos li.selected a { 
	display: block;
		padding-right:20px;
		padding-left:21px;
		font-weight:bold;
		color: #fff;
}

.attrib-pos li.selected a:hover { text-decoration:none; }

.attrib-pos li a:hover{ text-decoration:underline; }


/*********************************************************************
 	CART
*********************************************************************/

.cart { position: relative; margin-bottom:20px; }
.cart .cart-pos { border: 1px Solid #D4D4D4; margin-bottom:10px;} 
.cart .cart-pos .price { font-size: 12px; font-weight: normal; color: #333;  }
.cart .cart-pos .price2 { font-size: 12px; font-weight: bold; color: #333;  }
.cart .cart-pos .name { font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #333;  }
.cart .cart-pos .quantity { font-size: 15px; font-weight: normal; color: #333;  }

.cart .order { border: 1px Solid #D4D4D4; margin-top:20px; }
.cart .order .price { font-size: 18px; font-weight: bold; color: #333;  }
.cart .order .price2 { font-size: 12px; font-weight: normal; color: #333; }
.cart .order .price3 { font-size: 15px; font-weight: normal; color: #333;  }
.cart .order .pricesuma { font-size: 15px; font-weight: bold; color: #333;  }
.cart .order .priceall { font-size: 20px; font-weight: normal; color: #499113;  }
.cart .order .order-selections { padding:20px; }
.cart .order .order-selection { font-size: 15px; font-weight: normal; color: #333;  }




/*********************************************************************
 	BUTTONS
*********************************************************************/


.btn-small {
	margin-top:10px;
	padding: 3px 8px 3px 8px;
	border: 0px;
	border-radius: 3px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #fff; 
}

.btn-big {
	margin-top:10px;
	padding: 6px 8px 6px 8px;
	border: 0px;
	border-radius: 3px;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.btn-bigest {
	margin-top:10px;
	padding: 8px 10px 8px 10px;
	border: 0px;
	border-radius: 5px;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #fff; 
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}


.btn-close {
	margin-top:10px;
	padding: 6px 8px 6px 8px;
	border: 0px;
	border-radius: 3px;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #555;
	border: 1px solid #aaa;
	background-color: #fff;
}

.btn1 {
	background: #eb851e url('/img/btn1_bg.png') no-repeat top left;
}

.btn1-big {
	background: #eb851e url('/img/btn1-big_bg.png') no-repeat top left;
}

.btn2 {
	background: #985799 url('/img/btn2_bg.png') no-repeat top left;
}

.btn2-big {
	background: #985799 url('/img/btn2-big_bg.png') no-repeat top left;
}

.btn3 {
	background: #6aa909 url('/img/btn3_bg.png') no-repeat top left;
}

.btn3-big {
	background: #6aa909 url('/img/btn3-big_bg.png') no-repeat top left;
}

.btn3-look {
	background: #6aa909 url('/img/btn3-look_bg.png') no-repeat top left;
	padding-left: 25px;
}

.btn3-ok {
	background: #6aa909 url('/img/btn3-ok_bg.png') no-repeat top left;
	padding-left: 30px;
}


/*********************************************************************
	AJAX LOADING
*********************************************************************/
#loading { position: fixed; text-align:center; font-size:30px; color:#444; padding: 30px 50px 30px 50px; background-color: #fff; opacity:0.8;}

/*********************************************************************
	SUPERBOX PRODUCT IMAGE
*********************************************************************/

#superbox-overlay{position:fixed;top:0;left:0;z-index:9998;width:100%;height:100%;}
#superbox-wrapper{position:fixed;z-index:9999;top:0;display:table;width:100%;height:100%;}
#superbox-container{position:relative;display:table-cell;width:100%;height:100%;margin:0;padding:0;vertical-align:middle;}
#superbox{ margin:0 auto;padding:0; }
#superbox-container .loading{margin:0;text-align:center;}

/* IE7 */
*:first-child+html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
*:first-child+html #superbox{position:relative;top:-50%;display:block;}
/* IE6 - Thanks to Thickbox for IE expressions */

* html #superbox-container{position:absolute;top:50%;display:block;height:auto;}
* html #superbox{position:relative;top:-50%;display:block;}
* html #superbox-overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');}
* html #superbox-wrapper{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}

/* Default Theme */
#superbox-overlay{background:#000;}
#superbox-container .loading{text-align:center;font-size:30px;color:#eee;}

#superbox-container { text-align:left; }

#superbox{ padding:0px; outline:none; background-color: #fff; 

-moz-box-shadow: 0px 0px 13px #000;
-webkit-box-shadow: 0px 0px 13px #000;
box-shadow: 0px 0px 30px #333;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');

border-radius:5px;
 }
 
#superbox-innerbox{padding:0px;}

#superbox-innerbox .superbox-header{
	background-color: #fff;
	display:block;
	position: relative;
	border-radius:5px;
	
}

#superbox-innerbox .superbox-header .header-name {
	text-align: left;
	float: left;
	font-size:23px;
	font-weight:bold;
	line-height:30px;
	padding:10px 0px 5px 20px;

}

#superbox-innerbox .superbox-header .header-close {
	text-align: right;
	float: right;
	width:200px;
	padding:0px 10px 5px 0px;
}

#superbox.image{text-align:center;}
#superbox #close { 
	float:right;
	margin:10px;
	padding: 3px 8px 3px 8px;
	border: 0px;
	border-radius: 3px;
	cursor: pointer;
	background: transparent url('/img/btn2_bg.png') no-repeat top left;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #fff; 
}
#superbox #close a {
	color: #fff;
}

#superbox .nextprev{overflow:hidden;margin:0;}


/**************************************************
	catousel
**************************************************/

.carousel, 
.carousel .carousel-wrap{border:0; position: relative; outline:none; }

.carousel .carousel-next { 
	background: transparent url(/img/next.png) top left;
	width: 25px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	top: 60px;
	right: -23px;
}


.carousel .carousel-next.hover { 
	background: transparent url(/img/next.png) bottom left;
}

.carousel .carousel-previous {
	background: transparent url(/img/prev.png) top  left;
	width: 25px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	top: 60px;
	left: -23px;
}

.carousel .carousel-previous.hover { 
	background: transparent url(/img/prev.png) bottom left;
}


.carousel .carousel-item {
	width: 170px; padding:4px;
	border-right:1px solid #ddd;  
}

.carousel .carousel-item2 {
	width: 165px; padding:4px;
	border-right:1px solid #ddd;  
}

.carousel.js .carousel-wrap { width:100%; float:left;margin:0px; }
.carousel ul{margin:0;padding:0;}
.carousel.js ul li{display:inline; float:left; padding:5px; text-align:center;}
.carousel ul li{display:inline; float:left; padding:5px; text-align:center;}
.carousel .carousel-control{ }
.carousel .disabled{color:#ddd;cursor:default;background:#f4f4f4;}


/* div.center-wrap { position: absolute; top:-20px; right:10px; } */

.carousel-pagination{ }
.carousel-pagination a {

	color: #666c6f;
	border: 1px solid #bababa;
	padding: 3px 6px 3px 6px;
	margin-right:4px;
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;

}
.carousel-pagination a span{ display:inline-block;  }
.carousel-pagination a.active {
	
	font-weight: bold;
	color: #FFFFFF;
	line-height:14px;
	background-color: #666c6f;
	border: 1px solid #666c6f;
	padding: 3px 6px 3px 6px;
	margin-right:4px;
	border-radius: 3px;
	cursor: pointer;
}

/**************************************************
	catousel imagelist
**************************************************/

.carousel-images, 
.carousel-images .carousel-wrap{ border:0; position: relative; outline:none;}

.carousel-images .carousel-next { 
	background-image: url(/img/next.png);
	width: 25px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 50px;
}

.carousel-images .carousel-previous {
	background-image: url(/img/prev.png);
	width: 25px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 0px;
}
.carousel-images .carousel-wrap { width:400px; float:left; margin: 0px 25px 0px 30px;  }
.carousel-images ul { margin: 0px; padding:0; }
.carousel-images ul li { display:inline; float:left; padding:3px; text-align:center; width: 75px; height:75px;}
.carousel-images .carousel-control{ }
.carousel-images .disabled{color:#ddd;cursor:default;background:#f4f4f4;}


.carousel-images-preview, 
.carousel-images-preview .carousel-wrap{ border:0; position: relative; outline:none;}

.carousel-images-preview .carousel-next { 
	background-image: url(/img/next.png);
	width: 25px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 50px;
}

.carousel-images-preview .carousel-previous {
	background-image: url(/img/prev.png);
	width: 25px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 0px;
}
.carousel-images-preview .carousel-wrap { width:400px; float:left; margin: 0px 25px 0px 30px;  }
.carousel-images-preview ul { margin: 0px; padding:0; }
.carousel-images-preview ul li { display:inline; float:left; padding:3px; text-align:center; width: 75px; height:75px;}
.carousel-images-preview .carousel-control{ }
.carousel-images-preview .disabled{color:#ddd;cursor:default;background:#f4f4f4;}

/**************************************************
	catousel imagelist Vertical
**************************************************/

.carousel-images-vertical, 
.carousel-images-vertical .carousel-wrap{ border:0; position: relative; outline:none; }

.carousel-images-vertical .carousel-next { 
	position: absolute;
	left:8px;
	top:420px;
	width: 64px;
	height: 16px;
	cursor: pointer;
	background: transparent url(/img/next_horiz.png) no-repeat 0 0;
}

.carousel-images-vertical .carousel-previous {
	position: absolute;
	top: 0px;
	left:8px;
	width: 64px;
	height: 16px;
	cursor: pointer;
	background: transparent url(/img/prev_horiz.png) no-repeat 0 0;
}
.carousel-images-vertical .carousel-wrap { width: 80px; height: 430px; float:left; margin: 20px 0px 25px 0px;  }
.carousel-images-vertical ul { margin: 0px; padding:0; height:430px; }
.carousel-images-vertical ul li{display:block; margin:3px; text-align:center;
width: 75px; height:75px; border: 1px solid #aaa;
}
.carousel-images-vertical .carousel-control{ }
.carousel-images-vertical .disabled{color:#ddd;cursor:default;background:#f4f4f4;}

/**************************************************
	product compare bottom bar
**************************************************/

#bottomBar {
	background: url(/img/bottom_bar_bg.png) repeat;
	height: 150px;
	width: 100%;
	position: fixed; 
	bottom: -114px;
	left: 0;
	z-index:9998;
	display:none;
}

#bottomBar #top {
	border-bottom: 1px solid #aaa;
	width: 100%;
	height:36px;
	font-weight:bold;
	font-size: 16px;
	line-height: 36px;
	padding-left: 10px;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;
}
#bottomBar #top input {
	margin:0px 0px 0px 10px;
}

#prd-compare-table {
			padding:5px;
			background-color: #fff;
}
#prd-compare-table .price { float:left; line-height:16px; white-space:normal; width:100px; }
#prd-compare-table .price span { font-weight: bold; font-size:13px; color:#cb003a; }
#prd-compare-table .price .price-old { text-decoration: line-through; color: #888; font-weight:normal; }

#prd-compare-table table { }
#prd-compare-table tr { }
#prd-compare-table td { padding:4px 5px 4px 5px; line-height:15px; }
#prd-compare-table thead { }
#prd-compare-table table td.posmark_yes { background-color: #efefef; }

#prd-compare-info-content {
	width:100%;
	height:100%;
}

#prd-compare-info-content .message {
	background-color:#fff;
	border-radius:10px;
	padding:20px;
}


/**************************************************
	TOOLTIPS
**************************************************/

#tooltip-container {display: none; position:absolute; width:200px; height:auto; z-index:9999; font-size: 11px; padding:6px; 
	background-color: #444; border: 0px solid #444; color:#fff; border-radius:3px; text-align:left;
}

#tooltip-container .tooltip-arrow { width:10px; height:27px; position:absolute; left:-10px; top:2px; }


#tooltip2-container {display: none; position:absolute; width:300px; height:auto; z-index:9999; font-size: 11px; padding:6px; 
	background-color: #fff; border: 0px solid #444; color:#444; border-radius:3px; text-align:left;
}

#tooltip2-container .tooltip-arrow { width:10px; height:27px; position:absolute; left:-10px; top:2px; }




/**************************************************
	SPY
**************************************************/


.spy-view-client {
	padding:3px 0px 3px 10px;

}

.spy-view-client:hover {
	background-color: #f37a13;
	color: #fff;
}



/**************************************************
	BILLBOARD
**************************************************/



.jcarousel-skin-ie7 .jcarousel-container {
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 990px;
    padding: 0px 0px;
}



.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  990px;
    height: 260px;
}



.jcarousel-skin-ie7 .jcarousel-item {
    width: 990px;
    height: 260px;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 0px;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
	margin-right: 0;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.gif);
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.gif);
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-ie7 .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
} 



/**************************************************
	BILLBOARD 2
**************************************************/


.jcarousel-skin-ie7 .jcarousel-container {
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 760px;
    padding: 0px 0px;
}



.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  760px;
    height: 260px;
}



.jcarousel-skin-ie7 .jcarousel-item {
    width: 760px;
    height: 150px;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 0px;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
	margin-right: 0;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.gif);
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.gif);
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


/*******************************************
	mark text
*******************************************/


span.mrk { 
	color: #fff;
	background-color: #783a79;
	padding: 0px 5px 0px 5px;
	border-radius: 3px;
	white-space:nowrap;

}


/*******************************************
	special page checkbox replace
*******************************************/

#special_page label { height:30px; padding:5px; line-height:25px; background: transparent url(/img/icon_checkbox_22x25.png) no-repeat; cursor: pointer; }
#special_page .label_check input { margin-right: 5px; }
#special_page .label_check { padding-left: 34px; }
#special_page .label_check    { background-position: 0px 1px; }
#special_page label.c_on      { background-position: 0px -25px; }
#special_page .label_check input { position: absolute; left: -9999px }



/*******************************************
	boxes

*******************************************/

.esd3_box {
	overflow: hidden;
}

.esd3_box.esd3_editmode {
	overflow: visible;
	border: 1px dotted #aaa;
}

#noactive.esd3_box {
	width:100%; 
	height:200px; 
	position: relative;
	margin-top:10px;
	margin-bottom:10px;
}

.esd3_box .box_image {
	overflow: hidden;
}

.esd3_box .box_image img {	
	width:100%;
}

.esd3_box .box_background {
	overflow: hidden;
}

.esd3_box {
	width:100%; 
	position: relative;
	margin-top:10px;
	margin-bottom:20px;
}

.esd3_element {
	position: absolute;
}

/*************** style 1 ****************************/

/* duzy */
#box_style_1.esd3_box {
	height:350px; 
	overflow: visible;	
}

/* maly */
#box_style_2.esd3_box {
	height:200px; 
	overflow: visible;	
}

/* poradnik */
#box_style_3.esd3_box {
	height:150px; 
	overflow: visible;	
}

/* overflow */
#box_style_4.esd3_box {
	height:250px; 
	overflow: visible;	
}


.esd3_box .box_header {
	padding:5px;
	overflow: hidden;
	font-size:34px;
	font-family: 'Source Sans Pro';
	font-weight:300;
	line-height: 36px;
	padding:10px;
}

/* przewodnik */
#box_style_3 .box_header {
	font-size:25px;
	font-family: 'Source Sans Pro';
	font-weight:400;
}

.esd3_box .box_text {
	font-size: 17px;
	line-height: 19px;
	font-family: 'Source Sans Pro';
	font-weight:200;
	overflow: hidden;
	padding:10px;
}

.esd3_box .box_button {
	padding: 6px 18px;
	font-size:14px;
	padding-right: 35px;
	line-height:20px;
	/* border-radius: 4px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3); */
}

.box_text_black {
	color: #444;
}

.box_text_white {
	color: #fff;
}

.box_button_black {
	background: #333 url(/img/btn_arrow_white.png) no-repeat top right;
	color: #fff;
}

.box_button_white {
	background: #fff url(/img/btn_arrow_black.png) no-repeat top right;
	color: #444;
}






