@charset "UTF-8";
/* NeoCMS B2B CSS */
body {
	/*background: #000 url(/frontend/images/backgrounds/3.jpg) center center fixed no-repeat;*/
	background-color: #ddd;
	/*background: -moz-linear-gradient(top, #999, #ddd 100%);*/
	/*-moz-background-size: cover;
	background-size: cover;*/
}

/************************************/
/************************************/
/************************************/

.table-tools {
	background: #c7c7c7;
	width: 230px;
	height: 33px;
	padding: 5px;
	-moz-border-radius: 5px 5px 0px 0px;
  	border-radius: 5px 5px 0px 0px;
}

.table-tools .table-tools-filter {
	width: 230px;
	height: 33px;
	background: url(../images/menu/filter-field.png) no-repeat;
}

#identification .identification-ending {
	height: 20px;
	width: 10px;
	background: url(/frontend/images/menu/corner-grey-left.png) no-repeat;
	display: inline-block;
	margin-right: -3px; /*?! */
}

.table-tools .table-tools-filter input {
    border: none;
    border-radius: 0 0 0 0;
    height: 25px;
    left: 52px;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    width: 180px;
	line-height: 25px;
	/*
	border: 1px solid black;
	*/
	background: none;
	margin-top: 4px;
}

.table-tools .table-tools-filter button {
	position: absolute;
    top: 6px;
    width: 82px;
	left: 352px;
	height: 33px;
	background: none;
	border: none;
	cursor: pointer;
	border: 1px solid black;
	/*
	font-size: 1.5em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	*/
}

.table-tools .table-tools-filter .icon-filter {
	position: relative;
	top: 9px;	
	margin-left: 9px;
	background-color: #e5e5e5;
	width: 16px;
	height: 16px;
}


#header-wrapper {
	height: 12em;
	background: url(/frontend/images/menu/header-background.png) repeat-x bottom;
}

#header-wrapper  #header-logo {
	position: absolute;
	left: 2.8em;
	top: 1.4em;
}

#header-wrapper  #header-search {
	position: absolute;
	/*
	RIGHT
	right: 0.8em;
	top: 3.5em;
	*/
	/* CENTER */
	left: 41em;
    top: 2.2em;
	
	width: 440px;
	height: 46px;
	background:url(/frontend/images/menu/search-field.png) no-repeat;
}

#header-wrapper  #header-search input {
    border: none;
    border-radius: 0 0 0 0;
    height: 28px;
    left: 55px;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    top: 9px;
    width: 280px;
	line-height: 28px;
}

#header-wrapper  #header-search button {
	position: absolute;
    top: 6px;
    width: 82px;
	left: 352px;
	height: 33px;
	background: none;
	border: none;
	cursor: pointer;
	/*
	font-size: 1.5em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	*/
}

#header-wrapper #header-tools {
	position: absolute;
	right: 0px;
}

footer {
	
}

#shadow-wrapper {
	width: 101em;
	margin: 0 auto;
	background: url(/frontend/images/page/shadow-background.png) repeat-y;
}

#shadow-top {
	height: 4.5em;
	width: 101em;
	margin: 0 auto;
	background:url(/frontend/images/page/shadow-top.png);
}

#shadow-bottom {
	height: 5em;
	width: 101em;
	margin: 0 auto;
	background:url(/frontend/images/page/shadow-bottom.png);
}


.content h1 {
	color: #E47911;
	line-height: 2.3em;
	margin-top: 0px;
}

/************************************/
/************************************/
/************************************/


body p {
	font-size: 1.2em;
}

.topborder, .bottomborder {
	background-color: transparent;
	height: 1.5em;
}
.topborder {
	margin-top: 0.8em;
}
.bottomboder {
	margin-bottom: 0.8em;
}
.bottommargin {
	width: 100%;
	height: 0.8em;
	background-color: transparent;
}
.middleelement {
	width: 93em;
	line-height: 0em;
	color: #FFF;
	background-color: #FFF;
	height: 1.5em;
	display: inline-block;
}
.borderelement {
	width: 1.5em;
	height: 1.5em;
}
#header {
	width: 960px;
	position:relative;
	/*
	background-color: #F00;
	*/
}
#header .logo {
	margin-left: 0.8em;
	margin-right: -0.8em;
}
#header .search {
	width:20em;
	padding-top:4.1em;
}
#header nav {
	/*
	background-color:#146EB4;
	color:#fff;
	*/
	height:3.6em;
	line-height:3.6em;
}

#topmenu nav {
	background: url(/frontend/images/menu/menu-gradient-normal.png);
}

nav ul {
	list-style:none;
	font-size: 1.5em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	/*
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	*/
}
nav ul li {
	float:left;/*
	margin-left:0.5em;
	*/
}

#topmenu nav ul li a {
	padding-left: 0.8em;
	padding-right: 0.8em;
}

nav ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	/*
	padding-left: 0.8em;
	padding-right: 0.8em;
	*/
	/*
	padding:2px 8px;
	margin-top:8px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	*/
}

#topmenu nav ul {
	/*
	border-left: #105b95 1px solid;
	*/
	border-right: #80add1 1px solid;
    position: absolute;
}

