#corewebshop div {
	box-sizing:content-box !important;
	overflow:hidden !important;
}
#corewebshop table {
	width:auto;
}
#corewebshop textarea, #corewebshop input[type=password] {
	xborder:1px solid #ccc;
	xborder-radius:7px;
	font-family:'Roboto',sans-serif;
	font-size:12px;
	height:30px;
	margin:0;
	padding:5px;
}
#corewebshop input[type=checkbox], #corewebshop input[type=radio] {
	border:0px;
	margin:0px;
	padding:0px;
	height:12px;
}

#corewebshop h1 {
	font-size:45px;
	line-height:50px;
}

/*
#corewebshop h2 {
	margin:0;
	padding:0;
	color:#00f;
}
*/
#corewebshop td {
	vertical-align: top;
	padding:0 5px;
	font-size:12px;
}

.corewebshopsystembutton, .corewebshoporderbutton, .corewebshopinfobutton {
	font-family:'Roboto',sans-serif;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	/* margin:10px auto; */
	width:auto;
	font-weight:700;
	padding:5px 16px;
	color:#fff;
	font-size:16px;
	line-height: 35px;
	border:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #e73137;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-appearance: none;
}
.corewebshopsystembutton:hover, .corewebshoporderbutton:hover, .corewebshopinfobutton:hover {
  background: #e9414b;
}
.corewebshopaddbutton, .corewebshopcheckoutbutton {
	font-family:'Roboto',sans-serif;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	/* margin:10px auto; */
	width:auto;
	font-weight:700;
	padding:5px 16px;
	color:#fff;
	font-size:16px;
	line-height: 35px;
	border:0px solid #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #e73137;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-appearance: none;
}
.corewebshopaddbutton:hover, .corewebshopcheckoutbutton:hover {
  background: #e9414b;
}
/*
.corewebshopaddbutton-l {
	position:relative;
	float:left;
	display:inline;
	height:24px;
	background:url(/core/templateresources/webshop-button-l.gif) top left no-repeat;
	padding-left:4px;

}
.corewebshopaddbutton-r {
	position:relative;
	float:left;
	display:inline;
	height:24px;
	background:url(/core/templateresources/webshop-button-r.gif) top right no-repeat;
	padding-right:4px;
}
*/


#corewebshopproductgroup {
	position:relative;
	float:left;
	width:780px;
}
#corewebshopproductgroup a {
	color:#1d1d1b;
	text-decoration:none;
}
#corewebshopproductgroup a:hover {
	color:#1d1d1b;
}

.corewebshopproductboxitem {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing:content-box !important;
	box-sizing: content-box !important;
}

.corewebshopproductboxitem td {
	padding:0px !important;
}
.corewebshopproductboxitem a {
	color:#000 !important;
	text-decoration:none !important;
}


#corewebshopstart {
	position:relative;
	float:left;
	width:780px;
}

.corewebshopproductlistitem {
	margin-bottom:10px;
}
.corewebshopproductlistitem a {
	color:#000 !important;
}
.corewebshopproductlistitem .productnumber {
	display:none;
}

.corewebshopproductlistitem:hover {
	/* background:#f4f4f4; */
	/* f0f0f0 */
	/* f4f4f4 */
}

#corewebshopproduct {
	position:relative;
	float:left;
	width:780px;
}
#corewebshopproductimage {
	position:relative;
	float:left;
	width:250px;
	margin-right:20px;
	padding:14px;
	border:1px solid #e3e3e3;
	xborder-radius:7px;
	xbox-sizing:content-box !important;
}
#corewebshopproductinfo {
	position:relative;
	float:left;
	width:400px;
}

#corewebshopnav {
	position:relative;
	clear:both;
	float:left;
	width:300px;
	margin-right:30px;
}
#corewebshopnav a {
	color:#494949;
	text-decoration:none;
}
#corewebshopnav a:hover {
	color:#1d1d1b;
}

.corewebshopnavproductgroup {
	position:relative;
	clear:both;
	/* margin:0px 14px; */
	xpadding-right:28px; /* fuling */
	xbackground:#f6f6f6;
	font-size:12px;
}
.corewebshopnavproductgroup.level-0 {
	font-weight:bold;
}
.corewebshopnavproductgroup:hover {
	/* background:#f4f4f4; */
}
.corewebshopnavproductgroup a {
	color:#494949;
	text-decoration:none;
}
.corewebshopnavproductgroup.current {
	color:#000 !important;
	background:#fff;
}
.corewebshopnavproductgroup.current a {
	color:#000 !important;
}

#corewebshopcart {
	position:relative;
	float:left;
	width:780px;
}
#corewebshopcart a {
	color:#494949;
	text-decoration:none;
}
#corewebshopcart a:hover {
	color:#1d1d1b;
}

