/* reset */

*{
	margin: 0;
	padding: 0;
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* algemeen */

height { 100%; }

body {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	
	background: #65B9C6 url(images/body2.png);
	min-width: 1120px;
}

li {
list-style: none;
}

p {
	margin: 0 0 7px 0;
}

a {
  color:#333;
  text-decoration: none;
  outline:none;
}

a:hover {
  text-decoration: none;
  color:#666;
  outline:none;
}

img {
border: none;
}

#wrapper {
	width: 1020px;
	margin: 15px auto 0 auto;
	background: url(images/wrapper_top.png) no-repeat top center;
	position: relative;
}

#innerwrapper {
	margin: 0;
}

#footer {
	margin: 0 auto;
	clear: both;
	background: url(images/footer.png) no-repeat bottom center;
	width: 1020px;
}

#footer ul {
	float: left;
	width: 220px;
	padding: 0 5px;
	margin: 0 7px 0 0px; 
}

#footer ul li {
	font-size: 1.1em;
}

#footer p {
	clear: both;
	padding: 20px;
	margin: 0;
}

#footer h4 {
	color: #de9743;
	font-size: 12px;
	margin: 0 0 5px 0;
}

#footer a:hover {
	color: #65b8c6;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;   
	margin: 0 0 10px 0;
	font-size: 22px;
	color: #5397a3;
	font-weight:normal;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;   
	margin: 10px 0 5px 0;
	color: #5397a3;
	font-size:18px;
	text-transform:uppercase;  
}

/*---------------------------------------------- HEADER -----------------------------------------*/

#header {
position: relative;
margin-left: 5px;
width: 1010px;
border-bottom: 1px solid #e1e1e1;
height: 210px;
background: url(images/header1.jpg) no-repeat right bottom;
}

#header h1#logo {
text-indent: -5000px;
background:url(images/header_logo.png) no-repeat top left;
height: 118px;
width: 393px;
position: absolute;
top: 8px;
left: 5px;
}

/* menuh */

.infoBox {
}


.infoBoxContents {
	background: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.infoBoxNotice {
	background: #f5f5f5;
}

.infoBoxNoticeContents {
	background: #f5f5f5;
	font-family: "sans-serif", Verdana, Arial;
	font-size: 10px;
}

TABLE.box {
  background:#999999;
  
}

TR.box {
  background:#999999;
}

.catNav{
    font-family:Helvetica, Arial, "sans-serif";
    color:#000000;
    font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:1.7;
	padding:5px 0 10px 10px;
    }
	
	.catNav a {
    font-size:11px;
    text-decoration:none;
	text-transform:uppercase;
    color:#666666;
	padding:2px 3px 2px 3px;
	border-bottom: 1px solid #999999;
}
.catNav a:hover{
    background:#006878;
    color:#fff;
}
.catNav2{
    font-family:Helvetica, Arial, "sans-serif";
    color:#ffffff;
	background:#006878;
	text-transform:uppercase;
    font-size:11px;
	font-weight:normal;
	padding:1px 3px 1px 3px;
    }
.catNav2:hover{
	background:#e78800;
	text-decoration:none;
    }

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

TD.main, P.main, SPAN.main, A.main {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 12px;
  padding: 5px 0px 10px 10px;
  color:#333333;
}

TD.main2 {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 12px;
  padding: 5px 0px 10px 10px;
  line-height: 1.5;
  color:#333333;
}

TD.main3, P.main3, SPAN.main3, A.main3 {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 12px;
  padding: 5px 10px 10px 0px;
  line-height: 1.5;
  color:#333333;
}

TD.main4 {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 12px;
  padding: 5px 0px 10px 10px;
  line-height: 1.5;
  color:#333333;
}

TD.main5, P.main5, SPAN.main5, A.main5 {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 12px;
  padding: 5px 115px 10px 0px;
  line-height: 1.5;
  color:#333333;
}

/****** NAVIGATION *****/

#functienav {
	position:absolute;
	top: 20px;
	right: 20px;
	width: 200px;
	font-size: 1.2em;
}

