/* CSS Document */
/* Setting Standard Tags*/
body
{
	margin: 10px 0 0 0;
	background: #E2E5E3;
	background-image:url('images/bg.png');
	
}

body, td, div, th
{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #484848;
	font-size: 14px;
    
}

h1
{
	font-size: 18px;
	font-weight: bold;
	
	margin-bottom: 10px;
	margin-top: 5px;
}

form {
	margin: 0;
}

/* Other Tags*/
img
{
    border: 0;
}

hr
{
    height: 1px;
    color: #a6aaa9;
}

embed
{
background-color:D4D4D4;
}
/* Standard links */
a:link, a:visited, a:active
{
    color: #484848;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    text-decoration: underline;
}

.Error, .error, .required, .Required
{
    color: #cc0000;
}

ul.error {
    color: #cc0000;
}

li.error {
    list-style-type: disc;
    text-decoration: none;
    margin: 3px 0 3px 0;
    color: #cc0000;
}

.SiteTable
{
/* border: 2px solid #660000; */

}
/* Form Tags */
input.Field, input.Field50,input.Field75,input.Field100, input.Field150, input.Field200, input.Field250, input.Field300, input.Field350
{
    border: 1px solid #C3C3C3;
    height: 18px;
    font-family:  Arial, Verdana, Helvetica, sans-serif;
   /* font-size: 11px;*/
    padding: 2px 0 0 2px;
}

input.Field50
{
    width: 50px;
}

input.Field75
{
    width: 75px;
}

input.Field100
{
    width: 100px;
}

input.Field150
{
    width: 150px;
}

input.Field200
{
    width: 200px;
}

input.Field250
{
    width: 250px;
}

input.Field300
{
    width: 300px;
}

input.Field350
{
    width: 350px;
}

textarea.Field, textarea.Field250x100, textarea.Field250x200, textarea.Field300x100, textarea.Field300x200, textarea.Field350x100, textarea.Field350x200 
{
    border: 1px solid #C3C3C3;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background: #ffffff;
}

textarea.Field250x100
{
    width: 250px;
    height: 100px;
}

textarea.Field250x200
{
    width: 250px;
    height: 200px;
}

textarea.Field300x100
{
    width: 300px;
    height: 100px;
}

textarea.Field300x200
{
    width: 300px;
    height: 200px;
}

textarea.Field350x100
{
    width: 350px;
    height: 100px;
}

textarea.Field350x200
{
    width: 350px;
    height: 200px;
}

input.Button, input.ButtonBuy, input.ButtonWishlist, input.ButtonEnquire, input.ButtonBasketRemove,
input.ButtonBasketEmpty, input.ButtonBasketUpdate, input.ButtonBasketOrder
{
    border: 0;
    height: 18px;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    background: #bfbfbf;
    border: 1px solid #bfbfbf;
    
}

input.ButtonBuy
{
    cursor:pointer;
    border: 0;
   
}

input.ButtonWishlist
{
    background: #bfbfbf;
    
    background-repeat: repeat-x;
   
    border: 0;
}

input.ButtonEnquire
{
    background: #999999;
    
   
}

input.ButtonBasketRemove
{
    background: #bfbfbf;
    
   
    text-align: center;
}

input.ButtonBasketEmpty, input.ButtonBasketUpdate, input.ButtonBasketOrder
{
    background: #bfbfbf;
    
    text-align: center;
}

select.Field, select.Field100, select.Field200, select.Field300, select.Field200Multi
{
    border: 1px solid #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 120px;
}

select.Field100
{
    width: 100px;
    height: 16px;
}

select.Field200
{
    width: 200px;
    height: 16px;
}

select.Field300
{
    width: 300px;
    height: 16px;
}

select.Field200Multi
{
    width: 200px;
}





/* TABLE Tags*/
table 
{
	border: 0;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse:collapse;
}

table.topmenu
{
	width: 100%;
    background: #aaaaaa url('images/topmenu_bg.jpg') top left repeat-x;
}

