/* CSS Document */
/* Setting Standard Tags*/
body, html
{
	text-align: center;
	margin: 0px;
	padding: 0;
	background: #ffffff;
    color: #888888;
}

body
{
	font-family:   Times, sans;
    /*font-size: 14px;*/
	
	font-size: 11px;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	/*color: #737373;*/
	/*margin-bottom: 10px;
	margin-top: 5px;*/
    
}

h3
{
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    letter-spacing: 1px;
}

form {
	margin: 0px;
}

/* TABLE Tags*/
table
{
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


table.SiteMargin
{
	margin: 0 auto;
	text-align: left;
	width: 955px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
}

.ContentCell
{
	
	/* border: 3px solid white; */
	border-collapse: collapse;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}


table.MainTable
{
	border-collapse: collapse;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.RightTable, .RightTable
{
	background-image: url('./images/rightbar_background.gif');
	background-repeat: repeat-y;
	border-collapse: collapse;
	border-left:1px dashed #666666;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	
}

table.FullWidth
{
	width: 100%;
	border-collapse:collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.Bottom
{
    vertical-align: top;
    padding: 2px 0px 0px 10px;
	height: 93px;
	background-image: url('./images/bundbar.gif');
	background-repeat: repeat-x;
}	
	
.dashed
{
	border-bottom:1px dashed #666666;
}

.dashedborder
{
	border-collapse: collapse;
	border:1px dashed #666666;
	text-align:center;
}
/* TR Tags*/

/* TD Tags*/
td.banner
{
	/*background-image: url('./images/banner_bg.jpg');
	background-repeat: repeat-x;*/
}

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: 0px;
	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: 190px;
	padding: 0px;
	margin: 0px;
	/*
	background: #A0A0A0;
	background-image: url('./images/customerbg.jpg');
	background-repeat: repeat-x;
	*/
	background: #F3F5F4 url('./images/search.jpg') repeat-x bottom;
}

table.CustomerAreaBox td
{
	padding: 0px 0px 0px 15px;
	background: transparent;
}

table.CustomerAreaBox td.Title
{
	font-size: 12px;
	height: 26px;
	font-weight: bold;
	background-image: url('./images/menubox_3.jpg');
	background-repeat: repeat-x;
}

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.Spacer
{
	height: 10px;
}

table.CustomerAreaBox input.Field
{
	width: 135px;
	border: 1px solid #C3C3C3;
}

table.CustomerAreaBox input.Button
{
	width: 135px;
	border: none;
}

table.CustomerAreaBox td.Link
{
	height: 18px;
	padding: 0px 0px 0px 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, .SearchBox
{
	padding: 0px;
	margin: 0px;
	position: relative;
	display:block;
	overflow:hidden;
    top:-50px;
	left:700px;
    height:20px;
    width:200px;
}                         

table.SearchBox td
{
	padding: 0px 0px 0px 15px;
	background: transparent;
}

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;
    color:white;
	background-color :#000000;
	border: 1px solid white;
}


/* STATUS BOX Tags*/
table.StatusBox
{
	width: 190px;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
    border: 1px solid black;
}

td.StatusInnerBox
{
	vertical-align: top;
}

table.StatusInnerBox
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	
}

table.StatusInnerBox td
{
	width: 100%;
	padding: 0px 0px 10px 15px;
	
}

table.StatusInnerBox td.Title
{
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	
}

table.StatusInnerBox td.SpacerTop
{
	height: 15px;
	background:white;
}

table.StatusInnerBox td.SpacerBottom
{
	height: 0px;
}

table.StatusInnerBox td.Spacer
{
	height: 10px;
}


table.StatusInnerBox, td.StatusText
{
    padding:5px 5px 5px 5px;
	font-size: 11px;
	height: 17px;
}
td.StatusText
{
    padding:5px 0px 20px 15px;
}
table.StatusInnerBox td.StatusLink a
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
    padding-right : 10px;

    background: #FFFFFF url('./images/logo_onwhite_16.gif') no-repeat top left ;
    width: 85px;    
    display: block;
}

table.StatusInnerBox td.StatusLink a:hover
{
	font-weight: bold;
	font-size: 12px;
    text-decoration: none;
    background: #FFFFFF url('./images/logo_onwhite_inv_16.gif') no-repeat top left ;
	color: #000000;
   
}

