﻿/*------------------------------------------------------------------------------------
COLORS
*/


/*------------------------------------------------------------------------------------
ELEMENTS
*/

.columnStandard1of2
{
	width:140px;
}

.columnStandard2of2
{
	width:auto;
}

.handPointer
{
    cursor:pointer; 
}

.textboxStandard
{
	width:250px;
}

.tableStandard
{
	width:100%;
	vertical-align:top;
}

.link
{
}

/*------------------------------------------------------------------------------------
AJAX
*/

.ajax__tab_header
{
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;

}
.ajax__tab_outer
{
    /*An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. */
}

.ajax__tab_inner
{
    /* An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. */
}

.ajax__tab_tab
{
     /* An element of the tab that contains the text content. Child CSS classes:none. */
	padding-bottom:10px;
	padding-right:10px;
}

.ajax__tab_body
{
    /* A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none. */
	padding-top:15px;
}

.ajax__tab_hover
{
     /* This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. */
}

.ajax__tab_active
{
    /* This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */
    color:Black;
    background-position: center bottom;
    background-image: url('../images/design/SelectedMenuItem.png'); 
    background-repeat: no-repeat;    
}

/*------------------------------------------------------------------------------------
BreadCrumb UserControl
*/

.BreadCrumb, .BreadCrumb A:link, .BreadCrumb A:visited
{
    color:#333333;
}

/*------------------------------------------------------------------------------------
Login UserControl
*/

.LoginHeader
{
}

.LoginContent
{
	margin-top:20px;
}

.LoginRegisterContent
{
	margin-top:20px;
}

/*------------------------------------------------------------------------------------
ProductDetail UserControl
*/

.ProductDetailBreadCrumbContainer
{
}

.ProductDetailNameContainer
{
	margin-top:10px;
}

.ProductDetailInfoContainer
{
	margin-top:10px;
}

.ProductDetailInfoContainerColumn1
{
	vertical-align:top;
	width:230px;
}

.ProductDetailInfoContainerColumn2
{
	vertical-align:top;
}

/*------------------------------------------------------------------------------------
ProductList UserControl
*/

.ProductListRowInfo, .ProductListRowInfo A:link, .ProductListRowInfo A:visited
{
    color:#333333;
}

.ProductListSortPanel, .ProductListSortPanel A:link, .ProductListSortPanel A:visited
{
    color:#333333;
}

/*------------------------------------------------------------------------------------
Search UserControl
*/

.SearchHeader
{
    color:#333333;
}

.SearchHitCount
{
    margin-top:20px;
    color:#333333;
}

.SearchProductList
{
    margin-top:15px;
}

/*------------------------------------------------------------------------------------
ShoppingCartList UserControl
*/

.ShoppingCartList_ItemTemplate
{
    vertical-align:middle;
}

.ShoppingCartList_AlternatingItemTemplate
{
    vertical-align:middle;
}

/*------------------------------------------------------------------------------------
ResetPassword UserControl
*/

.ResetPasswordHeader
{
}

.ResetPasswordContent
{
	margin-top:15px;
}

/*------------------------------------------------------------------------------------
ListView, DataList
*/

.GroupHeaderTemplate
{
	height:10px;
    background-position: center;
    background-image: url('../images/design/DotGray.png'); 
    background-repeat: repeat-x;
}

.GroupItemTemplate, .GroupItemTemplate A:link
{
}

.GroupAlternatingItemTemplate, .GroupAlternatingItemTemplate A:link
{
}

.GroupItemSeparatorTemplate, .GroupItemSeparatorTemplate A:link
{
	background-position: center;
    background-image: url('../images/design/DotGray.png'); 
    background-repeat: repeat-y;
}

.GroupSeparatorTemplate, .GroupSeparatorTemplate A:link
{
	height:10px;
    background-position: center;
    background-image: url('../images/design/DotGray.png'); 
    background-repeat: repeat-x;
}

.GroupFooterTemplate, .GroupFooterTemplate A:link
{
	height:10px;
    background-position: center;
    background-image: url('../images/design/DotGray.png'); 
    background-repeat: repeat-x;
}


.HeaderTemplate, .HeaderTemplate A:link
{
}

.ItemTemplate, .ItemTemplate A:link
{
	vertical-align:top;
}

.AlternatingItemTemplate, .AlternatingItemTemplate A:link
{
}


/*------------------------------------------------------------------------------------
TEXT
*/

.textHeadlineLarge
{
	color:Black;
	font-size:13px;
}

.textHeadline
{
}

.textHeadlineSmall
{
}

.textStandard
{
}

.textSmall
{
}

.textLarge
{
}

/*
COLORS
*/

.textColor, .textColor A:link
{
    color:#333333;
}

.textColorAlt, .textColorAlt A:link
{
    color:#333333;
}
 
 
 /*
FCKEditor Layout Design
*/

#FckTemplate1_Column1
{
	float:left;
	width:307px;
}

#FckTemplate1_Column1_Top
{
	width:307px;
	height:250px;
    background-image: url('../images/design/3ColumnBackground.png'); 
	background-repeat: no-repeat;
	background-position: left top;		
}

#FckTemplate1_Column1_Bottom
{
	width:307px;
	height:9px;
    
    background-image: url('../images/design/3ColumnBackgroundBottom.png'); 
	background-repeat: no-repeat;
	background-position: left top;	
}

#FckTemplate1_Column2
{
	float:left;
	width:307px;	
	margin-left:4px;
}

#FckTemplate1_Column2_Top
{
	width:307px;
	height:250px;	
    background-image: url('../images/design/3ColumnBackground.png'); 
	background-repeat: no-repeat;
	background-position: left top;		
}


#FckTemplate1_Column2_Bottom
{
	width:307px;
	height:9px;
    
    background-image: url('../images/design/3ColumnBackgroundBottom.png'); 
	background-repeat: no-repeat;
	background-position: left top;	
}

#FckTemplate1_Column3
{
	float:left;
	width:307px;
	margin-left:4px;
}

#FckTemplate1_Column3_Top
{
	width:307px;
	height:250px;	
    background-image: url('../images/design/3ColumnBackground.png'); 
	background-repeat: no-repeat;
	background-position: left top;		
}

#FckTemplate1_Column3_Bottom
{
	width:307px;
	height:9px;
    
    background-image: url('../images/design/3ColumnBackgroundBottom.png'); 
	background-repeat: no-repeat;
	background-position: left top;	
}


#FckTemplate2_Column1
{
	width:930px;
    background-image: url('../images/design/1ColumnBackgroundMiddle.png'); 
	background-repeat: repeat-y;
	background-position: left top;		
}

#FckTemplate2_Column1_Top
{
	width:930px;
    background-image: url('../images/design/1ColumnBackgroundTop.png'); 
	background-repeat: no-repeat;
	background-position: left top;		
}

#FckTemplate2_Column1_Bottom
{
	width:930px;
	height:9px;
    
    background-image: url('../images/design/1ColumnBackgroundBottom.png'); 
	background-repeat: no-repeat;
	background-position: left top;	
}