 /*
* Common page elements
*/

html
{
	background: transparent;
}

.sw_ext_pg
{
    background: #fff url(/img/topbar.gif) left top repeat-x;
    color: #363942;
}
.sw_ext_pg a:link, a:visited
{
    text-decoration: none;
    color: #7c8f3f;
}
.sw_ext_pg a:hover
{
    text-decoration: none;
    color: #F7811B;
}
.sw_ext_pg a:active
{
    text-decoration: none;
    color: #A9BB79;
}
.sw_ext_pgcont
{
    width: 809px;
    margin: 0 auto;
    position: relative;
}
#sw_main
{
    background: url(/img/bd_bg.gif) top left repeat-y;
    float: left;
    width: 809px;
   	padding-bottom: 20px;
}

.sw_tooltip
{
    cursor: help;
}

.yui-tt
{
    color:#4A8797;
    background-color:#DAE0BC;
    font-family:arial,helvetica,verdana,sans-serif;
    font-weight: bold;
    padding:1em;
    border:1px solid #4A8797;
    font:bold 85% sans-serif;
    width:30em;
}
    
/*
* Merchant sign in/out tab
*/

#signin_closed
{
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
    width: 100%;
    color: #7B6D27;
    text-align: left;
    float: right;
}
#signin_closed .welcome
{
    float: right;
    padding-top: .85em;
    color: #808e3f;
	font-family: 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#signin_closed .tab
{
    float: right;
    text-align: center;
    background: url(/img/signin_closed.gif) top right no-repeat;
    width: 10.08em;
    *width: 9.83em;
    margin: 0 11px 9px 16px;
    display: inline;
}
#signin_closed .tabhd
{
    height: 8px;
    font-size: 1px;
    background: url(/img/signin_closed.gif) top left no-repeat;
    margin-right: 10px;
}
#signin_closed .tabbd
{
    background: url(/img/signin_closed.gif) bottom right no-repeat;
    height: 1.62em;
    *height: 1.58em;
}
#signin_closed .tabbd p
{
    background: url(/img/signin_closed.gif) bottom left no-repeat;
    font-size: 93%;
    height: 100%;
    padding-left: 10px;
    margin-right: 10px;
}
#signin_closed .tab, #signin_closed .tab a
{
    color: #524811;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#signin_open
{
    font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
    color: #7B6D27;
    text-align: left;
    position: absolute;
    z-index: 100;
    top: 0px;
    right: 0px;
    width: 400px;
}
#signin_open fieldset
{
    padding-left: 145px;
    height: 77px;
    padding-top: 5px;
    background: url(/img/signin_back.gif) 30px 0 no-repeat;
    border: 0;
}
#signin_open h3
{
    font: 93%/1em "Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #55480F;
    margin-bottom: 2px;
}
#signin_open .fieldwrap
{
    padding: 2px 8px;
background: url(/img/signin_field.gif) left top no-repeat;
    float: left;
    margin-bottom: 1px;
    width: 100px;
}
#signin_open .field
{
    color: #5E5217;
    height: 16px;
    width: 92px;
    font: 85% "Trebuchet MS",Arial,Helvetica,sans-serif;
    border-width: 0px;
    margin: 1px;
}
#signin_open label
{
    font: 85%/1em Arial,Helvetica,sans-serif;
    color: #292B33;
    float: left;
    clear: left;
    width: 60px;
    padding-top: 4px;
}
#signin_open .signin button
{
    background: url(/img/signin_button.gif) left top no-repeat;
    border: 0;
    height: 21px;
    width: 52px;
    position: absolute;
    top: 42px;
    right: 20px;
    cursor: pointer;
}
#signin_open .signin button em
{
    display: none;
}
#signin_open .signin:hover button
{
    background-position: -52px 0;
}

/*
* Header & nav
*/
h1#sw_logo
{
    float: left;
}
h1#sw_logo a
{
    background: url(/img/sprite_main.png) 0 -30px no-repeat;
    height: 79px;
    width: 277px;
    display: block;
    clear: both;
}
h1#sw_logo em
{
    display: none;
}
#sw_nav
{
    margin-top: -30px;
    background: url(/img/bd_crv_top.gif) left bottom no-repeat;
    padding-bottom: 9px;
    width: 809px;
    width: 62.23em;
    *width: 60.68em;
    float: left;
    display: inline;
    position: relative;
}
* html #sw_nav
{
    width: 60.73em;
}
#sw_nav .tabs
{
    padding-top: 30px;
    margin-left: 12px;
}
#sw_nav .tabs .tab
{
    float: left;
    margin: 0;
}
#sw_nav .tabs .tab a
{
    height: 2.3em;
    *height: 2.24em;
    width: 9.23em;
    *width: 9.01em;
    font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
    float: left;
    margin: 0 3px 0 3px;
    display: inline;
    background: url(/img/tab_off.gif) top right no-repeat;
    overflow: hidden;
    cursor: pointer;
    padding-right: 5px;
}
#sw_nav .tabs .tab em
{
    height: 1.65em;
    width: 8.31em;
    *width: 8.11em;
    padding: .45em 0 .45em .68em;
    font-weight: bold;
    color: #fff;
    background: url(/img/tab_off.gif) left top no-repeat;
    display: block;
    text-align: center;
    float: left;
}
#sw_nav .tabs .tab a:hover
{
    background-position: 100% -200px;
    text-decoration: none;
}
#sw_nav .tabs .tab a:hover em
{
    background-position: 0% -200px;
}
#sw_nav .tabs .selected a
{
    height: 2.69em;
    *height: 2.63em;
    margin: -0.23em -0.15em -0.38em -0.15em;
    width: 10.38em;
    *width: 10.13em;
    background: url(/img/tab_on.gif) top right no-repeat;
    z-index: 2;
    position: relative;
    padding: 0;
}
#sw_nav .tabs .selected .tabhd
{
    height: 6px;
    font-size: 1px;
    background: url(/img/tab_on.gif) top left no-repeat;
    margin-right: 7px;
}
#sw_nav .tabs .selected .tabbd
{
    background: #0f0;
    float: left;
    height: 2.23em;
    *height: 2.18em;
    width: 10.38em;
    *width: 10.13em;
    background: url(/img/tab_on.gif) bottom right no-repeat;
}
#sw_nav .tabs .selected em
{
    padding: 0.23em 0 0 0.65em;
    background-image: none;
    height: 2.00em;
    *height: 1.95em;
    width: 9.25em;
    *width: 9.03em;
    background: url(/img/tab_on.gif) bottom left no-repeat;
}
#sw_nav .tabs .selected a:hover
{
    background-position: top right;
}
#sw_nav .tabs .selected a:hover em
{
    background-position: bottom left;
}
#sw_nav .news
{
    position: absolute;
    top: 0;
    right: 9px;
    font-family: Arial, Helvetica, sans-serif;
    width: 260px;
    float: left;
    background: url(/img/newstab.gif) top left no-repeat;
    height: 60px;
    overflow: hidden;
}
#sw_nav .news h4
{
    font: 100%/1em "Trebuchet MS";
    padding: 10px 12px 0;
    height: 15px;
    overflow: hidden;
    color: #7c8f3f;
}
#sw_nav .news .newsbd
{
    font: 85%/1em arial;
    background: url(/img/newstab.gif) bottom left no-repeat;
    padding: 1px 15px 10px 12px;
    height: 24px;
    overflow: hidden;
}
#sw_nav .news .newsbd a
{
    text-decoration: underline;
    color: #8b8373;
}
#sw_nav .news .go
{
    padding: 0px 3px 0;
    vertical-align: top;
}

/*
* Footer
*/
#sw_ft
{
    background: url(/img/footerbg.gif) left top repeat-y;
    float: left;
    width: 809px;
}
#sw_ft .sw_ftbd
{
    background: url(/img/footer_bot.gif) bottom left no-repeat;
    padding-bottom: 6px;
    width: 791px;
    padding: 20px 9px;
    float: left;
}
#sw_ft .col
{
    float: left;
    width: 18%;
    background: url(/img/footer_vertstripe.gif) left top repeat-y;
    padding: 0 .5% 5px 1%;
    height: 7.5em;
}
#sw_ft .firstcol
{
    background-image: none;
}
#sw_ft .col h4
{
    font: 93% "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #535353;
    padding-bottom: 5px;
}
#sw_ft .col li
{
    font: 85%/.9 Arial, Helvetica, sans-serif;
    padding-bottom: 3px;
}
#sw_ft .col li a
{
    color: #858e67;
}
#sw_ftsrch fieldset
{
    border:0;
    width:150px;
    padding-top: 3px;
}
#sw_ftsrch_q
{
    color:#555555;
    height:17px;
    width:77px;
    background: transparent url(/img/sprite_main.png) 0 -190px no-repeat;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 100%;
    border-width: 0px;
    padding: 4px 3px 0px 20px;
    *padding: 2px 3px 2px 20px;
    margin-top: 2px;
    float: left;
}
* html #sw_ftsrch_q
{
    background-attachment: fixed;
}
#sw_ftsrch button
{
    background: transparent url(/img/sprite_main.png) 0 -139px no-repeat;
    height: 21px;
    width: 34px;
    float: left;
    margin: 2px 0 0 15px;
    border: 0;
    cursor: pointer;
}
#sw_ftsrch button em
{
    display: none;
}
#sw_copy
{
    float: left;
    width: 799px;
    font: 85% Arial, Helvetica, sans-serif;
    color: #7c8f3f;
    padding: 10px 5px;
    margin-right: -3px;
}

/*
* Homepage
*/
#sw_home
{
    color: #363942;
}
#sw_home h2.focus
{
    background: url(/img/tagline.gif) left top no-repeat;
    margin-left: 20px;
    margin-bottom: 5px;
    height: 48px;
    width: 445px;
}
#sw_home h2.focus em
{
    display: none;
}
#sw_home .salesrow
{
    background: url(/img/mainbg.gif) left top repeat-y;
    float: left;
    width: 809px;
}
#sw_home .salesrow .salesrowhd
{
    background: url(/img/wht_crns_top.gif) top left no-repeat;
    padding-top: 5px;
    float: left;
    width: 809px;
    margin-bottom: -5px;
}
#sw_home .salesrow .salesrowbd
{
    float: left;
    width: 809px;
}
#sw_home .salesrow .salesrowft
{
    background: url(/img/sprite_main.png) 0 -241px no-repeat;
    height: 3px;
    font-size: 1px;
    float: left;
    width: 809px;
}
#sw_home .salesrow .steps
{
    padding-left: 62px;
    float: left;
    background: #fff url(/img/hp_cont_left2.gif) top left no-repeat;
    padding-bottom: 10px;
}
#sw_home .salesrow li
{
    text-align: center;
    color: #96ab54;
    font-size: 108%;
    line-height: 1em;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight: bold;
}

#sw_home .salesrow .steps .sendstep
{
    padding: 15px 27px 100px 0;
    width: 112px;
    height: 4.35em;
    *height: 4.25em;
    float: left;
    position: relative;
    background: url(/img/sprite_home.png) 0 -30px no-repeat;
}
#sw_home .salesrow .steps .orderstep
{
    padding: 15px 13px 100px 4px;
    width: 136px;
    height: 4.35em;
    *height: 4.25em;
    float: left;
    position: relative;
    background: url(/img/sprite_home.png) 0 -236px no-repeat;
}
#sw_home .salesrow .steps .shipstep
{
    padding: 15px 47px 100px 10px;
    width: 127px;
    height: 4.35em;
    *height: 4.25em;
    float: left;
    position: relative;
    background: url(/img/sprite_home.png) 0 -442px no-repeat;
}
#sw_home .tryitnow
{
    background: url(/img/sprite_home.png) 0 -648px no-repeat;
    width: 236px;
    height: 158px;
    float:left;
    padding: 10px 15px 8px 2px;
    text-align: center;
}
#sw_home .tryitnow h3
{
    color:#6a5a0e;
    font: 138.5% "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-align: center;
    mnrgin-right: 30px;
    padding: 0;
}
#sw_home .tryitnow p
{
    color: #363942;
    font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif;
}
#sw_home .tryitnow .free
{
    color: #407584;
    font-size: 93%;
    font-weight: bold;
    padding-bottom: 3px;
}
#sw_home .tryitnow .store
{
    font: 85% Arial, Helvetica, "Sans Serif";
}

#sw_home .tryitnow .startbtn
{
    background: url(/img/start_trial_btn.gif) left top no-repeat;
    width: 156px;
    margin: 20px 41px 5px 41px;
    font: bold 108% "Trebuchet MS",Arial,Helvetica,Sans-serif;
    color: #fff;
    text-align: center;
    border:0;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    padding-top: 1.11em;
}
#sw_home .tryitnow .startbtn em
{
    background: url(/img/start_trial_btn.gif) left bottom no-repeat;
    display: block;
    padding: 0 10px 1.11em;
}
#sw_home .tryitnow .startbtn:hover
{
    background-position: -156px 0;
}
#sw_home .tryitnow .startbtn:hover em
{
    background-position: -156px bottom;
}
#sw_home .tryitnow .watch a
{
    color:#407584;
    font: 85% Arial,Helvetica,sans-serif;
    text-decoration: underline;
    clear: left;
}
#sw_home .casecont
{
    margin-top: 20px;
    width: 809px;
    float: left;
    display: inline;
	background: url(/img/mainbg.gif) left top repeat-y;
}
#sw_home .casecont .caseconthd
{
    padding: 12px 18px 5px;
    background: url(/img/wht_crns_top.gif) top left no-repeat;
    float: left;
    width: 773px;
}
#sw_home .casecont .caseconthd h2
{
    font: 138.5% "Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #6a5a0e;
    float: left;
    margin-left: 10px;
    display: inline;
}
#sw_home .casecont .caseconthd .seeall
{
    float: right;
    padding-left: 16px;
    margin: 3px 10px 0 0;
    background: url(/img/go.gif) 0% top no-repeat;
    font-weight: bold;
    font-size: 85%;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
#sw_home .casecontbd
{
    padding: 16px 0px 2px;
    float: left;
    margin-left: 18px;
    display: inline;
    background: url(/img/pro_linebr.gif) 0% -30px no-repeat;
}
#sw_home .casecontbd .case
{
    width: 230px;
    background: url(/img/pro_vertstripe.gif) left top repeat-y;
    float: left;
    padding: 0 10px 10px 20px;
}
#sw_home .casecontbd .firstcase
{
    background-image: none;
    padding-left: 12px;
}
#sw_home .casecontbd .case h3
{
    font: 116% "Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #6a5a0e;
}
#sw_home .casecontbd .case h4
{
    font: bold 93% "Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #4a8797;
    padding-bottom: 10px;
}
#sw_home .casecontbd .case img
{
    float: left;
    margin: 1px 10px 0 0;
}
#sw_home .casecontbd .case .data
{
    float: left;
    width: 120px;
    position: relative;
    min-height: 112px;
}
* html #sw_home .casecontbd .case .data
{
    height: 112px;
}
#sw_home .casecontbd .case .data p
{
    color: #343942;
    font: 85%/1.25em arial,Helvetica,sans-serif;
    width: 110px;
    min-height: 70px;
    *height: 70px;
}
#sw_home .casecontbd .case .casebtn
{
    display: block;
    width: 115px;
    margin-bottom: 1.4em;
    *margin-bottom: 1.37em;
    background: url(/img/casestudy_btn.gif) top left no-repeat;
    font-weight: bold;
    font-size: 93%;
    font-family: "Trebuchet MS";
    color: #fff;
    text-align: center;
    padding: .38em 0 0;
    border: 0;
    cursor: pointer;
}
#sw_home .casecontbd .case .casebtn em
{
    display: block;
    padding: 0 0 .38em;
    background: url(/img/casestudy_btn.gif) bottom left no-repeat;
}
#sw_home .casecontbd .case .casebtn:hover
{
    background-position: -115px 0;
}
#sw_home .casecontbd .case .casebtn:hover em
{
    background-position: -115px bottom;
}

#sw_home .casecontbd .case .getpdf
{
    padding-left: 15px;
    background: url(/img/go.gif) 0% top no-repeat;
    font-weight: bold;
    font-size: 85%;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
}
#sw_home .casecontft
{
    background: url(/img/sprite_main.png) 0 -241px no-repeat;
    height: 3px;
    width: 809px;
    float: left;
    font-size: 1px;
    margin-top: 10px;
}

/*
*  From How it Works Page
*/
#sw_howitworks_pg
{
    color: #363942;
}
#tryitout
{
   background: url(/img/cream_304_mid.gif) repeat-y top left;
   float: left;
   width: 304px;
   margin-bottom: 5px;
}
#tryitout .tryitoutbd
{
   background: url(/img/cream_304_top.gif) no-repeat top left;
   float: left;
   padding: 0 10px;
   width: 284px;
}
#tryitout .tryitoutbd .description
{
   display: inline;
   float: left;
   margin: 10px 15px 0 0;
   width: 110px;
}
#tryitout .tryitoutbd h3
{
   color: #6a5a0e;
   font-family: "Trebuchet MS";
   font-size: 138.5%;
}
#tryitout .tryitoutbd p
{
   font-size: 85%;
}
#tryitout .tryitoutbd .startbtn
{
   float: right;
   margin-top: 15px;
}
#tryitout .startbtn
{
    background: url(/img/start_trial_button_top.gif) left top no-repeat;
    width: 156px;
    font: bold 108% "Trebuchet MS",Arial,Helvetica,Sans-serif;
    color: #fff;
    text-align: center;
    border:0;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
}
#tryitout .startbtn em
{
    padding: 1.11em 10px;
    background: url(/img/start_trial_button_btm.gif) left bottom no-repeat;
    display: block;
}
#tryitout .startbtn:hover
{
    background-position: -156px 0;
}
#tryitout .startbtn:hover em
{
    background-position: -156px bottom;
}
#tryitout .tryitoutft
{
   background: url(/img/cream_304_btm.gif) no-repeat bottom left;
   height: 10px;
   width: 100%;
   float: left;
   font-size: 1px;
}
#howitworks
{
    background: url(/img/mainbg.gif) left top repeat-y;
    float: left;
    margin-bottom: 20px;
    width: 809px;
}
#howitworks .howitworkshd
{
    background: url(/img/wht_crns_top.gif) top left no-repeat;
    float: left;
    padding: 10px 15px 0;
    width: 779px;
}
#howitworks h1
{
   background: url(/img/howitworks_heading.gif) no-repeat top left;
   display: inline;
   height: 16px;
   margin: 25px 14px 15px;
   float: left;
   text-indent: -9999px;
   width: 439px;
}

#howitworks .howitworksbd
{
    background: url(/img/wht_crns_btm.gif) bottom left no-repeat;
    float: left;
    padding: 0 15px 20px;
    width: 779px;
}
#howitworkssteps
{
   background: url(/img/howitworks_steps_bg2.gif) no-repeat 0 28px;
   float: left;
   clear: left;
   display: inline;
   margin: 18px -9px 10px;
   height: 99px;
   min-height: 99px;
   padding: 0 10px 0 20px;
   position: relative;
   width: 768px;
}
#howitworks > #howitworkssteps
{
   height: auto;
}
#howitworkssteps li
{
   float: left;
   padding-left: 75px;
   width: 115px;
}
#howitworkssteps li.store
{
   padding-left: 75px;
   width: 120px;
}
#howitworkssteps li.sell
{
   padding-left: 70px;
   width: 125px;
}
#howitworkssteps li.ship
{
   width: 110px;
}
#howitworkssteps li.delight
{
}
#howitworkssteps li strong
{
   display: block;
   font-family: "Trebuchet MS";
   font-size: 138.5%;
   height: 28px;
   margin: 0 0 7px -30px;
   overflow: hidden;
   padding-left: 30px;
   color: #6a5a0e;
}
#howitworkssteps li p
{
   font-size: 85%;
}
#howitworkssteps li.store strong
{
   background: url(/img/howitworks_step1.gif) no-repeat top left;
}
#howitworkssteps li.sell strong
{
   background: url(/img/howitworks_step2.gif) no-repeat top left;
}
#howitworkssteps li.ship strong
{
   background: url(/img/howitworks_step3.gif) no-repeat top left;
}
#howitworkssteps li.delight strong
{
   background: url(/img/howitworks_step4.gif) no-repeat top left;
}
#howitworks .demo
{
   color: #4a8797;
   display: inline;
   float: right;
   font-size: 85%;
   margin-right: 20px;
   text-decoration: underline;
}
#howitworks .demo:hover
{
   color: #ff9519;
}

#sw_services
{
    background: url(/img/mainbg.gif) left top repeat-y;
    clear: both;
    width: 809px;
}
#sw_services #sw_serviceshd
{
    background: url(/img/wht_crns_top.gif) top left no-repeat;
    padding: 10px 15px 0;
    width: 779px;
}
#sw_services #sw_servicesbd
{
    background: url(/img/wht_crns_btm.gif) bottom left no-repeat;
    padding: 0 15px 10px;
    width: 779px;
}
#sw_services h2
{
   color: #6a5a0e;
   font: 116% "Trebuchet MS";
   margin-bottom: 10px;
   padding-left: 10px;
}
#sw_services th, #sw_services td
{
   border-left: 1px solid #d8d8d8;
}
#sw_services .store
{
   border: 0;
}
#sw_services th
{
   color: #478999;
   font: bold 100% "Trebuchet MS";
   height: 30px;
   vertical-align: middle;
}
#sw_services th.store
{
   background: url(/img/store_sml.gif) no-repeat 10px center;
   padding-left: 45px;
}
#sw_services th.sell
{
   background: url(/img/sell_sml.gif) no-repeat 10px center;
   padding-left: 37px;
}
#sw_services th.ship
{
   background: url(/img/ship_sml.gif) no-repeat 10px center;
   padding-left: 39px;
}
#sw_services th.delight
{
   background: url(/img/delight_sml.gif) no-repeat 10px center;
   padding-left: 41px;
}
#sw_services td
{
   vertical-align: top;
}
#sw_services ul
{
   font: normal 85% arial;
   padding: 0 5px;
   width: 180px;
}
#sw_services li
{
   margin-top: 5px;
   padding: 0 5px;
   zoom: 1;
}
#sw_services li.expanded
{
   position: relative;
}
#sw_services li .overlay
{
   background: #dae0bc;
   border: 1px solid #96ab54;
   color: #96ab54;
   display: none;
   padding: 2px 4px 4px;
   position: absolute;
   top: -3px;
   left: 0;
   width: 160px;
   z-index: 2;
}
#sw_services li.expanded .overlay
{
   display: block;
}
#sw_services li a.toggle
{
   background: url(/img/go.gif) no-repeat center left;
   color: #363942;
   display: block;
   padding-left: 15px;
}
#sw_services li a:hover
{
   color: #ff9519;
}
#sw_services li.expanded a.toggle
{
   background-image: url(/img/close.gif);
   font-weight: bold;
}
#sw_services li.expanded a.toggle:hover
{
   color: #363942;
}
#sw_services li .overlay p
{
   margin: 0 15px;
}
#sw_services li .overlay a.more
{
   color: #4a8797;
   display: block;
   font-weight: bold;
   margin: 5px 0 0 15px;
}
#sw_services li .overlay a.more:hover
{
   color: #ff9519;
}
#sw_services .casestudies 
{
   margin: 15px 30px 0 0;
   text-align: right;
}
#sw_services .casestudies em
{
   font: bold 93% "Trebuchet MS";
}
#sw_services .casestudies a
{
   background: url(/img/go.gif) no-repeat center right;
   color: #7c8f3f;
   font: bold 85% "Trebuchet MS";
   padding-right: 15px;
}
#sw_services .casestudies a:hover
{
   color: #ff9519;
}


/*
*  From Pricing Page
*/
#signuppop
{
   color: #fff;
   border: 0;
   background: transparent;
}
#signuppop .hd
{
   background: url(/img/green_shdw_top.png) no-repeat top left;
   *background: none;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/green_shdw_top.png', sizingMethod = 'crop');
   /*float: left;*/
   font-size: 1px;
   width: 100%;
   border: 0;
   z-index: 1;
   position: relative;
}
#signuppop .bd
{
   background: url(/img/green_shdw_mid.png) repeat-y top left;
   *background: none;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/green_shdw_mid.png', sizingMethod = 'scale');
   /*float: left;*/
   padding: 0 15px;
   width: 240px;
   z-index: 1;
   position: relative;
}
#signuppop .ft
{
   background: url(/img/green_shdw_btm.png) no-repeat top left;
   *background: none;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/green_shdw_btm.png', sizingMethod = 'crop');
   /*float: left;*/
   height: 12px;
   width: 100%;
}
#signuppop .container-close
{
   z-index: 10;
   right:10px;
   top:8px;
   zoom: 1;
}

#signuppop h3
{
   font-family: "Trebuchet MS";
}
#signuppop p
{
   font-family: "Trebuchet MS";
   font-size: 85%;
}
#signuppop label
{
   color: #3e5819;
   clear: left;
   display: inline;
   float: left;
   font-size: 85%;
   margin: 10px 10px 0 0;
   width: 60px;
}
#signuppop .row
{
   float: left;
   padding: 0;
   margin: 0;
}
#signuppop input.text
{
   margin-top: 10px;
   float: left;
   width: 150px;
}
#signuppop #email
{
   width: 165px;
}
#signuppop #password
{
   width: 75px;
}
#signuppop #retype
{
   width: 75px;
}
#signuppop #nextstep
{
   display: inline;
   margin: 7px 0 0 5px;
}

#pricingform
{
    background: url(/img/mainbg.gif) left top repeat-y;
    float: left;
    width: 809px;
}
#pricingform .pricingformhd
{
    background: url(/img/wht_crns_top.gif) top left no-repeat;
    padding-top: 10px;
    float: left;
    width: 809px;
}
#pricingform .pricingformhd .heading
{
   margin: 11px 36px 15px 33px;
   width: 413px;
   float: left;
   display: inline;
}
#pricingform .pricingformhd h1
{
   background: url(/img/pricing_heading.gif) no-repeat top left;
   height: 16px;
   text-indent: -9999px;
   margin-bottom: 20px;
}
#pricingform .need
{
   float: left;
   clear: left;
   margin-left: 3px;
   color: #4a8797;
   font-family: "Trebuchet MS";
}
#pricingform .call
{
   float: left;
   clear: left;
   font-size: 85%;
   margin-left: 3px;
}
#pricingform .pricingformbd
{
    background: url(/img/wht_crns_btm.gif) bottom left no-repeat;
    padding-bottom: 3px;
    float: left;
    width: 809px;
}
#pricingform table
{
   border-collapse: separate;
   table-layout: fixed;
   margin: 0 25px 10px;
}
#pricingform table col
{
   width: 20%;
}
#pricingform td, #pricingform th
{
   border-right: 2px solid #fff;
   border-bottom: 2px solid #fff;
   height: 40px;
   padding: 5px 10px;
   vertical-align: middle;
}
#pricingform td
{
   background-color: #f4f2d9;
   font-size: 85%;
   text-align: center;
}
#pricingform th
{
   border-bottom-color: #f4f2d9;
   font-family: "Trebuchet MS";
   font-size: 85%;
}
#pricingform tr.spec
{
   height: 50px;
}  
#pricingform th .help
{
   background: url(/img/help.gif) no-repeat center left;
   display: block;
   padding: 0 0 0 15px;
}
#pricingform th .help:hover
{
   color: inherit;
   text-decoration: inherit;
}
#pricingform .plans th
{
   background-color: #97ab54;
   border-color: #fff;
   border-bottom: 0;
   color: #fff;
   height: auto;
   font-family: "Trebuchet MS";
   font-weight: bold;
   text-align: center;
   font-size: 100%;
   padding: 3px;
   xwidth: 142px;
}
#pricingform .plans th.root
{
   background: #97ab54 url(/img/prctbl_tl.gif) no-repeat top left;
}
#pricingform .price th, #pricingform .price td
{
   background-color: #dae0bc;
   border-bottom: 0;
}
#pricingform .price th
{
   border-color: #fff;
   color: #4a8797;
   font-size: 93%;
}
#pricingform .signup th, #pricingform .signup td
{
   background-color: #dae0bc;
   border-bottom-color: #fff;
}
#pricingform .signup .signupbtn
{
   background: url(/img/signupbtn.gif) no-repeat center center;
   display: block;
   margin: 0 auto;
   height: 25px;
   width: 100px;
   cursor: pointer;
}
#pricingform .signup .signupbtndisabled
{
   background: url(/img/signupbtndisabled.gif) no-repeat center center;
   display: block;
   margin: 0 auto;
   height: 25px;
   width: 100px;
   cursor: not-allowed;
}
#pricingform .signup .customize
{
   margin-top: 5px;
   text-align: center;
}
#pricingform .signup .customize a
{
   background: url(/img/go_green.gif) no-repeat center left;
   color: #478999;
   font-family: "Trebuchet MS";
   padding-left: 15px;
}
#pricingform .signup .customize a:hover
{
   color: #ff9519;
}
#pricingform td strong
{
   color: #b48957;
   font-size: 162.9%;
   font-weight: bold;
}
#pricingform td strong .units
{
   font-size: 77%;
}
#pricingform .price td
{
   font-size: 100%;
}
#pricingform .price td strong
{
   padding-top: 8px;
   color: #4a8797;
   display: block;
   font: bold 153.9%/.6 "Trebuchet MS";
}
#pricingform .price td span
{
   font: 77% "Trebuchet MS";
}
#pricingform th.professional
{
   background: #4a8897 url(/img/prctbl_tr.gif) no-repeat top right;
   border-right: 0;
   padding-right: 12px;
}
#pricingform td.professional
{
   background-color: #dddac7;
   border-right: 0;
   padding-right: 12px;
}
#pricingform td.professional strong
{
   font-size: 144.8%;
}
#pricingform td.professional select
{
   width: 100px;
}
#pricingform .additional th
{
   border-right: 0;
   padding: 0 25px;
}
#pricingform .additional td
{
   background: #f4f2d9 url(/img/prctbl_br.gif) no-repeat bottom right;
   border: 0;
   text-align: left;
   width: 581px;
   padding-top: 10px;
   padding-bottom: 10px;
}
#pricingform .additional td li
{
   color: #478999;
   display: inline;
   float: left;
   margin: 5px 15px 0 0;
   width: 200px;
}
#pricingfaq
{
    margin-top: 20px;
    background: url(/img/mainbg.gif) left top repeat-y;
    float: left;
    width: 809px;
}
#pricingfaq .pricingfaqhd
{
    background: url(/img/wht_crns_top.gif) top left no-repeat;
    padding-top: 15px;
    float: left;
    width: 809px;
}
#pricingfaq h2
{
    font-family: "Trebuchet MS";
    font-size: 116%;
    color: #6a5a0e;
    padding-left: 30px;
}
#pricingfaq .pricingfaqbd
{
    background: url(/img/wht_crns_btm.gif) bottom left no-repeat;
    padding-bottom: 15px;
    float: left;
    width: 809px;
}
#pricingfaq .pricingfaqbd dt
{
    margin-left: 30px;
    font-size: 85%;
    font-weight: bold;
    margin-top: 5px;
}
#pricingfaq .pricingfaqbd dd
{
    margin: 0 30px;
    font-size: 85%;
    margin-bottom: 10px;
}
#pricingfaq .pricingfaqbd a
{
  font-weight: bold;
}

.assistance em
{
   color: #478999;
   font-family: "Trebuchet MS";
}

/* From Case Studies */


#casestudies
{
    background: url(/img/mainbg.gif) left top repeat-y;
    float: left;
    margin-bottom: 20px;
    width: 809px;
}
#casestudieshd
{
   background: url(/img/wht_crns_top.gif) top left no-repeat;
   float: left;
   margin-bottom: 20px;
   padding: 20px 10px 0;
   width: 789px;
}
#casestudies h1
{
   background: url(/img/casestudies_heading.gif) no-repeat top left;
   height: 35px;
   margin: 0 0 0 16px;
   text-indent: -9999px;
}
#casestudiesbd
{
   background: url(/img/casestudies_vertborder.gif) repeat center left;
   display: inline;
   float: left;
   position: relative;
   margin: 0 0 0 16px;
   padding: 10px 0;
   width: 773px;
}
#casestudiesft
{
    background: url(/img/wht_crns_btm.gif) bottom left no-repeat;
    float: left;
    font-size: 0;
    padding: 0 10px 20px;
    width: 789px;
}
#casestudiesbd .row1
{
   background: url(/img/casestudies_horzborder.gif) no-repeat bottom left;
   float: left;
   padding: 0 0 19px 13px;
   width: 750px;
}
#casestudiesbd .row2
{
   float: left;
   margin-top: 6px;
   padding: 0 0 0 13px;
   width: 750px;
}
#casestudiesbd .casestudy
{
   display: inline;
   float: left;
   margin-left: 30px;
}
#casestudiesbd .casestudybd
{
   width: 230px;
}
#casestudiesbd .first
{
   clear: both;
   margin: 0;
}
#casestudiesbd .casestudy h3
{
   color: #6a5a0e;
   font-family: "Trebuchet MS";
   font-size: 116%;
}
#casestudiesbd .casestudy .subheading
{
   color: #4a8797;
   font-family: "Trebuchet MS";
   font-size: 93%;
   font-weight: bold;
   margin-bottom: 8px;
}
#casestudiesbd .casestudy .client
{
   float: left;
   margin-right: 10px;
}
#casestudiesbd .casestudy .details
{
   float: left;
   *float: none;
   width: 120px;
   position: relative;
}
#casestudiesbd .casestudy q
{
   display: block;
   font-size: 85%;
   width: 110px;
   min-height: 70px;
   *height: 70px;
}
#casestudiesbd .casestudy .viewstudy
{
    display: block;
    width: 115px;
    margin-bottom: 1.4em;
    *margin-bottom: 1.37em;
    background: url(/img/casestudy_button_top.gif) top left no-repeat;
    font-weight: bold;
    font-size: 93%;
    font-family: "Trebuchet MS";
    color: #fff;
    text-align: center;
    padding: 0;
    border: 0;
    cursor: pointer;
}
#casestudiesbd .casestudy .viewstudy em
{
    display: block;
    padding: .38em 0;
    background: url(/img/casestudy_button_btm.gif) bottom left no-repeat;
}
#casestudiesbd .casestudy .viewstudy:hover
{
    background-position: -115px 0;
}
#casestudiesbd .casestudy .viewstudy:hover em
{
    background-position: -115px bottom;
}
#casestudiesbd .casestudy .download
{
   background: url(/img/go.gif) no-repeat center left;
   color: #7c8f3f;
   float: left;
   font-family: "Trebuchet MS";
   font-size: 85%;
   font-weight: bold;
   margin-top: 5px;
   padding-left: 15px;
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 1;
}
#casestudiesbd .casestudy .download:hover
{
   color: #ff9519;
}
#casestudiesbd .overlay
{
   background: url(/img/lightbox_763_top.png) no-repeat top left;
   *background: none; /* hiding from IE so we can use filter instead */
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/lightbox_763_top.png', sizingMethod = 'crop');
   color: #fff;
   display: none;
   float: left;
   padding-top: 4px;
   position: absolute;
   top: 0;
   left: 5px;
   width: 763px;
   z-index: 100;
}
#casestudiesbd .expanded .overlay
{
   display: block;
}
#casestudiesbd .overlaybd
{
   background: url(/img/lightbox_763_mid.png) repeat-y top left;
   *background: none; /* hiding from IE so we can use filter instead */
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/lightbox_763_mid.png', sizingMethod = 'scale');
   float: left;
   margin: -2px 0;
   padding: 0 2px;
   position: relative;
   width: 759px;
}
#casestudiesbd .overlaypri
{
   display: inline;
   float: left;
   margin-left: 9px;
   padding: 10px 0;
   width: 503px;
   padding-bottom: 35px;
}
#casestudiesbd .overlaypri h3
{
   color: #96ab54;
   font-weight: bold;
   width: 503px;
}
#casestudiesbd .overlaypri .subheading
{
   color: #36abcc;
}
#casestudiesbd .overlaypri .close
{
   background: url(/img/close.gif) no-repeat center right;
   color: #fff;
   display: block;
   font-family: "Trebuchet MS";
   font-size: 77%;
   font-weight: bold;
   padding-right: 15px;
   position: absolute;
   text-transform: uppercase;
   top: 8px;
   right: 8px;
}
#casestudiesbd .overlaypri .close:hover
{
   text-decoration: none;
}
#casestudiesbd .overlaypri p
{
   font-size: 85%;
   margin-bottom: 10px;
   width: 420px;
   font-weight: bold;
}
#casestudiesbd .overlaypri .btns
{
   position: absolute;
   bottom: 7px;
   left: 258px;
}
#casestudiesbd .overlayft
{
   background: url(/img/lightbox_763_btm.png) no-repeat bottom left;
   *background: none; /* hiding from IE so we can use filter instead */
   clear: both;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/lightbox_763_btm.png', sizingMethod = 'crop');
   height: 4px;
   font-size: 1px;
}

/* From Custom Pricing */

a
{
   text-decoration: none;
}
a:hover
{
   color: #ff9519;
   text-decoration: underline;
}
h1
{
   font: bold 123.1% arial;
}
.subhead
{
   color: #4a8797;
   font-family: "Trebuchet MS";
   font-size: 108%;
}

#custompricing
{
    background: url(/img/mainbg.gif) left top repeat-y;
    float: left;
    width: 809px;
}
#custompricing .custompricinghd
{
    background: url(/img/wht_crns_top.gif) top left no-repeat;
    padding-top: 25px;
    float: left;
    width: 774px;
    padding-left: 35px;
}
#custompricing .custompricingpri 
{
    margin-left: 25px;
    display: inline;
}
#custompricing .pricepermonth strong
{
   color: #4a8797;
   font-size: 153.9%;
   font-weight: bold;
}
#custompricing .pricepermonth .permonth
{
   font-size: 77%;
}
.custompricinghd
{
   margin-bottom: 15px;
}
.custompricinghd h1
{
   background: url(/img/custompricing_heading.gif) no-repeat top left;
   height: 16px;
   text-indent: -9999px;
}
.custompricingbd
{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.custompricingpri
{
   float: left;
   width: 540px;
}
.custompricingsec
{
   float: right;
   padding-top: 20px;
   width: 205px;
   display: inline;
   margin-right: 25px;
}
#custompricingform p
{
   clear: both;
   font-family: "Trebuchet MS";
   font-size: 93%;
   color: #4a8797;
   padding: 15px 0 5px;
   zoom: 1;
}
#custompricingform li
{
   margin-bottom: 5px;
}
#custompricingform li *
{
   vertical-align: middle;
}
#custompricingform fieldset
{
    float: left;
    padding: 45px 12px 0;
    width: 526px;
    zoom: 1;
}
#custompricingform legend
{
   display: none;
}
#custompricingform label
{
   font-size: 85%;
}
#custompricingform select, #custompricingform .textbox
{
   width: 100px;
}
#custompricingform .storing
{
   background: url(/img/custompricing_sec1.gif) no-repeat top left;
}
#custompricingform .storing .storageunits
{
   display: inline;
}
#custompricingform .storing .storageunits li
{
   display: inline;
}
#custompricingform .selling
{
   background: url(/img/custompricing_sec2.gif) no-repeat top left;
}
#custompricingform .selling li
{
   float: left;
   margin-right: 10px;
   width: 180px;
}
#custompricingform .selling .odd
{
   clear: left;
}
#custompricingform .shipping
{
   background: url(/img/custompricing_sec3.gif) no-repeat top left;
}
#custompricingform .shipping ul.optimization
{

}
#custompricingform .shipping ul.optimization li
{
   display: inline;
}
#custompricingform .shipping ul.methods li
{
   display: inline;
   float: left;
   margin-right: 10px;
   width: 160px;
   position: relative;
}
#custompricingform .shipping ul.methods li *
{
   vertical-align: top;
}
#custompricingform .shipping ul.methods li li
{
   clear: both;
   display: block;
   float: none;
   width: auto;
   
    font-size: 85%;
    margin-bottom: 2px;
}
#custompricingform .methods .sw_trigger_shipcalc
{
    padding:0;
    background: none;
}
#custompricingform .methods input
{
    position: absolute;
    top: 0;
    left: 0;
    *margin-top: -2px;
}
#custompricingform .methods .shipopt
{
    padding-left: 23px;
}
#custompricingform .shipping ul strong
{
   font: bold 85% arial;
}
#custompricingform #bax_li
{
   margin-bottom: 15px;
}
#custompricingform .addl
{
margin-right: -3px;
   clear: both;
   background: url(/img/custompricing_sec4.gif) no-repeat top left;
}
#custompricingform .addl .price
{
   color: #4a8797;
}
#custompricingform em.deltatxt
{ 
    font-family: "Trebuchet MS";
    color: #4a8797;
    font-size: 85%;
}
#custompricingform em.deltatxt strong
{
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
}
#custompricingform em.deltatxt .included
{
color: #363942;
}
.yourplancost
{
   background: url(/img/cream_205_mid.gif) repeat-y top left;
   font-family: "Trebuchet MS";
   margin-bottom: 10px;
   text-align: center;
}
.yourplancosthd
{
   background: url(/img/cream_205_top.gif) no-repeat top left;
   padding: 10px 10px 0;
}
.yourplancosthd h3
{
   color: #6a5a0e;
   font-size: 138.5%;
}
.yourplancostbd
{
   background: url(/img/cream_205_btm.gif) no-repeat bottom left;
   padding: 0 10px 10px;
}
.yourplancostbd .pricepermonth strong
{
   display: block;
   line-height: 1;
   position: relative;
   top: 3px;
}
.yourplancostbd input
{
   display; block;
   margin: 8px auto 0;
   width: 149px;
}
.yourplancostbd .instantaccess
{
   color: #6a5a0e;
}
.yourplancostbd .links
{
   color: #7c8f3f;
   font-size: 85%;
   margin-top: 10px;
}

.yourplancostbd .links a
{
   color: #7c8f3f;
}
.yourplancostbd .links a:hover
{
   color: #ff9519;
}
#standardfeatures
{
   background: url(/img/green_205_mid.gif) repeat-y top left;
}
.standardfeatureshd
{
   background: url(/img/green_205_top.gif) no-repeat top left;
   color: #6a5a0e;
   font-family: "Trebuchet MS";
   margin-bottom: 10px;
   padding: 10px 10px 0;
}
#standardfeaturesbd
{
   background: url(/img/green_205_btm.gif) no-repeat bottom left;
   padding: 0 10px 10px;
}
#standardfeaturesbd li
{
   font-size: 85%;
   margin-bottom: 5px;
}
#standardfeaturesbd li a
{
   color: #4a8797;
}
#standardfeaturesbd li a:hover
{
   color: #ff9519;
}
#standardfeaturesbd li.expanded a
{
   font-weight: bold;
}
#standardfeaturesbd li div
{
   color: #7c8f3f;
   display: none;
   padding-left: 5px;
}
#standardfeaturesbd li.expanded div
{
   display: block;
}
#standardfeaturesbd li div p
{
   margin: 3px 0;
}
#custompricing .custompricingft
{
    clear: both;
    background: url(/img/wht_crns_btm.gif) bottom left no-repeat;
    padding: 0 0 10px 25px;
    float: left;
    width: 784px;
}
.pricesummary
{
   background: url(/img/cream_535_mid.gif) repeat-y top left;
   float: left;
   width: 535px;
}
.pricesummaryhd
{
   background: url(/img/cream_535_top.gif) no-repeat top left;
   font-size: 1px;
   padding-top: 10px;
}
.pricesummarybd
{
   background: url(/img/cream_535_btm.gif) no-repeat bottom left;
   float: left;
   padding: 0 10px 10px;
   width: 515px;
}
.pricesummarybd *
{
   display: inline;
   float: left;
   font-family: "Trebuchet MS";
   line-height: 1;
}
.pricesummarybd h3
{
   color: #6a5a0e;
   font-size: 138.5%;
   margin-right: 4px;
}
.pricesummarybd .pricepermonth
{
   width: 140px;
}
.pricesummarybd .permonth
{
   margin-left: 4px;
   width: 33px;
   float: left;
}
.pricesummarybd .signup
{
   float: right;
}
.pricesummarybd a
{
   margin-right: 8px;
}
.pricesummarypri
{
   margin-right: 10px;
   padding-top: 3px;
   width: 200px;
}

.help {
	background:transparent url(/img/help.gif) no-repeat scroll right center;
	padding-right:15px;
	text-decoration:none;
}

.help:hover {
	color: inherit;
  text-decoration: none;
}

/* From Trial */

#freetrial
{
    background: url(/img/mainbg.gif) left top repeat-y;
    float: left;
    margin-bottom: 20px;
    width: 809px;
}
#freetrial .freetrialhd
{
   background: url(/img/wht_crns_top.gif) top left no-repeat;
   float: left;
   margin-bottom: 30px;
   padding: 20px 29px 0;
   width: 751px;
}
#freetrial h1
{
   background: url(/img/trial_heading.gif) no-repeat top left;
   height: 16px;
   text-indent: -9999px;
}
.subhead
{
   color: #478999;
   font-family: "Trebuchet MS";
   font-size: 100%;
}
#freetrial .freetrialbd
{
    background: url(/img/wht_crns_btm.gif) bottom left no-repeat;
    float: left;
    padding: 0 29px 20px;
    width: 751px;
}

#freetrial .freetrialbd h2
{
   color: #6a5a0e;
   font-family: "Trebuchet MS";
   font-size: 116%;
}
#freetrial .freetrialbd a
{
   background: url(/img/go.gif) 0% 0% no-repeat;
   color: #8c9b58;
   display: block;
   font-family: "Trebuchet MS";
   font-size: 85%;
   font-weight: bold;
   margin: 5px 0;
   padding-left: 15px;
}
#freetrial .freetrialbd a:hover
{
   color: #ff9519;
}
#freetrial #getstarted
{
   float: left;
   padding-right: 20px;
   width: 280px;
}
#freetrial #getstarted em
{
   color: #8c9b58;
   font-weight: bold;
}
#freetrial #getstarted p
{
   font-size: 85%;
}
#freetrial #newacctform
{
   background: url(/img/cream_253_mid.gif) repeat-y top left;
   margin: 25px 0 10px;
   width: 253px;
}
#freetrial #newacctform .newacctformhd
{
   background: url(/img/cream_253_top.gif) no-repeat top left;
   margin-bottom: 10px;
   padding: 10px 10px 0;
}
#freetrial #newacctform .newacctformhd h3
{
   color: #478999;
}
#freetrial #newacctform #newacctformbd
{
   background: url(/img/cream_253_btm.gif) no-repeat bottom left;
   padding: 0 10px 10px;
   text-align: right;
}
#freetrial #newacctform #newacctformbd div
{
   float: left;
   margin-bottom: 10px;
   width: 100%;
}
#freetrial #newacctform #newacctformbd label
{
   display: inline;
   float: left;
   font-size: 85%;
   margin-right: 10px;
   text-align: left;
   width: 60px;
}
#freetrial #newacctform #newacctformbd .textbox
{
   width: 155px;
}
#freetrial #newacctform #newacctformbd .submit
{
   clear: both;
}
#freetrial #newacctform #newacctformbd #newaccterror
{
   background: url(/img/error.gif) no-repeat center left;
   color: #c8742e;
   font-size: 85%;
   height: 30px;
   min-height: 30px;
   padding: 5px 0 0 40px;
   text-align: left;
}
#freetrial #newacctform #newacctformbd > #newaccterror
{
   height: auto;
}
#freetrial #howtrialworks
{
   border-left: 1px solid #adadad;
   float: left;
   padding-left: 15px;
   width: 434px;
}
#freetrial #howtrialworks ol
{
   float: left;
   margin: 10px 0 15px;
   width: 100%;
}
#freetrial #howtrialworks ol li
{
   color: #8c9b58;
   display: inline;
   line-height: 1;
   float: left;
   font-family: "Trebuchet MS";
   font-size: 108%;
   margin-right: 30px;
   padding-bottom: 120px;
}
#freetrial #howtrialworks li.send
{
   background: url(/img/send_110.gif) no-repeat bottom center;
   width: 90px;
}
#freetrial #howtrialworks li.store
{
   background: url(/img/store_110.gif) no-repeat bottom center;
   width: 155px;
}
#freetrial #howtrialworks li.ship
{
   background: url(/img/ship_110.gif) no-repeat bottom center;
   margin: 0;
   width: 125px;
}
#freetrial #howtrialworks h2
{
   clear: both;
}
#freetrial #howtrialworks ul li
{
   margin-top: 5px;
}
#freetrial #howtrialworks ul
{
   margin-bottom: 15px;
   padding-left: 10px;
}
#freetrial #howtrialworks .details
{
margin-left: 10px;
}


.sw_standalone_pg
{
    background-color: #97ab54;
}
#loginform
{
   background: url(/img/cream_253_mid.gif) repeat-y top left;
   margin: 25px 0 10px;
   width: 253px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -126px;
   margin-top: -5em;
}
#loginform .loginformhd
{
   background: url(/img/cream_253_grn_top.gif) no-repeat top left;
   margin-bottom: 10px;
   padding: 10px 10px 0;
}
#loginform .loginformhd h3
{
   color: #4a8797;
   font-family: "Trebuchet MS";
}
#loginform #loginformbd
{
   background: url(/img/cream_253_grn_btm.gif) no-repeat bottom left;
   padding: 0 10px 10px;
   text-align: right;
}
#loginform #loginformbd div
{
   float: left;
   margin-bottom: 10px;
   width: 100%;
}
#loginform #loginformbd label
{
   display: inline;
   float: left;
   font-size: 85%;
   margin-right: 10px;
   text-align: left;
   width: 60px;
}
#loginform #loginformbd .textbox
{
   width: 155px;
}
#loginform #loginformbd .submit
{
   clear: both;
   border: 0;
   background: url(/img/btn_org.gif) top left no-repeat;
   width: 100px;
   height: 25px;
   color: #fff;
   font-weight: bold;
   font-size: 93%;
   font-family: "Trebuchet MS";
}


#sw_maintenance
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -282px;
    margin-top: -150px;
    width: 564px;
    background: url(/img/wht_on_grn_mid.gif) top left repeat-y;
}
#sw_maintenance .sw_maintenancehd
{
    background: url(/img/wht_on_grn_top.gif) top left no-repeat;
    padding: 10px 10px 0;
}
#sw_maintenance .sw_maintenancehd h1
{
    text-indent: -9999px;
    background: url(/img/logo.gif) -3px -5px no-repeat;
    height: 79px;
    width: 277px;
}
#sw_maintenance .sw_maintenancebd h2
{
    color: #6a5a0e;
    font-family: "Trebuchet MS";
    font-size: 123.1%;
    margin-bottom: 10px;
}
#sw_maintenance .sw_maintenancebd
{
    background: url(/img/wht_on_grn_btm.gif) bottom left no-repeat;
    padding: 0 22px 20px;
    height: 195px;
}
#sw_maintenance .sw_maintenancebd p
{
    font-size: 85%;
}
#sw_maintenance .sw_maintenancebd p.thanks
{
    margin-top: .5em;
}

.sw_data
{
   clear: left;
   width: 598px;
}
.sw_data .sw_datahd
{
   background: url(/img/dash_grn_table_top.gif) no-repeat top left;
   font-size: 0;
   height: 11px;
}
.sw_data .sw_databd
{
   background: url(/img/dash_grn_table_mid.gif) repeat-y top left;
   padding: 0 10px;
}
.sw_data .sw_databdbd
{
   overflow-y: scroll;
   overflow-x: hidden;
   height: 230px;
}
.sw_data .sw_dataft
{
   background: url(/img/dash_grn_table_btm.gif) no-repeat bottom left;
   font-size: 0;
   height: 11px;
}
.sw_data table
{
   font-size: 85%;
   line-height: 1.5;
   table-layout: fixed;
   width: 560px;
}
.sw_data table thead th
{
   background: #6a5a0e;
   border-left: 1px solid #b9b09d;
}
.sw_data table thead th div
{
   color: #f4f2d9;
   font-weight: bold;
   padding: 3px 8px;
}
.sw_data table th,
.sw_data table td
{
   color: #363942;
   border-left: 1px solid #dfdbd2;
}
.sw_data table th div,
.sw_data table td div
{
   overflow: hidden;
   padding: 8px;
}
.sw_data table tr.even th,
.sw_data table tr.even td
{
   background: #f9f7e8;
}
.sw_data table tr.yui-dt-even td
{
   background: #f9f7e8;
}
.sw_data table .first div
{
   border: 0;
}
.sw_data table input
{
    font-size: 11px;
    border: 1px solid #6a5a0e;
}
.sw_data .yui-dt-hd
{
    display:none;
}
.sw_data .yui-dt-scrollable .yui-dt-hd
{
    display:block;
}
.sw_data .yui-dt-scrollable .yui-dt-bd thead tr,
.sw_data .yui-dt-scrollable .yui-dt-bd thead th
{
    position:absolute;
    left:-1500px;
}
.sw_data .yui-dt-scrollable tbody
{
    -moz-outline:none;
}

.sw_trigger_shipcalc
{
    padding-left: 14px;
    background: url(/img/go.gif) top left no-repeat;
    cursor: help;
} 
.sw_trigger_shipcalc em
{
    font-weight: bold;
    color: #7c8f3f;
    border-bottom: 1px dashed #7c8f3f;
}

.sw_dialog_bubble
{
	width: 422px;
	color: #000;
	z-index:10000;
	zoom: 1;
	margin-left:130px; /* default, width of left corner */
	visibility: hidden;
	overflow: visible;
	background: none;
	border-width: 0;
}
.sw_dialog_bubble .content,
.sw_dialog_bubble .t,
.sw_dialog_bubble .b,
.sw_dialog_bubble .b div
{
	background:transparent url(/img/overlay_bubble.png) no-repeat top right;
    _background-image:url(/img/overlay_bubble.gif);
    zoom:1;
}
.sw_dialog_bubble .content
{
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:10px 25px 0px 0px;
}
.sw_dialog_bubble .t {
	position:absolute;
	left:0px;
	top:0px;
	width:130px; /* top slice width */
	margin-left:-130px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.sw_dialog_bubble .b
{
	position:relative;
	width:100%;
}
.sw_dialog_bubble .b,
.sw_dialog_bubble .b div
{
	height:100px; /* height of bottom cap/shade */
	font-size: 1px;
}
.sw_dialog_bubble .b
{
    background-position:bottom right;
}
.sw_dialog_bubble .b div
{
	position:relative;
	width:130px; /* bottom corner width */
	margin-left:-130px;
	background-position:bottom left;
}
.sw_dialog_bubble .hd,
.sw_dialog_bubble .bd,
.sw_dialog_bubble .ft
{
	position:relative;
	zoom:1;
	width:auto;
	padding:0 2px;
    background: none;
    border-width: 0;
}
.sw_dialog_bubble .hd
{
    color:#4A8797;
    font-size:93%;
    font-family: "Trebuchet MS";
}
.sw_dialog_bubble .wrapper {
	position:static;
	max-height:1000px;
	margin-left:-120px;
    width:auto;
    height: 265px;
    padding: 5px;
}
.sw_dialog_bubble .container-close
{
    top: 12px;
    right: 28px;
}

#sw_shipcalc
{
    display: none;
}
#sw_shipcalc .yui-nav
{
    float: left;
    width: 100%;
}
#sw_shipcalc .yui-nav li
{
    float: left;
    margin-right: 10px;
}
#sw_shipcalc select
{
    font-size: 85%;
    border: 1px solid #6a5a0e;
}
#sw_shipcalc .sw_data
{
    width: 502px;
    *width: 482px;
}
#sw_shipcalc .sw_data .sw_datahd,
#sw_shipcalc .sw_data .sw_databd,
#sw_shipcalc .sw_data .sw_dataft
{
    padding: 0;
    background: transparent;
}
#sw_shipcalc .sw_data .sw_databd
{
    padding: 5px 0;
}
#sw_shipcalc .sw_data .sw_databdbd
{
    height: 158px;
}
.hide-scrollbars #sw_shipcalc .sw_data .sw_databd .sw_databdbd
{
    overflow-y: hidden;
}
.hide-scrollbars #sw_shipcalc .sw_data table,
.hide-scrollbars #sw_shipcalc .sw_data th,
.hide-scrollbars #sw_shipcalc .sw_data td
{
    border: 0;
}
#sw_shipcalc .sw_data .sw_databd
{
    width: 502px;
}
#sw_shipcalc .sw_data table
{
    width: 487px;
}
#sw_shipcalc .sw_data col.ny
{
    width: 88px;
}
#sw_shipcalc .sw_data col.la
{
    width: 88px;
}
#sw_shipcalc .sw_data col.van
{
    width: 88px;
}
#sw_shipcalc .sw_data col.tor
{
    width: 88px;
}
#sw_shipcalc th
{
    font-weight: bold;
}
#sw_shipcalc .sw_data td div
{
    padding: 7px 8px;
}
#sw_shipcalc .details th div,
#sw_shipcalc .details td div
{
    padding: 0px 8px 4px;
}
#sw_shipcalc .details th div
{
    padding-left: 20px;
}
#sw_shipcalc input.text
{
    width: 30px;
    padding: 2px;
    *padding: 1px 2px 1px;
}
#sw_shipcalc .yui-nav li,
#sw_shipcalc .yui-nav li a,
#sw_shipcalc .yui-nav li .tabb,
#sw_shipcalc .yui-nav li .tabb div
{
    background: url(/img/tab_tanonwht_off.gif) top left no-repeat;
}
#sw_shipcalc .yui-nav li.selected,
#sw_shipcalc .yui-nav li.selected a,
#sw_shipcalc .yui-nav li.selected .tabb,
#sw_shipcalc .yui-nav li.selected .tabb div
{
    background-image: url(/img/tab_tanonwht.gif);
}
#sw_shipcalc .yui-nav li
{
    float: left;
    width: 70px;
    text-align: center;
    margin-right: 0px;
    height: 25px;
    display: inline;
}
#sw_shipcalc .yui-nav li a
{
    display: block;
    color: #235866;
    font: bold 85% "Trebuchet MS",arial;
    text-decoration: none;
    padding: 8px 10px 5px 0;
    margin-left: 10px;
    height: 12px;
    overflow: hidden;
    background-position: top right;
}
#sw_shipcalc .yui-nav li .tabb,
#sw_shipcalc .yui-nav li .tabb div
{
    font-size: 1px;
    height: 1px;
    width: 100%;
    background-position: bottom right;
    position: relative;
}
#sw_shipcalc .yui-nav li .tabb div
{
    width: 15px;
    background-position: bottom left;
    float: left;
}


#sw_shipcalc .variable_row
{
    border-top: 1px solid #000;
    padding: 10px 5px;
    clear: left;
    background-color: #f4f2d9;
    height: 18px;
}
* html #sw_shipcalc .variable_row
{
    *margin-top: -1px;
}
#sw_shipcalc .variable_row div
{
    float: left;
    font-size: 85%;
    padding: 2px 5px;
    *padding: 3px 5px;
}
#sw_shipcalc .variable_row #sw_calc_weight
{
    width: 61px;
}
#sw_shipcalc .variable_row .calc_weight_text
{
    width: 50px;
}
#sw_shipcalc .variable_row #sw_calc_city
{
    width: 111px;
}
#sw_shipcalc .variable_row .calc_city_text
{
    margin-left: 5px;
    width: 100px;
}
#sw_shipcalc .variable_row #sw_calc_delivtype
{
    width: 161px;
}
#sw_shipcalc .variable_row .calc_delivtype_text
{
    margin-left: 5px;
    width: 150px;
}

/*
 * Merchant application search
 *
 * Placed here so it loads before the merchant app
 */
 
#merch_search
{
    margin: 58px 5px 5px;
    float: right;
    width: 310px;
}
#merch_search input.text
{
    float: left;
    width: 190px;
    padding: 2px;
    *padding: 1px 2px;
    font-size: 85%;
    margin-top: 4px;
    *margin-top: 6px;
}
#merch_search button
{
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    display: inline;
    float: right;
}
#merch_search button .btncont
{
    min-width: 2em;
    font-size: 93%;
    background: url(/img/grn_btn_tr.gif) top right no-repeat;
}
* html #merch_search button .btncont
{
    width: 2em;
}#merch_search button .btncont .btnhd
{
    height: 3px;
    font-size: 1px;
    background: url(/img/grn_btn_tl.gif) top left no-repeat;
}
#merch_search button .btncont .btnbd
{
    background: url(/img/grn_btn_br.gif) bottom right no-repeat;
}
#merch_search button .btncont .btnbd p
{
    background: url(/img/grn_btn_bl.gif) bottom left no-repeat;
    padding: 3px 8px 6px;
    text-align: center;
    margin: 0;
    font-family: "Trebuchet MS";
    font-weight: bold;
    min-width: 7.05em;
    *width: 7.4em;
    line-height: 1em;
}

#merch_search_message h3
{
    font-family: "Trebuchet MS";
    font-weight: bold;
    margin-bottom: 8px;  
}

#merch_search_message li
{
    list-style: disc;
    margin-left: 15px;
}


#loginform_forgot a:link,
#loginform_forgot a:visited
{
    font-size: 85%;
    font-weight: bold;
    font-family: "Trebuchet MS";
}

