/*========= SETUP =========*/


html { overflow: -moz-scrollbars-vertical; }
html { overflow-y: scroll; }


none{
	border: 0px;
	margin: 0px;
}
body{
	color: #000000;
	background-color: #404040;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(../img/body_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

a{
	color: #00CCFF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
select{
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
.submit{
	background-color: #c0c0c0;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 0px;
	height: auto;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
}
li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.ul { list-style: none; float: left; margin: 0px; padding: 0px; }
.ul .li { display: block; list-style: none; float: left; margin: 0px; padding: 0px; }

/*========= LAYOUT =========*/

#page{
	background: #ffffff;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}
/*--- Main Columns ---*/
#columns{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	display: block;
}
.col1{
	float: left;
	width: 550px;
	clear: none;
	height: inherit;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.col2{
	float: right;
	width: 350px;
	margin: 0px;
	padding: 0px;
}
/*--- Sub Columns ---*/
.subcol{
	width: 160px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.first{
	margin-right: 30px;
	
}
.subcol h2{
	color: #00CCFF;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	height: 30px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#nav-left {
	float:left;
	display:inline;
	width:920px;
	margin: 0px;
	padding: 0px;
	}
#nav-right {
	float:right;
	display:inline;
	width:440px;
	}
#nav ul {
	position: relative;
	height: 26px;
	overflow: hidden;
	padding-left:10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#nav ul  li {
	float: left;
	list-style: none;
	font-weight:bold;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}
#nav ul  li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	background-color: #dddddd;
}
#nav ul  li a {
	text-decoration: none;
	color: #373737;
	outline: none;
	text-align: center;
	top: 6px;
	text-transform: uppercase;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 7px;
	padding: 0px;
	margin-top: auto;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 15px;
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}      
/*- Category Navigation -*/
.nav2, .nav2 * {
	margin:0;
	padding:0;
	
}
.nav2 {
	height: 35px;
	border-bottom:3px solid #B3B3B3;
	font-weight:bold;
	font-size:15px;	
	position:relative;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav2 li {
	line-height: 35px;
	float: left;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background: #B3B3B3;
	color: #ffffff;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {
	color: #000000;
	display: block;
	padding: 0 13px;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:960px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #FF7800;
	text-decoration: none;
	background: #B3B3B3;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {

}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
/*- Search -*/
#search{
	float: right;
	margin: 0px;
	width:325px;
	text-align: right;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#search p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#search a:link,
#search a:visited {
	color: #333333;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 3px;
	line-height: 14px;
	text-decoration: underline;
}

#search a:hover {
	color: #999999;
	font-size: 11px;
	padding: 3px;
	text-decoration: underline;
	margin: 0px;
}

* html #search{
	margin-right: 8px;
}
#search input{
	background: transparent;
	border: 0;
	color: #b3b3b3;
	float: left;
	font-size: 13px;
	margin: 2px 0 0;
	padding: 2px 2px 2px 10px;
	width:288px;
}
#search .btn{
	margin: 3px 0 0 5px;
	padding: 0;
	width: auto;
}
/*- Header -*/
#header{
	height: 100px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*- Logo -*/
#header h1{
	float: left;
	margin-top: 15px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline;
}
#header h1 a{
	display: block;
	height: 68px;
	width: 270px;
	margin: 0px;
	padding: 0px;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

.featured{
	background: #dddddd;
	height: 204px;
	overflow: hidden;
	padding-right:10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.featured h2{
	font-size: 11px;
	padding: 10px 0;
}
.featured h3{
	font-size: 14px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.featured h3 a {
	color:#000;
	padding-top: 10px;
}
.featured h3 a:hover {
	color:#FF7800;
}
.featured p {
	margin-bottom:10px;
	font-size: 12px;
	line-height: 13px;
}
.featured-img{
	width:350px;
	height:200px;
	float:left;
	padding: 0px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#ribbon{
	width:138px;
	height:138px;
	float:right;
}
#featured-th{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 57px;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#featured-th img{
	border:1px solid #c0c0c0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 57px;
}
#featured-th .idTabs {
	list-style:none;
	margin: 0px;
	padding: 0px;
	}
