@charset "utf-8";
/* CSS Document */

#holder {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background-image: url(/images/background.jpg);
	background-repeat:no-repeat;
	background-color: #ccc;
	}
	
#header {
	position: relative;
	width: 960px;
	height: 100px;
	/* background-image: url(/images/header.png);
	background-repeat:no-repeat; */
	}
	
#main {
	position: relative;
	width: 960px;
	/* background-color: #ccc; */
	}

#menu {
	position: relative;
	width: 944px;
	height: 14px;
	padding: 8px;
	text-align: center;
	background-image: url(/images/menuback.png);
	}

#menu a:link, #menu a:hover {font-weight:bold; color:#000; text-decoration:underline;}

#menu a:visited, #menu a:active {font-weight:bold; color:#000; text-decoration:underline;}

#toprowright {
	position:relative;
	float: right;
	width: 240px;
	}

#toprowleft {
	position:relative;
	float: left;
	width: 480px;
	}

#singleproduct {
	position:relative;
	width: 480px;
	}

#sidebacktop {
	position:relative;
	float: right;
	width: 240px;
	height: 20px;
	background-image: url(/images/240bgtop.png);
	}
	
#sidebackmiddle {
	position:relative;
	float: right;
	width: 180px;
	height: 180px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(/images/240bgmiddle.png);
	background-repeat:repeat-y;
	}
	
#sidebackbottom {
	position:relative;
	float: right;
	width: 240px;
	height: 20px;
	background-image: url(/images/240bgbottom.png);
	}
	
#middlebacktopleft {
	position:relative;
	float: left;
	width: 480px;
	height: 20px;
	background-image: url(/images/480bgtop.png);
	}
	
#middlebackmiddleleft {
	position:relative;
	width: 440px;
	float: left;
	height: 180px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(/images/480bgmiddle.png);
	background-repeat:repeat-y;
	}
	
#middlebackbottomleft {
	position:relative;
	width: 480px;
	float: left;
	height: 20px;
	background-image: url(/images/480bgbottom.png);
	}

	
#middlebacktop {
	position:relative;
	margin-left: 120px;
	width: 480px;
	height: 20px;
	background-image: url(/images/480bgtop.png);
	}
	
#middlebackmiddle {
	position:relative;
	width: 440px;
	margin-left: 120px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(/images/480bgmiddle.png);
	background-repeat:repeat-y;
	}
	
#middlebackbottom {
	position:relative;
	width: 480px;
	margin-left: 120px;
	height: 20px;
	background-image: url(/images/480bgbottom.png);
	}

.productleft {
	position:relative;
	float:left;
	width: 240px;
	height: 240px;
	background-image: url(/images/productbg.png);
	background-repeat:no-repeat;
	}
	
.productright {
	position:relative;
	float:right;
	width: 240px;
	height: 240px;
	background-image: url(/images/productbg.png);
	background-repeat:no-repeat;
	}
	
.productimage {
	position:absolute;
	width: 200px;
	height: 200px;
	padding: 20px;
	top: 0px;
	left: 0px;
	z-index: 1;
	cursor: hand;
	}

.productdetails {
	position:absolute;
	width: 190px;
	height: 200px;
	top: 20px;
	left: 20px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(/images/productdetailsbg.png);
	background-repeat:repeat-y;
	z-index: 2;
	overflow: auto;
	display:none;
	}
	
.smallproductimage {
	width: 120px;
	height: 120px;
	padding: 10px;
	float: right;
	background-image: url(/images/productimagebg.png);
	margin-left: 10px;
	}

#sidemain {
	position:relative;
	float:left;
	width: 240px;
	}
	
#sidetop {
	position: relative;
	width: 240px;
	height: 20px;
	background-image: url(/images/sidetop.png);
	}
	
#side {
	position:relative;
	padding-left: 20px;
	padding-right: 20px;
	width: 200px;
	background-image: url(/images/sideback.png);
	}
	