#corewebshopcartinfo {
	position:relative;
	clear:both;
	float:left;
	width:300px;
	margin-bottom:20px;
	padding:0px;
}
#corewebshopcartinfocart {
	position:relative;
	clear:both;
	width:250px;
	background:url(/core/resources/webshop/cart-bg.png) 0px 0px no-repeat;
	padding:0px 0px 0px 50px;
}
/*
#corewebshopcartinfocart h2 {
	font-family:'Roboto',sans-serif;
	font-size:24px;
	color:#898989;
}
*/
#corewebshopcartinfocarttable {
	width:300px !important;
	margin:0px !important;
}
#corewebshopcartinfocarttable td {
	padding:0px 3px;
}
#corewebshopcartinfo a {
	color:#494949;
	text-decoration:none;
}

#corewebshopproductgroups {
	position:relative;
	clear:both;
	width:250px;
	background:url(/core/resources/webshop/productgroups-bg.png) 0px 0px no-repeat;
	padding:0px 0px 0px 50px;
}
/*
#corewebshopproductgroups h2 {
	font-family:'Roboto',sans-serif;
	font-size:24px;
	color:#898989;
}
*/

#corewebshopsearch {
	position:relative;
	clear:both;
	width:250px;
	background:url(/core/resources/webshop/search-bg.png) 0px 0px no-repeat;
	padding:0px 0px 0px 50px;
}
/*
#corewebshopsearch h2 {
	font-family:'Roboto',sans-serif;
	font-size:24px;
	color:#898989;
}
*/
#corewebshopsearchform {
	position:relative;
	clear:both;
	float:left;
	margin:0px 0px 20px 0px;
	padding:0px;
	width:300px;
	xborder:1px solid #e4e4d4;
	xborder-radius:7px;
}
.corewebshopsearchfield {
	position:relative;
	float:left;
	display:inline;
	width:251px;
	height:30px;
	margin:0px;
	padding:5px;
	border:0px !important;
	line-height:30px;
}
.corewebshopsearchbutton {
	position:relative;
	float:left;
	xdisplay:inline;
	width:29px;
	height:26px;
	background:#a9a9a7;
	border:0px;
	margin:0px;
	padding:2px 5px;
	cursor:pointer;
	-webkit-appearance:none;
	box-sizing:content-box !important;
}


#corewebshopmenu {
	position:relative;
	clear:both;
	width:250px;
	background:url(/core/resources/webshop/account-bg.png) 0px 0px no-repeat;
	padding:0px 0px 0px 50px;
}
/*
#corewebshopmenu h2 {
	font-family:'Roboto',sans-serif;
	font-size:24px;
	color:#898989;
}
*/
#corewebshopmenuitems {
	position:relative;
	clear:right;
	float:left;
	width:281px;
	margin-bottom:30px;
	padding-left:19px;
	font-size:12px;
}
#corewebshopmenuitems a {
	text-decoration:none;
	/*
	color:#494949;
	color:#fff;
	text-transform:uppercase;
	margin:0px 10px 0px 5px;
	*/
}

/*
#corewebshopmenuitems a:hover {
	color:#fff;
}
*/

#corewebshoporders {
	position:relative;
	float:left;
	width:780px;
}
#corewebshoporders a {
	color:#494949;
	text-decoration:none;
}
#corewebshoporders a:hover {
	color:#1d1d1b;
}

#corewebshopprofile {
	position:relative;
	float:left;
	width:780px;
}

#corewebshopapplication {
	position:relative;
	float:left;
	width:780px;
}
#corewebshopapplicationsent {
	position:relative;
	float:left;
	width:780px;
}

#corewebshopnew {
	 position:relative;
	 float:left;
	 width:780px;
}

#corewebshopconditions {
	position:relative;
	float:left;
	width:780px;
}

#corewebshopmustlogin {
	position:relative;
	float:left;
	width:780px;
}

.corewebshopinput {
	xborder:1px solid #ccc;
	xborder-radius:7px;
	font-family:'Roboto',sans-serif;
	font-size:12px;
	margin:0;
	padding:5px;
	height:30px;
	min-width:61px;
}
.corewebshopinput.addtocart {
	height:45px;
	font-size:16px;
	width:50px !important;
}

#webshoplink
{

	position:absolute;
	top:10px;
	left:500px;
}


#extra {
	position:relative;
	clear:right;
	float:left;
	width:300px;
	xpadding:10px 14px;
	xborder-top:10px solid #fff;
}


#ekulfWebshopSelection_modal h2 {
	color:#05a0e2 !important;
}
#ekulfWebshopSelection_modal h3 {
    font-family:'Roboto',sans-serif;
    font-size:18px;
	text-transform: uppercase;
	color:#ea34a2 !important;
	border-bottom:1px dashed #e3e3e3;
	display:inline-block;
}

#ekulfWebshopSelectionH {
	position:relative;
	clear:both;
	float:none;
	width:432px;
	height:72px;
	padding-top:30px;
	text-align:center;
}
#ekulfWebshopSelectionK {
	position:relative;
	clear:both;
	float:left;
	width:216px;
	height:40px;
	padding-top:14px;
	text-align:center;
	cursor:pointer;
}
#ekulfWebshopSelectionF {
	position:relative;
	float:left;
	width:216px;
	height:40px;
	padding-top:14px;
	text-align:center;
	cursor:pointer;
}