@import url("./styles/reset.css");
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    color: #000;
    font-size: 100%;
    font-family: Georgia, serif;
}
img {
    /*override img inline flow*/
    display: block;
    margin: 0 auto;
}
table {
    margin: 0 auto;
}
td {
    vertical-align: top;
    border-right: 2px dotted #ccc; 
    height: 350px;
}
td:last-of-type {
    border-right: none;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul {
    list-style: none;    
    margin: 130px 0 0 0;
    padding: 0 10px;
    width: 150px;
    font-size: 85%;
    font-weight: normal;
    letter-spacing: 0.025em;
    color: #aaa;
    position: relative;
}
/*product link*/
ul li:first-of-type a {
    font-weight: bold;
}
/*product text*/
ul li section {
    padding-top: 5px;
    height: 180px;
    line-height: 1.4em;
}
/*product text emphasize*/
ul li section em {
    font-style: normal;
    font-weight: bold;
    font-size: 80%;
    color: #666;
}
/*product info link*/
ul li section a {
    line-height: 2em;
}
/*product text login info*/
ul li p:last-of-type {
    position: absolute;
    top: 65%;
}
/*support mailto*/
ul li:last-of-type {
    background-image: url("../images/support_icon.png");
    background-repeat: no-repeat;
    background-position: 0 -9px;
    padding: 0 10px 0 20px;
}
ul li:last-of-type a {
  color: #aaa;
}
/*td product classes*/
.bg_dalim {
    background-image: url("../images/dalim.jpg");
    background-repeat: no-repeat;
}
.bg_invision {
    background-image: url("../images/invision.jpg");
    background-repeat: no-repeat;
}
.bg_ftp {
    background-image: url("../images/ftp.jpg");
    background-repeat: no-repeat;
}
.bg_insite {
    background-image: url("../images/insite.jpg");
    background-repeat: no-repeat;
}
.bg_pm {
    background-image: url("../images/pm.jpg");
    background-repeat: no-repeat;
}
.bg_pplan {
    background-image: url("../images/pplan.jpg");
    background-repeat: no-repeat;
}
.bg_pplan_2013 {
    background-image: url("../images/pplan_2013.jpg");
    background-repeat: no-repeat;
}
.bg_ps {
    background-image: url("../images/ps.jpg");
    background-repeat: no-repeat;
}
.bg_textil {
    background-image: url("../images/textil.jpg");
    background-repeat: no-repeat;
}
.bg_xinet {
    background-image: url("../images/xinet.jpg");
    background-repeat: no-repeat;
}
.bg_servicedesk {
    background-image: url("../images/servicedesk.jpg");
    background-repeat: no-repeat;
}