#functienav p {
	margin-bottom: 0;
	text-align: right;
	padding: 2px 0;
	float: right;
	clear: right;
}

#functienav p:first-child {
	border-bottom: 1px dashed #FFF;
}

#functienav2 {
	position:absolute;
	float: right;
	top: 11px;
	right: 405px;
	font-size: 1.2em;
}

#functienav2 .logo {
	height: 47px;
	width: 228px;
	background: #fff url(images/goededoel_header.png) no-repeat top left;
	text-indent: -9999px;
	display: block;
	padding: 0;
}

#functienav2 a {
padding-left: 90px;
}

#functienav2 a:hover {
	color: #65b8c6;
}

#hoofdnav{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width: 600px;
	padding: 3px 0;
	position: absolute;
	top: 130px;
	left: 15px;
}

#hoofdnav ul{
     padding:0;
     margin:0 0 1px 7px;
     list-style:none;
     white-space:nowrap;
}

#hoofdnav ul li{
	display:inline;
    float:left;
    line-height:20px;
	margin: 0px 3px 0 0 ;
	padding: 0 7px 0 0;
	background: url(images/nav_bg_rechts.jpg) no-repeat right top;
}

#hoofdnav ul li a{
    float: left;
    display: block;
	font-size: 1.2em;
    font-weight: bold;
	text-decoration: none;
	padding: 3px 10px 3px 6px;
	font-weight: normal;
	text-transform: lowercase;
	background-color: #65b9c6;
	color: #fff;
	background: url(images/nav_bg_links.jpg) no-repeat;
}

#hoofdnav ul li a:hover{
     background-color: #9dd57f;
     color:#fff;
     text-decoration:none;
}

#hoofdnav li.selected a {
    background-color: #9dd57f;
}

.cart {
	background: url(images/icons/shopping_basket-red.png) no-repeat;
	padding-left: 20px;
	float: right;
	font-weight: bold;
}

.cart:hover {
	color: #cc6600;
}

/* SEARCH */

#search {
	background: url(images/search_bg_links.png) no-repeat left bottom;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1.2em;
	padding: 0 0 7px 0;
}

#search p {
	background: url(images/search_bg_links.png) no-repeat top left;
	padding: 5px 5px 0 5px;
	margin: 0;
	font-size: 2px;
	text-transform: uppercase;
	color: #65b9c6;
}

#search .submit {
	background-color: #de9743;
	color: #fff;
	border: none;
	padding: 2px 15px;
	border: 1px solid #fff;
	cursor: pointer;
}

#search input {
	margin: 0 0 0 5px;
	padding: 3px;
	border: 1px solid #5ca3af;
}


/*--------------------------------------------------------------CONTENT-----------------------------------------------------------------*/


/* INTRO */


#intro_featured {
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 5px 20px 15px;
	margin: 5px;
	position: relative;
	left: 0;
	top: 0;
}

#intro {
	float: left;
	width: 980px;
	background: #20afc4 url(images/indexpiece_child.png) no-repeat top right;
	height: 186px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#intro p#intro_tekst {
	clear: both;
	font-size: 13px;
	line-height: 1.4;
	padding: 9px 196px 15px 15px;
	color: #f4f4f4;
}

#intro a {
	color: #944316;
}
#intro a:hover {
	color: #ffb605;
}

#intro h2 {
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1;
	float: left;
	padding: 10px 15px;
	margin: 0;
	color: #fff;
	border-bottom: 1px solid #fff;
}



/* FEATURED */

#featured {
	float: right;
	margin: 0 0 10px 0;
	width: 670px;
	height: 300px;
}

#featured ul {
	padding: 20px 0 0 0;
}

#featured ul li {
	float:left;
	width: 300px;
	margin: 0 0 15px 10px;
	padding: 5px 10px;
	height: 135px;
}

#featured ul li a.featAfb {
	margin: 0 0 10px 0;
	float:left;
}