/* TOP MENU BOX Tags*/
table.TopMenuBox
{
	width: 190px;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

table.TopMenuBoxInner
{
	padding: 0px;
	margin: 0px;
	background: transparent;
}

table.TopMenuBoxInner td.Spacer
{
	height: 2px;
	background: transparent;
}

table.TopMenuBoxInner td.Item, table.TopMenuBoxInner td.ItemActive
{
	height: 18px;
	padding: 0px 0px 0px 15px;
}

table.TopMenuBoxInner td.ItemActive
{
	background-color: #D6CCD6;
}

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;
}


.BottomMenuCell
{
    height: 25px;
    text-align: center;  
    vertical-align: top;
}

.contentfont
{
    font-family:   Verdana;
}

.pinkbg
{
    background-color :   #D6CCD6;
}

.ovalbg
{
    background: #ffffff url('./images/pinkovals.gif') no-repeat top left ;    

}

.dottetline
{
    background: #ffffff url('./images/dottet_line.gif') no-repeat top center ;
}

.currentstep
{

    background-color :   #D6CCD6;
    padding :5px;

}

.dashed_bottom
{
border-bottom: 1px dashed #666666;
}


.dashed_right
{
border-right: 1px dashed #666666;

}

.dashed_top
{
border-top: 1px dashed #666666;
}

hr
{

color:#FFFFFF;
border: 0px solid #ffffff;                                            
border-bottom: 1px dashed #666666;                                            
background-color: #FFFFFF;
}

.profile_unselected
{
  /* background-color: blue; */
    background-color :   #D6CCD6;
  cursor:pointer;
  text-align: center;
}

.profile_selected
{
  /*    background-color: green; */
    background-color :   #D6CCD6;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
}

.profile_txt_unselected
{


visibility: hidden;
  font-size: 9px;
}

.profile_txt_selected
{                             
visibility: visible;
  font-size: 16px;
  font-weight: bold;
}
.BottomMenuCell a:link, .BottomMenuCell a:visited 
{
    text-decoration: none;     
    margin: 0px;
    color: white;
    font-weight: bold;
    font-family:   Times, sans;
    font-size: 14px;
    text-align: left;
    background: #000000 url('./images/logo_onblack_small.gif') no-repeat top left ;    
    padding: 3px 0px 0px 0px;   
    height: 25px;
    display: block;
    text-align: center;  
}

.BottomMenuCell a:hover, .BottomMenuCell a:active
{
    color: #D6CCD6;
    background: #000000 url('./images/logo_onblack_small_inv.gif') no-repeat top left ;    
    text-decoration: none;     
}

.SubmenuItems a:link, .SubmenuItems a:visited 
{
    display: inline;
    padding: 0px 0px 0px 0px;   
    color: #D6CCD6;
    background:  #000000;
    height: 15px;
    margin:0px;
}
.SubmenuItems a:hover, .SubmenuItems a:active
{
    color: #D6CCD6;
    background:  #000000;                                   
    text-decoration: none;     
}
#ItemActive
{
   color: #D6CCD6;
   background: #000000 url('./images/logo_onblack_small_inv.gif') no-repeat top left ;    
}

#SubItemActive 
{
   color: #D6CCD6;
   
}
    
    /* MENU BOX Tags*/
table.MenuBox
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

table.MenuBoxInner
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: transparent;
	width: 100%;
}

table.MenuBoxInner td.Spacer
{
	height: 2px;
	background: transparent;
}

table.MenuBoxInner td.SpacerTop
{
	height: 15px;
	background: transparent;
}

table.MenuBoxInner td.SpacerBottom
{
	height: 5px;
	background: transparent;
}


table.MenuBoxInner td.Item, table.MenuBox td.ItemActive
{
    /*background: #FFFFFF url('./images/logo_onwhite_small.gif') no-repeat center left ;  
	height: 25px;
	padding: 15px 15px 1px 30px;*/
    
}

table.MenuBoxInner td#home a:visited, table.MenuBoxInner td#home a:link
{
     background: #FFFFFF url('./images/home_onwhite_small.gif') no-repeat center left ;    
}

table.MenuBoxInner td#home a:hover, table.MenuBoxInner td#athome a:visited, table.MenuBoxInner td#athome a:link
{
     background: #D6CCD6 url('./images/home_onpink_small.gif') no-repeat center left ;    
     color: white;
     
}

