/* Reset */
*{
margin:0;
padding:0;
line-height:1.3em;
}
/* Utils */
div.clear{
clear:both;
position:static !important;
font-size:1px;
height:1px;
line-height:0;
margin:0;
padding:0;
}
.red{
border:1px solid red !important;
}
.bgred{
background:red none repeat scroll 0 0 !important;
}
.indentList{
    padding-bottom:1em;
    padding-left:2em;
    list-style:none;
}
.indentList ul{
    padding-left:2em;
    list-style:circle;
}
.inlineList li{
    display:inline;
    padding-right:0.5em;
    border-right:1px solid;
    margin-right:0.5em;   
}
.inlineList li.last,
.inlineList li:last-child{
    padding-right:0;
    border-right:0;
    margin-right:0;
}
/* RELIEF library */
.c1{width:3.2%}
.c2{width:7.4%}
.c3{width:11.6%}
.c4{width:15.8%}
.c5{width:20%}
.c6{width:24.2%}
.c7{width:28.4%}
.c8{width:32.6%}
.c9{width:36.8%}
.c10{width:41%}
.c11{width:45.2%}
.c12{width:49.4%}
.c13{width:53.6%}
.c14{width:57.8%}
.c15{width:62%}
.c16{width:66.2%}
.c17{width:70.4%}
.c18{width:74.6%}
.c19{width:78.8%}
.c20{width:83%}
.c21{width:87.2%}
.c22{width:91.4%}
.c23{width:95.6%}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12,.c13,.c14,.c15,.c16,.c17,.c18,.c19,.c20,.c21,.c22,.c23{margin-right:1%;float:left;display:inline;}
.cLast{float:right;margin-right:0}
.p1,.p2,.p3,.p4,.p5,.p6,.p7,.p8,.p9,.p10,.p11,.p12,.p13,.p14,.p15,.p16{position:relative;text-align:left !important}
.p1{left:4.2%}
.p2{left:8.4%}
.p3{left:12.6%}
.p4{left:16.8%}
.p5{left:21%}
.p6{left:25.2%}
.p7{left:29.4%}
.p8{left:33.6%}
.p9{left:37.8%}
.p10{left:42%}
.p11{left:46.2%}
.p12{left:50.4%}
.p13{left:54.6%}
.p14{left:58.8%}
.p15{left:63%}
.p16{left:67.2%}
.p17{left:71.4%}
.p18{left:75.6%}
.p19{left:79.8%}
.p20{left:84%}
.p21{left:88.2%}
.p22{left:92.4%}
.p23{left:96.6%}


.textRight{
    text-align: right;
}
/*Class for breadcrumb*/
.breadcrumb{
width:auto;
margin-top:5px;
margin-left:10px;
margin-bottom:10px;
}