table.SiteMargin
{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table.SiteTable
{
	width: 960px;
	/* border: 3px solid white; */
	border-collapse: collapse;
	background: #ffffff;
	margin: 0;
	padding: 0;
    background-image: url('./../images/topimage.jpg');
}

table.StartTable
{
	border-collapse: collapse;
	width: 990px;
	min-width: 800px;
	max-width: 1024px;
	margin: 0;
	padding: 0;
}

table.LeftTable
{
	border-collapse: collapse;
	width: 222px;
	margin: 0;
	padding: 0;
}

table.MainTable
{
	border-collapse: collapse;
	width: 545px;
	margin: 0;
	padding: 0;
}

table.RightTable
{
	border-collapse: collapse;
	width: 222px;
	margin: 0;
	padding: 0;
}

table.FullWidth
{
	width: 100%;
	border-collapse:collapse;
	margin: 0;
	padding: 0;
}

table.box_main
{
margin-top: 5px;
}

/* TR Tags*/

/* TD Tags*/
td.banner
{
	background-image: url('./images/topimage.broste_ulg.gif');
	background-repeat: no-repeat;
}

td.Left
{
	text-align: left;
}

td.Center
{
	text-align: center;
}

td.Right
{
	text-align: right;
}

td.BigText
{
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}
td.VerticalTop
{
	vertical-align:top;
}

/* SITEMAP Tags*/
td.Sitemap
{
	vertical-align:top;
	padding-right: 10px;
}

table.Sitemap
{
	width: 170px;
	text-align: left;
	/* padding: 2px; */
	margin: 0;
	height: 100%;
	border: 1px solid black;
}

td.SitemapInner, td.SitemapInnerSpacer
{
	padding-left: 10px;
	background: #EDEFDD;
	height: 15px;
}

td.SitemapInnerSpacer
{
	height: 10px;
}

/* CustomerArea BOX Tags*/
table.CustomerAreaBox
{
	width: 180px;
	padding: 0;
	/*
	background: #A0A0A0;
	background-image: url('./images/customerbg.jpg');
	background-repeat: repeat-x;
	*/
    margin: 8px 0 0 0;

}

table.CustomerAreaBox td
{
	background: transparent;
	padding:0 0 0 15px;
}

table.CustomerAreaBox td.Title
{
	font-size: 12px;
	height: 26px;
	font-weight: bold;
	background-image: url('./images/menubox_3.jpg');
	background-repeat: repeat-x;
	padding: 0 0 0 15px;
}

table.CustomerAreaBox td.SpacerTop
{
	height: 15px;
	background: white;
}

table.CustomerAreaBox td.SpacerBottom
{
	height: 15px;
}

table.CustomerAreaBox td.FieldTitle
{
	height: 15px;
	font-weight: bold;
}

table.CustomerAreaBox td.Statuslink
{
	height: 30px;
}

table.CustomerAreaBox input.Field
{
	width: 135px;
	border: 1px solid #C3C3C3;
}

table.CustomerAreaBox input.Button
{
	width: 135px;
	border: 0;
}

table.CustomerAreaBox td.Link
{
	height: 18px;
	padding: 0 0 0 15px;
}

table.CustomerAreaBox td.Link a
{
	color: #484848;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

table.CustomerAreaBox td.Link a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}



/* SEARCH BOX Tags*/
table.SearchBox
{
	width: 190px;
	height: 105px;
	padding: 0;
	margin: 0;
	background: #F3F5F4 url('./images/search.jpg') repeat-x bottom;
}

table.SearchBox td
{
	padding: 0 0 0 15px;
	background: transparent;
}

table.SearchBox td.Title
{
	font-size: 12px;
	height: 26px;
	font-weight: bold;
	background-image: url('./images/menubox_3.jpg');
}

table.SearchBox td.SpacerTop
{
	background: white;
	height: 15px;
}

table.SearchBox td.SpacerBottom
{
	height: 15px;
}

table.SearchBox td.ItemTitle
{
	height: 15px;
	font-weight: bold;
}

table.SearchBox td.Spacer
{
	height: 7px;
}

table.SearchBox input.Field
{
	width: 135px;
	border: 1px solid #C3C3C3;
}

table.SearchBox td.Button
{
	text-align: right;
	padding-right: 42px;
}

table.SearchBox input.Button
{
	width: 60px;
	border: 0;
}

table.SearchBox_compact
{
    margin: 0 0 0 0;
    height: 30px;
    /* width:100%; */
   /*  background:#EEEEEE url('./images/search.jpg') repeat-x scroll bottom */
}

table.SearchBox_compact input.Button
{
    width: 58px;
    border: 0;
	margin: 0 0 0 0;
}

table.SearchBox_compact input.Field
{
	margin: 0 0 0 0;
    padding:0 0 0 0;
}
/* TOPLIST BOX Tags*/
table.TopListBox
{
    width: 190px;
    height: 105px;
    padding: 0;
    margin: 0;
    background: #CC0000;
    border: 1px solid black;
}

table.TopListBox td
{
    padding: 0 0 0 15px;
    background: transparent;
}

table.TopListBox td.Title
{
    font-size: 12px;
    height: 26px;
    font-weight: bold;
    color: white;
    background: black;
}

table.TopListBox td.SpacerTop
{
}

table.TopListBox td.SpacerBottom
{
}

table.TopListBox td.ItemTitle
{
    height: 15px;
    font-weight: bold;
}

table.TopListBox td.SideBorder
{
    font-size: 9px;
}

table.TopListBox td.Spacer
{
    height: 7px;
}

/* STATUS BOX Tags*/
table.StatusBox
{
	width: 180px;
	padding: 0;
	margin: 5px 0 0 0;
	
}

td.StatusInnerBox
{
	vertical-align: top;
}

table.StatusInnerBox
{
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #8f8f8f;
}

table.StatusInnerBox td
{
	width: 100%;
	padding: 0 0 0 15px;
	background: transparent;
}

table.StatusInnerBox td.Title
{
    height:26px;
	font-size: 12px;
	font-weight: bold;
	background-color: #8f8f8f;
	
}

table.StatusInnerBox td.SpacerTop
{
	height: 15px;
	background:white;
}

table.StatusInnerBox td.SpacerBottom
{
	height: 0;
}

table.StatusInnerBox td.Spacer
{
	height: 10px;
}

table.StatusInnerBox td.StatusText
{
	font-size: 11px;
	height: 17px;
}

table.StatusInnerBox td.StatusLink a
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: #484848;
}