table.MenuBoxInner td.ItemActive
{
	/* background: transparent;
    
    background: #D6CCD6 url('./images/logo_onpink_small_light.gif') no-repeat center left ;   */
}

table.MenuBoxInner td.ItemActive a:hover, table.MenuBoxInner td.ItemActive a:link, table.MenuBoxInner td.ItemActive a:visited,
table.MenuBoxInner td.Item a:hover, table.MenuBox td.ItemActive a:visited
{

color:white;
background: #FFFFFF url('./images/logo_onwhite_small.gif') no-repeat center left ;  
                             height: 25px;
    padding:8px 4px 7px 35px;
    
}

table.MenuBoxInner td.ItemActive a:hover, table.MenuBoxInner td.Item a:hover 
{
color:white;
background: #FFFFFF url('./images/logo_onwhite_small.gif') no-repeat center left ;        
    padding:8px 4px 7px 35px;    
}


table.MenuBoxInner td.ItemActive a:link, table.MenuBoxInner td.ItemActive a:visited
{
color:white;
background: #D6CCD6 url('./images/logo_onpink_small_light.gif') no-repeat center left ;   
}


table.MenuBoxInner td.Item a
{
letter-spacing: 1.5px;


background: #FFFFFF url('./images/logo_onwhite_small.gif') no-repeat center left ;   
    height: 25px;
    padding:8px 4px 7px 35px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

longtxt, table.MenuBoxInner td.longtxt a
{
 letter-spacing: 0.1px;
}

table.MenuBoxInner td.Item a:hover
{
	color:white;
    background: #D6CCD6 url('./images/logo_onpink_small_light.gif') no-repeat center left ;   
    
}

table.MenuBoxInner td.ItemActive a, table.MenuBoxInner td.ItemActive a:hover,table.MenuBoxInner td.ItemActive a:link,table.MenuBoxInner td.ItemActive a:visited
{
	
    background: #D6CCD6 url('./images/logo_onpink_small_light.gif') no-repeat center left ;   
    
    padding:8px 4px 7px 35px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

table.MenuBoxInner td.ItemActive a:hover, table.MenuBoxInner td.ItemActive a:link, table.MenuBoxInner td.ItemActive a:visited,
table.MenuBoxInner td.Item a:hover, table.MenuBox td.ItemActive a:visited
{

color:white;
padding:8px 4px 7px 35px;
}

table.MenuBoxInner td.ItemActive a:link, table.MenuBoxInner td.ItemActive a:visited
{
    background: #D6CCD6 url('./images/logo_onpink_small_light.gif') no-repeat center left ;   
    letter-spacing: 1.5px;        
    font-weight: bold;
    font-size: 12px;
}

table.MenuBoxInner td.SubItem, table.MenuBoxInner td.SubItemActive
{
	
	
	padding: 0px 0px 0px 15px;
}

table.MenuBoxInner td.SubItemActive
{
	background: transparent;
    
}

table.MenuBoxInner td.SubItem a
{
    background: transparent url('./images/logo_onlilla_16.gif') no-repeat center left ;  
    padding: 3px 0px 0px 25px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
    height: 20px;     
    letter-spacing: 1.5px;        
}

table.MenuBoxInner td.longtxt a, table.MenuBoxInner td.longtxt a:link, table.MenuBoxInner td.longtxt a:visited, table.MenuBoxInner td.longtxt a:hover
{
letter-spacing: 0.1px;
}

table.MenuBoxInner td.SubItem a:hover
{
	color: #FFFFFF;
	background: transparent url('./images/logo_onpink_inv_16.gif') no-repeat center left ;  
	font-size: 11px;
	font-weight: bold;
}

table.MenuBoxInner td.SubItemActive a, table.MenuBoxInner td.SubItemActive a:hover
{
    background: transparent url('./images/logo_onpink_inv_16.gif') no-repeat center left ;  
	color: #FFFFFF;
    padding: 3px 0px 0px 25px;
    height: 20px;     
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
	
/* CCGW BOX Tags*/
table.CCGWLogoBox
{
	padding: 0px;
	margin: 0px;
}

td.CCGWLogoBoxInner
{
	padding: 0px 0px 0px 0px;
}

table.CCGWLogoBoxInner
{
	padding: 0px;
	margin: 0px;
	background: transparent;
}

table.CCGWLogoBoxInner td
{
	padding: 0px;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
}

table.CCGWLogoBoxInner td.SpacerTop
{
	height: 0px;
}

table.CCGWLogoBoxInner td.SpacerBottom
{
	height: 0px;
}

table.CCGWLogoBoxInner td.Spacer
{
	height: 13px;
}

/* News BOX Tags*/
table.NewsBox
{
	width: 190px;
	padding: 0px;
	margin: 0px;
	/*background: #EFEFEF;*/
	background: #F3F5F4 url('./images/search.jpg') repeat-x bottom;
}

table.NewsBoxInner
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	background: transparent;
}

table.NewsBoxInner td
{
	padding: 0px 0px 0px 15px;
}

table.NewsBoxInner td.Spacer
{
	height: 10px;
	background: transparent;
}

table.NewsBoxInner td.SpacerTop
{
	height: 0px;
	background: white;
}

table.NewsBoxInner td.SpacerBottom
{
	height: 0px;
	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;
}



/* Other Tags*/
img
{
	border: none;
}

hr
{
	height: 1px;
	color: #a6aaa9;
}

/* Standard links */
a:link, a:visited, a:active
{
	color: #888888;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

.Error, .error, .required, .Required
{
	color: #cc0000;
}

ul.error {
	color: #cc0000;
}

li.error {
	list-style-type: disc;
	text-decoration: none;
	margin: 3px 0px 3px 0px;
	color: #cc0000;
}

/* Form Tags */
input.Field, input.Field50, input.Field100, input.Field150, input.Field200, input.Field250, input.Field300, input.Field350
{
	border: 1px solid #C3C3C3;
	height: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0px 0px 2px;
}

input.Field50
{
	width: 50px;
}

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: Tahoma, Arial, 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: none;
	height: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #888888;
	font-weight: bold;
	background: #FFFFFF;
    border:1px solid #aaaaaa;

}


.DlgButton
{
    background: #D6CCD6;
    color: #888888;
    background-repeat: repeat-x;
    border: 1px solid #888888;
    display:block;
    height:25px;
    width: 100px;
}

.DlgButton:hover
{
    color: #000000;
    border: 1px solid #000000;
}

.ButtonBuy:hover, .ButtonWishlist:hover 
{
    /*background: #C8A3AA;
    background-image: url('./images/buy_inv.gif');*/
        border: 1px solid #000000;
}

.ButtonBuy, input.ButtonBuy
{
	/*background: #C8A3AA;
	background-image: url('./images/buy.gif');
	background-repeat: repeat-x;
	border: none;
    display:block;
    height:25px;
	width: 100px;*/
    font-family:   Times, sans; 
    letter-spacing:1.5px ;
    font-size: 18px;
    padding-left: 35px;
    padding-top: 5px;
    color: #000000;
    background-repeat: repeat-x;
    border: 1px solid #888888;
    display:block;
    height:25px;
    width: 100px;
    background: #D6CCD6 url('./images/logo_onpink_small_dark.gif') no-repeat center left ; 
}
  


.ButtonWishlist
{
	letter-spacing:1.5px ;
    font-size: 12px;
    padding-left: 25px;
    padding-top: 1px;
    color: #000000;
    background-repeat: repeat-x;
    border: 1px solid #888888;
    display:block;
    height:20px;
    width: 125px;
    background: #D6CCD6 url('./images/logo_onwhite_inv_16x20.gif') no-repeat center left ; 
}

input.ButtonEnquire
{
	background: #C8A3AA;

	width: 90px;
}

input.ButtonBasketRemove
{
	background: #C8A3AA;
    background-image: url('./images/crossbr.gif');
    background-repeat: no-repeat;
    background-position: center;
	width: 20px;
    border: none;
	text-align: center;
}

input.ButtonBasketEmpty, input.ButtonBasketUpdate, input.ButtonBasketOrder
{
	background: #FFFFFF;
    padding: 3px;
    color: #888888;
	text-align: center;
    height: 25px;
}

select.Field, select.Field100, select.Field200, select.Field300, select.Field200Multi
{
	border: 1px solid #808080;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
}

select.Field50
{
    width: 50px;
    height: 16px;
}

select.Field100
{
	width: 100px;
	height: 16px;
}

select.Field200
{
	width: 200px;
	height: 16px;
}

select.Field300
{
	width: 300px;
	height: 16px;
}

select.Field200Multi
{
	width: 200px;
}


/* 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: #ffffff;
    height: 20px;
}

table.OrderHistory td.ListDark
{
    font-size: 10px;
    background: #ededdc;
    height: 20px;
}

table.OrderHistory 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 white;
}

td.ArticlePageBoxHeader {
	background: #DAD1C4;
	color: black;
	height: 20px;
	font-weight: bold;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
}


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: 0px;
	margin: 0px;
}

td.ArticlePageBoxSpacer {
	background: white;
	height: 5px;
	padding: 0px;
	margin: 0px;
}

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;
}


/* ---------------- Shop In Shop ---------------- */
table.ShopInShop
{
	background: #ffffff;
    color: #888888;
	width: 100%;
}

table.ShopInShop table.ShopInShopInner
{
	
	
	border: 0px;
	background: transparent;
}

table.ShopInShopInner td.Spacer
{
	width: 15px;
}

table.ShopInShopInner td.Item
{
	
    
	text-align: center;
    
	
}

table.ShopInShopInner td.Item a:link,
table.ShopInShopInner td.Item a:active,
table.ShopInShopInner td.Item a:visited
{
	margin: 5px 5px 5px 5px; 
    font-weight: bold;
    padding: 5px 10px 0px 30px;                         
	font-size: 16px;
    height: 25px;        
	text-decoration: none;
	color: #888888;
    display: block;                
	line-height: 15px;
    background: #FFFFFF url('./images/logo_onwhite_small.gif') no-repeat top left ;       
}

table.ShopInShopInner td.Item a:hover
{
margin: 5px 5px 5px 5px; 
	font-weight: bold;
    padding: 5px 10px 0px 30px; 
    display: block;
    height: 25px;        
	font-size: 16px;
	color: #555555;
	line-height: 15px;	
    background: #FFFFFF url('./images/logo_onwhite_small_inv.gif') no-repeat top left ;  
}

table.ShopInShopInner td.Item#home a:link,
table.ShopInShopInner td.Item#home a:active,
table.ShopInShopInner td.Item#home a:visited
{
    background: #FFFFFF url('./images/home_onwhite_small.gif') no-repeat top left ;    
}
table.ShopInShopInner td.Item#home a:hover
{
    background: transparent;
    background: #FFFFFF url('./images/home_onwhite_small.gif') no-repeat top left ;    
}


table.ShopInShopInner td.Empty
{
	width: 75px;
}

table.ShopInShopInner td.NewRow
{
	height: 5px;
}




/* Tabs */
#ArticleTabs
{
	width: 100%;
}

#ArticleTabs a
{
    font-size: 12px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	
	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;
    border-bottom: 1px dashed #c8a3aa;
	/*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;
}

/*   Scroll Control */

.scroll_rightarrow
{
width:50px; 
cursor:pointer;
background: #ffffff url(./images/scrollarrow_right.gif) no-repeat center;
}

.scroll_rightarrow_hide
{
width:50px; 
cursor:auto;
}

.scroll_leftarrow
{
width:50px; 
cursor:pointer;
background: #ffffff url(./images/scrollarrow_left.gif) no-repeat center;
}

.scroll_leftarrow_hide
{
width:50px; 
cursor:auto;
}

.scroll_table 
{
width:720px;
margin-bottom: 5px;
}

.scroll_frame
{

overflow:hidden;  
height:130px; 
width:610px; 
/* border: 1px solid black; */
}

.scroll_content
{
/* width:2000px;  */ 
/* left:10px;  must be present as a element style instead */
position:relative;
}

.scroll_item
{
float:left; 
/* border: 1px solid black; */
width: 130px; 
height: 130px; 
overflow:hidden; 
margin: 0px 0px 0px 0px;
}

.scroll_item_margin
{
float:left; 
width: 20px; 
height: 130px; 
}

.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;
}

.systeminfo
{
position: fixed;

top:0px;
left:0px;
font-family: verdana;
font-size: 11px;
margin:10px;
}

.systeminfo .odd
{
background-color: #f0f0f0;
}

.systeminfo .even
{
background-color: #F6f6f6;
}

/* variants */ 
#variant_buy
{
display:block;
margin: 5px;
background: #ffffff url(./images/buy_small.gif) no-repeat center;
height: 16px;
width: 64;
}

a:hover#variant_buy
{

background: #ffffff url(./images/buy_small_inv.gif) no-repeat center;

}

.highlighttext
{
color :#D6CCD6;
}
