html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
}

table, tr, td, tbody {
    margin:0;
    padding:0;
    border:0;
	border-collapse: collapse;
}

body{
	font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clearer{
	clear: both;
}

.title{
	font-weight: bold;
}

.error{
	color: red;
}

.justify{
	text-align: justify;
}

a{
	text-decoration: none;
	color: #33591D;
}

a:hover{
	text-decoration: underline;
}

h2.new{
	color: #000000;
	font-weight: normal;
	font-size: 30px !important;
	font-family: 'Amatic SC', cursive;
}

.btn{
	text-decoration: none;
	color: #41332D;
	display: inline-block;
	background-color: #E3E3E3;
	padding: 5px 15px 5px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: none;
	line-height: 22px;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	box-shadow: 2px 2px 3px 0px #aaaaaa;
}

.btn:hover{
	background-color: #d3d3d3;
	text-decoration: none;
	box-shadow: 2px 2px 3px 0px #555555;
}

.btn.new{
	border-radius: 3px;
	font-weight: normal;
	font-size: 12px;
}
.btn.new.red{
	background-color: #ffffff;
	border-color: #ff0000;
	color: #000000;
}
.btn.new:hover{
	background-color: #005c2c;
	color: #ffffff;
}
.btn.new.red:hover{
	background-color: #ff0000;
}
.cancel_btn{
	color: #bbbbbb;
	cursor: pointer;
	margin: 5px;
	padding: 4px 25px 4px 25px;
}

.input_50{
	width: 50px;
}
.input_100{
	width: 100px;
}
.input_200{
	width: 200px;
}
.input_300{
	width: 300px;
}
.input_600{
	width: 600px;
}

input{
	margin-bottom: 5px;
}

.label{
	display: block;
    float: left;
    font-weight: bold;
    padding-top: 5px;
}

.white{
	background-color: white;
}

.natur{
	background-color: #f0f0f0;
}

.tablebg{
	background-color: #f0f0f0;
}

.attr{
	padding: 10px 5px 10px 5px;
}

.descr{
	font-size: 11px;
    padding: 8px 5px;
    text-align: justify;
}

.menu_cont{
	background-image: url("../../images/left_head_down.png");
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 18px;
    margin: 0;
    padding: 0 3px 0 0;
    width: 18px;
}

.menu_cont_open{
	background-image: url("../../images/left_head_up.png");
}

.wrapper{
	/*width: 1145px;*/
	width: 897px;
	margin: 0 auto 0 auto;
}

/* ------ HEADER ------ */

/* ------ LOGO  ------ */

.header{
	margin: 0 0 10px 0;
	height: 130px;
}

.header .links{
	background-image: url('../../images/izporta/logo.png');
	background-repeat: no-repeat;
	float:left;
	height: 130px;
	width: 290px;
	margin: 10px 0 0 0;
}

.header .links a{
	margin: 0 0 0 150px;
	float:left;
	display: block;
	width: 113px;
	height: 18px;
}
.header .links a.home{
	margin:0;
	width: 280px;
	height: 60px;
}

/* ------ USER-MENU ------*/

.header .user-menu{
	float: left;
	height: 40px;
	width: 600px;
	margin: 0 0 0 5px;
}

.header .user-menu ul{
	float: right;
	list-style: none;
}

.header .user-menu ul li{
	display: block;
	float: left;
	font-weight: bold;
	padding: 8px 15px 8px 15px;
	font-size: 13px;
}
.header .user-menu ul li a{
	color: white;
	text-shadow: 1px 1px #888888;
}

.header .user-menu ul li.green{
	background-color: #6EA931;
}

.header .user-menu ul li.yellow{
	background-color: #f6931f;
}

.header .user-menu ul li.basket{
	background-image: url('../../images/izporta/btn-cart.png');
	background-repeat: no-repeat;
	background-position: 5px;
	background-color: #006631;
	padding-left: 30px;
}

.header .user-menu ul li span{
	font-weight: normal;
}

.header .user-menu ul li #basket-menu-popup{
	display: none;
	position: absolute;
	right:0px;
	top: 32px;
	top: 31px\9;
	background-color: #006631;
	width: 190px;
	padding:5px;
	z-index: 1000;
}

