* {
padding: 0;
margin: 0;
}
html {
height: 50%;
}
body {
text-align: center;
font-family: arial,sans-serif,helvetica;
font-size: 12px;
background: #cd95b0;
background-image: url(/images/bggradient.png);
background-repeat: repeat-x;
height: 50%;
}
#container {
width: 760px;
border: 1px solid gray;
margin-left: auto;
margin-right: auto;
text-align: left;
height: 100%;
background: #fffdfa;
}
#mainmenu {
background: #ffd2ea;
width: 200px;
height: 100%;
padding: 6px;
background-image: url(/images/menubg.jpg);
background-repeat: no-repeat;
border-right: 1px solid gray;
}
#mainmenu li {
list-style: none;
}
#mainmenu ul {
margin-left: 1em;
padding-left: 0;
}
#contactinfo {
width: 760px;
text-align: center;
border-top: 1px solid gray;
height: 50px;
}
#header {
border-bottom: 1px solid gray;
background-image: url(/images/girl33top.jpg);
background-color: pink;
width: 760px;
height: 144px;
color: white;
font-weight: bold;
}
#contentarea {
height: 100%;
padding: 6px 10px 6px 10px;
}
.productlisting {
width: 550px;
}
#cart {
color: black;
border-collapse: separate;
border: 2px solid #616B8E;
border-spacing: 0;
}
#cart td {
border: 1px solid #e1eBff;
padding: 2px 4px 2px 4px;
}
.smallcart {
width: 100%;
}
.transparentbox {
width: 100%;
border: 1px solid #616B8E;
background: white;
filter: alpha(opacity=80);
-moz-opacity: .80;
opacity: .80;
}
h1 {
font-size: 16px;
color: #616B8E;
}
h2 {
font-size: 14px;
color: #616B8E;
}
h3 {
font-size: 12px;
color: #616B8E;
}
.h1 {
font-size: 16px;
color: #616B8E;
font-weight: bold;
}
.h2 {
font-size: 14px;
color: #616B8E;
font-weight: bold;
}
.h3 {
font-size: 12px;
color: #616B8E;
font-weight: bold;
}
#header ul {
margin-left: 0;
padding-left: 0;
}
#header ul li {
list-style: none;
margin-left: 0;
padding-left: 0;
color: white;
}
#mainmenu ul li li {
list-style: disc;
margin-left: 1em;
padding-left: 0;
}
.inputbox {
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #616B8E;
height: 20px;
}
.reverse-bold {
background-color: #616B8E;
color: #ffffff;
font-weight: bold;
}
.clear {
clear: both;
height: 1px;
overflow: hidden;
}
.right {
border: solid 1px gray;
padding: 5px;
margin: 5px 0px 5px 10px;
float: right;
background: white;
}
.left {
border: solid 1px gray;
padding: 5px;
margin: 5px 10px 5px 0px;
float: left;
background: white;
}
.inline {
border: solid 1px gray;
padding: 5px;
margin: 5px 10px 5px 0px;
background: white;
}
.drop3lines {
float: left;
margin-top: -5px;
margin-bottom: 0px;
font-size: 70px;
font-weight: normal;
color: rgb(238,200,200);
font-family: georgia,times;
line-height: 45px
}
.drop2lines {
margin-top: -6px;
float: left;
font-size: 48px;
font-weight: normal;
color: rgb(238,200,200);
font-family: georgia,times;
line-height: 40px;
}
a {
text-decoration: none;
color: #992D7E;
}
a:hover {
text-decoration: none;
color: #333333;
}
a:visited {
text-decoration: none;
color: #992D7E;
}
a.reverse {
text-decoration: none;
color: #616B8E;a.reverse:hover {
text-decoration: none;
color: #ffffcc;
}
a.reverse:visited {
text-decoration: none;
color: #616B8E;
}
