#shop a.list span.content .contents img {
	width:40px; height:40px;
	float:right;
	display:block;
	margin: 0 20px 0 0;
	padding: 0px;
	}
	
#shop a.list:hover {background-color: #032c66;}

#shop a.list img {
	width:80px; height:64px;
	float:left;
	display:block;
	margin: 0 20px 0 0;
	padding: 0px;
	}

#shop a.list span.content .contents {
	padding: 22px 0 0 20px;
	}

#shop a.list h3 {display:inline;}

#shop a.list span.price {
	float: right;
	background: url(/shop/images/arrow20-r.png) no-repeat top right;
	padding: 0 40px 0 0;
	color: #ffffff;
	}
	
#shop a.list span.saleprice {
	float: right;
	background: url(/shop/images/salesm.png) no-repeat top right;
	padding: 0 40px 0 0;
	color: #ffffff;
	}
	
#shop .featuresale img {
	position: absolute;
	width:40px; height:40px;
	
	}
	
#shop span.featuretitle {
	color: #6699ff;
	font-size: 16px;
	margin: 0 0 0px 0;
	}


/*Basket*/
#shop .list {
	width: 700px;
	float: left;
	border-top: 1px #666666 dotted;
	text-decoration: none;
	}
	
#shop .list span.content .contents {
	padding: 6px;
	
	}

#shop .list h3 {display:inline;}

#shop .bin {
	float: right;
	width:25px;
	text-align:right;
	}

#shop .prodimg img {
	float:left;
	height: 60px;
	padding: 8px;
	}

#shop .totprice {
	float: right;
	text-align:right;
	width:70px;
	}

#shop .qty {
	float: right;
	width:70px;
	text-align:right;
	}

#shop .price {
	float: right;
	width:70px;
	text-align:right;
	}


.adminmain
{
	position:		absolute;
	top:			60px;
	left:			220px;
	width:			700px;
	overflow:		visible;
	z-index:		10;
	visibility:		visible;
	border:			1px;
	border-color:	#203270;
	border-style:	solid;
	background:		#CDDEF0;
	padding-top: 	10px;
	padding-left: 	15px;
	padding-bottom: 0px;
	padding-right: 	15px;
	font-family:	Tahoma;
	font-size:		12px;
}


.menudiv
{
	position:		absolute;
	top:			60px;
	left:			20px;
	width:			155px;
	overflow:		visible;
	z-index:		10;
	visibility:		visible;
	border:			1px;
	border-color:	#203270;
	border-style:	solid;
	background:		#CDDEF0;
	padding-top: 	10px;
	padding-left: 	15px;
	padding-bottom: 0px;
	padding-right: 	15px;
	font-family:	Tahoma;
	font-size:		12px;
}
	



.tabledata
{
	font-family:			Tahoma;
	font-size:				11px;
	font-weight:			normal;	
	color:					#333333;
}



.subheaderlink
{
	font-family:			Tahoma;
	font-size:				11px;
	font-weight:			bold;	
	color:					#000000;
	text-decoration:		underline;
}

.subheaderlinkinactive
{
	font-family:			Tahoma;
	font-size:				11px;
	font-weight:			bold;	
	color:					#333333;
}



.mainheader
{
	font-family:			Tahoma;
	font-size:				16px;
	font-weight:			bold;
	color:					#000000;
}


/*************************************************************************/
/* Conference Message Toolbar 											                     */
/*************************************************************************/

#msgToolbarWrapper {
	padding: 2px 12px 0 10px;
}


.msgToolbar td {
  width: 28px;
  height: 28px;
  text-align: center;
}

.msgToolbar td:hover {
	background: #e6e6e6;
	cursor: pointer;
}

#smileyToolbar {
	z-index: 1;
	position: absolute;
	background: #f5f5f5;
	border: 1px solid #a6a6a6;	
}

#msgInput {
  background: #ffffff;
  border: 1px solid #c6c6c6;
  width: 100%;
  margin: 0 0 2px 0;
}