.header .user-menu ul li #basket-menu-popup>div{
	border-bottom: solid 1px #fff;
	width:185px;
	cursor:pointer;
	color:#fff;
	font-size:11px;
}

.header .user-menu ul li #basket-menu-popup>div .basket_product_title{
	float:left;
	font-weight: bold;
	width:115px;
	margin: 5px 0px 0 5px;
}

.header .user-menu ul li #basket-menu-popup>div .basket_product_img{
	width:40px;
	float:right;
	margin: 6px 5px 5px 0px;
}

.header .user-menu ul li #basket-menu-popup>div .basket_product_prices{
	float:left;
	width:125px;
	font-size:11px;
	text-align:left;
	margin: 0px 5px 5px 10px;
}

.header .user-menu ul li #basket-menu-popup .product_price_sum_str{
	float:left;
	color:#fff;
	margin:5px 0px 5px 5px;
}

.header .user-menu ul li #basket-menu-popup .product_price_sum{
	float:right;
	color:#fff;
	margin:5px 5px 5px 0px;
}

.header .user-menu ul li #user-menu-popup{
	display: none;
	position: absolute;
	left: 0px;
	top: 32px;
	top: 31px\9;
	background-color: #6EA931;
	width: 170px;
}

.header .user-menu ul li #user-menu-popup a{
	padding: 5px 0 5px 15px;
	margin: 0;
	line-height: 26px;
}

/* ------ INFO-MENU ------*/

.header .info-menu{
	background-image: url('../../images/izporta/slogan.png');
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 600px;
	margin: 0 0 0 5px;
}

.header .info-menu ul{
	float: right;
	list-style: none;
}

.header .info-menu ul li{
	display: block;
	float: left;
	color: #006631;
	font-weight: bold;
	font-size: 13px;
	margin: 7px 0 7px 0;
	padding: 0 5px 0 5px;
	border-right: 1px solid #006631;
}

.header .info-menu ul li:last-child{
	border: none;
}

/* ------ KERESES ------ */
.header .search{
	background-image: url('../../images/izporta/jobb-logo.png');
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	width: 600px;
	height: 42px;
	margin: 0 0 0 5px;
}

.header .search form input[type="text"]{
	float: left;
	border: 1px solid #cccccc;
	border-top: 3px solid #cccccc;
	border-radius: 6px;
	font-size: 15px;
	font-weight: bold;
	color: #6EA931;
	height: 16px;
	width: 420px;
	padding: 10px;
}