#topmenu nav ul li {
	border-right: #105b95 1px solid;
	border-left: #80add1 1px solid;
}

#topmenu nav ul li:hover {
	border-left: #ffdd9d 1px solid;
}

#topmenu nav ul li a:hover {
	/*
	background-color: rgba(255,255,255,0.1);
	color:#000;
	*/
	background: url(/frontend/images/menu/menu-gradient-hover.png);
}

#topmenu nav ul li.active a {
	/*
	background-color: rgba(255,255,255,0.2);
	*/
	background: url(/frontend/images/menu/menu-gradient-active.png);
}
#topmenu nav ul li.active {
	border-left: #fab56d 1px solid;
}


aside {
	min-height:52.5em;
}
.submit, .submit:visited {
	background: #525252;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border:none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-bottom:0.5em;
}
/*
body {
	font:71%/165% "Lucida Grande", Lucida, Verdana, sans-serif;
	}
*/	

#breadcrumbs {
	height: 2em;
	width: 100%;
	background-color: #e67702;
	height:0.9em;/*
	border:1px solid #dedede;
	*/
}
#breadcrumbs ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
}
#breadcrumbs li {
	float:left;
	line-height:2.3em;
	color:#146EB4;
	padding-left:0.8em;
}
#breadcrumbs li a {
	background:url(/frontend/images/breadcrumbs/breadcrumbs.png) no-repeat right center;
	display:block;
	padding:0 1.5em 0 0;
}
#breadcrumbs li a:link, #breadcrumbs li a:visited {
	color:#777;
	text-decoration:none;
}
#breadcrumbs a:link, a:visited, #breadcrumbs li a:hover, #breadcrumbs li a:focus {
	/*color:#146EB4;*/
}
.leftmenu {
	width: 24em; /* 23.5 */
	/*
	margin-right: 1.5em;
	*/
	display: inline;
	overflow: hidden;
	float: left;
	position: relative;
	background-color: #FFF;
	/*
	border-right: #e9e9e9 dotted 1px;
	*/
}

.leftmenu #leftmenu-wrapper-left {
	float: left;
	width: 5px;
	height: 5px;
	background: url(/frontend/images/menu/corner-in-top-right.png) no-repeat;
	display: none;
}

.leftmenu #leftmenu-wrapper {
	float: left;
	width: 23.0em;
	/*
	margin-left: 0.8em;
	*/
	background: #e67702 url(/frontend/images/menu/leftmenu-bottom.png) bottom no-repeat;
	overflow: hidden;
}

#leftmenu-inner-top {
	width: 22.0em;
	height: 0.4em;
	background:url(/frontend/images/menu/leftmenu-inner-top.png) no-repeat;
	margin: 0 auto;
}

#leftmenu-inner-middle {
	padding-left: 0.2em;
	padding-right: 0.2em;
	width: 21.6em;
	background:url(/frontend/images/menu/leftmenu-inner-middle.png) repeat-y;
	margin: 0 auto;
	overflow: hidden;
}

#leftmenu-inner-middle h1 {
	padding-left: 0.4em;
	padding-top: 0.1em;
	padding-bottom: 0.3em;
	background: #e4f3ff;
	border-bottom: 1px solid #cccccc;
	font-size: 1.7em;
	line-height: 1.7em;
	margin-top: 0px;
	color:#146EB4;
}

#leftmenu-inner-bottom {
	width: 22.0em;
	height: 0.4em;
	background:url(/frontend/images/menu/leftmenu-inner-bottom.png) no-repeat;
	margin: 0 auto;
	margin-bottom: 0.4em;
}



.leftmenu #leftmenu-wrapper-right {
	float: left;
	width: 5px;
	height: 5px;
	background: url(/frontend/images/menu/corner-in-top-left.png) no-repeat;
}



.content {
	width: 70.0em;/* 0.8 em on the right */
	margin-right: 0.8em;
	display: inline;
	overflow: hidden;
	float: right;
	position: relative;
	background-color: #FFF;
}

.contentfull {
	width: 96.0em;/* 0.8 em on the right */
	display: inline;
	overflow: hidden;
	float: right;
	position: relative;
	background-color: #FFF;
}

.contentfullwrapper {
	width: 94.4em; /* full width - 2x 0.8 em */
	margin-left: 0.8em;
	margin-right: 0.8em;
}

.iconpdf50 {
	background: url(/frontend/images/icons/pdf_icon_50x50.gif) no-repeat ;
	height: 50px;
	width: 50px;
}

.iconpdf75 {
	background: url(/frontend/images/icons/pdf_icon_75x75.gif) no-repeat ;
	height: 75px;
	width: 75px;
	margin-bottom: 5px;
}

.iconpdf100 {
	background: url(/frontend/images/icons/pdf_icon_100x100.gif) no-repeat ;
	height: 100px;
	width: 100px;
}

.iconpdf150 {
	background: url(/frontend/images/icons/pdf_icon_150x150.gif) no-repeat ;
	height: 150px;
	width: 150px;
}


footer {
/*
	font-size: 1.2em;
	*/
}
footer {
	color: #b2b2b2;
}
h1 {
	color: #E47911;
}

