/*basic styles setup*/
html
{
    /*background: #fff295;*/
    background: #CCCCCC;
    overflow-y: scroll;
    font-size: 20px;
    line-height: 1.4;
    color: #737373;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;

}
body
{
    color: #56679b;
    font: normal 12px Arial, Helvetica, sans-serif;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*background: #fff295;*/
    background: #CCCCCC;

}
img { border: 0; }

.InlineIconActionLink
{
    vertical-align: middle
}
.LocationAddressList
{
}

.LocationAddressList li
{
    text-align: left;
}

.EditTable
{
    border-collapse: collapse;
    border: 2px solid #999999;
    background-color: floralwhite;
    width: 90%;
}
.EditTable tbody tr td
{
    padding: 10px;
}

.EditTable tbody tr.FieldRow td
{
    vertical-align: middle;
}
.EditTable tbody tr.FieldRow td:nth-child(odd)
{
    text-align: right;
    width: 25%;
    font-weight: bold;
    font-style: italic;
}
.FieldLabelFormat
{
    font-weight: bold;
    font-style: italic;
}

.DataTableSmallText  tbody tr td,
.DataTableSmallText  tbody tr th
{
    font-size: 10px!important;
}

.DataGrid tbody tr td,
.DataGrid thead tr td
{
    border: 1px solid gray !important;
    text-align: center;
}

.DataTable
{
    border-collapse: collapse;
    border: 2px solid #999999;
    background-color: floralwhite;
    width: 90%;
}

.DataTable tbody tr td
{
    padding: 10px;
    text-align: center;

}
.DataTable .DataHeaders td
{
    font-weight: bold;
}
.DataTable .DataHeaders
{
    background-color: ghostwhite;
    border: 1px solid gray;
}

.InStockRow
{
    background-color: #90ee90!important;
}

.DataTable tbody tr.DataRow
{
    border-bottom: 1px solid #696969;
    border-top: 1px solid #696969;
}
.DataTable tbody tr.DataRow:hover
{
    background-color: white;
    border-bottom: 1px solid antiquewhite;
}

.DataTable tbody .DataHeaders td.IconCell,
.DataTable tbody .DataRow td.IconCell
{
    width: 30px;
}
* {
    margin: 0;
    padding: 0;
}
form
{
    margin: 0;
    padding: 0;
}
fieldset, form
{
    border: none;
    margin: 0;
    padding: 0;
}
img
{
    border: none;
}

table, td
{
    font-size: 1em !important;
    border: none;
    border-color: #ccc !important;
}

td
{
     vertical-align: top;
 }


input, select, textarea
{
    padding: 4px;
    margin: 4px;


}
select
{
    padding: 2px 0 0;
    text-transform: uppercase;
    font-size: 12px;
    width: auto !important;
    *margin-bottom: -2px; color: #666;
}
option
{
    padding: 2px 10px 0 0;
    width: auto;
    font-size: 12px !important;
}

input[type=text]
{
    background: #fff !important;
}

h1, h2, h3, h4, h5, h5 .ProductNameText { color: #f9b03d; font-family:  Arial, Helvetica, sans-serif;  margin-bottom: 10px; text-decoration: none; font-weight: normal; }

h1
{
    font-size: 16px;
}

h2
{
    font-size: 15px;
}

h3
{
    font-size: 14px;
}


p a:hover {
    text-decoration: underline;
    color: #e10000;
}

.ui-widget-content a:hover {
    color: #e10000 !important;
}


a {
    color: #56679b ;
    font-weight: normal;
}
a:hover {
    color: #e10000;
}
a, img {
    outline: none;
}

ul, ol {
    margin: 10px 0 10px 35px
}
ul li
{
    line-height: 1.7em;
}

small {
    font-weight: bold;
    font-size: 1em;
}
small a {
    font-weight: normal;
    font-size: 0.9em;
}
/*end basic styles setup*/
.AutomaticWidthElement, span.AutomaticWidthElement input, select, option
{
    width: auto;
}
.Borderless
{
    border: none;
}
#MainForm {
    display: block;
    background-color: #CCCCCC !important;
}
#MainForm #PageMain table {
    margin-bottom: 0px !important;
}
#PageContainer
{
    width: 980px;
    box-shadow: 4px 0px 16px #ccc;
    -moz-box-shadow: 4px 0px 16px #ccc;
    -webkit-box-shadow: 4px 0px 16px #ccc;
    margin: 0 auto;

}
#PageMain
{
    width: 980px;
    padding: 0 0 30px 0;
    background: #fff;
    min-height: 400px;
    display: inline-block;zoom: 1; *display: inline;
}

