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

h2 {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: grey; }

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

.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;
    top:40px;
    right: 20px;
    width:82px;
    height:81px;
    background:url(../images/shop_hit.png) no-repeat;
}

#slidercatalog .slimg {
    position:relative;
}
#slidercatalog .slimg .is_hit{
    position:absolute;
    bottom:0;
    right: 10px;
	z-index:999;
    width:82px;
    height:81px;
    background:url(../images/label_new_red_small.png) no-repeat right center;
}
.is_hit{
    position:absolute;
    bottom:15px;
    right: 15px;
	z-index:999;
    width:82px;
    height:81px;
    background:url(../images/label_new_red_small.png) no-repeat right center;
}
.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:0 0 10px;
    padding:0px;
}

.shop_items_list .chars_list .quest{
    font-size:12px;
    font-weight: bold;
    display: block;
    width:200px;
    float:left;
}

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

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;
	font-weight:normal;
    margin-right:20px;
	margin-left:0;
    margin-bottom:1px;
    width:250px;
}

ul.shop_cat_list li.shop_cat_item .subcats{
    font-size:12px;
	font-weight:normal;
    line-height:20px;
	margin-left:-32px;
}

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

.shop_items_list{}

.shop_item {
    width:100%;
	position:relative
}


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

.shop_item .details_td{
	font-size:12px
}

.shop_item .details .desc{
    margin-bottom:15px;
}

.shop_item .details .title {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#606060;
	text-decoration:none;
	display:block;
	padding-top:5px;
	margin-bottom:10px
}
.shop_item .details .title:hover {
	color:#688E23;
}
.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.addd {
    padding:2px;
    padding-left:20px;
    background:url(../images/shop_compare_add.gif) no-repeat left top;
}

.price span{
    height:34px;
    line-height:34px;
    padding-left:15px;
    padding-right:0px;
    text-align:center;
	color: #4D4D4D;
	font-weight:bold;
	font-size:36px
}
.price .currency{
    height:34px;
    line-height:24px;
    padding-left:3px;
    text-align:center;
	color: #4D4D4D;
	font-weight:bold;
	font-size:24px;
}
.details .price {
    display:block;
    height:34px;
    line-height:34px;    
    padding-right:15px;
}
.old_price {
    position:absolute;
    bottom:0;
	width:150px;
	text-align:right
}
.old_price_arrow {
    position:absolute;
    bottom:8px;
	left:155px
}
.old_price span{
    height:34px;
    display:block;
    line-height:34px;
    padding-left:15px;
    padding-right:0px;
    color:#CCCCCC;
    text-align:center;
    font-size:26px;
	font-weight:bold;
    text-decoration:line-through;
}
.old_price_item {
	width:150px;
	text-align:right
}

.old_price_item span{
    height:34px;
    display:block;
    line-height:34px;
    padding-left:15px;
    padding-right:0px;
    color:grey;
    text-align:center;
    font-size:26px;
	font-weight:bold;
    text-decoration:line-through;
}
.details .old_price {
    display:block;
    height:34px;
    line-height:34px;
    padding-right:15px;
}
.box_select{
   width: 240px;
   height: 22px;
   padding:6px;
   overflow: hidden;
   background: #E6E6E6;
   border-radius:6px

}
.bg_select{
   width: 240px;
   height: 22px;
   overflow: hidden;
   background: #FFF;
}
.bg_select select {
   background: transparent;
   width: 240px;
   border: 0 none;
   padding:2px;
   overflow: hidden;
}
.bg_select select:focus {
   background: #FFF;
   outline-style: none
}
.bg_select option{
   background: #FFF;
   border:0 none;
   outline-style: none
}

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

.d_table  { border-bottom: dashed 1px silver; margin-top:5px}
.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; margin-top:5px}
.cart_table td { border-top: dashed 1px silver; padding-top:10px; padding-bottom:10px; }

.cart_table a.title { font-size:12px; }
.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  #E6E6E6;
    clear:both;
    border-radius:4px;
    display: inline-block;
    color:#375E93;
    text-decoration: none;
}
.shop_filter_link a:active{
  background-color:#DCDCDC;
}


.shop_filter{
    width:240px;
    padding:15px;
    background:#E6E6E6;
	margin-top:-4px;
    display:none;
    position: absolute;
    z-index: 999999;
	border-radius:0 4px 4px 4px;
    box-shadow:1px 1px 1px #B5B5B5;
}
.add{
    background: url("../images/add-button.png") no-repeat scroll left top #FFFFFF;
    border-radius: 8px 8px 8px 8px;
	border:0 none;
    cursor: pointer;
    display: block;
    height: 32px;
    margin: 0 10px 0 0;
    text-indent: -9999px;
    text-transform: capitalize;
    width: 32px;
}
.add:hover{
    background-position: left bottom;
}
.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:2px; }
.shop_detail_item .image_td { padding:0 15px 0 0;width:300px }
.shop_detail_item .image_td  .image img{ width:300px; }
.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: 200px;
}

.shop_detail_item .details_td .chars_list .answer{
    float: left;
}

.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_item { margin:45px 0; }
.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-top: 25px;
}

.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-right:15px; text-align:center;margin-bottom:15px }
.item_rating small{ line-height:20px; }
.image_td .rating{ margin-top:3px; overflow:hidden;margin-left:35px;margin-top:20px }
.image_td .rating small{ line-height:20px; margin-left:6px;display:none }
.inchop_latest_image{ height:140px; overflow:hidden;position:relative }
.inchop_latest_col{ height:32px;width:62px; float:left;margin-left:30px;position:relative}
.inchop_latest_col .how_much { font-weight:bold; color:#393939;float:left;padding-right:5px}
.inchop_latest_col .col{ display:none;position:absolute;left:-90px;top:-30px;width:150px;height:30px;background:#FFF}
.inchop_latest_col:hover .col{ display:block;}
.module_latest_shop {
    margin-top:10px
}
.module_latest_shop a {
    background: url("../images/button3.gif") repeat-x scroll left top transparent !important;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #D8D8D8;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    color: #393939;
    display: inline-block;
    float: right;
    font: bold 12px/30px Arial,Helvetica,sans-serif !important;
    height: 32px;
    letter-spacing: 0;
    margin: 0 0 0 25px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-transform: none;
    width: 60px;
}
.module_latest_shop a:hover {
    background-position: left bottom !important;
    border-right: 1px solid #292929;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 1px 1px 1px #303030;
}
.rating_title{
    background: none repeat scroll 0 0 #E2E2E2;
    font-size: 14px;
	font-weight:bold;
    overflow: hidden;
    padding: 0 5px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
	}
.rating_title a{
	color:#404040;
	}
.rating_price{
    background: none repeat scroll 0 0 #E2E2E2;
    border-top: 1px solid #F3F3F3;
    font-size: 16px;
	color:#848484;
	font-weight:bold;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
	}
.rating_image{
    width: 170px;
	margin:5px auto
	}
.rating_image img{
    width: 170px;
	}
.rating_item_wrap{
	position:relative;
	background:#E2E2E2;
	padding:5px;
	margin-bottom:10px
	}
.inchop_latest_image .is_hit{
    position:absolute;
    bottom:-35px;
    left: 5px;
    width:82px;
    height:81px;
    background:url(../images/label_new_red_small.png) no-repeat;
}
.vendor{
    background: none repeat scroll 0 0 #E2E2E2;
	float:left;
	padding:2px 6px;
	margin:2px
}