/********************
	termék oldal
**********************/

h1.page-title{
	font-size: 30px;
    margin: 10px 0;
    color: #0B5ED7;
}
.product-content .product-datas {
	margin-left: 10px;
	width: 721px;
}
.product-content .product-image{
	width: 233px;
	height: auto;
	position: relative;
}
.product-content .product-image .pic-parent .pic{
    display: none;
}
.product-content .product-image .pic-parent *{
	vertical-align: top;
}
.product-content .product-image .pic-parent img{
    max-height: 245px;
    max-width: 233px;
}
.product-description{
	font-size: 14px;
}
.product-description strong{
	color: #0089c4;
}
.product-description > p:first-child > strong{
		font-size: 20px;
}
.product-description > p{
	margin: 20px 0;
}
.product-description > p > strong{
	font-weight: 16px;
}
.product-image .product-price{
	position: absolute;
	background: url('pic/product-price-bg.png') no-repeat 0 0 transparent;
	width: 123px;
	height: 123px;
	line-height: 123px;
	font-size: 30px;
	top: 0;
	left: -60px;
	text-align: center;
}
.product-image .product-price.action{
	background: url('pic/product-action-price-bg.png') no-repeat 0 0 transparent;
	color: #E47694;
}

.product-image .highlighted-pictures {
    list-style-type: none;
    float: left;
    padding: 0;
}
.product-image .highlighted-pictures li {
    float: left;
    margin-left: 5px;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.red-line {
    background-color: #e2151a;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 10px 0 10px -13px;
    padding-left: 13px;
    width: 978px;
}
.little-pic{
	max-width: 50px;
	vertical-align: middle;
}

.little-pic img{
	
}

/********************
	megosztás
**********************/
.dark-button{
	background: url('pic/dark-button-bg.jpg') repeat-x;
	font-size: 14px;
	padding:2px 15px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
}
.share{
	margin-top: 10px;
}
.share .share-button{
	font-size: 11px;
	padding: 3px 5px 3px 4px;
	line-height: normal;
	margin-right: 3px;
}
.share .share-button .fb{
	background: url('pic/share-logo-fb.png') no-repeat right center;
	padding-right: 15px;
}
.share .share-button .fb:hover{
	background: url('pic/share-logo-fb-hover.png') no-repeat right center;
}
.share .share-button .twitter{
	background: url('pic/share-logo-twitter.png') no-repeat right center;
	padding-right: 18px;
}
.share .share-button .twitter:hover{
	background: url('pic/share-logo-twitter-hover.png') no-repeat right center;
}
.share .share-button .iwiw{
	background: url('pic/share-logo-iwiw.png') no-repeat right center;
	padding-right: 20px;
}
.share .share-button .iwiw:hover{
	background: url('pic/share-logo-iwiw-hover.png') no-repeat right center;
}
.share .share-button .email{
	background: url('pic/share-logo-email.png') no-repeat right center;
	padding-right: 25px;
}
.share .share-button .email:hover{
	background: url('pic/share-logo-email-hover.png') no-repeat right center;
}

/********************
	kuponok
**********************/

.text-div input.correct {
	background-color: #DCFBD8;
}

.coupon-check-sign {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 8px;
}

.coupon-check-sign.loader {
	background: url("pic/ajax-loader.gif") no-repeat scroll 0 0 transparent;
}

.coupon-check-sign.correct {
	background: url("pic/check.png") no-repeat scroll 0 0 transparent;
}

.coupon-check-sign.error {
	background: url("pic/error-x.png") no-repeat scroll 0 0 transparent;
}

.discount-title-large {
	display: inline-table;
	width: 100px;
	text-align: left;
	height: 30px;
	line-height: 30px;
	position: relative;
}

.discount-title-large input[type=text] {
	width: auto;
}

.discount-title-large input[type=text].disabled {
	background-color: #D0D1D4;
}
