body{
    background-color:#eaeaea;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 6px;
	font-size: 11px
}
* {
    padding: 0px;
    margin: 0px;
}

tr, p, div, td, li {
  font-family      : Verdana, sans-serif;
  font-size        : 10px;
  color            : #000000;
}

textarea, input {
    font-size: 11px;
}

a:link, a:visited {
    color:#00488f;
    text-decoration:underline;
}

a:hover {
    color: #00488f;
    text-decoration:none;
}
a:active {color: #00488f}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

a img {border: none;}

h1 {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    color: #336699;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

h2 {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #336699;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

hr {
  background       : #999999;
  height           : 0px;
  width            : 100%;
}

th {
    text-align: left;
}

.wrap {
    width: 1162px;
    margin: auto;
}

.Copyright-Webdesign {
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

.logo {
    background-image: url(img/top_menu_graphics_RMA_1000.jpg);
    width: 1162px;
    height: 164px;
    vertical-align: bottom;
}

.logo .links {
    padding: 77px 10px 10px 50px;
}

.logo a {
    font-size: 10pt;
    font-family: tahoma,verdana,arial;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 11px;
    padding-left: 10px;
    line-height: 28px;
    margin-left: -4px;
    border-right: 1px solid white;
    
}

.logo a:hover {
    color: #FFFFFF;
    background: url(bg-link-menu-on.png)  
}

.top {
    background-image: url(img/bottomboxTop.gif);
    background-repeat: no-repeat;
    width: 1162px;
    height: 130px;
    padding: 0px;
    border: 0px solid blue;
}

.contentWrap {
    width: 1162px;
    padding: 0px 0px 60px;
    margin: 0px;
    background-image: url(img/bottomboxMiddle.gif);
    background-repeat: no-repeat;
    border-bottom: 1px transparent;
    clear: both;
}

.content {
    width: 970px;
    margin-left: 90px;
    border: 0px;
}

.footer {
    background-image: url(img/bottomboxBottom.gif);
    background-repeat: no-repeat;
    width: 1162px;
    padding: 0px;
    margin: 0px;
}
.footerText {
    height: 25px;
    width: 970px;
    margin-left: 90px;
    text-align: center;
}

.buttons {
    float: right;
    width: 102px;
    margin: 8px 48px 0px 0px;
    height: 22px;
    padding: 0px;
    border: 0px solid red;
}

.buttons .rma-print {
    float: right;
    display: block;
    background: url('img/print.gif');
    background-repeat: no-repeat;
    width: 43px;
    height: 21px;
    padding: 0px;
    padding-right: 6px;
    margin: 0px;
    border: 0px solid blue;
}

.buttons .rma-print:hover {
    background: url('img/print_over.gif');
    background-repeat: no-repeat;
}

.buttons .rma-back {
    float: right;
    display: block;
    background: url('img/back.gif');
    background-repeat: no-repeat;
    width: 43px;
    height: 21px;
    padding: 0px;
    padding-right: 6px;
    margin: 0px;
    border: 0px solid blue;
}

.buttons .rma-back:hover {
    background: url('img/back_over.gif');
    background-repeat: no-repeat;
}
/* RMA module */
h2 {
    text-align: left;
}
.rma-list {
    cursor: default;
}
.rma-list:hover {
    background-color: #ededed;
    cursor: pointer;
}
.rma-list-hover {
    background-color: #ededed;
    cursor: pointer;
}


.rma-company,
.rma-return {
    float: left;
    width: 300px;
}
.rma-details {
    float: left;
    width: 270px;
}

.rma-products {
    clear: both;
}

.rma ul {
    list-style: none;
}

#rma-submit-address {
    display: none;
}

#rma-submit-ret-address {
    display: none;
}

.rma-products-list {
    clear: both;
}
.rma-products {
    width: 970px;
}

.rma-products-table {
    padding-bottom: 10px;
    width: 100%;
}

.rma-products-table th {
    text-align: left;
}

.rma-products-table-line1 {
    background-color: #FDFDFE;
}
.rma-products-table-line1 td {
    padding: 4px;
}
.rma-products-table-line1:hover {
    background-color: #EDEDED;
    cursor: pointer;
}

.rma-products-table-line2 {
    display: none;
}

.rma-products-table-line2-display {
    display: table-row;
}
.rma-products-table-line2,.rma-products-table-line2-display td {
    padding-bottom: 20px;
}

.prodline {
    border: 0px solid #000000;
    padding: 10px;
    margin: 5px;
}
