no message
[www.git] / css / cssfreeside2.css
index f30530d..3cb6459 100644 (file)
@@ -174,7 +174,7 @@ ul {
        border-bottom: 1px solid black;
        border-right: 0;
        border-left: 0;
-       text-align: left;
+       text-align: center;
        background-image: ;
        background-repeat: repeat-y;
        background-position: right;
@@ -284,7 +284,7 @@ h4 {
        color: #336666;
        padding: 0;
        margin: 5px;
-       margin-left: .5em;
+       margin-left: 1em;
 }
 
 b.h4 {
@@ -300,7 +300,7 @@ h5 {
        color: #336666;
        padding: 0;
        margin: 5px;
-       margin-left: .5em;
+       margin-left: 10px;
 }
 
 b.h6 {
@@ -377,15 +377,18 @@ body {
 
 
 table.tblprod {
-       width: 950px;
+       width: 900px;
+       height: 992px;
        border-width: thin thin thin thin;
        border-spacing: 15px;
        border-style: none;
        border-color: none gray none gray;
        border-collapse: collapse;
-       background-color: ;
-       margin-left: 30px;
+       align: center;
        
+       background-image: url(../imgs/bk/dkgrysq.gif);
+       background-repeat: no-repeat;
+       -moz-border-radius: 30px 30px 30px 30px;
 }
 table.tblprod th {
        border-width: 1px 1px 1px 1px;
@@ -402,12 +405,81 @@ table.tblprod th {
 table.tblprod td {
        border-width: 1px 1px 1px 1px;
        padding: 5px 5px 5px 5px;
-       border-style: none solid none solid;
+       border-style: none ;
+       border-color: gray gray gray gray;
+       background-color: ;
+       
+}
+
+table.tblprod_insd {
+       width: 864px;
+       height: 950px;
+       border-width: thin thin thin thin;
+       border-spacing: 15px;
+       border-style: none;
+       border-color: none gray none gray;
+       border-collapse: collapse;
+
+       margin-top: 15px;
+       background-image: url(../imgs/bk/whitesq.gif);
+       background-repeat: no-repeat;
+       -moz-border-radius: 30px 30px 30px 30px;
+}
+table.tblprod_insd th {
+       border-width: 1px 1px 1px 1px;
+       padding: 3px 10px 10px 10px;
+       border-style: none none none none;
+       border-color: #999 gray #999 gray;
+       background-color: none;
+       -moz-border-radius: 30px 30px 30px 30px;
+       text-align: left bottom;
+       border-collapse: seperate;
+}
+
+
+table.tblprod_insd td {
+       border-width: 1px 1px 1px 1px;
+       padding: 5px 5px 5px 5px;
+       border-style: none;
        border-color: gray gray gray gray;
        background-color: ;
        
 }
 
+table.tblprod_insdlist {
+       width: 800px;
+       border-width: thin thin thin thin;
+       border-spacing: 15px;
+       border-style: none;
+       border-color: none gray none gray;
+       border-collapse: collapse;
+
+       margin-top: 10px;
+       
+       background-repeat: no-repeat;
+       
+}
+table.tblprod_insdlist th {
+       border-width: 1px 1px 1px 1px;
+       padding: 3px 10px 10px 10px;
+       border-style: none none none none;
+       border-color: #999 gray #999 gray;
+       background-color: none;
+       -moz-border-radius: 30px 30px 30px 30px;
+       text-align: left bottom;
+       border-collapse: seperate;
+}
+
+
+table.tblprod_insdlist td {
+       border-width: 2px 2px 2px 2px;
+       padding: 10px 10px 10px 10px;
+       border-style: none none none solid;
+       border-color: #fff;
+       background-color: ;
+       border-collapse: seperate;
+       
+}
 table.pgtitle {
        width: 950px;