.overlay___invisible__ {
  background-color: #666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.top_draggable, .bottom_draggable {
	cursor:move;
}

.status_bar {
	font-size:12px;
}
.status_bar input{
	font-size:12px;
}

.wired_frame {
	display:block;
	position:absolute;
	border:1px #000 dashed;
}



.overlay_bluelighting {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.bluelighting_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}

.bluelighting_nw {
	background:transparent url(../../js/prototype/windows/themes/lighting/top-left-blue.png) no-repeat 0 0;			
	width:9px;
	height:28px;
}

.bluelighting_n {
	background:transparent url(../../js/prototype/windows/themes/lighting/top-middle-blue.png) repeat-x 0 0;			
	height:28px;
}

.bluelighting_ne {
	background:transparent url(../../js/prototype/windows/themes/lighting/top-right-blue.png) no-repeat 0 0;			
	width:15px;	  
	height:28px;
}

.bluelighting_w {
	background:transparent url(../../js/prototype/windows/themes/lighting/left-blue.png) repeat-y top left;			
	width:9px;
}

.bluelighting_e {
	background:transparent url(../../js/prototype/windows/themes/lighting/right-blue.png) repeat-y top right;			
	width:15px;	  
}

.bluelighting_sw {
	background:transparent url(../../js/prototype/windows/themes/lighting/bottom-left-blue.png) no-repeat 0 0;			
	width:9px;
	height:15px;
}

.bluelighting_s {
	background:transparent url(../../js/prototype/windows/themes/lighting/bottom-middle-blue.png) repeat-x 0 0;			
	height:15px;
}

.bluelighting_se, .bluelighting_sizer  {
	background:transparent url(../../js/prototype/windows/themes/lighting/bottom-right-blue.png) no-repeat 0 0;			
	width:15px;
	height:15px;
}

.bluelighting_sizer {
	cursor:se-resize;	
}

.bluelighting_close {
	width:15px;
	height:9px;
	background:transparent url(../../js/prototype/windows/themes/lighting/button-close-blue.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.bluelighting_maximize {
	width:15px;
	height:9px;
	background:transparent url(../../js/prototype/windows/themes/lighting/button-maximize-blue.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.bluelighting_minimize {
	width:15px;
	height:9px;
	background:transparent url(../../js/prototype/windows/themes/lighting/button-minimize-blue.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.bluelighting_title {
	float:left;
	height:14px;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#17385B;
}

.bluelighting_content {
	overflow:auto;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#BFDBFF;
}

/* For alert/confirm dialog */
.bluelighting_window {
	border:1px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.bluelighting_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.bluelighting_buttons {
	text-align:center;
	width:100%;
}

.bluelighting_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-image:url(../../js/prototype/windows/themes/lighting/background_buttons.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.bluelighting_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('../../js/prototype/windows/themes/lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .bluelighting_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-blue.png", sizingmethod="crop");
}

* html .bluelighting_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-blue.png", sizingmethod="scale");
}

* html .bluelighting_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-blue.png", sizingmethod="crop");
}

* html .bluelighting_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-blue.png", sizingmethod="scale");
}

* html .bluelighting_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-blue.png", sizingmethod="scale");
}

* html .bluelighting_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-blue.png", sizingmethod="crop");
}

* html .bluelighting_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-blue.png", sizingmethod="scale");
}

* html .bluelighting_se, * html .bluelighting_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-blue.png", sizingmethod="crop");
}

* html .bluelighting_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-blue.png", sizingmethod="crop");
}

* html .bluelighting_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-blue.png", sizingmethod="crop");
}

* html .bluelighting_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-blue.png", sizingmethod="crop");
}

* html .bluelighting_content {
	background:#B8D7FF;
}



.overlay_greylighting {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.greylighting_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}

.greylighting_nw {
	background:transparent url(../../js/prototype/windows/themes/lighting/top-left-grey.png) no-repeat 0 0;			
	width:9px;
	height:28px;
}

.greylighting_n {
	background:transparent url(../../js/prototype/windows/themes/lighting/top-middle-grey.png) repeat-x 0 0;			
	height:28px;
}

.greylighting_ne {
	background:transparent url(../../js/prototype/windows/themes/lighting/top-right-grey.png) no-repeat 0 0;			
	width:15px;	  
	height:28px;
}

.greylighting_w {
	background:transparent url(../../js/prototype/windows/themes/lighting/left-grey.png) repeat-y top left;			
	width:9px;
}

