


/* --------------- ( Reset ) --------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* --------------- ( Clearfix ) --------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* --------------- ( General ) --------------------------------------------- */
html,body { overflow-x: hidden; }
body {
	font: 11px Verdana, Geneva, sans-serif;
	background: #E1E1E1 url(../images/bg.jpg) repeat-x;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	padding-top: 22px;
}
	#wrapper #bubble {
		background: url(images/comment-bubble-whole_03.png) no-repeat;
		width: 671px;
		height: 510px;
		position: relative;
	}

.alignleft { float: left; }
.alignright { float: right; }
a:visited { color: #999; }
strong { font-weight: bold; }

#load {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10000;
}
#grey-bg {
	background: #ccc;
	opacity: 0.4;
	filter: alpha(opacity=40);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1000;
}
.handy {
	cursor: pointer;
	cursor: hand;
}




/* --------------- ( Header ) --------------------------------------------- */
#header {
	width: 760px;
}
	#header h1 a {
		background: url(../images/logo.jpg);
		width: 360px;
		height: 67px;
		text-indent: -9999px;
		margin: 0px 0px 0px 12px;
		float: left;
		display: inline;
	}




/* --------------- ( Main Nav ) --------------------------------------------- */
ul#mainnav {
	float: right;
	width: 266px;
	margin-top: 16px;
}
	ul#mainnav li {
		display: inline;
	}
		ul#mainnav li a {
			height: 50px;
			display: block;
			float: left;
			text-indent: -9999px;
		}	
			ul#mainnav li#home a { width: 66px; background: url(../images/nav-home.jpg); }
				ul#mainnav li#home a:hover { background: url(../images/nav-home.jpg) bottom; }
			ul#mainnav li#books a { width: 70px; background: url(../images/nav-books.jpg); }
				ul#mainnav li#books a:hover { background: url(../images/nav-books.jpg) bottom; }
			ul#mainnav li#films a { width: 64px; background: url(../images/nav-films.jpg); }
				ul#mainnav li#films a:hover { background: url(../images/nav-films.jpg) bottom; }
			ul#mainnav li#music a { width: 66px; background: url(../images/nav-music.jpg); }
				ul#mainnav li#music a:hover { background: url(../images/nav-music.jpg) bottom; }
			


/* --------------- ( Featured Brands ) --------------------------------------------- */
#featured-brands {
	background: url(../images/featured-brands.jpg);
	height: 122px;
	width: 760px;
	float: left;
	margin-top: 25px;
	
 }
 	#scroll-outer {
		position: relative;
		overflow: hidden;
		margin: 0px 28px 0px 28px;
	}
	#featured-brands div#scroll {
		margin: 57px 28px 0px 28px;
		height: 42px;
		width: 15400px;
	}
		#featured-brands div#scroll span {
			display: block;
			float: left;
			margin-right: 20px;
		}
		


/* --------------- ( Featured Search ) --------------------------------------------- */
#featured-search {
	float: left;
	width: 760px;
	height: 202px;
	margin-top: 22px;
	background: url(../images/featured-search.png) no-repeat;
	position: relative;
}
	#featured-search #edge { position: absolute; right: -6px; top: 0px; }
	
	#featured-search #search {
		float: left;
		margin: 119px 0px 0px 166px;
		display: inline;
	}
		#search h2 {
			position: absolute;
			top: 52px;
			font: 18px Arial, Helvetica, sans-serif;
			color: #666;
		}
		
		#featured-search #search .text {
			border: 1px solid #fff;
			font-size: 16px;
			width: 365px;
			float: left;
			color: #666;
		}
		#featured-search #search .submit1 {
			margin: -16px 0px 0px 30px;
			float: left;
		}

	/* ----- Tabs ----- */
	ul.css-tabs {  
		margin:0 !important; 
		padding:0;
		height: 26px;
	}
		ul.css-tabs li {  
			float:left;	 
			padding:0; 
			margin:0;  
			list-style-type:none;	
		}
		
			ul.css-tabs a { 
				float: left;
				font-size: 11px;
				display: block;
				padding: 4px 12px;	
				text-decoration: none;
				border: 1px solid #B4B4B4;	
				border-bottom: 0px;
				background-color: #E6E6E6;
				color: #777;
				margin-right: 2px;
				position: relative;
				top: -11px;	
				-moz-border-radius-topright: 4px;
				-moz-border-radius-topleft: 4px;
			}
			ul.css-tabs a:hover {
				background-color:#F7F7F7;
				color: #333
			}
			ul.css-tabs a.current {
				background-color: #fff;
				font-weight: bold;
				color: #000;	
				cursor: default;
				height: 16px;
			}
			
			div.css-panes div {
				display:none;
			}
		
	
	
