/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
    margin: 0;
    padding: 0;
    border: 0;
}
body
{
    text-align: center;
    background-color: #FDFDFD;
    background-image: url(Images/bg.png);
    background-repeat: repeat-x;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.78em;
}

h1, h2, h3, h4, h5, h6
{
    color: #444444;
}

h1
{
    font-size: 1.4em;
    font-weight: bold;
}
h2
{
    font-size: 1.3em;
    font-weight: bold;
}
h3
{
    font-size: 1.2em;
    font-weight: normal;
}
h4
{
    font-size: 1.1em;
    font-weight: bold;
}
h5
{
    font-size: 1.0em;
    font-weight: bold;
}
h6
{
    font-size: 0.8em;
    font-weight: bold;
}

p
{
    margin: 1em 0;
}

a
{
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

#wrapper
{
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 3px;
    border: 1px solid #FFFFFF;
    text-align: left;
    background-color: #E4E4E4; /*background-image:url(Images/main_bg.png);*/
    background-repeat: repeat-y;
    background-position: top center;
}

#header
{
    height: 100px;
    position: relative;
    background-image: url(Images/header_bg.png);
    background-repeat: repeat-x;
    background-color: #F2F2F2;
    border-bottom: 1px solid #707070;
}
#logo
{
    position: absolute;
    top: 11px;
    left: 11px;
}

#mainnav
{
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: Transparent;
}

#loginview
{
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: Transparent;
    font-size: 0.8em;
    line-height: 150%;
}

#mainnav .item
{
    color: #000000;
    border: solid 1px #666666;
    margin: 0px 1px;
    padding: 2px 7px;
    height: 25px;
    width: 100px;
    font-weight: 600;
    background-image: url('images/staticMenuBg.png');
    background-repeat: repeat-x;
}

#mainnav .item a
{
    background-image: none;
    cursor: pointer !important;
}

#mainnav .dynamicMenu
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #666666;    
}

#mainnav .dynamicItem
{
    color: #000000;
    background-color: #FAFAFA;
    height: 20px;
    width: 120px;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #666666;
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}

#mainnav .hover
{
    background-color: #FF9900;
    cursor: pointer !important;
}

#contentwrapper
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    padding: 15px;
}

.txtBox
{
    border: 1px solid #666666;
}


#copy .container .button
{
    border-color: #CCCCCC;
}

div.readmore
{
    text-align: right;
    font-size: 0.9em;
}

#leftcolumn
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    width: 152px; /*** Critical left col/divider dimension value ***/
    margin-left: -151px; /*** Critical left col/divider dimension value ***/
    padding-top: 30px;
}
* html #leftcolumn
{
    float: left;
    padding-top: 25px;
}

* > html #leftcolumn
{
    width: 151px;
}
/*** Fix only for IE/Mac ***/

/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #leftcolumn
{
    margin-right: -3px;
}
/* */

#leftcolcontainer
{
    width: 150px; /*** Critical left col dimension value ***/
}

h4 img
{
    margin-bottom: -0.5em;
}

#rightcolumn
{
    float: left;
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    width: 152px; /*** Critical right col/divider dimension value ***/
    margin-right: -150px; /*** Critical right col/divider dimension value ***/
    margin-left: -1px; /*** Static fix ***/
    padding-top: 30px;
}

* html #rightcolumn
{
    margin-left: 0px;
    margin-right: -500px;
    margin-right: -152px;
    padding-top: 25px;
}

.sidebarcontainer
{
    margin: 5px;
    padding: 6px;
    border: 1px solid #FFFFFF;
    background-color: #EFEFEF;
    font-size: smaller;
}

* html .sidebarcontainer
{
    height: 1%;
}

.sidebarcontainer a
{
    color: #FF284E;
}

.sidebarcontainer li
{
    list-style-type: none;
}

