@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
#wonderskip {
display:block;
background:#18a20a;
padding:10px 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
text-decoration: none;
text-transform:uppercase;
border:0 none;
margin: 0 auto;
}
.gobanners
{
width:96%;
display:inline-block;
padding:2%;
background:#0B0B0B;
margin:0 auto;
text-align:center;
margin-bottom:10px;
position:relative;
height:auto;
}
.gobanners:hover
{
background:#111;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;	
}
.gobanners:active
{
background:#222;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;	
}
#introbg
{
position:absolute;
z-index:2000000;
width:100%;
display:block;
background:#0b0b0b;
}
#newbidster {
    width:220px;
	display:block;
	 background-color: red;
    -webkit-animation-name: newbidder; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: newbidder;
    animation-duration: 1s;
	animation-iteration-count: infinite;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#0b0b0b;
	font-weight:900;
	font-size:16px;
	text-align:center;
	padding: 2px 10px;
	border: solid 2px #000;
	margin-top:4px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes newbidder {
    0%   {background-color: red;}
	50% {background-color: yellow;}
    100% {background-color: green;}
}

/* Standard syntax */
@keyframes example {
    0%   {background-color: red;}
	50% {background-color: yellow;}
    100% {background-color: green;}
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background:#222;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #30cc11; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #22a908; 
}
/*	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
/*start COUNTDOWN  STYLES */

/* STARTPREVIEW AUCTION HOME PAGE*/
/* Style the Image Used to Trigger the Modal */
img.previ {
    display:block;
    cursor: pointer;
    transition: 0.3s;
}
#notifize
{
display:block;
width:100%;
max-width:300px;
padding:0px;
float:left;
position:relative;
}
img.previ:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1000px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #777;
    padding: 10px 0;
    height: 150px;
	font-weight: 900;
	font-size: 16px;
}
/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #32ef1e;
    font-size: 72px;
    font-weight: bold;
    transition: 0.3s;
	opacity:1;
	
}

.close:hover,
.close:focus {
    color: #f8bd1f;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
/*PREVIER AUCTIONMODAL END */

#notifize
{
display:block;
width:100%;
max-width:300px;
padding:0px;
float:left;
position:relative;
}


.odd {
        background-color: #333;
		border:2px solid #030303;
		  -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
    }
.even {
        background-color: #444;
		border:2px solid #030303;
		  -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;xi
    }
/*.odd:hover{
background:#222;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;	
}
.even:hover{
background:#222;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;	
}*/
.aucbg{
display:block;
height:auto;
/*border:5px solid #0b0b0b;*/
overflow: auto;
width:100%;
padding:1%;
margin-bottom:10px;

}

.wrap {
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f8bd1f;
  color:#0b0b0b;
  padding:0.2em;
  width:100%;
  max-width:220px;
  border: solid 4px #000;
}
.time-to {
  text-align:center;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  color:#0b0b0b;
  font-size:16px;
  letter-spacing:0px;
  text-transform: uppercase;
  font-weight: 900;
}

/*START FRONT PAGE  LIVE AUCTION CURRENT AUCTION CLOSED AUCTION*/
span.spanheaders
{
font-size:16px;
color:#f8bd1f;
text-transform:uppercase;font-weight:600;
background:#0b0b0b;
border:2px solid #030303;
padding: 12px 10px;
margin:0px;
width:100%;
float:left;

}
.outer-preview
{
width:100%;
display:block;
margin:0 auto;
height:500px;
overflow:auto;
background:#0b0b0b;
}
.outdoors
{
width:100%;display:block;margin-top:0;
z-index: 100000;
}

/*END FRONT PAGE  LIVE AUCTION CURRENT AUCTION CLOSED AUCTION*/

/* Mobile Layout: 480px and below. */
body, html {
height: 100%;
padding:0px;
margin: 0px;
  /* SVG as background image (IE9/Chrome/Safari/Opera) */ 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5a5a5+1,dddddd+95 */
background: #0B0B0B;
}
a.deletebutton
{
background:#c31414;
padding: 5px 10px;
color:#141414;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:900;
font-size:13px;
text-transform:uppercase;
border-radius:0px;
text-decoration:none;

}
a.deletebutton:hover
{
background:#d52a2a;
text-decoration:none;
transform: scale(0.9);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.9, 1, 0.28, 0.08);
}
a.deletebutton:active
{
background:#a50b0b;
transform: scale(0.9);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.9, 1, 0.28, 0.08);
text-decoration:none;	
}

a.editbanner
{
background:#61d51c;
padding: 5px 10px;
color:#141414;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:900;
font-size:13px;
text-transform:uppercase;
border-radius:0px;
text-decoration:none;

}
a.editbanner:hover
{
background:#85bf01;
text-decoration:none;
transform: scale(0.9);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.9, 1, 0.28, 0.08);
}
a.editbanner:active
{
background:#f8bd1f;
transform: scale(0.9);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.9, 1, 0.28, 0.08);
text-decoration:none;	
}

#previrebutton
{
background:#61d51c;
color:#141414;	
padding: 3px 6px;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:900;
font-size:11px;
text-transform:uppercase;
border-radius:0px;
text-decoration:none;
border: solid 2px #0b0b0b;
width:100%;
max-width:200px;
margin: 0 auto;
text-align:center;
}
a.groupeditbutton
{
background:#61d51c;
color:#141414;	
padding: 3px 6px;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:900;
font-size:10px;
text-transform:uppercase;
border-radius:0px;
text-decoration:none;
border: solid 2px #0b0b0b;
}
a.groupeditbutton:hover
{
background:#f8bd1f;
color:#0b0b0b;
text-decoration:none;
}
a.groupeditbutton:active
{
background:#32ef1e;
color:#141414;
}
/*ANIMATION ONVIEW*/
.slide {
    position:relative;
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slide.ng-enter,
.slide.ng-leave {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.slide.ng-enter {
    left: 100%;
	
}
.slide.ng-enter-active {
    left: 0;
}
.slide.ng-leave {
    left: 0;
	display:none;
}
.slide.ng-leave-active {
    left: -100%;
}
.pop {
   /* position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pop.ng-enter,
.pop.ng-leave {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.pop.ng-enter {
    -webkit-transform: scale(0);
    transform: scale(0);
	 
	
}
.pop.ng-enter-active,
.pop.ng-leave,
.pop.ng-leave-active {
    -webkit-transform: scale(1);
    transform: scale(1);

}
.pop.ng-leave-active {
display:none;	
}
.slide-pop {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.slide-pop.ng-enter,
.slide-pop.ng-leave {
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
}
.slide-pop.ng-enter {
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.slide-pop.ng-enter-active {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.slide-pop.ng-leave {
	left: 0;
	opacity: .5;
	
		
}
.slide-pop.ng-leave-active {
	left: -100%;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	
}

.reverse .page.slide-pop.ng-enter {
	opacity: .5;
	left: -100%;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.reverse .page.slide-pop.ng-enter-active {
	opacity: 1;
	left: 0;
}
.reverse .page.slide-pop.ng-leave {
	opacity: .5;
	-webkit-transform: scale(1);
	transform: scale(1);
	left: 0;
	right: 0;
}
.reverse .page.slide-pop.ng-leave-active {
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

.animate-enter, 
.animate-leave
{ 
  -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  position: relative;
  display: block;
} 
 
.animate-enter.animate-enter-active, 
.animate-leave {
  opacity: 1;
  top: 0;
  height: 30px;
}
 
.animate-leave.animate-leave-active,
.animate-enter {
  opacity: 0;
  top: -50px;
  height: 0px;
}
/*SELECTTION ADD SUB CATEGORY DIV BOX STYLES START */
#unpubwatch
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/watcher-status.png');
background-repeat: no-repeat;
background-position: 0px 0px;
margin: 0 auto;
}
#pubwatch
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/watcher-status.png');
background-repeat: no-repeat;
background-position: 0px -55px;
margin: 0 auto;
}
#nowatchers
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/watch-status-update.png');
background-repeat: no-repeat;
background-position: 0px -165px;
margin: 0 auto;
}
#somewatchers
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/watch-status-update.png');
background-repeat: no-repeat;
background-position: 0px -110px;
margin: 0 auto;
}
#sendwatch
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/watcher-status.png');
background-repeat: no-repeat;
background-position: 0px -165px;
margin: 0 auto;
}
#sentwatch
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/watcher-status.png');
background-repeat: no-repeat;
background-position: 0px -110px;
margin: 0 auto;
}
#closeWatch
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/watch-status-update.png');
background-repeat: no-repeat;
background-position: 0px -55px;
text-align:left;
}
#openWatch
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/watch-status-update.png');
background-repeat: no-repeat;
background-position: 0px 0px;
text-align:left;
}
/*START DIVS FOR AUCION STATUS*/
#unpubauction
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/auction-status-sprite.png');
background-repeat: no-repeat;
background-position: 0px -55px;
margin: 0 auto;
}
#unpubart
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/article-status-sprite.png');
background-repeat: no-repeat;
background-position: 0px -55px;
margin: 0 auto;
}
#pubauction
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/auction-status-sprite.png');
background-repeat: no-repeat;
background-position: 0px 0px;
margin: 0 auto;
}
#pubart
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/article-status-sprite.png');
background-repeat: no-repeat;
background-position: 0px 0px;
margin: 0 auto;
}
#currentauction
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/auction-status-sprite.png');
background-repeat: no-repeat;
background-position: 0px -110px;
margin: 0 auto;
}
#currentart
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/article-status-sprite.png');
background-repeat: no-repeat;
background-position: 0px -110px;
margin: 0 auto;
}
#closedauction
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/auction-status-sprite.png');
background-repeat: no-repeat;
background-position: 0px -165px;
margin: 0 auto;
}
#unpublishauction
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/auction-status-update.png');
background-repeat: no-repeat;
background-position: 0px -55px;
margin: 0 auto;
float:left;
margin:1em;
}
#unpublishart
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/article-status-update.png');
background-repeat: no-repeat;
background-position: 0px -55px;
margin: 0 auto;
float:left;
margin:1em;
}
#editmemberdiv
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/edit-profile-tr.png');
background-repeat: no-repeat;
margin: 0 auto;
float:left;
margin:1em;
}