#featured ul li a.featAfb img {
	height: 100px;
	margin: 0 10px 10px 0;
	vertical-align: bottom
}

#featured ul li h3{
    font-size: 1.2em;
    font-weight: normal;
	margin: 0 0 5px 0;
	
}
#featured ul li h3 a {
	text-decoration: underline;
	font-weight: bold;
}
#featured ul li h3 a:hover{
}

#featured ul li .bookdescription {
	font-size: 1.1em;
}

#featured ul li .expressPrice {
	color: #de9743;
	font-weight: bold;
	float: right;
}

#featured ul li .expressPrice a {
	background-color: #fff;
	color: #000;
	padding: 0 0 0 3px;
}

.meerinfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	color: #ff6600;
	float: left;
}
#slider_container {
	position: absolute;
	left: 380px;
	top: 20px;
}

.slider ul li {
	width: 180px;
	height: 300px;
}
.slider ul li img {
	height: 140px;
}
.prev, .next {
	background: transparent url(images/themes/business_as_usual/back.gif);
	width: 75px;
	height: 60px;
	border: none;
	position: absolute;
	top: 100px;
	left: -90px;
}
.next {
	background: url(images/themes/business_as_usual/next.gif);
	left: 550px;
}
/* Middle links */

.middleLinks{
	clear: both;
	margin: 0 10px 0 250px;
	padding: 15px 0 15px 0px;
	width: 600px;
}
.middleLinks li:first-child {
	border: none;
}
.middleLinks  li{
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	border-left: 1px solid #5397a3;
}
.middleLinks a{
   	font-family: Georgia, "Times New Roman", Times, serif;
    font-size:18px;
    padding:1px 6px 1px 6px;
    text-decoration:underline;
    outline:none;
	color: #5397a3;
}
.middleLinks a:hover{
    text-decoration:none;
}


/* TOPLISTS */

#toplists {
	clear: both;
	margin: 0 0 0 20px;
}

#toplists .toplists {
	float: none;
	width: 290px;
	padding: 0 5px;
	margin: 0 7px 0 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#toplists .toplists h2 {
	text-indent: -5000px;
	background-repeat: no-repeat;
	height: 70px;
	background-position: top center;
}

#toplists .toplists li {
	clear: both;
	width: 260px;
}

#toplists .toplists img {
	width: 80px;
}

#toplists .toplists .productAfb {
	float: right;
}

#toplists .toplists h3 {
	font-size: 1.1em;
	margin: 0 0 3px 0;
}
#toplists .toplists h3 {
}
#toplists .toplists p {
	font-size: 1.1em;
}

#toplists .toplists .info {
	float: left;	
	width: 180px;
    height: 150px;
}

.expressPriceSmall {
	color: #de9743;
	font-weight: bold;
}

#toplists .toplists .info .bookdescription {
	margin: 0 0 5px 0;
}


#toplists #top5_verkoop h2 {
	background-image: url(images/top-5-kinderboeken.jpg);
}

#toplists #top5_waardering h2 {
	background-image: url(images/top-5-waardering.jpg);
}

#toplists #laatstereacties h2 {
	background-image: url(images/reacties.jpg);
}


/* KORTINGEN ONDERAAN */


#kortingen {
	clear: both;
	padding: 0 0 0 20px;
}

#kortingen li {
	float: left;
	margin: 10px 0 0 5px;
	width: 310px
}

#kortingen img {
	width: 310px;
}


/*----------------CATEGORY----------------------------------------------------------------------*/

#category_nav {
	width: 170px;
	float: left;
	margin: 0 0 0 10px;
}

#category_nav h3 {
	font-size: 1.4em;
	color: #97cd54;
	margin: 5px 0 5px 5px;
}

#category_nav li {
	border-bottom: 1px solid #ddd;
	width: 170px
}

#category_nav a {
	font-size: 1.2em;
	display: block;
	padding: 3px 0 3px 5px;
}

