/* ATEDIN 2015 */
html {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	background-color: #fff;
}
body {
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
div.PAGE {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
div.PAGE:after {
	content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}
/* HEADER */
div.HEADER {
	clear: both;
	float: none;
	position: relative;
	overflow: visible;
	background-color: #fff;
}

div.WRAP {
	margin: auto;
	position: relative;
}
div.WRAP:after {
	content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}



/* RESPONSIVE */
/*
* small phone
*/
@media screen
and (max-width: 360px) {
	#CUSTOMslides {
	}
	div.PAGE {

	}
	div.WRAP {
		padding: 0.75em;
	}	
	div.HEADER div.TOP div.LEFT {
		float: none;
		display: block;
	}	
	div.HEADER div.TOP div.RIGHT {
		float: none;
		display: block;
	}
	div.HEADER div.LOGOmobil {
		float: none;
		text-align: center;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 1em;
	}
	div.HEADER div.LOGOmobil img {
		width: 80%;
		max-width: 160px;
	}
	div.HEADER div.LOGO {
		display: none;
	}
	div.HEADER div.SEARCH {
		margin: 0.3em;
		padding: 0.3em;
		display: block;
		clear:both;
	}
	div.HEADER div.CART {
		margin-left: 0.1em;
		margin-top: 0.3em;
		padding-top: 0.3em;
		width: 47%;
		float:left;
	}
	div.HEADER div.LANG {
		margin-right: 0.1em;
		margin-top: 0.3em;
		padding-top: 0.3em;
		margin-bottom: 0.3em;
		padding-bottom: 0.3em;
		overflow: hidden;
		font-size:1.5em;

		width: 47%;
		float:right;

	}
	div.HEADER div.LANG select {
		width: 80%;
		float:right;
	}

	div.PAGE div.FOOTER .ceginfo {
		font-size: 1.3em;
		float: none;
		padding: 5px;
		margin: 1em;
	}
	div.FOOTER2 .WRAP {

	}
	div.FOOTER2 .CCARDS {
		margin-right: 1.5em;
		margin-left: 1.5em;
		margin-bottom: 0;
		float: none;
		clear: both;
		text-align:center;
	}

	div.FOOTER2 .ATEDIN {
		margin-right: 1.5em;
		margin-left: 1.5em;
		margin-bottom: 0;
		float: none;
		clear: both;
		text-align:center;
	}	
	div.HEADER div.TOP a,
	div.HEADER div.TOP a:visited {
		display: block;
		text-align: center;
		padding: 0.5em 0;
		font-size: 1.2em;
		margin-top: 0.1em;
		margin-bottom: 0.1em;
		/*
		width: 50%;
		float: left;
		*/

	}
}
/*
* phone and tablet
*/
@media screen
and (min-width: 360px)
and (max-width: 768px) {
	div.PAGE {

	}
	div.WRAP {
		display:block;
	}	
	div.HEADER div.TOP {
		width: 100%;
	}	
	div.HEADER div.TOP div.LEFT {
		float: none;
		display: block;
	}	
	div.HEADER div.TOP div.RIGHT {
		float: none;
		display: block;
	}
	div.HEADER div.CART {
		float:none;
		display: block;
	}
	div.HEADER div.LOGOmobil {
		float: none;
		text-align: center;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 1em;
	}
	div.HEADER div.LOGOmobil img {
		width: 80%;
		max-width: 300px;
	}
	div.HEADER div.LOGO {
		display: none;
	}
	div.HEADER div.CART {
		margin: 0.3em;
		padding: 0.3em;
	}
	div.HEADER div.SEARCH {
		margin: 0.3em;
		padding: 0.3em;
	}
	div.HEADER div.LANG {
		margin: 0.3em;
		padding: 0.3em;
		overflow: hidden;
		font-size:1.5em;
	}
	div.HEADER div.LANG select {
		width: 80%;
		float:right;
	}
	
	div.PAGE div.FOOTER .ceginfo {
		font-size: 1.5em;
		float: right;
		padding: 5px;
		margin: 2em;
	}
	div.FOOTER2 .CCARDS {
		margin-right: 2.5em;
		margin-left: 2.5em;
		margin-bottom: 2em;
		float: none;
		clear: both;
		text-align:center;
	}
	div.FOOTER2 .ATEDIN {
		margin-right: 1.5em;
		margin-left: 1.5em;
		margin-bottom: 0;
		float: none;
		clear: both;
		text-align:center;
	}	
	div.HEADER div.TOP a,
	div.HEADER div.TOP a:visited {
		display: block;
		text-align: center;
		padding: 1em 0;
		font-size: 0.9em;
		margin-top: 0.1em;
		margin-bottom: 0.1em;
		width: 50%;
		float: left;
	}
	div.PAGE .PAGEMAIN {
		font-size: 16px;
	}

}

/* fullscreen tablet */
@media only screen
and (orientation: landscape)
and (max-device-width : 1280px) {
	div.PAGE {

	}
	div.WRAP {
		width: 100% !important;
	}	

}
/* desktop small */
@media only screen
and (min-width : 994px)
and (min-device-width : 1280px) {
	div.PAGE {

	}
	div.WRAP {
		width: 990px;
	}	

}
/* desktop large */
@media only screen
and (min-width : 768px)
and (max-width : 994px) {
	div.PAGE {

	}
	div.WRAP {
		width: 770px;
	}
	div.HEADER div.TOP {
		padding: 0.5em;
	}
	div.HEADER div.TOP div.LEFT {
		float: left;
	}
	div.HEADER div.TOP div.RIGHT {
		float: right;
	}

	div.HEADER div.MIDDLE {
		margin-bottom: 0;
		font-size:0.75em;
	}
	div.HEADER div.MIDDLE:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.BOTTOM {
		margin: 0 auto;
		width: 770px;
	}
	div.HEADER div.LOGOmobil {
		display: none;
	}
	div.HEADER div.LOGO {
		float: left;
		text-align: center;
		margin-top: 2.2em;
		margin-right: 1em;
		margin-bottom: 1em;
		margin-left: 2em;
	}
	div.HEADER div.LOGO img {
		width: 160px;
		height: auto;
	}

	div.HEADER div.MENU {
		float: right;
		margin: 1em 0.2em;
		font-size: 1.1em;

	}

	div.HEADER div.SEARCH {
		width:200px;
		float:right;
		margin-top: 2.55em;
	}
	div.HEADER div.CART {
		width:200px;
		float:right;
		margin-top: 2.4em;
		padding: 0.2em;
		margin-left: 1em;
	}
	div.HEADER div.LANG {
		float:right;
		margin-top: 2.6em;
		padding: 0.4em;
		margin-left: 1em;
		margin-right: 1em;
	}	

	div.PAGE div.FOOTER .ceginfo {
		font-size: 1.6em;
		float: right;
		padding: 5px;
		margin: 1em;
	}
	div.FOOTER2 .CCARDS {
		margin-right: 2.5em;
		margin-left: 2.5em;
		margin-bottom: 2em;
		float: none;
		clear: both;
		text-align:center;
	}
	div.FOOTER2 .ATEDIN {
		margin-right: 1.5em;
		margin-left: 1.5em;
		margin-bottom: 0;
		float: none;
		clear: both;
		text-align:center;
	}	
	div.HEADER div.TOP a,
	div.HEADER div.TOP a:visited {
		padding: 0.1em 0.6em;
	}
}

/* desktop and tablet */
@media only screen
and (min-width : 994px)
and (max-width : 1170px) {
	div.PAGE {
	   font-size: 1.167em;

	}
	div.WRAP {
		width: 990px;
	}
	div.HEADER div.TOP {
		padding: 0.5em;
	}	
	div.HEADER div.TOP div.LEFT {
		float: left;
		margin-left: 20px;
	}
	div.HEADER div.TOP div.RIGHT {
		float: right;
	}
	div.HEADER div.LOGOmobil {
		display: none;
	}
	div.HEADER div.LOGO {
		float: left;
		text-align: center;
		margin-top: 2.2em;
		margin-right: 1em;
		margin-bottom: 1.8em;
		margin-left: 2em;
	}
	div.HEADER div.LOGO img {
		width: 200px;
		height: auto;

	}
	div.HEADER div.SEARCH {
		width:300px;
		float:right;
		margin-top: 2.55em;
	}
	div.HEADER div.CART {
		width:200px;
		float:right;
		margin-top: 2.4em;
		padding: 0.2em;
		margin-left: 1em;
	}
	div.HEADER div.LANG {
		float:right;
		margin-top: 2.6em;
		padding: 0.4em;
		margin-left: 1em;
		margin-right: 1em;
	}	

	div.HEADER div.BOTTOM {
		width: 990px;
		margin:auto;
	}
	div.HEADER div.MIDDLE:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	div.HEADER div.MENU {
		float: right;
		margin: 1em 0.2em;
		font-size: 1.1em;
	}
	div.PAGE .PAGESIDE {
		float: left;
		clear: left;
		width: 240px;
		padding: 0px;
		margin: 0px;
	}
	div.PAGE .PAGEMAIN {
		clear: right;
		position: relative;
		text-align: left;
		vertical-align: top;
		overflow: hidden;
		padding: 0px;
		margin: 0px;
		display: block;
	}
	
	div.PAGE .PAGEMAIN.padding {
		padding: 1.5em;
	}	

	ul.product_list {
		padding: 20px;
	}

	div.PAGE div.FOOTER .ceginfo {
		font-size: 1em;
		float: right;
		padding: 5px;
		margin: 1em;
	}
	div.FOOTER2 .CCARDS {
		margin-left: 4.5em;
		margin-bottom: 3em;
		float: left;
		clear: left;
	}
	div.FOOTER2 .ATEDIN {
		margin-right: 4.5em;
		margin-left: 1.5em;
		margin-bottom: 0;
		float: right;
		clear: right;
		text-align:center;
	}	
	div.HEADER div.TOP a,
	div.HEADER div.TOP a:visited {
		padding: 0.1em 1em;
	}
}

/* desktop BIG extra */
@media only screen
and (min-width : 1170px) {
	div.PAGE {

	}
	div.WRAP {
		width: 1170px;
	}
	div.HEADER div.TOP {
		padding: 0.5em;
	}	

	div.HEADER div.TOP div.LEFT {
		float: left;
		margin-left: 20px;
	}
	div.HEADER div.TOP div.RIGHT {
		float: right;
	}
	div.HEADER div.LOGOmobil {
		display: none;
	}
	div.HEADER div.LOGO {
		float: left;
		text-align: center;
		margin-top: 1.6em;
		margin-right: 1em;
		margin-left: 2.9em;
	}
	div.HEADER div.LOGO object,
	div.HEADER div.LOGO img {
		width: 320px;

	}
	div.HEADER div.SEARCH {
		width:300px;
		float:right;
		margin-top: 2.55em;
	}
	div.HEADER div.CART {
		width:200px;
		float:right;
		margin-top: 2.4em;
		padding: 0.2em;
		margin-left: 1em;
	}
	div.HEADER div.LANG {
		float:right;
		margin-top: 2.6em;
		padding: 0.4em;
		margin-left: 1em;
		margin-right: 1em;
	}	
	div.HEADER div.BOTTOM {
		width: 990px;
		margin:auto;
	}
	div.HEADER div.MIDDLE:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
		
	div.HEADER div.MENU {
		float: right;
		margin: 1em 0.2em;
		font-size: 1.1em;

	}
	div.PAGE .PAGESIDE {
		float: left;
		clear: left;
		width: 240px;
		padding: 0px;
		margin: 0px;
	}
	div.PAGE .PAGEMAIN {
		clear: right;
		position: relative;
		text-align: left;
		vertical-align: top;
		padding: 0px;
		margin: 0px;
		display: block;
	}
	
	div.PAGE .PAGEMAIN.padding {
		padding: 1.6em;
	}	

	ul.product_list {
		padding: 20px;
	}

	div.PAGE div.FOOTER .ceginfo {
		font-size: 1em;
		float: right;
		padding: 5px;
		margin: 1em;
	}
	div.FOOTER2 .CCARDS {
		margin-left: 4.5em;
		margin-bottom: 1em;
		float: left;
		clear: left;
	}
	div.FOOTER2 .ATEDIN {
		margin-right: 0.7em;
		margin-bottom: 0;
		float: right;
		clear: right;
		text-align:center;
	}
	div.FOOTER2 .WRAP {
		width: 1170px;
	}

	.icon_search::before {
		font-size: 16px;
		font-weight: bold;
	}	
	div.HEADER div.TOP a,
	div.HEADER div.TOP a:visited {
		padding: 0.1em 1em;
	}

}
/* RESP VEGE ---------------------------------*/





div.HEADER div.TOP {
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	/*	background-color: #a4a7ac; */

	position: relative;
	color: #ddd;
	/*
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #20446e;
*/
	text-shadow: 1px 1px 2px #20446e;
	text-transform: uppercase;
	font-size: 1.5em;
}


div.HEADER div.TOP:after {
	content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}

div.HEADER div.TOP a,
div.HEADER div.TOP a:visited {
	text-decoration: none;
	color: #ddd;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
}
div.HEADER div.TOP a:hover {
	text-shadow: 1px 1px 2px #555;
	color: #fff;
}

/* header middle */
div.HEADER div.MIDDLE {
	margin: auto;
}
/* header bottom */
div.HEADER div.BOTTOM {
	margin: auto;

}
div.HEADER div.BOTTOM:after {
	content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}

div.HEADER div.LOGO {

	overflow: hidden;
}
div.HEADER div.CART {

}
div.HEADER div.LANG {
	background-color: #FFF;
	border: 1px solid #CCC;
}
div.HEADER div.LANG .currentlanguage {
}
div.HEADER div.LANG .currentlanguage img {
	margin-top: -0.3em;
	border: 1px solid #999;
}
div.HEADER div.LANG select {
	border: none;
	text-transform: uppercase;
	margin: 2px;
	padding: 2px;
}
/* search */
div.HEADER div.SEARCH {
	padding: 0px;
	overflow: hidden;
	text-align: left;
	position:relative;
	padding: 0;
	background-color: #FFF;
	border: 1px solid #CCC;
}
div.HEADER div.SEARCH form {
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
}
div.HEADER div.SEARCH form input  {
	font-size: 1em;
}

div.HEADER div.SEARCH input[type=text] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 95%;
	font-size: 1.32em;
	padding: 0.5em;
	color: #bbb;
	font-family: inherit;
}
div.HEADER div.SEARCH input[type=text]:focus {
	box-shadow: inset 2px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 2px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    inset 2px 2px 3px rgba(0,0,0,0.3);


	color: #000;
}
div.HEADER div.SEARCH button {
	background-color: transparent;
	border-style: none;
	color: #20446e;
	cursor: pointer;
	font-weight: bold;
	position: absolute;
	right: 0.3em;
	top: 0.7em;
	
}




