/* Default CSS Stylesheet for Scania Flowman Eshop 2004 */

/* TAG Specific*/
body
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	letter-spacing: normal;
	background-color: #000;
	margin: 0;
	text-align: center;
}

.page 
{
    width: 1000px;
    margin: 10px auto 0 auto;
    background-color: #171717;    
    text-align: left;
    line-height: 14px;
    min-height: 500px;
    height: 500px;
}
/* Hack to get around min-height 'bug' in IE */
html > body .page 
{
    height: auto;
}

.Header 
{
    font-size: 16px;
    font-family: Arial, helvetica, Verdana;
    color: #D0AD53;
}

.headernav 
{
    color: #fff; 
    height: 29px; 
    vertical-align: middle; 
    text-align: right; 
    padding-right: 10px;
    padding-top: 6px;
    font: 10px arial;
    text-transform: uppercase;
}

.footer 
{
    margin: 0 auto;
    text-align: left;
    margin-bottom: 0;
    width: 1000px; background: #000 url('../images/bg_footer.gif') repeat-x; color: #fff; padding: 7px 9px; font: 10px verdana; line-height: 15px;
}

.puff 
{
    background: url('../images/bg_puff.gif') repeat-x;
    padding: 10px 10px 0 10px;
}

td
{
	vertical-align: top;
}

td.menu_td 
{
    background: url('../images/menutop_bg.gif') repeat-x; 
    height: 39px;
    border-bottom: 1px solid #171717;
}

td.menu_td_fadeout
{
    background: url('../images/menutop_bg_fadeout.gif') no-repeat;
    height: 39px;
    width: 40px;
    border-bottom: 1px solid #171717;
}

img, image
{
	border: none;
}

a:link, a:visited, a:active
{
    font: 10px verdana, arial;
	text-decoration: none;
	color: #bebebe;
	border-bottom: 1px dotted #bebebe;
	line-height: 15px;
}	
		
a.lightlink:active, a.lightlink:visited, a.lightlink:link 
{
    color: #bebebe;
    border-bottom: 1px dotted #bebebe:
}
		
a:hover
{	
	border-bottom: 1px dotted #d0ad53;
	color: #d0ad53;
}

a.headernavlink:active,a.headernavlink:visited,a.headernavlink:link
{
    border: 0;
    color: #fff;
}
a.headernavlink:hover
{
    color: #d0ad53;
    border: 0;
}
a.hdrCommonLnk:active, a.hdrCommonLnk:visited, a.hdrCommonLnk:link
{
    color: #fff;
    border-bottom: 1px dotted #fff;
}
a.hdrCommonLnk:hover
{
    color: #d0ad53;
    border-bottom: 1px dotted #d0ad53;
}


hr
{
	height: 1px;
	border-top: solid 1px white;
}
	
/* Classes */

.Normal
{
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
}

.NormalRight	{
	text-align:right;
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;	
}

.Input
{
	font-size: 10px;
	font-family: Verdana;
}

select 
{
    background-color: #232323;
    border-color: #000000 #515151 #515151 #000000;
    border-style: solid;
    border-width: 1px;
    font: 11px arial; 
    color: #fff;
}

input[type=text], input[type=password], input[type=file]
{
    background-color: #232323;
    border-color: #000000 #515151 #515151 #000000;
    border-style: solid;
    border-width: 1px;
    font: 11px arial; 
    color: #fff;
}

.Button
{
    color: #000;
    background: #cc3300 url('../images/btn_bg.gif') repeat-x;
    border-color: #D9BD75 #937A3B #937A3B #D9BD75;
    border-width: 1px;
    border-style: solid;
	font-size: 9px;
	font-family: arial;
	cursor:hand;
	text-transform: uppercase;
	line-height: 11px;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	margin-top: 10px;
}

.DataGridHeader
{
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	background-color:#bfbfbf;
	color: #fff;
	border-bottom: 2px solid #fff;
	padding-bottom: 2px;
	height: 16px;
	background-color: #171717;
	/*background: url('../images/menutop_bg.gif') repeat-x;*/
}
.DataGridItem
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #171717;		
}

.DataGridAlternatingItem
{
	background-color: #242424;
	font-size: 10px;
	font-family: Verdana;
}

.DataGridMouseOverItem
{
	background-color: #333333;
	color: White;
	font-size: 10px;
	font-family: Verdana;
	cursor: hand;
}
.DataGridSelectedItem
{
	background-color: #ffffcc;
}

.DataGridFooter
{
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #333;
	color: #fff;
}

.DataGridFooterRight
{
	text-align:right;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	background-color: Gray;
	color: White;
}

.DataGridHeaderRight
{
	text-align:right;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	background-color:#00224C;
	color: White;
}
.DataGridPager
{
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	background-color: Transparent;
	color: Gray;
	text-align: center;
}

@media print {
	.DataGridHeader
	{
		font-weight: bold;
		font-size: 10px;
		font-family: Verdana;
		color: Black;
	}
	.DataGridItem
	{
		font-size: 10px;
		font-family: Verdana;
		border-color: Black;
		background-color:White;
	}
	.DataGridAlternatingItem
	{
		background-color: white;
		font-size: 10px;
		font-family: Verdana;
		border-width: 1px;
	}
}

.Validator
{	
	font-weight: normal;
	font-size: 15px;
	font-family: Verdana;
	border-width: 0px;
	color:RGB(204,0,0);
	cursor: hand;
 	}

.Error
{	
	font-size: 10px;
	font-family: Verdana;
	border-width: 0px;
	color:RGB(204,0,0)
 }

.Headline
{    
    margin: 10px 0;
	font-size: 16px;
	color: #d0ad53;
	font-family: arial, helvetica, verdana;
}

.LogoHeadline
{
	font-size: 17px;
	color: #fff;
	font-family: arial, helvetica, verdana;
}

.SubHeadline
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}

.Bold
{
    font-weight: bold;
	font-size: 10px;
	font-family: verdana, Arial;
}
	
.Information
{
	font-size: 9px;
	font-family: Verdana;
	font-weight: normal;
}
.ImageBorder
{
	border: solid 1px black;
}
.DisplayNone
{
	display: none;
}
.Display
{
	display: block;
}
.Visible
{
	visibility: visible
}
.Hidden
{
	visibility: hidden
}
.redRow
{
	background:red
}

.EditLanguageControl
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
}

.w80 { width: 80px; }
.w250 { width: 250px; }

.contentpadding  
{
    background: url('../images/bg_mc-left.gif') repeat-x;
    padding: 20px; 
}
.cartimage { margin-top: 2px; margin-right: 2px; }
