.ajax-form {
	position: relative;
	overflow: hidden;
}

.ajax-form-msg {
	display: none;
	border: 2px solid #1283cc;
	padding: 5px 5px 5px 25px;
	background: #ffffff url(http://shared.relationtechnology.dk/images/silk_icons/tick.png) no-repeat 5px 5px;
	line-height: 16px;
	margin-bottom: 10px;
}
.ajax-form-msg-error {
	border-color: #ffcc00;
	background-image: url(http://shared.relationtechnology.dk/images/silk_icons/information.png);
}

.ajax-form-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1000;
}
.ajax-form-mask-msg {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 16px;
	background: #ffffff url(http://shared.relationtechnology.dk/images/animations/spinner.gif) no-repeat 5px 5px;
	border: 3px solid #dddddd;
	padding: 5px 5px 5px 25px;
	color: #444444;
	z-index: 1001;
}

.ajax-form-field-wrap {
	margin-bottom: 2px;
	overflow: hidden;
}
.ajax-form-field-label {
	float: left;
	line-height: 14px;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
}
.ajax-form-field-el {
	float: left;
	overflow: hidden;
}

.ajax-form-label-align-top .ajax-form-field-label {
	line-height: 16px;
} 

.ajax-form-textfield {
	padding: 3px;
	border-top: 1px solid #abadb3;
	border-right: 1px solid #dbdfe6;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #e2e3ea;
}
.ajax-form-field-el select {
	padding: 3px;
}
.ajax-form-checkbox {
	float: left;
	height: 16px;
	width: 16px;
}

.ajax-form-checkbox-group-item {
	float: left;
}

.ajax-form-field-invalid-msg {
	display: none;
	border: 2px solid #ffcc00;
	padding: 2px 5px 2px 25px;
	background: #ffffff url(http://shared.relationtechnology.dk/images/silk_icons/information.png) no-repeat 5px 2px;
	margin: 2px 0px 5px 0px;
	line-height: 16px;
}

.ajax-form-buttons {
	margin-top: 5px;
}
.ajax-form-buttons table {
	border-collapse: collapse;
}
.ajax-form-button {
}
.ajax-form-buttons-left table {
	margin: 0px auto 0px 0px;
}
.ajax-form-buttons-left .ajax-form-button {
	padding: 0px 10px 0px 0px;
}
.ajax-form-buttons-center table {
	margin: 0px auto;
}
.ajax-form-buttons-center .ajax-form-button {
	padding: 0px 5px;
}
.ajax-form-buttons-right table {
	margin: 0px 0px 0px auto;
}
.ajax-form-buttons-right .ajax-form-button {
	padding: 0px 0px 0px 10px;
}


.ajax-form-headline {
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	font-size: 12px;
}
.ajax-form-spacer {
	line-height: 0px;
	font-size: 0px;
	height: 10px;
}

.ajax-form-box-label {
	float: left;
	padding-left: 5px;
}

.ajax-form-container-hidden {
	display: none;
}
.ajax-form-column {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.ajax-form-mandatory-field-asterisk {
	color: #ff3300;
}

/* begin hide from ie5 \*/
* html .ajax-form {
	position: static;
	overflow: visible;
}
/* hide end */

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:'';}

body {
  cursor: default;
  font-family: Verdana;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 20px 0px 20px 0px;
  text-align: left;
	background: #000000 url(/images/body_bg.jpg) repeat-x 0px 0px;
}
html {
	overflow-y: scroll;
	overflow-x: auto;
}
table {
  font-family: Verdana;
  font-size: 10px;
}
img {
  border: none;
}

