/** general **/
body
{
	background: url('../../img/custom/body.png') repeat-y top center #D9E1E8;
	color: #666;
}
a, a:visited
{
	color: #666;
}
#page
{
	margin: 0px auto;
	width: 980px;
}
#header,
#footer
{
	padding-left: 0px;
	padding-right: 0px;
	width: 980px;
}
.icon
{
	background-image: url('../../img/custom/icons.png');
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}



/* headings */
h1,
h1.pageHead
{
	background: transparent;
	color: #666;
	font-size: 20px;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}
h2
{
	background: transparent;
	color: #666;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
}
p+h2
{
	padding: 15px 0 0 0;
}




/** header **/
#header
{
	height: auto;
	margin: 0 0 16px 0;
}
#header #logo
{
	margin: 0px;
	padding: 20px 20px;
}
#header #searchContainer
{
	background: #F7F7F7;
	border: 1px solid #E1E1E1;
	clear: both;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0 0 8px 0;
}
#headerSearch
{
	float: left;
	margin: 4px;
}
#headerSearch .searchBox
{
	position: static;
}
#headerSearch .innerLabel
{
	line-height: 32px;
	margin: 0;
}
#headerSearch .iconSearch
{
	background: url('../../img/custom/icons.png') no-repeat 5px -116px #FFF;
	border: 1px solid #E1E1E1;
	border-right: 0 none;
	float: left;
	height: 30px;
	width: 30px;
}
#headerSearch #searchParam
{
	border: 1px solid #E1E1E1;
	border-left: 0 none;
	border-right: 0 none;
	font-size: 14px;
	height: 30px;
	margin: 0;
	padding: 0 5px 0 0;
	width: 249px;
}
#headerSearch input.searchSubmit
{
	background: url('../../img/custom/icons.png') no-repeat 0px -340px;
	border: 1px solid #E1E1E1;
	border-left: 0 none;
	height: 32px;
	width: 31px;
}
#headerSearch input.searchSubmit:hover
{
	background: url('../../img/custom/icons.png') no-repeat -50px -340px;
}
#headerAdvantages
{
	float: right;
	margin: 0 10px 0 0;
}
#headerAdvantages li
{
	float: left;
	list-style-type: none;
	padding: 0 10px 0 0;
}
#headerAdvantages li span
{
	float: left;
	height: 40px;
	width: 40px;
}
#headerAdvantages .iconPhone
{
	background-position:0px -162px;
}
#headerAdvantages .iconDelivery
{
	background-position:0px -212px;
}
#headerAdvantages .iconKnowledge
{
	background-position:0px -262px;
}
#miniBasket
{
	float: right;
	height: 44px;
	margin: 0;
	padding: 20px;
	width: 185px;
}
#miniBasket .icon.miniBasket
{
	background-position: 0 -50px;
	float: right;
	height: 36px;
	width: 35px;
}
#miniBasket .basketTitle
{
	color: #F09100;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 2px 0;
	text-align: right;
	width: 140px;
}
#miniBasket .basketContent
{
	color: #F09100;
	display: block;
	float: left;
	text-align: right;
	width: 140px;
}
#newItemMsg
{
	background: #4C7094;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4C7094), to(#013467));
	background: -webkit-linear-gradient(#4C7094, #013467);
	background: -moz-linear-gradient(#4C7094, #013467);
	background: -ms-linear-gradient(#4C7094, #013467);
	background: -o-linear-gradient(#4C7094, #013467);
	background: linear-gradient(#4C7094, #013467);
	color: #FFF;
	font-weight: bold;
	padding: 3px 8px 2px 8px;
	position: absolute;
	right: 0px;
	top: 60px;
}



/* navigation */
#navigation,
#navigation ul,
#navigation li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation
{
	float: none;
	height: 35px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1001;
}
#navigation:hover
{
	overflow: visible;
}
#navigation > li
{
	float: left;
	width: 140px;
}
#navigation > li > a
{
	background: #4C7094;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4C7094), to(#013467));
	background: -webkit-linear-gradient(#4C7094, #013467);
	background: -moz-linear-gradient(#4C7094, #013467);
	background: -ms-linear-gradient(#4C7094, #013467);
	background: -o-linear-gradient(#4C7094, #013467);
	background: linear-gradient(#4C7094, #013467);
	border-left: 1px solid #1B3957;
	border-right: 1px solid #6685A4;
	color: #FFF;
	display: block;
	line-height: 35px;
	text-align:center;
}
#navigation > li:first-child > a
{
	border-left: 0 none;
}
#navigation > li:last-child > a
{
	border-right: 0 none;
}
#navigation > li.active > a
{
	background: #5E7F9F;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5E7F9F), to(#284969));
	background: -webkit-linear-gradient(#5E7F9F, #284969);
	background: -moz-linear-gradient(#5E7F9F, #284969);
	background: -ms-linear-gradient(#5E7F9F, #284969);
	background: -o-linear-gradient(#5E7F9F, #284969);
	background: linear-gradient(#5E7F9F, #284969);
}
#navigation > li:hover > a,
#navigation > li.active > a:hover
{
	background: #DBE9F0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DBE9F0), to(#C7DDE9));
	background: -webkit-linear-gradient(#DBE9F0, #C7DDE9);
	background: -moz-linear-gradient(#DBE9F0, #C7DDE9);
	background: -ms-linear-gradient(#DBE9F0, #C7DDE9);
	background: -o-linear-gradient(#DBE9F0, #C7DDE9);
	background: linear-gradient(#DBE9F0, #C7DDE9);
	border: 0 none;
	color: #003366;
}
#navigation > li > ul {
	background: url('../../img/custom/navigation.png') repeat-y 189px 0 #C7DDE9;
	border-bottom: 15px solid #C7DDE9;
	border-top: 15px solid #C7DDE9;
	left: 0;
	margin: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 35px;
	visibility: hidden;
	width: 980px;

	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
#navigation > li:hover > ul
{
	opacity: 1;
	visibility: visible;
	z-index: 1002;
}
#navigation > li > ul > li
{
	float: left;
	margin: 0 15px 15px 15px;
	width: 160px;
}
#navigation > li > ul > li > a
{
	color: #003366;
	font-size: 13px;
	font-weight: bold;
	display: block;
}
#navigation > li > ul > li > a:hover
{
	text-decoration: underline !important;
}
#navigation > li > ul > li > ul > li > a
{
	color: #003366;
	display: block;
	font-size: 13px;
	padding: 3px 0;
}
#navigation > li > ul > li > ul > li > a:hover
{
	text-decoration: underline;
}
#navigation > li > ul > li > ul > li.active > a
{
	font-weight: bold;
}

.customerinfo {
	background: #C7DDE9;
	border: 1px solid #023467;
	color: #023467;
	clear: both;
	margin: 10px 0;
	padding: 5px 10px;
}

/* breadcrumb */
#breadCrumb
{
	color: #666;
	font-size: 12px;
	margin: 0 0 16px 0;
	padding: 0;
}
#breadCrumb span
{
	color: #666;
}
#breadCrumb a
{
	color: #666;
	font-weight: normal;
}


/** footer **/
#footer
{
	background: #003366;
	margin:0px;
	padding: 10px;
	width: 960px;
}
#footer a,
#footer dl
{
	color: #FFF;
}
#footer #footerHead
{
	background: #FFF;
	height: 40px;
	overflow: hidden;
}
#footer #footerPayment
{
	float: left;
	padding: 0 15px;
}
#footer #footerPayment li
{
	color: #999;
	float: left;
	font-weight: bold;
	line-height: 22px;
	padding: 9px 15px;
}
#footer #footerPayment .paypal
{
	background-position: 0 -430px;
	height: 22px;
	width: 73px;
}
#footer #footerPayment .sofort
{
	background-position: 2px -480px;
	height: 22px;
	width: 69px;
}
#footer #footerPhone
{
	color: #003366;
	float: right;
	margin: 0 15px 0 0;
}
#footer #footerPhone .footerPhone
{
	background-position: -53px -170px;
	float: left;
	height: 25px;
	margin: 7px 10px 0 0;
	width: 24px;
}
#footer #footerPhone .number
{
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
#footer #footerPhone .time
{
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	margin: 8px 0 0 8px;
}
#footer #footerContent
{
	padding: 20px;
}
#footer dl
{
	border: 0 none;
	margin: 0 0 0 20px;
	width: 215px;
}
#footer dl:first-child
{
	margin: 0;
}
#footer dl dt
{
	color: #FFF;
	font-size: 14px;
	padding: 0 0 5px 0;
	text-transform: none;
}
#footer .list a
{
	color: #FFF;
	line-height: 19px;
	padding: 0;
	text-shadow: none;
}
#footer .list a:hover
{
	background: transparent;
	text-decoration: underline;
}
#footer .oxstdfooter
{
	color: #fff;
	font-size: 11px;
	text-align: center;
}


/* content */
#sidebar
{
	float: left;
	margin: 0 0 24px 0;
	width: 200px;
}
#content
{
	margin: 0 0 30px 0;
	min-height: 400px;
	padding: 0;
	width: 980px;
}
div.sidebarLeft #content
{
	float: right;
	width: 760px;
}



/* sidebar */
#sidebar .tree
{
	border: 1px solid #E1E1E1;
	border-bottom: 0 none;
}
#sidebar .tree a,
#sidebar .tree a:hover,
#sidebar .tree li.active > a,
#sidebar .tree li.exp > a
{
	background-color: #FFF;
	background-image: url('../../img/arrows.png');
	background-position: 186px 10px ;
	background-repeat: no-repeat;
	border-bottom: 1px solid #E1E1E1 !important;
	color: #666 !important;
	text-decoration: none;
	padding: 5px 20px  5px 10px;
}
#sidebar .tree a:hover
{
	background-color: #F2F2F2;
}
#sidebar .tree li.active > a,
#sidebar .tree li.exp > a
{
	background-color: #F2F2F2;
	font-weight: bold;
}
#sidebar .tree li.exp > a
{
	background-position: 185px -28px;
}
#sidebar .tree li.end > a
{
	background-image: none;
}
#sidebar .tree > li.exp > a,
#sidebar .tree > li.active > a,
#sidebar .tree > li > span
{
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EEEEEE));
	background: -webkit-linear-gradient(#FFFFFF, #EEEEEE);
	background: -moz-linear-gradient(#FFFFFF, #EEEEEE);
	background: -ms-linear-gradient(#FFFFFF, #EEEEEE);
	background: -o-linear-gradient(#FFFFFF, #EEEEEE);
	background: linear-gradient(#FFFFFF, #EEEEEE);
	border-bottom: 1px solid #E1E1E1 !important;
	color: #666;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 10px;
}
#sidebar .tree > li > ul > li > a
{
	padding-left: 10px !important;
}
#sidebar .tree > li > ul > li > ul > li > a
{
	padding-left: 20px !important;
}
#sidebar .categoryBox
{
	border: 0 none;
}



/* locator */
.refineParams
{
	border: 1px solid #E1E1E1;
	margin: 0 0 12px 0;
	padding: 5px;
}
.pager
{
	background: none;
	height: 23px;
	padding: 0;
}
#itemsPagerbottom.pager
{
	border: 0 none;
	margin: 0;
}
.pager a.page,
.pager a.prev,
.pager a.next,
.pager span,
.pager a.prev,
.pager a.next
{
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EEEEEE));
	background: -webkit-linear-gradient(#FFFFFF, #EEEEEE);
	background: -moz-linear-gradient(#FFFFFF, #EEEEEE);
	background: -ms-linear-gradient(#FFFFFF, #EEEEEE);
	background: -o-linear-gradient(#FFFFFF, #EEEEEE);
	background: linear-gradient(#FFFFFF, #EEEEEE);
	border: 1px solid #E1E1E1;
	color: #666;
	display: block;
	float: left;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	margin: 0 2px 0 0;
	padding: 0;
	text-align: center;
	width: 21px;
}
.pager a.prev,
.pager a.next
{
	padding: 0  5px;
	width: 50px;
}
.pager a.prev
{
	background: url('../../img/arrows.png') no-repeat 6px -13px #FFFFFF;
	background: url('../../img/arrows.png') no-repeat 6px -13px, -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EEEEEE));
	background: url('../../img/arrows.png') no-repeat 6px -13px, -webkit-linear-gradient(#FFFFFF, #EEEEEE);
	background: url('../../img/arrows.png') no-repeat 6px -13px, -moz-linear-gradient(#FFFFFF, #EEEEEE);
	background: url('../../img/arrows.png') no-repeat 6px -13px, -ms-linear-gradient(#FFFFFF, #EEEEEE);
	background: url('../../img/arrows.png') no-repeat 6px -13px, -o-linear-gradient(#FFFFFF, #EEEEEE);
	background: url('../../img/arrows.png') no-repeat 6px -13px, linear-gradient(#FFFFFF, #EEEEEE);
	text-align: right;
}
.pager a.next
{
	background: url('../../img/arrows.png') no-repeat 50px 7px #FFFFFF;
	background: url('../../img/arrows.png') no-repeat 50px 7px, -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EEEEEE));
	background: url('../../img/arrows.png') no-repeat 50px 7px, -webkit-linear-gradient(#FFFFFF, #EEEEEE);
	background: url('../../img/arrows.png') no-repeat 50px 7px, -moz-linear-gradient(#FFFFFF, #EEEEEE);
	background: url('../../img/arrows.png') no-repeat 50px 7px, -ms-linear-gradient(#FFFFFF, #EEEEEE);
	background: url('../../img/arrows.png') no-repeat 50px 7px, -o-linear-gradient(#FFFFFF, #EEEEEE);
	background: url('../../img/arrows.png') no-repeat 50px 7px, linear-gradient(#FFFFFF, #EEEEEE);
	text-align: left;
}
.pager a.page:hover,
.pager a.prev:hover,
.pager a.next:hover,
.pager a.page.active
{
	background: #EBEBEB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EBEBEB), to(#D0D0D0));
	background: -webkit-linear-gradient(#EBEBEB, #D0D0D0);
	background: -moz-linear-gradient(#EBEBEB, #D0D0D0);
	background: -ms-linear-gradient(#EBEBEB, #D0D0D0);
	background: -o-linear-gradient(#EBEBEB, #D0D0D0);
	background: linear-gradient(#EBEBEB, #D0D0D0);
	color: #666;
	text-decoration: none;
}
.pager a.prev:hover
{
	background: url('../../img/arrows.png') no-repeat 6px -13px #EBEBEB;
	background: url('../../img/arrows.png') no-repeat 6px -13px, -webkit-gradient(linear, 0 0, 0 bottom, from(#EBEBEB), to(#D0D0D0));
	background: url('../../img/arrows.png') no-repeat 6px -13px, -webkit-linear-gradient(#EBEBEB, #D0D0D0);
	background: url('../../img/arrows.png') no-repeat 6px -13px, -moz-linear-gradient(#EBEBEB, #D0D0D0);
	background: url('../../img/arrows.png') no-repeat 6px -13px, -ms-linear-gradient(#EBEBEB, #D0D0D0);
	background: url('../../img/arrows.png') no-repeat 6px -13px, -o-linear-gradient(#EBEBEB, #D0D0D0);
	background: url('../../img/arrows.png') no-repeat 6px -13px, linear-gradient(#EBEBEB, #D0D0D0);
	text-align: right;
}
.pager a.next:hover
{
	background: url('../../img/arrows.png') no-repeat 50px 7px #EBEBEB;
	background: url('../../img/arrows.png') no-repeat 50px 7px, -webkit-gradient(linear, 0 0, 0 bottom, from(#EBEBEB), to(#D0D0D0));
	background: url('../../img/arrows.png') no-repeat 50px 7px, -webkit-linear-gradient(#EBEBEB, #D0D0D0);
	background: url('../../img/arrows.png') no-repeat 50px 7px, -moz-linear-gradient(#EBEBEB, #D0D0D0);
	background: url('../../img/arrows.png') no-repeat 50px 7px, -ms-linear-gradient(#EBEBEB, #D0D0D0);
	background: url('../../img/arrows.png') no-repeat 50px 7px, -o-linear-gradient(#EBEBEB, #D0D0D0);
	background: url('../../img/arrows.png') no-repeat 50px 7px, linear-gradient(#EBEBEB, #D0D0D0);
	text-align: left;
}
.pager a.page.active
{
	font-weight: bold;
}
.dropDown,
.dropDown label
{
	cursor: pointer;
}
.dropDown p
{
	background: url('../../img/arrows.png') right -30px no-repeat;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	height: 23px;
	line-height: 23px;
	padding-right: 15px;
}
.dropDown ul.drop
{
	background: #FFF;
	border: 0px none;
	left: 0px;
	margin: 0;
	position: absolute;
	top: -3px;
	z-index: 20;
}
.dropDown ul.drop li
{
	background: #FFF;
	border: 0 none;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	margin-left: 0px;
}
.dropDown ul.drop li.value
{
	border: 0 none;
	padding-bottom: 5px;
}
.dropDown ul.drop li:last-child
{
	border-bottom: 1px solid #E1E1E1;
}
.dropDown ul.drop li a,
.dropDown ul.drop li a.selected
{
	background: none #FFF;
	border: 0px;
	color: #666;
	font-size: 12px;
}
.dropDown ul.drop li a:hover
{
	text-decoration: underline;
}
.dropDown ul.drop li a.selected
{
	font-weight: bold;
}
.categoryDescription
{
	background:none;
	border:1px solid #E1E1E1;
	font-size:14px;
	line-height:21px;
	padding:20px;
}



/* gallery */
.gridView .productData
{
	margin: 0 12px 12px 0;
	height: 277px;
	overflow: visible;
	width: 181px;
}
.gridView .productData.last
{
	margin: 0 0 12px 0;
}
.gridView .productData a
{
	border: 1px solid #E1E1E1;
	color: #666;
	display: block;
	font-size: 12px;
	height: 275px;
	text-decoration: none;
}
.gridView .productData a:hover
{
	-webkit-box-shadow: #666 0px 0px 2px;
	-moz-box-shadow: #666 0px 0px 2px;
	box-shadow: #666 0px 0px 2px;
}
.gridView .productData .image
{
	border-bottom: 1px solid #E1E1E1;
	display: block;
	height: 160px;
	line-height: 160px;
	overflow: hidden;
	text-align: center;
}
.gridView .productData .image img
{
	vertical-align: middle;
}
.gridView .productData .name
{
	border-bottom: 1px solid #E1E1E1;
	display: block;
	height: 53px;
	line-height: 17px;
	overflow: hidden;
	padding: 5px 10px ;
}
.gridView .productData .prices
{
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EEEEEE));
	background: -webkit-linear-gradient(#FFFFFF, #EEEEEE);
	background: -moz-linear-gradient(#FFFFFF, #EEEEEE);
	background: -ms-linear-gradient(#FFFFFF, #EEEEEE);
	background: -o-linear-gradient(#FFFFFF, #EEEEEE);
	background: linear-gradient(#FFFFFF, #EEEEEE);
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 10px;
	position: relative;
}
.gridView .productData .pricePerUnit {
	display: block;
	font-size: 11px;
}
.gridView .productData .gridButton
{
	background: #003366;
	display: block;
	float: right;
	height: 20px;
	margin-top: -10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 20px;
}
.gridView .productData .gridButton .arrowWhite
{
	height: 16px;
	margin: 2px 6px;
	width: 8px;
}
.sectionHead + .gridView,
.sectionHead + .infogridView
{
	margin: 0;
}



/* detail */
#productinfo #productImages
{
	float: left;
	width: 382px;
}
#productinfo .picture
{
	border: 1px solid #E1E1E1;
	float: none;
	position: relative;
	z-index:10;
}
#productinfo #zoomTrigger
{
	background-position: right bottom ;
	height: 342px;
	left: 0;
	top: 0;
	width: 382px;
	z-index: 1000;
}
#productinfo .cloud-zoom-lens
{
	border: 1px solid #E1E1E1 !important;
}
#productinfo #cloud-zoom-big
{
	border: 1px solid #E1E1E1 !important;
	height: 340px !important;
	left: 401px !important;
	top: -1px !important;
	width: 356px !important;
}
#productinfo #morePicsContainer
{
	padding: 6px 0 0 0;
}
#productinfo #morePicsContainer .shadowLine
{
	display: none;
}
#productinfo #morePicsContainer ul
{
	margin: 0;
}
#productinfo #morePicsContainer li
{
	border: 1px solid #E1E1E1;
	float: left;
	height: 89px;
	margin: 0 6px 6px 0;
	width: 89px;
}
#productinfo #morePicsContainer li:nth-child(4n+0)
{
	margin: 0 0 6px 0;
}
#productinfo #morePicsContainer li a,
#productinfo #morePicsContainer li .artIcon
{
	height: 89px;
	line-height: 89px;
	width: 89px;
}
#productinfo #morePicsContainer li a .marker,
#productinfo #morePicsContainer li a:hover .marker
{
	display: none;
}
#productinfo .information
{
	width: 358px;
}
#productinfo #productDescription
{
	padding: 20px 0;
}
#productinfo .productMainInfo
{
	margin: 0 0 25px 0;
}
#productinfo #productArtnum,
#productinfo .stockFlag
{
	display: block;
	margin: 0 0 5px 0;
}
#productinfo .stockFlag
{
	padding: 0 0 0 20px;
}
#productinfo #variants .dropDown
{
	border: 1px solid #E1E1E1;
	width: 280px;
}
#productinfo #variants .dropDown p
{
	background: url('../../img/arrows.png') right -27px no-repeat;
	border: 0 none;
	height: 29px;
	line-height: 29px;
}
#productinfo #variants .dropDown li
{
	width:  auto;
}
#productinfo #variants .dropDown ul.drop
{
	left: -1px;
	top: -1px;
}
#productinfo #variants .dropDown ul.drop .value
{
	border: 1px solid #E1E1E1;
	border-bottom: 0 none;
	padding: 0 10px 0 0;
}
#productinfo .variantReset
{
	display: none;
}
#productinfo #productPrice
{
	color: #003366;
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 5px 0;
}
#productinfo #toBasket
{
	background: url('../../img/custom/icon-add2basket.png') no-repeat 10px 9px #F09100;
	background: url('../../img/custom/icon-add2basket.png') no-repeat 10px 9px, -webkit-gradient(linear, 0 0, 0 bottom, from(#F09100), to(#CC7A00));
	background: url('../../img/custom/icon-add2basket.png') no-repeat 10px 9px, -webkit-linear-gradient(#F09100, #CC7A00);
	background: url('../../img/custom/icon-add2basket.png') no-repeat 10px 9px, -moz-linear-gradient(#F09100, #CC7A00);
	background: url('../../img/custom/icon-add2basket.png') no-repeat 10px 9px, -ms-linear-gradient(#F09100, #CC7A00);
	background: url('../../img/custom/icon-add2basket.png') no-repeat 10px 9px, -o-linear-gradient(#F09100, #CC7A00);
	background: url('../../img/custom/icon-add2basket.png') no-repeat 10px 9px, linear-gradient(#F09100, #CC7A00);
	border:1px solid #CC7A00;
	clear: both;
	font-size: 16px;
	height: 40px;
	padding: 0 15px 0 45px;
}
#productinfo #toBasket:hover
{
	background: url('../../img/custom/icon-add2basket.png') no-repeat 10px 9px #F09100;
}
#productinfo #productWeight
{
	padding: 0;
}
#productinfo #media a
{
	background: url('../../img/custom/icon-pdf.png') no-repeat;
	display: inline-block;
	margin: 10px 0;
	padding: 12px 0 12px 38px;
}
#productinfo #productWeight {
	padding-left: 5px;
}
.additionalInfo span:first-child {
	padding-left: 0;
	padding-right: 5px;
}

/* Staffelpreise */
#priceinfo {
	margin-bottom: 30px;
}
form #priceinfo li:first-child {
	border: none;
}
form #priceinfo li {
	border-top: 1px solid #e5e5e5;
	padding: 5px 0;
	width: 100% !important;
}
#priceinfo label,
#priceinfo span {
	width: 50%;
}


/* overlay */
div.ui-widget-overlay
{
	opacity:0.6;
}
div#zoomModal
{
	background:#FFF;
	padding:10px;
}



/** slider start **/
.anythingSlider
{
	height:400px;
	width:980px;
}
#promotionSlider
{
	height:400px;
}
#promotionSlider img
{
	height:400px;
	width:980px;
}
.oxSlider
{
	margin: 0 0 10px 0;
	padding: 0;
}
.oxSlider .anythingControls
{
	display:none;
}
.oxSlider li,
.oxSlider a
{
	text-align:center;
}
.oxSlider .arrow
{
	display:none !important;
}
.oxSlider .anythingControls
{
	bottom:10px !important;
}
.oxSlider .thumbNav
{
	background:none transparent;
	display:block !important;
	opacity:1 !important;
	padding:0;
}
.oxSlider .thumbNav li
{
	display:block;
	float:left;
	height:14px;
	margin:0 3px 0 0;
	overflow:hidden;
	padding:0;
	width:14px;
}
.oxSlider .thumbNav li a
{
	background:none transparent;
	border:2px solid #fff;
	border-radius:6px;
	display:block;
	height:10px;
	overflow:hidden;
	padding:0;
	text-indent:-1000px;
	width:10px;
}
.oxSlider .thumbNav li a.cur
{
	background:#fff;
}
.articleBox h2,
h2.sectionHead
{
	background: #F7F7F7;
	border: 1px solid #E1E1E1;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	margin: 0 0 10px 0;
	padding: 0 10px;
}
.articleBox .gridView .productData
{
	margin: 0 10px 10px 0;
	width: 188px;
}
.articleBox .productData.last
{
	margin: 0 0 10px 0;
}
#startText
{
}






















