

#leftnavigation {
	float: left;
	width: 220px;
	text-transform: uppercase; 
}

#leftnavigation h4 {
font-size: 16px;
}

#leftnavigation a.menusubcat {
	display: block;
	padding: 3px 3px 3px 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
#leftnavigation a.menusubcat:hover {
	background: #c1c1c1;
	text-decoration: none;
}

.menucat {
	padding: 6px 8px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#rightcontent {
	float: right;
	width: 650px;
}

.rightcontenttitle {
	font-weight: bold;
	text-transform: uppercase;
}

#searchbar {
	height: 44px;
	width: 560px;
	position: relative;  
	float: right;
	margin: 20px 0px;
	float: right;
}
 
#shopcats {
background: url(callout.png) no-repeat;
display: block;
height: 40px;
width: 300px;
text-indent: -3333px;
overflow: hidden;  
margin: 20px 0px;
float: left;
}


#basket {
	width: 150px;
	position: absolute;
	right: 10px;
	top: 14px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #520510;
}
#basket a {
	color: #9fcf61; 
	font-size: 16px;
}

.empty {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 165px;
	top: 11px;
	background: url(images/basket.png) top left no-repeat;
}
.full {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 165px;
	top: 11px;
	background: url(images/basket.png) bottom left no-repeat;
}

#searchfield{
	background: #dfdfdf;
	border-radius: 5px;
	border: solid 1px #c1c1c1;  
	font-style: italic;
	height: 30px;
	width: 280px;
	position: absolute;
	left: 0px;
	top: 6px;
	padding: 0px 5px;
	
}

#searchsubmit {
	position: absolute;
	top: 0px;
	right: 240px;
	width: 44px;
	height: 44px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -3333px;
	overflow: hidden;
	background: url(go.png) no-repeat; 
	border: none;
	cursor: pointer;
}


.featureditem {
	position: relative;
	width: 190px;
	height: 240px;
	float: left;
	margin: 9px 0px;
	background: #ffffff; 
	border: solid 1px #dfdfdf;
}
.padding {
	margin-left: 20px;
}

.featuredname {
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	width: 190px; 
	height: 40px;
	position: absolute;
	font-size: 12px;
	bottom: 0px;
	right: 0px;
	background: #fff;
	
}

.featuredimage {
	position: absolute;
	top: 10px;
	left: 10px; 
	width: 170px;  
	height: 170px;
	text-align: center;
	background: #ffffff;
}

.categoryitem {
	position: relative;
	min-height: 120px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #c1c1c1;
	padding-left: 120px;
	padding-top: 10px;
}

.categoryimage {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	background: #ffffff;
}

.categoryimage img {
	height: 50px;
}

.categoryright {
	float: right;
	width: 120px;
}
.categoryleft {
	float: left;
	width: 220px;
}
.searchwarning {
	border: 1px solid #9e091f;
	background: #d0132e;
	color: #ffffff;
	padding: 10px 20px;
	margin: 10px 0px 10px 0px;
}

#itemimage {
	float: left;
	width: 150px;
	height: 150px; 
	text-align: center;
	background: #ffffff;
	margin: 10px 0px;
}

#itemright {
	float: right;
	width: 230px;
}

#carttable {
	width: 650px;
	margin: 10px 0px;
	border: 1px solid #c1c1c1;
	border-bottom: none;
}
#carttable p {
	padding: 8px 6px;
}
#carttable th {
	border-bottom: 1px solid #c1c1c1;
	background: #666666;
	color: #ffffff;
	font-weight: bold;
}
#carttable td {
	border-bottom: 1px solid #c1c1c1;
}
.cartimage {
	width: 50px;
	height: 50px;
	text-align: center;
	background: #ffffff;
	margin: 4px 0px 4px 4px;
}

.even {
	background: #dfdfdf;
}

.qtyinput {
	font-size: 14px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	text-align: center;
	padding: 3px;
	width: 40px;
	margin: 8px 0px 4px 0px;
}

.update_btn {
	display: block;
	height: 20px;
	width: 64px;
	border: none;
	background: url(images/update.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
	margin: 4px 4px 4px 8px;
	float: left;
    font-size: 0px;
	line-height: 0px;
	zoom: 1;
}
.update_btn:hover {
	background: url(images/update.png) bottom;
}

.rem_btn {
	display: block;
	height: 20px;
	width: 64px;
	border: none;
	background: url(images/remove.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
	margin: 0px 4px 8px 8px;
	float: left;
    font-size: 0px;
	line-height: 0px;
	zoom: 1;
}
.rem_btn:hover {
	background: url(images/remove.png) bottom;
}

#discount {
	margin: 10px 0px;
	background: #dfdfdf;
	border: 1px solid #c1c1c1;
	text-align: right;
	padding: 0px 10px;
}
#discount form {
	display: block;
	margin: 10px 0px;
	padding: 0px;
}
#discountinput {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 120px;
	margin-left: 4px;
}
#discountsubmit {
	display: block;
	height: 20px;
	width: 64px;
	border: none;
	background: url(images/apply.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
	margin: 2px 4px 8px 8px;
    font-size: 0px;
    float: right;
	line-height: 0px;
	zoom: 1;
}
#discountsubmit:hover {
	background: url(images/apply.png) bottom;
}

#thread_all {
margin-left: 10px;
clear: both;
}

.thread_div {
width: 150px;
height: 80px;
float: left;
background: #dfdfdf;
margin: 3px;
border: solid 1px #c1c1c1;
position: relative;

}

.thread_inside {
padding: 5px;

}

.thread_info {
position: absolute;
left: 5px;
top: 5px;
font-style: italic;
}

.thread_img {
position: absolute;
right: 5px;
top: 5px;
}

.thread_img img {
border: solid 1px #c1c1c1;
width: 50px;
}

.qty_title {
position: absolute;
right: 60px; 
bottom: 8px;
font-weight: bold;
}

.thread_qty {
position: absolute;
bottom: 5px;
right: 2px;
width: 50px;
}

#thread_btn {
position: fixed;
right: 0px;
top: 300px;
width: 50px;
height: 200px;
background: url(../../layout/images/AddtoCart.png);
}

.discountdisplaytable tr
{
	text-align: center;
}
.discountdisplaytable 
{
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
}