#editmemberpass
{
display:block;
width:55px;
height:55px;
display: block;
background-image: url('../go-images/edit-pass.png');
background-repeat: no-repeat;
margin: 0 auto;
float:left;
margin:1em;
}
#publishauction
{
display:block;
width:55px;
height:55px;
background-image: url('../go-images/auction-status-update.png');
background-repeat: no-repeat;
background-position: 0px 0px;
margin: 0 auto;
float:left;
margin:1em;
}
#publishart
{
display:block;
width:55px;
height:55px;
background-image: url('../go-images/article-status-update.png');
background-repeat: no-repeat;
background-position: 0px 0px;
margin: 0 auto;
float:left;
margin:1em;
}
#makecurrentauction
{
display:block;
width:55px;
height:55px;
background-image: url('../go-images/auction-status-update.png');
background-repeat: no-repeat;
background-position: 0px -110px;
margin: 0 auto;
float:left;
margin:1em;
}
#makecurrentart
{
display:block;
width:55px;
height:55px;
background-image: url('../go-images/article-status-update.png');
background-repeat: no-repeat;
background-position: 0px -110px;
margin: 0 auto;
float:left;
margin:1em;
}
#closeauction
{
display:block;
width:55px;
height:55px;
background-image: url('../go-images/auction-status-sprite.png');
background-repeat: no-repeat;
background-position: 0px -165px;
margin: 0 auto;
float:left;
margin:1em;
}
#deleteauction
{
display:block;
background:#f71127;
width:72px;
height:72px;
float:right;
}
#deleteauction:hover
{
background:#f71025;
transform: scale(0.9);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
#deleteauction:active
{
background:#c90215;
transform: scale(0.9);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.heighttable
{
height:72px;
text-align:center;
color:#ccc;
font-weight:800;
font-size:11px;
}
.idtable
{
width:100px;
background:#000;
height:72px;
text-align:center;
}
a.editlota
{
font-size:13px;
cursor:pointer;
font-weight:900;
text-decoration:underline;	
height:72px;
}
a.editlota:hover
{
color:#f8bd1f;	
text-decoration:underline;	
}
a.editlota:active
{
color:#f81f4d;	
transform: scale(1.1);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);	
}
#watches-filter{
width:44%;
margin:3%;
float:left;
height:100px;
font-size:24px;
text-align:center;
background:#000;
line-height:100px;
cursor:pointer;
}
#watches-filter:hover{
background:#000;
transform: scale(1.1);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);	
cursor:pointer;
}
#watches-filter:active{
background:#171717;
transform: scale(1.1);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);	
}
a.editseller
{
font-size:9px;
cursor:pointer;
font-weight:900;
text-decoration:none;	
}
a.editseller:hover
{
color:#f8bd1f;	
text-decoration:none;	
}
a.editseller:active
{
color:#f81f4d;	
transform: scale(1.1);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);	
}
a.addaucgroup
{
font-size:36px;
cursor:pointer;
background:#000;
color:#32ef1e;
margin:1px;
padding:44px;
float:left;
position:relative;
}
a.addaucgroup:hover
{
color:#f8bd1f;		
text-decoration:none;	
background:#080808;
}
a.addaucgroup:active
{
color:#32ef1e;	
background:#080808;
-moz-box-shadow:    inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow:         inset 0 0 10px #000000;
transform: scale(0.9);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.9, 1, 0.28, 0.08);	

}

