div, H1, H2, H3, p, span, ul, li{ padding: 0; margin: 0;}
/* New class*/
body  {
            font-family: Arial;
            background: #a1a1a1;
            padding: 0; margin: 0;
            font-size: 12px;
            color: #fff;
        }
        
/*************
  TEXT */

a{
    color:#0066CC;
    outline: 0;
    text-decoration: underline;   
}
a:hover{
    text-decoration: none;
}
a.logo_a{
    display: block;
    width: 360px;
    height: 80px;
    margin-top: 30px;
    background:url("images/logo.gif") no-repeat top left;
}


H1{
    font-size: 2.6em;
    color: #fff847;
    font-weight: normal;
    margin:5px 0 15px 0;
}
H2{
   
    color: #fff;
    font-size:1.8em;
    font-weight:bold;
    margin:5px 0;
}
H3{
    color: #86f920;
    font-size:1.8em;
    font-weight:bold;
    margin:0 0 5px 0;
}

.title{
    font-size: 2em;
    margin: 10px 0;
}
.box-title-1{
    font-weight: bold;
    font-size: 1.1em;
    color: #d2ae48;
}
.box-title-2{
    font-weight: bold;
    font-size: 1.1em;
    color: #fff;
}


ul li{
    list-style: square inside;
    color: inherit;
    padding: 0 0 0 10px;
    line-height: 1.5em;
}
.small-text{
    color: #000;
    font-size: 0.8em;
}
/*********/
.left{   float: left;}
.right{   float: right;}
.clear{   clear: both;}

.main-wrapper{
    background:url("images/bg_maingradient.png") repeat-x  top left;  
    width: 100%;  
 	margin-top: 24px;
 	_margin-top: 0;

}
.main-content-wrapper{
     background:url("images/bg_content.jpg") no-repeat  top center;
}
.main-content{
    height: 100%;
    width: 990px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 800px;
    _padding-top: 20px;
}
 a.titleurl{
    color: #fddf17;
    text-align: center;
    display: inline-block;
    padding: 1px 7px;
    margin: 0 5px;
    text-decoration: none;
}
a.titleurl:hover{
    background: #333;
    text-decoration: none;
    color: #fff;
}
.SignInBar{
    padding: 0;
    margin: 0;
    width: 100%;
    background:url("http://www.soldster.com/images/Top_Background_Strip.gif") repeat-x  top left;
    height:24px;
    position:fixed;
    z-index: 100;
    top:0;
}
.Login-Bar{
    margin: 0 auto;
    width: 990px;
    line-height: 20px;
}
.Navigation-Menu{
    padding-top: 20px;
    float: right;
}
.Navigation-Menu a{
    margin-right: 10px;
    font-weight: bold;
}


#coins_img{
    position: absolute;
    width: 390px;
    height: 250px;
    top: 60px;
    right: 38px;
     background:url("images/coins.gif") no-repeat top left;
}
/* Main content with dark background */

.Content-Container{
    margin-top:25px;
}
.Content-Container-Top{
    background:url(Images/bg_blacktrans_top.png) no-repeat;
    height:5px;
    font-size: 0.1px;
}
.Content-Container-Mid{
     background:url(Images/bg_blacktrans.png) repeat top left;
}
.wrapper{
    padding-left: 15px;
    overflow: hidden;
}
.backgroundbox{
    padding-right: 260px;
    font-size: 1.3em;
    line-height:24px;
    min-height: 100px;
    background:url(Images/bg_coin.gif) no-repeat top right; 
    _height: 100px;
}

.Item-Box {
    float:left;
    font-size:14px;
    padding-right:18px;
    width:300px;
}
.Item-Box-Top, .Item-Box-Bottom{
    background: url(Images/bg_box_gray_top.gif) no-repeat top left;
    height:5px;
    width:300px;
    font-size: 0.1px;
}
.Item-Box-Mid{
    background:#2c2c2c  url(Images/bg_box_gray.png) repeat-x bottom left;
    width:298px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    min-height: 325px;
}

.Item-Box-Bottom{
    background: url(Images/bg_box_gray_top.gif) no-repeat bottom left;
    }