table.StatusInnerBox td.StatusLink a:hover
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}

/* TOP MENU BOX Tags*/
table.TopMenuBox
{
	width: 190px;
	padding: 0;
	margin: 0;
	background: transparent;
}

table.TopMenuBoxInner
{
	padding: 0;
	margin: 0;
	background: transparent;
}

table.TopMenuBoxInner td.Spacer
{
	height: 2px;
	background: transparent;
}

table.TopMenuBoxInner td.Item, table.TopMenuBoxInner td.ItemActive
{
	height: 18px;
	padding: 0 0 0 15px;
}

table.TopMenuBoxInner td.ItemActive
{
	background: transparent;
}

table.TopMenuBoxInner td.Item a
{
	color: #484848;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

table.TopMenuBoxInner td.Item a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

table.TopMenuBoxInner td.ItemActive a, table.TopMenuBoxInner td.ItemActive a:hover
{
	color: #484848;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}


/* MENU BOX Tags*/
table.MenuBox
{
	width: 190px;
	padding: 0;
	margin: 0;
	background: transparent;
}

table.MenuBoxInner
{
	padding: 0;
	margin: 0;
	background: transparent;
	width: 100%;
}

table.MenuBoxInner td.Spacer
{
	height: 2px;
	background: transparent;
}

table.MenuBoxInner td.SpacerTop
{
	height: 5px;
	background: transparent;
}

table.MenuBoxInner td.SpacerBottom
{
	height: 5px;
	background: transparent;
}


table.MenuBoxInner td.Item, table.MenuBox td.ItemActive
{
	height: 28px;
	padding: 0 0 0 10px;
}

table.MenuBoxInner td.ItemActive
{
	background: transparent;
}

table.MenuBoxInner td.Item a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold; 
	font-size: 10px; /*10 eller 9---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
}

table.MenuBoxInner td.Item a:hover
{
	color: #555555;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}

table.MenuBoxInner td.ItemActive a, table.MenuBoxInner td.ItemActive a:hover
{
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

table.MenuBoxInner td.SubItem, table.MenuBoxInner td.SubItemActive
{
	height: 20px;
	background: transparent;
	padding: 0 0 0 15px;
}

table.MenuBoxInner td.SubItemActive
{
	background: transparent;
}

table.MenuBoxInner td.SubItem a
{
	color: #660000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

table.MenuBoxInner td.SubItem a:hover
{
	color: #660000;
	text-decoration: underline;
	font-size: 10px;
    text-decoration: underline;
	/* font-weight: bold; */
}

table.MenuBoxInner td.SubItemActive a, table.MenuBoxInner td.SubItemActive a:hover
{
	/*color: #ffffff;*/
	text-decoration: underline;
	font-weight: bold; 
	font-size: 10px;
}
	
/* CCGW BOX Tags*/
table.CCGWLogoBox
{
	padding: 0;
	margin: 0;
}

td.CCGWLogoBoxInner
{
	padding: 0 0 0 0;
}

table.CCGWLogoBoxInner
{
	padding: 0;
	margin: 0;
	background: transparent;
}

table.CCGWLogoBoxInner td
{
	padding: 0;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
}

table.CCGWLogoBoxInner td.SpacerTop
{
	height: 0;
}

table.CCGWLogoBoxInner td.SpacerBottom
{
	height: 0;
}

table.CCGWLogoBoxInner td.Spacer
{
	height: 13px;
}

/* News BOX Tags*/
table.NewsBox
{
	width: 190px;
	padding: 0;
	margin: 0;
	/*background: #EFEFEF;*/
	background: #F3F5F4 url('./images/search.jpg') repeat-x bottom;
}

table.NewsBoxInner
{
	width: 100%;
	margin: 0;
	background: transparent;
}

table.NewsBoxInner td
{
	padding: 0 0 0 15px;
}

table.NewsBoxInner td.Spacer
{
	height: 10px;
	background: transparent;
}

table.NewsBoxInner td.SpacerTop
{
	height: 0;
	background: white;
}

table.NewsBoxInner td.SpacerBottom
{
	height: 0;
	background: transparent;
}

table.NewsBoxInner td.Date
{
	color: black;
	font-size: 11px;
	font-style: italic;
}

table.NewsBoxInner td.Title
{
	color: black;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
	background-image: url('./images/menubox_3.jpg');
	background-repeat: repeat-x;
}

table.NewsBoxInner td.Item a
{
	color: #484848;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

table.NewsBoxInner td.Item a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}


/* Order history */
table.OrderHistory
{
    width: 100%;
}

table.OrderHistory td.Header
{
    font-size: 12px;
    height: 20px;
    font-weight: bold;
}

table.OrderHistory td.Title
{
    font-size: 11px;
    height: 20px;
    font-weight: bold;
    background: #e7e8c9;
}

table.OrderHistory td.ListLight
{
    font-size: 10px;
    background: #F5F5ED;
    height: 20px;
}

table.OrderHistory td.ListDark
{
    font-size: 10px;
    background: #ededdc;
    height: 20px;
}

table.OrderHistory td.SmallText
{
    font-size: 10px;
    background: transparent;
    height: 15px;
}


/* Contact List */
table.ContactList
{
    width: 100%;
}


table.ContactList th
{
    font-size: 11px;
    height: 20px;
    font-weight: bold;
    background-color: #e7e8c9;
}

table.ContactList td.ListLight
{
    font-size: 10px;
    background: #F5F5ED;
    height: 20px;
}

table.ContactList td.ListDark
{
    font-size: 10px;
    background: #ededdc;
    height: 20px;
}

table.ContactList td.SmallText
{
    font-size: 10px;
    background: transparent;
    height: 15px;
}

/* ---------------- FORUM MODULE ---------------- */
table.forumTable {
	border: 1px solid black;
}

td.forumTitle {
	color: black;
	font-size: 12px;
	font-weight: bold;
	background: #E7E8C9;
}

td.forumSmallBorder {
	border-top: 1px solid black;
	font-size: 10px;
}

td.forumSmall {
	font-size: 10px;
}

tr.forumRow1 {
	background: #ffffff;
}

tr.forumRow2 {
	background: #EDEEDC;
}

tr.forumRowSpacer {
	background: #8E8969;
}

td.forumQuote {
	border: 1px solid black;
	background: #DDE8D1;
}

a.forum:link, a.forum:active, a.forum:visited {
	text-decoration: underline;
	font-weight: normal;
}

a.forum:hover {
	text-decoration: none;
	font-weight: normal;
}

a.forumWhite:link, a.forumWhite:active, a.forumWhite:visited {
	text-decoration: underline;
	font-weight: bold;
}

a.forumWhite:hover {
	text-decoration: none;
	font-weight: bold;
}

a.forumTitle:link, a.forumTitle:active, a.forumTitle:visited {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a.forumTitle:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}


/* ---------------- Show article page ---------------- */
table.ArticlePageBox {
	/*  border: 1px solid gray; */
}

td.ArticlePageBoxHeader {
	color: black;
	height: 20px;
	font-weight: bold;
    
	
}


td.ArticlePageBoxHeader a {
	color: #484848;
	font-weight: bold;
	text-decoration: underline;
}

td.ArticlePageBoxHeader a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


td.ArticlePageBoxSubHeader {
	background: #F1F1E8;
	color: black;
	height: 20px;
	font-weight: bold;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
}

td.ArticlePageBoxLine {
	background: white;
	height: 20px;
}

td.ArticlePageBoxSpacerLine {
	background: gray;
	height: 1px;
	padding: 0;
	margin: 0;
}

td.ArticlePageBoxSpacer {
	background: white;
	height: 5px;
	padding: 0;
	margin: 0;
}

td.ArticlePageBoxLineInStock {
	background: white;
	color: green;
	height: 20px;
}

td.ArticlePageBoxLineNotInStock {
	background: white;
	height: 20px;
	color: red;
}

td.ArticleTabPageBoxSubHeader {
	
	background: #F1F1E8;
	color: black;
	height: 20px;
	font-weight: bold;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;

}


/* ---------------- Basket and Reciept ---------------- */
table.Basket,
table.Basket td,
table.Basket p,
table.Reciept,
table.Reciept td,
table.Reciept p
{
	font-size: 10px;
}

table.Basket_add_item,table.Basket_header,table.Basket_lines,table.Basket_totals, table.Basket_controls
{
        font-size: 10px;
}

table.Basket_lines td
{
    border-collapse: separate;
    border-top: 1px solid #A6AAA9;
    padding:3px 0 3px 0;
}


/*   Scroll Control */

.scroll_rightarrow
{
width:20px; 
cursor:pointer;
background: transparent url(./images/scrollarrow_right.gif) no-repeat center right;
}

.scroll_rightarrow_hide
{
width:20px; 
cursor:auto;
}

.scroll_leftarrow
{
width:20px; 
cursor:pointer;
background: transparent url(./images/scrollarrow_left.gif) no-repeat center left;
}

.scroll_leftarrow_hide
{
width:20px; 
cursor:auto;
}

.scroll_table 
{
width:400px;
margin-bottom: 5px;
z-index: 1;
}

.scroll_frame
{
overflow:hidden;  
height:82px;

/*width:335px; */
width:353px; 
/* border: 1px solid black; */
z-index: 1;

}

.scroll_table #scrollframe div 
{
left:5px;
z-index: 1;
 
}

.scroll_content
{
/* width:2000px;  */ 
/* left:10px;  must be present as a element style instead */
position:relative;
z-index: 1;
}

.scroll_item
{
float:left; 
/* border: 1px solid black; */
width: 80px; 
height: 80px; 
overflow:hidden;  
background-color: white;
padding: 0px;
 border: 1px solid #660000;
 z-index: 1;
}

.scroll_item_margin
{
width: 7px; 
*width: 9px; 
display:block;
float:left;
height:60px;
}

.yui-tt-shadow, .yui-tt-shadow-visible
{
    display: none;
}

.yui-skin-sam .yui-tt .bd 
{
padding: 10px;
font-family: verdana;
border: 1px dashed #C8A3AA;
text-align: left;
}

.InfoBox
{
width: 100%;
}
/* ---------------- Shop In Shop ---------------- */
table.ShopInShop
{
	background: #EFEFEF;
	width: 190px;
}

table.ShopInShop table.ShopInShopInner
{
	width: 165px;
	margin: 10px 0 5px 10px;
	padding: 0;
	border: 0;
	background: transparent;
}

table.ShopInShopInner td.Spacer
{
	width: 15px;
}

table.ShopInShopInner td.Item
{
	width: 75px;
	text-align: center;
	vertical-align: top;
}

table.ShopInShopInner td.Item a:link,
table.ShopInShopInner td.Item a:active,
table.ShopInShopInner td.Item a:visited
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #484848;
	line-height: 15px;
}