h1 {
  font-size: 20px;
	line-height: 24px;
  color: #ffffff;
  font-weight: normal;
	padding: 5px 0px 20px 0px;
}
h2 {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #eeeeee;
	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: #dddddd;
	border-bottom: 1px solid #eeeeee;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}

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

.clear-element {
	clear: both;
  height:0;
  overflow:hidden;
  line-height:0;
  font-size:0;
}
.hr {
	display: block;
	clear: both;
	border: 0px;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	width: 100%;
	background-color: #dddddd;
	margin: 10px 0px 10px 0px;
}



.super-ct {
	position: relative;
	width: 1002px;
	margin: auto;
}
.border-ct {
	background-color: #000000;
	width: 1000px;
	border: 1px solid #aaaaaa;
}

.top-card-logos {
	height: 20px;
	padding: 0 0 10px 0;
	text-align: center;
}
.top-card-logos img {
	margin: 0px 2px;
}

.top-menu {
	float: left;
	margin-bottom: 5px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background: transparent url(/images/topmenu_bg.jpg) repeat-x 0px 0px;
}
.top-menu div {
	float: left;
}
.top-menu div a {
	display: block;
	padding: 0px 8px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.top-menu div.first a {
	border-left: 1px solid #aaaaaa;
	padding-left: 7px;
}
.top-menu div.last a {
	border-right: 1px solid #aaaaaa;
	padding-right: 7px;
}
.top-menu div a:hover, .top-menu div.active a, .top-menu div.active a:hover {
	background: #ffffff url(/images/topmenu_bg_active.jpg) repeat-x 0px 0px;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	padding: 0px 7px;
	color: #111111;
	text-decoration: none;
	font-weight: bold;
}
.top-menu div a:hover {
	font-weight: normal;
}
.top-ct {
	position: relative;
	width: 1000px;
	height: 118px;
	background: transparent url(/images/top_gradient_upper.jpg) repeat-x 0px bottom;
}
.top-logo-ct {
	position: absolute;
	top: 20px;
	left: 20px;
}
.top-pic-ct {
	position: absolute;
	top: 0px;
	left: 391px;
}
.top-text-ct {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 15px;
	line-height: 18px;
	text-align: right;
}

.top-regions-ct {
	position: absolute;
	top: 75px;
	right: 140px;
}

.top-regions-ct .region-text {
	display: block; 
	width: 150px; 
	float: left;
	margin: -3px 7px 0 0; 
	font-size: 11px;
	text-align: right;
}

.top-regions-ct img {
	margin: 0px 2px;
}

.top-select-ct {
	position: absolute;
	top: 70px;
	right: 20px;
}
.top-select {
	cursor: pointer;
	float: left;
	border: 1px solid #000000;
	padding: 0px 3px 0px 3px;
	line-height: 17px;
	margin-left: 20px;
}
.top-select-arrow {
	background: transparent url(/images/icons/arrow_white_down.gif) no-repeat right 3px;
	padding: 0px 15px 0px 0px;
	font-size: 11px;
}
.top-select-hover {
	border-color: #dddddd;
}
.top-select-icon {
	padding-left: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#top-currency {
}
.top-select-list {
	visibility: hidden;
	position: absolute;
	border: 1px solid #dddddd;
	background-color: #222222;
	z-index: 2000;
	margin-bottom: -1px;
}
.top-select-list div {
	line-height: 17px;
	border-bottom: 1px solid #999999;
}
.top-select-list div a {
	display: block;
	padding: 0px 3px;
	background-color: #333333;
	text-decoration: none;
}
.top-select-list div a:hover {
	background-color: #666666;
	text-decoration: none;
}


#shop-loading-icon {
	visibility: hidden;
	position: absolute;
	bottom: 2px;
	right: 163px;
}

#main-ct {
	position: relative;
}

.content-ct {
	overflow: hidden;
	background: transparent url(/images/content_c_bg.jpg) repeat-y 160px 0px;
}
.content-l {
	float: left;
	width: 140px;
	padding: 10px;
	overflow: hidden;
	background: transparent url(/images/top_gradient_lower.jpg) repeat-x 0px 0px;
	margin-right: 1px;
}
.content-c {
	float: left;
	width: 602px;
	overflow: hidden;
	border-top: 1px solid #aaaaaa;
	padding: 10px 38px;
	min-height: 500px;
}
.content-r {
	float: left;
	width: 140px;
	padding: 10px;
	overflow: hidden;
	background: transparent url(/images/top_gradient_lower.jpg) repeat-x 0px 0px;
	margin-left: 1px;
}
.content-r .hr {
	margin: 0px 0px 4px 0px;
}


/* Frontpage */
.frontpage-super-ct .content-ct {
	background: transparent url(/images/top_gradient_lower.jpg) repeat-x 0px 0px;
	padding: 0px 20px 20px 20px;
	width: 960px;
}