#header #mainmenu {
	position: absolute;
	right: 0em;
	top: 9em;
	/*
	margin-right: 4.0em;
	margin-bottom: 0.7em;
	*/
}
#header #mainmenu nav {
	/*
	background-color: #FFF;
	color:#eee;
	*/
	height:2.0em;
	line-height:2.0em;
}
#header #mainmenu nav ul {
	list-style:none;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.05);
}
#header #mainmenu nav ul li {
	float:left;
	padding-left: 0.8em;
	padding-right: 0.8em;
}
#header #mainmenu nav ul li a {
	display:block;
	color:#146EB4;
	text-decoration:none;
}
#header #mainmenu nav ul li:not(:last-child) {
	background: url(/frontend/images/mainmenu/divider.gif) right center no-repeat;
}
#header #mainmenu nav ul li a:hover {
	background-color: none;
	text-decoration: underline;
}
#header #mainmenu nav ul li.active a {
	background-color: none;
	/*
	background-color: rgba(255,255,255,0.2);
	*/
}
/***************************************************************************************/
#header #header-right {
	margin-top: 5.0em;
	float: right;
}

#identification {
	/*
	right: 2.5em;
	*/
	margin-right: 3.3em;
	margin-top: 2.5em;
}

#identification nav {
	background-color: #eee;
	/*
	color:#eee;
	*/
	height:20px;
	line-height:20px;
	display: inline-block;
}
#identification nav ul {
	list-style:none;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.05);
}
#identification nav ul li {
	float:left;
}
#identification nav ul li a {
	display:block;
	color:#146EB4;
	text-decoration:none;
	padding-left: 0.8em;
	padding-right: 0.8em;
}

#identification nav ul li:last a {
	padding-right: 0em;
}


#identification nav ul li span {
	display:block;
	color:#777777;
	text-decoration:none;
	padding-left: 0.8em;
	padding-right: 0.8em;
}
#identification nav ul li:not(:last-child) {
	background: url(/frontend/images/identification/divider.gif) right center no-repeat;
}
#identification nav ul li a:hover {
	background-color: none;
	text-decoration: underline;
}
#identification nav ul li.active a {
	background-color: none;/*
	background-color: rgba(255,255,255,0.2);
	*/
}
#header #headercart {
	/*
	font-size: 1.2em;
	*/
	color: #777777;
	/*
	height: 2.0em;
	*/
	/*
	width: 18.0em;
	*/
	/*
	NEONEW
	margin-top: 2.3em;
	*/
	/*
	margin-right: 0.8em;
	*/
	text-align: right;
	cursor: pointer;
}

#header #headercart span {
	display: inline-block;
}

#header #headercart span {
	/*
	float: right;
	*/
	margin-left: 0.2em;
}
#header #headercart a {
	color: #146EB4;
	text-decoration:none;
}
#header #headercart a:hover {
	text-decoration: underline;
}
#header #headercart #cart-icon {
	height: 13px;
	width: 13px;/*
	background-color: #146EB4;
	*//*
	clear: none;
	display: inline;
	*//*font-size: 100%; /* otherwise problems */
	margin-right: 0.2em;
}
#header #headercart #cart-icon img {
	text-align: center;
	vertical-align: center;/*
	height: 13px;
	width: 13px;
	*/
}
/*******************************************/





.sitemap-first-left {
	width: 22.0em;
	height: 2.8em;
	background:
}


ul#sitemap {
	margin-top: 0.5em;
	margin-bottom:0.3em;
	
	/* margins to achieve spacing */
	margin-left: 0.3em;
	margin-right: 0.5em;
	
	width: 20.8em;
	
	line-height: 2.8em;
	list-style-type: none;
	padding: 0;
}
ul#sitemap li:hover {
	margin-bottom: 0em;
	background:url(/frontend/images/menu/submenu-background.png) no-repeat;
}
ul#sitemap li:hover a {
	color: #FFF;
}

ul#sitemap li:hover ul li {
	background: none;
}

ul#sitemap li ul li:hover {
	margin-bottom: 0em;
	background:url(/frontend/images/menu/subsubmenu-background.png) no-repeat;
}

ul#sitemap li:hover ul li a {
	color: #000;
}

ul#sitemap li ul li:hover a {
	color: #FFF;
}

#sitemap .selected {
	background:url(/frontend/images/menu/submenu-background-active.png) no-repeat !important;
}

#sitemap .selected a {
	color: #FFF;
}

#sitemap .selected ul a {
	color: #000;
}

#sitemap .selected ul .subselected  {
	background:url(/frontend/images/menu/subsubmenu-background-active.png) no-repeat !important;
}

#sitemap .selected ul .subselected a {
	color: #FFF;
}



ul#sitemap li {
	padding-left: 1.0em;
}

#sitemap li a {
	font-weight: bold;
	font-size: 1.3em;
	width: 20.8em;
}

/*
ul#sitemap li a.selecteditem, ul#sitemap li li a.selecteditem, ul#sitemap li li li a.selecteditem, ul#sitemap li li li li a.selecteditem {
	color: #146EB4;
}
*/


