/* 

Copyright 2007 The Record Frame
Coded by Eternalistic Designs
www.eternalistic.net

*/

@import "styles.css";

/* body
----------------------------------------------- */
body {
	background: #fff url(../images/bg.jpg) repeat-x;
	font: 70% verdana,arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* layout
----------------------------------------------- */
#wrapper {
	width: 800px;
	margin: 10px auto;
}
#container {
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	clear: both;
}

/* right text
----------------------------------------------- */
#righttext {
	float: right;
	width: 270px;
	padding: 50px 10px 0 0;
}

/* frame
----------------------------------------------- */
#frame {
	width: 510px;
	margin: 0;
  float: left; 
}
#framefade {
	margin: 0 0 0 -30px;
	padding: 0;
	height: 497px;	
	overflow: hidden;
}
#framefade ul { list-style: none; }

/* header
----------------------------------------------- */
#header {
	background: #fff url(../images/topbar.gif) no-repeat;
	height: 45px;
}
#header #logo {
	margin: 40px 0 0 0;
	border-right: 1px solid #ccc;
	float: right;
}

/* buynow
----------------------------------------------- */
#price {
	border: 2px dotted #ccc;
	padding: 10px 5px 0 0;
	background: #fafafa;
}
#price .cost {
	color: red;
	font-size: 1.3em;
}
#buttons { margin: 25px 5px 0 5px; }
#buttons #button_more { float: right; }

/* clearfix
----------------------------------------------- */
.clearfix { 
  clear: both; 
}

.clearfix:after {
  clear: both;
  content: "."; 
  display: block; 
  font-size: 0;
  height: 0; 
  visibility: hidden;
}