/*
Theme Name: tadlow child
Description: Child theme for the tadlow theme 
Author: doc&tee ltd
Template: tadlow
*/

@import url("../tadlow/style.css");

body {
	background: #fff url(images/bg.gif) top repeat-x;	
}

#header {
	width: 960px;
	height: 141px;
	margin: 0 auto;
	padding: 0;
}

.longbg {
	height: 274px;
	width: 100%;
	background: #000a1f url(images/long_bg.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	}
	
.longbg-page {
	width: 100%;
	background: #000a1f url(images/long_bg.jpg) bottom repeat-x;
	margin: 0;
	padding: 0 0 30px 0;
	height: 80px;
	overflow: hidden;
	}
	
.logo {
	width: 852px;
	height: 64px;
	margin: 0;
	padding: 26px 0 14px 0;
	}
	
.home-banner {
	width: 960px;
	height: 244px;
	margin: 0 auto;
	padding: 0;
	background: url(images/banner_bg.jpg) top no-repeat;
	}
	
.page-banner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	background: url(images/banner_bg.jpg) top no-repeat;
	height: 40px;
	overflow: hidden;
	}
	
.entry-title {
	color: #fff;
	font-size: 28px;
	line-height: 1.3em;
	margin: 0 0 0 10px;
}

.cat-right {
	width: 580px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
.cat-left {
	width: 340px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.buy {	
	width: 328px;
	height: 51px;
	background: url(images/buy_bg.gif) no-repeat;
	margin: 10px 0 20px 0;
	padding: 6px;
	}

.buy-btn {
	width: 61px;
	height: 24px;
	float: left;
	margin: 0;
	padding: 14px 0 0 14px;
	}
	
.details {
	float: right;
	width: 230px;
	font-size: 12px;
	text-shadow: #fff 1px 1px 0;
	line-height: 17px;
	}
	
.cat-thumb {
	width: 150px;
	height: 210px;
	float: left;
	margin: 0 20px 16px 0;
	padding: 0;
	}
	
.cat-content {
	float: right;
	width: 790px;
	padding: 6px 0 0 0;
	margin: 0;
	}
	
	
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 840px;
	height:205px;
	margin-top: 35px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}


.items .logoshome {
	float:left;
	width:150px;
	height: 205px;
	margin: 0 17px 0 0;
	background:url('images/cover_bg.png') top right no-repeat;
	padding: 0 5px 0 0;
	
}

.scrollable .active {
	position:relative;
	cursor:default;
}

.scrollable {
	float:left;	
}

a.browse {
	background:url('images/nav_left.png') no-repeat;
	display:block;
	width:41px;
	height:123px;
	float:left;
	margin:51px 16px 0 16px;
	cursor:pointer;
	font-size:1px;
}

a.right { background:url('images/nav_right.png') no-repeat; clear:right; margin-right: 0px;}

a.left { margin-left: 0px; } 

a.disabled {
	
}

.home-right {
	width: 310px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
.home-left {
	width: 610px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
a.pdficon {
	width: 34px;
	height: 34px;
	background:url(images/pdf.gif) no-repeat;
	padding: 13px 0 0 0;
	margin:0;
	float: left;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #666666;
	}