#category_nav .goodcause {
	padding: 7px 0px 10px 50px;
	background: url(images/productgoodcause.png) no-repeat 4px 13px;
}

#category_nav a:hover {
	color: #FFF;
	background-color: #97CD54;
}

#category_products {
	float: right;
	width: 800px;
	margin-right: 20px;
}

#bannerabonnee {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}

.breadCrumb {
	text-transform: lowercase;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;	

}

.breadCrumb a {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.zoeknav {
	padding: 0 0 10px 0;
}

.zoekresultaat {
	font-size: 2em;
	font-weight: normal;
	float: left;	
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
}

.zoekpagination {
	font-size: 1.2em;
	padding: 0 0 0 5px;
	text-align: right;
}

.zoeksorteer {
	padding: 4px 0;	
	width: 300px;
	font-size: 1.1em;
	
}

.zoeksorteer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: underline;
}

.zoekperpag {
	text-align: right;
	font-size: 1.1em;
}

.zoekperpag a {
	text-decoration: underline;
}

#category_products ul#productlist {
	clear: both;
}

#category_products ul#productlist li {
	border-top: 1px solid #ddd;
	clear: both;
	width: 800px;
	padding: 10px 0 10px 0;

}

.auteur {
	text-transform: uppercase;
}

#category_products ul#productlist li p {
	font-size: 1.2em;
}

#category_products ul#productlist li .productAfb {
	float: left;
	margin: 0 10px 0 0;
}

#category_products ul#productlist li h2 {
	color: #333;
	text-decoration: underline;

}

.addtocart {
	float: right;
}

#category_products ul#productlist li p.expressPriceSmall {
	text-align: right;
}

#category_links_bottom {
	clear: both;
}

#category_links_bottom li {
	float: left;
	width: 330px;
}



/* PRODUCT PAGE */

#product_info  #productfiche a{
	text-decoration: underline
}

#product_info .linkernav {
	width: 210px;
	float: left;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 15px;
}

#product_info .linkernav li {
	margin: 0 0 5px 0;
	border-left: 3px solid #eee;
	padding: 0 0 0 5px;
}

#product_info .midden {
	float: left;
}

#product_info .midden img {
	width: 150px;
	margin: 0 0 0 10px;
}


#product_info .ratingblock {
	float: none;
}

#product_info .rechts {
	float: right;
	width: 650px;
	font-size: 1.2em;
	padding: 0 10px 0 20px;
}

#product_info .rechts ul#productfiche li {
	border-top: 1px solid #eee;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}

#product_info .rechts h2 {
	padding: 0;
}

#product_info .rechts ul#productfiche li ul li {
	border-top: none;
	margin: 0 0 5px 0;
	padding: 0;
}
#product_info .rechts .bookdescription {
}
#product_info .rechts .inwinkelmandje {
	font-size: 14px;
	text-align: right;
	margin: 0 27px 10px 0;
}

#product_info .rechts .expressPriceSmall {
	padding: 0 45px 5px 0;
	font-size: 18px;
	text-align: right
}

#product_info .rechts ul#productfiche li img {
	height: 120px;
}

#product_info .rechts ul#productfiche li h3 {
	margin: 10px 0 10px 0;
	font-weight: bold;
}

#product_info .rechts ul li #ratingblock {
	clear:both;
}


#product_info .rechts ul#productdetails {
	float: left;
	width: 300px;
}

#product_info .rechts ul#volumekorting {
	float: right;
	width: 300px;
}



#product_info #onderaan {
	clear: both;
	margin: 20px 0 0 20px;
	border-top: 1px solid #ddd;
	padding: 20px 0 0 0;
}

#product_info #onderaan ul li {
	float: left;
	width: 300px;
	padding: 0 5px 0 0;
	margin: 0 7px 5px 0;
}

#product_info #onderaan #top3 img {
	width: 80px;
	float: left;
	margin: 0 5px 5px 0;
}

#product_info #onderaan #top3 {

}