/* second level */
ul#sitemap ul {
	margin:  0 0 .5em 0;
	padding: 0;
	list-style-type: none;
}
ul#sitemap a {
	text-decoration: none;
	display: block;
}
/*
ul#sitemap a:hover {
	text-decoration: underline;
}
*/
ul#sitemap li li {
}
ul#sitemap li li a {
	font-weight: normal;
	font-size: 1.3em;
	/*
	padding: 0 0 0.5em 1.0em;
	*/
}












/* third level */
ul#sitemap ul ul {
}
ul#sitemap li li li {
}
ul#sitemap li li li a {
	font-weight: normal;
	font-size: 1.2em;
	padding: 0 0 0.5em 2.0em;
}
/* fourth level */
ul#sitemap ul ul ul {
}
ul#sitemap li li li li {
}
ul#sitemap li li li li a {
	font-weight: normal;
	font-size: 1.1em;
	padding: 0 0 0.5em 3.0em;
}
















.categoryimage {
	float: left;
	display: inline-block;
	margin: 0 0.5em 0.5em 0;
}
.categorydescription {
	font-size: 1.2em;
}

/*
table {
	-moz-border-radius: 5px 5px;
  	border-radius: 5px 5px;
}
*/

.categorytable {
	width: 100%;
}

.categorytable thead {
	background: url(/frontend/images/menu/table-background-dark.png) bottom repeat-x;
	/*
	background-color: #b2b2b2;
	*/
	color: #FFF;
}

.categorytable thead tr {
	/*
	background-color: #b2b2b2;
	*/
	height: 2.0em;
	font-size: 1.2em;
	line-height: 2.0em;
	vertical-align: middle;
	text-align: center;
}
.categorytable tbody tr {
	padding: 0.5em 0.2em 0.5em 0.2em;
	margin: 0.5em 0.2em 0.5em 0.2em;
	height: 30px;
}
.categorytable tbody tr:hover td {
	background: none;
	background-color: #b2b2b2;
	border-right: 1px dotted #777;
	/*
	background-color: rgba(255, 255, 255, 0.2);
	*/
	
	color: #FFF;
}
.categorytable tbody td {
	vertical-align: middle;
	padding: 0.1em 0.3em 0.1em 0.3em;
	text-align: center;
}
.categorytable th {
	padding: 0 0.3em 0 0.3em;
	white-space: nowrap;
}

.categorytable th.stock {
	width: 10px;
}

.categorytable th.name {
	max-width: 250px;
}
/*.categorytable tbody tr:nth-child(odd) {
	background-color:#eee;
}*/
.categorytable tbody .odd {
	/*
	background-color:#eee;
	*/
	background: url(/frontend/images/menu/table-background-light.png) bottom repeat-x;
}
/*.categorytable tbody tr:nth-child(even) {
	background-color:#fff;
}*/
.categorytable tbody .even {
	/*
	background-color:#fff;
	*/
	background: url(/frontend/images/menu/table-background-medium.png) bottom repeat-x;
}
.categorytable td { /* :not(:last-child) */
	border-right: 1px dotted #b2b2b2;
}
.categorytable td.name {
	max-width: 250px;
}
.categorytable thead tr .forcewhite {
	background-color: #FFF;
}
.categorytable tbody tr .forcewhite {
	background-color: #FFF;
	border-right: none;
}
.addtocarticon {
	cursor: pointer;
	height: 18px;
	width: 18px;
	background: url(/frontend/images/cart/add-to-cart.gif) top left;
	text-align: center;
}
.addtocarticon:hover {
	background: url(/frontend/images/cart/add-to-cart.gif) bottom left;
}
.deleteicon {
	cursor: pointer;
	height: 18px;
	width: 18px;
	background: url(/frontend/images/cart/delete.gif) top left;
	text-align: center;
}
.deleteicon:hover {
	background: url(/frontend/images/cart/delete.gif) bottom left;
}
.refreshicon {
	cursor: pointer;
	height: 18px;
	width: 18px;
	background: url(/frontend/images/cart/refresh.gif) top left;
	text-align: center;
}
.refreshicon:hover {
	background: url(/frontend/images/cart/refresh.gif) bottom left;
}
.coloricon {
	height: 40px;
	width: 40px;
}
.productphotosmall {
	/*width: 60px;*/
	max-width: 60px;
	max-height: 60px;
	padding: 0.4em 0 0 0;
}
.nowrap {
	white-space: nowrap;
}
.addtocarttext {
	height: 1.2em !important;
	width: 2.7em !important;
	border: #b2b2b2 solid 1px !important;
	font-size: 1.1em !important;
	line-height: 1.1em !important;
	color: #777777 !important;
	margin-bottom: 0.3em !important;
	text-align: center !important;
	-moz-border-radius: 0 0 0 0 !important;
	padding: 0 !important;
	clear: both;
}
.footerhorizontaldivider {
	width: 100%;
	height: 1px;
	border-bottom: #ccc 1px solid;
	margin: 1.0em 0.0em 1.0em 0.0em;
	clear:both;
}
.footerright {
	margin-right: 0.8em;
}
.footerleft {
	margin-left: 0.8em;
}

