    /*
    Készítette: Forczek Ádám && Maldrik Zsolt (Prixy Kft. : 2008)
    Felhasználói feltételek:
        Az oldalrendszer(főoldal és a hozzá tartozó aloldalak, adminisztrációs kezelőfelület és aloldalai, ezekhez tartozó képek),
            továbbiakban oldal, kizárólag a készítők által meghatározott személy(cég) által használható!
        Az oldal megvásárlása csak az oldal felhasználására felruházó jog kiváltását jelenti, és nem az oldal tulajdonjogának megvásárlását.
        Az oldal forrásának bármi nemű módosítása, másolása a készítők írásos beleegyezése nélkül bűncselekménynek számít.
            Amennyiben a készítők felfedezik ezt, az az oldal azonnali(visszatérítésmentes) visszavonásával jár.
            A módosítási védelem nem terjed ki az oldal CSS file-ainak tartalmában:
                -színek módosítására
                -betűtípusok módosítására
        Az oldal tartalmaz beépített elemeket, amik nem tartoznak az oldal keretei közé, ezek ingyenesen lettek beépítve az oldalba.
        A felhasználói feltételek kitörlése nem jelenti azok semmiségét, mivel ezen oldal másolata a készítőknél megtalálható eredeti állapotban.
        Az oldal felhasználója ezt az oldal telepítésével tudomásul veszi és elismeri, hogy a készítők tudomására hozták a felhasnálói feltételeket.
    */

body {
    background: #000000;
    font-family: Arial;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

a {
    color: #A4A4A4;
    text-decoration: none;
}

a:hover {
    color: #EC9836;
    text-decoration: underline;
}

form {
    margin: 0px;
    padding: 0px;
}

table a {
    color: #A4A4A4;
    text-decoration: none;
}

table a:hover {
    color: #EC9836;
    text-decoration: underline;
}

#deviza,
#prodperpage,
#optionsinp {
    background-color: #313131;
    border: 1px solid #CCCCCC;
    color: #A4A4A4;
}

#reginput {
    background-color: #313131;
    border: 1px solid #CCCCCC;
    color: #A4A4A4;
    font-family: Arial;
    font-size: 11px;
    width: 200px;
}

#logininput {
    background-color: #313131;
    border: 1px solid #CCCCCC;
    color: #A4A4A4;
    font-family: Arial;
    font-size: 11px;
    width: 150px;
}

#inputs,
#input {
    background-color: #313131;
    border: 1px solid #CCCCCC;
    color: #A4A4A4;
    font-family: Arial;
    font-size: 11px;
    margin: 3px 0px 3px 0px;
    width: 100px;
}

#inputprod {
    background-color: #313131;
    border: 1px solid #CCCCCC;
    color: #A4A4A4;
    font-family: Arial;
    font-size: 11px;
    margin: 3px 0px 3px 0px;
}

#inputbtn {
    background-color: #313131;
    border: 1px solid #CCCCCC;
    color: #8F8F8F;
    font-family: Arial;
    font-size: 11px;
    margin: 3px 0px 3px 0px;
}

#addcart {
    background: url(../images/web/cart.gif) no-repeat;
    border: 0px none;
    cursor: pointer;
    height: 25px;
    width: 30px;
}

#addcart2 {
    background: url(../images/web/cart2.gif) no-repeat;
    border: 0px none;
    cursor: pointer;
    height: 25px;
    width: 30px;
}

#maincontainer {
    margin: 0 auto;
    width: 910px;
}

#botcontainer {
    background: url(../images/web/footer.gif) no-repeat;
    background-color: #6D6E68;
    clear: both;
    margin: 0 auto;
    padding-top: 5px;
    width: 900px;
    height: 18px;
    text-align: center;
    font-size: 12px;
}

#topsection {
    background: transparent;
    height: 135px;
    margin: 0 auto;
    width: 900px;
}

