﻿/*------------------------------------------------------------------------------------
COLORS
*/

.bgWhite
{
	background-color:White;
}

.right
{
    text-align:right;
}
.bold
{
    font-weight:bold;
}
.top
{
    vertical-align:top;
}
.middle
{
	vertical-align:middle;
}
.italic
{
	font-style:italic;
}

/*------------------------------------------------------------------------------------
ELEMENTS
*/

.columnStandard1of2
{
	width:140px;
}

.columnStandard2of2
{
	width:auto;
}

.handPointer
{
    cursor:pointer; 
}

.textboxStandard
{
	width:250px;
}

.tableStandard
{
	width:100%;
	vertical-align:top;
}

.link
{
    text-decoration:none;
}

/*------------------------------------------------------------------------------------
ListView, DataList
*/

.HeaderTemplate, .HeaderTemplate A:link
{
    background-color:#3366cc;
    color:White;
    height:20px;
}

.ItemTemplate, .ItemTemplate A:link, .ItemTemplate A:visited
{
    background-color:White;
    color:#333333;
    height:20px;
}

.AlternatingItemTemplate, .AlternatingItemTemplate A:link, .AlternatingItemTemplate A:visited
{
    background-color:#d6e0f5;
    color:#333333;
    height:20px;
}

/*------------------------------------------------------------------------------------
ShoppingCartList UserControl
*/

.ShoppingCartList_ItemTemplate
{
    background-color:White;
    color:#333333;
    height:20px;
}

.ShoppingCartList_AlternatingItemTemplate
{
    background-color:#d6e0f5;
    color:#333333;
    height:20px;
}

/*------------------------------------------------------------------------------------
ProductDetailVariant1
*/

.ProductDetailVariant1_ArticleNrContainer
{
    margin-top:10px;
}

/*------------------------------------------------------------------------------------
TEXT
*/

.textHeadline
{
	font-family:Tahoma;
	font-size:11px; 
	font-weight:bold;
	color:#333333;
}

.textHeadlineSmall
{
	font-family:Tahoma;
	font-size:11px; 
	font-weight:bold;
	color:#333333;
}

.textStandard
{
	font-family:Tahoma;
	font-size:11px; 
	color:#333333;
}

.textSmall
{
	font-family:Tahoma;
	font-size:10px;	
	color:#333333;
}

.textLarge
{
	font-family:Tahoma;
	font-size:12px;	
	color:#333333;
}

/*
COLORS
*/

.textColor
{
	color:#333333;
}

.textColorAlt
{
	color:#333333;
}
 