.footerleft a, .footerleft a:active, .footerleft a:visited, .footerleft a:focus  {
	text-decoration: none;
	color: #B2B2B2;
}
.footerleft a:hover {
	color: #525252;
}
.horizontaldividerfullgrey {
	width: 100%;
	height: 1px;
	border-bottom: #777777 1px solid;
	margin: 2.0em 0 2.0em 0;
	clear:both;
}
.horizontaldividerdotsgrey {
	width: 100%;
	height: 1px;
	border-bottom: #777777 1px dotted;
	margin: 2.0em 0 2.0em 0;
	clear:both;
}
.horizontaldividerfulllightgrey {
	width: 100%;
	height: 1px;
	border-bottom: #ccc 1px solid;
	margin: 2.0em 0 2.0em 0;
	clear:both;
}
.horizontaldividerdotslightgrey {
	width: 100%;
	height: 1px;
	border-bottom: #ccc 1px dotted;
	margin: 2.0em 0 2.0em 0;
	clear:both;
}
.horizontaldividerfullcolor {
	width: 100%;
	height: 1px;
	border-bottom: #146EB4 1px solid;
	margin: 2.0em 0 2.0em 0;
	clear:both;
}
.horizontaldividerdotscolor {
	width: 100%;
	height: 1px;
	border-bottom: #146EB4 1px dotted;
	margin: 2.0em 0 2.0em 0;
	clear:both;
}
.collectionjump {
	float: left;
	width: 100px;
	height: 140px; /* to avoid problems with inline floating */
	/*
	padding: 0 5px 0 5px;
	*/
	margin-bottom: 0.5em;
}
.collectionjump .photowrapper {
	height: 90px;
	width: 90px;
	text-align: center;
	vertical-align: middle;
	clear: both;
}
.collectionjump .photowrapper .photo {
	/*
	width: 70px;
	height: 70px;
	*/
	max-width: 70px;
	max-height: 70px;
	/*
	height: 70px;
    width: expression(this.width > 70 ? 70: true);
	*/
	border: none;
}
.collectionjump .description {
	position: relative;
	bottom: 0px;
	clear: both;
	font-size: 1.2em;
	text-align: center;
}
.collectiontitle {
	padding-left: 0.3em;
	width: 100%;
	height: 2.0em;
	line-height: 2.0em;
	background-color: #b2b2b2;
}
.collection {
	float: left;
	width: 100%;
	margin-bottom: 0.5em;
}
.collection .photowrapper {
	float: left;
	height: 150px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	margin-right: 1.0em;
}
.collection .photowrapper .photo {
	max-width: 150px;
	max-height: 150px;
 	width: expression(this.width > 150 ? 150: true);
	border: none;
}
.collection .description a  {
	width: 100px;
	text-align: center;
	position: relative;
	bottom: 0px;
	clear: both;
	font-size: 1.2em;
}
.productstockholder {
	position: relative;
	height: 2.0em;
	width: 0.7em;
	border: #777 0.1em solid;
	margin-left: 0.1em;
	float:left;
}
.productstockholder .productstockbar {
	position: absolute;
	bottom: 0;
	width: 0.5em;
	height: 1.0em;
	left: 0.0em;
	margin: 0.1em;
	background-color:#006;
}
.productstockholder .no {
	height: 0.0em;
	background-color: #006;
}
.productstockholder .low {
	height: 0.3em;
	background-color: #F00;
}
.productstockholder .medium {
	height: 1.0em;
	background-color: #F60;
}
.productstockholder .high {
	height: 1.8em;
	background-color: #390;
}
/* FF fix - underlining images */
/*
a img {
	border: none;
	display:block;
	float: none;
}
*/
/*****/

#cartpopup {
	position: absolute;
	width: 295px;
	z-index: 10000;
	font-size: 1.2em;
}
#cartpopup table td {
	vertical-align: middle;
}
#cartpopup .carttop {
	/*
	width: 100%;
	*/
	height: 25px;
	background: url(/frontend/images/cart/cart-top.png) top center no-repeat;
}
#cartpopup .close {
	float: right;
}
#cartpopup .bagview {
	float: left;
}
#cartpopup .divider {
	height: 10px;
	clear:both;
}
#cartpopup .list {
	padding: 10px 10px 10px 10px;
	background-color: #b2b2b2;
	-moz-border-radius: 10px 10px;
  	border-radius: 10px 10px;
}
#cartpopup .product {
	background-color: #FFF;
	height: 100%;
	margin-bottom: 10px;
	padding: 5px;
	-moz-border-radius: 5px 5px;
  	border-radius: 5px 5px;
	background: url(/frontend/images/menu/header-background.png) repeat-x bottom;
}
#cartpopup .productbundle {
	background-color: #FFF;
	height: 100%;
	margin-bottom: 0px;
	padding: 5px;
}
#cartpopup .clearer {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-bottom: 5px;
}
#cartpopup .productimage {
	max-width: 80px;
	max-height: 80px;
	border: 0 none;
	padding-right: 10px;
}
#cartpopup .producttitle {
	margin-top: 0.5em;
	line-height: 1.2em;
	font-size: 1.1em;
	font-weight: bold;
}
#cartpopup .productcolorimage {
	width: 20px;
}
#cartpopup a.cartlink {
	color: #146EB4;
	line-height: 20px;
}
#cartpopup .total {
	float: left;
	color: #FFF;
	margin-top: -11px;
	font-size: 1.3em;
}
#cartpopup .checkout {
	margin-top: -10px;
	float: right;
	text-align: right;
	height: 30px;
}
#cartpopup a {
	color: #000;
	text-decoration: none;
}
#cartpopup a:hover {
	text-decoration: underline;
}