.greylighting_e {
	background:transparent url(../../js/prototype/windows/themes/lighting/right-grey.png) repeat-y top right;			
	width:15px;	  
}

.greylighting_sw {
	background:transparent url(../../js/prototype/windows/themes/lighting/bottom-left-grey.png) no-repeat 0 0;			
	width:9px;
	height:15px;
}

.greylighting_s {
	background:transparent url(../../js/prototype/windows/themes/lighting/bottom-middle-grey.png) repeat-x 0 0;			
	height:15px;
}

.greylighting_se, .greylighting_sizer  {
	background:transparent url(../../js/prototype/windows/themes/lighting/bottom-right-grey.png) no-repeat 0 0;			
	width:15px;
	height:15px;
}

.greylighting_sizer {
	cursor:se-resize;	
}

.greylighting_close {
	width:15px;
	height:9px;
	background:transparent url(../../js/prototype/windows/themes/lighting/button-close-grey.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.greylighting_maximize {
	width:15px;
	height:9px;
	background:transparent url(../../js/prototype/windows/themes/lighting/button-maximize-grey.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.greylighting_minimize {
	width:15px;
	height:9px;
	background:transparent url(../../js/prototype/windows/themes/lighting/button-minimize-grey.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.greylighting_title {
	float:left;
	height:14px;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#525252;
}

.greylighting_content {
	overflow:auto;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#CDCDCD;
}

/* For alert/confirm dialog */
.greylighting_window {
	border:1px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.greylighting_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.greylighting_buttons {
	text-align:center;
	width:100%;
}

.greylighting_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-image:url(../../js/prototype/windows/themes/lighting/background_buttons.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.greylighting_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('../../js/prototype/windows/themes/lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .greylighting_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-grey.png", sizingmethod="crop");
}

* html .greylighting_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-grey.png", sizingmethod="scale");
}

* html .greylighting_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-grey.png", sizingmethod="crop");
}

* html .greylighting_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-grey.png", sizingmethod="scale");
}

* html .greylighting_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-grey.png", sizingmethod="scale");
}

* html .greylighting_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-grey.png", sizingmethod="crop");
}

* html .greylighting_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-grey.png", sizingmethod="scale");
}

* html greylighting_se, * html .greylighting_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-grey.png", sizingmethod="crop");
}

* html .greylighting_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-grey.png", sizingmethod="crop");
}

* html .greylighting_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-grey.png", sizingmethod="crop");
}

* html .greylighting_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-grey.png", sizingmethod="crop");
}

* html .greylighting_content {
	background:#C7C7C7;
}



.overlay_greenlighting {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.greenlighting_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}

.greenlighting_nw {
	background:transparent url(../../js/prototype/windows/themes/lighting/top-left-green.png) no-repeat 0 0;			
	width:9px;
	height:28px;
}

.greenlighting_n {
	background:transparent url(http://www.clintoncards.co.uk/js/prototype/windows/themes/lighting/top-middle-green.png) repeat-x 0 0;			
	height:28px;
}

.greenlighting_ne {
	background:transparent url(../../js/prototype/windows/themes/lighting/top-right-green.png) no-repeat 0 0;			
	width:15px;	  
	height:28px;
}

.greenlighting_w {
	background:transparent url(../../js/prototype/windows/themes/lighting/left-green.png) repeat-y top left;			
	width:9px;
}

.greenlighting_e {
	background:transparent url(../../js/prototype/windows/themes/lighting/right-green.png) repeat-y top right;			
	width:15px;	  
}

.greenlighting_sw {
	background:transparent url(../../js/prototype/windows/themes/lighting/bottom-left-green.png) no-repeat 0 0;			
	width:9px;
	height:15px;
}

.greenlighting_s {
	background:transparent url(../../js/prototype/windows/themes/lighting/bottom-middle-green.png) repeat-x 0 0;			
	height:15px;
}

.greenlighting_se, .greenlighting_sizer  {
	background:transparent url(../../js/prototype/windows/themes/lighting/bottom-right-green.png) no-repeat 0 0;			
	width:15px;
	height:15px;
}

.greenlighting_sizer {
	cursor:se-resize;	
}

.greenlighting_close {
	width:15px;
	height:9px;
	background:transparent url(../../js/prototype/windows/themes/lighting/button-close-green.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.greenlighting_maximize {
	width:15px;
	height:9px;
	background:transparent url(../../js/prototype/windows/themes/lighting/button-maximize-green.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.greenlighting_minimize {
	width:15px;
	height:9px;
	background:transparent url(../../js/prototype/windows/themes/lighting/button-minimize-green.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.greenlighting_title {
	float:left;
	height:14px;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#2A6002;
}

.greenlighting_content {
	overflow:auto;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#ACFCAF;
}

/* For alert/confirm dialog */
.greenlighting_window {
	border:1px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.greenlighting_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.greenlighting_buttons {
	text-align:center;
	width:100%;
}

.greenlighting_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-image:url(../../js/prototype/windows/themes/lighting/background_buttons.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.greenlighting_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('../../js/prototype/windows/themes/lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .greenlighting_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-green.png", sizingmethod="crop");
}

* html .greenlighting_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-green.png", sizingmethod="scale");
}

* html .greenlighting_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-green.png", sizingmethod="crop");
}

* html .greenlighting_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-green.png", sizingmethod="scale");
}

* html .greenlighting_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-green.png", sizingmethod="scale");
}

* html .greenlighting_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-green.png", sizingmethod="crop");
}

* html .greenlighting_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-green.png", sizingmethod="scale");
}

* html greenlighting_se, * html .greenlighting_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-green.png", sizingmethod="crop");
}

* html .greenlighting_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-green.png", sizingmethod="crop");
}

* html .greenlighting_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-green.png", sizingmethod="crop");
}