#PageHeader,
#PageFooter {
    width: 970px;
    display: block;
    float: left;
    padding-right: 10px;
}
#PageFooter {
    color: #fef4d7;
    background: #f9b03d;
}
#PageHeader {
    background: #fff;
    margin-left: 0px;
}
#PageFooter {
    box-shadow: 4px 0 16px #CCCCCC;
    -moz-box-shadow: 4px 0 16px #CCCCCC;
    -webkit-box-shadow: 4px 0 16px #CCCCCC;
}
#PageFooter ul.Footer_LinkGroup {
    margin: 0;
    padding: 0;
    float: right;
    list-style-type: none;
}
#PageFooter li {
    display: block;
    float: left;
}
#PageFooter li.first
{
    margin-left: 0;
}
#PageFooter li.last
{
    border-right: 0px;
}
#PageFooter li a {
    padding: 10px 25px;
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: .9em;
}
#PageFooter li a:hover {
    color: #fef4d7;
}
#PageFooter li a b {
    display: block;
}
.errorField {
    border-style: solid;
    border-color: red;
    background-color: pink;
    border: 1px;
    font-size: 10px;
    padding: 5px;
    font-weight: bold;
    margin: 2px; padding: 2px;
    display: inline-block;
    color: red;
    white-space: nowrap;
}
#noticeBox {
    display: none;
    width:150px;
    padding:10px;
    border:1px solid #666;
    position:fixed;
    right: 2%;
    background-color: white;
    bottom:2%;
    z-index:999;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    font-weight: bold;
    color: #14568a;
    text-align: center;
}

.errorGlobalNotice {
    margin: 2px;
    color: red;
    border: 1px;
    border-color: red;
    background-color: pink;
    padding: 2px;
    font-weight: bold;
    border-style: solid;
    position: absolute;
    top: 0;
}
#PageMessage, .PageMessage {
    width: 80%;
    font-weight: bold;
    font-size: 14px;
    background-color: lightblue;
    padding: 5px;
    margin: 5px;
    color: black;
    text-align: center;
}
.calculation-cell {
    text-align: right;
}
hr.calculation-separator {
    padding: 0;
    float: right;
    width: 100%;
    margin: 5px 0;
    color: #C1C1C1;
    height: 1px;
    vertical-align: middle;
}
.content-div {
    border-radius: 10px;
    -moz-border-radius: 10px;
}
.content-div-small {
    border-radius: 5px;
    -moz-border-radius: 5px;
}

/* Header Styles */
.Container_Search {
    margin: 10px 0 0 0;
    float: right;
    clear: right;
    width: 180px;
}
.Search_Controls input[type='text']
{
    border: 1px solid #666;
    width: 10em;
    margin-top: 5px;
}

.Search_ErrorMessage {
    font-weight:normal;
    color: #ff0000;
    display:none;
    font-style:normal;
}

.AdvancedSearch_Link {
    clear: right;
    margin: 0 7px 0 0;
    float: right;
}
.AdvancedSearch_Link a {
    font-size: .8em;
    color: #666;
    text-decoration: none;
}

#SiteLogo
{
    width: 306px;
    float: left;
    position: absolute;
    margin-left: 20px;
    background: url(/staticimage/1/site_logo.gif) no-repeat left center;
    display: block;
    top: 20px;
}

.Cart_Summary_Container {
    padding: 10px 5px;
    display: block;
    width: 150px;
    height: 75px;
    background: #fff;
    border:1px solid #ccc;
    margin-top: 5px;
}

.TopLinks {
    float: right;
    width: 700px;
    padding: 10px;
}
/*CartSummary*/

.CartSummary_Display {
    text-align: right;
}
a.CartSummary_Display {
    padding: 25px 10px 25px 45px !important;
    background: url(/staticimage/1/1x1_transparent.gif) center left no-repeat;
    font-style: italic;
}
a.CartSummary_Display:hover {
    background: #d6d6d6 url(/staticimage/1/1x1_transparent.gif) center left no-repeat;
}
/*end CartSummary*/