#footer
{
    clear: both;
    margin: 1px 5px;
    padding: 2px 20px;
    border: 1px solid #999999;
    background-color: #FFFFFF;
    font-size: 0.9em;
}
#footer a
{
    margin: 1px 5px;
    color: #333333;
}
.imgfloatright
{
    float: right;
    display: inline;
    margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft
{
    float: left;
    display: inline;
    margin: 0.25em 1em 0.25em 0;
}

input[type="text"]:hover, input[type="password"] select:hover, input[type="password"] input:focus, input[type="password"] select:focus, textarea:hover, textarea:focus
{
    background-color: #FDF6E9;
}
input[type="text"], select, textarea
{
    border: 1px solid #B6B6B6;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    margin: 1px;
    font-size: 1em;
}

input[type="password"]:hover, input[type="password"] select:hover, input[type="password"] input:focus, input[type="password"] select:focus
{
    background-color: #FDF6E9;
}
input[type="password"], select
{
    border: 1px solid #B6B6B6;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    margin: 1px;
    font-size: 1em;
}

input[type="reset"], input[type="submit"], input[type="button"]
{
    background: #FF9933 url('images/btnBg.png') repeat-x scroll center top;
    color: #000000;
    border: 1px solid #666666;
    margin: 0px 5px;
}

input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover
{
    border: 1px solid #000000;
}

.watermark
{
    font-style: italic;
}

.signatureSelector
{
    position: fixed;
    left: 285px;
    top: 290px;
    cursor: crosshair;
    visibility: hidden;
}

.signatureImage
{
    margin: 1px;
    overflow: hidden;
    cursor: crosshair;
}

.signatureContainer
{
    width: 800px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: dotted 1px #666666;
    clear: left;
}

.centeredContainer
{
    width: 900px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*Modal Popup*/
.modalBackground
{
    background-color: #cccccc;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    padding: 10px;
}

.modalReportItem
{
    background-color: #ffffff;
    border: solid 1px #000000;
    padding: 10px;
}


.grid
{
    background-color: #ECECEC;
    border: solid 1px #cccccc;
}

.grid th
{
    height: 30px;
    padding: 0px 0px 0px 5px;
    text-align: left;
    background-image: url('images/itemGridHeaderBg.png');
    background-repeat: repeat-x;
    background-position: top;
}

.grid th a
{
    color: #000000;
    text-decoration: none;
}

.grid th a:hover
{
    color: #FFFFFF !important;
    text-decoration: none;
}

.grid a:hover
{
    color: #FF9933 !important;
    text-decoration: underline !important;
}

.grid td a:link
{
    color: #000000;
}

.grid td a:visited
{
    color: #000000;
}

.grid td
{
    border-bottom: solid 1px Gray;
    padding: 5px;
    text-align: left;
    height: 60px;
}

.grid tr:hover
{
    background-color: #FFFFFF;
}

.gridPager td
{
    border: 0;
}

.itemGrid
{
    background-color: #ECECEC;
    border: solid 1px #cccccc;
}

.itemGrid th
{
    height: 30px;
    padding: 0px 0px 0px 5px;
    text-align: left;
    background-image: url('images/itemGridHeaderBg.png');
    background-repeat: repeat-x;
    background-position: top;
}

.itemGrid th a
{
    color: #000000;
    text-decoration: none;
}


.itemGrid th a:hover
{
    color: #FFFFFF !important;
    text-decoration: none;
}

.itemGrid a:hover
{
    color: #FF9933 !important;
    text-decoration: underline !important;
}

.itemGrid td a:link
{
    color: #000000;
}

.itemGrid td a:visited
{
    color: #000000;
}

.itemGrid td
{
    border-bottom: solid 1px Gray;
    padding: 0px 5px;
    text-align: left;
    height: 60px;
}

.itemGrid tr:hover
{
    background-color: #FFFFFF;
}

.itemGridPager td
{
    border: 0;
}

/*latest items*/

.latestGrid
{
    background-color: #ECECEC;
    border-collapse: separate !important;    
}

.latestGrid a:hover
{
    color: #FF9933 !important;
    text-decoration: underline !important;
}

.latestGrid td a:link
{
    color: #000000;
}

.latestGrid td a:visited
{
    color: #000000;
}

.latestGrid td
{
    border-bottom: solid 1px Gray;
    padding: 0px 5px;
    text-align: left;
    height: 40px;
}

.latestGrid tr:hover
{
    background-color: #FFFFFF;
}

.errorText
{
    font-size: 1.2em;
    color: Red;
}

.gamePanel
{
    font-size: 1.2em;
    width: 238px;
    border: solid 1px #999999;
    padding: 8px 0px;
    background-color:#eeeeee;
}

.gamePanel a
{
    color: #333333;
    text-decoration: none;
}

.gamePanel ul
{
    margin: 0px 0px 0px 20px;
    line-height: 1.4;
}

.gamePanel a:hover
{
    color: #FF9933 !important;
    text-decoration: underline !important;
}

.gamePanel a:link
{
    color: #333333;
    text-decoration: none;
}

.gamePanel a:visited
{
    color: #333333;
    text-decoration: none;
}

.mainPanel
{
    font-size: 1.1em;
    width: 730px;
    border: solid 1px #999999;    
    padding: 8px;
    background-color:#eeeeee;
}

.boxWrapper
{
    margin: 5px 1px;
}

.boxHeader
{   
    float:left; 
    height:26px;    
    display: table-cell;
    vertical-align: middle !important;
    text-align: center;         
    background-image:url(images/centerBoxHeader.png); 
    background-repeat:repeat-x;     
}

.boxHeader div
{
    display:table-cell; 
    vertical-align:middle; 
    height:26px;
}

.relatedItem
{
    color: Red;
}

.filterBox
{
    width: 155px;
    margin: 0px 5px 0px 0px;
    padding: 10px;
}

.itemsAdBox
{
    width: 155px;
    margin: 0px 5px 0px 0px;
}

.itemInfoPanel
{
    float: left !important;
    width: 400px !important;
    background-color: #F2F2F2;
}

.wrapItemInfoPanel
{
    margin: 0px 10px;
    padding: 0px 10px;
}

.msgHeaderPanel
{
    width: 400px;
    background-color: #F2F2F2;
}

.msgHeaderPanel td
{
    height: 20px;
}

.wrapMsgHeaderPanel
{
    margin: 0px 10px;
    padding: 0px 10px;
}

#ctl00_ContentPlaceHolder1_FormView1_sellerPanel
{
    float: right;
    width: 300px !important;
}

#ctl00_ContentPlaceHolder1_FormView1_sellerPanel div
{
    background-color: #F2F2F2;
}

#ctl00_ContentPlaceHolder1_FormView1_sellerPanelWrapped
{
    margin: 0px 10px;
    padding: 0px 10px;
}

#tooltip.pretty
{
    font-family: Arial;
    border: none;
    width: 330px;
    padding: 20px;
    height: 196px;
    background: url('images/shadow.png');
}
#tooltip.pretty h3
{
    margin-bottom: 0.75em;
    font-size: 12pt;
    width: 330px;
    text-align: center;
}
#tooltip.pretty div
{
    width: 330px;
    text-align: left;
}

.hintBox
{
    border: dotted 1px Gray;
    background-color: White;
    padding: 5px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.70em;
}

.itemList
{
    float: left;
}

/* Rating */
.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    background-color: Transparent;
}

.filledRatingStar
{
    background-image: url(images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(images/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(images/SavedStar.png);
}

.biggerText
{
    font-size: 1.2em;
}

.contentSpacer
{
    margin: 20px 50px;
}

.updateProgress
{
    position: absolute;
    background-color: #fff;
    filter: alpha(opacity=70);
    mozopacity: 0.7;
    opacity: 0.7;
    padding: 0px;
    margin: 0px;
}
.updateProgress div
{
    background-color: white;
    padding: 4px;
    position: absolute;
    top: 10%;
    left: 50%;
}

.smallText
{
    font-size: 0.8em;
}

.ratingControl
{
    background-image: none;
    background-color: #FFFFFF;
    border: solid 1px #666666;
    padding: 5px;
}



/*Message Box*/
.info, .success, .warning, .error, .validation
{
    border: 1px solid;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info
{
    color: #000000;
    background-color: #FFFFFF;
    background-image: url('MessageBoxUserControl/Images/info.png');
}
.success
{
    color: #000000;
    background-color: #FFFFFF;
    background-image: url('MessageBoxUserControl/Images/success.png');
}
.warning
{
    color: #000000;
    background-color: #FFFFFF;
    background-image: url('MessageBoxUserControl/Images/warning.png');
}
.error
{
    color: #000000;
    background-color: #FFFFFF;
    background-image: url('MessageBoxUserControl/Images/error.png');
}

.info p, .success p, .warning p, .error p
{
    padding: 0px 50px;
    text-align: center;
}
.info a, .success a, .warning a, .error a
{
    float: right;
    cursor: pointer;
    padding-top: 5px;
}

.messageheader
{
    background: url(MessageBoxUserControl/Images/sprite.png) repeat-x 0px -200px;
    height: 18px;
    padding: 5px;
    border-bottom: solid 1px black;
}

.messageheadertext
{
    color: Black;
    float: left;
    font-weight: bold;
}

.messagefooter
{
    text-align: center;
    padding-top: 5px;
}

.messagemodalbackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.6;
    z-index: 998;
}

/* validation */
.validation
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('MessageBoxUserControl/Images/error.png');
}
.validation ul
{
    padding: 0px 30px;
}

#pnlItemMenu
{
    background: #eee;
    border: 1px solid #ccc;
    color: #666;
    width: 150px;
}

#pnlItemMenuList
{
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    list-style: none;
    width: 158px;
}

#pnlItemMenuList li a
{
    border-top: 1px solid #ccc;
    color: #000000;
    display: block;
    padding: 5px 8px;
    text-decoration: none;
    width: 142px;
}

#pnlItemMenuList li a:hover
{
    background: #eee;
    text-decoration: none;
}

.pnlSettings
{
    border: solid 1px #ccc;
    width: 400px;
    margin: 10px;
    padding: 10px;
}

.AutoComplete_List
{
    background-color: #FFF;
    margin: 0px !important;
    border: 1px solid #999;
    cursor: pointer;
    overflow: auto;
    text-align: left;
    list-style-type: none;
    max-height: 200px;
}

.AutoComplete_ListItemHighlight
{
    background-color: #ffff99;
    color: #000;
    padding: 6px;
    border-bottom: 1px solid #ddd;
}

.AutoComplete_ListItem
{
    color: #666;
    padding: 6px;
    border-bottom: 1px solid #ddd;
}

.AutoComplete_ListItemHighlightText
{
    background-color: #FF9933;
    color: #FFF;
}

.pnlSearch
{    
    width: 976px; 
    height: 39px;
    margin-left: auto; 
    margin-right: auto;     
    display: table-cell; 
    vertical-align: middle;
    text-align:center;
    background-image: url(Images/bgSearchPanel.png);
}

.ListSearchExtenderPrompt
{
    text-align: left;
    font-size: 0.8em;
    color: #666666;
}

@media print
{
    body
    {
        font-size: 11pt;
        line-height: 13pt;
        background: #FFFFFF !important;
    }
    #wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn
    {
        width: auto !important;
        margin: auto !important;
    }

    #wrapper, #contentwrapper
    {
        border: none;
    }

    #leftcolumn, #rightcolumn, #search
    {
        display: none;
    }

    #wrapper, #header, #mainnav, #mainnav .item, #mainnav .selected, #copy .container, #footer
    {
        background: transparent;
    }
    #centercolumn
    {
        float: none;
        margin: 0 1em 0 2.5em;
    }

    #breadcrumbs
    {
        position: static;
    }

    #footer
    {
        position: static;
        border-style: none !important;
        border-top: 1px solid #000000;
    }
}
