html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

html {
	overflow-y: scroll;
	overflow-x: auto;
}
body {
  cursor: default;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #000000;
  margin: 0px;
  padding: 10px 0px 10px 0px;
  text-align: center;
	background: #ffffff url(../images/ducks-bg.gif) repeat 0px 0px;
}
table {
  font-family: Tahoma;
  font-size: 11px;
}
img {
  border: none;
}

h1 {
  font-size: 15px;
	line-height: 19px;
  font-weight: bold;
  color: #666666;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2 {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #999999;
	border-bottom: 1px solid #dddddd;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 5px 0px;
}
h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #444444;
	border-bottom: 1px solid #eeeeee;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}

a {
	cursor: pointer;
  color: #444444;
  text-decoration: underline;
}
a:hover {
  color: #444444;
  text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	padding: 5px 0px 10px 0px;
}

ol li {
	list-style-type: decimal;
	margin-left: 20px;
}
li {
	list-style-type: disc;
	margin-left: 20px;
}
blockquote {
	margin-left: 15px;
}



.clear-element {
	clear: both;
  height:0;
  overflow:hidden;
  line-height:0;
  font-size:0;
}


.super-ct {
	width: 920px;
	margin: auto;
	text-align: left;
	padding: 10px;
	background-color: #ffffff;
}

.top-ct {
	position: relative;
	height: 100px;
}
.top-ct-r {
	background: transparent url(../images/top/top_bar_right.jpg) no-repeat right 0px;
	height: 100px;
	padding-right: 24px;
}
.top-ct-m {
	background: #000000 url(../images/top/top_bar_bg.jpg) repeat-x 0px 0px;
	height: 100px;
}

.top-menu {
	position: absolute;
	top: 80px;
	left: 140px;
}
.top-menu div {
	float: left;
}
.top-menu div a {
	display: block;
	line-height: 20px;
	padding-left: 10px;
	color: #858585;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
}
.top-menu div a span {
	display: block;
	padding-right: 10px;
}
.top-menu div a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.top-menu div.active {
	background: transparent url(../images/top/menu_active_left.gif) no-repeat 0px 0px;
}
.top-menu div.active a {
	background: transparent url(../images/top/menu_active_right.gif) no-repeat right 0px;
	color: #000000;
}
.top-menu div.active a span {
}

.country-currency-ct {
	position: relative;
	color: #000000;
	height: 20px;
}
.country-currency-ct-inner {
	position: absolute;
	top: 0px;
	right: 0px;
}
.country-currency-label {
	color: #dddddd;
}
.country-currency-country {
	float: left;
	line-height: 15px;
	background-repeat: no-repeat; 
	background-position: 0px 2px;
	padding-left: 20px;
}
.country-currency-currency {
	float: left;
	line-height: 15px;
	padding-left: 20px;
}
.country-currency-change {
	float: left;
	line-height: 15px;
	padding-left: 20px;
}
.country-currency-change a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.country-currency-change a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}


.duck-cart {
	position: absolute;
	top: 0px;
	right: 24px;
}

.top-search {
	position: absolute;
	top: 70px;
	right: 24px;
	width: 180px;
}
.top-search-field {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 105px;
	margin-right: 10px;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	padding: 3px;
	margin: 0px;
	font-size: 11px;
}
.top-search-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	padding: 2px;
	margin: 0px;
	font-size: 11px;
}

.main-ct {
	position: relative;
	margin-top: 20px;
	min-height: 400px;
}
.left-ct {
	float: left;
	width: 143px;
	margin-right: 23px;
}
.content-ct {
	float: left;
	width: 500px;
}
.right-ct {
	float: left;
	width: 210px;
	margin-left: 24px;
}

.wide-content-ct {
	float: left;
	width: 734px;
}