/* Text elements, margins and co. */
body{
    font:normal 72%/1.3em Arial,Helvetica, Verdana,sans-serif;
    background:#f4f4f4 url(http://goinggoingbike.com/auction/themes/admin/img/bgbody.gif) repeat;
	color:#666666;
}
h1{
    font:bold 3em/1em Arial, Helvetica,Verdana,sans-serif;
    margin:0 0 0.5em;
}
h2,
caption {
    font:bold 1.35em Arial, Helvetica,Verdana,sans-serif;
	color:#FFFFFF;
    text-align:left;
	padding:5px;
	background:#f4f4f4 url(http://goinggoingbike.com/auction/themes/admin/img/bgh2.gif) repeat;
}
legend{
    font:bold 1.2em Arial, Helvetica,Verdana,sans-serif;
	color:#82b9ab;
}
h3{
    font-size:1.2em;
    margin-bottom:0.5em;
}
p{
    margin-bottom:1em;
}
a img{
    border:0;
}
a {
	color:#a82101;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* Form elements */
fieldset{
    border:0;
}
* html legend{
	margin-left:-7px;
}
*:first-child+html legend{
	margin-left:-7px;
}
input.text,
input.password{
    padding:1px 2px;
}
select, input, textarea {
	font:1em Arial,Helvetica, Verdana,sans-serif;
	border-width:1px;
}
button {
	cursor:pointer;
}
.submit {
	padding:3px;
	color:#FFFFFF;
	background:#a2ded0 url(http://goinggoingbike.com/auction/themes/admin/img/bgSubmit.gif) repeat;
	border:1px solid #6a978c;
	font-size:1em;
}
.submit a:hover { 
	text-decoration:underline;
}
.submitNone {
	border:0px;
	color:#a82101;
	background:inherit;
    cursor:pointer;
}
.submitNone a:hover { 
	text-decoration:underline;
}

/* Common stucture */
#wrap{
	min-width:900px;
    margin:0 5%;
    background:#FFF;
}
#header a,
#menu a{
    text-decoration:none;
}
#header{
/*    overflow:auto;*/
}
#header h1{
    margin: 15px;
}
.header-secondary{
	background:#f4f4f4;
	color:#666666;
	padding:10px;
	margin:0 8px 8px 0;
}
#content{
    overflow: auto;
    background:#FFF;
}
#menu {
    background:#FFF;
	padding:8px;
}
#menu ul{
    list-style:none;
    border:1px solid #c3c3c3;
}
#menu h3{
    font-size: 1.15em;
    color: #666;
    cursor: pointer;
	padding:5px;
    border-bottom: 1px dashed #dad7d7;
    margin:5px 0 0 0;
}

/*Cases for current selected menu option*/
#menu h3.open{
	background:#a82608 url(http://goinggoingbike.com/auction/themes/admin/img/onSubMenu.gif) repeat-x;
	border:0;
	color:#FFFFFF;
	display:block;
}
#menu li.open{
}
#menu a.open{
    font-weight: bold;
}
/* End of cases */

#menu ul.submenu{
	list-style:url(http://goinggoingbike.com/auction/themes/admin/img/bullSubMenu.gif);
	padding-left: 20px;
    padding-top:5px;
    border:0;
	background:#f7f7f7;
}
#menu li.submenu{
    font-size:.7em;
	line-height:1.1em;
}

#edition{
	margin:8px;
}
label{
    margin-bottom:1em;
}
label span{
    text-align:right;
}
div#message{
    color:green;
    font-weight:bold;
    text-align:left;
    border:1px solid green;
	margin:1em;
	padding:15px 15px 15px 60px;
	border:1px solid;
	background:url(http://goinggoingbike.com/auction/themes/admin/img/ok.png) no-repeat 20px 10px;
    display:inline;
    float:left;
}
ul.catlist{
    margin-left:15px;
    display:block;
    padding-left:2px;
	list-style:url(http://goinggoingbike.com/auction/themes/admin/img/bullSubMenu.gif);
}
#Nav {
    background:url(http://goinggoingbike.com/auction/themes/admin/img/bgNav.gif) repeat-x;
   	height:32px;
	padding-left:10px;
	margin:0 8px 0 8px;
}
#Nav li {
    float:left;
    display:inline;
	font-size:1.2em;
	font-weight:bold;
    text-transform:uppercase;
    height:32px;
	border-right:1px solid #d7d7d7;

}
#Nav li:hover,
#Nav li.hover {
	text-decoration:underline;
	color:#FFFFFF;
}
#Nav a{
    background:url(http://goinggoingbike.com/auction/themes/admin/img/bgNav.gif) no-repeat 12px 50%;
    color:#ffffff !important;
	float:left;
    display:inline;
	height:25px;
	padding:7px 20px 0px 27px;
}
.border {
	border:1px solid #c3c3c3;
}
.dashed {
	border-right:1px dashed #7fb5a8;
}
.offerList {
	padding:8px;
}
.hBox	{
	padding:8px;
    background: #FFF;
}