table.ShopInShopInner td.Item a:hover
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
	line-height: 15px;	
}

table.ShopInShopInner td.Empty
{
	width: 75px;
}

table.ShopInShopInner td.NewRow
{
	height: 5px;
}




/* Tabs */
#ArticleTabs
{
	width: 100%;
}

#ArticleTabs a
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #484848;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	/*
	font-size: 14px;
	font-family: Arial;
	color: black;
	*/
}


#ArticleTabs .Background
{
	width: 100%;
	background: url(./images/tabs/Background.gif);
	height: 24px;
}

#ArticleTabs .Pages
{
	padding: 5px;
	background: #efefef;
	border-left: 1px solid #919B9C;
	border-bottom: 1px solid #919B9C;
	border-right: 1px solid #919B9C;
}

#ArticleTabs .StartSelected
{
	background: url(./images/tabs/StartSelected.gif) no-repeat top;
	width: 1px;
	height: 24px;
}

#ArticleTabs .StartUnselected
{
	background: url(./images/tabs/StartUnselected.gif) no-repeat top;
	width: 1px;
	height: 24px;
}

#ArticleTabs .CenterSelected
{
	padding-left: 7px;
	padding-right: 7px;
	background: url(./images/tabs/CenterSelected.gif) repeat-x top;
	height: 24px;
}