p.cartcomment {
	font-size: 1.2em;
}

.cartcommentfield {
	width: 100%;
	height: 10em;
	margin-bottom: 1.5em;
	border: #b2b2b2 1px solid;
	background-color: #EEE;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.2em;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #777;
	background-color: #FFF;
	padding: 0.5em;
	opacity: 0.95;
	font-size: 0.7em;
	color: #777;
}
#tooltip h3, #tooltip div {
	margin: 0;
}

.nicebutton, .nicebutton:visited {
	background: #222 url(/frontend/images/buttons/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.nicebutton:hover {
	background-color: #111;
	color: #fff;
}
.nicebutton:active {
	top: 1px;
}
.small.nicebutton, .small.nicebutton:visited {
	font-size: 11px;
	/*
	padding:;
	*/
}
.nicebutton, .nicebutton:visited,  .medium.nicebutton, .medium.nicebutton:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.buttonpadding {
	margin: 3px 0 1px 3px;
}

.enormous.nicebutton, .enormous.nicebutton:visited {
	font-size: 16px;
	padding: 11px 17px 12px;
}
.colored.nicebutton, .colored.nicebutton:visited {
	background-color: #146EB4;
}
.green.nicebutton, .green.nicebutton:visited {
	background-color: #91bd09;
}
.green.nicebutton:hover {
	background-color: #0075EA;
}
.blue.nicebutton, .blue.nicebutton:visited {
	background-color: #2daebf;
}
.blue.nicebutton:hover {
	background-color: #007d9a;
}
.loginfirst {
	width: 30em;
}
.loginfirstwrapper {
	margin-left: 1.5em;
	margin-right: 0.8em;
	width: 27.7em;
}
.loginsmallerror {
	color: #F00;
}
.loginbox {
	width: 20em;
}
.loginbox .error {
	/*
	background-color: #F00;
	border: #F00;
	*/
}

.landingpagetextwrapper {
	width: 60em;
}

.iconholder {
	width: 100%;
}

.iconholder table {
	margin: 0 auto;
}

.centered {
	text-align: center;
}
.post {
	width: 100%;
	vertical-align: top;
	padding-bottom: 0.5em;
}

.postwrapper {
	width: 100%;
}

.postwrapper .postleft {
	width: 23.5em;
	margin-right: 1.5em;
	float: left;
	text-align: right;
	display: inline;
}

.postwrapper .postright {
	width: 60em;
	float: left;
	display: inline;
}

.postwrapper .posttitle {
	color: #146EB4;
	font-size: 1.4em;
	clear: both;
	display: block;
}

.postwrapper .postsubtitle {
	color: #777;
	clear: both;
	display: block;
	line-height: 1.5em;
}

.postwrapper p .postcontent {
	color: #777;
	clear: both;
	display: block;
	line-height: 1.5em;
}

/*
form .inputlefttext {
	width: 150px;
	display: block;
	font-size: 1.2em;
	margin-top: 0.7em;
}

form .inputtoptext {
	width: 150px;
	display: block;
	font-size: 1.2em;
	margin-top: 0.7em;
}

.inputnormal {
	width: 30em;
}

.inputmultiple {
	width: 30em;
	height: 15em;
}
*/

/* contact form - start */