/* ----------------------------------------------------------------------------------------- */
div.PAGE .PAGESIDE {
	position: relative;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}
div.PAGE .PAGEMAIN {
	position: relative;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
/*	font-size: 1.4em; */
}

div.PAGE .PAGEMAIN:after {
	content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}

div.PAGE .CTG {

/*	background-color: #20446e; */
	font-size: 1.3em;
	color: #FFF;
	padding: 0px;
}

div.HEADER div.BOTTOM div.SHOPCAT a {
	display: inline-block;
	float: right;
	margin-top: 0.7em;
	margin-right: 0.5em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding-top: 1.15em;
	padding-right: 0.5em;
	padding-bottom: 1.15em;
	padding-left: 0.5em;
}
div.HEADER div.BOTTOM div.SHOPCAT a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.HEADER div.BOTTOM div.SHOPCAT a.selected {
	background-color: #FFF;
}


/* OLD */
div.PAGE .HEADER {
	z-index: 25;
}

div.PAGE .HEADER a,
div.PAGE .HEADER a:visited {
	color: #333;
	text-decoration: none;
}
div.PAGE .HEADER a:hover {
	text-decoration: underline;
}
div.PAGE .HEADER .login {
	text-transform: uppercase;
	margin: 0px;
	padding: 5px;
	left: 16px;
	font-size: 1.2em;
}
div.PAGE .HEADER .login span {
	color: #0CF;
	font-size: 1.1em;
}