.header .search form input[type="submit"]{
	float: left;
	display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-image: url('../../images/izporta/btn-search.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	background-color: transparent;
	margin: 0 0 0 3px;
}

.content_wrapper .menu .search{
	width: 220px;
	overflow: hidden;
}
.content_wrapper .menu .search form .search_wrapper{
	display: inline-block;
	padding: 1px;
	margin: 0;
	border: 2px solid #DDDDDD;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.content_wrapper .menu .search form input[type="text"]{
	color: #888888;
	width: 160px;
	height: 16px;
	display: block;
	float:left;
	font-size: 16px;
	padding: 10px 5px 9px 10px;
	margin: 0px;
	border: 1px solid #E3E3E3;
	border-right: none;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	-khtml-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;

}
.content_wrapper .menu .search form input[type="submit"]{
	display: block;
	background-color: white;
	background-image: url('../../images/izporta/btn-search.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 38px;
	height: 37px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float:left;
	border: 1px solid #E3E3E3;
	border-left: none;
	text-indent: -1000px;
}
.content_wrapper .menu .search form input[type="submit"]:hover{
	background-position: 0 -40px;
}

.content_wrapper .menu .search a{
	font-size: 11px;
	display: block;
	margin: 0 0 0 10px;
}

/* ------ DELIMITER ------ */

.header_delimiter{
	background-image: url('../../images/izporta/header_delimiter.png');
	background-repeat: no-repeat;
	width: 897px;
	height: 15px;
}
/* ------ HEADER VEGE ------ */

/* ------ CONTENT ------ */

.content_wrapper{

}

.content_wrapper .menu{
	width:220px;
	float:left;
}

.content_wrapper .menu.product_menu{
	width: 897px;
}

.content_wrapper .menu.product_menu .box{
	float:left;
	margin-right: 10px;
}

.content_wrapper .menu.menu_items a{
	display: block;
	width: 200px;
	float: left;
	padding: 5px 0 5px 5px;
	border-bottom: 1px dashed gray;
	font-weight: bold;
}

.content_wrapper .menu.menu_items a:hover{
	text-decoration: none;
	background-color: #eeeeee;
}

.content_wrapper .menu.menu_items a.am{
	color:#BE1421;
}

.content_wrapper .menu.menu_items a.noclass{
	display: inline;
	width: auto;
	float: none;
	padding: 0;
	border-bottom: none;
}

.content_wrapper .menu.menu_items label{
	font-weight: bold;
	font-size: 14px;
}

.content_wrapper .menu.menu_items .prodfav{
	display: block;
	width: 200px;
	float: left;
	padding: 5px 0 5px 5px;
	border-bottom: 1px dashed gray;
	font-weight: bold;
}

.content_wrapper .menu.menu_items .sellerfav{
	display: block;
	width: 200px;
	float: left;
	padding: 5px 0 5px 5px;
	border-bottom: 1px dashed gray;
	font-weight: bold;
}

/* ------ BAL MENU ------ */
.menu .box{
	width: 220px;
	overflow: hidden;
	display: inline-block;
	padding: 1px;
	margin: 0;
	border: 2px solid #DDDDDD;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.box.noborder{
	border: none !important;
}
.menu .box .inner_box{
	padding: 8px;
	margin: 0px;
	border: 1px solid #E3E3E3;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	-khtml-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}
.inner_box.noborder{
	border: none !important;
}
.menu .box label{
	display: block;
	font-family: verdana;
	color: #555555;
	border-bottom: 1px solid #dddddd;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

.menu .box .inner_box .blockdisp{
	display: block;
	cursor: pointer;
	border-bottom: 1px solid #eeeeee;
	padding: 3px 0 3px 0;
}

.menu .box .inner_box .blockdisp:last-child{
	border:none;
	padding: 3px 0 0 0;
}

.menu .box .inner_box .blockdisp span{
	display: inline-block;
	width: 170px;
	height: 25px;
	padding: 0px 0 0px 3px;
}

.menu .box .inner_box .blockdisp:hover span{
	text-decoration: underline;
}



/* ------ BAL MENU VEGE ------ */

.content_wrapper .content{
	/*width:905px;*/
	width: 657px;
	margin-left: 20px;
	float:left;
}

.content_wrapper .content.wide{
	margin: 0;
	/*width:1145px;*/
	width: 897px;
}

.content h1 label:hover{
		text-decoration: underline;
		cursor: pointer;
}

.content h1{
	color: #444444;
	border-bottom: 2px solid #cccccc;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	/*font-family: verdana;*/
}

.content h2{
	color: #444444;
	border-bottom: 2px solid #cccccc;
	margin: 0 0 10px 0;
	font-size: 18px;
	padding-bottom: 7px;
	/*font-family: verdana;*/
}

/* ------ CONTENT VEGE ------ */

/* ------ FOOTER ------ */
.footer{
	padding: 10px 0 10px 0;
	text-align: center;
}


/* ------ Egyebek ------ */

.messages_star{
	display: block;
	cursor: pointer;
	background-image: url(../../images/star.png);
	width:19px;
	height:19px;
}

.messages_star.lit{
	background-image: url(../../images/star-lit.png);
}

.newprodtd{
	background-color: #eeeeee;
	color: black;
    font-weight:bold;
    padding:5px;
    width:605px;
    cursor:pointer;
    border-bottom: 5px solid white;
}

.mytab_bg {
	background-image: url('../../images/mytab/bg.jpg');
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: center;
	height: 31px;
}
.mytab_bg_empty {
	background-image: url('../../images/mytab/bg_empty.jpg');
	background-repeat: repeat-x;
	height: 31px;
	vertical-align: middle;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.mytab_bg_empty a,
.mytab_bg_empty a:link,
.mytab_bg_empty a:active,
.mytab_bg_empty a:visited,
.mytab_bg_empty a:hover,
.mytab_bg a,
.mytab_bg a:link,
.mytab_bg a:active,
.mytab_bg a:visited,
.mytab_bg a:hover
{
	color: #666666;
}
.mytab_start_active {
	background-image: url('../../images/mytab/bg_start.jpg');
	background-repeat: repeat-x;
	height: 31px;
	width: 1px;
}

.mytab_end_active {
	background-image: url('../../images/mytab/bg_end.jpg');
	background-repeat: repeat-x;
	height: 31px;
	width: 9px;
}
.mytab_start_inactive {
	background-image: url('../../images/mytab/bg_empty.jpg');
	background-repeat: repeat-x;
	height: 31px;
	width: 1px;
}

.mytab_end_inactive {
	background-image: url('../../images/mytab/bg_empty.jpg');
	background-repeat: repeat-x;
	height: 31px;
	width: 9px;
}

.pagi{
  cursor: pointer;
}

.mytab_bg_empty > input[type=submit]{
  padding: 0px 5px;
}

.npbox{
	float:left;
	margin: 5px 10px 5px 9px;
	padding: 4px;
	height:80px;
	width:80px;
	border: 1px solid #D4D9D1;
}

.product{
	/*width:593px;*/
	border: 1px solid #d4d9d1;
	width: 125px;
	float:left;
	margin-right: 39px;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #fff;
}

.product.recommended{
	margin-right: 17px;
}

.psearch{
	margin-right: 12px;
}
.product_4th, .product.recommended.product_4th{
	margin-right: 0px;
}
.recprodlist{
	/*margin: 0 45px 10px 45px;*/
}
.product_last{
	margin-bottom: 0px;
}
.pick_marg{
	margin-top:5px;
}
.product_img{
	width:125px;
	height:125px;
}
.product_name{
	float:left;
	width:120px;
	height: 15px;
	overflow: hidden;
	position: relative;
}
.product_name .jury {
	display: block;
	font-size: 8px;
	position: absolute;
	top: 0;
	right: 0;
}
.product_name a{
	color:#000;
	font-size: 11px;
}
.product_maker{
	float:left;
}
.product_maker a{
	color:#a2aca6;
	font-size: 11px;
}
.product_price{
	float:right;
	font-size: 11px;
}
.product_price a{
	color:#000;
	font-size: 11px;
}
.pdiv {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.pdiv table {
	width: 100%;
}
.pdiv table tr td {
	height: 20px;
	text-align: center;
}
.shophead{
	width: 885px;
	height: 115px;
	margin: 0 5px 10px 5px;
}

#thpic .thumb{
	margin: 5px 10px 0 0;
}

#thpic .thumb:last-child{
	margin:5px 0 0 0;
}

.solid_btn{
	background-color: #F5F5F5;
	border: 1px solid #ffffff;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	display: inline-block;
	margin: 5px 5px 0px 0px;
	padding: 2px 4px 2px 4px;
	cursor: pointer;
	float:left;
}
.solid_btn:hover{
	color: #339933;
}
.redn{
	color:#BE1421;
}

div#commentboxw {
	position: fixed;
	left: 50%;
	width: 658px;
	height: 209px;
	margin-left: -329px;
	/*margin-top: 100px;*/
	top:100px;
	background-color: #F0FFDA;
	border: 2px solid #286328;
}

div#commentboxw div.commentBoxTitlew {
	float: left;
	width: 658px;
	height: 53px;
	line-height: 53px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #286328;
}

div#commentboxw div.commentBoxTitlew p {
	margin-left: 35px;
}

div#commentboxw div.commentBoxInputw {
	float: left;
	margin-left: 21px;
	display: inline;
	width: 608px;
	height: 100px;
	border: 4px solid #b2ccb1;
}

