Code:
body{
color:#696969;
font-weight:normal;
font-family:verdana;
text-decoration:none;
font-size:11px;
}
body img {
vertical-align: bottom;
}
#product{
text-align:center;
vertical-align:middle;
padding:0px;
margin-bottom:10px;
border:1px solid black;
width:330px;
height:300px;
position:relative;
display: table;
overflow: hidden;
}
#productimage{
height:265px;
display: table-cell;
vertical-align: bottom;
}
h1{
font-size:18px;
padding:4px;
font-weight:bold;
}
p{
font-size:11px;
padding:1px;
}
table{
font-size:11px;
padding:1px;
}
#content{
padding:0px;
width: 950px;
width /**/:950px;
border:1px solid darkgray;
height:500px;
}
html > body #content{min-height: 500px; height: auto;}
#mainrow{
background-color:white;
padding:0px;
width: 950px;
width /**/:950px;
}
html > body #mainrow{overflow: hidden;}
html > body #content{min-height: 500px; height: auto;}
#maincontent{
float:right;
display:inline;
background-color:white;
padding:15px;
width: 730px !important;
width /**/:768px;
text-align:left;
height:auto;
}
html > body #maincontent{min-height: 470px; height: auto;}
#product a:link{
color:#006B96;
margin:-10px;
font-size:14px;
font-weight:bold;
}
#product a:visited{
color:#006B96;
margin:-10px;
font-size:14px;
font-weight:bold;
}
#product a:hover{
color:blue;
}
Works.
Bookmarks