/* ========================================================================== */
/* ========================================================================== */

h2 { color:#5F98BF; font-weight:normal; }

.go_hits{  
    font-size: 9px;
    margin-left:4px;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

/* ========================================================================== */
/* ========================================================================== */

table.customer_info td{ padding-bottom:15px; }
table.customer_info td.first{ padding-top:15px; }
table.customer_info .input{ width:340px; }

.psys_price { font-size:14px; }
.psys_price span { font-weight:bold; }

/* ========================================================================== */
/* ========================================================================== */

.shop_vendors_list .vendor { font-size:18px; margin-bottom:15px; }

/* ========================================================================== */
/* ========================================================================== */

.total_to_pay{ font-size: 18px; }

.total_to_pay .label{ color: #5F98BF; }

/* ========================================================================== */
/* ========================================================================== */

.con_heading{
    overflow:hidden;
}

.con_heading .is_hit{
    display:inline;
    padding-right:70px;
    background:url(../images/shop_hit_small.gif) no-repeat right center;
}

.shop_items_list .is_hit{
    position:absolute;
    margin-top:-60px;
    margin-left: 80px;
    width:82px;
    height:81px;
    background:url(../images/shop_hit.png) no-repeat;
}

.imghint{
    position:absolute;
    padding:10px;
    background:#FFF;
    border:solid 2px gray;
    display:none;
}

.itemlink{
    cursor:help;
}

.shop_items_list .chars_list li{
    margin:0px;
}

.shop_items_list .chars_list {
    list-style:none outside none;
    margin:0px;
    padding:0px;
}

.shop_items_list .chars_list .quest{
    font-weight: bold;
    display: block;
    width:200px;
    float:left;
    color:#5F98BF;
}

/* ========================================================================== */
/* ========================================================================== */

ul.shop_cat_list{
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
    padding-bottom:15px;
}

ul.shop_cat_list li.shop_cat_item{	
    line-height:32px;
	padding-left:40px;
    float:left;
    font-size:18px;
    margin-right:20px;
    margin-bottom:1px;
    width:250px;
}

ul.shop_cat_list li.shop_cat_item .subcats{
    font-size:12px;
    line-height:20px;
}

/* ========================================================================== */
/* ========================================================================== */

.shop_items_list{}

.shop_item {
    width:99%;
    margin-bottom:5px;
    padding-top:20px;
    padding-bottom:20px;
    border-top: solid 1px #E0EAEF;
}


.shop_item .image_td{
    width:150px;
    padding:15px 0;
    padding-left:15px;
    padding-right:25px;
    text-align:center;
}

.shop_item .details_td{
    padding:15px 0;
}

.shop_item .details .desc{
    margin-bottom:15px;
}
.shop_item .details .title{
    font-size:18px;
}

.shop_item .details .vendor{
    color:gray;
}

.shop_item .title .compare{
    float:right;
    margin-top:2px;
    font-size:11px;
    color:silver;
}

.shop_item .title .compare a {
    color:#09c;
}

.shop_item .title .compare a.add {
    padding:2px;
    padding-left:20px;
    background:url(../images/shop_compare_add.gif) no-repeat left top;
}

.details .price span{
    height:34px;
    display:block;
    line-height:34px;
    padding-left:15px;
    padding-right:0px;
    background:url(../images/shop_price.gif) no-repeat left top;
    text-align:center;
    font-size:14px;
}

.details .price {
    display:block;
    height:34px;
    line-height:34px;    
    padding-right:15px;
    background:url(../images/shop_price.gif) no-repeat right -34px;
    width:120px;
}

.details .old_price span{
    height:34px;
    display:block;
    line-height:34px;
    padding-left:15px;
    padding-right:0px;
    background:url(../images/shop_price_old.gif) no-repeat left top;
    text-align:center;
    font-size:14px;
    text-decoration:line-through;
}

.details .old_price {
    display:block;
    height:34px;
    line-height:34px;
    padding-right:15px;
    background:url(../images/shop_price_old.gif) no-repeat right -34px;
    width:120px;
}

/* ========================================================================== */
/* ========================================================================== */

.d_table  { border-bottom: dashed 1px silver; }
.d_table td { padding-top:10px; padding-bottom:15px; }
.d_table td.btop { border-top: dashed 1px silver; padding-bottom:0px; }
.d_table .d_type { font-size:14px; font-weight:bold; float:left; margin-top:5px; }
.d_table .d_price { float:right; font-size:16px; font-weight:bold;  margin-top:5px; }

/* ========================================================================== */
/* ========================================================================== */

.cart_table  { border-bottom: dashed 1px silver; }
.cart_table td { border-top: dashed 1px silver; padding-top:10px; padding-bottom:10px; }

.cart_table a.title { font-size:14px; }
.cart_table .var_title { font-size:14px; margin-left:15px; }

.cart_table .totalprice { font-size:12px; font-weight:bold; }
.cart_table .art_no { 
    padding:3px;
    background:url(../images/shop_price.gif) no-repeat center -10px;
    color:#000;
    font-size:9px;

    width:55px;
}

.cart_table .total_summ_title{ font-size:14px; font-weight:bold; }
.cart_table .total_summ_price{ font-size:16px; font-weight:bold; }

.cart_form { margin-top:20px; float;left; }
.cart_save_form { margin-top:20px; float;right; }

/* ========================================================================== */
/* ========================================================================== */

.shop_filter_link a{
    padding:4px 15px;
    padding-left:30px;
    background:url(/admin/components/shop/images/filter.gif) no-repeat 10px center #E0EAEF;
    clear:both;
    border-radius:8px;
    -moz-border-radius:8px 8px 0px 0px ;
    display: inline-block;
    color:#375E93;
    text-decoration: none;
}

.shop_filter{
    width:240px;
    padding:15px;
    background:#E0EAEF;
    display:none;
    position: absolute;
    z-index: 999999;
    -moz-box-shadow:1px 1px 0 #1F3147;
}

.shop_filter .filter_title{
    font-size:14px;
    font-weight:bold;    
    height:32px;
    line-height:32px;
    padding-right:20px;
    padding-left:2px;
    background:url(/admin/components/shop/images/filter.gif) no-repeat right center;
    display:inline;
}

.shop_filter table{
    margin-top:10px;
    margin-bottom:10px;
}

/* ========================================================================== */
/* ========================================================================== */

.shop_detail_item .details_td { padding-left:20px; padding-right: 20px; }
.shop_detail_item .buy_td { 
padding-left: 15px;
padding-right: 15px;
width: 130px;
background: url(../../images/text_bar.png);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
position: relative; }
.shop_detail_item .image_td { width: 350px; }
.shop_detail_item .image_td .images { margin-top:15px; }
.shop_detail_item .image_td .images a { border:solid 1px #ccc; display:table;float:left;padding:2px;margin-left:4px;margin-bottom:4px; }
.shop_detail_item .details_td .description p { margin-top:0px; }

.shop_detail_item .details_td .cats { margin-bottom:15px; font-size:14px; }
.shop_detail_item .details_td .cats { font-weight:bold; }
.shop_detail_item .details_td .cats a { font-weight:normal; }

.shop_detail_item .details_td .vendor { margin-bottom:15px; font-size:14px; }
.shop_detail_item .details_td .vendor { font-weight:bold; }
.shop_detail_item .details_td .vendor a { font-weight:normal; }

.shop_detail_item .details_td .chars_list {
    list-style:none;
    margin:0px;
    padding:0px;
    margin-top:20px;
    font-size:12px;
}

.shop_detail_item .details_td .chars_list li{
    clear: both;
    margin: 0 0 6px;
    overflow: hidden;
}

.shop_detail_item .details_td .chars_list .quest{
    color: #375E93;
    display: block;
    float: left;
    width: 130px;
}

.shop_detail_item .details_td .chars_list .answer{
    float: left;width: 270px;
}

.shop_detail_item .details_td .chars_list .grp{
    padding:4px;
    padding-left:0px;
    margin:0px;
    margin-bottom:4px;
    border-bottom:solid 1px silver;
    font-size:14px;
    font-weight:bold;
}

.price_table { margin-top:20px; }
.price_table td { padding-right:10px; }

/* ========================================================================== */
/* ========================================================================== */

.compare_table{}
.compare_table td { padding:4px; font-size:14px; text-align:center; }

.compare_table td.char_title { text-align:left; font-weight:bold; padding:7px; }
.compare_table td.item_image { padding-bottom:5px; padding-top:15px; }
.compare_table td.item_title { font-weight:bold; }

.compare_table .compare_remove { font-size:12px; margin-bottom:15px; }
.compare_table .compare_remove a { color:gray; }

/* ========================================================================== */
/* ========================================================================== */

a.shop_download,
a.shop_map,
a.shop_user,
a.shop_link {
    padding:2px;
    padding-left:20px;
}

a.shop_download{ background:url(../images/shop_download.png) no-repeat left 2px; }
a.shop_user{ background:url(../images/shop_user.png) no-repeat left 2px; }
a.shop_map{ background:url(../images/shop_map.png) no-repeat left 2px; }
a.shop_link{ background:url(../images/shop_link.png) no-repeat left 2px; }

/* ========================================================================== */
/* ========================================================================== */

.mod_inshop_cart_list{
    margin-left:0px;
    padding-left:0px;
    list-style:none;
}

.mod_inshop_cart_list li{
    margin-top:10px;
    padding-top:10px;
    border-top:dotted 1px silver;
}

.mod_inshop_cart_total{
    padding-top:10px;
    border-top:dotted 1px silver;
    text-align:right;
}

.mod_inshop_cart_total span{
    font-weight:bold;
}

/* ========================================================================== */
/* ========================================================================== */

#inshop_tree{ padding:0px; list-style:none; margin:0px; }
#inshop_tree ul{
    margin-left:0px;
    padding-left:16px;
}
#inshop_tree li { list-style:none; margin-left:0px; padding-left:0px; }
#inshop_tree li span {
    background:url(/includes/jquery/treeview/images/folder-closed.gif) no-repeat;
    padding-left:18px;
    margin-left:0px;
    font-weight:bold;
}

#inshop_tree li span a{
    font-weight:normal;
}

/* ========================================================================== */
/* ========================================================================== */

.shop_detail_item{
    margin-bottom: 15px;
	width: 960px;
}

.related{
    margin-left:10px;
    padding:15px;
    border:solid 1px #CCC;
    border-radius:9px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    margin-top:10px;
}

.related h3{
    margin-top:0px;
}

.related ul{
    margin-bottom: 0px;
}

/* ========================================================================== */
/* ========================================================================== */

.item_nav{
    font-size:16px;
}

/* ========================================================================== */
/* ========================================================================== */

.shop_items_sort { text-align: right; margin-bottom:4px; }
.shop_items_sort span { color:#375E93; }
.shop_items_sort a.selected { text-decoration: none; color:#5F98BF; }
.shop_items_sort a.selected:hover { text-decoration: none; color:#375E93; }

.item_rating{  overflow:hidden; padding-top:20px; padding-left:24px; text-align:center; }
.item_rating small{ line-height:20px; }
.image_td .rating{ margin-top:3px; overflow:hidden; }
.image_td .rating small{ line-height:20px; margin-left:6px; }


.mod_inshop_cart_list{
    margin-left:0px;
    padding-left:0px;
    list-style:none;
}

.mod_inshop_cart_list li{
    margin-top:10px;
    padding-top:10px;
    border-top:dotted 1px silver;
}

.mod_inshop_cart_total{
    padding-top:10px;
    border-top:dotted 1px silver;
    text-align:right;
}

.mod_inshop_cart_total span{
    font-weight:bold;
}

.mod_inshop_front .item_wrap{
    text-align:center;
}

.mod_inshop_front .price span{
    height:34px;
    display:block;
    line-height:34px;
    padding-left:15px;
    padding-right:0px;
    background:url(../images/shop_price.gif) no-repeat left top;
    text-align:center;
    font-size:14px;
}

.mod_inshop_front .price {
    display:block;
    height:34px;
    line-height:34px;
    padding-right:15px;
    background:url(../images/shop_price.gif) no-repeat right -34px;
    width:120px;
    margin-left:auto;
    margin-right:auto;
}

.mod_inshop_front .is_hit{
    background: url("../images/shop_hit.png") no-repeat scroll 0 0 transparent;
    height: 81px;
    left: 60%;
    position: relative;
    margin-top: -55px;
    width: 82px;
}

/* ========================================================================== */
/* ========================================================================== */

#inshop_tree{ padding:0px; list-style:none; margin:0px; }
#inshop_tree ul{
    margin-left:0px;
    padding-left:16px;
}
#inshop_tree li { list-style:none; margin-left:0px; padding-left:0px; }
#inshop_tree li span {
    background:url(/templates/_default_/images/icons/folder.png) no-repeat;
    padding-left:20px;
    margin-left:0px;
    font-weight:bold;
}

#inshop_tree li span a{
    font-weight:normal;
}

#inshop_tree li a.cat_plus,
#inshop_tree li a.cat_minus,
#inshop_tree li a.cat_none{
    display:block;
    float:left;
    width:16px;
    height:16px;
    margin-right:3px;
}