div#commentboxw div.commentBoxInputw textarea {
	border: none;
	height: 89px;
	width: 598px;
	overflow: auto;
	float: left;
	padding: 5px;
}

div#commentboxw div.commentBoxHelpw {
	float: left;
	width: 239px;
	margin-left: 10px;
	border: 1px solid #cbcdcc;
	background-color: #f7f7f7;
	height: 170px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

div#commentboxw div.commentBoxErrorw {
	height: 15px;
	width: 100%;
	padding-left: 40px;
	float: left;
	clear: left;
}

div#commentboxw div.commentBoxSubmit {
	clear: left;
	float: left;
	width: 658px;
	height: 73px;
	text-align: right;
}

.blockdisp{
	float: right;
	width: 200px;
	cursor: pointer;
}

.blockdisp.left{
	float:left;
}

.blockdisp img{
	margin-right: 5px;
}

.blockdisp span{
	display: block;
	margin: 4px 0 0 0;
}

hr.separator{
	border:none;
	border-bottom: 1px dashed #cccccc;
}

.product_rate{
	width:66px;
	height:35px;
	padding-top:24px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	background-image: url('../../images/izporta/giga-star.png');
	float: left;
	margin-right:10px;
}

.product_rate.gray{
	background-image: url('../../images/izporta/giga-star-gray.png');
}