* html .greenlighting_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-green.png", sizingmethod="crop");
}

* html .greenlighting_content {
	background:#A4FCA7;
}



.overlay_darkbluelighting {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.darkbluelighting_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}

.darkbluelighting_nw {
	background:transparent url(../../js/prototype/windows/themes/lighting/top-left-darkblue.png) no-repeat 0 0;			
	width:9px;
	height:28px;
}

.darkbluelighting_n {
	background:transparent url(../../js/prototype/windows/themes/lighting/top-middle-darkblue.png) repeat-x 0 0;			
	height:28px;
}

.darkbluelighting_ne {
	background:transparent url(../../js/prototype/windows/themes/lighting/top-right-darkblue.png) no-repeat 0 0;			
	width:15px;	  
	height:28px;
}

.darkbluelighting_w {
	background:transparent url(../../js/prototype/windows/themes/lighting/left-darkblue.png) repeat-y top left;			
	width:9px;
}

.darkbluelighting_e {
	background:transparent url(http://www.clintoncards.co.uk/js/prototype/windows/themes/lighting/right-darkblue.png) repeat-y top right;			
	width:15px;	  
}

.darkbluelighting_sw {
	background:transparent url(../../js/prototype/windows/themes/lighting/bottom-left-darkblue.png) no-repeat 0 0;			
	width:9px;
	height:15px;
}

.darkbluelighting_s {
	background:transparent url(../../js/prototype/windows/themes/lighting/bottom-middle-darkblue.png) repeat-x 0 0;			
	height:15px;
}

.darkbluelighting_se, .darkbluelighting_sizer  {
	background:transparent url(../../js/prototype/windows/themes/lighting/bottom-right-darkblue.png) no-repeat 0 0;			
	width:15px;
	height:15px;
}

.darkbluelighting_sizer {
	cursor:se-resize;	
}

.darkbluelighting_close {
	width:15px;
	height:9px;
	background:transparent url(../../js/prototype/windows/themes/lighting/button-close-darkblue.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.darkbluelighting_maximize {
	width:15px;
	height:9px;
	background:transparent url(../../js/prototype/windows/themes/lighting/button-maximize-darkblue.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.darkbluelighting_minimize {
	width:15px;
	height:9px;
	background:transparent url(../../js/prototype/windows/themes/lighting/button-minimize-darkblue.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.darkbluelighting_title {
	float:left;
	height:14px;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#E4EFFD;
}

.darkbluelighting_content {
	overflow:auto;
	color:#FFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#0413C0;
}

/* For alert/confirm dialog */
.darkbluelighting_window {
	border:1px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.darkbluelighting_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.darkbluelighting_buttons {
	text-align:center;
	width:100%;
}

.darkbluelighting_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-image:url(../../js/prototype/windows/themes/lighting/background_buttons.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.darkbluelighting_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('../../js/prototype/windows/themes/lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .darkbluelighting_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-darkblue.png", sizingmethod="crop");
}

* html .darkbluelighting_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-darkblue.png", sizingmethod="scale");
}

* html .darkbluelighting_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-darkblue.png", sizingmethod="crop");
}

* html .darkbluelighting_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-darkblue.png", sizingmethod="scale");
}

* html .darkbluelighting_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-darkblue.png", sizingmethod="scale");
}

* html .darkbluelighting_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-darkblue.png", sizingmethod="crop");
}

* html .darkbluelighting_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-darkblue.png", sizingmethod="scale");
}

* html darkbluelighting_se, * html .darkbluelighting_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-darkblue.png", sizingmethod="crop");
}

* html .darkbluelighting_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-darkblue.png", sizingmethod="crop");
}

* html .darkbluelighting_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-darkblue.png", sizingmethod="crop");
}

