/* used globaly */
body, html {
    margin:0px;
    padding:0px;
}
body {
    font-family: Arial, Helvetica, sans-serif !important;
    z-index:0;
	position:relative;
	background-color:#C6EAF4 !important;
}

.title h3 a, .loginform p {
	all: revert !important;
}

.title h3{
	font-size: 1.2em !important;
	font-weight: bold !important;
 }

.content {
    font-size:12px;
    padding:5px;
}

#loginform {
	width:400px;
	float:right;
	text-align:right;
	font-size:12px;
}
#loginform input{
	width:90px;	
}

.document {
    width:900px;
    margin:5px auto 20px auto;
    border:#999 solid 1px;
    background-color:#FFF;
	position: relative;
}

#noscript {
	text-align:center;
}

/* might be ok to remove */
.inCartAlready {
    border:2px olive solid;
    background-color:#F5FAEA;
}
.searchBar {
    width:450px;
    float:right;
    clear:right;
    text-align: right;
    margin-top:10px;
}


/* might be ok to remove */

/* Nov 2010 */
.quickLinks {
	left:300px;
    width:350px;
    position: absolute;
	text-align: center;
}

.highlight {
	background-color:#FF9;
	padding: 5px;
}


.b, legend { font-weight:bold; }
.small { font-size: 10px; }
.grey { color: #888; }
.green { color:green; }
.lightgrey { color: #888; }
.alert, .error, .red {
    color:red;
    margin-bottom:10px;
}
.center {
	text-align: center;
	margin:0 auto 0 auto;
}

/* Jan 2011 */
/* TAGS__ */
h1, h2, h3 {
    margin: 0 auto 0 auto;
    padding: 0 5px 5px 0;
}
textarea { width:140px; }
input[type="text"], input[type="password"] { width:100px; }
label, input[type="button"], input[type="submit"] { cursor:pointer; }
fieldset { border:2px solid #CCCCCC; }
ul { list-style-type: circle; }


/* __TAGS */

#alllinks {
	
}


#tech {
	height:300px;
	overflow:auto;
}



.ui-autocomplete .ui-menu-item {
	font-size:10px;
	z-index:5001;
}
.ui-datepicker-calendar {
	font-size:10px;
}
.ui-selectmenu {
	float:none;
}
.ui-selectmenu-menu {
	z-index:9999;
}
.ui-selectmenu-menu li a, .ui-selectmenu-status {
	font-size:11px;
}
.ui-selectmenu-status {
	overflow: hidden;
}

.ui-accordion .ui-accordion-header {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	text-indent: 20px;
}


.CheckProductPriceContainer {
    text-align: right;
}
.CheckProductInfo {
    font-size: 12px;
}
.CheckProductPriceContainer span {
    font-size: 11px;
}
.CheckProductPriceContainer input[type="text"] {
    width:35px;
}

.message-bad{
	color:#ff3300;
}

.message-good{
	color:#339900;
}
/* used globally */

.Rounded, fieldset {
	border: 2px solid #666;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color:#EEE;
}

.headerBlack
{
	color: #ffffff;
	background-color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 23px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

.subhead, .subhead td
{
	font-size: 16px;
	font-weight: bold;
}

.Rounded, fieldset {
	border: 2px solid #666;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color:#EEE;
}
@media print {
    .noprint {
		display: none;
	}
	body {
		background:none;
	}
	#textarea {
		border:0;
	}
}

.redBox {
	display: block;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	background-color: #ff3300;
}

.alink {
	text-decoration:underline;
	cursor:pointer;
	color:blue;
}
.alink:hover {
	color:darkblue;
}

._orders {
	height:50px;
}

.ui-highlight-custom {
	
}
.ui-state-highlight-custom {
	padding: 0pt 0.7em;
	width:30%;
	font-size:10px;
	min-height:50px;
}
.ui-icon-highlight-custom {
	float:left; margin-right: 0.3em;
}
.ui-highlight-content-custom{
	float:left;
}

.pagetitle
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.4em;
	color: #330000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: lightgray;
}

select {
	height:30px;
	width:150px;
}


  .buybacksearch, .buybackreport {
        
       
        
        margin:0 auto;
        
        width:100% ! important;
        
        
    }
    
    .buybackreport{
        
        padding:15px;
    }
    
    .buybackreport {clear:both; table-layout:fixed; margin-top:10px; }

.buybackreport td{
    overflow:hidden;
    text-overflow: elipsis;
    word-wrap:break-word;
}


.buybackreport tr.odd  { background:#fff }
.buybackreport tr.even { background:#fcfcfc; }
.buybackreport tr.last th,
.buybackreport tr.last td { border-bottom:0 !important; }
.buybackreport th { padding:1px 1px; font-size:10px; text-transform:uppercase; white-space:nowrap; }
.buybackreport th.wrap { white-space:normal; }
.buybackreport th a { color:#fff; }
.buybackreport td { padding:3px 8px; }

.buybackreport thead,
.buybackreport thead tr { background:#e9e9e9; }

.buybackreport tfoot { border-bottom:1px solid #d9dde3; }
.buybackreport tfoot tr { background-color:#f3f3f3 !important; }
.buybackreport tbody th { padding:3px 8px; font-size:11px; font-weight:bold; text-transform:none; white-space:normal; }
.buybackreport tbody th,
.buybackreport tbody td { border-bottom:1px solid #d9dde3; }
.buybackreport tfoot strong { font-size:14px; }
/* Bundle products tables */
.buybackreport tbody.odd tr { background:#fff; }
.buybackreport tbody.even tr { background:#fcfcfc; }
.buybackreport tbody.odd tr td,
.buybackreport tbody.even tr td { border-bottom:0; }
.buybackreport tbody.odd tr.border td,
.buybackreport tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.buybackreport tbody td .option-label { font-weight:bold; font-style:italic; }
.buybackreport tbody td .option-value { padding-left:10px; }