#ArticleTabs .CenterUnselected
{
	padding-left: 7px;
	padding-right: 7px;
	background: url(./images/tabs/CenterUnselected.gif) repeat-x top;
	height: 24px;
}

#ArticleTabs .EndSelected
{
	background: url(./images/tabs/EndSelected.gif) no-repeat top;
	width: 1px;
	height: 24px;
}

#ArticleTabs .EndUnselected
{
	background: url(./images/tabs/EndUnselected.gif) no-repeat top;
	width: 1px;
	height: 24px;
}

#ArticleTabs .SeparatorNoneSelected
{
	background: url(./images/tabs/SeparatorNoneSelected.gif) no-repeat top;
	width: 5px;
	height: 24px;
}

#ArticleTabs .SeparatorLeftSelected
{
	background: url(./images/tabs/SeparatorLeftSelected.gif) no-repeat top;
	width: 5px;
	height: 24px;
}

#ArticleTabs .SeparatorRightSelected
{
	background: url(./images/tabs/SeparatorRightSelected.gif) no-repeat top;
	width: 5px;
	height: 24px;
}

a#ArticleTabsLink {
	background: #999999 url(./images/buttonbuy.jpg) repeat-x scroll 0%;
	color: white;
	height: 18px;
	width: 150px;
	text-align:center;
	display:block;
}

