.shoppingcart {
	float: left;
	width: 300px;
#	border: black 1px solid;			
}

 
.shoppingcartDropList {
	float: left;
	font-family:Arial;
	font-size:10px;
	width:190px;
			
}

.shoppingcartItemCount {
	font-family:Arial;
	font-size:10px;
	text-align: middle;	
	padding: 3px;
	color: white;
	float: left;
}



.menuitem
{
	display:block;
	width: 200px;
	line-height: 25px;
	padding-left: 20px;
	background-color: #202327;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	color: #ffffff;	
	border-bottom: 1px solid #333333;
}

.menuitem_selected
{
	display:block;
	width: 200px;
	line-height: 25px;
	padding-left: 20px;
	background-color: #202327;
	font-weight: bold;
	font-size:12px;
	color: #ccffff;
	border-bottom: 1px dotted #99CCCC;
	border-top: 1px dotted #99CCCC;
	background:url(../images/bg_menu_on.gif);	
}


 
.submenu_item
{
	line-height: 22px;
	font-size: 11px;
	background-color: #2b2e34;
	padding-left: 30px;
	width: 150px;
	color: #ffffff;
}
.submenu_item_selected
{
	line-height: 22px;
	font-size: 11px;
	background-color: #2b2e34;
	padding-left: 30px;
	width: 188px;
	color: #ccffff;
	border-bottom: 1px dotted #99CCCC;
}
 

 
 
.shoppingcartOverviewItemslistCell {	
	float: left; 
	width: 80px;		
	height: 20px;			
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
 
.shoppingCartButtons {	
	float: left; 
	margin: 2px;
}

 
 
.fetchCustomerInfoPopup {	
	BACKGROUND-COLOR: white;
	COLOR: black;	
	BORDER: black 1px solid;
	font-weight:bold;
	background: #cccccc !important;
	
}
 

.categoryMouseOver {
	color: #CCFFFF;
}
 
 
#menu_page2
{
	width: 220px;
	float: left;
	border-top: 1px solid #333333;
}


#menu_page3
{
	width: 220px;
	float: left;
	border-top: 1px solid #333333;
}

#menu_preload_page
{
	width: 220px;
	float: left;
	border-top: 1px solid #333333;
}


.top_links
{
	float:left;
	cursor: pointer; 
	text-decoration: underline;
}

.top_links_bar
{
	float:left;
}
 
 
.backToShopLabel {
color:#AAE2E2;
font-size:16px;
height:28px;
vertical-align:middle;
font-weight:bold;
line-height:25px;
padding-left:20px;
cursor: pointer;
}

.backToShopBackground {
background:transparent url(../images/bg_topbar.gif) repeat-x scroll 0 0;
height:27px;
} 

.validationError {
	color: red;
}

.buyerEntryFields {
	vertical-align: top;
}


.showProductPopup {
	border: dotted 5px;
	background-color: white;
	text-align: top;
	border-color: red;
	width: 730px;
}

.showProductPopupInfo {
	vertical-align: top;
}

.showProductPopupCloseButton {
	vertical-align: top;
	text-align: right;
}

.bold {
	font-weight:bold;
}


.button {
	cursor:pointer;
}


.campaign_iframe {
	overflow: hidden;
	height: 1000px;
}


.hidden {
	display:none;
}

#topbar_preload
{
	height: 27px;
	background: url(../images/bg_topbar.gif) repeat-x;
}

#maincontent_preload
{
	background:url(../images/bg_content.gif) repeat-y;
	
}
#menu_preload
{
	width: 220px;
	float: left;
	border-top: 1px solid #333333;
}
#content_preload
{
	float:left;
	width: 730px;
	border:
}

.shaded {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	width: 100%; /* stupid IE */
	zoom:1;
}

.progressPopup {
	position:absolute;
	background-color:#eeeeee;
	width:200px;
	height:200px;
	z-index: 9002;
	top: 100px;
	left: 400px;
	border: solid; 		
}