.product_rate_description{
	height:70px;
}

#product_rating div{
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 20px;
	background-image: url(../../images/izporta/star.png);
	display: inline-block;
	cursor: pointer;
	float:left;
}

#product_rating div.active{
	background-image: url(../../images/izporta/star-lit.png);
}

#product_rating span{
	display: block;
	float: left;
	height: 20px;
	font-weight: bold;
	padding: 3px 10px 0 0;
}




.product_recommender{
	width: 315px;
	/*height: 250px;*/
	overflow: auto;
}

.product_recommender img{
	margin: 0px 5px 0px 0px;
	float: left;
	width: 40px;
}

.product_recommender a{
	padding: 5px;
	display: block;
	width: 285px;
	height: 40px;
	overflow: hidden;
}

.product_recommender a:hover{
	background-color: #dddddd;
	text-decoration: none;
}

.recommended_product{
	width: 650px;
	height: 125px;
	margin:10px 0 10px 0;
}

.recommended_product img{
	margin: 0px 5px 0px 0px;
	float: left;
	width: 125px;
}

.to_basket.btn.green{
	background-color: #81CD34;
}

.to_basket span{
	font-size: 20px;
	padding:6px 10px 5px 10px;
	float:left;
}

.to_basket input{
	float: left;
	text-align: right;
	font-weight: bold;
	margin:6px 6px 0 0;
	padding:0 2px 0 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #78C038;
}

.to_basket .count_controller{
	/*height:36px;*/
	float:left;
	/*border-right: 1px solid #888888;*/
}

.to_basket .count_controller .plus{
	width:15px;
	height: 15px;
	padding:0;
	margin:2px 2px 2px 2px;
	background-image: url('../../images/izporta/kosarba_plusz.png');
}

.to_basket .count_controller .plus:hover{
	background-color: #91DD44;
}

.to_basket .count_controller .minus{
	width:15px;
	height: 15px;
	padding:0;
	margin:2px 2px 0 2px;
	border-top:1px solid #888888;
	background-image: url('../../images/izporta/kosarba_minusz.png');
}

.to_basket .count_controller .minus:hover{
	background-color: #91DD44;
}

.postage_table{
	width: 100%;
}

.postage_table td{
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: center;
}

.postage_table td.last{
	border-right: none;
}

.postage_table td.bottom{
	border-bottom: none;
}

.postage_table td.header{
	height: 35px;
	border:none;
}

.postage_table td input{
	width:50px;
	text-align: right;
}

.scrollable {
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 170px;
	height: 42px;
	display: inline-block;
	float:left;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
.items div {
	float:left;
	width: 171px;
}

.category_blog_scrollable {
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 650px;
	margin: 0 auto;
	height:290px;
	display: inline-block;
	float:left;
}

.category_blog_scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.category_blog_scrollable .items>div {
	float: left;
	width:650px;
}

.category_blog_scrollable .items td {
	padding:10px;
}

.blog_add{
		font-size:12px;
		padding: 0px;
		margin: 0px 0px 5px 5px;
		width:150px;
}

div.blog_filters{
		float:left;
		width:140px;
}

.blur_box{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 505;
	display:none;
}

.blur_box>div{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -200px;
	width: 450px;
	min-height: 100px;
	padding: 10px;
	border: 2px solid #cccccc;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 20px #000000;
}

.blur_box .title{
	color: #006600;
	font-weight: bold;
	font-size: 16px;
	margin-bottom:10px;
}

.blur_box .product_name{
	color: #006600;
	font-weight: bold;
	font-size: 14px;
	width: 400px;
	height: 20px;
	overflow: hidden;
}

.blur_box.new>div{
	padding: 25px;
	text-align: justify;
}
.blur_box.new .title {
	color: #000000;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 15px;
	font-family: 'Amatic SC', cursive;
}

.sortabele-shop-placeholder{
	border: 1px dotted orange;
	background-color: lightyellow;
	float: left;
	width: 125px;
	height: 157px;
	padding: 4px;
	margin: 0 14px 20px 14px;
}

#dft-rendezett{
	margin-left: 25px;
}