.DlgButton
{
    background: #F3F5F4;
    color: #999999;
    background-repeat: repeat-x;
    border: 1px solid #999999;
    display:block;
    height:25px;
    width: 100px;
}

.DlgButton:hover
{
    color: #000000;
    border: 1px solid #000000;
}


.profile_unselected
{
    background: transparent url(./images/topmenubg.jpg) repeat-x scroll 0% 0%; 
    cursor:pointer;
    text-align: center;
}

.profile_selected
{
  
    background: transparent url(./images/topmenubg.jpg) repeat-x scroll 0% 0%; 
    font-weight: bold;
    font-size: 13px;
    text-align: right;
}

.profile_txt_unselected
{
    visibility: hidden;
    font-size: 9px;
}

.profile_txt_selected
{                             
  visibility: visible;
  font-size: 13px;
  font-weight: bold;
}

.fillbg
{
    
     background-color: #bfbfbf;
}

.steps
{
    background-color: #bfbfbf;

}

.currentstep
{
    
	/*background: url(./images/tabs/StartSelected.gif) no-repeat top;*/
	background: #8f8f8f;
    padding: 5px;
	color:#660000;
	font-weight:bold;
}


.systeminfo
{
    position: fixed;
    *position: absolute;
    top:0;
    display:block;
    left:0;
    font-family: verdana;
    font-size: 11px;
    margin:0;
}

.systeminfo .odd
{
    background-color: #f0f0f0;
}

.systeminfo .even
{
    background-color: #F6f6f6;
}
#divDiscountBox1
{
    margin-top:5px;
}


.public 
{
margin: 0;
margin-top:20px;
padding-left: 20px;

}

.public li
{
list-style-type: none;
padding: 10px 10px 0 10px;
}

.public li a, .public li a:link, .public li a:visited, .public li a:active
{
color: #666666;
text-decoration:none;
font-weight:bold;
}

#column_left
{
background: #ffffff url('images/leftcolumn_bg.jpg') top left repeat-x;
width: 180px;
}


.glowmed a:link, .glowmed a:visited, .glowmed a:active
{
color: #ffffff;
}