/* primary navigation */
#Menu_FirstLevel li.last {
    border-right: 0px;
}
#Menu_FirstLevel {
    float: left;
    height: 40px;
    padding: 0;
    list-style-type: none;
    margin: 0;
    /*width: 100%;*/
    width: 88%;
}
#Menu_FirstLevel li {
    display: block;
    float: right;
    font: normal 12px, Arial, Helvetica, sans-serif;
}
#Menu_FirstLevel li.first {
}
#Menu_FirstLevel li a strong {
    font-weight: normal;
}
#Menu_FirstLevel li a {
    letter-spacing: .5px;
    color: #56679b;
    text-decoration: none;
    display: block;
    padding: 5px 18px;
    font-size: 14px;
}
#Menu_FirstLevel li a:hover {
    color: #f9b03d;
}

#Menu_FirstLevel ul ul {
    position: absolute;
    margin-left: 200px;
    margin-top: -27px;
}
#Menu_FirstLevel ul {
    display: none !important; 
}
#Menu_FirstLevel li:hover > ul
{
    display: inline-block !important;
}
/* end primary navigation */

/* style drop down menus */
#Menu_FirstLevel li ul {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    list-style: none; margin: -2px 0 0 -1px;
    -moz-box-shadow: 2px 2px 5px #666;
    -webkit-box-shadow: 2px 2px 5px #666;
    background: url(/staticimage/1/1x1_transparent.gif) repeat #fff;
    padding: 0; width: auto;
    display: none;  position: absolute; z-index: 3000;
    box-shadow: 2px 2px 5px #666;
}
#Menu_FirstLevel li ul li
{
    border: none; clear: both; height: auto; width: 100%; border-top: none; text-align: left;
}
#Menu_FirstLevel li ul li a { 
    color: #666 !important;
    font-size: 11px !important;
    padding: 6px 19px !important;
    text-transform: none;
}
#Menu_FirstLevel li ul li a:hover { 
    color: #f9b03d !important; 
}
/*end list/drop menus*/

/*Menu_SecondLevel navigation*/
#Menu_SecondLevel {
    list-style-type: none;
    padding: 0;
    clear: both;
    margin: 0;
}
#Menu_SecondLevel {
    margin-top: 0px;
}
#Menu_SecondLevel li,
#login-link li {
    margin-top: 6px;
    line-height: 10px;
    float: right;
    border-right: solid 1px #ccc;
    font-size: 11px;
}
#Menu_SecondLevel li.last,
#login-link li.last {
    border-right: 0px;
}
#Menu_SecondLevel li.last a {
    padding-right: 0;
}
#Menu_SecondLevel li a,
#login-link li a {
    font-size: inherit;
    font-weight: normal;
    padding: 1px 8px;
    text-decoration: none;
    color: #555;
}
#Menu_SecondLevel li a:hover,
#login-link li a:hover {
    color: #f9b03d;
    text-decoration: none;
}
#Menu_SecondLevel li ul {
    /*this handles the sub-menus that pop down from, eg, the little cart summary view*/
    display: none;
    margin: 0 0 0 -60px;
    padding: 0 5px 5px 0;
    width: auto;
    -moz-box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    position: absolute;
    z-index: 3;
    background: url(/staticimage/1/1x1_transparent.gif) repeat #fff;
    list-style: none;
    box-shadow: 2px 2px 5px #ccc;
}
#Menu_SecondLevel li ul li {
    height: auto;
    padding:0;
    display: block;
    width: 100%;
    border: none;
    clear: both;
    border-top: none;
    text-align: left;
    margin: 0;
    float: left
}
#Menu_SecondLevel li ul li a {
    padding: 12px 0 0 0;
    margin: 0;
    font-size: 11px !important;
    font-family: Arial, Helvetica, Sans-Serif;
    display: block;
}
#Menu_SecondLevel li ul li a:hover {
    cursor: hand;
    display: block;
    margin: 0;
    cursor: pointer;
}

#Menu_SecondLevel ul ul a {
    font-weight: normal;
    color: #aaa;
}
#Menu_SecondLevel #yourinfo:hover ul,
#Menu_SecondLevel #reports:hover ul,
#Menu_SecondLevel #accounts:hover ul,
#Menu_SecondLevel .cart:hover ul {
    display: block;
}
#reports ul,
#yourinfo ul,
#accounts ul
{ margin: 0 !important;}
.headerNavLink:hover ul,
.headerNavLink.over ul
{
    display: inline-block;
}

/*double column*/
.doubleColumn
{
    width: 40em !important;
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
}
/* end Menu_SecondLevel navigation*/

