.LTR
{
	background-color: rgb(99,154,61);
	min-width: 854px;
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.Clear
{
	clear:both;
	float:none;
}

.Background
{
	background-color: rgb(188,216,127);
	padding-top: 20px;
}

.CenteredDiv
{
	margin:0 auto;
	width:854px;
	text-align: center;
}

.CenteredHeaderDiv
{
	margin:0 auto;
    width:804px;
	text-align: center;
}

.CenteredContent
{
	margin:0 auto;
    width:804px;
	text-align: left;
}

.ContentDiv
{
	padding: 15px 15px 3px 15px;
	text-align: left;
}

.ProductGalleryContainer
{
	margin-left: -15px;
	margin-right: -15px;
	width: 804px;
}

.Top
{
	background: url("/App_Themes/Alkaveka/Images/Top.jpg") no-repeat top left;
	width: 854px;
	min-height: 20px;
}

/* for Internet Explorer */
/*\*/
* html .Top {
	height: 20px;
}
/**/

.Header
{
	background: url("/App_Themes/Alkaveka/Images/Header.jpg") no-repeat top left;
	width: 804px;
	min-height: 160px;
}

/* for Internet Explorer */
/*\*/
* html .Header {
	height: 160px;
}
/**/


.Menu
{
	background: url("/App_Themes/Alkaveka/Images/Menu.jpg") no-repeat top left;
	width: 804px;
	height: 36px;
}

.MainMenu
{
	width: 700px;
	float: left;
}

.PersonalMenu
{
	width: 100px;
	float: right;
}

/* for Internet Explorer */
/*\*/
* html .Menu {
	height: 36px;
}
/**/

.Content
{
	background: url("/App_Themes/Alkaveka/Images/Content.jpg") repeat-y top left;
	width: 854px;
	min-height: 10px;
}

/* for Internet Explorer */
/*\*/
* html .Content {
	height: 10px;
}
/**/

.Bottom
{
	background: url("/App_Themes/Alkaveka/Images/Bottom.jpg") no-repeat top left;
	width: 854px;
	min-height: 20px;
}

/* for Internet Explorer */
/*\*/
* html .Bottom {
	height: 20px;
}
/**/

.Reflection
{
	background: url("/App_Themes/Alkaveka/Images/Reflection.jpg") no-repeat top left;
	width: 854px;
	min-height: 109px;
}

/* for Internet Explorer */
/*\*/
* html .Reflection {
	height: 109px;
}
/**/

.BackgroundGradient
{
	background: url("/App_Themes/Alkaveka/Images/Gradient.jpg") repeat-x top left;
	height: 230px;
}

.LeftColumn
{
	width: 372px;
	float: left;
	margin-right: 30px;
}

.RightColumn
{
	width: 372px;
	float: left;
}

.RightFloatedImage
{
	float: right;
	margin: 0 0 8px 8px;
	clear: right;
}

.HeaderTextBox,
.BodyTextBox,
.ProductGalleryImage,
.ProductGalleryImage_Right,
.ProductGalleryImage_Bottom,
.ProductGalleryImage_BottomRight,
.ContentDiv img,
.RightFloatedImage,
.BorderedImage
{
	border: 1px solid rgb(180,180,180);
}

.RightAligned
{
	float: right;
	display: block;
	margin-left: 20px;
	margin-bottom: 20px;
}

.RightAlignedTopMargin
{
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}


.SmallRightAligned
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.LeftAligned
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.LeftAlignedTopMargin
{
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.SmallLeftAligned
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


.LeftFloated
{
	float: left;
	margin: 0 10px 10px 0;
}

.FloatedTableItem
{
	padding-bottom: 20px;
	padding-right: 20px;
	float: left;
}


.Breadcrumbs
{
	padding-bottom: 15px;
}

/* Text */
a:hover
{
	text-decoration: underline;
}

a
{
	text-decoration: none;
	color: rgb(212, 88, 42);
	cursor: pointer;
}

a.Selected
{
	text-decoration: underline;
}

.ShoppingCart a
{
	color: White;
}

.ShoppingCart
{
	color: Black;
	font-size: 11px;
}

h1
{
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2
{
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3
{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

h3.Colored
{
	color: rgb(212, 88, 42);
}

h3 a
{
	
}

.Date
{
	color: rgb(100,100,100);
}

.Caption
{
	font-size: 11px;
	color: rgb(100,100,100);
}

/* Forms */

input.TextBox,
select,
textarea
{
	background: rgb(254,254,254);
	border: solid 1px #CCC;
}

.Form,
.NarrowForm,
.WideForm
{
	border-collapse: collapse;
}

.Form
{
	width: 290px;
}

.Form label,
.Form input.TextBox,
.Form select,
.Form textarea
{
	width: 270px;
}

.NarrowForm
{
	width: 230px;
}

.NarrowForm label,
.NarrowForm input.TextBox,
.NarrowForm select,
.NarrowForm textarea
{
	width: 230px;
}

.WideForm
{
	width: 270px;
}

.WideForm label,
.WideForm input.TextBox,
.WideForm select,
.WideForm textarea
{
	width: 270px;
}

.Form td,
.WideForm td,
.NarrowForm td
{
	padding-left: 0;
	padding-right: 0;
}

.DropDownField,
.MyProfileLanguage
{
	width: 225px;
}

td.TextBoxValidator,
td.TextAreaValidator   
{
	padding-left: 5px;
	padding-top: 5px;
	vertical-align: top;
}

textarea
{
	overflow: auto;
}

label
{
	color: rgb(212, 88, 42);
	line-height: 22px;
}

.FormRowSpacer
{
	height: 10px;
}

legend
{
	font-size: 15px;
	/*color: rgb(51,51,51);*/
	color: #4e9811;
	font-weight: bold;
}

fieldset
{
	margin: 0;
	padding: 15px 15px 15px 15px;
}

/* Ecommerce */
.CartStepPanel
{
	margin-bottom: 10px;
}

/* Buttons */

.ContentButton:hover,
.LongButton:hover
{
	cursor: pointer;
}

.StandardButton,
.ContentButton,
.LongButton
{
	padding: 1px 2px 1px 2px;
	color: Black;
	font-size: 13px;
}

.FormSubmitButton
{
	width: 110px;
}

/* Spacing */

.ListItem
{
	margin-bottom: 20px;
}

.TallListItem
{
	margin-bottom: 30px;
}

.TableItem
{
	padding-bottom: 20px;
	padding-right: 20px;
}

.TableItemImagePanel
{
	position: relative;
	width: 164px;
	height: 147px; 
}

.TableItemNoImage
{
	position: relative;
	background: url(/App_Themes/Alkaveka/Images/semi-transparent-white-bg.png);
	width: 152px;
	height: 135px;
}

.TableItemNoImageText
{
	position: absolute;
	font-size: 11px;
	font-weight: bold; 
	color: Gray;
	text-align: center;
	width: 152px;
	height: 18px;
	margin-top: 35%;
}

.VerticalContentSpacer
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.HorizontalContentSpacer
{
	padding-left: 15px;
	padding-right: 15px;
}

.ContentSpacer
{
	padding: 15px 15px 10px 15px;
}

.Spacer
{
	height: 15px;
}

.hr
{
	height: 1px;
	width: 100%;
	border-bottom: 1px dotted #D9D9D9;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ExpandedContent
{
	margin-left: -15px;
	margin-right: -15px;
}

.FloatedField
{
	width: 175px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
            
/* Tables */

.ProductTable
{
	border-collapse: collapse;
}

.ProductTable td
{
	vertical-align: top;
}

.ContainerTable
{
	border-collapse: collapse;
	width: 100%;
}

.ContainerTable table th,
.ContainerTableAuto table th
{
	background-color: transparent;
	color: #000;
}

.ContainerTable td
{
	padding: 0;
	vertical-align: top;
}

.ContainerTableAuto
{
	border-collapse: collapse;
	width: auto;
}

.ContainerTableAuto td
{
	padding: 0;
	vertical-align: middle;
}

.VerticalMiddleAlignedTable td
{
	vertical-align: middle;
	border-collapse: collapse;
	padding: 0;
}

/* Other div containers */

/*.HomePageTableCellBox
{
	border: 1px solid rgb(180,180,180);
	margin-right: 5px;
	margin-bottom: 5px;
	width: 188px;
	height: 167px;
}*/

.FrontPageGalleryTable
{
	margin: -5px;
}

.FrontPageGalleryTable td
{
/*	border: 1px solid rgb(180,180,180);*/
	width: 190px;
	
	padding: 0;
	margin: 0;
	vertical-align: middle; 
}

.DottedFrame
{
	border: 1px dotted #CCC !important;
	padding: 5px !important;
}

.FrontPageSquare
{
	float:left;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* Icons */

.TelephoneNumber,
.MobileNumber,
.FaxNumber
{
	display:inline-block;
	padding-left:20px;
	line-height:18px;
}

.TelephoneNumber
{
	background: transparent url(/App_Themes/Alkaveka/Images/Icons/telephone.png) center left no-repeat;
}

.MobileNumber
{
	background: transparent url(/App_Themes/Alkaveka/Images/Icons/phone.png) center left no-repeat;
}

.FaxNumber
{
	background: transparent url(/App_Themes/Alkaveka/Images/Icons/printer.png) center left no-repeat;
}

.FaktureraMigText
{
	display:inline-block;
	padding-right:100px;
	line-height:29px;
	min-height: 29px;
	overflow:visible;
	background: transparent url(/App_Themes/Default/Images/PaymentMethods/Kreditor/fakturera_mig_91x29.gif) center right no-repeat;
	padding-top: 7px;
	padding-bottom: 7px;
}

.IE6 .FaktureraMigText,
.IE7 .FaktureraMigText
{
	padding-top: 0px;
	padding-bottom: 0px;
}



/* InfoBox */

.InfoBox_Info,
.InfoBox_Error,
.InfoBox_Explanation,
.InfoBox_Confirmation,
.InfoBox_PlainMessage
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.InfoBox_Info,
.InfoBox_Confirmation,
.InfoBox_PlainMessage
{
	color: #4e9811;
}

.InfoBox_Error
{
	color: Red;
}

.InfoBox_Explanation
{
	color: Red;
}

.InfoBox_InfoText,
.InfoBox_ConfirmationText,
.InfoBox_ErrorText
{
	display:inline-block;
	padding-left: 34px;
	padding-top: 3px;
/*	line-height:24px;*/
	min-height: 24px;
	overflow:visible;
}

.InfoBox_InfoText
{
	background: transparent url(/App_Themes/Alkaveka/Images/Icons/info_24.png) top left no-repeat;
}

.InfoBox_ConfirmationText
{
	background: transparent url(/App_Themes/Alkaveka/Images/Icons/check_24.png) top left no-repeat;
}

.InfoBox_ErrorText
{
	background: transparent url(/App_Themes/Alkaveka/Images/Icons/error_24.png) top left no-repeat;
}

/* Panels */

.SKUInfoPanel_TopLeft,
.SKUInfoPanel_TopRight,
.SKUInfoPanel_BottomLeft,
.SKUInfoPanel_BottomRight
{
	position: absolute;
	padding: 2px 5px;
	color:Gray;
	border: solid 1px rgb(204,204,204);
	font-size: 11px;
	font-weight: bold;
	z-index: 100;
	
}

.SemiTransparentWhite
{
	background-color: White;
	background: url(/App_Themes/Alkaveka/Images/semi-transparent-white-bg.png);
	/*-moz-opacity: 0.7;
	opacity: 0.7;*/
}

.IE6 .SemiTransparentWhite
{
	background-color: White;
	/*filter:alpha(opacity=70);*/
}

.SKUInfoPanel_TopLeft
{
	top: 0px;
	left: 0px;
	margin-top: 8px;
	margin-left: 8px;
	text-align: left;
}

.SKUInfoPanel_TopRight
{
	top: 0px;
	right: 0px;
	margin: 8px ;
	text-align: right;
}

.SKUInfoPanel_BottomLeft
{
	bottom: 0;
	left: 0;
	margin: 8px 
	text-align: left;
}

.SKUInfoPanel_BottomRight
{
	bottom: 0px;
	right: 0px;
	margin-bottom: 8px;
	margin: 8px 
	text-align: right;
}

.SKUInfoPanel_Label
{
	color: rgb(99, 154, 61);
	font-weight: bold;
	font-size: 11px;
}

/* Tabs */

.ajax__tab_panel
{
	padding: 10px;
}

.ajax__tab_active,
.ajax__tab_xp,
.ajax__tab_header 
{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}


/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.SmallDialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:804px; /* based on image dimensions - not quite consistent with drip styles yet */
/*color:#FFF;*/
 z-index:1;
 margin-left:0px; /* default, width of left corner */
 margin-bottom:0px; /* spacing under dialog */
}

.SmallDialog .content,
.SmallDialog .t,
.SmallDialog .b,
.SmallDialog .b div {
 background:transparent url("/App_Themes/Alkaveka/Images/rounded-box-484x364.png") no-repeat top right;
 _background-image:url("/App_Themes/Alkaveka/Images/rounded-box-484x364.gif");
}

.SmallDialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:15px 15px 0px 0px;
}

.SmallDialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:15px; /* top slice width */
 margin-left:-15px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.SmallDialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.SmallDialog .b,
.SmallDialog .b div {
 height:15px; /* height of bottom cap/shade */
 font-size:1px;
}

.SmallDialog .b {
 background-position:bottom right;
}

.SmallDialog .b div {
 position:relative;
 width:15px; /* bottom corner width */
 margin-left:-15px;
 background-position:bottom left;
}

.SmallDialog .hd,
.SmallDialog .bd,
.SmallDialog .ft {
 position:relative;
}

.SmallDialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.SmallDialog h1,
.SmallDialog h3,
.SmallDialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0px 0px 0px 0px;
}

.SmallDialog h2
{
	margin-top: 0px;
}

.SmallDialog h1 {
 padding-bottom:0px;
}

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:804px; /* based on image dimensions - not quite consistent with drip styles yet */
/*color:#FFF;*/
 z-index:1;
 margin-left:14px; /* default, width of left corner */
 margin-bottom:0px; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url("/App_Themes/Alkaveka/Images/rounded-box-900x900.png") no-repeat top right;
 _background-image:url("/App_Themes/Alkaveka/Images/rounded-box-900x900.gif");
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:14px 14px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:14px; /* top slice width */
 margin-left:-14px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:14px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:14px; /* bottom corner width */
 margin-left:-14px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0px 0px 0px 0px;
}

.dialog h1 {
 padding-bottom:0px;
}