#inshop_tree li a.cat_plus{ background:url(../images/shop_cat_plus.png) no-repeat left 2px; }
#inshop_tree li a.cat_minus{ background:url(../images/shop_cat_minus.png) no-repeat left 2px; }

#upr_p_shop_orders .order{ margin-bottom:15px; }
#upr_p_shop_orders .order .head{ font-size:16px; color:#27537A; }
#upr_p_shop_orders .order .data{ margin-top:2px; margin-bottom:6px; font-size:12px; }
#upr_p_shop_orders .order .data span{ font-weight:bold; }
#upr_p_shop_orders .order .data .date{ margin-left:10px; }
#upr_p_shop_orders .order .items{ padding:5px; border:solid 1px silver; }
#upr_p_shop_orders .order .items td{ padding:2px; }

/* ========================================================================== */
/* ========================================================================== */

#inshop_vendors_list .vendor{
    font-size:18px;
    padding-left:15px;
}

.buy_td .btn_m {
	margin-left: 9px;
}
.buy_td .exists {
	margin: 20px 0 20px 0;
	height: 20px;
}
.buy_td .round {
	background-color: #55ab26;
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	float: left;
}
.buy_td .text {
	color: #78be20;
	margin-left: 5px;
	margin-top: 1px;
	float: left;
	font-weight: bold;
}
.buy_td .info {
	color: #888a8d; 
	font-size: 11px;
	margin: 10px 0;
}
.buy_td .textred {
	color: #cc0000; 
}
.buy_td .bgred {
	background-color: #cc0000;
}