/*Default Design*/
.def-content-ct {
	background-color: #ECECEC;
	width: 920px;
	min-height: 100px;
}
.def-content-top {
	background-image: url(../images/def/gray-bg-top.gif);
	width: 920px;
	height: 25px;
	background-repeat: no-repeat;
}
.def-content-bottom {
	background-image: url(../images/def/gray-bg-bottom.gif);
	width: 920px;
	height: 105px;
	background-repeat: no-repeat;
}
.def-left-ct {
	float: left;
	width: 170px;
	margin-left: 17px;
	min-height: 10px;
	background-color: #ffffff;
	min-height: 40px;
}
.def-submenu-ct {
	padding: 10px 0px 0px 10px;
}
.def-right-ct {
	background-color: #ffffff;
	width: 700px;
	min-height: 100px;
	float: left;
	margin-left: 15px;
}
.def-left-top {
	background-image: url(../images/def/submenutop.gif);
	width: 170px;
	height: 5px;
	background-repeat: no-repeat;
}
.def-left-bottom {
	background-image: url(../images/def/submenubottom.gif);
	width: 170px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.def-right-top {
	background-image: url(../images/def/content-top.gif);	
	width: 700px;
	height: 10px;
}
.def-right-bottom {
	background-image: url(../images/def/content-bottom.gif);
	width: 700px;
	height: 42px;
}
.def-right-middle {
	min-height: 100px;
	padding-left: 10px;
}
.def-right-middle h2 {
	border: none;
	font-size: 14px; 
	line-height: 18px;
	color: #000000;
}
.submenu-header {
	font-size: 11px;
	line-height: 15px;
}
.def-submenu-ct .content-menu-item {
	margin-left: 10px;
	margin-top: 10px;
}
.def-submenu-ct a {
	text-decoration: none;
	color: #000000;
}
.def-submenu-ct .active a {
	font-weight: bold;
}
.gallery-img-ct {
	float: left;
	margin: 0px 8px 0px 20px;
	width: 182px;
	text-align: center;
	height: 190px;
}
.gallery-img-ct td {
	vertical-align: middle;
	text-align: center;
	height: 190px;
	width: 182px;
}
.press-item {
	float: left;
	margin: 10px 0px 10px 20px;
	padding: 3px;
	border: 1px solid #cccccc;
}
.press-item:hover {
	padding: 0px;
	border: 4px solid #ff99cc;
}
/*Something*/
.product-group-menu-branch-1 .product-group-menu-item {
	
}
.product-group-menu-branch-1 .product-group-menu-item a {
	display: block;
	width: 133px;
	height: 35px;
	line-height: 35px;
	background: transparent url(../images/left_menu_item_bg.jpg) no-repeat 0px 0px;
	padding-left: 10px;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.product-group-menu-branch-1 .product-group-menu-item a:hover {
	background-position: 0px -35px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.product-group-menu-branch-2 {
	margin-bottom: 15px;
}

.product-group-menu-branch-2 .product-group-menu-item a {
	display: block;
	height: auto;
	line-height: 14px;
	margin-bottom: 5px;
	background: none;
	padding-left: 16px;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.product-group-menu-branch-2 .product-group-menu-item a:hover {
	background: transparent url(../images/duck_grey.png) no-repeat 0px 1px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.product-group-menu-branch-2 .product-group-menu-item.active a {
	background: transparent url(../images/duck_pink.png) no-repeat 0px 1px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.product-group-menu-branch-2 .product-group-menu-item.active a:hover {
	background: transparent url(../images/duck_pink.png) no-repeat 0px 1px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.right-cart-ct {
	background: transparent url(../images/cart_box.jpg) no-repeat 0px 0px;
	padding: 10px;
	height: 49px;
	color: #ffffff;
}
.right-cart-title {
	font-size: 12px;
	font-weight: bold;
}
.right-cart-content {
	margin-bottom: 5px;
}
a.right-cart-checkout-link {
	background: transparent url(../images/cart_transparent.png) no-repeat 0px 0px;
	padding-left: 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a:hover.right-cart-checkout-link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

.size-converter-ct {
	background: transparent url(../images/measure.jpg) no-repeat right 0px;
	padding-right: 80px;
	min-height: 106px;
}

.bottom-menu {
	margin-top: 20px;
	text-align: center;
}
.bottom-menu div {
	display: inline;
	margin: 0px 10px;
}
.bottom-menu div a {
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}
.bottom-menu div a:hover {
	color: #777777;
	font-weight: normal;
	text-decoration: underline;
}

.bottom-payment-logos {
	margin-top: 20px;
	text-align: center;
}
.bottom-payment-logos img {
	margin: 0px 2px;
}

.address-ct {
	text-align: center;
	color: #777777;
	margin: 10px 0px 0px 0px;
}
.address-ct a {
	color: #777777;
	text-decoration: none;
	font-weight: normal;
}
.address-ct a:hover {
	color: #777777;
	text-decoration: underline;
	font-weight: normal;
}

.footer {
	margin-top: 10px;
	width: 920px;
	height: 71px;
	background: transparent url(../images/footer.png) no-repeat 0px 0px;
}

.frontpage-ct {
	float: left;
	width: 720px;
}
.frontpage-slider {
	width: 720px;
	height: 240px;
	margin-bottom: 8px;
}
.frontpage-row {
	width: 728px; 
	height: 174px;
	margin-right: -8px;
	margin-bottom: 8px;
}
.frontpage-box {
	position: relative;
	overflow: hidden;
	float: left;
	height: 174px;
	width: 174px;
	margin-right: 8px;
}
.frontpage-products-ct {
	position: relative;
	float: left;
	width: 538px; 
	height: 174px;
	margin-right: 8px;
}
.frontpage-products-ct .product-list {
	position: absolute;
	top: 30px;
	left: 1px;
	width: 546px;
	margin: 0px;
}
.frontpage-products-ct .product-list-item {
	position: relative;
	width: 128px;
	margin: 0px 4px;
}
.product-list-show-new {
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url(../images/new.png) no-repeat 0px 0px;
	width: 23px;
	height: 10px;
}
.frontpage-box .box-grey-border-m, .frontpage-products-ct .box-grey-border-m {
	height: 160px;
}
.frontpage-box-press-parent {
	position: absolute;
	top: 32px;
	left: 2px;
	width: 170px;
	height: 100px;
	overflow: hidden; 
}
.frontpage-box-press {
	position: absolute;
	top: 0px;
	left: 0px;
}
.frontpage-box-press div {
	float: left;
	width: 85px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.frontpage-box-press div img {
	display: block;
	margin: auto;
}
.frontpage-box-press-navigation {
	position: absolute;
	bottom: 7px;
	left: 0px;
	width: 174px;
	height: 17px;
}
.frontpage-box-press-navigation .arrow {
	position: absolute;
	top: 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 20px;
	height: 17px;
	display: block;
}
.frontpage-box-press-navigation .arrow-left {
	left: 7px;
	background-image: url(../images/frontpage/arrow-left.gif);
}
.frontpage-box-press-navigation .arrow-right {
	right: 7px;
	background-image: url(../images/frontpage/arrow-right.gif);
}

.frontpage-img-rotator {
	position: relative;
}
.frontpage-img-rotator div {
	position: absolute;
	top: 0px;
	left: 0px;
}

.right-ct-spacer {
	height: 10px;
	font-size: 0px;
	line-height: 10px;
}

.filled-box {
	padding: 5px;
	width: 200px;
	height: 91px;
	overflow: hidden;
	background-position: 0px 0px;
	background-repeat: repeat;
}
.filled-box-blue {
	background-image: url(../images/filled_box/blue.jpg);
	color: #ffffff;
}

.side-box {
}
.side-box-header {
	position: relative;
	background: transparent url(../images/side_box/black.jpg) no-repeat 0px 0px;
	height: 19px;
	line-height: 19px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 7px;
}
.side-box-header div {
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent url(../images/side_box/black.jpg) no-repeat right 0px;
	height: 19px;
	width: 19px;
}
.side-box-content {
	border-right: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	padding: 7px 6px 0px 6px;
}
.side-box-bl {
	background: transparent url(../images/box/grey_border/bl.jpg) no-repeat 0px 0px;
	font-size: 0px;
	height: 7px;
	line-height: 7px;
	padding-left: 7px;
}
.side-box-br {
	background: transparent url(../images/box/grey_border/br.jpg) no-repeat right 0px;
	font-size: 0px;
	height: 7px;
	line-height: 7px;
	padding-right: 7px;
}
.side-box-b {
	border-bottom: 1px solid #bcbcbc;
	font-size: 0px;
	height: 6px;
	line-height: 6px;
}

.side-box-header-black {
	background-image: url(../images/side_box/black.jpg);
}
.side-box-header-black div {
	background-image: url(../images/side_box/black.jpg);
}
.side-box-header-blue {
	background-image: url(../images/side_box/blue.jpg);
}
.side-box-header-blue div {
	background-image: url(../images/side_box/blue.jpg);
}
.side-box-header-green {
	background-image: url(../images/side_box/green.jpg);
}
.side-box-header-green div {
	background-image: url(../images/side_box/green.jpg);
}
.side-box-header-grey {
	background-image: url(../images/side_box/grey.jpg);
}
.side-box-header-grey div {
	background-image: url(../images/side_box/grey.jpg);
}
.side-box-header-orange {
	background-image: url(../images/side_box/orange.jpg);
}
.side-box-header-orange div {
	background-image: url(../images/side_box/orange.jpg);
}
.side-box-header-pink {
	background-image: url(../images/side_box/pink.jpg);
}
.side-box-header-pink div {
	background-image: url(../images/side_box/pink.jpg);
}
.side-box-header-purple {
	background-image: url(../images/side_box/purple.jpg);
}
.side-box-header-purple div {
	background-image: url(../images/side_box/purple.jpg);
}
.side-box-header-red {
	background-image: url(../images/side_box/red.jpg);
}
.side-box-header-red div {
	background-image: url(../images/side_box/red.jpg);
}
.side-box-header-white {
	background-image: url(../images/side_box/white.jpg);
	color: #000000;
}
.side-box-header-white div {
	background-image: url(../images/side_box/white.jpg);
}
.side-box-header-yellow {
	background-image: url(../images/side_box/yellow.jpg);
}
.side-box-header-yellow div {
	background-image: url(../images/side_box/yellow.jpg);
}

.box-grey-border {
	margin-bottom: 10px;
}
.box-grey-border-tl {
	background: transparent url(../images/box/grey_border/tl.jpg) no-repeat 0px 0px;
	font-size: 0px;
	height: 7px;
	line-height: 7px;
	padding-left: 7px;
}
.box-grey-border-tr {
	background: transparent url(../images/box/grey_border/tr.jpg) no-repeat right 0px;
	font-size: 0px;
	height: 7px;
	line-height: 7px;
	padding-right: 7px;
}
.box-grey-border-t {
	border-top: 1px solid #bcbcbc;
	font-size: 0px;
	height: 6px;
	line-height: 6px;
}
.box-grey-border-l {
	border-left: 1px solid #bcbcbc;
	padding-left: 6px;
}
.box-grey-border-r {
	border-right: 1px solid #bcbcbc;
	padding-right: 6px;
}
.box-grey-border-m {
}
.box-grey-border-bl {
	background: transparent url(../images/box/grey_border/bl.jpg) no-repeat 0px 0px;
	font-size: 0px;
	height: 7px;
	line-height: 7px;
	padding-left: 7px;
}
.box-grey-border-br {
	background: transparent url(../images/box/grey_border/br.jpg) no-repeat right 0px;
	font-size: 0px;
	height: 7px;
	line-height: 7px;
	padding-right: 7px;
}
.box-grey-border-b {
	border-bottom: 1px solid #bcbcbc;
	font-size: 0px;
	height: 6px;
	line-height: 6px;
}
.box-grey-border-title {
	font-weight: bold;
}

.product-group-title {
	border-bottom: 1px solid #dddddd;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
}
.product-list {
	margin-right: -40px;
	width: 540px;
}
.product-list-item {
	float: left;
	width: 140px;
	height: 220px;
	margin-right: 40px;
	line-height: 16px;
	text-align: center;
}
.product-list-item .product-img {
	margin: 0px auto 5px auto;
}
.product-list a {
	text-decoration: none;
}
.product-list a:hover {
	text-decoration: underline;
}
.product-list-item-price-before {
	text-decoration: line-through;
}
.product-list-item-price-now {
	font-weight: bold;
	color: #ff3300;
}

.product-view-left {
	float: left;
	width: 300px;
	margin-right: 10px;
}
.product-view-right {
	float: left;
	width: 190px;
}

.product-view-img {
	float: left;
	width: 210px;
	margin-right: 10px;
}
.product-view-img img {
	cursor: pointer;
}
.product-view-other-imgs {
	float: left;
	width: 62px;
}
.product-view-other-imgs-item {
	cursor: pointer;
	width: 60px;
	height: 60px;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
}

.product-view-other-colors {
	margin-top: 10px;
	margin-right: -10px;
	width: 296px;
}
.product-view-other-colors-item {
	float: left;
	width: 138px;
	margin: 0px 10px 5px 0px;
	overflow: hidden;
}
.product-view-other-colors-item a {
	line-height: 20px;
	height: 20px;
	display: block;
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 24px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.product-view-other-colors div a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	background-color: #dddddd;
}

.product-view-price-table {
	width: 100%;
	border-collapse: collapse;
}
.product-view-price-table td {
	padding-bottom: 10px;
}
.product-view-before-price {
	text-decoration: line-through;
}
.product-view-save-discount {
	color: #ff3300;
}
.product-view-discount-price {
	font-size: 13px;
	font-weight: bold;
	color: #ff3300;
}
.product-view-variant-not-in-stock {
	color: #ff0000;
}
a.add-to-cart-btn {
	display: block;
	width: 102px;
	height: 23px;
	line-height: 23px;
	background: transparent url(../images/add_to_cart.jpg) no-repeat 0px 0px; 
}
a:hover.add-to-cart-btn {
	background-position: 0px -23px;
}

.product-view-description-layer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1001;
	border: 2px solid #bcbcbc;
	padding: 10px;
	width: 400px;
	background-color: #ffffff;
	text-align: left;
}
.product-view-description-layer-content {
}
.product-view-description-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.user-comments {
	margin-top: 5px;
	border-top: 1px dotted #cccccc;
	padding-top: 5px;
}
.user-comment-item {
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 5px;
}
.user-comment-header {
	height: 16px;
	overflow: hidden;
	margin-bottom: 5px;
}
.user-comment-name {
	float: left;
	font-weight: bold;
}
.user-comment-time {
	float: right;
	margin-right: 10px;
	color: #777777;
}
.user-comment-rating {
	float: right;
	padding-top: 2px;
}
.user-comment-rating img {
	float: left;
}
.user-comment-body {
	font-style: italic;
}


.product-img {
	border-collapse: collapse;
}
.product-img td {
	vertical-align: middle;
	text-align: center;
}
.product-img img {
	display: block;
	margin: auto;
}
.product-img-l {
	width: 210px;
	height: 210px;
}
.product-img-m {
	width: 140px;
	height: 140px;
}
.product-img-frontpage {
	width: 80px;
	height: 80px;
}
.product-img-s {
	width: 60px;
	height: 60px;
}


.product-img-zoom-layer {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	z-index: 1000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.product-img-zoom-close-tip {
	position: absolute;
	right: 5px;
	z-index: 1010;
	background: transparent url(../images/icons/cross.png) no-repeat right 0px;
	line-height: 16px;
	padding-right: 20px;
}
.product-img-zoom-close-tip-top {
	top: 2px;
}
.product-img-zoom-close-tip-bottom {
	bottom: 2px;
}
.product-img-zoom-layer img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1005;
}
.product-img-zoom-wait-msg {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

/*Blog*/
.blog-item-list-ct {
	width: 600px;
	margin: 20px;
}
.blog-item-list-infos-ct {
	width: 90px;
	float: left;
	margin-top: 3px;
	font-weight: bold;
}
.blog-item-list-img-ct {
	width: 600px;
	margin-top: 10px;
	text-align: center;
}
.blog-item-list-text-ct {
	margin-left: 120px;
}
.blog-item-list-header-ct h1 {
	font-size: 24px;
	color: #000000;
	line-height: 28px;
}
/* COMMON CLASSES */
.amount-td {
	white-space: nowrap;
	padding-left: 10px;
	text-align: right;
}

.smart-session-msg {
	text-align: left;
	margin: 0px 0px 10px 0px;
	color: #ffffff;
	padding: 5px 5px 5px 25px;
	background: #1283cc url(http://shared.relationtechnology.dk/images/silk_icons/information.png) no-repeat 5px 5px;
	border: 1px solid #dddddd;
}
.smart-session-msg-warning {
	color: #000000;
	background-color: #ffcc00;
	background-image: url(http://shared.relationtechnology.dk/images/silk_icons/error.png);
	border: 1px solid #dddddd;
}
.smart-session-msg-error {
	color: #000000;
	background-color: #ffcc00;
	background-image: url(http://shared.relationtechnology.dk/images/silk_icons/error.png);
	border: 1px solid #dddddd;
}


.paging-ct {
	margin: 10px 0px;
}
.paging-item {
	float: left;
	margin-right: 10px;
}
.paging-active a {
	text-decoration: none;
	font-weight: bold;
}
.paging-active a:hover {
	text-decoration: none;
	font-weight: bold;
}
.paging-arrow a {
	display: block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.paging-arrow-previous {
	background-image: url(http://shared.relationtechnology.dk/images/silk_icons/resultset_previous.png);
}
.paging-arrow-next {
	background-image: url(http://shared.relationtechnology.dk/images/silk_icons/resultset_next.png);
}


.btn-ct {
	margin: 10px 0px 10px 0px;
}
.btn-ct .btn {
		margin: auto;
}
.btn-ct-left .btn {
		margin: 0px;
}
.btn {
	cursor: pointer;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
input.btn {
	border: none;
}


.tbl {
	border-collapse: collapse;
	border: 1px solid #dddddd;
	border-bottom: 0px;
}
.tbl td {
	border-bottom: 1px solid #dddddd;
	padding: 2px 5px;
}
.tbl td table td {
	border-bottom: none;
	padding: 0px;
}
.tbl_header {
	background: #efefef;
	font-size: 10px;
	font-weight: bold;
	color: #777777;
}
.tbl_dark_border_under td {
	border-bottom-color: #999999;
}

.label1 {
	font-size: 10px;
	font-weight: bold;
	color: #777777;
}
.pink1 {color: #9900ff;}
.pink2 {color: #ff00ff;}
.pink3 {color: #ff0099;}
.red1 {color: #ff0000;}
.red2 {color: #ff6600;}
.red3 {color: #ff9900;}
.orange1 {color: #ffcc00;}
.orange2 {color: #fff200;}
.orange3 {color: #009900;}
.yellow1 {color: #00cc33;}
.yellow2 {color: #00ff66;}
.yellow3 {color: #0000ff;}
.green1 {color: #00ccff;}
.green2 {color: #00ffff;}
.green3 {color: #cc66ff;}
.blue1 {color: #2170a7;}
.blue2 {color: #2485c7;}
.blue3 {color: #529dd2;}

.stores {
	font-size: 52px;
	line-height: 56px;
	font-family: "Courier New","MS Sans Serif","Lucida Sans Unicode";
	font-weight: bold;
}


/* Ext STUFF */
.ext-el-mask {
    z-index: 20000;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.ext-el-mask-msg {
    cursor:wait;
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #1283cc;
    background: #f9f9f9;
    padding: 5px 10px;
}
.ext-el-mask-msg div {
    cursor:wait;
}
.x-mask-loading div {
	padding-left: 20px;
  background: transparent url(http://shared.relationtechnology.dk/images/animations/spinner.gif) no-repeat 0px 0px;
  line-height: 16px;
}
.x-masked {
    overflow: hidden !important;
}

.x-masked select, .x-masked object, .x-masked embed {
    visibility: hidden;
}



.breadcrumb-ct {
	margin-bottom: 10px;
	line-height: 16px;
}
.breadcrumb-item {
	float: left;
	margin-right: 5px;
}
.breadcrumb-item.sep {
	color: #999999;
}
.breadcrumb-item.disabled a {
	cursor: default;
	color: #777777;
	text-decoration: none;
	font-weight: normal;
}
.breadcrumb-item.disabled a:hover {
	color: #777777;
	text-decoration: none;
	font-weight: normal;
}
.breadcrumb-item.active a {
	cursor: default;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumb-item.active a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumb-item.passed a {
	color: #000000;
}
.breadcrumb-item.passed a:hover {
	color: #000000;
}


.breadcrumb-ct-icons .breadcrumb-item {
	padding-left: 20px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.breadcrumb-ct-icons .breadcrumb-item.sep {
	padding: 0px;
}

.breadcrumb-ct-icons .breadcrumb-item.disabled {
	background-image: url(http://shared.relationtechnology.dk/images/silk_icons/bullet_black.png);
}
.breadcrumb-ct-icons .breadcrumb-item.active {
	background-image: url(http://shared.relationtechnology.dk/images/silk_icons/arrow_right.png);
}
.breadcrumb-ct-icons .breadcrumb-item.passed {
	background-image: url(http://shared.relationtechnology.dk/images/silk_icons/tick.png);
}
.design-like-ct {
	margin-top: 20px;
}