/* --------------- ( Main Home ) --------------------------------------------- */
#main-home {
	background: url(../images/home-main.jpg);
	height: 252px;
	width: 760px;
	float: left;
}
	#main-home .col {
		float: left;
		width: 246px;
	}
		.col h2 {
			text-indent: -9999px;
			margin-left: 12px;
			height: 40px;
		}
			
		#col-1 {
			margin: 6px 0px 0px 5px;
		}
			#col-1 h2 {
				background: url(../images/h-best-sellers.jpg);
				width: 92px; 
			}
			#main-home .col ul {
				margin: 4px 12px 0px 12px;
			}
				#main-home .col ul li {
					display: inline;
				}
					.col ul li a {
						display: block;
						border-bottom: 1px solid #ccc;
						padding: 6px 0px 7px 0px;
					}
		#main-home #col-2 {
			margin: 6px 0px 0px 6px;
		}
			#main-home #col-2 h2 {
				background: url(../images/h-last-searches.jpg) no-repeat;
				width: 145px; 
			}
		
		#col-3 {
			margin: 6px 0px 0px 6px;
			display: inline;
		}
			#col-3 h2 {
				background: url(../images/h-newsletter.jpg);
				width: 204px; 
				text-indent: -9999px;
				height: 40px;
			}
			#col-3 input {
				border: 1px solid #fff;
				float: left;
				width: 205px;
				color: #666;
			}
				#col-3 input#name {
					margin: 19px 0px 23px 18px;
				}
				#col-3 input#email {
					margin: 0px 0px 16px 18px;
				}
				#col-3 input#submit {
					margin: 0px 0px 0px 12px;
					width: 85px;
					border: none;
				}
					#main-home ul#icons {
						float: left;
						width: 220px;
						margin-top: 32px;
						display: inline;
					}
						#main-home ul#icons li {
							
						}
							#main-home ul#icons li a {
								width: 16px;
								height: 16px;
								float: left;
								display: block;
								_display: inline;
								text-indent: -9999px;
								border: none;
							}
								#main-home ul#icons li#del a { 
									background: url(../images/s-del.jpg) no-repeat; 
									margin: 8px 11px 0px 6px;
								}
								#main-home ul#icons li#digg a { 
									background: url(../images/digg.png) no-repeat; 
									margin: 8px 24px 0px 7px;
								}
								#main-home ul#icons li#face a { 
									background: url(../images/s-face.jpg) no-repeat; 
									margin: 8px 12px 0px 20px;
								}
								#main-home ul#icons li#stu a { 
									background: url(../images/s-stu.jpg) no-repeat; 
									margin: 8px 12px 0px 20px;
								}
								#main-home ul#icons li#twi a { 
									background: url(../images/s-twi.jpg) no-repeat; 
									margin: 8px 0px 0px 20px;
								}
								
								
								
								
/* --------------- ( Main Inner ) --------------------------------------------- */
#main-inner {
	float: left;
	width: 760px;
	background: url(../images/inner-mid.jpg) repeat-y;
}