/***************************************************************************************************************************/
/* sortable tables */
.tablesorter{
	border:1px solid #cccccc;
}
.tablesorter thead th,
.tablesorter tfoot th{
    background-color:#a6e4d5;
    border-bottom:1px solid #7fb5a8;
	border-right:1px solid #94cfc1;
	border-left:1px solid #cef0e8;
	color:#ffffff;
	padding:5px;
}
.tablesorter .header{
    background:url(http://goinggoingbike.com/auction/themes/admin/img/bgTable.gif) no-repeat 100% 50% #a6e4d5;
	padding-right:20px;
}
.tablesorter tbody td{
    background:#FFF;
	padding:5px;
	border-right:1px dashed #dddddd;
}
.tablesorter tbody .odd td{
    background-color:#F0F0F6;
}
.tablesorter tbody .hover td{
    background-color:#E1E1EB;
}
.tablesorter thead .headerSortUp{
    background-image:url(http://goinggoingbike.com/auction/themes/admin/img/asc.gif);
}
.tablesorter thead .headerSortDown{
    background-image:url(http://goinggoingbike.com/auction/themes/admin/img/desc.gif);
}
.tablesorter thead .headerSortDown,
.tablesorter thead .headerSortUp{
    background-color:#7fb5a8;
}

.fullSizeTable{
    width:100%;
    border-collapse: collapse; /* same as cellspacing=0 cellpadding=0 */
}

/**** Date Picker********/

#ui-datepicker-div {
    display:none;
    background:#FFF;
    border-width:1px;
	border-style:solid;
    margin-top:1px;
    width:220px !important;
    text-align:center;
	z-index:10000;
}
#ui-datepicker-div a {
    cursor:pointer;
	text-decoration:none;
}
.ui-datepicker-title {
	font-weight:bold;
}
.ui-datepicker-header {
    padding:5px;
    overflow:hidden;
}
.ui-datepicker-one-month {
    display:inline;
}
.ui-datepicker-prev {
    float:left;
    display:inline;
    padding-left:10px;
}
.ui-datepicker-next {
    float:right !important;
    display:inline;
    padding-right:10px;
}
.ui-datepicker-links  div {
    float:left;
    display:inline;
    width:33.2%;
}
.ui-datepicker-current {
    text-align:center;
}
.ui-datepicker-next {
    text-align:right;
}
.ui-datepicker {
    width:190px;
	font-size:0.92em;
}
.ui-datepicker-calendar {
    width:100%;
}
.ui-datepicker td {
    padding:0 5px;
}
.ui-datepicker thead {
    text-align:center;
	font-size:0.92em;
	margin-top:3px;
}
.ui-datepicker tbody {
    text-align:right;
}
.ui-datepicker-unselectable span{
    text-decoration:line-through;
}
button.ui-datepicker-trigger {
	background:url(http://goinggoingbike.com/auction/themes/admin/img/calendar_icon.gif) no-repeat 50% 50%;
	width:20px;
	height:20px;
	vertical-align:middle;
	margin-left:3px;
}
.ui-datepicker-trigger img{
	display:none;
}

/* Error message */
div.ko {
	min-height:50px;
	margin:1em;
	padding: 0 10px 0 69px;
	border:1px solid #DD0C07;
	background:url(http://goinggoingbike.com/auction/themes/admin/img/ko.png) no-repeat 20px 10px;
}
* html div.ko {
	height:50px;
}
div.ko ul{
    margin-top:0.8em;
}
div.ko li{
	list-style:none;
	margin-bottom:2px;
}
td.price{
    text-align:right;
}
td.price strong{
	font-size:1.25em;
	font-weight:bolder;
}
.description { 
overflow:hidden; 

}

#content label span,
#content .multiLabel span{
    text-align:right;
}
#content .multiLabel {
	position:relative;
	padding-bottom:0.5em;
}
#content .multiLabel div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	left:33.6%;
}
#content .multiLabel label {
	margin-right:2%;
}
#content .multiLabel input.text{
	width:11.6%;
}
.hidden{
    display:none;
}
.explanation {
	font-size:0.9em;
	clear:left;
}
.explanation p{
	margin-bottom:0;
}

/* pagination */
.pagination{
    text-align: center;
}
.pagination .currentPage{
    font-weight: bold;
}