﻿#product_view dt {
background-color:#ccc;
}

#product_view {
background-color:#e1e1e1;
}

#product_view dd a:link,#product_view dd a:visited {
color:#333
}

div#text {
padding-left:24px;
}


body,#copyright {
    background-color: #fff;
    margin: 0 auto;
    width: 950px;
}

#wrapper {
    background-color: #fff;
}


.links{
margin-top:10px;
}

    div.links dl dd a,div.links dl dd a:link,div.links dl dd a:visited {
    color:#666;
    }

    .links #label,.links #label2 {
    background-color:#0094ff;
    color:#fff;
    }

/*head*/

#head {
    height: 90px;
    background-image: url('/images/top_bg.jpg');
    background-repeat: repeat-x;
}

#head div {
    background-image: url('/images/logo.jpg');
    background-repeat: no-repeat;
    height: 90px;
    text-align: center;
    font: status-bar;
    font-size: 20px;
    padding-top: 30px;
    font-style: italic;
    letter-spacing: 3px;
}

/*menu*/

#menu a:link,a:visited {
color:#fff;
}

#menu div a:link,#menu div a:visited {
color:#666;
}

#menu {
    background-color: #fff;
}

#menu table {
width:100%;
table-layout:fixed;
}

#menu td {
text-align:center;
position:relative;
border-right:1px solid #666;
}

    #menu td:last-child {
    border-right:none;
    }

#menu a {
    display:block;
    padding:5px 10px;
    font-size:14px;
    font-weight:bold;
}

#menu td div {
position:absolute;
background-color:#eee;
display:none;
width:100%;
z-index:999;
}

#menu td div a {
display:block;
font-size:12px;
font-weight:normal;
}

#menu a:hover {
    background-color:#fc0;
}

#menu td div dt {
background-color:#ccc;
font-size:12px;
text-align:left;
padding:10px;
border-bottom:1px solid #fff;
}

#menu td div dd a {
font-size:12px;
text-align:left;
}

/*copyright*/
#copyright {
text-align:center;
font-size:12px;
padding-top:20px;
}

    #copyright p {
    line-height:1.8;
    }

/*submaster*/
#main {
    padding-top: 10px;
    padding-bottom: 10px;
}



#main table th, #main table td {
vertical-align:top;    
border:1px solid #c1c1c1;
}

#main table th {
width: 180px;
}


#main table td {
width: 770px;

}

#main dt, #main dd {
    text-align:left;
    padding-left:10px;
    font-size:12px;
}

#main dt {
    
    border-bottom:1px solid #ccc;
    line-height:2;
    font-size:12px;
    color:#666;
}

#main dd a {
    display:block;
    line-height:2;

    text-decoration:none;

}

    #main dt {
    cursor:pointer;
    }

    #main dd[data-group] {
    display:none;
    }

/* text article */

#text {
padding-right:10px;
}

#text p {
line-height:1.8;
font-size:14px;
}

/* product */

#product {
padding-right:10px;
padding-left:10px;
}

#product h1, #product h2 {
padding:10px;
text-align:center;
}

#product h1 {
font:status-bar;
font-size:25px;
}

#product h2 {
font-size:14px;
}

#product p {
line-height:1.8;
}

#product ul li{list-style-type:disc;}
#product ul{padding-left:20px;}

/*article list*/
#articles table td {
padding:5px;
font-size:14px;
color:#666;
}

#articles table td a {
color:inherit;
text-decoration:none;
}

/*single article*/
#article table {
width:100%;
}

#article th, #article td {
padding:10px;
}

#article td p {
line-height:1.5;
font-size:14px;
}

#article thead td {
text-align:right;
}

/*home*/
#home {
font-size:14px;
}

table#masterContentPlaceHolder_mainContentPlaceHolder_dsProducts td{
border:0;
}

#home div {
margin-bottom:20px;
}

#home div h1 {
font-size:14px;
border-bottom:1px solid #ccc;
padding:10px;
background-color:#eee;
}

#home div dl, #home div dd {
padding:0;
margin:0;
}

#home div dl {
    padding-top:10px;
    padding-bottom:10px;
}

#home div dd {
padding-left:10px;
}

#home div dd a {
    line-height:2;
    text-decoration:none;
}

#home div table {
table-layout:fixed;
margin:10px;
}

#home div table td {
text-align:center;
font-size:12px;
}

#home div table td img {
display:block;
margin:10px auto;
}

/*softwares*/

#softwares h1 {
font:status-bar;
font-size:14px;
border-bottom:1px solid #ccc;
padding-top:10px;
padding-bottom:10px;
}

#softwares dd{
margin:0;
padding:0;
}

#softwares dd a {
text-decoration:none;    
}