.contactform input, textarea {
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	/*
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	*/
	width: 200px;
	/*
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

.contactform textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

.contactform input:hover, .contactform textarea:hover,
.contactform input:focus, .contactform textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.contactform label {
	display: inline;
	margin-left: 10px;
	color: #777;
	}

/* contact form - end */

.descriptionfeaturedimage {
	float: left;
	margin: 0 10px 10px 0;
}

.productgridelement {
	width: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	display: inline;	
}

.productgridelement table {
	height: 200px;
}

.productgridelement table .productphoto {
	vertical-align: bottom;
	text-align: center;
}

.productgridelement table .productdescription {
	vertical-align: bottom;
	text-align: center;
	font-size: 1.2em;
}

.iconbelow a {
	vertical-align: bottom;
	text-align: center;
	font-size: 1.2em;
	line-height: 2.0em;
	text-decoration: none;
}

.iconbelow a:hover {
	text-decoration: underline;
	color: #146EB4;
}	

/*
.contactform .submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
*/

.featuredlink {
	background: url(/frontend/images/icons/link-icon.gif) left no-repeat;
	padding-left: 18px;
	margin-bottom: 10px;
}

.featuredlink a {
	color: #146EB4;
	text-decoration: none;
	font-size: 1.2em;
}

.featuredlink a:hover {
	text-decoration: underline;
}

.contactmessage {
	font-size: 1.4em;
	margin-bottom:10px;
	color: #FF0000;
}

/* cart prices - start */
.cartpriceholder {
	float: right;
	/*
	background-color: #146EB4;
	color: #FFF;
	*/
	width: 50%;
}

.cartpricewrapper {
	width: 100%;
	clear: both;
	font-size: 1.5em;
	line-height: 2.0em;
}

.cartpricewrapper .bigger {
	font-size: 1.1em;
	line-height: 3.0em;
	font-weight: bold;
	margin-bottom: -0.6em;
}

.cartpricewrapper .colored {
	color: #146EB4;
}

.cartpricewrapper .grey {
	color: #B2B2B2;
}

.cartpricewrapper .cartpricetextnormal {
	width: 65%;
	margin-left: 2%;
	float: left;
	text-align: left;
}

.cartpricewrapper .cartpricenormal {
	width: 25%;
	float: right;
	margin-right: 2%;
	text-align: right;
}

.carthorizontaldividerfulllightgrey {
	width: 100%;
	height: 1px;
	border-bottom: #ccc 1px dotted;
	clear:both;
}

.cartpricedivider {
	/*
	height: 5px;
	*/
	clear: both;
}

.orderhead {
	float: left;
	width: 49%;
	font-size: 1.2em;
}

.orderdelivery {
	float: right;
	width: 49%;
	font-size: 1.2em;
}

.orderdata {
	margin-bottom: 0.2em;
}

.ordertypetitle {
	font-weight: bold;
	line-height: 2.5em;
}

.ordershipping label {
	font-size: 1.0em;
	line-height: 3.0em;
}

.ordershipping input[type="text"] {
	width: 240px;
	height: 16px;
}

.ordershipping select {
	width: 18em;
	height: 1.5em;
	line-height: 1.5em;
}

.ordersmalltext {
	font-size: 0.8em;
	line-height: 0.8em;
	clear: both;
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}

.orderheaderdivider {
	height: 0.25em;
	clear: both;
}

.error-inner {
	font-size: 1em;
	color: #F00;
	margin-top: -0.4em;
	margin-bottom: 0.8em;
}
/* cart prices - end */

.cartcomment .red {
	color: #F00;
}

.cartcommenttitle {
	font-weight: bold;
}

.cartproductmessage {
	color: #F00;
	margin-bottom: 0.5em;
}

.orderhead-orders {
	float: left;
	font-size: 1.2em;
	padding-right: 30px;
	max-width: 40%;
	margin-left:2px;
}

/* orders */

.orderspriceholder {
	margin-top: 0em;
	float: right;
	width: 50%;
}

.orderspricewrapper {
	width: 100%;
	clear: both;
	font-size: 1.2em;
	line-height: 1.5em;
}

.orderspricewrapper .bigger {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.orderspricewrapper .colored {
	color: #146EB4;
}

.orderspricewrapper .grey {
	color: #B2B2B2;
}

.orderspricewrapper .orderspricetextnormal {
	width: 65%;
	margin-left: 2%;
	float: left;
	text-align: left;
}

.orderspricewrapper .orderspricenormal {
	width: 25%;
	float: right;
	margin-right: 2%;
	text-align: right;
}

.ordershorizontaldividerfulllightgrey {
	width: 100%;
	height: 1px;
	border-bottom: #ccc 1px dotted;
	clear:both;
}

.invoicedataholder {
	margin-top: 0em;
	float: right;
	width: 50%;
	font-size: 1.2em;
}

.invoicedata {
	margin-bottom: 0.3em;
}

.spacer-leftmenu-orders {
	height: 0.4em;
}

.spacer20 {
	height: 20px;
}

.paginationSettings {
	margin-right: 0px;
	margin-left: 0px;
	font-size:12px;
}

.paginationSettingsTop {
	margin-top: -30px;
	float: right;
}

.paginationSettingsBottom {
	margin-top: 5px;
	/*
	float: right;
	*/
}

.productCount {
	float: right;
	margin-right:10px;
	line-height: 28px;
	font-weight:bold;
	color:#B2B2B2;
}

.paginationSettingsBottom .productCount {
	float: left;
}

.productSort {
	float:right;
	line-height: 28px;
	font-size:12px;
	color:#525252;
}

.productSort select {
	font-size:12px;
	margin-top:-3px;
}

.specialPrice {
	color:#E10000;
}

.regularPrice {
	color:#7E7E7E;
}

.cartcomment {
	font-size:14px;
}

.photowrapper {
	margin-left:10px;
	margin-top:10px;
}

.contactcontent {
	float:right;
	width:50%;
	margin-top:43px;
}

.supply-time {
	line-height: 16px;
	margin-left:2px;
	clear:both;
	white-space:nowrap;
	text-align: left;
}

/* pagination - general / start */
#paginationHolder {
	float: right;
	width: 100%;
	text-align: center;
	line-height: 28px;
}


#paginationHolder ul{ border:0; margin:0; padding:0; margin: auto;}

#paginationGeneral li{
border:0; margin:0; padding:0;
font-size:12px;
line-height: 12px;
list-style:none;
display: inline;

	

}
#paginationGeneral a{
border:solid 1px #a6a6a6;
margin-right:2px;
-moz-border-radius: 3px 3px;
  	border-radius: 3px 3px;
}
#paginationGeneral .previous-off,
#paginationGeneral .next-off {
color:#525252;
display: inline;
/* font-weight: bold; */
padding:3px 4px;
}
#paginationGeneral .next a,
#paginationGeneral .previous a {
/* font-weight: bold; */
/*
border:solid 1px #FFFFFF;
*/
} 
#paginationGeneral .active{
color:#146EB4;
font-weight: bold;
display: inline;
padding:4px 6px;
}
#paginationGeneral a:link,
#paginationGeneral a:visited {
color:#525252;
display: inline;
padding:3px 6px;
text-decoration:none;
}
#paginationGeneral a:hover{
border:solid 1px #146EB4;
}