#featured-th .idTabs li {
	float:left;
	display:inline;
	margin-right:15px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#featured-th .idTabs li.last {
	margin: 0px;
	padding: 0px;
	}


/*=== Mini Box Post ===*/
.post_mini{
	margin: 0;
}
.post_mini h2{
	font-size: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.post_mini h3{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
.post_mini h3 a{
	color: #000000;
}
.post_mini p{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	font-size: 12px;
	line-height: 12px;
}
.post_mini p.posted{
	color: #c0c0c0;
	padding-bottom: 5px;
	padding-top: 5px;
}




/*=== Small Box Post ===*/
.post{
	margin: 0px;
	padding: 0px;
}
.post h2{
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}
.post h3{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-weight: bold;
}
.post h3 a{
	color: #000000;
}
.post p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 12px;
}
.post p.posted{
	color: #c0c0c0;
	padding-bottom: 5px;
	padding-top: 5px;
}
/*- Box -*/
.box{
	border-top: 3px solid #c0c0c0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.box .post_mini{
	width: 550px;
}
.box .post_mini h2{
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
.box .post_mini h3{
	font-size: 13px;
	padding-bottom: 4px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 13px;
	font-weight: bold;
}

.post_mini p{
	margin: 0px;
	padding: 0px;
}

.box .post_mini p.posted{
	font-size: .85em;
	margin: 0px;
	padding: 0px;
}


.box .post{
	width: 260px;
}
.box .post h2{
	font-size: 9px;
}
.box .post h3{
	font-size: 13px;
	padding-bottom: 4px;
	line-height: 13px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.box .post p.posted{
	font-size: .85em;
}
/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	padding-bottom:15px;
	background: url(../img/hl-dot.gif) repeat-x bottom;
}
.post-alt h2{
	font-size: 1.1em;
	padding: 0 0 5px;
}
.post-alt h3{
	font-size: 1.4em;
}
.post-alt h3 a{
	color: #000000;
	margin-bottom: 0px;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt p.posted{
	color: #c0c0c0;
}
/*=== Buttons ===*/
.continue{
	background: url(../img/ico-arrow.gif) no-repeat left;
	padding: 0 0 0 13px;
	font-weight:bold;
	font-size: 0.9em;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(../img/ico-comm.gif) no-repeat left;
	color: #000000;
	padding: 0 0 0 20px;
	font-weight:bold;
}
a.more{
	background: url(../img/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#EEE;
	padding:10px;
	width:530px;
	margin-bottom:25px;
}
#archivebox h2 {
	font-size:1.5em;
	color:#000;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(../img/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2{
	color: #000;
	font-size: 18px;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px;
	}
.entry blockquote { 
	padding: 3px 15px;
	background: #def3ff;
	border: 1px solid #0253b8;
	margin: 5px auto 15px auto;
	color:#000;
	width:85%;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
 	background:#DDD;
	border: solid 1px #C0C0C0;
 	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}



/*========= SIDEBAR =========*/

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs {
	height:31px;
	width:350px;
	float:left;
	display:block;
	z-index: 1000;
	background-image: url(../img/navbox_bg.gif);
	background-repeat: repeat-x;
	background-position: left;
	margin: 0px;
	padding: 0px;
	}
.sideTabs .idTabs{
	letter-spacing: 0px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
.sideTabs .idTabs li{
	float: left;
	font-size: 12px;
	line-height: 30px;
}
.sideTabs .idTabs li a{
	color: #818181;
	display: block;
	font-weight:bold;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
	background-image: url(../img/sidetab.gif);
	float: left;
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	color: #373737;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c0c0c0;
	border-left-color: #c0c0c0;
	background-image: url(../img/sidetab_active.gif);
	background-position: left top;
	height: 31px;
}
.navbox{
	background: #dddddd;
	position: relative;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 348px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	z-index: 10;
	display: block;
	padding-top: 0px;
}

.navbox_sub{
	background: #dddddd;
	position: relative;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	float: left;
	width: 348px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	z-index: 10;
	display: block;
	padding: 0px;
	clear: both;
}

.navbox .small
{
	font-size: 10px;
	color: #666666;
}

.navbox .small a:hover
{
	font-size: 10px;
	color: #FFFFFF;
}

.navbox_kassa{
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
	width: 328px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	z-index: 10;
	display: block;
	background-color: #c0c0c0;
	padding: 10px;
	text-align: left;
}

.navbox_kassa ul{
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


.navbox_kassa li{
	float: left;
	display: block;
	margin-top: 8px;
	list-style-image: none;
	list-style-type: none;
	padding-right: 32px;
	padding-left: 16px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	height: 16px;
	line-height: 18px;
	background-image: url(../img/delete.gif);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbox_kassa li.first{
	float: left;
	display: block;
	margin-top: 8px;
	list-style-image: none;
	list-style-type: none;
	padding-left: 21px;
	color: #FFFFFF;
	background-image: url(../img/cart_icon.gif);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 0px;
	background-position: left center;
}


.navbox_kassa li.last{
	float: left;
	display: block;
	margin-top: 8px;
	list-style-image: none;
	list-style-type: none;
	padding-left: 17px;
	color: #FFFFFF;
	background-image: url(../img/info_icon.gif);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.navbox_kassa li a{
	color: #FFFFFF;
	text-decoration: none;
}

.navbox_kassa li a:hover{
	color: #000000;
}

.navbox_arkiv {
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	width: 328px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	z-index: 10;
	display: block;
	background-color: #dddddd;
	padding: 10px;
	float: left;
	vertical-align: top;
}

.navbox_arkiv ul{
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.navbox_prod{
	background: #dddddd;
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	float: left;
	width: 328px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	z-index: 10;
	display: block;
	padding: 10px;
	height: inherit;	
}

.navbox_prod h2 {
	text-transform:uppercase;
	font-size: 13px;
	margin-bottom: 7px;
	line-height: 14px;
	padding-top: 0px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.navbox_prod .small
{
	font-size: 10px;
	color: #666666;
}

.navbox_sok{
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	width: 328px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	z-index: 10;
	display: block;
	background-color: #dddddd;
	padding: 10px;
	float: left;
	vertical-align: top;
}

.navbox_sok ul{
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.navbox_sok li{
	float: left;
	display: block;
	margin-top: 0px;
	list-style-image: none;
	list-style-type: none;
	color: #FFFFFF;
	width: 265px;
	padding: 0px;
	margin-right: 0px;
	height: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navbox_sok li.last{
	float: right;
	display: block;
	list-style-image: none;
	list-style-type: none;
	color: #FFFFFF;
	margin: 0px;
	width: auto;
	padding: 0px;
	height: 22px;
	vertical-align: bottom;
}

.list_sub{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-top-style: dashed;
	border-top-color: #C0C0C0;
	display: block;
	height: auto;
}

.list_sub li{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-top-style: dashed;
	border-top-color: #C0C0C0;
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

.list_sub li.head{
	height: 24px;
	display: block;
	font-size: 16px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C0C0C0;
	float: none;
}

.list_sub li.first{
	height: 24px;
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-top-style: dashed;
	border-top-color: #C0C0C0;
	float: none;
}


.list_sub li.down{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	float: none;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	background-color: #CFCFCF;
	height: 30px;
}




.list_sub li.last{
	border-bottom:0px dashed #C0C0C0;
	height: 24px;
	display: block;
	line-height: 12px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	float: none;
}

.list_sub ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	float: none;
	padding-left: 13px;
	padding-top: 7px;
	padding-bottom: 2px;
	height: 18px;
	margin: 0px;
	padding-right: 0px;
}
.list_sub ul li a:hover {
	background-color: #CECECE;
	color: #FFFFFF;
	margin-top: 0px;
	text-decoration: none;
}

.active {
	background-color: #CFCFCF;
}


.list_sub ul li.down a {
	color: #000000;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	float: none;
	display: block;
}

.list_sub ul li.down a:hover {
	color: #FFFFFF;	
}

.down{
	height: 200px;
	padding: 0px;
	display: compact;
	margin: 0px;
	clear: both;
	overflow: visible;
	float: left;
}


.list11 li{
	border-bottom:1px dashed #C0C0C0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 34px;
	display: block;
	background-image: url(../img/ico-arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	line-height: 16px;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.list11 ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	float: none;
	padding-left: 26px;
	padding-top: 10px;
	padding-bottom: 3px;
	height: 21px;
	margin: 0px;
	padding-right: 0px;
}
.list11 ul li a:hover {
	background-color: #c0c0c0;
	color: #FFFFFF;
	background-image: url(../img/ico-arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	margin-top: 0px;
	text-decoration: none;
}

.list33 li{
	border-bottom:1px dashed #C0C0C0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 34px;
	display: block;
	background-image: url(../img/ico-star.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	line-height: 16px;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.list33 ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	float: none;
	padding-left: 26px;
	padding-top: 10px;
	padding-bottom: 3px;
	height: 21px;
}
.list33 ul li a:hover {
	background-color: #c0c0c0;
	color: #FFFFFF;
	background-image: url(../img/ico-star_white.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	margin-top: 0px;
	text-decoration: none;
}

.list44 li{
	border-bottom:1px dashed #C0C0C0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 34px;
	display: block;
	background-image: url(../img/treemenu_page.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	line-height: 16px;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.list44 ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	float: none;
	padding-left: 26px;
	padding-top: 10px;
	padding-bottom: 3px;
	height: 21px;
}
.list44 ul li a:hover {
	background-color: #c0c0c0;
	color: #FFFFFF;
	background-image: url(../img/treemenu_page_white.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-top: 0px;
	text-decoration: none;
}




/*=== DropDown Lists ===*/

.catlist{
	border-bottom: 3px solid #c0c0c0;
	width: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
	float: left;
}
.catlist h2 {
	font-size: 14px;
	padding: 0px!important;
	margin: 0px;
	display: block;
}

.catlist h2 a{
	width: 160px;
	font-size: 14px;
	background-image: url(../img/ico-catlist_grey.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	margin: 0px;
	padding: 0px;
}

.catlist h2 a:hover{
	font-size: 14px;
	padding: 0px 0px 0px 0px!important;
	background-image: url(../img/ico-catlist.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.list-alt {
	padding-top:10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	float: left;
	}
.catlist ul{
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}	
	
.list-alt li{
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.list-alt li a{
	color: #000000;
	margin: 0px;
	padding: 0px;
}
/*=== Styling Widget Lists ===*/


.widget h2 {
	text-transform:uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
.widget ul {
	background: url(../img/hl-dot.gif) repeat-x bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.widget ul li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.widget ul li a{
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.widget p{
	margin: 0px;
	padding: 0px;
}


/*========= PRODUCTS =========*/


#main_prod {
	float:left;
	width:550px;
	margin-right:0px;
	padding-bottom:20px;
	background-repeat: repeat-y;
	background-position: 220px;	/*font-size:1.1em;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.product-wrapper {
	width:auto;
	margin:0px;
	padding:0px;
	background-image: url(../img/bg_separator-vertical.gif);
	background-repeat: repeat-y;
	background-position: 220px 0;
}

.product-images {
	float:left;
	width:200px;
	padding-bottom:10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.img120 {
	width:120px;
	height:120px;
}

.img200 {
	width:200px;
	height:200px;
}
.img230 {
	width:230px;
	height:230px;
}

.product-images #top-image {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.product-info {
	float:right;
	width:309px;
	font-size: 1em;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.product-more {
	float:right;
	width:309px;
	font-size: 11px;
	color: #666666;
	border-bottom-width: 0px;
	border-bottom-color: #cccccc;
	padding-top: 4px;
	display: block;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.product-more li {
	float:right;
	width:309px;
	font-size: 11px;
	color: #666666;
	border-bottom-width: 0px;
	border-bottom-color: #cccccc;
	padding-top: 4px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.product-more li a{
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

.product-more li a:hover{
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.product-rub_more {
	float:right;
	width:309px;
	font-size: 11px;
	color: #666666;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 8px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#product-item {
	border:1px solid #cccccc;
	border-width:1px 0;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
}


.last-item {margin:0;}
.product-item img {
	margin:0px;
	padding:9px;
}

.product-action-box {
	position:absolute;
	bottom:0;
	margin: 0px;
	padding: 0px;
}

.tbl-product-item th {
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
.tbl-product-item th {
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
.tbl-product-item {
	margin:0px;
	padding:0px;
	width:auto;
	
}
.tbl-product-item th {
	/*min-width:6em;*/
	padding:0px;
	font-weight:normal;
	margin: 0px;
}
.tbl-product-item label {
	width:auto;
	padding-top:1px;
	font-weight:normal;
}
.tbl-product-item td {
	margin: 0px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}


div.pricerow {
	width:100%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.right {
	float: right;
	margin: 0px;
	padding: 0px;
}
.left {
	float: left;
	margin: 0px;
	padding: 0px;
}

.left_price {
	float: left;
	width: 259px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	height: 25px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.left_price_default {
	float: left;
	width: 485px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	height: 25px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}

.right_price {
	float: right;
	width: 50px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.right_price_default {
	float: right;
	width: 60px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.prod_active {
	font-size: 1em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.extra_priceBig {
	font-family: georgia;
	font-size: 1.6em;
	line-height: 1.1em;
	line-height:1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #FF6600;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.price_kassa {
	font-family: georgia;
	font-size: 1.5em;
	line-height: 1.1em;
	line-height:1.1em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #FF6600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.extra {
	font-family: georgia;
	font-size: 1.3em;
	line-height: 1.1em;
	line-height:1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FF6600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.ord {
	font-family: georgia;
	font-size: 1.3em;
	line-height: 1.1em;
	line-height:1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.price_ord {
	font-family: georgia;
	font-size: 1.3em;
	line-height: 1.1em;
	line-height:1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: line-through;
}

.ord_priceBig {
	font-family: georgia;
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 0px;
	line-height:1.4em;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
}


.regular_price {
	font:normal 0.9em/1.76em microsoft sans serif, verdana, sans-serif;
	color: #4C4C4C;
	font-weight:normal;
}
.linethrough {
	text-decoration:line-through;
	color:#FF6600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "microsoft sans serif", verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.76em;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
}


.running-text {
	font-size:11px;
	color: #000000;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
	display: block;
	margin: 0px;
	float: right;
	width: 309px;
}

/*========= KASSA =========*/

.clearfix2 {display: inline-block;}
.clearfix2 {display: block;}

#main_kassa {
	float:left;
	width:550px;
	margin-right:0px;
	padding-bottom:20px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;	/*font-size:1.1em;*/
}

#main_kassa img.delete-item {
	display:inline;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper-sign-in {
	width:auto;
	margin:0px;
	padding:0px;
	background-image: url(../img/bg_separator-vertical.gif);
	background-repeat: repeat-y;
	background-position: 50% 0;
}

#wrapper-cart {
	overflow:hidden;
	background-color: #fff;
	background-image: url(../img/bg_separator-horizontal.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	float: left;
	width: 100%;
	
}

#sign-in {
	float:left;
	width:258px;
}
#sign-in h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

#frm-sign-in {
	clear:both;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #f2f2f2;
	overflow:hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#sign-in p {
	display:block;
	width:100%;
	margin:0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#new-customer {
	float:right;
	width:235px;
}

#new-customer h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

#new-customer p {
	display:block;
	width:100%;
	margin:0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;	/*
	margin:1em 0 0;
	padding:1.2em 0 0;
	border-top:1px solid #f2f2f2;
	*/
}

.box_kassa_top {
	overflow:hidden;
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	float: left;
	width: 100%;
}

.box_kassa_top h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

.box_kassa {
	overflow:hidden;
	background-color: #fff;
	background-image: url(../img/bg_separator-horizontal.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	float: left;
	width: 100%;
}

.box_kassa h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

.box h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

.box h4 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

#box_kassa p {
	display:block;
	width:100%;
	margin:0px;	/*
	margin:1em 0 0;
	padding:1.2em 0 0;
	border-top:1px solid #f2f2f2;
	*/
	padding: 0px;
}

.tbl-general {
	width:100%;
	padding:0px;
	margin: 0px;	/*border:1px solid #f2f2f2;*/
}
.tbl-general th,
.tbl-general td {
	border:1px solid #f2f2f2;
	vertical-align:middle;
	margin: 0px;
	padding: 5px;
}
.tbl-general .row-color-header {
	background-color: #F6F6F6;
}
.tbl-general .row-color {
	background:#fbfbfb;
}
.tbl-general td[scope] {font-weight:normal;}

.txt-center {text-align:center;}
.txt-right {text-align:right;}
.txt-right-i {
	text-align:right;
	font-weight: normal;
	color: #666666;
}


.infoContainer {
	width:510px;
	overflow:hidden;
}


.infoContainer input,
.infoContainer textarea {
background:#fff url(../img/bg_input.gif) bottom left repeat-x;
	border:1px solid #d4d4d4;
	border-color:#d4d4d4 #dfdfdf #eee #dfdfdf;
	margin:0;
	padding:0.1em 0.2em 0.2em;
	width:180px;
}

.container-register-password {
	padding:10px 0 0 0;
}

.container-register-password p {
	margin:2px 0 0 0;
}

div.pricerow {
	width:100%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

caption {
	margin:0px;
	color:#000;
	text-align:left;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.price {
	font-weight:bold;
	color:#FF6600;
	text-align:right;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
}


.button-cart {
	width:200px;
	text-align:left;	/*line-height:1.7em;*/
	padding: 0px;
	margin-top:8px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;
}


.button-cart a {
	font-weight:bold;
	line-height:20px;
	color:#fff;
	text-decoration:none;
	border:1px solid #808181;
	border-color:#808181 #808181 #808181 #808181;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #999999;
	background-image: url(../img/bg_button-blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	height: 28px;
}

.button-cart hover {
	padding:1px 3px 2px 3px;
	font-weight:bold;
	margin-left:3px;
	line-height:12px;
	color:#fff;
	text-decoration:none;
	border:1px solid #808181;
	border-color:#808181 #808181 #808181 #808181;
    background:#45bdde url(../img/bg_button-blue.gif) top left repeat-x;
}


.action {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border:1px solid #808181;
	border-color:#808181 #808181 #808181 #808181;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #999999;
	background-image: url(../img/bg_button-blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 12px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	clear: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

.action_dialogue {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border:0px solid #808181;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #E15A30;
	line-height: 12px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	margin-top: -17px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	display: block;
}

.action_dialogue:hover {
	text-decoration:none;
}


.action_dialogue_notice {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border:0px solid #808181;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #5b9659;
	line-height: 12px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	margin-top: -17px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	display: block;
}

.action_dialogue_notice:hover {
	text-decoration:none;
}


.action:hover {
	text-decoration:none;
 	background:url(../img/bg_button-blue-hover.gif) top left repeat-x;
}

.action_right {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border:1px solid #808181;
	border-color:#808181 #808181 #808181 #808181;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #999999;
	background-image: url(../img/bg_button-blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 12px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}

.action_right:hover {
	color:#fff;
	text-decoration:none;
 	background:url(../img/bg_button-blue-hover.gif) top left repeat-x;
}


.buy_right {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border:1px solid #808181;
	border-color:#808181 #808181 #808181 #808181;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #999999;
	background-image: url(../img/bg_button-buy.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 12px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}

.buy_right:hover {
	color:#fff;
	text-decoration:none;
	background:url(../img/bg_button-buy-hover.gif) top left repeat-x;
}


#settings label {
	float:left;
	padding-top:4px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a.spec {
	padding-left:19px;
	padding-bottom:2px;
	font-size: 11px;
	color: #333333;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
}

a.com {
	padding-left:19px;
	padding-bottom:2px;
	font-size: 11px;
	color: #333333;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
}


a.back {
	padding-left:19px;
	padding-bottom:2px;
	font-size: 11px;
	color: #333333;
	background-image: url(../img/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
}

a.kassa {
	padding-bottom:2px;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	text-decoration: underline;
}


.form-general,
.form-sidebar {
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

.form-general label,
.form-sidebar label {
	display:block;
	font-weight:bold;
	color: #4C4C4C;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.mandatory {
	color: #FF6600;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


input.user_address {
	width:198px;
	height:14px;
}

input.kassa_antal {
	width:35px;
	height:14px;
	margin: 0px;
	padding: 0px;
}
select.user_address {
	width:214px;
	height:20px;
}

input.default
{
	background:#fff url(../img/bg_input.gif) bottom left repeat-x;
	border:1px solid #d4d4d4;
	border-color:#d4d4d4 #dfdfdf #eee #dfdfdf;
	margin:1px;
	padding-top: 0.3em;
	padding-right: 0.6em;
	padding-bottom: 0.1em;
	padding-left: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.kassa
{
	margin:1px;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d4d4d4;
	border-right-color: #d4d4d4;
	border-bottom-color: #d4d4d4;
	border-left-color: #d4d4d4;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../img/bg_input.gif);
}

select.default
{
	background:#fff url(../img/bg_input.gif) bottom left repeat-x;
	border:1px solid #d4d4d4;
	border-color:#d4d4d4 #dfdfdf #eee #dfdfdf;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
}

textarea.default
{
	background:#fff url(../img/bg_input.gif) bottom left repeat-x;
	border:1px solid #d4d4d4;
	border-color:#d4d4d4 #dfdfdf #eee #dfdfdf;
	margin:1px;
	padding-top: 0.4em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.popup {
	text-align:left;
	position:absolute;
	z-index:99999;
	display:none;
	width:400px;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	left: 1106px;
	top: 386px;
	right: 70%;
}
.popup h4 {
	line-height:2.4em;
	margin:0px;
	padding:0px 0px 0px 10px;
	background-image: url(../img/bg_sidebar-headline.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.popupbox {
	background:#FBFBFB;
	padding:10px;
	border:#DFDFDF 1px solid;
	border-top:none;
	font-size:1.1em;
}
.popupbox a.action {
	font-size:0.9em;
	margin-left:3px;
}
.popupbox p {
	margin:0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/*========= DIALOGUE =========*/

.dialogue {
	width:auto;
	font-size:1.1em;
	background:#fbfbfb;
	border:1px solid #f2f2f2;
	min-height:24px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.notice {
	color:#5b9659;
	background:#f6fdf6 url(../img/notice.gif) no-repeat 12px 12px;
	border:1px solid #d7ebd7;
}
.warning {
	color:#cd7b6c;
	background:#fdf7f7 url(../img/warning.gif) no-repeat 12px 12px;
	border:1px solid #f1e1de;
}
.error {
	color:#ada334;
	background:#fdfcf7 url(../img/error.gif) no-repeat 12px 12px;
	border:1px solid #f0f1dd;
}
.dialogue p {
	width:auto;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 36px;
	padding-top: 7px;
}



/*========= FOOTER =========*/

#footer{
	clear: both;
	color: #b3b3b3;
	line-height: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 14px;
}
#footer a{
	color: #00CCFF;
	margin: 0px;
	padding: 0px;
}

.form-general .txt input {
	width:16em;
	max-width:100%;
}
.form-general .txt select {
	width:16.7em;
	max-width:100%;
}
.form-sidebar .txt input {
	/*width:134px;*/
	width:172px;
	max-width:100%;
}
.form-general .antal label {
	float:none;
	display:inline;
	width:auto;
	padding-right:0;
}
.form-general .antal input {
	width:1.4em;
	text-align:center;
}
.form-general .radio label {
	display:inline;
	float:none;
	width:auto;
}
.form-general .radio input {
	width:auto;
	margin-bottom:0em;
}
.form-general .readonly input {
	width:40em;
	border:0;
	background:transparent;
}
.form-general .txt textarea {
	width:22.4em;
	height:10em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.form-general fieldset {
	width:32em;
	padding:0;
	margin-bottom:1.4em;
	border:0;
}
.form-general legend {
	color:#000;
	font-size:1em;
}

.form {
	margin: 0px;
	padding: 0px;
}






/*========= MISC =========*/


.fix{
	clear: both;
	margin: 0 0 -1px;
	overflow: hidden;
	height: 1px;
}
.hl{
	background: url(../img/hl-dot.gif) repeat-x bottom;
}
.hl-prod{
}
.hl-full{
	background: url(../img/hl-dot-full.gif) repeat-x bottom;
	float:left;
	clear:both;
	height:2px;
	width:100%;
	margin:15px 0 15px!important;
	margin:10px 0 15px;	
	padding:0 !important;
}
.hl-full_prod{
	background: url(../img/hl-dot.gif) repeat-x bottom;
	float:left;
	clear:both;
	height:2px;
	width:100%;
	margin:15px 0 15px!important;
	margin:10px 0 15px;	
	padding:0 !important;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-top: 3px solid #c0c0c0;
	padding: 10px 0 0;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}

.th{
	border: 1px solid #c0c0c0;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 4px;
}

.buttom{
	float: right;
	margin-top: 0px;
	margin-left: 0;
	margin-left: 0;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 0px;
}

.buttom_default{
	margin-top: 0px;
	margin-left: 0;
	margin-left: 0;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 0px;
}

.buttom_buy{
	margin-top: 0px;
	margin-left: 0;
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}

.rub_front h2 {
	text-transform:uppercase;
	font-size: 24px;
	height: 32px;
	margin-bottom: 15px;
	line-height: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.rub_head_prod h2 {
	text-transform:uppercase;
	font-size: 24px;
	margin-bottom: 15px;
	line-height: normal;
	color: #BABABA;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.rub_head_kassa h2 {
	text-transform:uppercase;
	font-size: 24px;
	margin-bottom: 15px;
	line-height: normal;
	color: #BABABA;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.rub_head_kassa h3 {
	font-size: 16px;
	line-height: normal;
	color: #333333;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-weight: bold;
}

.rub_head_kassa {
	margin-bottom: 0px;
	line-height: 13px;
	color: #333333;
	margin-right: 0px;
	margin-left: 0px;
}

.rub_prod h2 {
	text-transform:uppercase;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: normal;
	padding-top: 20px;
	padding-bottom: 15px;
}

.clearfix {
	display: block;
	margin: 0px;
	padding: 0px;
}

.prod_div {
	padding: 0px;
	margin: 0px;
}
.sok_rub {
	font-size: 14px;
	color: #333333;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
}
.sok_td {
	color: #333333;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}
.sok_side2_td {
	color: #333333;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.nMore a {
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.nMore a:hover {
	text-decoration: none;
}
.nMore {
	text-decoration: none;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 14px;
}
.sok_side1_td {
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
}
