*
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

body
{
	text-align: center;
}

.MainContainer
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	min-width: 750px;
	_width: expression(document.body.clientWidth < 1000 ? (document.body.clientWidth > 750 ? "95%" : "750px") : "1000px");
}

.MainWrapper
{
	padding-bottom: 25px;
	padding-top: 155px;
	_height: 100%;
}

.MainPanel
{
	position: relative;
	padding-left: 165px;
	_height: 100%;
}

.ContentWrapper
{
	position: relative;
	padding-top: 35px;
	width: 100%;
	_height: 100%;
}

.ContentPanel
{
	position: relative;
	padding-right:200px; 
	border: 1px solid #b66622;
	_height: 100%;
}
.Products .ContentPanel
{
	padding-right: 5px;
}

.ContentPane
{
	padding: 4px;
}

.ContentPane h1,
.ContentPane h2,
.ContentPane h3,
.ContentPane h4,
.ContentPane h5,
.ContentPane h6
{
	color: #b66622;
	font-weight: normal;
}
.ContentPane h1 {font-size: 120%; font-weight: bold;}
.ContentPane h2 {font-size: 100%; font-weight: bold;}
.ContentPane h3 {font-size: 100%;}
.ContentPane h4 {font-size: 90%; font-weight: bold;}
.ContentPane h5 {font-size: 90%;}
.ContentPane h5 {font-size: 80%;}


.RightPanel
{
	position: absolute;
	right: 5px;
	top: 0;
	width: 190px;
}

.LeftPanel
{
	position: absolute;
	left: 0;
	top: 3px;
	width: 160px;	
}

.Header
{
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 130px;
	background-image: url(/Portals/0/Skins/ShetlandMusic/header_bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

.HeaderLogo
{
	position: absolute;
	top: 0;
	left: 0;
}

.Footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	_width: 100%;
	height: 20px;
	background-color: #000;
	padding-left: 200px;
	padding-right: 200px;
	font-size: 75%;
}
.Footer,
.Footer a:link,
.Footer a:visited,
.Footer a:active,
.Footer a:hover
{
	color: #bc7825;
}
.Footer a:hover
{
	text-decoration: underline;
}

.FooterLeft
{
	position: absolute;
	left: 2px;
	top: 0;
	padding-top: 4px;
}
.FooterRight
{
	position: absolute;
	right: 2px;
	top: 0;
	padding-top: 5px;
}
.FooterMiddle
{
	padding-top: 4px;
	text-align: center;
}


.mainMenuItem,
.mainMenuSelectedItem,
.mainMenuUnselectedItem
{
	cursor: hand;
	cursor: pointer;	
	background-color: #000;
	color: #fff;
	width: 150px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 75%;
	height: 15px;
	_height: 25px;
}
.mainMenuSelectedItem
{
	background-color: #963;
}

.mainMenuSubMenu
{
	width: 200px;
}

.GlobalBar
{
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 25px;
	font-size: 75%;
	color: #fff;
	background-color: #000;	
}

.globalMenu
{
	float: right;
}

.globalMenuItem,
.globalMenuSelectedItem,
.globalMenuUnselectedItem
{
	cursor: hand;
	cursor: pointer;	
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 75%;
	padding-right: 5px;
	padding-top: 2px;
}
.globalMenuSelectedItem
{
	color: #bc7825;
}

.UserBar
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 17px;
	_height: 25px;
	text-align: right;
	font-size: 80%;
	color: #946030;
}
.UserBar a:link,
.UserBar a:visited,
.UserBar a:active,
.UserBar a:hover
{
	font-weight: normal;
	color: #946030;
}
.UserBar .User
{
	float: right;
	padding-top: 5px;
}

.userMenu
{
	float: right;
}

.userMenuItem,
.userMenuSelectedItem,
.userMenuUnselectedItem
{
	cursor: hand;
	cursor: pointer;	
	color: #946030;
	font-size: 80%;
	padding-top: 2px;
}
.userMenuSelectedItem
{
	text-decoration: underline;
}

DIV.ProductList
{
	overflow:  visible;
	overflow-x: visible;
	overflow-y: visible;
	max-height: auto;
	_height: auto;
}

.ProductListItem
{
	border-bottom: #b62 1px dotted;
	position: relative;
	height: 205px;
}

.ProductList .ProductListAlternate
{
	background-color:  Transparent;
}

.ProductList .ProductDetails
{
	margin-right: 205px;
	margin-left: 0;
	padding-bottom: 0;
	position: static;
}

.ProductList .ProductImage
{
	position: absolute;
	left: auto;
	top: 0;
	right: 0;
	width: 200px;
	height: 200px;
}

.ProductList .ProductDescription
{
	font-weight: bold;
	color: #b66622;
}

.ProductList .ProductFullDescription
{
	height: 150px;
	overflow-y: auto;
	font-size: 90%;
	padding-left: 5px;
	display: block;
}

.ProductList .PriceBar
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 75px;
}

.ProductList .ProductPrice
{
	font-weight: bold;
	margin-bottom: 5px;
	position: static;
	width: auto;
}

.ProductList .AddToBasket
{
	position: absolute;
	left: 77px;
	bottom: 0;
	width: 50px;
}

.ProductList .ProductLink
{
	position: absolute;
	top: auto;
	left: auto;
	right: 205px;
	bottom: 0;
	width: 100px;
	text-align: right;
	margin-bottom: 5px;
}

.ProductList .ProductEdit
{
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
}
.BasketLink
{
	display: inline;
}

.BasketLink .BasketEmpty,
.BasketLink .BasketContent
{
	display: inline;
}

.ProductDetail 
{
	min-height: 810px;
	_height: 810px;
}

.ProductDetail .ProductImage
{
	position: absolute;
	left: 0;
	top: 5px;
	height: 300px;
	border: none;
}
.ProductDetail .ProductImage2
{
	height: 600px;
	width: 600px;
}

.ProductDetail .ProductContent
{
	padding-top: 25px;
	padding-bottom: 30px;
	_height: 1%;
	width: 300px;
	_width: 300px;
	
}

.ProductDetail .ProductCode,
.ProductDetail .ProductGroup
{
	position: absolute;
	top: 5px;
	height: 25px;
	width: 50%;
}	
.ProductDetail .ProductCode { left: 0;}
.ProductDetail .ProductGroup { right: 0; text-align: right;}

.ProductDetail .ProductDescription
{
	clear: both;
	font-weight: bold;
}

.ProductDetail .ProductFullDescription
{
	font-size: 90%;
	padding-left: 5px;
	padding-right: 5px;
	height: 195px;
	overflow-y: auto;
}

.ProductDetail .PriceBar
{
}
.ProductDetail .PriceBar .ProductPrice
{
	font-weight: bold;
}

.ProductDetail .AddToBasket
{
}

.ProductDetail .OrderQuantity
{
	display: inline;
}

.ProductDetail .OrderQuantity input
{
	width: 50px;
}

.ProductDetail .AddToBasket .ProductButton
{
	width: 125px;
}

.ProductDetail .ProductEdit
{
	position: absolute;
	top: 5px;
	left: 0;
}

.BasketHeader .Item, 
.BasketHeader .Order, 
.BasketHeader .Value
{
	background-color: #963;
}
.BasketItemAlternate
{
	background-color:  Transparent;
}
.BasketItem
{
	border-bottom: dotted 1px #b62;
}

.Checkout .CheckoutHead
{
	background-color: #963;
	color: #fff;
}
.Checkout .CheckoutPanel
{
	border: 1px solid #963;
}

.Checkout .ActionPanel .PlaceOrder
{
	color: #963;
}

