body, html {
    height: 100%;
}

body {
    font-family: Verdana, Arial;
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

.page {
    width: 990px;
    margin: 0 auto;
    background: #fff url('../images/redesign/bg_content_col.png') 183px -1px repeat-y;
    text-align: center;
}

.arrow {
    padding-right: 10px;
    text-decoration: none;
}

.arrow.red {
    color: #e04835;
    background: #fff url('../images/redesign/ico_dotted_arrow_red.png') right 4px no-repeat;
}

.arrow.blue {
    color: #5b97cb;
    background: #fff url('../images/redesign/ico_dotted_arrow_blue.png') right 4px no-repeat;
}

td, tr {
    font-family: Verdana, Arial;
    margin-top: 0;
    margin-left: 0;
}

img {
    border: 0;
}

.header {
    height: 125px;
    background: #fff url('../images/redesign/bg_header.gif') 0 0 no-repeat;
    vertical-align: top;
    text-align: left;
}

.header .logo {
    display: inline-block;
    margin: 21px 0 0 197px;
}

.leftSide {
    float: left;
    width: 153px;
    padding: 0 7px 0 23px;
}

#fomenu {
    float: left;
    width: 152px;
    padding: 35px 0 55px 0px;
    margin: 0;
    list-style-type: none;
}

#fomenu li {
    float: left;
    width: 152px;
    height: 25px;
    padding: 0 0 2px -36px;
}

#fomenu li div {
    position: relative;
    float: left;
    width: 152px;
    height: 23px;
    overflow: hidden;
}

#fomenu li div a img {
    float: left;
}

#fomenu li div a {
    position: absolute;
    height: 46px;
    top: 0;
    left: 0;
    float: left;
}

#fomenu li div a:hover {
    top: -23px;
    background: transparent;
}

#almenu {
	float: left;
	width: 152px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#almenu li {
    float: left;
    width: 152px;
    height: 15px;
    padding: 0 0 2px -36px;
}

#almenu li div {
    position: relative;
    float: left;
    width: 152px;
    height: 15px;
    overflow: hidden;
}

#almenu li div a img {
    float: left;
}

#almenu li div a {
    position: absolute;
    height: 30px;
    top: 0;
    left: 0;
    float: left;
}

#almenu li div a:hover {
    top: -15px;
    background: transparent;
}

.partners {
    float: left;
    width: 153px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.partners li {
    float: left;
    width: 153px;
}

.partners li a {
    float: left;
}

.partners img {
    display: block;
}

.sideHeader {
    margin: 0;
    padding: 0 0 5px 0;
    clear: both;
}

.sideHeader img {
    display: block;
}

.rightSide {
    font-size: 11px;
}

.rightSideBox {
    float: left;
    width: 214px;
/*    margin: 0 0 20px 0;*/
    padding: 0 0 0 13px;
    background-color: #fff;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.rightSideBox .paypalLogo {
    float: right;
    margin-right: 25px;
}

.rightSideBox.red {
	width: 227px;
/*   background-image: url('../images/redesign/bg_side_box_footer_red.png');*/
}

.rightSideBox.blue {
	background-image: url('../images/redesign/bg_side_box_footer_blue.png');
	padding: 20px 0 71px 13px;
}

.rightSideBox.green {
   background-image: url('../images/redesign/bg_side_box_footer_green.png');
	padding: 0 0 75px 13px;
}

.rightSideBox.client {
	background-image: url('../images/redesign/bg_side_box_footer_client.png');
	color: #717171;
	padding: 20px 0 20px 13px;
}

.rightSideBox p {
    margin: 0;
/*    padding: 0 0 12px 0;*/
    clear: both;
}

.rightSideBox .priceList, .rightSideBox .priceList li {
    float: left;
    width: 214px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.rightSideBox .priceList li {
    padding-bottom: 15px;
}

.rightSideBox .priceList .picBox {
    float: left;
    width: 85px;
    height: 73px;
    padding-right: 8px;
    overflow: hidden;
    text-align: center;
}

.rightSideBox .priceList .text {
    float: right;
    width: 121px;
    padding-top: 5px;
}

.rightSideBox .priceList .text strong {
    color: #4f4f4f;
}

.rightSideBox .priceList .text strike {
    color: #222e22;
}

.rightSideBox.red .priceList .text .price {
    color: #e01414;
}

.rightSideBox.blue .priceList .text .price {
    color: #222e22;
}

.rightSideBox .newsletter {
    padding: 5px 0 15px 0;
}

.rightSideBox .newsletter .text {
    float: left;
    width: 169px;
    height: 15px;
    margin-right: 10px;
    background: #f8f8f8;
    border: 1px solid #a9c243;
}

.rightSideBox .newsletter .submit {
    width: 26px;
    height: 19px;
    border: 0;
    background: #fff url('../images/redesign/btn_ok_green.png') 0 0 no-repeat;
}

.clr {
    clear: both;
}

#tartalom {
    float: left;
    width: 558px;
    padding: 0 11px;
    font-size: 12px;
/*    color: #717171;*/
    color: black;
    text-align: left;
}

#tartalom a {
    font-size: 12px;
    color: rgb(170, 194, 68);
    font-weight: bold;
}

