img	{
	border: 0;
	}

p.access	{
	display: none;
	}

img.counter	{
	display: inline;
	margin-left: 5px;
	}

#container {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	}

body {
	background-color: #fff;
	}
	
	
	/*-- HEADER --*/
	
#logo {
	position: absolute;
	top: 5px;
	left: 110px;
	background:none;
	}
	
input.viewbasketbtn {
    display:inline;
    padding:none;
    margin:none;
    color:#fff;
    font-family:Verdana, Arial;
    font-size:10pt;
    font-weight:bold;
    background:none;
    width:130px;
    border:none;
    /*border:1px solid #000;*/
    }

input.viewbasketbtn:visited {
	color:#ffffff;
    font-weight:bold;
    background:none;
    border:none;
	} 
    
input.viewbasketbtn:hover {
	color:#ffff00;
	cursor:pointer;
	border-bottom:4px solid #ffff00;
	} 
 
input.viewbasketbtn:active {
    color:#ffffff;
    font-weight:bold;
    background:none;
    border:none;
	} 
		  	
#topnav {
	position:absolute;
	top:90px;
	left:110px;
	margin-top:0px;
	margin-left:0px;
	width:575px;
	height:30px;
	padding-top:10px;
	padding-left:200px;
	background:none; 
	color:#ffffff;
	font-size:10pt;
	font-family:Verdana, Arial;
	font-weight:normal;
	/*display:inline;*/
	}
	
#topnav li {
	/*padding:0px;*/
	list-style-type:none;
	display:inline;
	}
	
#topnav a {
	/*float: left;*/
	/*line-height: 14px;*/
	margin: 0px 10px 4px 10px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 4px solid #cc0033;
	}

#topnav a:visited {
	}	
	
#topnav a:hover, #topnav a.active  {
	border-bottom: 4px solid #ffff00;
	/*padding-bottom: 2px;*/
	color: #ffff00;
	}

#viewbasket {
	display:inline;
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:-10px;
	}

	/*-- CONTENT --*/
					
#content {
	position: absolute;
	top: 130px;
	left: 275px;
	width: 606px;
	padding-top: 10px;
	padding-left: 15px;
	font-family:Verdana, Arial;
	background:#fff;
	}
		
#content h1 {
	font-size: 16px;
	width: 575px;
	height: 25px;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 15px;
	background-color: #ebebeb;
	}	
	
#content a  {
	color:#000000;
  	text-decoration:none;
	}
	
#content a:visited {
  	color:#000000;
  	font-weight:normal;
	}			
	
#content a:hover, #content a:active {
	color: navy;
	/*border-bottom: 1px dotted navy;*/
	}



#content img a:hover, #content img a:active {
	font-size: 7pt;
	border-style: none;
	border-bottom:none;
	text-decoration:none;
	}
			
#productlisting tr td {
	vertical-align: top;
	margin-top:15px;
	padding-bottom: 15px;
	font-size:7pt;
	border-bottom: 1px solid #888888;
	}

#imagecol {
	width: 150px;
	margin: 0px;
	}
	
#imagecol img {
	height:100px;
	margin-top:15px;
	margin-left:15px;
	border: none;
	font-size: 7pt;
	text-align:left;
	vertical-align: top;
	}
		
#imagecol a:hover, #imagecol a:active {
	border: none;
	text-decoration:none;
	}
			
#titlecol {
	width: 435px;
	}

#booktitle {
	font-size:9pt;
	font-weight:bold;
	color:#0000cd;
	}
			
#booktitle a {
	font-weight:bold;
	color:#0000cd;
	}
	
#booktitle a:visited {
	font-weight:bold;
	color:#0000cd;
	}

#booktitle a:hover {
	font-weight:bold;
	color:#0000cd;
	border-bottom:1px solid #0000ff;
	}	

#booktitle a:active {
	font-weight:bold;
	color:#0000cd;
	border-bottom:1px solid #0000ff;
	}
			
#author {
	font-size:7pt;
	}
	
