@charset "utf-8";
/* CSS Document */
/*
This is a 960 framework width system and below is a list of the fractions for quick reference@
960 - 1 column
480 - 2 columns
240 - 4 columns
120 - 8 columns
60 - 16 columns
30 - 32 columns

Site measurements

960 - header
180 / 780 - navigation - advert panel
180 / 600 / 180 - main page with 2 columns
960 - footer

*/
#shopnavpanel_1 {
	width:45px;
	float: left;
	padding-right: 10px;
	font-size: 12px;
	height: 20px;
	padding-top: 3px;
}
#shopnavpanel_2 {
	width:120px;
	float: left;
	padding-right: 15px;	
}

#shopnavpanel_3 {
	width:40px;
	float: left;
	padding-right: 20px;	
}

#shopnavpanel_3 a.sendbutton {

	height: 21px;
	color: #333333;
	display: block;
	clear: none;
	background-image: url(../images/search-button.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 7px;
	font-size: 11px;
	text-decoration: none;
}
#shopnavpanel_3 a.sendbutton:hover {
	text-decoration: none;
	display: block;
	clear: none;
	cursor: pointer;
	background-image: url(../images/search-button.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#shopnavpanel_4 {
	width:180px;
	float: left;
	padding-left: 130px;
}

#shopnavpanel_4 a.sendbutton {

	height: 21px;
	color: #333333;
	display: block;
	clear: none;
	background-image: url(../images/return-button.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 7px;
	font-size: 11px;
	text-decoration: none;
}

#shopnavpanel_4 a.sendbutton:hover {
	text-decoration: none;
	display: block;
	clear: none;
	cursor: pointer;
	background-image: url(../images/return-button.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#shopnavpanel_5 {
	width:130px;
	
	float: left;
	padding-left: 10px;
}

#shopnavpanel_5 a.sendbutton {
	
	height: 21px;
	color: #333333;
	display: block;
	clear: none;
	background-image: url(../images/viewbasket-button.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 7px;
	text-decoration: none;
	font-size: 11px;
}

#shopnavpanel_5 a.sendbutton:hover {
	text-decoration: none;
	display: block;
	clear: none;
	cursor: pointer;
	color: #FFFFFF;
}
#shop-category-text {
	float: left;
	color: #333333;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 20px;
	padding: 5px;
	width: 700px;
}
#shop-category-items {
	float: left;
	color: #333333;
	padding: 5px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	width: 175px;
}
