@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/*** LIBRARY: de.incony.anteros.desktop ***/
body {
	margin: 0px;
	/*{stylesheet.font.color}*/
	color: #353535;
	/*{stylesheet.background.color}*/
	/*background-color: #ECECEC;*/
	/*{stylesheet.border.color}*/
	border-color: #D4D4D4;
	/*{stylesheet.font.family}*/
	font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
	/*{stylesheet.font.size}*/
	font-size: 14px;
	/*{stylesheet.font.weight}*/
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
}
img {
	border: none;
}
a {
	/*{stylesheet.link.font.color}*/
	color: #353535;
	text-decoration: none;
	/*{stylesheet.link.font.size}*/
	font-size: 14px;
	/*{stylesheet.link.font.weight}*/
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
}
a:hover {
	text-decoration: underline;
}
table {
	width: auto;
	border: none;
	border-collapse: collapse;
	margin-top: 0px;
	font-size: 14px;
}
table tr {
	background-color: transparent;
}
table tr:nth-child(2n) {
	background-color: transparent;
}
table tr th,
table tr td {
	padding: 0px;
	border: none;
	background-image: none;
	background-color: transparent;
	color: #333333;
}
table tr td a {
	color: #333333;
}
.anteros-orderList {
	background-position: 0px 0px;
}
.anteros-watchList {
	background-position: -60px 0px;
}
.anteros-comparisonList {
	background-position: -20px 0px;
}
div.clear {
	clear: both;
}
#content {
	padding-bottom: 30px;
	overflow: auto;
}
div.list-wrapper {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
	background-color: #FFFFFF;
	height: 36px;
	float: right;
}
div.list-wrapper a.topNavigationLink {
	font-size: 16px;
	color: #FF4900;
    font-weight: bold;
}
div.list-wrapper .topNavigationLink:hover {
	text-decoration: none;
}
div.list-wrapper .topNavigationLink span.numberOfElements {
    font-weight: normal;
    padding-left: 5px;
}
div.list-wrapper .topNavigationLink i.leftAlligned {
    color: #757374;
    padding-right: 5px;
}
div.list-wrapper .topNavigationLink i.rightAlligned {
    color: #333333;
}
div.list-wrapper .topNavigationLink img {
	margin-left: 10px;
	vertical-align: top;
}
div.list-wrapper div.list-wrapper-first {
	float: left;
	height: 25px;
	padding: 6px 10px 6px 6px;
	border-right: 1px solid #C4C4C4;
}
div.list-wrapper div.list-wrapper-last {
	float: left;
	height: 36px;
    line-height: 36px;
    padding-left: 6px;
    padding-right: 4px;
}
div.list-wrapper div.import-shown {
	border-right: 1px solid #c4c4c4;
}
div.list-wrapper div.list-wrapper-first.list-wrapper-last {
	padding: 6px;
	border-right: none;
}
div.list-wrapper img.button.importOrderListButton {
   	height: 18px;
    border-bottom: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    padding: 9px 8px 8px 10px;
    margin-right: 2px;
    cursor: pointer;
}