#product_info #onderaan  h4 {
	font-size: 1.2em;
	margin: 5px 0 7px 0;
}

#product_info #onderaan h5 {
	font-size: 1.1em;
}


#product_info #onderaan .sorting {
	font-size: 1.1em;
}

#product_info #onderaan .sorting ul li  {
	float: none;
	padding: 0;
	margin: 0;
}

#product_info #onderaan #kortingen {
	clear: none;
}

/* SEARCH */

#search_result .rechts {
	float: right;
	width: 800px;
}

#search_result ul li {
	border-top: 1px dashed #65b9c6;
	clear: both;
	width: 100%;
	padding: 10px 0 10px 0;
}

#search_result ul li .productAfb {
	float: left;
	margin: 0 10px 5px 0;
	
}

#search_result ul li img {
	width: 100px;
}

#search_result p.expressPriceSmall {
	text-align: right;
}

#search_result p.pagination {
	text-align: right;
}

/* ABOUT / SHIPPING / PRIVACY / CONDITIONS / PARTNERS / CONTACT */


.linkernav {
	width: 250px;
	float: left;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0 20px;
}

.rechts {
	float: right;
	width: 724px;
	font-size: 1.2em;
	padding: 0 100px 0 0;
}

.rechts_publi {
	float: right;
	width: 350px;
	font-size: 1.2em;
	padding: 0 0 0 5px;
}

.rechts h2 {
	font-size: 1.5em;
	padding-bottom: 10px;
	font-weight: normal;
}

#contact .rechts ul li {
	margin: 0 0 10px 0;

} 

/* CHECKOUT */

#checkout_nav {
	margin: 15px 0 15px 0;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px 0;
}

#checkout_nav li {
	float: left;
	margin: 0 20px 0 0;
	color: #CC6600;
	padding: 0 20px 0 0;
}

#checkout_nav li.selected {
	font-weight: bold;
}

p#shopping_cart_lines {
  padding: 10px 0 0 0;
}

#shopping_cart table {
	font-size: 1.1em;
	margin: 20px 0;
}

#shopping_cart table tr:first-child {
	font-weight: bold;
}

p#coupon { 
	width: 250px;
}


p#subtotaal {
	text-align: right;
}


.verderwinkelen {
	text-align: right;
}

.verderwinkelen a {

}


.knop {
	text-align: right;
}


#checkout_confirmation table {
	font-size: 1.1em;
	margin: 20px 0;
	width: 90%;
}

#checkout_confirmation table  {
	background-color: 1px solid #ddd;
}

#checkout_confirmation #leveringsadres {
	float: left;
	width: 310px;
}

#checkout_confirmation  h3 {
	margin: 0 0 10px 0;
}

#checkout_confirmation  h3 .orderEdit {
	background-color: #CC6600;
	color: #FFFFFF;
	padding: 1px 7px;
	font-weight: normal;
	font-size: 10px;
	margin: 0 0 0 10px;
}

#checkout_confirmation #facturatieadres {
	float: left;
	width: 310px;
}

#checkout_confirmation p {
	clear: both;
}


#top10_verkoop ul li  {
	width: 650px;
}

#top10_verkoop img  {
	float: left;
	height: 120px;
	margin: 0 10px 0 0;
}

#top10_verkoop ul li {
	border-bottom: 1px dashed #97cd54;
	padding: 5px 0;
	
}

#top10_verkoop .info {
	width: 520px;
	float: right;
}

#top10_waardering .expressPriceSmall {
	float: right;
}

#top10_waardering ul li  {
	width: 650px;
}

#top10_waardering img  {
	float: left;
	height: 110px;
	margin: 0 10px 0 0;
}

#top10_waardering ul li {
	border-bottom: 1px dashed #97cd54;
	padding: 5px 0;
	
}

#top10_waardering .info {
	width: 550px;
	float: right;
}

#top10_waardering .expressPriceSmall {
	float: right;
}

/* CREATE ACCOUNT */