/*footer*/
div#FooterWrapper
{
    height: auto;
    width: 980px;
    margin: 0;
}
.footerList
{
    display: inline;
    text-align: left;
    width: 24%;
    height: 100%;
    float: left;
    border-right: 1px dashed #ddd;
}

.Copyright_Text {
    float: left;
}

#Copyright_Wrapper {
    display: block;
    padding: 10px 0;
    text-align: left;
    width: 980px;
    margin-left: 10px;
    height: 15px;
    float: left;
    clear: both;
    font-size: 11px;
}
.Footer_LinkGroup li a b
{
    font-weight: normal;
}

/*end footer*/

/*social stuff*/
.Twitter_ListItem, .Facebook_ListItem, .Pinterest_ListItem
{
    border-right: none !important;
    display: block;
    height: 25px;
    width: 25px;
    padding: 0 !important;

}

.Social_Container
{
    /*margin: 15px 0 0 5px !important;*/
    float: left;
}


/*end social stuff*/
/*menuList stuff*/
.menuListHoriz, ul.menuListHoriz li
{
    margin: 0;
    list-style: none;
    font-size: 1em;
    padding: 0;
}
ul.menuListHoriz li
{
    font-size: 1em;
    display: inline;
}

ul.menuList ul.menuList
{
    margin-bottom: 10px;
}
ul.menuList, ul.menuList li
{
    padding: 0;
    list-style: none;
    text-indent: -10px;
    margin: 0;
    display: list-item;
    margin-left: 10px;
}
ul.menuList li
{

}

ul.menuList ul.menuList li
{
    text-indent: -10px;
    padding-left: 20px;
    line-height: 12px;
    margin-left: 10px;
}
/*end menuList stuff*/
/* End Header Styles*/

/* Group List page*/
#Column_Left
{
    float: left;
    margin: 0px 20px 0px 20px;
    clear: both;
}
.Context_Menu {
    margin-bottom: 25px;
    width: 150px;
    font-family:  Arial, Helvetica, sans-serif;
    float: left;
    background: #fff;
    padding-bottom: 10px;
}
.Context_Menu ul {
    list-style-type: none;
    margin: 0;
    width: 140px;
}
.Context_Menu ul li {
}
.Context_Menu ul li a {
    font-size: 12px;
    padding: 5px 10px 5px 0;
    font-weight: bold;
    display: block;
    text-decoration: none;
}
.Context_Menu ul ul li {
    border: none;
}
.Context_Menu ul ul li a
{
    line-height: 16px;
    font-weight: normal;
    padding: 0px 5px 0px 0;
    font-size: 12px;
}
.Context_Menu ul ul ul li a {
    padding-left: 20px;
}
.Context_Menu ul ul ul ul li a {
    padding-left: 35px;
}
.Context_Menu ul li a:hover {
    text-decoration: underline;
}

#Page_Content, .maincontent {
    height: auto;
    clear: none;
    float: right;
    width: 760px;
    margin: 0 20px 25px 0;
}
#Section_Breadcrumbs
{
    padding: 5px 0;
    display: block;
    margin-bottom: 10px;
}
.BreadCrumbs_Text,
.BreadCrumbs_Text a {
    font-weight: normal !important;
    font-size: 12px;
}
.BreadCrumbs_Text {
    color: #f9b03d;
}
.BreadCrumbs_Text a {
    color: #666;
}
.ThumbnailList {
    text-align: center;
    padding: 5px;
    float: left;
    margin: 0px;
    display: inline-block;
    width: 180px;
    height: 250px;
    margin-bottom: 15px;
}
.GroupThumbnails {
    height: 190px;
}
.ThumbnailWrapper {
    height: 150px;
    vertical-align: middle;
    width: 180px;
    display: table-cell;
}
.ThumbnailWrapper a,
.ThumbnailWrapper img {
    margin: 0 auto;
    display: block;
}

.ItemGroupPage_GroupThumbnail
{
    max-width: 150px;
    max-height: 150px;
    cursor:hand;cursor:pointer;
}

/*itemgroup page*/
.navigationControls_controls
{
    clear: right;
    float: right;
    width: 100%
}
.Sorting_Section {
    text-align: left;
    width: 50%;
    float: left;
}
.pageNumbering
{
    font-size:12px;
    float: right;
}