#tartalom a:hover {
    color: #717171;
}

#tartalom h1 {
    font-size: 16px;
    font-weight: bold;
    color: black;
    padding-bottom: 20px;
}

#tartalom h2 {
    font-size: 14px;
    font-weight: bold;
}

#tartalom ul {
    font-size: 12px;
}

#tartalom li {
    font-size: 12px;
    padding-top: 0px;
}

#tartalom .categoriesTable {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

#tartalom .categoriesTable tr td a {
    display: inline-block;
    margin-bottom: 30px;
    text-decoration: none;
}

#tartalom .categoriesTable tr td a strong {
    display: block;
    margin: 7px 0 0 0;
    text-transform: uppercase;
    font-size: 11px;
}

#tartalom .categoryTitle {
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #a9c243;
}

#tartalom .categoryTable {
    display: inline-block;
    text-align: center;
}

#tartalom .categoryTable tr td {
    text-align: center;
}

#tartalom .categoryTable tr td div {
    display: inline-block;
    margin-bottom: 30px;
    text-decoration: none;
    text-align: center;
}

#tartalom .categoryTable tr td div img {
    display: inline-block;
}

#tartalom .categoryTable tr td div span {
    display: block;
    margin: 0 0 10px 0;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: #a9c243;
    clear: both;
}

.banner {
    display: block;
    margin-bottom: 10px;
}

.banner img {
    display: block;
}

.banner.left {
    float: left;
}

.banner.right {
    float: right;
}

.footer {
    float: left;
    width: 460px;
    padding: 20px 0 0 244px;
}

.alsoMenu {
    float: left;
    margin: 0;
    padding: 0 0 20px 0;
    list-style-type: none;
}

.alsoMenu li {
    float: left;
    height: 12px;
    padding-right: 11px;
    margin-right: 10px;
    background: #fff url('../images/redesign/bg_footer_menu_sep.png') right 1px no-repeat;
}

.alsoMenu li.last {
    background: #fff;
    padding-right: 0;
    margin-right: 0;
}

.alsoMenu li a, .alsoMenu li span {
    float: left;
    height: 10px;
    text-decoration: none;
}

.alsoMenu li span a {
    display: inline;
    float: none;
}

.alsoMenu li a img {
    display: block;
}

.alsoMenu.copyright {
    padding-left: 40px;
}

.alsoMenu.copyright span, .alsoMenu.copyright a {
    color: #717171;
    font: normal 10px Verdana;
}

#ujdonsag {
    border-right: solid 1px rgb(170, 194, 68);
    padding-right: 10px;
}

#ujdonsag2 {
    padding-right: 10px;
}

#kosar { /*	border-right: solid 1px rgb(170, 194, 68);*/
    padding-right: 10px;
}

.kategoria1 {
    padding: 10px;
    border: solid 1px;
    width: 262px;
    float: left;
    text-align: center;
}

