
/** REGISZTRÁCIÓ **/
.security-input {
	display: none;
}

.form-maintitle {
	font-family: Roboto-BoldCondensed;
	font-size: 14px;
	text-transform: uppercase;
}

.form-subtitle {
	font-size: 12px;
}

.address_copy, .address_copy_2 {
	font-size: 10px;
	text-decoration: none;
}

.address_same_text {
	font-size: 10px;
	width: auto;
}

.required {
	color: red;
}

.general-form-wrapper tr td {
	position: relative;
}

.general-input {
	width: 260px;
}

.button_loading {
	display: none;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}


/** HIBA KEZELÉSEK **/

.general-input-error {
	border: 1px solid #990000;
}

.general-input-ok {
	border: 1px solid green;
}



.rightarrowdiv {
	position: absolute;
	left: auto;
	white-space: nowrap;
	word-wrap: break-word;
	display: inline;
	padding: 3px 10px 3px 25px;
	margin: 2px 3px 0px 5px;
	background-color: #FFBBBB;
	border: 1px solid #990000;
	-moz-box-shadow: 2px 2px 2px #C0C0C0;
	-webkit-box-shadow: 2px 2px 2px #C0C0C0;
	box-shadow: 2px 2px 2px #C0C0C0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #990000;
	word-wrap: break-word;
	line-height: 18px;
	font-weight: normal;
}

.rightarrowdiv.ok {
	background-color: #D8EBAF;
	border: solid 1px #006633;
	color: #006633;
	background-image: url(/images/icon_ok.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.rightarrowdiv.ok:after { /*arrow added to leftarrowdiv DIV*/
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: -14px; /*should be set to -border-width x 2 */
	width: 0;
	height: 0;
	border-color: transparent #006633 transparent transparent;
	border-style: solid;
	border-width: 7px;
}

.rightarrowdiv.error {
	background-color: #FFBBBB;
	border: solid 1px #990000;
	color: #990000;
	background-image: url(/images/icon_error.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.rightarrowdiv.error:after { /*arrow added to leftarrowdiv DIV*/
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: -14px; /*should be set to -border-width x 2 */
	width: 0;
	height: 0;
	border-color: transparent #990000 transparent transparent;
	border-style: solid;
	border-width: 7px;
}

.leftarrowdiv {
	padding: 3px 10px 3px 25px;
	margin: 2px 3px 0px 5px;
	
	background-color: #FFBBBB;
	border: 1px solid #990000;
	-moz-box-shadow: 2px 2px 2px #C0C0C0;
	-webkit-box-shadow: 2px 2px 2px #C0C0C0;
	box-shadow: 2px 2px 2px #C0C0C0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    color: #990000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    width: 252px;
}

.leftarrowdiv:after {
    border-color: transparent transparent transparent #990000;
    border-style: solid;
    border-width: 7px;
    content: "";
    display: block;
    height: 0;
    left: 100%;
    position: absolute;
    top: 5px;
    width: 0;
}

.leftarrowdiv.error {
	background-color: #FFBBBB;
	border: solid 1px #990000;
	color: #990000;
	background-image: url(/images/icon_error.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}



.login_error {
	position: absolute;
	top: 5px;
	left: -300px;
}

.logined_div {
	font-family: Roboto-BoldCondensed;
	padding: 5px 10px 0 10px;
	height: 35px;
}

.logined_name {
	color: black;
	font-size: 16px;
}

.logined_email {
	font-family: Roboto-Condensed;
	font-size: 14px;
}



.product-thumb-active {
	background-color: #92B21B;
	border: solid 1px #66800F;
}

.product-main-image div {
	display: none;
}


.headerWrapper .cart-box a {
	color: #FFFFFF;
	text-decoration: none;
}



.ui-dialog {
	font-size: 11px;
}




/** Megrendelés **/

.order-product-tr, .order-product-tr-2 {
	background-color: #EBEBEB;
}

.border-bottom, .order-product-tr-2 td {
	border-bottom: 1px dotted #909090;
}

.order-product-title {
    color: #464646;
    font-family: Roboto-BoldCondensed;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

.order-product-price {
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 5px 5px 5px 5px;
    color: #BF0426;
    font-family: Roboto-Bold;
    font-size: 16px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 5px;
}

.price-color-1 {
	color: #777777;
}

.price-color-2 {
	color: #000000;
}

.order-details {
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 5px 5px 5px 5px;
    color: #777777;
    font-family: Roboto-Italic;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    position: relative;
}

.order-details span {
    color: #000000;
    float: right;
    font-family: Roboto-Bold;
    font-size: 14px;
    position: absolute;
    right: 10px;
}


/** Termékképek **/

.order-main-image {
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    float: left;
    height: 100px;
    padding: 3px;
    width: 100px;
}

.order-main-image div {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
}

.order-main-image div a {
    display: block;
    height: 100px;
}

.divSum {
	text-align: right;
	padding: 20px 10px;
	
	color: #000000;
    font-family: Roboto-Bold;
    font-size: 14px;
    text-transform: uppercase;
}

.order-top {
	padding: 10px 0px;
	text-align: right;	
}


#cartSumPrice {
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 5px 5px 5px 5px;
    color: #BF0426;
    font-family: Roboto-Bold;
    font-size: 18px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    margin-left: 10px;
    text-transform: none;
}




textarea {
    background-color: #C5C5C5;
    border: 1px solid #979797;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
    color: #797979;
    font-family: Roboto-Regular,Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 1px;
    padding: 0 5px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}

textarea:focus {
    background-color: #FFFFFF;
    border: 1px solid #474747;
    color: #000000;
    outline: medium none;
}

.general-textarea {
	width: 260px;
	height: 100px;
}




/******** Alsó menüsor ********/

.footerWrapper .content ul#bottom-menu-ul {
	width: 650px;
	overflow: hidden;
}

.footerWrapper .content ul#bottom-menu-ul li {
/*	border: 1px solid green;*/
	display: block;
	overflow: hidden;
	width: 180px;
	margin-right: 20px;
	float: left;
}

.footerWrapper .content ul#bottom-menu-ul li:first-child {
	border-top: none;
}

.footerWrapper .content ul#bottom-menu-ul li.border-top {
	border-top: dotted 1px #909090;
}



#newsletter-success {
	display: none;
}