.sectiontableheader {
    font-weight: bold;
    padding: 4px;
    color: #fff;
	background: #3b99bb;
}

.sectiontableheader th {
	padding: 4px;
}

.sectiontableheader a:link, .sectiontableheader a:visited {
    color: #fff;
    text-decoration: none;
}

.sectiontableentry1 td {
    padding: 8px;
	border-bottom: 1px solid #6B6754;
}

.sectiontableentry2 td {
    padding: 8px;
	border-bottom: 1px solid #6B6754;
}

.sectiontableentry1 td, .sectiontableentry2 td {
border-bottom: 1px solid #3b99bb;
padding: 8px;
}
tr.sectiontableentry1 td, tr.sectiontableentry2 td {
vertical-align: middle;
}
td.bgSummary1, td.bgSummary {
background: #DCD8C6;
font-weight: bold;
padding: 4px;
}

#basketTable {
border-spacing: 1px;
border-collapse: separate;
border-color: gray;
}

.sectiontableentry1 td .inputbox {
vertical-align: middle;
border: 1px solid #a5a5a5;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
font-size: 11px;
color: #2b5c07;
font-weight: normal;
margin:0;
padding: 0;
vertical-align: middle;
width: 57px;
height: 21px;
}
.sectiontableentry1 td a .imgaction {
margin-top: 2px;
}