#menusection {
    background: #000000;
    border-bottom: 1px solid #D0A368;
    font-size: 93%;
    line-height: normal;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    width: 892px;
}

#menusection ul {
    list-style: none;
    margin: 0;
    padding: 0px 0px 1px 0px;
}

#menusection li {
    display: inline;
    margin: 0;
    padding: 0;
}

#menusection a {
    background: url("../images/web/tableft.gif") no-repeat left top;
    float: left;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}

#menusection a span {
    background: url("../images/web/tabright.gif") no-repeat right top;
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 5px 15px 4px 6px;
}

#menusection a:hover {
    background-position: 0% -42px;
    cursor: pointer;
}

#menusection a:hover span {
    background-position: 100% -42px;
}

#contentwrapper {
    float: left;
    width: 100%;
}

#contentcolumn {
    margin: 5px 210px 0px 210px; /*középső oszlop margói. formátum: "5 JobbOszlopSzélessége 0 BalOszlopSzélessége" */
}

#leftcolumn {
    background: transparent;
    float: left;
    margin-left: -910px; /* -(KözéspőOszlopSzélessége) */
    width: 210px;
}

#rightcolumn {
    background: transparent;
    float: left;
    margin-left: -210px; /* -(JobbOszlopSzélessége)*/
    width: 210px;
}

#lefttd {
    width: 210px;
}

#righttd {
    width: 210px;
}

#contenttd {
    width: 490px;
}

.innertube {
    margin: 0px 10px 10px 10px; /*minden oszlop belsejéhez tartozó margók*/
}

.innertube_header {
    margin: 0px; /*minden oszlop belsejéhez tartozó margók*/
    text-align: center;
}

#madeby {
    background-color: #313131;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    height: 70px;
    margin: 40px 36px 40px 36px;
    text-align: center;
    width: 400px;
}

#madeby a {
    color: #A4A4A4;
}

#box {
    background-color: #313131;
    background-image: url(../images/web/box_bottom.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    color: #A4A4A4;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 10px 0px;
    text-align: center;
    width: 192px;
}

#box .top {
    background-color: #000000;
    background-image: url(../images/web/box_top6.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 8px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}

#box a {
    color: #A4A4A4;
}

#box a:hover {
    color: #EC9836;
    text-decoration: underline;
}

#box .cim {
    background-color: #000000;
    background-image: url(../images/web/box_top.gif);
    background-position: top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #000000;
    color: #F5F6C7;
    font-family: Verdana;
    font-variant: small-caps;
    font-weight: bold;
    height: 10px;
    margin: 0px 0px 0px 0px;
    padding: 7px 0px 7px 0px;
    text-align: left;
}

#box_category {
    background-color: #313131;
    background-image: url(../images/web/box_bottom.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    color: #A4A4A4;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 10px 0px;
    text-align: left;
    width: 192px;
}

#box_category .top {
    background-color: #000000;
    background-image: url(../images/web/box_top6.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 8px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}

#box_category a {
    color: #A4A4A4;
}

#box_category a:hover {
    color: #EC9836;
    text-decoration: none;
}

#box_category .cim {
    background-color: #000000;
    background-image: url(../images/web/box_top.gif);
    background-position: top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #000000;
    color: #F5F6C7;
    font-family: Verdana;
    font-variant: small-caps;
    font-weight: bold;
    height: 10px;
    margin: 0px 0px 0px 0px;
    padding: 7px 0px 7px 0px;
    text-align: left;
}

#maincat {
    font-size: 11px;
    font-variant: small-caps;
    font-weight: bolder;
}

#box_error {
    background-color: #313131;
    border: 1px solid #FF0033;
    background-image: url(../images/web/box_tope.jpg);
    background-position: top;
    background-repeat: no-repeat;
    color: #FF0000;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    width: 100%;
}

#box_error a {
    color: #A4A4A4;
}

