

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


@charset "utf-8";
.fixSafari{} /* ignores first rule after charset declaration, as at version 4 public beta */
body {
	font: 82.5% Arial, Helvetica, sans-serif;
	background: #858484;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

input.checkbox {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

body.oneColFixCtrHdr {	text-align: left; /* fix random center alignments due to body css */ }
.oneColFixCtrHdr #container {
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:20px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 15px 24px 0px 24px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:relative;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 24px 24px 24px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:static;
}
.oneColFixCtrHdr #breadcrumbs {
	background-color:#111111;
	padding: 12px 24px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #breadcrumbs a, .oneColFixCtrHdr #breadcrumbs p {
	color:#858484;
	text-decoration:none;
}
.oneColFixCtrHdr #breadcrumbs a:hover {text-decoration:underline}
.oneColFixCtrHdr #breadcrumbs h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #breadcrumbs p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 29px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #breadcrumbs td {text-align:left;}
.oneColFixCtrHdr #footer {
	background-color:#222222;
	color:#858484;
	font-size:11px;
	padding: 0 24px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	color:#777;
}

img, a img {
	border:none;
}
h1 {
	color:#895E02;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18px; 
}
h2 {
	color:#0276c4;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
}
h3 {
	background:transparent url(/images/page/h3_bg.gif) top left no-repeat;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	min-height:19px; _height:19px;
	padding:5px 0; /* rather than simply 29px height, this centers text vertically */
	margin:0;
	text-align:center;
	text-transform:uppercase;
	width:189px;
}
h4 {
	background:transparent url(/images/page/h4_bg.png) top left no-repeat;
	border-bottom:1px solid #503F01;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	min-height:16px; _height:16px;
	padding:4px 12px;
	margin:0 0 5px 0;
	text-align:left;
	text-transform:uppercase;
}
h6 {
	color:#53a0d4;
	font-size:14px;
	font-weight:bold;
}
hr {
	border:none;
	border-top:1px dashed #777;
	color:#fff;
	background-color:#fff;
}

button.primary {
	background:transparent url(/images/form/button_primary.png) left;
	border:none;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding:6px;
	margin-top:2px;
	height:24px;
	width:154px;
}
button.secondary {
	background:transparent url(/images/button.gif) top left no-repeat;
	border:none;
	color:#fff;
	cursor:pointer;
	height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	font-weight:bold;
	padding-left:21px;
	padding-bottom:0; /* firefox patch, no other browsers seem to be affected */
	margin:0;
	text-align:left;
	text-transform:uppercase;
	width:129px;
}
textarea {
	background:#f1f7fb url(/images/form/textarea-bg.png) top left repeat-x;
	border:1px solid #9ad9fb;
	width:70%;
	height:90px;
}
.wide {
	width:340px;
}
fieldset legend {
	background-color:#DFEEFF;
	border:1px solid #B3CEEF;
	color:#0276c4;
	font-size:14px;
	font-weight:bold;
	padding:10px;
}


fieldset {
	border:1px solid #B3CEEF;
	margin:1em 0;
	padding:1em;
	position:relative;
}
p {
	margin-bottom:1em;
}
form div.box.fieldset {
    position:relative;
}
form table { /* fix IE6 positioning of nested tables */
    position:relative;
}
/*form fieldset label, */
form .fieldset label {
	position:absolute;
	margin-left:-138px;
	width:130px;
	left:0;
	top:1px;
}
form fieldset label.text {top:0px;}
.box.fieldset p, .indent {
	margin-left:15px;
}
form fieldset p, form .box.fieldset p, .indent {
	margin-left:215px;
	_margin-left:245px;
	font-size:13px;
	position:relative;
}
.box.fieldset p label {
	margin-left:-205px;
	width:200px;
	font-weight:bold;
	font-size:1.1em;
}
.box.fieldset .formesque p label {
	margin-left:-155px;
	width:150px;
	position:absolute;
}
.box.fieldset .formesque p {
	margin:0 0 0.5em 170px;
}
.box.fieldset .formesque p button {
	position:relative;
	top:-7px;
}
.evenLabels p {
	margin:0 0 0.5em 70px;
	position:relative;
}
.evenLabels p label {
	margin-left:-70px;
	width:70px;
	position:absolute;
}
.captchaContainer {
	background:#fff; padding:4px 4px 0 4px; border:1px solid #9AD9FB; text-align:center; width:270px;
}