#sidebottom {
	position:relative;
	width: 240px;
	height: 20px;
	background-image: url(/images/sidebottom.png);
	}
	
#middlemain {
	position:relative;
	float:left;
	width: 480px;
	}
	
#middletop {
	position: relative;
	width: 480px;
	height: 20px;
	background-image: url(/images/middletop.png);
	}
	
#middle {
	position:relative;
	width: 480px;
	background-image: url(/images/middleback.png);
	}
	
#middlebottom {
	position:relative;
	width: 480px;
	height: 10px;
	background-image: url(/images/middlebottom.png);
	}

#middlemainwide {
	position:relative;
	float:left;
	width: 720px;
	}

#middletopwide {
	position: relative;
	width: 720px;
	height: 20px;
	background-image: url(/images/middletopwide.png);
	}
	
#middlewide {
	position:relative;
	width: 720px;
	background-image: url(/images/middlebackwide.png);
	background-repeat:repeat-y;
	}
	
#middlebottomwide {
	position:relative;
	width: 720px;
	height: 20px;
	background-image: url(/images/middlebottomwide.png);
	}
	
#results {
	width: 720px;
	}
	
#content {
	width: 700px;
	}
	
#dvd {
	width: 460px;
	height: 200px;
	}


body {
	background:#ffffff;
	font-family: verdana, arial;
	font-size:11px;
	color: #333;
	}
	
body, p, textarea, button, select, input {
	font-family: verdana, arial;
	font-size:11px;
	color: #333;
	}
	
h1 {
	font-family: verdana, arial;
	font-size:18px;
	font-weight: bold;
	color: #333;
	padding-top: 0px;
	margin-top:0px;
	}
	
h2 {
	font-family: verdana, arial;
	font-size:14px;
	font-weight: bold;
	color: #333;
	}
	
h3 {
	font-family: verdana, arial;
	font-size:12px;
	font-weight: bold;
	color: #333;
	}
	
a:link, a:hover {color:#333;text-decoration:underline;}

a:visited, a:active {color:#666;text-decoration:underline;}

li {
	padding-top: 3px;
	margin-left: -15px;
	}

#footer {
	clear: both;
	text-align:center;
	margin-top: 10px;
	padding: 10px;
	color: #FFFFFF;
	background-position: 0 bottom;
	background-image: url(/images/footer.png);
	background-repeat:no-repeat;
	background-color: #ccc;
	}

#footer a:link, #footer a:hover {color:#fff;text-decoration:underline;}

#footer a:visited, #footer a:active {color:#C8CDD0;text-decoration:underline;}

#avatar {
	width: 74px;
	height: 74px;
	padding: 5px;
	float: right;
	background-image: url(/images/avatarbg.png);
	background-repeat:no-repeat;
	margin-left: 10px;	
	}

#dvdimage {
	width: 120px;
	height: 160px;
	padding: 10px;
	float: right;
	background-image: url(/images/dvdimagebg.png);
	margin-left: 10px;
	}
	
#searchimage {
	width: 120px;
	height: 160px;
	padding: 10px;
	background-image: url(/images/dvdimagebg.png);
	margin-left: 30px;
	}
	
.error {
	font-weight: bold;
	color: red;
	}
	
.success {
	font-weight: bold;
	color: #006600;
	}

ol.forms {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:100%;
	}

ol.forms li {
	clear:left;
	float:left;
	line-height:1.5em;
	margin-bottom:0.5em;
	margin-left: -30px;
	width:100%;
	}

ol.forms label {
	cursor:pointer;
	display:block;
	float:left;
	line-height:1.5em;
	text-align:right;
	width:40%;
	}

ol.forms input {
	width:40%;
	}

ol.forms textarea {
	height:20em;
	width:40%;
	}

ol.forms input, ol.forms textarea, ol.forms button {
	-x-system-font:none;
	font-family: trebuchet, verdana;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	}
	
ol.forms .error {
	display:block;
	margin:0.25em 0 0 11%;
	}

ol.forms li.buttons {
	width:60%;
	}
