/*css : Ilinga Books : page layout styles*/

/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
        margin-top:25px;
 	margin-bottom: 40px;
}

html {
	background: #B2B2B2;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/*
-------------------------------------------- */
h5 {
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}


/* CONTAINERS
-------------------------------------------- */
#PageWrapper{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    overflow:hidden;
    width:972px;
}
#ContentWrapper {
    background:url(../images/ContentWrapper_bg.gif);
}
#ColNav{
	width:210px;
	float:left;
	margin-left:14px;
}
#ColMain{
    width:508px;
    float:left;
    margin-left:8px;
}
#ColForm{
	width:726px;
    float:left;
    margin-left:8px;
}
#ColSide{
    width:210px;
    float:left;
    margin-left:8px;
}







/* PAGE BANNER
-------------------------------------------- */
#AdBanner {
    width:972px;
    background:url(../images/AdBanner-bg.png) no-repeat center top;
    padding: 0 0 25px 0;
}
#AdBanner img{
    display:block;
    margin-left:6px;
    border:none;
}
#BrandBanner {
	background:#800000 url(../images/BrandBanner-logo.png) no-repeat ;
	margin-left:14px;
	width:944px;
	height:54px;
	border-top:#fff solid 8px;
	border-bottom:#fff solid 8px;
}

/* NAVIGATION LEVEL 01
-------------------------------------------- */
.Menu01{
}
    .Menu01 li{
        list-style:none;
    }
    .Menu01 li a{
	display:block;
	padding:5px 33px 5px 8px ;
        text-decoration:none;
        color:#000;
	background:#EBD6D6;
	border-bottom:#fff solid 1px;
    }
    .Menu01 .link:hover{
	background:#CC9999 ;
    }
    .Menu01 .current{
        color:#fff;
	background:#A64C4C url(../images/nav-arrow.png) no-repeat right center;
    }

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

.productBox {
	border:#800000 solid 1px;
	padding:8px;
	margin-bottom:2px;
	text-align:center;
}
	.productBox h5{
		margin:4px 0;
	}
	.productBox img{
		border:#B2B2B2 solid 1px;
	}
	
.commentBox {
	border:#800000 solid 1px;
	padding:8px;
	margin-bottom:2px;
}
	.commentBox img{
		padding: 3px 2px 0 0;
		float:left;
	}

.productSummary{
	position:relative;
	overflow:hidden;
	margin-bottom:8px;
	border-bottom:#BF8080 solid 1px;
}
	.productSummary h3,.productSummary p {
		margin-left:150px;
	}
	.productSummary img{
		float:left;
		border:#B2B2B2 solid 1px;
	}
	.productSummary h3{
		color:#800000;
	}



/* FOOTER
-------------------------------------------- */
#Footer {
    clear:both;
    width:972px;
    height:132px;
    position:relative;
    background:url(../images/Footer-bg.png) bottom center no-repeat;
}
#Footer p{
	display:block;
	position:absolute;
	width:150px;
	left:693px;
	top: 16px;
	color:#D9B2B2;
	font-size:11px;
	line-height: 15px;
}

/* CREDITS
-------------------------------------------- */

#SiteCredits{
	margin-left:30px;
}
#SiteCredits p{
	font-size:10px;
	color:#000;
}
#SiteCredits a{
	font-size:10px;
	color:#00f;
}
