/*  
 Author: Chelsea Fenton & Daniela Kirsch
 Date  : 20090506
  
 Purpose: Styles used for the bulk quote request and shopping cart mini popups
*/

.hide{
	display:none;
}

.txtright{
	text-align:right;
}


/******* cart and bulk images ******/
#cart_bulkreq #cart_items_span, #cart_bulkreq #bulk_items_span {
	color:#000000;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	width:40px;
	height:40px;
	display:block;
	float:left;
}
#cart_bulkreq #bulk_items_span{
	margin-left: 4px;
}

#cart_bulkreq{	
	float:right;
	right:0px;
	top:0px;
	white-space: nowrap;
	width:86px;
	text-align:right;
}

#cart_bulkreq a{
	line-height:40px;
	text-decoration:none;
	color: #000000;
}

#cart_span, #bulk_span{
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	border:1px solid #cccccc;
	display:none;
	background-color: #ffffff;
	text-align:left;	
}

#bulk_items_span a{
	color: #ffffff;
}

.header{		
	display:block;
	height:20px;
	line-height:20px;
	background-color: #cccccc;		
	font-weight: bold;
	color:#0C2D63;
	padding-left:5px;
}

.closediv{
	height:15px;
	width:15px;
	position:absolute; 
	right:5px;
	top:2px;
	cursor: pointer;
}

.closediv img{
	height: 14px;
}

#pop_up{			
	display:none;		
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
	white-space: normal;		
	float:left;			
	border:1px solid #cccccc;
	background-color: #ffffff;	
	color: #000000;	
}

#outerpop{
	font-size: 12px;
	margin-left:220px;
	position:relative;
	z-index: 99;
	height: 0px;
	top: 0px;	
	/* IE 6 */
	_top: -24px;		
}


/************************* MINI CART ***********************************/
.cart_style{
	width: 245px;
}

.cart_style #pop_up_content table{
	margin:5px;
	border-collapse:collapse;
	table-layout:fixed;
}

.cart_style #pop_up_content tr{
	height:20px;
}

.cart_style #pop_up_content th{
	background-color:#dddddd;
}

.cart_style #pop_up_content tr.last2rows th{
	background-color:#eeeeee;
}
.cart_style #pop_up_content .last2left{
	border-left:1px solid #dddddd;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

.cart_style #pop_up_content .last2right{
	border-right:1px solid #dddddd;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

.productdesc{
	cursor:default;
}

/************************* MINI BULK ***********************************/


.bulkq_style{
	width: 350px;
}

.bulkq_style table{
	width: 98%;
}

.bulkq_style #pop_up_content table{
	margin:5px;
	border-collapse:collapse;
	table-layout:fixed;
}

.bulkq_style #pop_up_content tr{
	height:20px;
}

.bulkq_style #pop_up_content th{
	background-color:#dddddd;
}

.bulkq_style #pop_up_content tr.last2rows th{
	background-color:#eeeeee;
}
.bulkq_style #pop_up_content .last2left{
	border-left:1px solid #dddddd;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

.bulkq_style #pop_up_content .last2right{
	border-right:1px solid #dddddd;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