.kategoria2 {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: rgb(170, 194, 68);
    text-decoration: none;
}

.kategoria {
    padding: 10px;
    /*border-bottom: solid rgb(170, 194, 68) 1px;*/
    font-size: 12px;
    font-weight: bold;
    color: rgb(170, 194, 68);
    text-decoration: none;
    text-align: center;
}

.kiemelt {
    font-weight: bold;
    font-size: 12px;
    color: rgb(113, 113, 113);
}

.szoveg {
    font-size: 12px;
    color: rgb(113, 113, 113);
}

.termektipus {
    font-size: 10px;
}

.termekmegnev {
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    color: rgb(170, 194, 68);
}

.termekleiras {
    font-size: 12px;
    color: black;
    vertical-align: top;
    padding-left: 10px;
}

.termekkiskep {
    border-right: solid 1px rgb(170, 194, 68);
    width: 300px;
    text-align: center;
}

.ar {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
    background-color: rgb(170, 194, 68);
}

.megrendeldarab {
    font-size: 10px;
    border: solid 1px rgb(130, 152, 191);
    padding: 5px 5px 5px 5px;
    width: 50px;
}

.elvalasztas {
    border: 0;
    color: rgb(170, 194, 68);
    background-color: rgb(170, 194, 68);
    height: 3px;
    width: 100%;
}

.termektipusok {
    padding-top: 20px;
}

.megrendelgomb {
    text-align: center;
    background-color: rgb(170, 194, 68);
    color: black;
    font-weight: bold;
    font-size: 12px;
    border: 0px;
    padding: 5px 5px 5px 5px;
    color: #EDF1CC;
    text-decoration: none;
}

#megrendeles {
    border-collapse: collapse;
    width: 558px;
}

#megrendeles td {
    color: #000000;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
}

#megrendeles td.alt {
    color: #000000;
    background-color: #EAF2D3;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
    width: 260px;
}

#megrendeles input, textarea, select {
    color: #000000;
    border: 1px solid rgb(113, 113, 113);
    padding: 3px 7px 2px 7px;
    background-color: #EDF1CC;
}

#megrendeles button {
    color: #EDF1CC;
    background-color: rgb(170, 194, 68);
    border: 1px solid rgb(113, 113, 113);
    padding: 3px 7px 2px 7px;
    font-weight: bold;
}

/* megrendelés oldali kosárhoz */
.akosar {
    border-collapse: collapse;
}

.akosar tr.fejlec {
    color: #000000;
    background-color: #EAF2D3;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
    font-weight: bold;
    text-align: center;
}

.akosar td {
    color: #000000;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
    text-align: center;
}

.akosar a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.adminmenu {
    color: #000000;
    font-size: 12px;
}

/* jobb oldali kosárhoz */
.jkosar {
    border-collapse: collapse;
	 font-size: 10px;
}

.jkosar tr.fejlec {
	color: #000000;
	background-color: #EAF2D3;
	border: 1px solid #98bf21;
	padding: 3px 5px 2px 5px;
	font-weight: bold;
	text-align: center;
}

.jkosar td {
	color: #000000;
	border: 1px solid #98bf21;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

.jkosar a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.adminmenu {
    color: #000000;
    font-size: 12px;
}

.adminmenu:hover {
    text-decoration: underline;
    text-decoration: none;
    font-weight: bold;
}
 /* Cuski oldal */
.cuski_szoveg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
}

.cuski_cim {
    font-size: 24px;
    color: #5AD0D1;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.style9 {
    color: #ee62bd
}

.style13 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #5AD0D1;
    font-weight: bold;
}

.style15 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

.aktlap {
	text-decoration:none;
	color:#AAC244;
	background:#fff;
	border:1px solid #636363;
	font-size:11px;
	font-family:tahoma;
	padding:4px 7px;
}

.lapok {
	text-decoration:none;
	color:#fff;
	background:#AAC244;
	border:1px solid #636363;
	font-size:11px;
	font-family:tahoma;
	padding:3px 6px;
}

.ujdonsag1 {
	color: black;
	font-size: 10px;
}