.Item-Box p{
    padding: 5px 0;    
}
.box-button{
    padding-top: 15px;
    text-align: center;
}
.box-button-url{
    height: 27px;
    width: 220px;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none;
    background: url(Images/btn_home.png) no-repeat top center;
}
.box-button-url:hover{
    text-decoration: none;
    color: #884b09;
    background: url(Images/btn_home.png) no-repeat bottom center;
}
.Item-Box-Ad{
    float: left;
    width: 320px;
}
.StartupBanner{
    background: url(Images/bg_banner.jpg) no-repeat left top;
    height:145px;
    width:320px;
}
.StartupBanner a{
    color: #fff;
    font-size: 1.8em;
    text-decoration: none;
    display: block;
    padding:15px 20px 25px 15px;
}
.media{
    width: 318px;
    height: 180px;
    border: 1px solid #fff;
    background: #000;
    text-align: center;
}

/* Scroll gallery */
.scroll{
    clear:both;
    background: #fff;
    position: relative;
    margin-right: 15px;
   
    background:#bfbfbf;
    border: 1px solid #000;
}
.scroll-wrapper{
     padding: 10px 0;
}
.scrollable {
    background: #fff;
    float:left;
    height:110px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:903px;
}

.scrollable div.items {
    position:absolute;
    width:20000em;
}
.scrollable div.items div {
    float:left;
    padding:10px;
}
a.arrow-left,a.arrow-right{
    display:block;
    width: 16px;
    height: 26px;
    cursor:pointer;
    float:left;
    margin:40px 5px 0;
    background: url(Images/arrows.gif) no-repeat left top;
}
a.arrow-right{
    background: url(Images/arrows.gif) no-repeat right top;
}
/*///////////////////////// 
SEARCH
*/
#search {
    color:#999999;
    font-size:0.9em;
    font-weight:bold;
    margin-bottom:20px;
    margin-right: 18px;
    background-color: #222222;
    width:615px;
    height: 143px;
    border: 1px solid #555;
    -moz-border-radius: 4px;
    overflow: hidden;
    float: left;
}
.search-input {
    border:0 none;
    font-size:1.8em;
   /* height:30px;*/
    margin-left:45px;
    margin-top:10px;
    padding: 3px 0;
    background: #fff;
    width:320px;
}
.search-box{
    background: url(images/search_field.gif) no-repeat  center left;
    float:left;
    height:50px;
    margin-right:10px;
    width:380px;
}
.search-button{
    /*display: inline-block;*/float:left;
    width: 122px;
    border:0 none;
    height: 50px;
    background: url(images/search_butt.gif) no-repeat  bottom left;
}
.search-button:hover{
    background: url(images/search_butt.gif) no-repeat  top left;
    cursor: pointer;
}

