/* CSS Document */

*{
margin:0px;
padding:0px;
}

body{
text-align:center;
font-family:"Lucida Sans";
background-color:#F0EBE5;
}

#wrapper{
padding-left:24px;
padding-right:24px;
width:794px;
margin-left:auto;
margin-right:auto;
/*background-color:#F2EDE7;*/
text-align:left;
overflow:hidden;
background: #F6F1EE url(../images/dropshadow.gif) repeat-y center;
}

img{
border:none;
}

#header{
height:106px;
width:792px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
background-position:top;
float:left;
margin-left:1px;
display:inline;
}

#leftcol{
width:167px;
float:left;
margin-left:1px;
display:inline;
}

#menu{
width:167px;
background-color:#CCCC00;
float:left;
overflow:hidden;
}

#menu ul{
list-style-type:none;
}

#menu li{
}

#menu a{
height:21px;
width:167px;
font-size:13px;
display:block;
background-color:#EEE1CC;
text-decoration:none;
padding-top:6px;
padding-left:5px;
color:#4C413D;

}

#menu a:hover{
background-color:#FFF;
}

#menu .parent a{
background-color:#437DB3;
color:#FFF;
}

#menu .parent a:hover{
background-color:#6D9AC8;
}

#leftcolbottom{
height:304px;
width:167px;
}

#middle{
width:458px;
height:234px;
float:left;
overflow:hidden
}

#main{
width:426px;
float:left;
padding:16px;
}

#featuredleft{
width:250px;
float:left;
/*background-color:#F0EBE5;*/
padding-top:20px;
text-align:center;
}

#featuredleft img{

}

#featuredright{
width:170px;

margin-top:40px;
display:inline;
float:right;
/*background-color:#F0EBE5;*/
}

#featuredright h2{
font-size:12px;
font-weight:bold;


}

#featuredright h3{
padding-top:15px;
font-size:13px;
color:#CC3300;
font-weight:bold;
}

#featuredright a{
height:18px;
width:107px;
margin-top:20px;
display:block;
font-size:13px;
background-color:#D8C7BA;
text-decoration:none;
padding: 7px 0px 4px 8px;
color:#CC3300;

margin-bottom:20px;
}

#rightcol{
width:167px;
float:right;
margin-right:1px;
display:inline;
}

#right1{
width:167px;
}

#basket{
width:167px;
height:29px;
float:left;
}

#basketnumber{
width:162px;
height:20px;
background-color:#F2EDE8;
text-align:right;
float:left;
padding-right:5px;
padding-top:10px;
overflow:hidden;
}

#basketnumber h2{
font-size:11px;
color:#000;
}

.orange{
color:#CC3300;
padding-right:2px;
}

#booksearchtitle{
height:29px;
width:167px;
float:left;
}


#booksearch{
width:167px;
height:30px;
float:left;
padding-top:15px;
float:left;
}

.booksubmit{
float:left;
}

.searchbox{
height:15px;
width:100px;
float:left;
margin-left:20px;
margin-right:8px;
}

#right2{
width:167px;
background-color:#EEE1CC;
float:right;
}

#right3{
width:167px;
height:96px;
display:inline;
float:right;
margin-bottom:8px;
display:inline;
overflow:hidden;
}

#right4{
width:167px;
height:352px;
float:right;
overflow:hidden;
}

#right5{
float:right;
}

#bottom{
width:458px;
height:263px;
float:left;
background-color:#FFF;
}



#bottomleft{
height:250px;
width:150px;
float:left;
}

#bottommiddle{
height:250px;
width:150px;
float:left;
}

#bottomright{
height:250px;
width:150px;
float:right;
}

#bottom img{
margin-left:15px;
}

#bottom h2{
font-size:11px;
padding-top:15px;
text-align:center;
}

#bottom h3{
font-size:11px;
color:#CC3300;
padding-top:10px;
text-align:center;
}

#bottom a{
height:15px;
width:90px;
display:block;
margin-left:22px;
margin-top:8px;
font-size:11px;
background-color:#D8C7BA;
text-decoration:none;
padding: 7px 0px 4px 8px;
color:#CC3300;
text-align:left;
border:1px solid #999;
font-weight:bold;
}

#footer{
width:792px;
height:25px;
float:left;
padding-top:20px;
padding-bottom:20px;
clear:both;
}

#footer ul{
list-style-type:none;
text-align:center;
margin-top:10px;
margin-left:20px;
}

#footer li{
font-size:11px;
color:#D4C6B7;
padding-left:5px;
padding-right:5px;
border-right:1px solid #D4C6B7;
float:left;
}

#footer a{
text-decoration:none;
color:#D4C6B7;
}

#footer p{
font-size:11px;
margin-top:5px;
margin-left:300px;
color:#D4C6B7;
float:left;
display:inline;
}
/* Contact form styles */