select {
	min-width:180px;
	_width:180px;
}
table, table tr, table tr th, table tr td {
	padding:0;
	margin:0;
}


.stats {
	float:left;
	margin:1em 2em;
	width:400px;
}

.adViewNotice {
position:absolute; left:380px; text-align:center; color:#7E8D02; font-weight:normal; font-size:11px;
}
.adViewNotice.lowKey {
color: #8C6239;
}
.thumbnail {
	background-color:#222222;
	border:1px solid #2A2A2A;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	padding:3px 3px 8px;
}
.thumbnailContainer {
	overflow:hidden;
	padding:0 5px;
}
.thumbnailContainer img {
	background-color:#222222;
	border:1px solid #2A2A2A;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	padding:3px 3px 8px;
}
.highlight {
	background-color:#CFC;
	padding:0 3px;
}
.lowlight {
	background-color:#ddd;
	padding:0 3px;
}
.box-splash {
	margin-top:1.5em;padding:.75em .75em; width:275px; text-align:left;background:#fff; border:2px solid #ccc; border-left:none; border-top:none;
}
.scrollbox {
	border-bottom:1px dotted #eee;
	margin:0.5em 0;
	height:125px;
	width:178px;
	overflow:auto;
}
.colorPrimary {color:#8C4916}
.colorSecondary {color:#0276c4}
.colorTertiary {color:#665555}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.flag {
	width:45px; 
	height:55px; 
	border:none;
}
.flag.GB {
	background:transparent url(/images/flags.jpg) -7px -96px no-repeat;
}
.flag.GB.on {
	background:transparent url(/images/flags.jpg) -7px -90px no-repeat;
}
.flag.FR {
	background:transparent url(/images/flags.jpg) -113px -173px no-repeat;
}
.flag.FR.on {
	background:transparent url(/images/flags.jpg) -113px -167px no-repeat;
}

div#menuContainer {
	border-bottom:1px solid #503F01;
	float:right; 
	margin-top:-30px;
	position:relative; 
	width:100%; 
}

ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu li {
	display:inline;
	margin:0;
	padding:0;
}


ul.menu.primary {
	background:#503F01 url(/images/page/main-menu_bg.png) top left no-repeat;
	font-size:12px;
	text-align:center;
	width:486px;
	padding:7px 0;
}
ul.menu.primary li {
	border-right:1px solid #fff;
	padding:0;
}
ul.menu.primary li.last {
	border-right:none;
}
ul.menu.primary a {;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	padding:0 8px;
}
ul.menu.primary a.on {
}
ul.menu.primary a:hover {
	cursor:pointer;
	text-decoration:underline;
}


ul.menu.secondary {
	border-bottom:1px solid #1F4868;
}
ul.menu.secondary a {
	border:1px solid #1F4868;
	margin-bottom:-1px;
	padding:.7em 1em;
}
ul.menu.secondary a.on {
	border-bottom-color:#fff;
	font-weight:bold;
}

ul.menu.top {
	font-size:11px;
	text-align:right;
	width:380px;
	vertical-align:middle;
	padding:0 0 0 0;
}
ul.menu.top li {
	border-right:1px solid #666;
	padding-bottom:2px;
}
.menu.top li.last {
	border-right:none;
}
.menu.top a {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	padding:0 10px;
}
.menu.top a.on {
}
.menu.top a:hover {
	cursor:pointer;
	text-decoration:underline;
}

.searchBar {
	background:#eee url(/images/search_bar_bg.png) repeat-x;
	height:24px;
	border:1px solid #858484;
	padding:6px;
	margin-bottom:1em;
}
.searchBar form {
    margin:0;
	padding:0;
}
.searchBar .inputText {
	background:#fff url(/images/search_field_bg.png) repeat-x;
	border:1px solid #b4b4b4;
	border-top:2px solid #b9baba;
	border-bottom:1px solid #c6c7c7;
	color:#454444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:1px 2px;
	height:17px;
}
.searchBar .inputImage {
	margin-top:1px;
}
#searchField {
	width:220px;
}
input.pre {
	color:#a3a3a3;
}