/*
main-color: #146EB4
other-color: #0075EA
*/



#leftmenu-wrapper-blank {

}

#leftmenu-wrapper-orders {
	padding-left: 10px;	
}

/* Pretekla narocila */

#leftmenu-wrapper-orders ul#sitemap {
	line-height: 1.5em;
	margin: 0;
	list-style-type: none;
	padding: 0;
}
#leftmenu-wrapper-orders ul#sitemap li {
	margin-bottom: 0em;
}
#leftmenu-wrapper-orders ul#sitemap li a {
	font-weight: bold;
	font-size: 1.3em;
}
#leftmenu-wrapper-orders ul#sitemap li a.selecteditem, #leftmenu-wrapper-orders ul#sitemap li li a.selecteditem, #leftmenu-wrapper-orders ul#sitemap li li li a.selecteditem, #leftmenu-wrapper-orders ul#sitemap li li li li a.selecteditem {
	color: #E47911;
}
/* second level */
#leftmenu-wrapper-orders ul#sitemap ul {
	margin:  0 0 .5em 0;
	padding: 0;
	list-style-type: none;
}
#leftmenu-wrapper-orders ul#sitemap a {
	text-decoration: none;
}
#leftmenu-wrapper-orders ul#sitemap a:hover {
	text-decoration: none;
}
#leftmenu-wrapper-orders ul#sitemap li li {
}
#leftmenu-wrapper-orders ul#sitemap li li a {
	font-weight: normal;
	font-size: 1.3em;
	padding: 0 0 0.5em 1.0em;
}
/* third level */
#leftmenu-wrapper-orders ul#sitemap ul ul {
}
#leftmenu-wrapper-orders ul#sitemap li li li {
}
#leftmenu-wrapper-orders ul#sitemap li li li a {
	font-weight: normal;
	font-size: 1.2em;
	padding: 0 0 0.5em 2.0em;
}
/* fourth level */
#leftmenu-wrapper-orders ul#sitemap ul ul ul {
}
#leftmenu-wrapper-orders ul#sitemap li li li li {
}
#leftmenu-wrapper-orders ul#sitemap li li li li a {
	font-weight: normal;
	font-size: 1.1em;
	padding: 0 0 0.5em 3.0em;
}


#leftmenu-wrapper-orders ul#sitemap li:hover {
	margin-bottom: 0em;
	background: none;
}
#leftmenu-wrapper-orders ul#sitemap li:hover a {
	color: #146EB4;
}

#leftmenu-wrapper-orders ul#sitemap li:hover ul li {
	background: none;
}

#leftmenu-wrapper-orders ul#sitemap li ul li:hover {
	margin-bottom: 0em;
	background: none;
}

#leftmenu-wrapper-orders ul#sitemap li:hover ul li a {
	color: #000;
}

#leftmenu-wrapper-orders ul#sitemap li ul li:hover a {
	color: #146EB4;
}

h3 {
	color: #000;
}
h4 {
	color: #000;
}
.cart-preorder {
	color: #E67702;
}
.forgot-password {
	float: right;
	margin-right: 5px;
	font-size: 11px;
}
.form-field-title {
	font-size: 12px;
	float: left;
	line-height: 30px;
	font-weight: bold;
}
.form-field-input {
	float: left;
	margin-left: 10px;
	width: 200px;
}
.form-wrapper {
	margin-top: 20px;
}
.commonmessage {
	font-size: 12px;
	color: #E47911;
	font-weight: bold;
	line-height: 30px;
}
.form2-field-title {
	font-size: 12px;
	float: left;
	line-height: 30px;
	font-weight: bold;
	width: 120px;
	text-align: right;
}
.form2-field-input {
	float: left;
	margin-left: 10px;
	width: 200px;
}
.form2-wrapper {

}

/* MESSAGES --------------------------------------------------------------- */
.message-green {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	line-height: 34px;
	font-size: 12px;
	height: 32px;
	padding-left: 13px;
	color: #6DA827;
	background-color: #e0f2cb;
	border: 1px solid #ccebac;
	margin-bottom: 20px;
}

.message-red {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	line-height: 34px;
	font-size: 12px;
	height: 32px;
	padding-left: 13px;
	color: #ce2700;
	background-color: #fbd3b1;
	border: 1px solid #f5c69a;
	margin-bottom: 20px;
}
	
.error-left {
/*	float:left;
	width:13px;
	height:32px;
	margin-left: 5px;
	background: url(/cms/images/forms/error_left.gif) no-repeat;*/
}

.error-inner {
/*	font-size: 12px;
	margin: 0;
	float:left;
	padding: 7px 10px 0 4px;
	color:#fff; 
	line-height: 16px;
	height:25px;
	background: url(/cms/images/forms/error_right.gif) right  no-repeat;*/
}

.orderhead input[type="text"] {
	width: 240px;
	height: 16px;
}