#contact_form {
padding: 15px 10px 15px 10px;
width: 95%;
font-size:12px;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
}
#contact_form .box {

	padding:3px;
	font-size:11px;
	width:55%;
	overflow:auto;
	border:1px solid #CCC;
}
#contact_form p {
	font-size:12px;
}
.fieldset {

border: solid #CCC 1px;
padding: 10px;
}
legend span {
display: block;
font-weight: bold;
color: #666;
font-size: 11px;
padding-bottom: 10px;
}

label {
display: block;
}
label span {
width: 8em;
margin-left: 20px;
float: left;
}
label input, label textarea {
width: 120px;
font-family: inherit;
}
#submit {
font-family: inherit;
}
p.error {
		color:red;
		font-weight:bold;
	}
	p.success {
		color:green;
		font-weight:bold;
	}

.cat_container {
		padding:15px 0 15px 15px;
		width:100%;
}
.prod_thumb {
		float:left;
		width:100px;
		height:210px;
		border:1px solid #F0EBE5;
		padding:10px;
		display:inline;
		margin:0 5px 0px 5px;
		text-align:center;
		position:relative;
}
.prod_thumb_img {
	width:100px;
	height:140px;
	overflow:hidden;
	margin:0;
}
.prod_thumb p {
	margin-bottom:5px;
	margin-top:5px;
	font-size:11px;
	padding-left:10px;
}
.more_info {

		
}

.more_info a {
	display:block;
	width:100px;
font-size:11px;
background-color:#D8C7BA;
text-decoration:none;
padding: 7px 5px 4px 5px;
text-align:center;
border:1px solid #999;
font-weight:bold;
}
.seperator {
	clear:both;
	height:0;
	overflow:hidden;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}
#main img {
	
	display:inline;
}

hr {
	border: none 0; 
	border-top: 1px solid #CCC;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-bottom:8px;
} 
.prod_table {
	font-size:11px;
}
.shop_btn {
	font-size:11px;
background-color:#D8C7BA;
text-decoration:none;
padding: 7px 5px 4px 5px;
text-align:center;
border:1px solid #999;
font-weight:bold;
color:#CC3300;
font-family:"Lucida Sans";
}
.product {
	
	float:left;
	width:100%;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #CCC;
	padding:10px 0;
	
}
.prod_left {
	float:left;
	width:135px;
	text-align:center;
	

}
.prod_right {
	float:left;
	width:230px;
	padding: 20px 20px 10px 0;
}
.prod_right h1 {
	font-size:15px;
}
.prod_details_left {
	float:left;
	width:220px;
	margin:0;
	display:inline;
	padding: 0 0 0 10px;
	}
.prod_details_right {
	float:right;
	width:180px;
	overflow:hidden;
	margin:0;
	display:inline;
	padding:0 0 0 0;
	}
.prod_details_right img {
	margin:0 0 10px 0;
}
.home_small {
	width:100%;
	margin-left:15px;
}
.item_qty {
	width:25px;
	margin:0 0 3px 0;
	text-align:center;
	border:1px solid #999;
}
.shop_cart {
	width:100%;
	font-size:11px;
	border:1px solid #CCC;
	border-bottom:none;
}
.shop_cart th {
	border-bottom:1px solid #CCC;
	padding:10px;
}
.shop_cart td {
	vertical-align:top;
	padding:10px;
	border-bottom:1px solid #CCC;
}
.del_btn {
	padding:0;
	margin:0;
	background: url(../images/delete.gif) no-repeat top left;
	border:none;
	width:16px;
	height:16px;
	cursor:pointer;
}
.update_btn {
	width:45px;
	font-size:11px;
	padding:0;
	border:1px solid #666;
}
.shop_totals {
	float:right;
	width:212px;
	text-align:right;
	padding-top:8px;
}
.shop_totals table {
	width:212px;
	border:1px solid #CCC;
	font-size:11px;
	font-weight:bold;
	border-bottom:none;
	text-align:left;
}
.shop_totals td {
	padding:6px;
	border-bottom:1px solid #CCC;
}
.checkout_table {
	width:100%;
	font-size:11px;
	margin-bottom:20px;
}
.checkout_table th {
	width:150px;
	font-weight:normal;
}
.checkout_table td input {
	border:1px solid #CCC;
	padding:3px;
	font-size:11px;
	width:220px;
}
em {
	font-weight:bold;
	color:red;
	font-size:13px;
	font-style:normal;
}
.summary_add {
	float:left;
	margin: 0 0 10px 10px;
	width:41%;
	display:inline;
	padding:10px;
	border:1px solid #CCC;
	height:130px;
	overflow:hidden;
}
#banner_img {
	width:458px; 
	overflow:hidden; 
	float:left;	
}
#downloads {
	padding: 5px 15px 15px 15px;
	float:left;
}
#downloads ul, #downloads li {
	list-style:none;
	margin:0;
	padding:0;
}
#downloads li a {
	padding:0 0 35px 60px;
	margin-left:20px;
	background: url(../images/dl.jpg) no-repeat left top;
	color:#333;
	display:block;
}