﻿.head
{
	background-color: gray;
}
.ar0
{
	 background-color: white;
}
.ar0:hover
{
	 background-color: #fffdd7;
}
.ar1
{
	 background-color: #e0efff;
}
.ar1:hover
{
	 background-color: #fffdd7;
}

.cartHead
{
	font-size: 11px;
}
.cartAR0
{
	font-size: 11px;
}
.cartAR1
{
	background-color: #f4f4f4;
	font-size: 11px;
}
.cartAR0:hover
{
	background-color: #f9f9f9;
}
.cartAR1:hover
{
	background-color: #f9f9f9;
}
.cartFormElement
{
	font-size: 11px;
}
.cartBorder
{
}

.product
{
}

.product:hover
{
	background-image: url('../../../../components/com_sebercart/images/select.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.product div.popup
{
	width: 160px;
	z-index: 999999999;
	position: absolute; 
	visibility: hidden;
	display: none;
}
.product:hover div.popup
{
	 display: block;
     visibility: visible;
	 position: absolute;
     white-space: normal;
	 z-index: 999999999;
}

#shoppingCart
{
	
}

#shoppingCart table tr td
{
	
}

.sebercartprodoptions
{
	border: none;
	background-color: red;
}

/*********************************************************************
 * Button Styles                                                     *
 *********************************************************************/
 
.sc_Button_Normal,a.sc_Button_Normal:link, a.sc_Button_Normal:visited
{
	display: block;
	border:0;	
	background-image: url('../../../../components/com_sebercart/images/blankbutton.png');
	width: 112px;
	height: 24px;
	min-height: 23px;
	color: #333333;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	padding-top: 9px;
	font-size: 11px;
	font-weight: bold;
}

.sc_Button_Normal_Input
{
	display: block;
	background-color: transparent;
	border:0;
	background-image: url('../../../../components/com_sebercart/images/blankbutton.png');
	width: 112px;
	height: 33px;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	cursor:pointer;
}

.sc_Button_Normal:hover, a.sc_Button_Normal:hover, .sc_Button_Normal_Input:hover
{
	background-image: url('../../../../components/com_sebercart/images/blankbutton_hover.png');
} 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; padding-top:20px; }
#transparency{ position: absolute; top: 0; left: 0; opacity:0.5; width: 100%; height: 100%; filter:alpha(opacity=50); -moz-opacity:0.5; background-color:#000000;
z-index:-1;}
#overlayInner{ width: 600px; text-align:right; margin-left:auto; margin-right:auto; opacity: 1; }
#close{ width: 600px; height:30px; background-color:#fff; opacity: 1; padding-right:5px;}