.paytab td {
	padding: 10px;
}

.paytab input {color: #fff;
font-size: 12px;
background: #5eafcd;
padding: 5px 10px;margin: 0 20px 10px 0;
cursor: pointer;
}
.paytab input:hover {background:#6bbddb;color:#fff;
}


/* minibasket */.miniBasket {

/*NEW PANDA 
background: url(../../images/panda_minibasket_new.png) no-repeat -22px -20px;
background-size: 200px 170px;
top: -20px;
height: 54px;
padding-top: 68px;
*/

/* OLD PANDA*/
/*background: url(../../images/panda_minibasket.png) no-repeat -35px -15px;*/
/*background-size: 220px 150px;*/
top: 35px;
/*padding-top: 75px;*/

right: 0px;
width: 160px;
position: absolute;
                    z-index: 99999;
                }
.miniBasket .blueBg {	color:#FFF;	float:left;	line-height:22px;	height:22px;	padding:0px 10px 0px 40px;	width:110px;	background: transparent url(../../img/bg/dd_sm/icons.png) 10px -431px no-repeat;	font-weight:bold;	background-color: #3c9ec5;	font-size:14px;}
.miniBasket .blueBg:hover {	background-color: #3892b5;}
.wkBtn.blueBg {	color:#FFF;	float:left;	line-height:22px;	height:22px;	padding:0px 15px 0px 45px;	width:120px;	background: transparent url(../../img/bg/dd_sm/icons.png) 10px -431px no-repeat;	font-weight:bold;	background-color:#005192;}
.miniBasket .blueBg.empty {	color:#FFF;	float:left;	line-height:22px;	height:22px;	padding:0px 10px 0px 40px;	width:110px;	background: transparent url(../../img/bg/dd_sm/icons.png) 10px -457px no-repeat;	font-weight:bold;	background-color:#3c9ec5;}
.miniBasket .blackBg2 {	color:#FFF;	float:left;	line-height:22px;	height:22px;	padding:0px 10px 0px 40px;	width:110px;	background: transparent url(../../img/bg/dd_sm/icons.png) 10px -431px no-repeat;	font-weight:bold;	background-color:#000;	font-size:14px;}
.wkBtn.blackBg2 {	color:#FFF;	float:left;	line-height:22px;	height:22px;	padding:0px 15px 0px 45px;	width:120px;	background: transparent url(../../img/bg/dd_sm/icons.png) 10px -431px no-repeat;	font-weight:bold;	background-color:#000;}
.miniBasket .blackBg2.empty {	color:#FFF;	float:left;	line-height:22px;	height:22px;	padding:0px 10px 0px 40px;	width:110px;	background: transparent url(../../img/bg/dd_sm/icons.png) 10px -457px no-repeat;	font-weight:bold;	background-color:#000;}
.miniBasket .redBg2 {	color:#FFF;	float:left;	line-height:22px;	height:22px;	padding:0px 10px 0px 40px;	width:110px;	background: transparent url(../../img/bg/dd_sm/icons.png) 10px -431px no-repeat;	font-weight:bold;	background-color:#cc0000;	font-size:14px;}
.wkBtn.redBg2 {	color:#FFF;	float:left;	line-height:22px;	height:22px;	padding:0px 15px 0px 45px;	width:120px;	background: transparent url(../../img/bg/dd_sm/icons.png) 10px -431px no-repeat;	font-weight:bold;	background-color:#cc0000;}
.miniBasket .redBg2.empty {	color:#FFF;	float:left;	line-height:22px;	height:22px;	padding:0px 10px 0px 40px;	width:110px;	background: transparent url(../../img/bg/dd_sm/icons.png) 10px -457px no-repeat;	font-weight:bold;	background-color:#cc0000;}

.miniBasket .greenBg{	color:#4f869b;	line-height:25px;	height:25px;	width:25px;	float:right;	text-align:center;	margin-top:-10px;	font-weight:bold;font-size: 18px;border: solid 3px #3c9ec5;}
.miniBasket .redBg {	color:#FFF;	line-height:25px;	height:25px;	width:25px;	float:right;	text-align:center;	margin-top:-10px;	font-weight:bold;}
.miniBasket .blackBg {	color:#FFF;	line-height:25px;	height:25px;	width:25px;	float:right;	text-align:center;	margin-top:-10px;	font-weight:bold;}
.miniBasket .subNavContent {	position:absolute;	padding:0px 0px 0px 0px;	width:250px;	top:15px;	left:0px;	margin-left:-96px;	display:none;	z-index:1999;}
.miniBasket .subNavContent li {	float:left;}
.miniBasket ul li ul li ul {	position:relative;	padding:20px 5px 9px 5px;	width:250px;	margin-left:0px;	z-index:0;	float:left;}
.miniBasketContent {	background: transparent url(../../images/minibasket-bg.png) -281px 0px repeat-y;}
.miniBasketTop {	background: transparent url(../../images/minibasket-bg.png) 0px 0px no-repeat;	width:260px;	height:26px;}
.miniBasketBottom {	background: transparent url(../../images/minibasket-bg.png) -592px 0px no-repeat;	width:260px;	height:20px;}
.miniBasket ul li ul li ul li {	float:left;	border-top:1px solid #bfd7ea;	padding:5px;	width:240px;}
.miniBasket ul li ul li ul li a {	display:block;	float:left;	width:230px;		text-align:center;	color:#000;	padding:5px;}
.miniBasket ul li ul li ul li span.img {	float:left;	width:70px;	height:45px;	background-color:#FFF;	text-align:center;	margin-right:5px;	padding-top:4px;}
.miniBasket ul li ul li ul li span.txt {	float:left;	height:49px;	text-align:left;	padding-left:5px;}
.miniBasket ul li ul li ul li p {	text-align:left;}
.miniBasket ul li:hover ul {	display:block;}
.miniBasket ul li ul li ul li:hover a {	background-color:#ccc;	text-decoration:none;}
.miniBasket ul li:hover a.top {	color:#FFF !important;	background-color:#005192;	text-decoration:none;}
.miniBasket ul li:hover a {	text-decoration:none;}
.miniBasket ul li:hover a.filled {	background-color:#0363af;}
.miniSum .txt {	float:left;	width:230px;		text-align:right;	color:#000;	padding:5px;}
.miniSum .txt .price {	font-size:18px!important;}
.miniSum .txt .sum {	float:left;	padding-top:6px;	padding-right:6px;}
button {	color:#FFF;}
button.big {	font-size:14px;	border:none;	height:34px;	text-align:left;	font-weight:bold;	cursor:pointer;}
/*button.big .btnTxt{display:inline;line-height:34px;}
*/ button.big .btnTxt {	display: inline-block;	height: 32px;	line-height: 30px;	float: left;}
.miniBasket .button.big {	color:#FFF;	font-weight:bold;	background: transparent url(../../images/bg.png) 0px 0px repeat-x;	padding-left:15px;}
.miniBasket .button.big .arrow {	height:26px;	line-height:26px;	width:26px;	float:right;	text-align:center;	margin:3px 3px 3px 8px;	background:#00579c url(../../images/icons.png) 8px -499px no-repeat;}
.miniBasket .button.big:hover {	background-position:0px -34px;}

.greenBg {
background-color: #fff;
}
.roundAll {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
position: relative;
}
.noBorder {
border: none!important;
}
.rightFloat {
float: right;
}
.small {
font-size: 10px !important;
}
.greytxt {
color: #666 !important;
}