/* --------------- ( Content ) --------------------------------------------- */
#content {
	float: left;
	width: 455px;
	display: inline;
	margin: 16px 0px 0px 24px;
}
	#content h1 {
		font: bold 16px Arial, Helvetica, sans-serif;
		color: #666;
		margin-bottom: 10px;
	}
	#content h2 {
		font: bold 13px Arial, Helvetica, sans-serif;
		color: #000;
		margin-bottom: 10px;
	}
	#content div.result {
		border-bottom: 1px solid #ccc;
		margin-bottom: 16px;
		padding-bottom: 16px;
	}
		#content div.result h2 a {
			font: bold 13px Verdana, Geneva, sans-serif;
			line-height: 19px;
			margin-bottom: 10px;
			display: block;
		}
		#content div.result img {
			float: left;
			margin: 0px 12px 0px 0px;
		}
		#content div.result p {
			line-height: 17px;
			margin-bottom: 10px;
		}
	.pagination {
		text-align: center;
		padding: 0px 0px 12px 0px;
	}
		.pagination a {
			color: #00F;
		}
	#content table {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		width: 100%;
		margin-top: 12px;
		*border-collapse: collapse;
	}
		#content table tr {
			
		}
			#content table tr td {
				border-bottom: 1px solid #ccc;
				border-right: 1px solid #ccc;
				padding: 8px;
			}
			#content table tr td.first {
				font-weight: bold;
			}
			#content table tr td.second, #content table tr th.second {
				text-align: center;
				width: 27%;
			}
			#content table tr td.third, #content table tr th.third {
				text-align: left;
				width: 25%;
			}
			#content table tr th {
				border-bottom: 1px solid #ccc;
				border-right: 1px solid #ccc;
				padding: 8px;
				font-size: 12px;
				font-weight: bold;
				background: #EAEAEA;
			}
	#content #readimage {
		background: url(../images/no-image.png) no-repeat;
		float: left;
		width: 116px;
	}




/* --------------- ( Sidebar ) --------------------------------------------- */
#sidebar {
	float: right;
	width: 246px;
	display: inline;
	margin: -5px 5px 0px 0px;
	position: relative;
}
	#sidebar img {
		display: block;
	}
	#sidebar .box {
		background: #fff;
		background: url(../images/sidebar-mid.jpg) repeat-y;
		padding: 0px 8px;
	}
	#sidebar #col-1 {
		margin-top: 0px;
	}
		#sidebar #col-1 h2 {
			margin: 0px 0px 0px -2px;
		}
	#sidebar #col-3 {
		background: url(../images/sidebar-search.jpg) -12px 46px no-repeat;
		margin-top: 0px;
		float: left;
	}
		#sidebar #col-3 h2 {
			margin: 0px 0px 12px -2px;
		}
		#sidebar #col-3 #name {
			border: 1px solid #fff;
			margin: 1px 0px 0px 6px;
		}
		#sidebar #col-3 #email {
			border: 1px solid #fff;
			margin: 23px 0px 0px 6px;
		}
		#sidebar #col-3 #submit {
			margin: 15px 0px 0px 0px;
			padding-bottom: 5px;
		}
		.bar  {
			margin-bottom: 6px;
		}
	
	/* ----- ( Sidebar  Social media ) ----- */
	#sidebar ul#icons {
		width: 246px;
		height: 58px;		
		background: url(../images/home-main.jpg) -509px -193px no-repeat;
	}
		#sidebar ul#icons li {
			display: inline;
		}
			#sidebar ul#icons li a {
				width: 16px;
				height: 16px;
				float: left;
				display: inline;
				text-indent: -9999px;
				border: none;
			}
				#sidebar ul#icons li#del a { 
					background: url(../images/s-del.jpg) no-repeat; 
					margin: 19px 11px 0px 20px;
				}
				#sidebar ul#icons li#digg a { 
					background: url(../images/digg.png) no-repeat; 
					margin: 19px 12px 0px 20px;
				}
				#sidebar ul#icons li#face a { 
					background: url(../images/s-face.jpg) no-repeat; 
					margin: 19px 12px 0px 20px;
				}
				#sidebar ul#icons li#stu a { 
					background: url(../images/s-stu.jpg) no-repeat; 
					margin: 19px 12px 0px 20px;
				}
				#sidebar ul#icons li#twi a { 
					background: url(../images/s-twi.jpg) no-repeat; 
					margin: 19px 0px 0px 20px;
				}




/* --------------- ( Footer ) --------------------------------------------- */
#footer {
	float: left;
	width: 760px;
	color: #333;
	margin-top: 10px;
	padding: 0px 0px 12px 6px;
}
	#footer p {
		margin-bottom: 12px;
	}
	#footer a { color: #333; }
	#footer a:hover { text-decoration: none; }
	#footer .alignright {
		text-align: right;
	}
		#footer .alignright a {
			float: left;
			border-left: 1px solid #666;
			padding: 0px 8px 0px 8px;
		}
		#footer a.last {
			border: none;
		}