#create_account h2 {
	margin: 15px 0 5px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ddd;
	font-size: 16px;
}
	
#create_account .rechts ul li {
	margin: 0 0 10px 0;
}

/* ACCOUNT EDIT */

#account_edit ul li {
	margin: 0 0 7px 0;
}	



/* LOGIN */

#login {
	padding: 0 0 0 20px;
}

#login h3 {
	color: #CC6600;
	margin: 0 0 10px 0;
}
	
#login #register_new {
width: 400px; 
float: left;
margin: 20px 80px 0 0;
}

#login #returning {
	width: 400px;
	float: left;
	margin: 20px 0 0 0;

}

#login #returning ul li {
	margin: 0 0 10px 0;
}

#login #returning a {
	text-decoration: underline;
}

#logout {
	padding: 0 0 0 15px;
}


#checkout_payment_B2B #button_wijzig a {
	background-color: #CC6600;
	color: #FFFFFF;
	padding: 2px 8px;
	border: 1px outset #ddd;
}

SPAN.facebook {
  padding: 3 3 3 3px;
  background-color: #eceef5;
  color: #3b5998;
}

.tipsy { padding: 5px; font-size: 12px; opacity: 0.8; filter: alpha(opacity=80); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

/* contact */

.rechts-contact {
	float: left;
	font-size: 1.2em;
	padding: 0 0 0 10px;
	width: 600px;
}

.rechts-contact h1 {
	padding: 0 0 0 20px;
}

h3.contact {
	font-weight: bold;
	border-bottom: 1px solid #b6b6b6;
	padding-bottom: 2px;
	margin-bottom: 15px;
}

p.note {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 0px;
}

p#telefoonnr {
	margin: 0;
}
#contact_email {
	padding: 0px 20px 0px 20px;
}
#contact_telefoon {
	padding: 0 20px 20px 20px;
}
#contact_email label {
	float: left;
}
#contact_email input {
	width: 500px;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}

#contact_email textarea {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 14px;
}

#contact_email form {
	width: 500px;
}

#contact_email  .mail_submit {
	width: 70px;
	height: 25px;
	padding: 0;
}

#telefoonnr {
	font-weight: bold;
	font-size: 14px;
}

#newsletter .submit {
	background-color: #de9743;
	color: #fff;
	border: none;
	padding: 2px 5px;
	cursor: pointer;
}

#newsletter input {
	padding: 2px 5px;
}

.roomtoread-banner {
	margin: 10px 0 10px 0;
}

/* Shelf tooltip */
.qtip-content {
	position: relative;
}

.qtip-content h1.title {
	color: #5397A3;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", sans-serif;
	font-weight: bold;
	float: left;
	margin: 0 0 3px;
}

.qtip-content div.desc {
	font-size: 10px;
	float: left;
}

.qtip-content span.price {
	font-weight: bold;
	font-size: 11px;
	float: left;
	clear: left;
	margin-bottom: 3px;
}

.qtip-content a.detail {
	width: 100%;
	background: #518a95;
	padding: 2px 0px;
	color: #fff;
	float: left;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	display: block;
	margin-top: 5px;
}

.qtip-content a.detail:hover {
	background: #446c74;
}
/* OPTIONAL CONTACT US*/

#optional {
display: none;
}

/* SEARCH */

*
{
margin:0px
}
#searchbox
{

border:solid 1px #000;
padding:3px;
}
#display
{
position:absolute;
width:320px;
display:none;
float:right; margin-right:30px;
border-left:solid 1px #dedede;
border-right:solid 1px #dedede;
border-bottom:solid 1px #dedede;
overflow:hidden;
z-index:1000;
top: 29px;
left: 12px;
}
.display_box
{
background:#FFFFFF;
color:#000;
padding:4px; border-top:solid 1px #dedede; font-size:12px; height:55px;

}

.display_box:hover
{
background:#f6f6f6;
color:#000;
}
#shade
{
background-color:#00CCFF;

}