/*******************  NEWS PAGER  **************************/
.news_link_div {
	overflow: hidden;
	padding: 20px;
}

.news_links_ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	/* For IE, the outcast */
	zoom:1;
	*display: inline;
	text-align: center;
}

.news_links_ul li {
	float: left;
	background-repeat: no-repeat;
	/*width: 23px;*/
	height: 24px;
	margin-left: 3px;
	margin-right: 3px;
	list-style: none;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.news_links_ul li.selected {
	font-weight: bold;
	background-color: #E8E9E9;
}

.news_links_ul li a {/*
	display: block;
	height: 19px;
	padding-top: 5px;
	font-size: 11px;
	text-decoration: none;
	color: #383838;*/
}

.news_links_ul li.news_link_last_li,.news_links_ul li.news_link_first_li {
	background-image: none;
	padding-left: 10px;
	padding-right: 10px;
}





.product-main-image {
	position: relative;
}

.product-main-image div.ribbon {
	position: absolute;
	top: 0;
	right: 0;
	width: 51px;
	height: 54px;
	display: block;
}
.product-main-image div.ribbon.sale {
	background: url("img/master.png") -132px -50px no-repeat transparent; 
}
.product-main-image div.ribbon.new {
	background: url("img/master.png") -183px -50px no-repeat transparent; 
}




.divTrans {
	text-align: right;
	padding: 10px 10px;
	
	color: #000000;
    font-family: Roboto-Bold;
    font-size: 12px;
}


#cartTransPrice {
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 5px 5px 5px 5px;
    color: black;
    font-family: Roboto-Bold;
    font-size: 16px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 5px;
}