#selectPriceRange input {
	/*width:70px;*/
}

.homePromo {
	/*background:transparent url(/images/banners/nug.png) no-repeat top right;*/
	position:relative;
	width: 100%;
}
.homePromoContent {
	padding:15px 0px 0px 0px;
}
.spread {
	padding:0 5px; 
	line-height:1.5em;
}
.homePromoContent h1 {
	color:#8C4916;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:22px; 
	margin:0 0 3px 0;
	padding:0;
}
.homePromoContent h2 {
	color:#333;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.box.page {background: transparent url(/images/page/bg.png) top center repeat-y;}
.box.page .tl {background:url(/images/page/tl.png) no-repeat top left;}
.box.page .tr {background:url(/images/page/tr.png) no-repeat top right;}
.box.page .bl {background:url(/images/page/bl.png) no-repeat bottom left;}
.box.page .br {background:url(/images/page/br.png) no-repeat bottom right;}

.box.fieldset {background-color:#efefef; width:625px; margin-bottom:1em; }
.box.fieldset .inner {padding-bottom:.5em;}
.box.fieldset h2 {padding:4px 14px 0.6em 14px; color:#fff; margin:0;}
.box.fieldset h2 a {color:#fff;}
.box.fieldset h2 .right {font-weight:normal; float:right;}
.box.fieldset .tl {background:url(/images/box/fieldset/tl.png) no-repeat top left;}
.box.fieldset .tr {background:url(/images/box/fieldset/tr.png) no-repeat top right; position:relative;}
.box.fieldset .bl {background:url(/images/box/fieldset/bl.png) no-repeat bottom left;}
.box.fieldset .br {background:url(/images/box/fieldset/br.png) no-repeat bottom right; }

.box.fieldset.large {width:930px;}
.box.fieldset.large .tl {background:url(/images/box/fieldset/large/tl.png) no-repeat top left;}
.box.fieldset.large .bl {background:url(/images/box/fieldset/large/bl.png) no-repeat bottom left;}

.box.fieldset.small{width:375px;}

.box.rect {
	color:#888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px 7px; /* therefore subtract 14px from fixed widths */
	text-align:left;
	width:100%;
}
.box.rect p {
	margin:0 1em;
}

.top10, .top10 a {
	color:#657202;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
.top10 a:hover {
	text-decoration:underline;
}
ul.top10 {
	margin:0.5em 0 0 0;
	list-style:none;
	padding:0 0 0 1.5em;
}
ul.top10 li {
	margin-bottom:5px;
	padding-left:0;
}

.box.menu-fixed {
	background:#fff url(/images/box/menu-fixed-bg.png) top left no-repeat;
	width:195px;
	height:446px;
	margin-right:1.5em;
	padding:1px 13px;
}
.box.menu-fixed h2 {
	margin:1em 0 5px 0;
}
.box.menu-fixed ul {
	margin:0;
	list-style:none;
	padding:0 0 0 1em;
}

.box.menu-fixed ul li {
	line-height:1.55em;
}

.box-mid {
	color:#353434;
	font-size:11px;
	height:190px;
	margin:15px 0;
	padding:10px 20px;
	text-align:left;
	width:420px;
}

.box-mid.gold {background: transparent url(/images/page/box_mid_gold_bg.png) top left no-repeat;}
.box-mid.panties {background: transparent url(/images/page/box_mid_panties_bg.png) top left no-repeat;}
.box-mid.misc {background: transparent url(/images/page/box_mid_misc_bg.png) top left no-repeat;}
.box-mid.misc.crudebay {background: transparent url(/images/page/box_mid_misc_bg_crudebay.png) top left no-repeat;}


.row {
	background-color:#fff;
	border:1px solid #fff;
	font-size:11px;
	padding:10px;
	padding-left:100px;
	position:relative;
}
.row.alt {
	background-color:#ecedee;
	border:1px solid #ccd4db;
}
.row .thumb {
	position:absolute;
	left:1px;
	padding:5px;
}
.row a, table.listings tr td a {
	color:#0376c4;
	text-decoration:none;
}
.row a:hover {
	text-decoration:underline;
}
.row h5, table.listings tr td h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}

table.listings {
	border-collapse:collapse;
}
table.listings tr {
	vertical-align:top;
}
table.listings tr td {
	font-size:11px;
	padding:5px;
	text-align:left;
}
table.listings tr.alt td {
	border:1px solid #bfc7cd;
	border-left:none;
	background-color:#e2e6e9;
	border:1px solid #ccd4db;
	border-left:none;
}

table.listings tr.alt td.thumb {
	border:1px solid #bfc7cd;
	border-right:none;
}
table.listings tr td.thumb {
	width:95px;
	/*padding-left:10px;*/
}

.row .price, table.listings tr td .price {
	color:#7e8d02;
	font-size:1.3em;
	padding-top:0;
}

.msgHeader {
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:0 0.7em;
}
.msgContent {
	border:1px solid #ddd;
	border-top:none;
	padding:1em 0.7em;
	margin-bottom:.5em;
}
.msgList{
	border:1px solid #ddd;
	border-bottom:none;
	padding:0.25em 0.7em;
}
div.msgList.last {
	border-bottom:1px solid #ddd;
}

table.feedback {
    background-color:#eee;
}
table.feedback th, table.feedback td {
    padding:0.5em 1em;
    border-bottom:0.75em solid #fff;
}
table.feedback th {
    background-color:#fff;
    border-top:1px solid #000;
}
table.feedback td.positive, span.positive {
    background-color:#cfa;
}
table.feedback td.negative, span.negative {
    background-color:#fca;
}
table.feedback td.neutral, span.neutral {
    background-color:#eee;
}
span.positive, span.neutral, span.negative {
    padding:0 3px;
}

table.spaced {
	width:100%;
}
table.spaced th, table.spaced td {
    padding:0.5em 1em;
	border:none;
}


.commentContainer{
position:relative; 
margin:2px 0; 
overflow:hidden; 
/*background-color:#E3DFC2; */
min-height:35px; 
_height:35px;
margin-left:30px;
}
.commentContainer.hasComment{
min-height:50px; 
_height:50px;
padding:5px 5px 5px 75px; 
}
.commentContainer.showComments{
}
.commentContainerAvatar {
position:absolute; 
top:5px; 
left:5px;
}
.commentContainer textarea {
height:35px; 
width:260px; 
margin-bottom:5px;
}

.statusContainer{
position:relative; 
margin:2px 0; 
overflow:hidden; 
/*background-color:#E3DFC2; */
/*border-bottom:1px solid #eee;*/
}
.statusContainer.hasStatus{
min-height:50px; 
_height:50px;
padding:5px 5px 5px 75px; 
}
.statusContainer.showStatus{
}
.statusContainerAvatar {
position:absolute; 
top:5px; 
left:5px;
}
.statusContainer textarea {
height:35px; 
width:260px; 
margin-bottom:5px;
}

.hitCounter {
	position:absolute; 
	bottom:0px; 
	left:35%;
}

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(/images/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000;
	font-size:11px; }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 15px 0;
	text-align: left;
	font-size:13px;
	padding:0 1em;
}














#MB_loading {
		font-size: 13px;
	}
	#errmsg {
		margin: 1em;
		padding: 1em;
		color: #C30;
		background-color: #FCC;
		border: 1px solid #F00;
	}	
	.style1 {
		font-family: "Segoe UI", Tahoma;
		color: #FFFFFF;
		font-size: 13px;
	}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

/* all fields */
.x-form-field{
    margin: 0 0 0 0;
    font:normal 12px tahoma, arial, helvetica, sans-serif;
}

/* ---- text fields ---- */
.x-form-text, textarea.x-form-field{
    padding:1px 3px;
    background:#fff url(/images/form/text-bg.gif) repeat-x 0 0;
	border:1px solid #9ad9fb;
	color:#444;
    /*background:#fff url(../images/default/form/text-bg.gif) repeat-x 0 0;
    border:1px solid #B5B8C8;*/
}
textarea.x-form-field {
    padding:2px 3px;
}
.x-form-text {
    height:17px;
    line-height:18px;
    vertical-align:middle;
}
.ext-ie .x-form-text {
    margin:-1px 0; /* ie bogus margin bug */
    height:22px; /* ie quirks */
    line-height:18px;
}
.ext-ie textarea.x-form-field {
    margin:-1px 0; /* ie bogus margin bug */
}
.ext-strict .x-form-text {
    height:18px;
}
.ext-safari .x-form-text {
    height:20px; /* safari always same size */
    padding:0 3px; /* remove extra top/bottom padding */
}
.ext-safari.ext-mac textarea.x-form-field {
    margin-bottom:-2px; /* another bogus margin bug, safari/mac only */
}
.ext-gecko .x-form-text {
    padding-top:2px; /* FF won't center the text vertically */
    padding-bottom:0;
	width:185px;
}
textarea {
    resize: none;  /* Disable browser resizable textarea */
}

/* select boxes */

.x-form-select-one {
    height:20px;
    line-height:18px;
    vertical-align:middle;
    background-color:#fff; /* opera */
    border: 1px solid #B5B8C8;
}

/* multi select boxes */

/* --- TODO --- */

/* checkboxes / radios */
.x-form-check-group, .x-form-radio-group {
    margin-bottom: 0;
}
.x-form-check-group .x-form-invalid .x-panel-body,
.x-form-radio-group .x-form-invalid .x-panel-body {
    background-color: transparent;
}
.x-form-check-wrap, .x-form-radio-wrap {
    padding: 3px 0 0 0;
    line-height:18px;
}
.x-form-check-group .x-form-check-wrap, 
.x-form-radio-group .x-form-radio-wrap {
    height: 18px;
}
.ext-ie .x-form-check-group .x-form-check-wrap, 
.ext-ie .x-form-radio-group .x-form-radio-wrap {
    height: 21px;
}
.ext-ie .x-form-check-wrap input,
.ext-ie .x-form-radio-wrap input {
    width:15px;
    height:15px;
}
.x-form-check, .x-form-radio {
	height: 13px;
	width: 13px;
    vertical-align: bottom;
} 
.x-form-radio {
    margin-bottom: 3px;
}
.x-form-check, .ext-ie .x-form-radio {
    margin-bottom: 2px;
}
.x-form-check-wrap-inner, .x-form-radio-wrap-inner {
    display: inline;
    padding: 3px 0 0 0;
}
.x-form-check {
	background: url('../images/default/form/checkbox.gif') no-repeat 0 0;
}
.x-form-radio {
	background: url('../images/default/form/radio.gif') no-repeat 0 0;
}
.x-form-check-focus .x-form-check, .x-form-check-over .x-form-check,
.x-form-check-focus .x-form-radio, .x-form-check-over .x-form-radio {
	background-position: -13px 0;
}
.x-form-check-down .x-form-check, 
.x-form-check-down .x-form-radio {
	background-position:-26px 0;
}
.x-form-check-checked .x-form-check-focus .x-form-check, 
.x-form-check-checked .x-form-check-over .x-form-check {
	background-position:-13px -13px;
}
.x-form-check-checked .x-form-check-down .x-form-check {
	background-position:-26px -13px;
}
.x-form-check-checked .x-form-check, 
.x-form-check-checked .x-form-radio {
	background-position:0 -13px;
}
.x-form-check-group-label {
    border-bottom: 1px solid #99BBE8;
    color: #15428B;
    margin-bottom: 5px;
    padding-left: 3px !important;
    float: none !important;
}

/* wrapped fields and triggers */

.x-form-field-wrap {
    position:relative;
    zoom:1;
    white-space: nowrap;
}
.x-form-field-wrap .x-form-trigger{
    width:17px;
    height:21px;
    border:0;
    background:transparent url(../images/default/form/trigger.gif) no-repeat 0 0;
    cursor:pointer;
    border-bottom: 1px solid #B5B8C8;
    position:absolute;
    top:0;
}
.ext-safari .x-form-field-wrap .x-form-trigger{
    height:21px; /* safari doesn't allow height adjustments to the fields, so adjust trigger */
}

.x-form-field-wrap .x-form-date-trigger{
    background-image: url(../images/default/form/date-trigger.gif);
    cursor:pointer;
}
.x-form-field-wrap .x-form-clear-trigger{
    background-image: url(../images/default/form/clear-trigger.gif);
    cursor:pointer;
}
.x-form-field-wrap .x-form-search-trigger{
    background-image: url(../images/default/form/search-trigger.gif);
    cursor:pointer;
}
.ext-safari .x-form-field-wrap .x-form-trigger{
    right:0;
}
.x-form-field-wrap .x-form-twin-triggers{

}
.x-form-field-wrap .x-form-twin-triggers .x-form-trigger{
    position:static;
    top:auto;
    vertical-align:top;
}


.x-form-field-wrap .x-form-trigger-over{
    background-position:-17px 0;
}
.x-form-field-wrap .x-form-trigger-click{
    background-position:-34px 0;
}

.x-trigger-wrap-focus .x-form-trigger{
    background-position:-51px 0;
}
.x-trigger-wrap-focus .x-form-trigger-over{
    background-position:-68px 0;
}
.x-trigger-wrap-focus .x-form-trigger-click{
    background-position:-85px 0;
}
.x-trigger-wrap-focus .x-form-trigger{
    border-bottom: 1px solid #7eadd9;
}

.x-item-disabled .x-form-trigger-over{
    background-position:0 0 !important;
    border-bottom: 1px solid #B5B8C8;
}
.x-item-disabled .x-form-trigger-click{
    background-position:0 0 !important;
    border-bottom: 1px solid #B5B8C8;
}

/* field focus style */
.x-form-focus, textarea.x-form-focus{
	border: 1px solid #7eadd9;
}

/* invalid fields */
.x-form-invalid, textarea.x-form-invalid{
	background:#fff url(../images/default/grid/invalid_line.gif) repeat-x bottom;
	border: 1px solid #dd7870;
}
.ext-safari .x-form-invalid{
	background-color:#ffeeee;
	border: 1px solid #ff7870;
}

/* editors */
.x-editor {
    visibility:hidden;
    padding:0;
    margin:0;
}
.x-editor .x-form-check-wrap,
.x-editor .x-form-radio-wrap {
    background:#fff;
    padding:3px;
}
.x-editor .x-form-checkbox {
    height:13px;
}
/* If you override the default field font above, you would need to change this font as well */
.x-form-grow-sizer {
	font:normal 12px tahoma, arial, helvetica, sans-serif;
    left: -10000px;
	padding: 8px 3px;
    position: absolute;
    visibility:hidden;
    top: -10000px;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    zoom:1;
}
.x-form-grow-sizer p {
    margin:0 !important;
    border:0 none !important;
    padding:0 !important;
}
/* Form Items CSS */

.x-form-item {
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    display:block;
    margin-bottom:4px;
    zoom:1;
}

.x-form-item label {
    display:block;
    float:left;
    width:100px;
    padding:3px;
    padding-left:0;
    clear:left;
    z-index:2;
    position:relative;
}

.x-form-element {
    padding-left:105px;
    position:relative;
}

.x-form-invalid-msg {
    color:#ee0000;
    padding:2px;
    padding-left:18px;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    background: transparent url(../images/default/shared/warning.gif) no-repeat 0 2px;
    line-height:16px;
    width:200px;
}


.x-form-label-right label {
   text-align:right;
}
.x-form-label-left label {
   text-align:left;
}

.x-form-label-top .x-form-item label {
    width:auto;
    float:none;
    clear:none;
    display:inline;
    margin-bottom:4px;
    position:static;
}

.x-form-label-top .x-form-element {
    padding-left:0;
    padding-top:4px;
}

.x-form-label-top .x-form-item {
    padding-bottom:4px;
}

.x-form-empty-field {
    color:gray;
}
/* Editor small font for grid, toolbar and tree */
.x-small-editor .x-form-field {
    font:normal 11px arial, tahoma, helvetica, sans-serif;
}
.x-small-editor .x-form-text {
    height:20px;
    line-height:16px;
    vertical-align:middle;
}
.ext-ie .x-small-editor .x-form-text {
    margin-top:-1px !important; /* ie bogus margin bug */
    margin-bottom:-1px !important;
    height:20px !important; /* ie quirks */
    line-height:16px !important;
}
.ext-strict .x-small-editor .x-form-text {
    height:16px !important;
}

.ext-safari .x-small-editor .x-form-field {
    /* safari text field will not size so needs bigger font */
    font:normal 12px arial, tahoma, helvetica, sans-serif;
}
.ext-ie .x-small-editor .x-form-text {
    height:20px;
    line-height:16px;
}
.ext-border-box .x-small-editor .x-form-text {
    height:20px;
}

.x-small-editor .x-form-select-one {
    height:20px;
    line-height:16px;
    vertical-align:middle;
}
.x-small-editor .x-form-num-field {
    text-align:right;
}
.x-small-editor .x-form-field-wrap .x-form-trigger{
    height:19px;
}


.x-form-clear {
    clear:both;
    height:0;
    overflow:hidden;
    line-height:0;
    font-size:0;
}
.x-form-clear-left {
    clear:left;
    height:0;
    overflow:hidden;
    line-height:0;
    font-size:0;
}

.x-form-cb-label {
    width:'auto' !important;
    float:none !important;
    clear:none !important;
    display:inline !important;
    margin-left:4px;
}

.x-form-column {
    float:left;
    padding:0;
    margin:0;
    width:48%;
    overflow:hidden;
    zoom:1;
}

/* buttons */
.x-form .x-form-btns-ct .x-btn{
	float:right;
	clear:none;
}
.x-form .x-form-btns-ct .x-form-btns td {
	border:0;
	padding:0;
}
.x-form .x-form-btns-ct .x-form-btns-right table{
	float:right;
	clear:none;
}
.x-form .x-form-btns-ct .x-form-btns-left table{
	float:left;
	clear:none;
}
.x-form .x-form-btns-ct .x-form-btns-center{
	text-align:center; /*ie*/
}
.x-form .x-form-btns-ct .x-form-btns-center table{
	margin:0 auto; /*everyone else*/
}
.x-form .x-form-btns-ct table td.x-form-btn-td{
	padding:3px;
}

.x-form .x-form-btns-ct .x-btn-focus .x-btn-left{
	background-position:0 -147px;
}
.x-form .x-form-btns-ct .x-btn-focus .x-btn-right{
	background-position:0 -168px;
}
.x-form .x-form-btns-ct .x-btn-focus .x-btn-center{
	background-position:0 -189px;
}

.x-form .x-form-btns-ct .x-btn-click .x-btn-center{
	background-position:0 -126px;
}
.x-form .x-form-btns-ct .x-btn-click  .x-btn-right{
	background-position:0 -84px;
}
.x-form .x-form-btns-ct .x-btn-click .x-btn-left{
	background-position:0 -63px;
}
.x-form-invalid-icon {
    width:16px;
    height:18px;
    visibility:hidden;
    position:absolute;
    left:0;
    top:0;
    display:block;
    background:transparent url(../images/default/form/exclamation.gif) no-repeat 0 2px;
}

/* fieldsets */
.x-fieldset {
    border:1px solid #B5B8C8;
    padding:10px;
    margin-bottom:10px;
    display:block; /* preserve margins in IE */
}
.x-fieldset legend {
    font:bold 11px tahoma, arial, helvetica, sans-serif;
    color:#15428b;
}
.ext-ie .x-fieldset legend {
    margin-bottom:10px;
}
.ext-ie .x-fieldset {
    padding-top: 0;
    padding-bottom:10px;
}
.x-fieldset legend .x-tool-toggle {
    margin-right:3px;
    margin-left:0;
    float:left !important;
}
.x-fieldset legend input {
    margin-right:3px;
    float:left !important;
    height:13px;
    width:13px;
}
fieldset.x-panel-collapsed {
    padding-bottom:0 !important;
    border-width: 1px 0 0 0 !important;
}
fieldset.x-panel-collapsed .x-fieldset-bwrap {
    visibility:hidden;
    position:absolute;
    left:-1000px;
    top:-1000px;
}
.ext-ie .x-fieldset-bwrap {
    zoom:1;
}
.ext-ie td .x-form-text {
    position:relative;
    top:-1px;
}
.x-fieldset-noborder {
    border:0px none transparent;
}
.x-fieldset-noborder legend {
    margin-left:-3px;
}
/* IE legend positioing bug */
.ext-ie .x-fieldset-noborder legend {
    position: relative;
    margin-bottom:23px;
}
.ext-ie .x-fieldset-noborder legend span {
    position: absolute;
    left:-5px;
}
        
.ext-gecko .x-window-body .x-form-item {
    -moz-outline: none;
    overflow: auto;
}

.ext-gecko .x-form-item {
    -moz-outline: none;
}

.x-hide-label label.x-form-item-label {
     display:none;
}
.x-hide-label .x-form-element {
     padding-left: 0 !important;
}

.x-fieldset {
    overflow:hidden;
}

.x-fieldset-bwrap {
    overflow:hidden;
    zoom:1;
}

.x-fieldset-body {
    overflow:hidden;
}

/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

.x-combo-list {
    border:1px solid #98c0f4;
    background:#ddecfe;
    zoom:1;
    overflow:hidden;
}
.x-combo-list-inner {
    overflow:auto;
    background:white;
    position:relative; /* for calculating scroll offsets */
    zoom:1;
    overflow-x:hidden;
}
.x-combo-list-hd {
    font:bold 11px tahoma, arial, helvetica, sans-serif;
    color:#15428b;
    background-image: url(../images/default/layout/panel-title-light-bg.gif);
    border-bottom:1px solid #98c0f4;
    padding:3px;
}
.x-resizable-pinned .x-combo-list-inner {
    border-bottom:1px solid #98c0f4;
}
.x-combo-list-item {
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    padding:2px;
    border:1px solid #fff;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.x-combo-list .x-combo-selected{
	border:1px dotted #a3bae9 !important;
    background:#DFE8F6;
    cursor:pointer;
}
.x-combo-noedit{
    cursor:pointer;
}
.x-combo-list .x-toolbar {
    border-top:1px solid #98c0f4;
    border-bottom:0 none;
}

.x-combo-list-small .x-combo-list-item {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
}