.auctionstatuseicon
{
display:block;
cursor:pointer;
}
.auctionstatuseicon:hover
{
transform: scale(0.9);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.auctionstatuseicon:active
{
-webkit-transition: width 0.7s ease-in;
transition: width 0.7s ease-in;
}
.auctionstatuseicon:visited
{
}
/*END DIVS FOR AUCION STATUS*/
/* START ALL STYLES FOR GROUP LOTS */
#listsgroups
{
width:100%;
display:block;	
}
#listsgroupauctions
{
width:100%;
display:block;	
}
/* END ALL STYLES FOR GROUP LOTS */
button.savebutton {
display:block;
background:#18a20a;
padding:10px 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
text-decoration: none;
text-transform:uppercase;
border:0 none;
margin: 0 auto;
}
button.savebutton:hover {
background:#66d91e;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
button.savebutton:active {
background:#2cfc14;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
button.changebutton {
display:block;
background:#18a20a;
padding:10px 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
text-decoration: none;
text-transform:uppercase;
border:0 none;
float:left;
}
button.changebutton:hover {
background:#66d91e;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
button.changebutton:active {
background:#2cfc14;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
button.lavebutton {
display:block;
background:#18a20a;
padding:10px 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
text-decoration: none;
text-transform:uppercase;
border:0 none;
margin-left: 0px;
}
button.lavebutton:hover {
background:#66d91e;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
button.lavebutton:active {
background:#2cfc14;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
input.aavebutton {
display:block;
background:#18a20a;
padding:10px 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
text-decoration: none;
text-transform:uppercase;
border:0 none;
float:left;
}
input.aavebutton:hover {
background:#66d91e;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
input.aavebutton:active {
background:#2cfc14;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
*:focus {
outline: none;
}
/*UPLOAD FOLDER*/
img.thumb {
    eight: 144px;
    position: relative;
	margin-left:0px;
	text-align:left;
	display:block;
	border: 5px solid #0d0d0d;
    
}

form .progress {
    line-height: 24px;
	height: 24px;
}

.progress {
    display: inline-block;
    width: 95%;
    
}

.progress div {
    font-size: 16px;
	color:#0d0d0d;
	padding-left:5px;
    background: #f8bd1f;
    width: 0;
}
/*END UPLOAD FOLDER*/

/*PREVIEW FORM |BOXES */
#boxresponse
{
width:98%;
padding:2%;
}
/* END PREVIEW |BOXES */
#holdselection
{
width:100%;
max-width:300px;
height:100%;
position:relative;
display:block;
margin:0 auto;
}
#holdaccselection
{
width:100%;
max-width:300px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;
}
#holdsubaccselection
{
width:100%;
max-width:300px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;
}
#holdimselection
{
width:100%;
/*max-width:300px;*/
height:100%;
position:relative;
display:block;
margin-bottom:1em;
}
#holdsaletype
{
width:100%;
max-width:300px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;
}
#holdhealth
{
width:100%;
max-width:300px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;
}
#holddeliverytype
{
width:100%;
max-width:300px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;
}
#holdgrade
{
width:100%;
max-width:300px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;
}
#holdmasterprice
{
width:100%;
max-width:150px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;
}
#holdprivacy
{
width:100%;
max-width:200px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;
}
#holdconversion
{
width:100%;
max-width:170px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;
}
#unittype
{
width:100%;
max-width:300px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;
}
#agefrom
{
width:100%;
max-width:170px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;
}
#ageto
{
width:100%;
max-width:170px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;
}
#commuse
{
width:100%;
max-width:200px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;
}
#finration
{
width:100%;
max-width:200px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;
}
#hormoneoptions
{
width:100%;
max-width:200px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;	
}
#rangeoptions
{
width:100%;
max-width:200px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;	
}
#naturaloptions
{
width:100%;
max-width:200px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;	
}
#organicoptions
{
width:100%;
max-width:200px;
height:100%;
position:relative;
display:block;
margin-bottom:1em;	
}
#healthoptions
{
width:100%;
height:200px;
overflow-y:scroll;
position:relative;
display:block;
margin-bottom:1em;	
}
#safexmonthoptions
{
width:100%;
height:200px;
overflow-y:scroll;
position:relative;
display:block;
margin-bottom:1em;	
}
#safexyearoptions
{
width:100%;
height:200px;
overflow-y:scroll;
position:relative;
display:block;
margin-bottom:1em;	
}
#safexpriceoptions
{
width:100%;
height:200px;
overflow-y:scroll;
position:relative;
display:block;
margin-bottom:1em;	
}

#wgoffloadoptions
{
width:100%;
height:150px;
overflow:none;
position:relative;
display:block;
margin-bottom:1em;	
}
#wgloadoptions
{
width:100%;
height:150px;
overflow:none;
position:relative;
display:block;
margin-bottom:1em;	
}
#insectoptions
{
width:100%;
height:150px;
overflow:none;
position:relative;
display:block;
margin-bottom:1em;		
}
#gmfreeoptions
{
width:100%;
height:150px;
overflow:none;
position:relative;
display:block;
margin-bottom:1em;		
}
#innocoptions
{
width:100%;
height:200px;
overflow-y:scroll;
position:relative;
display:block;
margin-bottom:1em;	
}
#provinceoptions
{
width:100%;
height:200px;
overflow-y:scroll;
position:relative;
display:block;
margin-bottom:1em;		
}
#bridgeoptions
{
width:100%;
height:200px;
overflow-y:scroll;
position:relative;
display:block;
margin-bottom:1em;		
}
#paymentoptions
{
width:100%;
height:200px;
overflow-y:scroll;
position:relative;
display:block;
margin-bottom:1em;		
}
#delynoptions
{
width:100%;
height:100%;
position:relative;
display:block;
margin-bottom:1em;		
}
#deckeroptions
{
width:100%;
height:100%;
position:relative;
display:block;
margin-bottom:1em;		
}
#eftoptions
{
width:100%;
height:100%;
position:relative;
display:block;
margin-bottom:1em;		
}
#rampoptions
{
width:100%;
height:100%;
position:relative;
display:block;
margin-bottom:1em;		
}
#privacyoptions
{
width:100%;
height:100%;
position:relative;
display:block;
margin-bottom:1em;		
}
.deliveryheaders
{
width:100%;color:#f8bd1f;font-size:18px;font-weight:600;line-height:18px;text-align:left;padding:10px 5px;letter-spacing:1px;background:#0d0d0d;
}
.previewheaders
{
width:100%;
color:#f8bd1f;
font-size:18px;
font-weight:600;
line-height:36px;
text-align:left;
letter-spacing:1px;
background:#0d0d0d;
}

.groupreviewhdr
{
width:100%;
color:#32ef1e;
font-size:18px;
font-weight:600;
line-height:36px;
text-align:left;
letter-spacing:1px;
background:#000;
padding-left:1em;
}
.editlotheaders
{
width:100%;
color:#f8bd1f;
font-size:20px;
font-weight:600;
line-height:36px;
text-align:left;
letter-spacing:1px;
background:#0d0d0d;
height:36px;
}
.errorheaders
{
width:100%;
color:#f8bd1f;
font-size:18px;
font-weight:600;
line-height:36px;
text-align:left;
background:#0d0d0d;
padding:5px;
}
#pricesmastererror
{
width:100%;
display:block;
}
#dateloterror
{
width:100%;
display:block;
}
#detailsquantityerror
{
width:100%;
display:block;	
}
#imageerror
{
width:100%;
display:block;	
}
#pricesaletypeerror
{
width:100%;
display:block;	
}
#pricereserverror
{
width:100%;
display:block;		
}
#pricesminincrerror
{
width:100%;
display:block;			
}
#noiderror
{
width:100%;
display:block;
}
#efterror
{
width:100%;
display:block;
}
#showerrorsform
{
width:100%;
display:block;
}
#unitofsaletype
{
width:100%;
display:block;	
}
#unitofratio
{
width:100%;
display:block;	
}
#agef
{width:100%;
display:block;	
}
#aget
{
width:100%;
display:block;	
}
#commet
{
width:100%;
display:block;		
}
#gradefromerror
{
width:100%;
display:block;		
}
#gradetoerror
{
width:100%;
display:block;		
}
#gradesortederror
{
width:100%;
display:block;		
}
#dateloaderror
{
width:100%;
display:block;			
}
#paymenterror
{
width:100%;
display:block;			
}

#dateviewerror
{
width:100%;
display:block;			
}
#privacyerror
{
width:100%;
display:block;			
}
#resultsaddauction
{
width:100%;
display:block;			
}
#showotherration
{
display:inline-block;
width:100%;
}
#othercategory
{
display:block;	
margin-bottom:1em;	
width:100%;
}
#accordianselection
{
width:100%;
height:100%;
position:relative;
display:block;
margin:0 auto;
z-index: 200;
}
#top-select
{
width:100%;
height:50px;
position: relative;
margin:0 auto;
background:#000;
top:0px;
color: #61d51c;
font-size: 16px;
font-weight:600;
text-align: center;
line-height:50px;
cursor:pointer;
}

#accordian-select
{
width:100%;
height:50px;
position: relative;
margin:0 auto;
background:#000;
top:0px;
color: #61d51c;
font-size: 14px;
font-weight:800;
text-align: left;
line-height:50px;
cursor:pointer;
padding-left: 1%;
border-bottom: solid 2px #111;
text-transform:uppercase;
z-index: 190;
}
#theselector
{
width:50px;
height:50px;
float:right;
}
#accselector
{
width:47px;
height:47px;
display: block;
}
.delside-icon-down
{
width:50px;
height:50px;
display: block;
background-image: url('../go-images/close-open.png');
 background-repeat: no-repeat;
background-position: 0px 0px;
float:right;
}
.delside-icon-up
{
width:50px;
height:50px;
display: block;
background-image: url('../go-images/close-open.png');
 background-repeat: no-repeat;
background-position: 0px -50px;	
float:right;
}
.side-icon-down
{
width:50px;
height:50px;
display: block;
background-image: url('../go-images/close-open.png');
 background-repeat: no-repeat;
background-position: 0px 0px;
float:right;
}
.side-icon-up
{
width:50px;
height:50px;
display: block;
background-image: url('../go-images/close-open.png');
 background-repeat: no-repeat;
background-position: 0px -50px;	
float:right;
}
.perc-icon-down
{
width:50px;
height:50px;
display: block;
background-image: url('../go-images/perc-open.png');
 background-repeat: no-repeat;
background-position: 0px 0px;
float:right;
}
.perc-icon-up
{
width:50px;
height:50px;
display: block;
background-image: url('../go-images/perc-open.png');
 background-repeat: no-repeat;
background-position: 0px -50px;	
float:right;
}
.accside-icon-down
{
width:48px;
height:48px;
display: block;
background-image: url('../go-images/close-open.png');
 background-repeat: no-repeat;
background-position: 0px 0px;
float:right;
}
.accside-icon-up
{
width:50px;
height:50px;
display: block;
background-image: url('../go-images/close-open.png');
 background-repeat: no-repeat;
background-position: 0px -50px;	
float:right;
}
#optionsshow
{
display:block;
width:100%;	
height:200px;
overflow-y:scroll;
}
#thesuboptionsshow
{
display:block;
width:100%;	
height:200px;
overflow-y:scroll;
}
#conversionopt
{
display:block;
width:100%;	
height:144px;
overflow-y:scroll;
}
#agetypeoptions
{
display:block;
width:100%;	
height:200px;
overflow-y:scroll;
}
#agetooptions
{
display:block;
width:100%;	
height:200px;
overflow-y:scroll;
}
#gradeoptions
{
display:block;
width:100%;	
height:200px;
overflow-y:scroll;
}
#gradetooptions
{
display:block;
width:100%;	
height:200px;
overflow-y:scroll;
}
/*START SLIDING SCALE OUTSIDE CONTAINER RESPONSIVE */
#scalemaincontainer
{
width:100%;
display:inline-block;
}
#innerscalebox
{
width:48%;
display:inline-block;
float:left;
}
/*END SLIDING SCALE OUTSIDE CONTAINER RESPONSIVE */
.accviewer
{
display:block;
width:100%;	
height: auto;	
}
#theselections
{
width:100%;
height:50px;
background:#0B0B0B;
color: #61d51c;
font-size: 16px;
font-weight:600;
margin:0 auto;
text-align:center;
line-height:50px;
cursor:pointer;
}
#theselections:hover
{
background: #f8bd1f;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
color: #0d0d0d;		
}
#theselections:active
{
background:#49d200;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
color: #0d0d0d;	
}

#checkselections
{
width:100%;
height:50px;
background:#151515;
color: #61d51c;
font-size: 15px;
font-weight:600;
margin:0 auto;
text-align:center;
line-height:50px;
cursor:pointer;
}
#checkselections:hover
{
background: #f8bd1f;	
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
color: #0d0d0d;		
}
#checkselections:active
{
background:#49d200;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
color: #0d0d0d;	
}
#innocselections
{
width:100%;
height:50px;
background:#151515;
color: #61d51c;
font-size: 15px;
font-weight:600;
margin:0 auto;
text-align:center;
line-height:50px;
cursor:pointer;
}
#innocselections:hover
{
background: #f8bd1f;	
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
color: #0d0d0d;		
}
#innocselections:active
{
background:#49d200;	
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
color: #0d0d0d;	
}
#showhealthselections
{
display:none;
}
#showinnocselections
{
display:none;
}
#otherhealth
{
display:none;
}
#showform
{
display:inline-block;
width:100%;
background:#0d0d0d;
height:100%;
z-index:10000000;
margin-top:0 auto;
top:0px;
}
#boxresponse
{
position:relative;
width:100%;
display:inline-block;
}
/*SELECTTION DIV BOX STYLES ADD SUB CATEGORY END */

/*SELECTTION DELETE CATEGORY DIV BOX STYLES START */
#del-select
{
width:100%;
height:50px;
position: relative;
margin:0 auto;
background:#0d0d0d;
top:0px;
color: #61d51c;
font-size: 16px;
font-weight:600;
text-align: center;
line-height:50px;
cursor:pointer;
}
#deltheselector
{
width:50px;
height:50px;
float:right;
}
#deloptionsshow
{
display:block;
width:100%;	
}
#deltheselections
{
width:100%;
height:50px;
background:#151515;
color: #61d51c;
font-size: 16px;
font-weight:600;
margin:0 auto;
text-align:center;
line-height:50px;
cursor:pointer;
}
#deltheselections:hover
{
background:#49d200;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
color: #0d0d0d;		
}
#deltheselections:active
{
background: #f8bd1f;	
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
color: #0d0d0d;	
}
/*SELECTTION DIV BOX STYLES DELETE CATEGORY END */


/*SELECTTION DELETE SUB CATEGORY DIV BOX STYLES START */
#sub-select
{
width:100%;
height:50px;
position: relative;
margin:0 auto;
background:#0d0d0d;
top:0px;
color: #61d51c;
font-size: 16px;
font-weight:600;
text-align: center;
line-height:50px;
cursor:pointer;
}
#subtheselector
{
width:50px;
height:50px;
float:right;
}
.subside-icon-down
{
width:50px;
height:50px;
display: block;
background-image: url('../go-images/close-open.png');
background-repeat: no-repeat;
background-position: 0px 0px;
float:right;
}
.subside-icon-up
{
width:50px;
height:50px;
display: block;
background-image: url('../go-images/close-open.png');
 background-repeat: no-repeat;
background-position: 0px -50px;	
float:right;
}
#suboptionsshow
{
display:block;
width:100%;	
height:360px;
overflow-y:scroll;
}
#subtheselections
{
width:100%;
height:50px;
background:#151515;
color: #61d51c;
font-size: 16px;
font-weight:600;
margin:0 auto;
text-align:center;
line-height:50px;
cursor:pointer;
}
#subtheselections:hover
{
background:#49d200;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
color: #0d0d0d;		
}
#subtheselections:active
{
background: #f8bd1f;	
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
color: #0d0d0d;	
}
/*SELECTTION DIV BOX STYLES DELETE SUB CATEGORY END */


/*/FORM CENTERING*/
#regform
{
width:100%;
margin: 0 auto;
text-align:center;
}
#login_member
{
width:100%;
margin: 0 auto;
text-align:center;	
}
#updateform
{
width:100%;
margin: 0 auto;
text-align:center;	
}
#adminupdateform
{
width:100%;
margin: 0 auto;
text-align:center;	
}
#updatepass
{
width:100%;
margin: 0 auto;
text-align:center;	
}
/*/FORM CENTERING END*/
a.notifybutton {
display:block;
background:#18a20a;
padding:10px 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
text-decoration: none;
text-transform:uppercase;
border:0 none;
width:220px;
}
a.notifybutton:hover {
background:#66d91e;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
a.notifybutton:active {
background:#2cfc14;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
/*ACTIVATION OF MEMBER POP UPS START*/
#back_pop
{
display:block;
background:#4e4f4d;
width:300px;
-moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
height:78px;
right:0px;
-webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.9);
-moz-box-shadow:    3px 3px 4px 0px rgba(50, 50, 50, 0.9);
box-shadow:         3px 3px 4px 0px rgba(50, 50, 50, 0.9);
z-index:10000;
position:fixed;
}
#delauction_pop
{
display:block;
background:#4e4f4d;
width:300px;
-moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
height:150px;
right:0px;
-webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.9);
-moz-box-shadow:    3px 3px 4px 0px rgba(50, 50, 50, 0.9);
box-shadow:         3px 3px 4px 0px rgba(50, 50, 50, 0.9);
z-index:10000;
position:fixed;
}
.show
{

}
#activate
{
display:block;
position:relative;
margin:0 auto;	
margin-top:0px;
margin:0 auto;
}
#deactivate
{
display:block;
position:relative;
margin:0 auto;	
margin-top:0px;	
}
#makeadmin
{
display:block;
position:relative;
margin:0 auto;	
margin-top:0px;	
}
/*pagination controller */
/*POP UP CATEGORY START */
#backdrop
{
background: #222;
width: 100%;
display: block;
position: relative;
top: 102px;
height: 200px;
z-index: 1000;
margin-top: -100px;
opacity: 1;
}
.popupcategory
{
display:block;
position:relative;
margin:0 auto;	
margin-top:0px;
width:100%;
padding:2%;
height:100%;
text-align:center;
}
.popupper
{
margin-top: 0px;
top: 2%;
position: absolute;
width: 96%;
display: block;
}
/*END POP UP CATEGORY START */
.sort-icon {
    font-size: 9px;
    margin-left: 5px;
}

th {
    cursor:pointer;
}
/*pagination controller end */

#scroller
{
overflow: auto;
}
#noscroller
{
overflow: auto;
}
/*ACTIVATION OF MEMBER POP UPS END*/
/*IMAGE as Submit button on Amdin usermanager */
input[type=image] {
display:block;
border:0 none;
margin: 0 auto;
background: #59cc11;
cursor:pointer;
}
input[type=image]:hover {
background:#66d91e;
transform: scale(1.1);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
input[type=image]:active {
background:#2cfc14;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}

input[type=image].mailnew {
display:block;
background: #49d200;
width:90px;
height:90px;
cursor:pointer;
border:0 none;
margin-left:5px;
}
input[type=image].mailnew:hover {
transform: scale(1.1);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
background: #72e121;
}
input[type=image].mailnew:active {
background: #f8bd1f;
-webkit-transition: width 0.7s ease-in;
transition: width 0.7s ease-in;
}
/*END IMAGE as Submit button on Amdin usermanager */
/*Start*/
/*END*/
/*Admin Tables Start*/
.tb-headers
{
color:#777;
font-size:10px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:900;
letter-spacing:0px;
opacity:1;
text-transform:uppercase;
height:24px;
text-align:center;
}
/*Admin Tables END*/
.group-headers
{
/*color:#f8bd1f;*/
COLOR:#777;
font-size:12px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:700;
letter-spacing:1px;
opacity:1;
text-transform:uppercase;
height:36px;
}

.filter-headers
{
color:#777;
font-size:16px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:900;
letter-spacing:1px;
opacity:1;
text-transform:uppercase;
float:left;
text-align:left;
}


.group-td
{
height:36px;
font-size:12px;
color:#777;
font-weight:900;
}

.group-td-date
{
height:36px;
color:#777;
font-size:12px;
line-height:36px;
}


/*NG animate views start*/
.pop.ng-enter,
.pop.ng-leave {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.pop.ng-enter {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pop.ng-enter-active,
.pop.ng-leave,
.pop.ng-leave-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pop.ng-leave-active {}
/* END ng Animate views*/
/*LEFT NAV SLIDER ELEMENTS START */
#user-holder
{
position: absolute;
width:100%;
padding:0;
margin:0;
height: 500px;
background:#ccc;
top:0px;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
#creditshow
{
display:none;
height:36px;
}

/*@media only screen and (min-width: 300px) {*/
#header_bg
{
width:100%;
height:72px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,7cf709+50,82f108+69,41bc25+100 */
background: #41bc25; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxYmMyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzgyZjEwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdjZjcwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzgyZjEwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MWJjMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #41bc25 0%, #82f108 30%, #7cf709 50%, #82f108 69%, #41bc25 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#41bc25), color-stop(30%,#82f108), color-stop(50%,#7cf709), color-stop(69%,#82f108), color-stop(100%,#41bc25)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* IE10+ */
background: linear-gradient(to right, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bc25', endColorstr='#41bc25',GradientType=1 );
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}	
#gologo
{
width:100%;
max-width:72px;
margin:0 auto;
text-align:center;
}
/*headers FOR reg AND login forms*/
#header_reg
{
width:100%;
height:92px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,9cc425+50,41bc25+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,c1f909+50,82f108+69,41bc25+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,7cf709+50,82f108+69,41bc25+100 */
background: #41bc25; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxYmMyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzgyZjEwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdjZjcwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzgyZjEwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MWJjMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #41bc25 0%, #82f108 30%, #7cf709 50%, #82f108 69%, #41bc25 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#41bc25), color-stop(30%,#82f108), color-stop(50%,#7cf709), color-stop(69%,#82f108), color-stop(100%,#41bc25)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* IE10+ */
background: linear-gradient(to right, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bc25', endColorstr='#41bc25',GradientType=1 );
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
#gologo_reg
{
width:100%;
max-width:92px;
margin:0 auto;
text-align:center;
}	
/*end headers for reg and login forms*/
img.go-menu-img
{
width:72px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border: solid 2px #61d51c;
}
img.go-menu-img:hover
{
width:64x;
 -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border: solid 2px #81f839;
}
/*LOGIN POP UP DIV START*/
#login_go
{
width:100%;
top:2px;
height:auto;
padding: 0px;
display:block;
background:#0B0B0B;
/*webkit-box-shadow: 3px 3px 4px 0px #000;
-moz-box-shadow:    3px 3px 4px 0px #000;
box-shadow:         3px 3px 4px 0px #000;*/
margin: 0 auto;
padding-bottom:100px;
}
#mem-container
{
width:100%;
display:inline-block;
color:#ccc;
}
#mem-heads-l
{
float:left;
width:44%;
display:block;
margin:0 auto;
}
#mem-heads-full
{
float:left;
width:90%;
display:block;
margin:0 auto;
}
#mem-heads-r
{
float:right;
width:100%;
max-width:72px;
display:block;
position:relative;
margin: 0 3px;
}
#mem-first
{
display:block;
padding:3px;
float:left;
margin:0 auto;
position:relative;
}
img.profileicon
{
display:block;
width:100%;
max-width:72px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#46c901+0,59f901+50,46c901+100 */
background: #49d200;
cursor:pointer;
}
img.profileicon:hover
{
transform: scale(0.9);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
background: #72e121;
}
img.profileicon:active
{
background: #f8bd1f;
-webkit-transition: width 0.7s ease-in;
transition: width 0.7s ease-in;
}
img.profileicon:visited
{
background: #72e121;
}

.profileicon
{
display:block;
width:100%;
max-width:72px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#46c901+0,59f901+50,46c901+100 */
background: #49d200;
cursor:pointer;
}
.profileicon:hover
{
transform: scale(0.9);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
background: #72e121;
}
.profileicon:active
{
background: #f8bd1f;
-webkit-transition: width 0.7s ease-in;
transition: width 0.7s ease-in;
}
.profileicon:visited
{
background: #72e121;
}

img.goicons
{
display:block;
background: #49d200;
width:100%;
max-width:90px;
cursor:pointer;
}
img.goicons:hover
{
transform: scale(1.1);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
background: #72e121;
}
img.goicons:active
{
background: #f8bd1f;
-webkit-transition: width 0.7s ease-in;
transition: width 0.7s ease-in;
z-index:100000;
}
img.goicons:visited
{
}

input.goicons
{
display:block;
background: #49d200;
width:100%;
max-width:90px;
cursor:pointer;
}
input.goicons:hover
{
transform: scale(1.1);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
background: #72e121;
}
input.goicons:active
{
background: #f8bd1f;
-webkit-transition: width 0.7s ease-in;
transition: width 0.7s ease-in;
z-index:100000;
}
.goicons:visited
{
}
img.editicons
{
display:block;
width:100%;
max-width:28px;
border:0 none;
margin: 0 auto;
cursor:pointer;
}
img.editicons:hover
{
transform: scale(1.2);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
img.editicons:active
{
transform: scale(1.1);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
z-index:100000;
}

img.safexicons
{
display:block;
width:100%;
max-width:44px;
border:0 none;
margin-right:0px;
cursor:pointer;

}
img.safexicons:hover
{
transform: scale(1.2);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
img.safexicons:active
{
transform: scale(1.1);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
z-index:100000;
}


img.editicons:visited
{
}
img.exticons
{
display:block;
width:100%;
max-width:55px;
border:0 none;
margin: 0 auto;
cursor:pointer;
}
img.exticons:hover
{
transform: scale(1.2);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
img.exticons:active
{
transform: scale(1.1);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
z-index:100000;
}
img.exticons:visited
{
}
#header_pop
{
width:100%;
position:relative;
height:44px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,c1f909+50,82f108+69,41bc25+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,7cf709+50,82f108+69,41bc25+100 */
background: #41bc25; /* Old browsers */
background: -moz-linear-gradient(left, #41bc25 0%, #82f108 30%, #7cf709 50%, #82f108 69%, #41bc25 100%); 
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#41bc25), color-stop(30%,#82f108), color-stop(50%,#7cf709), color-stop(69%,#82f108), color-stop(100%,#41bc25));
background: -o-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%);
background: -ms-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); 
background: linear-gradient(to right, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bc25', endColorstr='#41bc25',GradientType=1 );
margin: 0 auto;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 900;
color:#0B0B0B;
text-align:center;
line-height:44px;
font-size:14px;
text-transform:uppercase;
}
/*LOGIN POP UP DIV END*/
#group_pop
{
width:100%;
position:relative;
height:24px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,c1f909+50,82f108+69,41bc25+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,7cf709+50,82f108+69,41bc25+100 */
background: #41bc25; /* Old browsers */
background: -moz-linear-gradient(left, #41bc25 0%, #82f108 30%, #7cf709 50%, #82f108 69%, #41bc25 100%); 
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#41bc25), color-stop(30%,#82f108), color-stop(50%,#7cf709), color-stop(69%,#82f108), color-stop(100%,#41bc25));
background: -o-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%);
background: -ms-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); 
background: linear-gradient(to right, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bc25', endColorstr='#41bc25',GradientType=1 );
margin: 0 auto;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 900;
color:#555;
text-align:center;
line-height:24px;
font-size:14px;
text-transform:uppercase;
}
/*CURRETN AUCTIONS DIVS*/
.product_header
{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#777;
font-size: 13px;
font-weight: 900;
}

.biid_header
{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#121212;
font-size: 16px;
font-weight: 800;
background:#fc1929;
border:none;
display:block;
width:100%;
max-width:220px;
padding: 2px 10px;

}
/*END CURRETN AUCTIONS DIVS*/
/*ACCORDIAN NEW LOT START*/
.acc_header
{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#ccc;
font-size: 14px;
font-weight: 700;
padding: 5px 0px;
}
.win_header
{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#61d51c;
font-size: 16px;
font-weight: 700;
}
/*ACCORDIAN NEW LOT END*/
.previt_header
{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#ccc;
font-size: 14px;
font-weight: 700;
padding: 0.5em 1em;
}
.small_header
{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#999;
font-size: 10px;
font-weight: 900;
padding: 0.5em 1em;
float:right;
}

/*TABLES FOR REGISTRATION AND LOG IN*/
.td_header
{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#999;
font-size: 16px;
font-weight: 900;
padding: 5px 0px;
}
.td_largerheader
{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#999;
font-size: 20px;
font-weight: 500;
padding: 5px 0px;
}
.td_required
{
text-align:right;
color:#ccc;
font-size: 12px;
font-weight: 700;
font-style:italic;
padding: 5px 0px;
}
.reg_table
{
padding:5px;
/*display:inline-block;*/
display:block;
color:#ccc;
}
/*CHANGE FOR OTHER SCEEENWIDTHS*/
input.search_inputs
{
width:190px;
border: solid 2px #1c1c1b;
height: 36px;
padding: 3px;	
background:#555;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#111;
font-size:12px;
font-weight:700;
border-radius:7px;
}
input.auction_input
{
width:100%;
max-width:200px;
border: solid 4px #1c1c1b;
height: 36px;
padding: 3px;	
background:#ccc;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:12px;
font-weight:700;
float:left;
border-radius:10px;
}
input.winner_edit
{
width:100%;
max-width:150px;
border: solid 1px #1c1c1b;
height: 36px;
padding: 3px;	
background:#ccc;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:12px;
font-weight:700;
float:left;
border-radius:10px;
}
.new_input
{
width:100%;
border: solid 4px #000;
max-width:500px;
height: 50px;
padding: 3px;	
background:#ccc;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
/*float:left;*/
border-radius: 10px;
}
input.bid_input
{
width:100%;
max-width:200px;
border: solid 4px #000;
height: 44px;
padding: 3px;	
background:#ccc;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
float:left;
border-radius: 10px;
}

.auctionarea_input
{
width:100%;
border: solid 4px #000;
height: 240px;
padding: 3px;	
background:#ccc;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:14px;
font-weight:700;
float:left;
border-radius: 10px;
}
input.slidingscale_input
{
width:120px;
border: solid 4px #000;
height: 36px;
padding: 3px;	
background:#ccc;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:12px;
font-weight:700;
float:left;
border-radius: 10px;
}
input.scale_input
{
width:90px;
border: solid 4px #000;
height: 36px;
padding: 3px;	
background:#ccc;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:12px;
font-weight:700;
float:left;
border-radius: 10px;
}
input.image_upload
{
width:100%;
/*border: solid 2px #1c1c1b;*/
height: 72px;
padding: 3px;	
background:none;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#CCC;
font-size:16px;
font-weight:700;
opacity:0;
position: absolute;
cursor:pointer;

}
input.form_inputs
{
width:100%;
border: solid 4px #000;
height: 50px;
padding: 3px;	
background:#ccc;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:12px;
font-weight:700;
border-radius:10px;
max-width:500px;

}
.text_inputs
{
width:290px;
border: solid 4px #000;
height: 100px;
padding: 3px;	
background:#ccc;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
border-radius:10px;
max-width:500px;
}

.textbox_inputs
{
width:100%;
border: solid 4px #000;
height: 200px;
padding: 3px;	
background:#ccc;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
border-radius:10px;
max-width:500px;
}
/*CHANGE FOR OTHER SCEEENWIDTHS*/
/* TERMS and CONDITIONS POP UP START*/
#terms_box
{
width:100%;
background:#333432;
top:2px;
height:auto;
padding: 0px;
display:block;
-webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.9);
-moz-box-shadow:    3px 3px 4px 0px rgba(50, 50, 50, 0.9);
box-shadow:         3px 3px 4px 0px rgba(50, 50, 50, 0.9);
margin: 0 auto;
}
#close_box
{
position:absolute;
right:0px;
top:0px;
width:36px;
height:36px;
background:#ff6600;
display:block;
}
#close_preview
{
position:relative;
float:right;
top:0px;
width:36px;
height:36px;
background:#ff6600;
display:block;
}
#close_dialoguepreview
{
position:relative;
right:72px;
top:0px;
width:36px;
height:36px;
background:#ff6600;
display:block;
float:right;
}
#close_dialogue
{
position:relative;
right:0px;
top:0px;
width:36px;
height:36px;
background:#ff6600;
display:block;
float:right;
}

a.close_terms
{
display:block;
text-decoration:none;
border:0 none;
}
a.close_terms:link
{
display:block;
text-decoration:none;
border:0 none;
}
input[type=submit] {
display:block;
background:#18a20a;
padding:10px 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
text-decoration: none;
text-transform:uppercase;
border:0 none;
margin: 0 auto;
}
input[type=submit]:hover {
background:#66d91e;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
input[type=submit]:active {
background:#2cfc14;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
/* TERMS and CONDITIONS POP UP END*/
/*any a tag with button look and feel*/
a.gobutton {
display:block;
background:#18a20a;
padding:10px 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
text-decoration: none;
text-transform:uppercase;
border:0 none;
}
a.gobutton:hover {
background:#66d91e;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
a.gobutton:active {
background:#2cfc14;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
/*any a tag with button look and feel END*/
.livebutton {
display:block;
background:#18a20a;
padding:10px 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
text-decoration: none;
text-transform:uppercase;
border:0 none;
}
.livebutton:hover {
background:#66d91e;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
.livebutton:active {
background:#2cfc14;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
/* Pass show start */
a.show_pass
{
color:#6fdc20;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:14px;
text-decoration:underline;
}
a.show_pass:hover
{
color:#74ff0f;
}
a.show_pass:active
{
color:#72ff6f;
}
/* Pass show END */
/*START ADVERTS DIVS START*/
#leftbox
{
width:100%;
display:inline-block;
margin:0 auto;
bottom:0px;
position:relative;
background:#111;
/*webkit-box-shadow: 3px 3px 4px 0px #000;
-moz-box-shadow:    3px 3px 4px 0px #000;
box-shadow:         3px 3px 4px 0px #000;*/
}
#rightbox
{
width:100%;
display:inline-block;	
margin:0 auto;
bottom:0px;
position:relative;
background:#111;
/*webkit-box-shadow: 3px 3px 4px 0px #000;
-moz-box-shadow:    3px 3px 4px 0px #000;
box-shadow:         3px 3px 4px 0px #000;*/
}
#groupleftbox
{
width:100%;
display:inline-block;
padding:1%;
margin:0 auto;
bottom:0px;
position:relative;
background:#030303;
margin-bottom:1em;
}
#grouprightbox
{
width:100%;
display:inline-block;	
padding:1%;
margin:0 auto;
bottom:0px;
position:relative;
background:#030303;
margin-bottom:1em;
overflow:auto;
}

#nomobilegoad
{
width:100%;
display:inline-block;
margin:0 auto;
bottom:0px;
position:relative;
background:#111;
/*webkit-box-shadow: 3px 3px 4px 0px #000;
-moz-box-shadow:    3px 3px 4px 0px #000;
box-shadow:         3px 3px 4px 0px #000;*/
}
}
/*END ADVERTS DIVS START*/
/*}*/

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 768px) {
/* START ALL STYLES FOR GROUP LOTS */
#listsgroups
{
width:50%;
display:block;	
}
#listsgroupauctions
{
width:50%;
display:block;	
}
/* END ALL STYLES FOR GROUP LOTS */	
/*START SLIDING SCALE OUTSIDE CONTAINER RESPONSIVE */
#scalemaincontainer
{
width:100%;
display:inline-block;
}
#innerscalebox
{
width: 48%;
display:inline-block;
float:left;
padding:1%;
}
#boxresponse
{
position:relative;
width:50%;
display:inline-block;
float:left;
}
/*END SLIDING SCALE OUTSIDE CONTAINER RESPONSIVE */	
#header_bg
{
width:100%;
height:124px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,7cf709+50,82f108+69,41bc25+100 */
background: #41bc25; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxYmMyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzgyZjEwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdjZjcwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzgyZjEwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MWJjMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #41bc25 0%, #82f108 30%, #7cf709 50%, #82f108 69%, #41bc25 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#41bc25), color-stop(30%,#82f108), color-stop(50%,#7cf709), color-stop(69%,#82f108), color-stop(100%,#41bc25)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* IE10+ */
background: linear-gradient(to right, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bc25', endColorstr='#41bc25',GradientType=1 );
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
#gologo
{
width:100%;
max-width:124px;
margin:0 auto;
text-align:center;
}	
/*LOGIN POP UP DIV START*/
#login_go
{
width:100%;
top:0px;
height:auto;
padding: 0px;
display:block;
background:#0B0B0B;
/*webkit-box-shadow: 3px 3px 4px 0px #000;
-moz-box-shadow:    3px 3px 4px 0px #000;
box-shadow:         3px 3px 4px 0px #000;*/
margin:0 auto;
padding-bottom:10px;
}
#header_pop
{
width:100%;
position:relative;
height:55px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,c1f909+50,82f108+69,41bc25+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,7cf709+50,82f108+69,41bc25+100 */
background: #41bc25; /* Old browsers */
background: -moz-linear-gradient(left, #41bc25 0%, #82f108 30%, #7cf709 50%, #82f108 69%, #41bc25 100%); 
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#41bc25), color-stop(30%,#82f108), color-stop(50%,#7cf709), color-stop(69%,#82f108), color-stop(100%,#41bc25));
background: -o-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%);
background: -ms-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); 
background: linear-gradient(to right, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bc25', endColorstr='#41bc25',GradientType=1 );
margin: 0 auto;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 900;
color:#0B0B0B;
text-align:center;
line-height:55px;
font-size:17px;
text-transform:uppercase;
}
#group_pop
{
width:100%;
position:relative;
height:36px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,c1f909+50,82f108+69,41bc25+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,7cf709+50,82f108+69,41bc25+100 */
background: #41bc25; /* Old browsers */
background: -moz-linear-gradient(left, #41bc25 0%, #82f108 30%, #7cf709 50%, #82f108 69%, #41bc25 100%); 
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#41bc25), color-stop(30%,#82f108), color-stop(50%,#7cf709), color-stop(69%,#82f108), color-stop(100%,#41bc25));
background: -o-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%);
background: -ms-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); 
background: linear-gradient(to right, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bc25', endColorstr='#41bc25',GradientType=1 );
margin: 0 auto;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 900;
color:#111;
text-align:center;
line-height:36px;
font-size:16px;
text-transform:uppercase;
}
/*LOGIN POP UP DIV END*/
input.form_inputs
{
width:100%;
border: solid 4px #1c1c1b;
height: 44px;
padding: 3px;	
background:#ccc;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:12px;
font-weight:700;
border-radius: 10px;
}
.text_inputs
{
width:450px;
border: solid 4px #1c1c1b;
height: 72px;
padding: 3px;	
background:#ccc;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:12px;
font-weight:700;
border-radius: 10px;
}
.reg_table
{
padding:10px;
/*display:inline-block;*/
display:block;
}
/* TERMS and CONDITIONS POP UP START*/
#terms_box
{
width:100%;
background:#333432;
top:0px;
height:auto;
padding: 0px;
display:none;
-webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.9);
-moz-box-shadow:    3px 3px 4px 0px rgba(50, 50, 50, 0.9);
box-shadow:         3px 3px 4px 0px rgba(50, 50, 50, 0.9);
margin:0 auto;
}
a.close_terms
{
display:block;
text-decoration:none;
border:0 none;
}
a.close_terms:link
{
display:block;
text-decoration:none;
border:0 none;
}
#go_termsofservice
{
width:100%;
height:600px;
overflow-y:scroll;
padding:5px;
}
a.show_terms
{
color:#6fdc20;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:14px;
text-decoration:underline;
}
a.show_terms:hover
{
color:#74ff0f;
}
a.show_terms:active
{
color:#72ff6f;
}
/* TERMS and CONDITIONS POP UP END*/
/* Pass show start */
a.show_pass
{
color:#6fdc20;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:14px;
text-decoration:underline;
}
a.show_pass:hover
{
color:#74ff0f;
}
a.show_pass:active
{
color:#72ff6f;
}
/* Pass show END */
input[type=submit] {
display:block;
background:#18a20a;
padding:10px 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
text-decoration: none;
text-transform:uppercase;
border:0 none;
margin: 0 auto;
}
input[type=submit]:hover {
background:#66d91e;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
input[type=submit]:active {
background:#2cfc14;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
/* any a tag with a button look and feel*/
a.gobutton {
display:block;
background:#18a20a;
padding:10px 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
text-decoration: none;
text-transform:uppercase;
border:0 none;
}
a.gobutton:hover {
background:#66d91e;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
a.gobutton:active {
background:#2cfc14;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
/* any a tag with a button look and feel END*/
.livebutton {
display:block;
background:#18a20a;
padding:10px 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
text-decoration: none;
text-transform:uppercase;
border:0 none;
}
.livebutton:hover {
background:#66d91e;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
.livebutton:active {
background:#2cfc14;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
/*START ADVERTS DIVS START*/
#leftbox
{
width:48%;
padding:0 2%;
display:inline-block;
float:left;
position:relative;
background:#111;
/*webkit-box-shadow: 3px 3px 4px 0px #000;
-moz-box-shadow:    3px 3px 4px 0px #000;
box-shadow:         3px 3px 4px 0px #000;*/
}
#rightbox
{
width:48%;
padding:2%;
display:inline-block;	
float:right;
position:relative;
background:#111;
/*webkit-box-shadow: 3px 3px 4px 0px #000;
-moz-box-shadow:    3px 3px 4px 0px #000;
box-shadow:         3px 3px 4px 0px #000;*/
}
#groupleftbox
{
width:30%;
padding:1%;
display:inline-block;	
float:left;
position:relative;
background:#030303;
margin-bottom:0;
}
#grouprightbox
{
width:64%;
padding:1%;
display:inline-block;	
float:right;
position:relative;
background:#030303;
}
#nomobilegoad
{
width:48%;
padding:0 2%;
display:inline-block;
float:left;
position:relative;
background:#111;
}
/*END ADVERTS DIVS START*/
}

@media only screen and (min-width: 1024px) {
/*START SLIDING SCALE OUTSIDE CONTAINER RESPONSIVE */
/* START ALL STYLES FOR GROUP LOTS */
#listsgroups
{
width:50%;
display:block;	
}
#listsgroupauctions
{
width:50%;
display:block;	
}
/* END ALL STYLES FOR GROUP LOTS */	
#scalemaincontainer
{
width:100%;
display:inline-block;
}
#innerscalebox
{
width: 48%;
display:inline-block;
float:left;
padding:1%;
}
#boxresponse
{
position:relative;
width:50%;
display:inline-block;
float:left;
}
/*END SLIDING SCALE OUTSIDE CONTAINER RESPONSIVE */	
#header_bg
{
width:100%;
height:192px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,7cf709+50,82f108+69,41bc25+100 */
background: #41bc25; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxYmMyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzgyZjEwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdjZjcwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzgyZjEwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MWJjMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #41bc25 0%, #82f108 30%, #7cf709 50%, #82f108 69%, #41bc25 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#41bc25), color-stop(30%,#82f108), color-stop(50%,#7cf709), color-stop(69%,#82f108), color-stop(100%,#41bc25)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* IE10+ */
background: linear-gradient(to right, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bc25', endColorstr='#41bc25',GradientType=1 );
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
#gologo
{
width:100%;
max-width:192px;
margin:0 auto;
text-align:center;
}	
/*headers FOR reg AND login forms*/
#header_reg
{
width:100%;
height:92px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,9cc425+50,41bc25+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,9cc425+50,41bc25+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,7cf709+50,82f108+69,41bc25+100 */
background: #41bc25; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxYmMyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzgyZjEwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdjZjcwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzgyZjEwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MWJjMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #41bc25 0%, #82f108 30%, #7cf709 50%, #82f108 69%, #41bc25 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#41bc25), color-stop(30%,#82f108), color-stop(50%,#7cf709), color-stop(69%,#82f108), color-stop(100%,#41bc25)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* IE10+ */
background: linear-gradient(to right, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bc25', endColorstr='#41bc25',GradientType=1 );
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
#gologo_reg
{
width:100%;
max-width:92px;
margin:0 auto;
text-align:center;
}	
/*end headers for reg and login forms*/
/*LOGIN POP UP DIV START*/


#login_go
{
width:100%;
top:2px;
padding: 0px;
display:block;
margin: 0 auto;
background:#0B0B0B;
/*webkit-box-shadow: 3px 3px 4px 0px #000;
-moz-box-shadow:    3px 3px 4px 0px #000;
box-shadow:         3px 3px 4px 0px #000;*/
padding-bottom:10px;
}


#header_pop
{
width:100%;
position:relative;
height:55px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,c1f909+50,82f108+69,41bc25+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,7cf709+50,82f108+69,41bc25+100 */
background: #41bc25; /* Old browsers */
background: -moz-linear-gradient(left, #41bc25 0%, #82f108 30%, #7cf709 50%, #82f108 69%, #41bc25 100%); 
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#41bc25), color-stop(30%,#82f108), color-stop(50%,#7cf709), color-stop(69%,#82f108), color-stop(100%,#41bc25));
background: -o-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%);
background: -ms-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); 
background: linear-gradient(to right, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bc25', endColorstr='#41bc25',GradientType=1 );
margin: 0 auto;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 900;
color:#0B0B0B;
text-align:center;
line-height:55px;
font-size:17px;
text-transform:uppercase;
}
#group_pop
{
width:100%;
position:relative;
height:36px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,c1f909+50,82f108+69,41bc25+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41bc25+0,82f108+30,7cf709+50,82f108+69,41bc25+100 */
background: #41bc25; /* Old browsers */
background: -moz-linear-gradient(left, #41bc25 0%, #82f108 30%, #7cf709 50%, #82f108 69%, #41bc25 100%); 
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#41bc25), color-stop(30%,#82f108), color-stop(50%,#7cf709), color-stop(69%,#82f108), color-stop(100%,#41bc25));
background: -o-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%);
background: -ms-linear-gradient(left, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); 
background: linear-gradient(to right, #41bc25 0%,#82f108 30%,#7cf709 50%,#82f108 69%,#41bc25 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bc25', endColorstr='#41bc25',GradientType=1 );
margin: 0 auto;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 900;
color:#111;
text-align:center;
line-height:36px;
font-size:16px;
text-transform:uppercase;
}
/*LOGIN POP UP DIV END*/
/*CHANGE FOR OTHER SCEEENWIDTHS*/

input.form_inputs
{
width:100%;
height: 50px;
padding: 10px;	
background:#ccc;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:12px;
font-weight:700;
border: solid 4px #000;
border-radius:10px;
}
.text_inputs
{
width:100%;
border: solid 4px #1c1c1b;
height: 72px;
padding: 10px;	
background:#ccc;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:12px;
font-weight:700;
border-radius:10px;
}
/*CHANGE FOR OTHER SCEEENWIDTHS*/
.reg_table
{
padding:10px;
/*display:inline-block;*/
display:block;
}
/* TERMS and CONDITIONS POP UP START*/
#terms_box
{
width:100%;
background:#333432;
top:2px;
padding: 0px;
display:none;
margin: 0 auto;
-webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.9);
-moz-box-shadow:    3px 3px 4px 0px rgba(50, 50, 50, 0.9);
box-shadow:         3px 3px 4px 0px rgba(50, 50, 50, 0.9);
}
a.close_terms
{
display:block;
text-decoration:none;
border:0 none;
}
a.close_terms:link
{
display:block;
text-decoration:none;
border:0 none;
}
#go_termsofservice
{
width:100%;
height:600px;
overflow-y:scroll;
padding:5px;
}
/* TERMS and CONDITIONS POP UP END*/

input[type=submit] {
display:block;
background:#18a20a;
padding:10px 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
text-decoration: none;
text-transform:uppercase;
border:0 none;
margin: 0 auto;
}
input[type=submit]:hover {
background:#66d91e;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
input[type=submit]:active {
background:#2cfc14;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
/*any a tag with button look and feel*/
a.gobutton {
display:block;
background:#18a20a;
padding:10px 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
text-decoration: none;
text-transform:uppercase;
border:0 none;
}
a.gobutton:hover {
background:#66d91e;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
a.gobutton:active {
background:#2cfc14;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
/*any a tag with button look and feel*/
.livebutton {
display:block;
background:#18a20a;
padding:10px 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#1c1c1b;
font-size:16px;
font-weight:700;
text-decoration: none;
text-transform:uppercase;
border:0 none;
}
.livebutton:hover {
background:#66d91e;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
.livebutton:active {
background:#2cfc14;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
transition: background 0.5s ease;
}
/* Pass show start */
a.show_pass
{
color:#6fdc20;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:14px;
text-decoration:underline;
}
a.show_pass:hover
{
color:#74ff0f;
}
a.show_pass:active
{
color:#72ff6f;
}
/* Pass show END */
#mem-first
{
display:block;
padding:3px;
float:left;
margin:0 auto;
position:relative;
}
/*START ADVERTS DIVS START*/
#leftbox
{
width:36%;
padding:0 2%;
display:inline-block;
float:left;
position:relative;
background:#111;
/*webkit-box-shadow: 3px 3px 4px 0px #000;
-moz-box-shadow:    3px 3px 4px 0px #000;
box-shadow:         3px 3px 4px 0px #000;*/
}
#rightbox
{
width:64%;
padding:0 2%;
display:inline-block;	
float:right;
position:relative;
background:#111;
/*webkit-box-shadow: 3px 3px 4px 0px #000;
-moz-box-shadow:    3px 3px 4px 0px #000;
box-shadow:         3px 3px 4px 0px #000;*/
/*height:250px;*/
}
#groupleftbox
{
width:30%;
padding:1%;
display:inline-block;	
float:left;
position:relative;
background:#030303;
margin-bottom:0;
}
#grouprightbox
{
width:64%;
padding:1%;
display:inline-block;	
float:right;
position:relative;
background:#030303;
}
#nomobilegoad
{
width:36%;
padding:0 2%;
display:inline-block;
float:left;
position:relative;
}
/*END ADVERTS DIVS START*/
}