.pageNumbering a
{
    font-size: 12px;
}
.PageNav_Arrow
{
    text-decoration: none;
    margin: 0 1px;
    color: #f9b03d;
    background: none;
    padding: 4px 2px;
}
.PageNav_Arrow_Dim
{
    margin: 0 1px;
    padding: 4px 2px;
}
.PageNumber
{
    text-decoration: none;
    padding: 4px 2px;
    color: #000;
    background: none;
    margin: 0 1px;
}
.PageNumber:hover,
.PageNav_Arrow:hover {
    color: #f9b03d;
    background: none;
}
.itemThumbDisplay {
    cursor:pointer;
    max-width: 150px;
    cursor:hand;
    max-height: 150px;
}

/*item detail styles TODO: clean these */
.Cart_Sectionseparator
{
    width: 90%;
    padding: 5px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: whitesmoke;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid gray;
}
.CartAdd_Confirmation
{
    background:none repeat scroll 0 0 #efefef;
    color:#333333;
    float:left;
    font-size:12px;
    font-weight:bold;
    margin-top:30px;
    padding:20px 0;
    text-align:center;
    width:350px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.detailpage-leftcol div { text-align: center; clear: left; }
.centerImgTx
{
    text-align: center;
}
.ProductNameText{clear:both;display:block; font-size: 18px; color:#f9b03d;}
.buttons small {float: left; padding-top: 10px;}
.buttons input {float: left;}

.detail-text {
    width: auto;
}

.AddToCartButton {float: left;}
.AddToCartButton,#ItemQuantity
{
    font-size: 1em;
}
.Fingerbutton
{
    background: url(/icon/2/fingerpointer.png)  no-repeat scroll center right #f9b03d !important;
    padding: 8px !important;
    padding-right: 30px !important;
}
.Fingerbutton:hover
{
    background-color: darkorange !important;
}
.DetailButton, .DetailButtonSmall
{
    outline: none;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
    background: #f9b03d;
    color: #fff;
    font-family: 'Varela Round', Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    padding: 4px 8px;
    *padding-left: 0;
    *padding-right: 0;
    width: auto;
    border: none;
    margin: 4px;
    -moz-border-radius: 1px;
    border-radius: 1px;

}

.DetailButtonSmall
{
    font-size: .9em;
    padding: 2px 4px;
}

.description {clear: left; float: left; font-size: 1.1em; margin: 20px 0 10px 0;line-height: 1.7em; width: 100%;}

ul.details{line-height: 1.7em; margin-left: 15px; float: left; width: 100%;}
ul.details li {line-height: 1.7em !important;}

.printText a {
    text-decoration: none;
    color: #f9b03d;
}
.printText a {
    height: 24px;
    font-weight: bold;
    display: block;
}

/* search page styles */
#AdvancedSearch_FilterSection
{
    border-top:none;

}

#AdvancedSearch_FilterSection a
{
    text-decoration: none;
    font-size: 12px;
    margin: 2px 0;
    display: inline-block;
    padding-left: 12px;
    text-indent: -12px;
}

#AdvancedSearch_FilterSection a:hover
{
    color:#f9b03d;
}

.AdvancedSearch_FilterSection_Header
{
    font-size: 16px;
    color: #f9b03d;
}
.clearLink
{
    font-weight: bold;
    color: red;
}
.AdvancedSearch_MinimumPrice
{
    float: left;
    clear: left;
    margin-top: 10px;
}
.AdvancedSearch_MaximumPrice
{
    margin-top: 10px;
    float: left;
}

.FieldLabel, .AdvancedSearch_InputField
{
    display: inline-block;
    float: left;
}
.FieldLabel
{
    margin-top: 10px;
}
.AdvancedSearch_InputField
{
    margin-right: 10px;
}
.AdvancedSearch_InputField input[type=checkbox]
{
    margin-top: 10px;
}
.SearchButtonContainer
{
    width: 100%;
    float: right;
    clear: both;

}
/*user registration / login TODO: Cleanup */
#RegistrationPage_LoginErrorContainer {}
.ErrorMessage_Large
{
    color: #ff6666;
    font-size: 12px;
    font-weight: bold;
}

#Table_Authentication {width: 100%;}

#btnSignIn
{
    float: right;
    clear: both;
}

.signin-form, .signin-expressreg { padding: 20px; border-bottom: solid 1px #ccc; }
.signin-createaccount, .signin-extracontent { padding: 20px; border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; }
.signin-forgotpassword { padding: 20px; }
.signin-form h2, .signin-expressreg h2, .signin-createaccount h2, .signin-extracontent h2, .signin-forgotpassword h2 { margin: 0; margin-bottom: 10px; }

#ctl00_PageContent_ctl00_ctrlRecoverPassword_UserNameContainerID_btnRequestNewPassword
{
    float: right;
    clear: both;

}
.Button_Password {margin-left: 273px; margin-left:252px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* webkit/chrome styles*/
    .Button_Password {
        margin-left: 260px;
    }
}
.labelCell {
    vertical-align: middle !important;
    text-align: right;
}

/*jquery utility*/
.fixed-dialog{
    position: fixed !important;
    top: 150px !important;
}
.ui-widget-overlay
{
    position: fixed !important;
}
.ui-dialog .ui-dialog-titlebar-close span
{
    /*margin: 0 !important;*/
    margin-top: -8px !important;
    margin-left: -8px !important;
}

/*shopping cart TODO: cleanup*/
.shoppingCartContainer
{
    float:right;
    display:block;
}
.shopping_cart
{ /* in Checkout too*/

    font-size: 12px;
    width: 100%;
    border: solid 1px #444444;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left:5px;
    padding-right:5px
}

.cart_items
{ /* in checkout too*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:5px;
    padding-right:5px
}

.cartIndex
{
    /*in checkout too*/
    padding: 0 10px 0 5px;
}
.CartThumbnail {
    width: 200px;
    padding: 5px;
}


/*checkout styles*/
#ctl00_PageContent_tdBillingInfo
{
    display: inline-block;
    width: 450px !important;
}

#ctl00_PageContent_lnkEditAnonymousBillingInfo, #ctl00_PageContent_lnkEditAnonymousShippingInfo {display: none;}
.addressLabel
{
    padding-right:10px;
    width: 36%;
    vertical-align: middle !important;
}

.AddressSelector_List
{
    list-style: none;
}

.AddressSelector_List li,
.AddressSelector_List li ul
{
    list-style: none;
    display: block;
}

.AddressSelector {
    position: relative;
    width: 200px;
    height: 210px;
    margin: 10px;
    padding-left: 10px;
    float: left;
    border: 2px solid gray;
    background-color: white;
    text-align: left;
}
.AddressSelector li
{
    list-style: none;
}
.AddressSelector:hover { background-color: #fcefa1; }

.AddressSelector_AddressBlock {
    cursor: pointer;
}
.AddressSelector_AddressBlock:hover {
    color: blue;
}

.EditAddresField
{
    width: 100%;
}

/* image wrap stuff -- enable nice hover text*/

/* end image wrap stuff -- enable nice hover text*/


/*404 stuff*/
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


h1 {
    margin: 0 10px;
    font-size: 25px;
    /*text-align: center;*/
}

h1 span {
    color: #bbb;
}

h3 {
    margin: 1.5em 0 0.5em;
}

p {
    margin: 1em 0;
}

ul {
    padding: 0 0 0 40px;
    margin: 1em 0;
}

.container {
    max-width: 380px;
    _width: 380px;
    margin: 0 auto;
}

/* google search */

#goog-fixurl ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#goog-fixurl form {
    margin: 0;
}

#goog-wm-qt,
#goog-wm-sb {
    border: 1px solid #bbb;
    font-size: 16px;
    line-height: normal;
    vertical-align: top;
    color: #444;
    border-radius: 2px;
}

#goog-wm-qt {
    width: 220px;
    height: 20px;
    padding: 5px;
    margin: 5px 10px 0 0;
    box-shadow: inset 0 1px 1px #ccc;
}

#goog-wm-sb {
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    margin: 5px 0 0;
    white-space: nowrap;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(rgba(255,255,255,0), #f1f1f1);
    background-image: -moz-linear-gradient(rgba(255,255,255,0), #f1f1f1);
    background-image: -ms-linear-gradient(rgba(255,255,255,0), #f1f1f1);
    background-image: -o-linear-gradient(rgba(255,255,255,0), #f1f1f1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    *overflow: visible;
    *display: inline;
    *zoom: 1;
}

#goog-wm-sb:hover,
#goog-wm-sb:focus {
    border-color: #aaa;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
}

#goog-wm-qt:hover,
#goog-wm-qt:focus {
    border-color: #105cb6;
    outline: 0;
    color: #222;
}

input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* end 404*/