/* @override 
	http://getsetpet.co.uk/css/layout.css
*/

div.container {
	position: relative;
	height: 1100px;
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
	top: 0px;
	background-image: none;
}

div.thetop {
	height: 90px;
	margin-top: 0px;
	margin-left: 0px;
}

div.thepage {
    color : #598d2c;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
}

div.thebottom {
	position: relative;
	clear: both;
	height: 29px;
	background-image: url(../images/wg/bot_fill.png);
}

div.header {
	top: 10px;
	left: 204px;
	height: 60px;
	width: 468px;
	position: absolute;
	display: block;
	color: #1b5290;
	z-index: 9;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	/* background: url(/banner/WightBlog-468x60.jpg) no-repeat; */
}

div.content {
	position: relative;
	height: auto;
	display: block;
	float: left;
	width: 100%;
	background: url(../images/wg/top_half_fill.png) repeat-y;
}

div.side1content {
	position: relative;
	min-height: 10px;
	height: auto;
	display: block;
	float: left;
	width: 188px;
	margin-left: 14px;
}

div.maincontent {
	position: relative;
	min-height: 500px;
	height: auto;
	display: block;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
	width: 754px;
	font-size: 1.0em;
}

div.midcontent {
	position: relative;
	clear: both;
	height: 201px;
}

div.botcontent {
	position: relative;
	clear:  both;
	background: url(../images/wg/bot_half_fill.png) repeat-y;
	min-height: 100px;
	margin-left: -1px;
	color: #fffeff;
}

div.side2content {
	position: relative;
	min-height: 10px;
	height: auto;
	display: block;
	float: right;
	width: 188px;
	text-align: right;
	margin-right: 14px;
}

div.sidebar {
	position: relative;
	height: auto;
	display: block;
	float: none;
	margin: 6px;
}

div.sbPickupPoints {
	
}

div.sbppTop {
	background: url(../images/wg/box_top.gif) no-repeat;
	height: 50px;
}

div.sbppFill {
	background: url(../images/wg/box_tile.gif) repeat-y;
	padding-left: 16px;
	padding-right: 20px;
}

div.sbppBot {
	background-image: url(../images/wg/box_end.gif);
}

div.mainnavtop {
	height: 22px;
	width: 943px;
	position: relative;
	display: inline-block;
	clear: both;
	padding-top: 4px;
	margin-left: 16px;
}

div.subnavtop {
	height: auto;
	width: 943px;
	position: relative;
	display: inline-block;
	clear: both;
	background-color: #e8fce8;
	padding-top: 0px;
	margin-left: 16px;
}

div.subnavbottom {
	height: auto;
	position: relative;
	margin-left: 2px;
	margin-right: 9px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	clear: both;
}

div.mainnavbottom {
	height: auto;
	position: relative;
	display: block;
	clear: both;
	background-color: white;
	float: none;
}

div.jumpNav {
	position: relative;
	display: block;
	clear: both;
	height: 50px;
}

div.footer {
	position: relative;
	height: auto;
	width: auto;
	margin-left: -1px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	color: white;
	background-image: url(../images/wg/bot_half_fill.png);
}

div.item {
	padding: 8px 16px 8px 16px;
	width: 334px;
	height: 105px;
	margin: 0px;
	float: left;
	display: inline-block;
	overflow: hidden;
	background: url(../images/wg/item_background.png) no-repeat;
}

div.item_thumb {
	display: inline-block;
	float: right;
	position: relative;
	top: 2x;
	height: 70px;
	width: 65px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div.item_pet {
	display: inline-block;
	float: left;
	clear: both;
	color: #ec008c;
	padding-right: 3px;
	font-size: 0.8em;
	font-style: italic;
}

div.item_desc {
	display: inline-block;
	float: left;
	width: 266px;
	height: 60px;
	clear: both;
	overflow: hidden;
	position: relative;
	top: 4px;
	font-size: 0.8em;
}

div.item_catergory {
	display: inline-block;
	float: left;
	padding-left: 3px;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
}

div.item_heading {
	float: left;
	display: inline-block;
}

div.item_pack {
	float: left;
	display: inline-block;
	padding-left: 6px;
	font-size: 0.8em;
}

div.item_case {
	float: left;
	display: inline-block;
	padding-left: 6px;
	font-size: 0.8em;
}

div.item_price {
	float: left;
	display: inline-block;
	padding-left: 6px;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	color: #ec008c;
}

div.item_options {
	float: right;
	display: inline-block;
	background-color: #ec008c;
	color: #fffeff;
	margin-right: 7px;
	padding: 1px 3px;
	font-size: 0.8em;
}

div.item_id {
	float: right;
	display: inline-block;
	font-size: 0.6em;
}


