/* ----------------------------|       CSS for Gallery       |------------------------------- */
/* ------------------------------------------------
                                              Body 
--------------------------------------------------- */
body { 
background: url(white.jpg); 
font-family: Helvetica Neue, Arial;
color: rgb(43, 28, 0);
font-size: 0.7em;
margin-left: 40px;
margin-right: 40px;}

.nav1 {font-size: 1.1em}
.nav2 {font-size: 1em;text-align: center;}
h1 {border-bottom: 3px double #666;text-align: center;font-size: 1.1em;}

h2 {border-bottom: 1px solid #666;margin: 0px 40px 0px 40px;text-align: center;font-size: 1em;font-weight: bold;}

/* ------------------------------------------------ 
                                  Table for View All 
 ------------------------------------------------- */
table.va {
vertical-align: top;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
width: 540px;
}

/* ------------------------------------------------
                                       Outer Table 
 ------------------------------------------------- */
table.outer {
text-align: left;
vertical-align: middle;
font-weight: normal;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

/*  ----------------- Outer Table TD as Columns --- */
table.outer td.ocol1 {
font-size: 0.85em;
width: 150px;
padding: 10px 0px 0px 0px;
}

table.outer td.ocol2 {
width: 15px;
}

table.outer td.ocol3 {
width: 338px;
}


/* ------------------------------------------------
                                       Inner Table
 ------------------------------------------------- */
table.inner{
font-size: 0.95em;
font-color: rgb(43, 28, 0);
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

/* ----------------- Inner Table TD as Columns --- */
table.inner td.icol1{
vertical-align: top;
font-weight: bold;
width: 0*;
padding: 1px 0px 0px 8px;
}

table.inner td.icol2 {
vertical-align: top;
padding: 2px 0px 2px 7px;
width: 100%;
}

table.inner td.name {
font-family: Monotype Corsiva;
padding: 0px 0px 0px 7px;
font-size: 1.3em; 
font-style: Italic;
}

/* ----------------- Inner Table TD Elements --- */
.space {height: 20px;}

.add {
margin-left: 10px;
}


/* ------------------------------------------------
                                     Product Image
 ------------------------------------------------- */
img {width:100%;
border: 0px solid;height: auto;
}

/* ------------------------------------------------
                                            Others
 ------------------------------------------------- */
.pendantsinfo {height: 80px;width: 600px;}

.earringsinfo {height: 30px;width: 600px;}