div.PAGE .HEADER .lang_currency {
	margin: 0px;
	float: right;
	clear: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div.PAGE .HEADER .lang_currency input,
div.PAGE .HEADER .lang_currency select {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.PAGE .HEADER .webshop_nav_title {
	left: 5px;
	top: 130px;
	text-align: left;
	overflow: visible;
	margin: 0px;
	clear: none;
	float: left;
	position: absolute;
}

div.HEADER div.MENU a {
/*	text-shadow: 1px -1px 2px #FFF; */
}

div.PAGE .HEADER .MENU_MAINsecoundary a,
div.PAGE .HEADER .MENU_MAINsecoundary a:visited {
	color: #333;
	text-decoration: none;
}
div.PAGE .HEADER .MENU_MAINsecoundary a:hover {
	text-decoration: underline;
}
div.PAGE #freeshipping {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin: 3px;
	padding: 3px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
div.PAGE .PAGECONTENT {
	float: none;
	position: relative;
	width: 100%;
	background-position: center top;
	margin: 0px;
	background-repeat: no-repeat;
	clear: both;
	overflow: visible;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
/*	background-color: #FFF; */
}


/* footer */
div.PAGE div.FOOTER {
	clear: both;
	float: none;
	position: relative;
	padding: 0px;
	color: #fff;
	margin: 0px;
/*	background-color: #a4a7ac; */
	background-color: #777;
	text-shadow: 1px 1px 2px #000;
	border-top: 2px solid #333;
	overflow: hidden;	
}
div.PAGE div.FOOTER .ATEDIN2015_footer {
	margin: 1em;
	padding: 5px;
	font-size: 0.8em;

}

div.PAGE div.FOOTER .ceginfo {
	text-align: left;
}
div.FOOTER2 {
	overflow: hidden;
	-webkit-box-shadow: inset 0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: inset 0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow: inset 0px 6px 5px 0px rgba(50, 50, 50, 0.3);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
div.FOOTER2 .WRAP {
	margin:auto;
	overflow: hidden;
	color: #666;
	
}
div.FOOTER2 .CCARDS {
	padding: 0.3em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0.6em;
	vertical-align: middle;
}
div.FOOTER2 .CCARDS > img:nth-child(1) {
	width: 100%;
	max-width: 160px;
	height: auto;
	vertical-align: middle;
}
div.FOOTER2 .CCARDS a > img {
	margin-left: 30px;
	width: 100%;
	max-width: 100px;
	height: auto;
	vertical-align: middle;
}
div.FOOTER2 .CCARDS > img:nth-child(3) {
	margin-left: 30px;
	width: 100%;
	max-width: 70px;
	height: auto;
	vertical-align: middle;
}

div.FOOTER2 .ATEDIN img {
	width: 100%;
	max-width: 90px;
	vertical-align: middle;
}



div.FOOTER a,
div.FOOTER a:visited {
	color: #fff;
	text-decoration: none;
}
div.FOOTER a:hover {
	text-decoration: underline;
	color: #000;

}
div.PAGE .PAGEMAIN hr {
	color: #484745;
}
a,
a:link,
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0CC;
}
a:active {
	text-decoration: none;
	color: #0CC;
}

div.PAGE .FOOTER div.createdByATEDIN {
	text-align: left;
	margin: 2px;
}
div.PAGE .FOOTER div.createdByATEDIN a,
div.PAGE .FOOTER div.createdByATEDIN a:visited {
	color: #bbb;
	text-decoration: none;
}

div.HEADER div.MIDDLE {
	background-color: #ddd;
}



/* AJAX CART */


/* AJAX CART BASIC */
div.ajax_cart {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #CCC;
}
div.ajax_cart button[type=button] {
	color: #444;
	font-size: 17px;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px;
	text-align:left;
	padding: 7px;
	background-color: transparent;
}
div.ajax_cart button[type=button]:before {
	content: " ";
	font-family: "ElegantIcons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}

div.ajax_cart div.counter {

}
div.ajax_cart div.cart_total {

}
div.ajax_cart div.items {
	border: solid 1px #999999;
	background-color: #FFF;
}
div.ajax_cart:hover div.items {


}
div.ajax_cart:hover div.items {
	display: none !important; 
}

div.ajax_cart button {
	text-indent:-0.5em;
}

div.ajax_cart button:after {
    color: #000;
    content: "C";
    display: inline-block;
    float: left;
    font: 20px ElegantIcons;
    top: 0.4em;
	pointer-events:none;
}


/*
.HEADER div.ajax_cart {

}

.HEADER div.ajax_cart::after {
	content: "C";
	float: right;
	color: #000;
	font-family: ElegantIcons;
	font-size: 1em;
	display: inline-block;
	height: 2em;
	position: absolute;
	top: 1em;
	right: 1em;
}

.HEADER div.ajax_cart #ajax_cart_button {
	display: inline-block;
	color: #444;
	background-color: transparent;
	font-size: 17px;
	text-transform: capitalize;
	padding: 0;
}

#ajax_cart_button::before {
	content: "";
	margin-right: 10px;
	font-family: ElegantIcons;
	color: #fff;
}

#ajax_cart_counter::before {
	content: '(';
}
#ajax_cart_counter::after {
	content: ')';
}

.HEADER div.ajax_cart #ajax_cart_counter {
	background-color: transparent;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0;
	border-radius: 0;
	padding: 0px;
	color: #444;
	font-size: 17px;
}

#ajax_cart_total {
	display: none;
}

#ajax_cart_content {
	position: fixed;
	z-index: 25;
	display: block;
	margin: 10px 0 0 -10px;
}

.HEADER div.ajax_cart:hover #ajax_cart_content {
	display: block;
	position: fixed;
	margin: 10px 0 0 -10px;
}
*/