/* 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		Rowlands
Filename:		layout_nomenu.css
Description:	No Menu layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	10Jul07		CT			Added styles for popup panels
1	16May07		CT			Created

*/

#signpostPanel #basket {
	background: transparent url(/images/general/horiz_dotted.gif) repeat-x bottom left;
}

#signpostPanel #basket .subheader {
	width: 154px;
	float: left;
	padding: 10px 10px;
}

#signpostPanel #basket .subheader .bodyempty {
	margin-top: 10px;
	width: 70%;
	float: left;
	font-size: 1.1em;
	line-height: 1.5em;
}

#signpostPanel #basket .subheader .image {
	position: absolute;
	right:10px;
	bottom:18px;
}

#signpostPanel #basket .subheader .body {
	position: relative;
	width: 164px;
	float: left;
}

#signpostPanel #basket .subheader .body .basketItem {
	position: relative;
	width: 164px;
	height: auto;
	float: left;
	background: transparent url(/images/general/horiz_dotted.gif) repeat-x bottom left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

#signpostPanel #basket .subheader .body .basketSubTotal {
	position: relative;
	width: 164px;
	float: left;
	margin-bottom: 10px;
}

#signpostPanel #basket .subheader .body .basketItem .basketLeft {
	position: relative;
	width: 164px;
	float: left;
	overflow: hidden;
}

#signpostPanel #basket .subheader .body .basketSubTotal .basketLeft {
	position: relative;
	width: 95px;
	float: left;
	overflow: hidden;
}

#signpostPanel #basket .subheader .body .basketItem .basketLeft .basketRow,
#signpostPanel #basket .subheader .body .basketButton {
	position: relative;
	width: 164px;
	float: left;
	margin-bottom: 5px;
}

#signpostPanel #basket .subheader .body .basketSubTotal .basketLeft .basketRow {
	position: relative;
	width: 95px;
	float: left;
	margin-bottom: 5px;
}

#signpostPanel #basket .subheader .body .basketItem .basketRight,
#signpostPanel #basket .subheader .body .basketSubTotal .basketRight {
	position:relative;
	width: 64px;
	float: right;
	text-align: right;
	overflow: hidden;
	margin-right: 2px;
	padding-top: 5px;
}

#signpostPanel #basket .subheader .body .basketItem .basketRight {
	margin-top: -18px;
}

#signpostPanel #basket .subheader .body .basketItem .basketRight .basketTotal {
	position: relative;
	width: 64px;
	float: right;
	margin-bottom: 10px;
}

#signpostPanel #basket .subheader .body .basketSubTotal .basketRight .basketTotal {
	position: relative;
	width: 64px;
	float: right;
	margin-bottom: 5px;
}

