/*
	REX CUT
*/

.shop-blocktable
{
	BORDER-COLLAPSE: collapse;
	border-color:#010000;
	border-width:0px;
}

.shop-blocktable-background
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-color: #DDEBF3;
	padding:1px;
}

.shop-blocktable-background1
{
	border-color:white;
	border-collapse:collapse;
	border-width:1px;
}

.shop-blocktable-rows-background
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-color: #DDEBF3;
}

.shop-blocktable-title
{
	color:white;
	height:20px;
	text-align:center;
	font-weight:bold;
	border-color:white;
	border-collapse:collapse;
	border-width:1px;
	background-color:#010000;
}

.shop-blocktable-link
{
	color: #000000 !important;
	text-decoration: underline !important;
}

.shop-blocktable-link:hover {
	color: #000000 !important;
	text-decoration: none !important;
}

.shop-listtable
{
	BORDER-COLLAPSE: collapse;
	width:100%;
}

.shop-listtable-title
{
	background-color:#010000;
	color:white;
	font-weight:bold;
	text-align:center;
}

.shop-listtable-cell
{
	color:#000000;
	text-align:center;
}

.designwidth
{
	width:950px;
}

.button {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #E75959;
	border: 1px solid #393939;
	height: 22px;
}

.button1 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #E75959;
	border: 1px solid #393939;
	height: 22px;
}
.button2 {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #E75959;
	border: 1px solid #393939;
	height: 22px;
}

.imageright {margin-left:10px; margin-bottom:10px;}
.imageleft {margin-right:10px; margin-bottom:10px;}

/*Autocomplete start*/
/*Autocomplete start*/
.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border-width : 1px;
	border-style : solid;
	cursor : 'hand';
	overflow : auto;
	max-height :  120px !important;
	height :  auto; 
	width:190px !important; 
	text-align :  left !important; 
	text-decoration : none !important; 
	empty-cells:hide;
	table-layout:fixed;
	padding:0px;	
}

.autocomplete_completionListElement60
{
	margin : 0px!important;
	background-color : #010000;
	color : windowtext;
	border-width : 1px;
	border-style : solid;
	cursor : 'hand';
	overflow : auto;
	height :  150px; 
	width:230px !important; 
	text-align :  left !important; 
	text-decoration : none !important; 
	empty-cells:hide;
	table-layout:fixed;
	padding:0px;
}

.autocomplete_highlightedListItem
{
	background-color: #6aa7cc;
	color: white;
	padding: 1px;
	cursor :pointer;
}

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
/*Autocomplete end*/
/*Autocomplete end*/

#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}

#closeButton {
	top: 5px;
	right: 5px;
}

#lightbox img {
	border: none;
	clear: both;
}

#overlay img {
	border: none;
}

#overlay {
	background-image: url(/images/overlay.png);
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}