/*/////////////////////////*/
.bbblogo{
    height:51px;
    right:20px;
    position:absolute;
    top:20px;
    width:135px;
    z-index:500;
}
.bbblogo img{
    border: 0;
}
.bbblogo a{
    border: 0;
    text-decoration: none;
    outline: none;
    position:fixed;
    display: block;
    height:51px;
    width:135px;
}
.bbblogo a:hover{
    text-decoration: none;
}
        
        #progressBackgroundFilter1
        {
            position: fixed;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            overflow: hidden;
            padding: 0;
            margin: 0;
            background-color: Gray;
            filter: alpha(opacity=50);
            opacity: 0.5;
            z-index: 1000;
        }
        #processMessage1
        {
            position: fixed;
            top: 30%;
            left: 43%;
            padding: 10px;
            width: 120px;
            z-index: 1001;
            background-color: Transparent;
        }
         .progressModalBackground
        {
            position: fixed;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            overflow: hidden;
            padding: 0;
            margin: 0;
            background-color: Gray;
            filter: alpha(opacity=50);
            opacity: 0.5;
            z-index: 1000;
        }
        .progressModalMessage
        {
            position: fixed;
            top: 30%;
            left: 43%;
            padding: 10px;
            width: 120px;
            z-index: 2001;
            background-color: Transparent;
        }
        
      
        span
        {
            font-size: 10pt;
        }
        .list-table
        {
            background-color: Gray;
            color: Navy;
            font-size: 11px;
            text-decoration: none;
            font-weight: normal;
        }
        .list-table .head
        {
            background-color: Gray;
            color: #FFFFFF;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
            text-align: center;
        }
        .list-table .Row
        {
            background-color: #EBEBEB;
        }
        .StartOverButton
        {
            font-family: Arial;
            font-size: 16pt;
            font-weight: bold;
            font-variant: normal;
            color: #999999;
            background-color: #EBEBEB;
            border-style: solid;
            border-color: Gray;
            border-width: 1px;
            height: 54px;
            width: 144px;
        }
        .StartOverButtonHover
        {
            font-family: Arial;
            font-size: 16pt;
            font-weight: bold;
            font-variant: normal;
            color: #C0F2F8;
            background-color: #04E0FA;
            border-style: solid;
            border-color: Black;
            border-width: 1px;
            height: 54px;
            width: 144px;
        }
        input.btnSubmit
        {
            color: #247A02;
            background-color: #EEF8FE;
            font: bold 18pt 'trebuchet ms' ,helvetica,sans-serif;
            border: 2px solid;
            border-color: #696 #363 #363 #696;
            height: 65px;
            width: 204px;
        }
        input.btnSubmitHover
        {
            color: #0811C4;
            background-color: #C5E49D;
            font: bold 18pt 'trebuchet ms' ,helvetica,sans-serif;
            border: 2px solid;
            border-color: #696 #363 #363 #696;
            height: 65px;
            width: 204px;
        }
        input.btnMenu
        {
            color: #247A02;
            background-color: #EEF8FE;
            font: bold 11pt 'trebuchet ms' ,helvetica,sans-serif;
            border: 2px solid;
            border-color: #696 #363 #363 #696;
            height: 40px;
        }
        input.btnMenuHover
        {
            color: #0811C4;
            background-color: #C5E49D;
            font: bold 11pt 'trebuchet ms' ,helvetica,sans-serif;
            border: 2px solid;
            border-color: #696 #363 #363 #696;
            height: 40px;
        }
        .td
        {
            font-family: Arial;
            font-size: 10pt;
            font-weight: bold;
            font-variant: normal;
            color: #1903EB;
        }
        .lst
        {
            font-family: Arial;
            font-size: 8pt;
            font-variant: normal;
            color: Black;
        }
        .label
        {
            font-family: Arial;
            font-variant:normal;
            font-size: 9pt;
            color: #949494;
        }
         .button
        {
        	font-family: Arial;
            font-size: 10pt;
            font-weight:bold;
            font-variant: normal;
            color: #2A2A2A;
            background-color:#FFFFC6;
            border:solid 1px gray;
        }
        .tr
        {
            font-family: Arial;
            font-size: 9pt;
            font-variant: small-caps;
        }
        .CancelButtonInactive
        {
            visibility: hidden;
            display: none;
        }
        .CancelButtonActive
        {
            visibility: hidden;
            display: none;
        }
        .modalBackground
        {
            filter: alpha(opacity=70);
            opacity: 0.7;
            background-color: Silver;
            width: 600px;
            height: 600px;
        }
        .modalPopup
        {
            background-color: White;
            border-width: 1px;
            border-style: solid;
            border-color: Gray;
            padding: 3px;
            width: 780px;
            height: 550px;
            overflow: scroll;
        }
        .ModalDiv
        {
            position: absolute;
            visibility: hidden;
            display: none;
            opacity: 0.3;
            filter: alpha(opacity=50);
            background-color: #FCFCFC;
            z-index: 900;
        }
        .DialogDiv
        {
            position: absolute;
            visibility: hidden;
            display: none;
            height: 350px;
            width: 400px;
            overflow: auto;
            z-index: 995;
            border: 3px solid #B5C7DE;
            background-color: White;
            float: left;
            padding: 0px;
        }
        .LabelDdlItem
        {
            color: #00008b;
            font-size: 14pt;
            font-weight: bold;
            font-family: Arial;
        }
        .cent
        {
            color: #000;
            font-weight: bold;
           
        }

        .errorText
        {
            font-family: Arial;
            font-size: 12pt;
            font-variant: normal;
            color: Red;
        }
    