﻿/* -- Produktdetaljer ------------------------------- */

.AjaxLoader
{
	display: none;
	position: absolute;
	top: 200px;
	left: 200px;
	z-index: 20000;
}

.ProdInfo_Box 
{
	background-color: #FAFAFA; 
	padding-top: 5px; 
	padding-bottom: 10px;
}

.ProdInfo_Img 
{
	float: left;
	padding-left: 5px;
}

.ProdInfo_Img img
{
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.ProdInfo
{
	float: left;
	margin-left: 20px;
	width: 255px;
}

.ProdInfo p, span
{
	font-size: 12px;
}

.ProdInfo_Block
{
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #333333;
}

.ProdInfo_Bold
{
	float: left;
	font-weight: bold;
	font-size: 11px;
	width: 120px;
	display: block;
}

/* -- Kundvagnen ------------------------------- */

.CartHeader
{
	clear: both;
	display: block;
}



.CartHeader .HLeft
{
	float: left;
	width: 435px;
}



.CartHeader .HRight
{
	float: left;
	width: 100px;
	text-align: right;
}



.CartView
{
	clear: both;
	margin-bottom: 20px;
}



.PnlCartList
{
	clear: both;
}



.CartList
{
	table-layout: fixed auto;
	width: 100%;
	border: 0;
	color: #666666;
}



.CartList_Header
{
	background-image: url(../../Images/bg_prodhdr.gif);
	text-align: left;
	line-height: 25px;
	font-weight: bold;
}



.CartList_HeaderLeft
{
	padding-left: 5px;
	font-weight: bold;
}



.CartList_Row
{
	background-color: #FFFFFF;
	line-height: 30px;
}



.CartList_CellLeft
{
	padding-left: 5px;
}



.CartList_Cell
{
	text-align: right;
}



.CartList_CellRight
{
	text-align: right;
	padding-right: 5px;
}



.CartList_Alt
{
	background-color: #EFEFEF;
	line-height: 22px;
}



.CartList_Total
{
	font-weight: bold;
	border-top: 1px dotted #999999;
}



.CartList_Total_Sep
{
	border-top: 1px dotted #999999;
	height: 1px;
}



.CartList a
{
	padding-left: 5px;
	text-decoration: none;
}



.CartList a:hover
{
	text-decoration: underline;
}



.ItemTextBox
{
	width: 25px;
	font-size: 12px;
	text-align: right;
	margin: 2px 0px 2px 0px;
}



.Buttons
{
	margin-top: 20px;
}



.CartField
{
	clear: both;
	margin-bottom: 5px;
	line-height: 25px;
}



.CartLabel
{
	display: block;
	font-weight: bold;
	float: left;
	width: 150px;
	line-height: 25px;
}



.CartLabelShort
{
	display: block;
	float: left;
	margin-left: 20px;
	font-weight: bold;
	line-height: 25px;
	width: 63px;
}



.CartTextBox
{
	width: 250px;
	padding: 3px;
	font-size: 13px;
	background-color: #FFFFEC;
}



.CartTextBoxShort
{
	width: 50px;
	font-size: 12px;
	padding: 3px;
	background-color: #FFFFEC;
}



.CartTextBoxtMedium
{
	width: 106px;
	font-size: 12px;
	padding: 3px;
	background-color: #FFFFEC;
}





/* Reservation styles */

.BG_Reservation
{
	background-image: url(../../Images/bg_reservation.gif);
	width: 480px;
	height: 110px;
	z-index: 11;
}



.Reservation
{
	padding: 20px;
}



.Reservation_Left
{
	float: left;
	font-size: 11px;
	color: #666666;
}



.Reservation_Right
{
	float: left;
	margin-left: 20px;
	font-size: 11px;
	color: #666666;
}



.Reservation_Time
{
	clear: both;
	margin-top: 10px;
	font-size: 11px;
	color: #666666;
}



.Reservation_Insurance
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #666666;
}



.Reservation_Insurance label
{
	margin-right: 10px;
}





.Reservation_CalendarText
{
	width: 100px;
}



.Reservation_CalendarButton
{
	cursor: hand;
}



.Message
{
	color: #CC0000;
}