* html .darkbluelighting_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-darkblue.png", sizingmethod="crop");
}

* html .darkbluelighting_content {
	background:#020EBA;
}


#solr_search_autocomplete_box{background:#fff;position: absolute;height: auto;z-index: 20;margin-top:4px;border:1px solid #cecece;}
#solr_search_autocomplete_box .closed-button{background: url("../../js/solrsearch/close-button.png") no-repeat scroll 0 0 transparent;width:28px;height: 28px;cursor: pointer;}
#solr_search_autocomplete_box ul li.marked{font-weight:bold;}
#solr_search_autocomplete_left,#solr_search_autocomplete_right{}
#solr_search_autocomplete_right{float: left;text-align: left;}
#solr_search_autocomplete_right .solr_search_suggest_thumb{float:left;text-align:center;width:40px;margin-right:10px;}
.suggested-item{text-align:left;}
.ac_loading {*background: url("http://www.clintoncards.co.uk/js/solrsearch/ajax-loader.gif") no-repeat scroll 0 0 #FFFFFE;}
.ac_odd {}
.ac_over, .selected {background-color:#fff;color:#00457c;cursor:pointer;text-align:left;}
.result_page_loading{background: url("http://www.clintoncards.co.uk/js/js/solrsearch/ajax-loader.gif") no-repeat scroll 0 0 #FFFFFE;}
#solr_search_autocomplete_left { border-radius: 7px 7px 7px 7px;padding: 10px; width: 200px;}
#solr_search_autocomplete_left div{padding: 2px;}
#solr_search_autocomplete_left span.solr_search_suggest_item_title,#solr_search_autocomplete_right span.solr_search_suggest_item_title,
#solr_search_autocomplete_left span.solr_search_suggest_item_title a{color:#00457c;font-size:14px;font-weight:bold;}
#solr_search_autocomplete_left span.solr_search_suggest_item_title a:hover {color:#00457c;}
#solr_search_autocomplete_left span.solr_search_suggest_item_subtitle,#solr_search_autocomplete_right span.solr_search_suggest_item_subtitle,
#solr_search_autocomplete_left span.solr_search_suggest_item_subtitle a{font-weight: normal;color:#00457cf;font-size:14px;}
#solr_search_autocomplete_left li.solr_search_suggest_item_row{border-bottom: 1px solid #e8e8e8;width: 98%;height: 35px;}
#solr_search_autocomplete_right {margin-left: 0; padding: 5px; width: 400px;}
.solrsearch-index-index .category-products { margin-top: 0px;}
input.category {margin-right:5px;}
#solr_search_autocomplete_left li {clear:both;}
#solr_search_autocomplete_left li span, #solr_search_autocomplete_left li input{float:left;}
#solr_search_autocomplete_left li input{margin-top:2px;}
#solr_search_autocomplete_left li span{width:100%;}
.solr_search_autocomplete_box_bottom{background:#fff;position:absolute;left:-1px;width:100%;height:55px;text-align: right;border:1px solid #cecece;border-top:none;padding-top:20px;}
#solr_search_view_all_link{padding-right: 15px;}
.result_items {margin:0 0 10px;font-size:18px;}
.suggested-item {padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #e8e8e8;}

#solr_search_autocomplete_box .cat_header,
#solr_search_autocomplete_box .category{display:none;}
.solr_search_autocomplete_box_bottom a {color:#fff;background:#00457C;padding:10px 15px;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;text-transform:capitalize;}
.solr_search_autocomplete_box_bottom a strong {font-weight:normal;}
.solr_search_autocomplete_box_bottom a:hover {background:#383838;text-decoration:none;}