/* This style sheet contains the styles for the cards pages and can be used to overide 
styles from the global css */


/* ---------------------------------------------------------------------------------- HTML styles */

fieldset
{
    border-bottom: 0px solid #999999;
    padding-left: 0px;
}
/* ---------------------------------------------------------------------------------- page styles */

/* ---------------------------------------------------------------------------------- box styles */

.cards_box
{
    height: 100%;
}
.cards_box_tl
{
}
.cards_box_tr
{
}
.cards_box_nav_top, .cards_box_nav_bot
{
    background-color: #C7E9E9;
    padding: 0.5em;
    width: 665px;
    min-height: 20px;
    margin-bottom: 0em;
}
.cards_box_nav_bot
{
    _height: 0.9em;
}
.cards_box_content
{
    clear: both;
}
.cards_box_bot
{
}

/* --------------------------------------------------- sub nav */
div.sort_by, div.per_page
{
    float: left;
}
div.sort_by label, div.per_page label
{
    position: relative;
    top: -2px;
    font-size: 0.9em;
    font-weight: 800;
    color: #5a5a5a;
}
div.per_page
{
    padding-left: 10px;
}
div.pages
{
    float: right;
    font-size: 0.9em;
    font-weight: 800;
    color: #5a5a5a;
    padding-top: 2px;
}
ul.pages_num, ul.pages_num li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.pages_num li
{
    display: inline;
    padding-left: 0.1em;
    padding-right: 0.1em;
}

.clear_space
{
    clear: both;
    min-height: 2px;
}

div.left
{
    float: right;
    font-size: 0.9em;
    font-weight: 800;
    color: #5a5a5a;
    padding-top: 2px;
    padding-right: 70px;
}
div.numberofcard
{
    float: left;
    font-size: 0.9em;
    font-weight: 800;
    color: #5a5a5a;
    padding-top: 2px;
    padding-right: 50px;
}
/* ------------------------------------------------------------------------- Main content boxes */
.account_main_box
{
    margin-bottom: 1em;
}
.account_main_box_tl
{
}
.account_main_box_tr
{
}
h2.account_main_box_h
{
    background-color: #3884CD;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    padding: 0.3em 0.3em 0.3em 15px;
    background: url(../images/shade_h1_green.gif) top left repeat-x #5ebcbf;
}
.account_main_box_content
{
    padding: 0.3em;
    background-color: #ffffff;
    border: 1px solid #5ebcbf;
    background: url(../images/shade_shadow_white_l.gif) top left repeat-x;
}

/* -------------------------------------- my projects */
#row_container
{
    text-align: center;
    width: auto;
    overflow: hidden;
}
#row_container ul, #row_container ul li
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#row_container ul
{
    float: left;
    margin: 8px;
}
#row_container ul li.name
{
    display: none;
}
#row_container ul li.img
{
}
#row_container ul li.price
{
    font-weight: bold;
    margin-bottom: 5px;
}
#row_container ul li.view
{
}
#row_container ul li.more
{
    font-size: 0.8em;
}

#thumb_item
{
    overflow: hidden;
    padding: 10px;
    margin: 5px;
    float: left;
}
#thumb_icon
{
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #5ebcbf;
}
#thumb_icon img
{
    height: 30px;
    width: 45px;
}

#thumb_icon input[type="image"]
{
    height: 30px;
    width: 45px;
}
#card_thumb_icon
{
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #5ebcbf;
}
#card_thumb_icon img
{
    max-width: 40px;
}

#card_thumb_icon input[type="image"]
{
    height: 57px;
    width: 40px;
}
#thumb_info
{
    font-size: 11px;
    text-align: left;
}
#thumb_options
{
    padding-left: 10px;
    font-size: 11px;
    text-align: left;
    float: left;
}

