@import "global.css";
#salead {
width: inherit;
height: 250px;
margin: 10px 0 0 0;
display: block;
padding: 0 0 0 0;
}
#salead h1 {
font-family: serif;
font-size: 2.45em;
font-style: italic;
border-bottom: 1px solid #333;
margin: 0 0 16px 5px;
text-transform: lowercase;
}
#salead #textleft {
width: 235px;
padding: 0 5px 0 10px;
float: left;
height: 235px;
}
#salead #textleft ul {
padding: 2px 0 10px 30px;
}
#salead #textleft ul li {
list-style-type: disc;
padding: 3px 0 0 0;
}
#salead #ad_right {
float: right;
width: 500px;
}
#arrivals {
padding-top: 55px;
}
#arrivals #arrivhead h2 {
font-family: serif;
font-size: 2em;
font-style: italic;
border-bottom: 1px solid #333;
margin: 0 0 16px 5px;
text-transform: lowercase;
}
#arrivals table {
width: 710px;
text-align: center;
margin: 0 20px;
}
#arrivals table tr td p {
color: #008000;
display: inline;
}
#arrivals table tr td del {
text-decoration: line-through;
color: #FF0000;
}
#ourfaves {
padding-top: 20px;
}
#ourfaves #favehead h2 {
font-family: serif;
font-size: 2em;
font-style: italic;
border-bottom: 1px solid #333;
margin: 0 0 16px 5px;
text-transform: lowercase;
}
#ourfaves table {
width: 710px;
text-align: center;
margin: 0 20px;
}
#ourfaves table tr td p {
color: #008000;
display: inline;
}
#ourfaves table tr td del {
text-decoration: line-through;
color: #FF0000;
}
