/* CSS Document */
 #tab2_border_div_cart {
	position: relative;
	width: 60px;
	z-index:100;
	float: left;
	height: 29px;
	background-attachment: scroll;
	background-image: url(images/tab2_topbr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#tab2_bgimage_div_cart {
	position: relative;
	width: 194px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	background-image: url(images/tab1.gif);
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 9px;
}
#tab2_container_div_cart {
	position: relative;
	width: 280px;
	float: left;
	height: 250px;
	background-attachment: scroll;
	background-image: url(images/tab2_leftbr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	overflow-x: hidden;
	overflow-y: auto;
	background-color:#FFFFFF;
	
}

 #cart_main {
    position: fixed;
  	bottom:0px;
	margin-bottom:20px;
    right: 18px;
	width: 300px;
	z-index:999;
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	
  }
 
* html  #cart_main {
    position: fixed;
    right: 18px;
	width: 300px;
	margin-top:-220px;
	margin-right:-19px;
	z-index:2002;
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
  }

  .black_overlay
	{
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: black;
		z-index:1001;
		-moz-opacity: 0.5;
		opacity:.50;
		filter: alpha(opacity=50);
	}


   .white_content 
	{
		display: none;
		position: fixed;
		top: 7%;
		left: 25%;
		padding-left:5px;
		padding-right:5px;
		width: 55%;
		height: 80%;
		border:10px groove #000000;
		background-color: white;
		z-index:1002;
		overflow: auto;
	}

*html .white_content 
	{
		display: none;
		position: fixed;
		bottom:15%;
		left: 25%;
		width: 50%;
		height: 400px;
		padding: 16px;
		border:10px groove #CCCCCC;
		background-color: white;
		z-index:1002;
		overflow: auto;
	}
* html .black_overlay
	{
		display: none;
		position: absolute;
		margin:0px;
		padding:0px;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		background-color: transparent;
		
		z-index:1000;
		opacity: 0.5;
 		filter: alpha(opacity = 50);

	}

a.link_logout_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a.link_logout_1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#404D57;
	text-decoration: none;
}

@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
.shadetabs_cart{
	list-style-type: none;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #292828;
	text-decoration: none;
	float: left;
	margin: 0px;
}
.shadetabs_cart li{
	display: inline;
	background-image: url(images/teb.png);
	height: 36px;
	width: 170px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.shadetabs1_cart{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #000000;	
	float: left;
	
}
#tab_div_cart{
	position: relative;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 550px;
}
#tabcontent_cart{
	float: left;
	padding-top: 20px;
	width: 520px;
	text-align: center;
	height: 500px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D0D0D0;
	border-bottom-color: #D0D0D0;
	border-left-color: #D0D0D0;
}

