/**
 *  NetGo.hu NetShop v3 CSS template
 *  Copyright(c) NetGo.hu Kft. (http://www.netgo.hu)
 *  Version: 1.1
*/

div,html,body,img,table,tr,td,ul,li
{
    margin: 0px;
    padding: 0px;
    border: none;
    border-width: 0px;
    border-spacing: 0px;
}
body
{
    font-family: Arial;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}
a
{
    font-family: Arial;
    font-size: 12px;
    color: #E616B0;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

/* Alapvető css elemek (netgo.php classban definiált) */

.content_drop_down_close
{
}
.content_drop_down_hide
{
}
.content_columns_checkbox
{
    margin-right: 5px;
    float: left;
}
.content_columns_checkbox_text
{
    width: 90%;
    padding-top: 5px;
    float: left;
}
.content_columns_radio
{
    margin-right: 5px;
    float: left;
}
.content_columns_radio_text
{
    width: 90%;
    padding-top: 5px;
    float: left;
}
.left
{
    float: left;
}
.clear
{
    clear: both;
    overflow:hidden;
    height: 0;
}
.cursor
{
    cursor: pointer;
}

/* Alapvető css elemek vége */

/* Alapvető formázások */

.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}
.underline
{
    text-decoration: underline;
}
.center
{
    text-align: center;
}

/* Alapvető formázások vége*/

/* Táblázat css elemek */

.table
{
    display: table;    
}
.tr
{
    display: table-row;
}
.td
{
    display: table-cell;
}

/* Táblázat css elemek vége */

/* Heading css elemek */

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Heading css elemek vége */

/* Input elemek */

.object_form
{
    display: inline;
}
.object_listbox
{
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    font-weight: normal;
    border-top: #7C7C7C 1px solid;
    border-right: #C3C3C3 1px solid;
    border-bottom: #DDDDDD 1px solid;
    border-left: #C3C3C3 1px solid;
    padding: 4px 3px 3px 3px;
}
.object_textarea
{
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    font-weight: normal;
    border-top: #7C7C7C 1px solid;
    border-right: #C3C3C3 1px solid;
    border-bottom: #DDDDDD 1px solid;
    border-left: #C3C3C3 1px solid;
    padding: 4px 3px 3px 3px;
}
.object_checkbox
{

}
.object_radio
{

}
.object_text
{
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    font-weight: normal;
    border-top: #7C7C7C 1px solid;
    border-right: #C3C3C3 1px solid;
    border-bottom: #DDDDDD 1px solid;
    border-left: #C3C3C3 1px solid;
    padding: 4px 3px 3px 3px;
}
.object_text:hover
{
    background-color: #FAE9BB;
}

/* Input elemek vége */