.frontpage-content {
	float: left;
	width: 399px;
	height: 402px;
	margin-right: 20px;
	overflow: hidden;
}
.frontpage-content h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.frontpage-content .product-search-field {
	width: 120px;
}
.frontpage-content .product-group-view {
	margin-top: 30px;
	width: 418px;
	margin-right: -19px;
}
.frontpage-content .product-group-view .product-group-item {
	width: 120px;
	margin: 0px 19px 20px 0px;
}

#frontpage-img-carrousel {
	float: left;
	position: relative;
	width: 539px;
	height: 400px;
	border: 1px solid #aaaaaa;
	overflow: hidden;
}
#frontpage-img-carrousel div {
	position: absolute;
	top: 0px;
	left: 0px;
}

.frontpage-bottom {
	float: left;
	margin-top: 20px;
	width: 918px;
	height: 84px;
	padding: 20px;
	border: 1px solid #aaaaaa;
	background: transparent url(/images/frontpage_bottom_bg.jpg) repeat-x 0px 0px;
	overflow: hidden;
}
.frontpage-bottom-item {
	float: left;
	width: 198px;
	overflow: hidden;
}
.frontpage-bottom-item h2 {
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.frontpage-bottom-item p {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
.frontpage-bottom-item-img {
	float: left;
	width: 72px;
	margin-right: 10px;
}
.frontpage-bottom-item-img img {
	border: 1px solid #ffffff;
}
.frontpage-bottom-item-img-text {
	float: left;
	width: 116px;
}
.frontpage-bottom-sep {
	float: left;
	width: 1px;
	height: 84px;
	margin: 0px 20px 0px 21px;
	overflow: hidden;
	background-color: #aaaaaa;
}

.frontpage-bottom .ajax-form-field-label, .content-r .ajax-form-field-label {
	padding: 3px 0px;
}
.frontpage-bottom .ajax-form-field-el input, .content-r .ajax-form-field-el input {
	background-color: #111111;
	border: 1px solid #aaaaaa;
	color: #ffffff;
	font-size: 10px;
}
.frontpage-bottom .ajax-form-buttons {
	margin-top: 0px;
}

.product-search-ct {
	margin-bottom: 20px;
}
.product-search-ct form {
	margin: 0px;
}
.product-search-field {
	float: left;
	display: block;
	width: 78px;
	height: 15px;
	line-height: 15px;
	padding: 1px;
	border: 1px solid #ffffff;
	border-right: 0px;
	background-color: #222222;
	color: #ffffff;
}
.product-search-ct span {
	float: left;
	display: block;
}
.product-search-ct span img {
	display: block;
}

.content-l .product-group-item, .content-r .product-group-item {
	font-size: 11px;
}

.content-r .product-group-item {
	padding-left: 0px;
	padding-right: 0px;
}

.side-title {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	margin-bottom: 5px;
}

.address-ct {
	text-align: center;
	margin-top: 5px;
}

.website-by-relationtechnology {
	text-align: center;
	margin-top: 15px;
}
.website-by-relationtechnology a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
.website-by-relationtechnology a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}


/* PRODUCT IMG */
.product-img {
	margin: 0px;
	border-collapse: collapse;
}
.product-img td {
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}
.product-img img {
	display: block;
	margin: auto;
}
.product-img-border img {
}

.product-img-l {
	width: 600px;
	height: 400px;
}
.product-img-m {
	width: 160px;
	height: 160px;
}
.product-img-s {
	width: 75px;
	height: 75px;
}

/* PRODUCT GROUP VIEW */
.product-group-item {
	cursor: pointer;
	margin-bottom: 10px;
	text-align: center;
	border: 0px;
	padding: 6px;
}
.product-group-item img {
	display: block;
	margin: auto;
}
.product-group-item a {
	font-weight: bold;
	text-decoration: none;
}
.product-group-item a:hover {
	font-weight: bold;
	text-decoration: none;
}
.product-group-item.active {
	border: 1px solid #cccccc;
	padding: 5px;
}

/* PRODUCT VIEW */
.product-list-item {
	cursor: pointer;
	text-align: center;
}
.product-list-item table {
	margin: auto;
}
.product-list-item a {
	text-decoration: none;
}
.product-list-item a:hover {
	text-decoration: none;
}
.product-list-item-name {
	font-weight: bold;
	margin-bottom: 2px;
}
.product-list {
	margin-right: -57px;
	width: 716px;
}
.product-list .product-list-item {
	float: left;
	width: 162px;
	height: 250px;
	margin: 0px 57px 0px 0px;
}
.product-list-item-price-before {
	text-decoration: line-through;
}
.product-list-item-price-now {
	font-weight: bold;
}


.side-product-list .product-list {
	margin: 0px;
	width: auto;
}
.side-product-list .product-list-item {
	width: auto;
	float: none;
	height: auto;
	margin: 0px 0px 15px 0px;
}


/* 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;
}

.ajax-form-msg {
	background-color: #1283CC;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.ajax-form-msg-error {
	background-color: #FFCC00;
	color: #222222;
	border: 1px solid #ffffff;
}
.ajax-form-field-invalid-msg {
	background-color: #FFCC00;
	color: #222222;
	border: 1px solid #ffffff;
}

.tbl {
	border-collapse: collapse;
}
.tbl td {
	padding: 2px 5px;
	border-bottom: 1px solid #aaaaaa;
}
.tbl td table td {
	padding: 0px;
	border-bottom: 0px;
}
.tbl_header {
	font-weight: bold;
	font-size: 9px;
	color: #cccccc;
}
.label1 {
	font-weight: bold;
	font-size: 9px;
	color: #cccccc;
}

.legend-div {
	margin: 5px;
	border: 1px solid #ddddff;
	padding: 0px 10px 10px 10px;
}
.legend-title {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	position: relative;
	top: -8px;
}
.legend-title span {
	background: #000000;
	padding: 0px 5px;
}


/* 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;
		color: #444444;
    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;
}



.product-img img {
	border: 1px solid #000000;
}
.product-img-border img {
	border: 1px solid #cccccc;
}

.frontpage-new-products-view .product-view-item {
	margin-bottom: 20px;
}

.checkout-confirmation-frame {
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	padding: 10px;
	color: #444444;
}
.checkout-confirmation-frame .label1 {
	color: #777777;
}
.checkout-confirmation-frame .tbl_header {
	color: #777777;
}


.product-group-view {
	margin-right: -40px;
}
.product-group-view .product-group-item {
	float: left;
	width: 120px;
	height: 150px;
	margin: 20px 40px 20px 0px;
	padding: 0px;
	border: 0px;
}

#product-show-img-ct {
	cursor: pointer;
	position: relative;
}
#product-show-img-zoom {
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: transparent url(http://shared.relationtechnology.dk/images/silk_icons/zoom.jpg) no-repeat right 0px;
	padding-right: 22px;
	line-height: 14px;
}
.product-show-img-zoom-tip {
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.product-show-img-10pct-ribbon {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 120px;
	height: 120px;
	overflow: hidden;
	background: transparent url(/images/10pct_ribbon.png) no-repeat 0px 0px;
}
.product-show-left {
	float: left;
	width: 250px;
	margin-right: 20px;
}
.product-show-center {
	float: left;
	width: 200px;
	overflow: hidden;
}
.product-show-right {
	float: right;
	width: 77px;
	overflow: hidden;
}

.product-show-info {
	width: 250px;
}
.product-show-info h1 {
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 14px;
}
.product-show-description {
}
.product-show-stock {
	margin-bottom: 5px;
}
.product-show-price {
	font-weight: bold;
	margin-bottom: 20px;
}
.product-show-add2basket {
}
.product-img-interchangeable {
	cursor: pointer;
}

.product-nav-ct {
	margin-right: -23px;
}
.product-nav-item {
	cursor: pointer;
	float: left;
	margin-right: 23px;
	width: 100px;
	text-align: center;
	border: 1px solid #000000;
}
.product-nav-item table {
	margin: auto;
}
.product-nav-item a {
	text-decoration: none;
}
.product-nav-item-active {
	border: 1px solid #dddddd;
}

.product-history-item {
	cursor: pointer;
	margin-top: 10px;
	text-align: center;
}
.product-history-item table {
	margin: auto;
}
.product-history-item a {
	text-decoration: none;
}

.product-img-zoom-layer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 500;
	width: 1000px;
	height: 400px;
	overflow: hidden;
	background-color: #000000;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
.product-img-zoom-layer img {
	position: absolute;
	z-index: 501;
}
.product-img-zoom-close-tip {
	position: absolute;
	top: 5px;
	right: 8px;
	z-index: 502;
}


.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;
}

.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);
}

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


.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);
}

#livesupport-wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
}





