﻿/** Body Layout */
body, div, p, h1, h2, h3, h4, ul li, a, table
{
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
}
body
{
	background: #FFFFFF;
	font-family: Arial;
	font-size:12px;	
}
TextBox
{
	border: #f68933 1px solid;
}
/** End Body Layout */
/**header style*/
#header
{
	margin-top: 2px;
}
/**end header style*/
/**line image header*/
#lineImageHeader
{
	height: 21px;
	width: 1000px;
	margin-top: 1px;	
	background-image: url(Images/Pictures2/20_1000x25px.gif);
	background-repeat: no-repeat;
}	
/**line image header*/
/** Menu Layout */
#menu
{
	width:100%;
	height:25px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;	
}
.dynamicItemMenu
{
	font-size: 12px;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding-right: 10px;
}
.dynamicMenu
{
	font-size: 12px;
	border-top: solid 1px #000000;
}
/** Menu Layout */
/** Content Layout */
#master_content
{
	float: left;
	width: 100%;
	/*height: 450px;*/
	font-family: Arial;
	font-size: 12px;
}

#master_content ul
{
	margin: 0 25px 0 30px; 
}

#master_content ul li ul li
{
	list-style-type: disc;
}

	/** Regular Content Layout */
#master_leftContent
{
	float: left;
	width: 140px;
	/*height:430px;*/
	padding: 10px 10px 10px 10px;
}

#master_rightContent
{
	/*overflow: auto;*/
	float: left;
	width: 620px;
	/*height:430px;/*
	/**height:auto;**/
	padding: 10px 10px 10px 10px;
}
	/** Regular Content Layout */
	/** B2B Content Layout */
#masterB2B_leftContent
{
	float: left;
	width: 140px;
	/*height:470px;*/
	padding: 10px 10px 10px 10px;
}

#masterB2B_rightContent
{
	float: left;
	width: 620px;
	/*height:470px;*/
	padding: 10px 10px 10px 10px;
}
	/** B2B Content Layout */
	/** B2C Content Layout */
#masterB2C_fullContent
{
	float: left;
	width: 980px;
	/*height:470px;*/
	padding: 10px 10px 10px 10px;
}
#masterB2C_fullContentFooter
{
	float: left;
	width: 980px;
	/*height:430px;*/
	padding: 10px 10px 10px 10px;
}	
#masterB2C_leftContent
{
	float: left;
	width: 220px;
	/*height:470px;*/
	padding: 10px 0 10px 10px;
}

#masterB2C_rightContent
{
	float: left;
	width: 550px;
	/*height:470px;*/
	padding: 10px 10px 0 10px;
	overflow: auto;
}
#rightCornerAccount
{
	float: right;
	width: 410px;	
	font-size:11px;
	color:#2E6286;
}
	/** End B2C Content Layout */
#master_lineFooter
{
	float: left;
	width:  800px;
	height: 3px;
	padding: 0 0 0 0;
}

#master_contentFooter
{ 
	float: left;
	width:  100%;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f5f5f5;
	font-family: Arial;
	font-size: 11px;
	color: #696969;	
}

#

/** End Content Layout */

.leftAlign
{
	float:left;
	text-align:left;
	}
	
.rightAlign
{
	/*float:right;*/
	text-align:right;
	}
	
.checkoutNav
{
	color:#000000;
	font-family:Arial;
	text-decoration:none;
	}	
	
.checkoutNavSelected
{
	color:#f68933;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	}		
.checkoutNavHeader
{
	background-color:#dae7f0;
}
.CheckOutHeader
{
	color:#27588c;
	font-family:Arial;
	font-weight:bold;
	font-size:24px;
	padding:5px;
}

.modalBackground {
background-color:#000;
filter:alpha(opacity=80);
opacity:0.8;
} 

.allGarages
{
	z-index:99999;
	visibility:visible;
	display:block;
	}