#price {
	font-size:9pt;
	font-weight:bold;
	color:#cc0033;
	}

#priceinc {
	font-size:7pt;
	font-weight:normal;
	color:#000000;
	}

#detailtitle {
	position:absolute;
	top: 60px;
	left: 180px;
	width: 430px;
	}

#detailbooktitle {
	font-size:12pt;
	font-weight:normal;
	}
	
#detailbookauthor {
	font-size:10pt;
	font-weight:normal;
	}
	
#detailinfo {
	position:absolute;
	top: 225px;
	left: 10px;
	width: 606px;
	font-size:9pt;
	font-weight:normal;
	}
	
#detailinfo ol {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	}

#detailinfo ol li{
	margin-left:0px;
	padding-left:0px;
	}
	
#detailsynopsis {
	font-size:10pt;
	font-weight:normal;
	}

#detailheading {
	font-size:9pt;
	font-weight:bold;
	display:inline;
	}

#links {
	list-style-type:circle;
	line-height:16pt;
	}
	
#linkname {
	font-weight:bold;
	}
						
#editoptions {
	padding-left:5px;
	font-size:7pt;
	display: inline;
	}
	
#editoptions  a{
	font-size:7pt;
	font-weight:bold;
	color:#ff0000;
	}
	
#editoptions a:visited {
	font-size:7pt;
	font-weight:bold;
	color:#ff0000;
	border:none;
	}

#editoptions a:hover {
	font-size:7pt;
	font-weight:bold;
	color:#ff0000;
	border:none;
	background:#ffff00;
	}		
	
#cmsoptions {
	padding-left:15px;
	font-size:9pt;
	font-weight:bold;
	color:#ff0000;
	}
	
#cmsoptions a{
	font-size:9pt;
	font-weight:bold;
	color:#ff0000;
	border-bottom:1px solid #ff0000;
	}
	
#cmsoptions a:visited {
	font-size:9pt;
	font-weight:bold;
	color:#ff0000;
	border-bottom:1px solid #ff0000;
	background:#ffffff;
	}	
	
#cmsoptions a:hover {
	font-size:9pt;
	font-weight:bold;
	color:#ff0000;
	border-bottom:1px solid #ff0000;
	background:#ffff00;
	}		

#cmsoptions a:active {
	font-size:9pt;
	font-weight:bold;
	color:#ff0000;
	border-bottom:1px solid #ff0000;
	}
		
	/*-- SIDEBAR --*/
						
#sidebar {
	position: absolute;
	top: 130px;
	left: 110px;
	height:700px;
	width: 165px;
	margin-right: 70%;
	border-top:3px solid #ffffff;
	background: #cc0033 url(images/roundersidebot.gif) no-repeat bottom left;
	font-family:Verdana, Arial;
	}

input.searchbtn {
   color:#000;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid #000;
   margin-top:5px;
   }

input.searchbtn:hover {
	cursor: pointer;
	}
   	
#search {
	margin-top:16px;
	margin-left:10px;
	margin-bottom:10px;
	}

#catsheading {
	color:#ffff00;
	font-size:10pt;
	font-weight:bold;
	padding:8px 0px 8px 10px;
	border-top:3px solid #ffffff;
	}
	
#cats {
	padding:0%;
	margin:0%;
	border-top: 2px solid white;
	width:165px;
	}
	
#cats li {
	padding:0;
	margin:0;
	border-bottom: 1px solid white;
	list-style-type: none;
	line-height: 10pt;
	}
		
#cats li a {
	display:block;
	color:#ffffff;
	font-size: 7pt;
    font-weight:bold;
    text-decoration:none;
    /*width:100%;*/
    padding:4px 10px;
	}

#cats li a:visited {
  	color:#ffffff;
  	font-weight:bold;
	}	
#cats li a:hover {
  	background:yellow;
  	color:#000000;
  	/*height:100%;
  	width:100%;*/
	}

#cats li a:active {
  	color:#ffffff;
  	font-weight:bold;
	}	
		
#footer {
	clear: left;
	padding: 20px;
	background: #eee;
	}
	