#dft-legujabb{
	margin-left:45px;
}

#dft-legregebbi{
	margin-left: 65px;
}

#dft-legolcsobb{
	margin-left: 58px;
}

#dft-legdragabb{
	margin-left: 36px;
}

.purchase_container {
	width: 615px;
	margin: 0 0 20px 0;
	border: 1px solid #eeeeee;
	border-radius: 5px;
}

.purchase_container .purchase_title {
	width: 595px;
	border-radius: 5px 5px 0 0;
	padding: 10px;
	background-color: #f5f5f5;
	font-weight: bold;
}

.purchase_container .purchase_data {
	border-radius: 0 0 5px 5px;
	background: transparent url('../../images/cart-summary-bg.png') repeat-y 401px;
}

.purchase_container .purchase_data .purchase_products {
	width: 400px;
	border-right: 1px solid #eeeeee;
}

.purchase_container .purchase_data .purchase_products .purchase_product {
	border-top: 1px solid #eeeeee;
	padding: 0 0 10px 0;
}

.purchase_container .purchase_data .purchase_post {
	width: 194px;
	border-top: 1px solid #eeeeee;
	padding: 10px;
	text-align: center;
}

.purchase_container .purchase_data .purchase_post .purchase_datas_button {
	display: block;
	cursor: pointer;
	border: 1px solid black;
	background-color: #eeeeee;
	padding: 4px 0 4px 0;
	width: 70px;
	font-weight: bold;
	text-align: center;
}

.purchase_container .purchase_data .purchase_post .purchase_databox {
	position: absolute;
	z-index: 2;
	padding: 10px;
	border: 1px solid #d0cdba;
	text-align: left;
	background-color: #fff3bf;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	display: none;
	white-space: normal;
}

.webox_blue{
	font-weight: bold;
	color: #007DB7;
}

.webox_green{
	font-weight: bold;
	color: #A6CF39;
}

.productimg_editor{
	clear:both;
	display:none;
	border: 3px solid #dddddd;
	border-radius: 5px;
	background-color: #dddddd;
	margin: 10px 0 0 0;
}

.productimg_editor .image_container{
	text-align: center;
	padding: 6px 5px 3px 5px;
	background-color: #eeeeee;
	border-radius: 3px;
}

.productimg_editor .image_container .image_editor_img{
	width: 480px;
}

.productimg_editor .editor_icons{
	background-color: #dddddd;
	padding: 5px;
	position: relative;
}

.productimg_editor .editor_icons .icon_container .hider{
	width: 0px;
	height: 0px;
	position: absolute;
	background-color: rgba(0,0,0,0.1);
	margin: -5px 0 0 -5px;
	z-index: 1000;
}

.productimg_editor .editor_icons .icon_container .hider.active{
	width: 100%;
	height: 100%;
}

.productimg_editor .editor_icons .icon{
	margin-right: 2px;
	cursor: pointer;
	padding: 5px;
	border: 2px solid transparent;
	border-radius: 3px;
}

.productimg_editor .editor_icons .icon:hover{
	border-color:#aaaaaa;
	background-color: #eeeeee;
}

.productimg_editor .editor_icons .icon.last{
	margin-right: 20px;
}

.productimg_editor .editor_icons .btn{
	margin-top:5px;
}

#right_side_banner {
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 1245px) {
    #right_side_banner {
        display: none !important;
    }
}

.fb-btn {
	box-sizing: border-box;
	background-image: url('../../images/facebook/facebook-empty-btn.png');
	width: 250px;
	height: 38px;
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	padding: 9px 0 0 20px;
	text-align: center;
}

.fb-btn:hover {
	text-decoration: none;
	color: #ffffff;
}
.fb-btn:visited{
	text-decoration: none;
	color: #ffffff;
}