﻿/*Layout Style Sheet of the BudAviation Shop*/
body
{
	background-color:#edecec;
	margin:0 auto 0 auto ;
}

/*Main Container*/
.cntMainContainer
{   
	/*Modified changed the width 750*/
	width:950px;
	margin:0px;
	line-height:150%;
	margin:0 auto 0 auto;
	background-color:#dbdbdb;
}

/*Header Container*/
.cntHeader
{   
	background-image:url('/ShopImages/bud_header.gif');
	background-repeat:no-repeat;
	padding:0.5em;
	height:135px;
	clear:left;
	margin:5px 5px 5px 5px ;
}

/*Footer Container*/
.cntFooter
{   
	width:940px;
	height:80px;
	background-image:url('/ShopImages/foot_stripe.gif');
	background-repeat:repeat-x;
	clear:left;
}

/*Footer Innser class*/
.clsFooter
{   
	position:relative;
	left:40%;
	padding-top:5px;
}

/*Menu Container*/
.cntMenu
{
	float:left;
	width:160px;
	margin:0;
	padding:1em;
}

/*Shop Container*/
.cntContent
{
	margin-left:190px;
	padding:1em;
	
}

/*BudViewCart Content*/
.cntViewCart
{
	padding:1em;
	height:500px;
}


.cntAdmin
{
	padding:1em;
	height:560px;
}


.cntViewNotify
{   
	margin-left:60px;
	padding:1em;
	height:500px;
}
.cntBudLogin
{
	margin-left:100px;
	padding:1em;
	height:600px;
}




.VisitBack
    {
    	top:-10px;
    	left:300px;
    	position:relative;
    	text-decoration:none;
		font-family:Sans-Serif;
		color:White;
		font-weight:bold;
		font-size:15px;
		margin-right:7px;
    }
    .VisitBack a 
    {
    	text-decoration:none;
		font-family:Sans-Serif;
		color:Black;
		font-size:13px;
		margin-right:7px;
    }
    .VisitBack a:hover
	{
		height: 20px;
		width:100%;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
		background-color: #CCCCCC;
		color:Black;
		padding: 0px;
		font-size:13px;
		margin-right:7px;
	}
	
	
	/*Works only for IE6*/
	*html .clsGridView
	{
		position:relative;
		height:100px;
		top:-200px;
	}
    
    
    *html .clsDetailView
    {
    	position:relative;
    	height:100px;
    	
    }
    
    /*Style Classes for the ShopHome Rich Edit  Panels*/
	.clspnlRichEditUpper
	{	
		
		height:auto;
	}

	.clspnlRichEditBelow
	{
		
		height:auto;
	}