#box_success {
    background-color: #313131;
    background-image: url(../images/web/box_tops.jpg);
    background-position: top;
    background-repeat: no-repeat;
    border: 1px solid #66CC66;
    color: #66CC66;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    width: 100%;
}

#box_inner {
    background-color: #313131;
    color: #A4A4A4;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 10px 0px;
    text-align: center;
    width: 100%;
}

#box_inner .cim {
    background-color: #6D6E68;
    background-image: url(../images/web/box_top3.jpg);
    background-position: top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #6D6E68;
    font-variant: small-caps;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px 3px 0px;
    text-align: center;
    color: #FF6500;
    font-size: 15px;
    font-weight: bold;
}

#box_inner2 {
    background-color: #313131;
    background-image: url(../images/web/box_top2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    margin: 5px 0px 5px 0px;
    padding: 2px 0px 2px 0px;
    text-align: center;
    width: 100%;
    height: 23px;
    color: #A4A4A4;
}

#box_product {
    background-color: transparent;
    color: #A4A4A4;
    margin-top: 5px;
    padding: 0px 0px 0px 0px;
    text-align: justify;
    width: 100%;
}

#box_product .cim {
    background-color: transparent;
    border-bottom: 1px solid #FF6500;
    color: #FF6500;
    font-variant: small-caps;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    text-align: left;
    width: 100%;
}

#box_product .cim2 {
    background-color: transparent;
    border-bottom: 1px solid #FF6500;
    color: #FF6500;
    font-variant: small-caps;
    margin: 0px;
    padding: 5px 0px 2px 0px;
    text-align: left;
    width: 100%;
}

#box_product a {
    color: #FF6500;
}

#box_product a:hover {
    color: #EC9836;
    text-decoration: underline;
}

#box_product2 {
    background-color: transparent;
    color: #A4A4A4;
    margin-top: 5px;
    padding: 0px 0px 0px 0px;
    text-align: justify;
    width: 447px;
}

#hr {
    border: 1px dashed #777777;
}

#box_product2 .cim {
    background-color: transparent;
    border-bottom: 1px solid #FF6500;
    color: #FF6500;
    font-variant: small-caps;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    text-align: left;
    width: 447px;
}

#box_product2 a {
    color: #A4A4A4;
}

#box_product2 a:hover {
    color: #EC9836;
    text-decoration: underline;
}

#box_product2 .leiras {
    margin-left: 110px;
    margin-top: 0px;
}

.propen a {
    color: #A4A4A4;
    text-decoration: none;
}

.propen a:hover {
    color: #EC9836;
    text-decoration: underline;
}

.inputauct {
    background-color: #313131;
    border: 1px solid #CCCCCC;
    color: #A4A4A4;
    font-family: Arial;
    font-size: 11px;
    margin: 3px 0px 3px 0px;
}

#pager {
    color: #A4A4A4;
    margin-top: 10px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    width: 100%;
}

#pager a {
    color: #A4A4A4;
    text-decoration: none;
}

#pager a:hover {
    color: #EC9836;
    text-decoration: underline;
}

#red {
    color: #FF0033;
}

#rowheader {
    font-weight: bold;
}

#row1 {
    background-color: #6D6E68;
}

#ajszovtd {
    margin: 0px 0px 0px 0px;
    padding: 0px 7px 5px 7px;
    text-align: justify;
    width: 100%;
}

#ajszovtd a {
    color: #FF6500;
}

#ajszovtd a:hover {
    color: #EC9836;
}

#licittable {
    color: #A4A4A4;
    font-size: 12px;
}

/*--- Kategóriafa design ---*/

.dtree {
	color: #A4A4A4;
	font-family: Arial;
	font-size: 10px;
	white-space: nowrap;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: #A4A4A4;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	padding: 1px 2px 1px 2px;
	white-space: nowrap;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #EC9836;
	text-decoration: underline;
}

.dtree a.nodeSel {
    border-bottom: 1px solid #EC9836;
}

.dtree .clip {
	overflow: hidden;
}
