/* CSS Document */

/*
	Begin Small Display..
*/

#theOverlay{
	position:relative; background:transparent(#DAFFD1);
	min-width:260px;
	width:100%; height:100%; display:none; font-size:12px; color:#006600;
}

.block{
	padding:5px;
	height:30px;
}

.rightBda {
	border-right:1px dotted #666666;
}



#Cart_Container_DetailView{ 
	width:100%;
	position:relative;
	float:left;
	height:auto;
	font-size:11px;
	background-color:#FFF;
	color:#000000;

}
#Cart_Container_DetailView td{ 
vertical-align: middle;
font-size: 1.2em;
}

#Cart_Container_DetailView input[type="text"] {
width: 20px;
height: 30px;
margin-bottom: 15px;
border: solid 1px #BDBFC1;
background-color: #FEFEFE;
}
#Cart_Container_DetailView textarea {
width: 100%;
height: 100px;
margin-bottom: 15px;
background-color: #FEFEFE;
border: solid 1px #BDBFC1;


}
.Error{
	width:80%;
	background-color:#FFFF99;
	color:#FF0000;
	font-size:12px;
	line-height:20px;
	text-align:center;
	border:1px solid #ff0000;
	padding:auto;
}

#insideContMainArea2{
	position:relative;
	margin-top:3px;
	width:100%;
	height:auto;
}

#Cart_Container{ /*Small View  */
min-width:250px;
	width:260px;
	position:relative;
	float:left;
	height:auto;
	font-size:11px;
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #999999;
    margin-left: 3px;
}

/*
	Top Contents here..
*/

#Car_top_bg {
	width:100%;
	height:36px;
	border-bottom:1px solid #999999;
	background:url(imgs/top_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
}

/*
	Top Content ends here..
	Now.. the middle..
*/


#Cart_middle{ /* Normal Cart Display..2 products only */
	max-width:100%px;
	width:100%;
    /*
	height:205px;
	max-height:200px;
	overflow:hidden;
    */
	color:#000000;
}

#Cart_middle2{ /* Empty Cart.. */
	max-width:100%px;
	width:100%;
	height:auto;
	overflow:hidden;
	color:#000000;
}
.insideContQty {
	padding:5px;
	border-bottom:1px dotted #999999;
	text-align:center;
}

.insideContEmpty{
	margin-top:30px;
	margin-bottom:30px;
	background-image:url(imgs/shoppingcart_empty.png);
	height:132px;
	background-position:center;
	background-repeat:no-repeat;
}

.clear{
	border-top:1px dotted #CCCCCC;
	height:5px;
}
.underlineMe {
	border-bottom:1px dotted #CCCCCC;
	height:18px;
}

#insideContMainArea{
	position:relative;
	margin-top:3px;
	width:98%;
	padding:1%;
	overflow:hidden;
	height:auto;
}

#Cart_middle3{ /* Cart Item Overflow.... */
	max-width:100%px;
	width:100%;
	height:auto;
	color:#000000;
}

.cartOvaHover{
	background-color:#DAFFDA;
}

	
#insideContMainArea2{ /* For the Overflow Products..*/
	position:relative;
	margin-top:3px;
	width:98%;
	padding:1%;
/*	overflow:scroll;
	height:175px;*/
}

/*
	Middle Content ends here..
	The bottom definitions..
*/

#Cart_gtotal {
	position:relative;
	width:100%;
	line-height:22px;
	font-weight:bold;
	color:#000000;
	text-align:right;
	border-top: 1px dotted #666666;
	
}

#Cart_gtotal .theCont {
	padding: 2px 5px 8px 5px;
	width:93%;
	height:18px;
}

/*
	End Small Display..
*/