.packageList
{
	width: 100%;
	padding-left: 0px;
	margin-left: 0px;
}

.packageDescription
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;	
}
.packageList li
{
	list-style: none;
	font-size: 10pt;
	text-align: justify;
	height: 250px;
}

.notionList li
{
	list-style: none;
	font-size: 10pt;
	text-align: justify;
	height: 130px;
}
.packageList li ul li
{
	border: none;
}
.packageTitle
{
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.packageImage
{
	float: left;
	margin-right: 10px;
	width: 150px;
}
.hr_center, .hr_left
{
	text-align: center;
	width: 75%;
}
.hr_left
{
	text-align: left;
	margin: 0 auto 0 0;
}
/*Gallery*/
.smallPic, .selected, .tmpSelected
{
	width: 75px;
	height: 75px;
	border: 0px solid white;
	margin:3px;
	cursor: pointer;
}
.selected, .tmpSelected
{
	margin:0px;
	border: 3px solid #FFCCCC;
}

.bigPic
{
	width: 400px;
	height: 300px;
}
.smallBox
{
	width: 81px;
	height: 81px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.description_small
{
	display: none;
}
.name_small
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
}
/*Category Listing*/
.categoryListing
{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.categoryListing li
{
	list-style: none;
	width: 160px;
	height: 235px;
	border-bottom: 1px solid black;
	text-align: center;
	float: left;
}

.categoryListing .categoryName
{
}
.qtyLabel
{
	float: left;
	height: 20px;
	width: 100%;
}
.qtyBox
{
	float: left;
	width: 20px;
	height: 20px;
	overflow: hidden;
}
.basketSubmit
{
	float: left;
	width: 100%;
}
.submitArea
{
	float: right;
	
}

#overall
{
	width: 777px;
	margin-left: auto;
	margin-right: auto;
}

#overall_top
{
	position: relative;
	top:0px;
	left: 0px;
	background-image: url(img/bg_top.jpg);
	background-repeat: no-repeat;
	height: 213px;
	width: 100%;
}
.invisLink, .invisLink:link, .invisLink:hover, .invisLink:active, .invisLink:visited
{
	text-decoration: none;
}
#viewcart
{
	position: absolute;
	top: 84px;
	right: 3px;
	width: 128px;
	height: 26px;
}
#checkout
{
	position: absolute;
	top: 110px;
	right: 3px;

	width: 128px;
	height: 25px;
}
#cartTotal
{
	width: 60px;
	height: 20px;
	position: absolute; 
	top: 133px;
	right: 7px;
}
#mainIcon
{
	position: absolute;
	top: 32px;
	left: 18px;
	width: 186px;
	height: 178px;
}
#overall_content
{
	background-image: url(img/bg_repeat.jpg);
	background-repeat: repeat-y;
	width: 100%;
}
#overall_bottom
{
	background-image: url(img/bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 380px;
	width: 100%;
}
#lastItemImg
{
	margin-left:-10px;
}
.notion
{
	height: 280px;
	clear: both;
}
.techniquetitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #663366;
	font-weight: normal;
	text-decoration: underline;
}
.techniquedesc
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	margin-top: 8px;
	margin-bottom: 12px;
}
