
body {font-family: Arial;}
#header {visibility: visible;
          border-style: solid;
          border-width: 0px;
          border-color: red;
          width: 900px;
          }
#products {visibility: visible;
          border-style: solid;
          border-width: 1px;
          border-color: #bbbbbb;
          width: 800px;
          float: left;
          }
#ads1 {visibility: visible;
          border-style: solid;
          border-width: 1px;
          border-color: #AAAAAA;
          float: left;
          width: 150px;
          margin-left: 10px;
          }
#ads2 {visibility: visible;
          border-style: solid;
          border-width: 1px;
          border-color: #AAAAAA;
          float: left;
          }
#buynow {border-style: solid;
        border-width: 1px;
	      border-color: #AAAAAA;
        }
#text { width: 600px;
        border-style: solid;
        border-width: 1px;
        border-color: #AAAAAA;
	      color: #999999;
        }
#video {  position: absolute;
          left: 150px;
          top: 100px;
          height: 310px;
          width:446px;
          visibility: hidden;
          border-style: solid;
          border-width: 0px;
          border-color: black;
          float: left;
          background-image:url('images/VideoBox.png'); 
          }
#player1{margin: 10px;

        }
#textheader{visibility: visible;
          border-style: solid;
          border-width: 1px;
          border-color: #AAAAAA;
          font-family: Arial;
          color: #444444;
          font-size: 16px;
          padding-top: 10px;
          padding-left: 25px;
          margin-left: 2px;
          width: 935px;
          }
.regulartext{font-family: Arial; color: #666666; font-size: 12px;}
.bigblue{font-family: Arial; color: blue; font-size: 16px; font-weight: bold;}
.DVDtitle{font-family: Arial; color: black; font-size: 14px; font-weight: bold;}
.preview{font-family: Arial; color: white; font-size: 11px; font-weight: bold; float: right; background-color: black;}
.moreorless{font-family: Arial; color: #888888; font-size: 10px;}
