@charset "utf-8";

#mwshop {
 background-color:#CBE5FF;
}

#mwshop_itemlist {
}

#mwshop_itemlist_content {
 padding:5px;
}

#mwshop_filter_show {
 margin:10px 5px;
 text-align:center;
}

.mwshop_category_description {
 margin:5px;
 font-size:9pt;
}

.mwshop_pager, .mwshop_pager_down {
 margin:10px 5px;
 float:none;
 text-align:center;
 width:670px;
 font-size:10pt;
 font-weight:bold;
 line-height:28px;
}

.mwshop_pager span {
 font-weight:bold;
}

a.mwshop_pager_link:link, a.mwshop_pager_link:active, a.mwshop_pager_link:visited {
 background-color:#06c; 
 margin: 0;
 padding:0 2px;
 color:#fff;
}

a.mwshop_pager_link:hover  {
 background-color:#ff0000; 
 color:#ffffff;
}

a.mwshop_pager_actual:link, 
a.mwshop_pager_actual:active, 
a.mwshop_pager_actual:visited,
a.mwshop_pager_actual:hover {
 background-color:#ff0000; 
 margin: 2px;
 padding:0 2px;
 color:#ffffaa;
}

.mwshop_pager_down {
 height:40px;
 padding:10px 0 0 0 ;
 margin:20px 0;
 clear:both;
}

.mwshop_pager_next_prev {
 min-height:30px;
 _height:auto;
 height:30px;
 margin:0 auto;
 position:relative;
}

.mwshop_pager_prev {
 display:block;
 float:left;
 width:60px;
 height:26px;
 background:url('../_img/prev.png') transparent no-repeat 2px center;
 padding:4px 0 0 30px;
}

.mwshop_pager_next {
 display:block;
 float:right;
 width:45px;
 height:26px;
 background:url('../_img/next.png') transparent no-repeat right center;
 padding:4px 30px 0 0;
}

.mwshop_item {
 width:326px;
 overflow:hidden;
 float:left;
 margin:5px;
 background-color:#fff;
 position:relative;
}

.mwshop_item:hover {
 background-color:#F1F4F8;
}

.mwshop_item_content {
 padding:15px 10px 0 10px;
 height:190px;
}

.mwshop_item h2 {
 font-size:11pt;
 margin:3px 0 5px 3px;
}

.mwshop_item h2 a {
 font-weight:bold;
}

.mwshop_buy_container {
 position:absolute;
 top:40px;
 right:10px;
 width:190px;
 height:90px;
}

.catalog_label {
	color:#000;
}

.mwshop_item_info {
	font-size:9pt;
	line-height:10pt;
}

.mwshop_price_recomend {
 width:230px;
 display:block;
}
.mwshop_item .mwshop_price {
 width:190px;
 color:#000;
 display:block;
 font-size:8pt;
 margin-bottom:10px;
 text-align:left;
}

.mwshop_item .mwshop_price_vat {
 width:190px;
 display:block;
 font-size:11pt;
 font-weight:bold;
 color:#f00;
 margin-bottom:10px;
 text-align:left;
}
.mwshop_price_discount {
 text-decoration:line-through;
 display:block;
}
.mwshop_buy_select {
 width:190px;
 font-size:12pt;
 font-family:arial;
 font-weight:bold;
 color:#f00;
 border:none;
}

.mwshop_fiximg {
 width:100px;
 height:100px;
 float:left;
 overflow:hidden;
 margin:0 8px 4px 2px;
}

.mwshop_fiximg img {
 cursor:pointer;
}

.mwshop_noimage {
 background:url("../_img/noimg.png") transparent no-repeat center center;
}

.mwshop_noimage a {
 display:block;
 width:100px;
 height:100px;
}

.mwshop_codeinfo {
 position:absolute;
 top:140px;
 right:10px;
 width:190px;
 height:50px;
 color:#333;
 text-align:left;
}

/* MWSHOP detail */
.mwshop_itemdetail {
 margin:10px 0 30px 0;
 background-color:#fff;
}

.mwshop_itemdetail .mwshop_buy_select {
 margin:0 ;
}


.mwshop_itemdetail_content {
 margin:0 15px;
 padding:15px 0;
 position:relative;
}

.mwshop_itemdetail h2 {
 font-size:16pt;
 color:#BC062C;
  margin-bottom:10px;

}

.mwshop_itemdetail_buy_container {
 position:absolute;
 top:55px;
 right:15px;
 text-align:;left;
}

.mwshop_itemdetail_buy_container .mwshop_price_recomend,
.mwshop_itemdetail_buy_container .mwshop_price_vat,
.mwshop_itemdetail_buy_container .mwshop_price,
.mwshop_itemdetail_buy_container .mwshop_buy_select,
.mwshop_itemdetail_buy_container .mwshop_price_discount  {
 display:block;
}
.mwshop_itemdetail_buy_container .mwshop_price {
 color:#000;
 font-size:9pt;
 margin-bottom:10px;
}

.mwshop_itemdetail_buy_container .mwshop_price_vat {
 font-size:14pt;
 font-weight:bold;
 color:#f00;
 text-align:left;
 margin-bottom:10px;
}

.mwshop_itemdetail_codeinfo {
 width:200px;
 position:absolute;
 top:50px;
 left:140px;
 font-size:9pt;
 font-weight:bold;
}

.mwshop_itemdetail_text {
 width:100%;
 margin: 25px 0 25px 0;
 display:block;
}

.mwshop_itemdetail_fiximg {
 width:100px;
 height:100px;
 overflow:hidden;
 background-color:#fff;
 text-align:center;
}

.mwshop_itemdetail_fiximg img {
 cursor:pointer;
}

.mwshop_itemdetail_noimage {
 border: 1px solid #999;
 background:url("../_img/noimg.png") transparent no-repeat center center;
}

.mwshop_itemdetail_moreimages {  }

.mwshop_itemdetail_moreimages .mwshop_itemdetail_noimage { display:none; }

.mwshop_itemdetail_moreimages .mwshop_fiximg { float:left;margin:0 10px; }

/* buyit */
.mwshop_buythis, .mwshop_itemdetail_buythis {
font-weight:bold;
margin:0 4px;
background:url("../_img/cart_r.gif") #ffffff no-repeat 1px 1px;
}

.mwshop_ccount {
 width:35px;
}

hr.mwshop_cleaner {
 height:1px;
 margin: -1px 0 0 0; 
 padding:0;
 border:none;
 visibility: hidden;
} 

.mwshop_clr {
 clear:both;
}

/* My cart */
#mwshop_cart_read_form {
 text-align:center;
 padding:20px 0;
}

.mwshop_mycart {
 position:absolute;
 top:228px;
 left:20px;
 font-size:10pt; 
 padding:5px 0;
}

.mwhop_mycart_title {
 font-weight:bold;
}

.mwshop_mycart_price {
 font-weight:bold;
 color:#f00;
}

.mwhop_mycart_buttons {
 margin:0 0 0 5px;
 padding:0;
 text-align:center;
}

.mwshop_mycart_go_button, .mwshop_mycart_empty_button {
 width:50px;
}

/* Cart and order table */
.mwshop_mycart_list {
 border-collapse:collapse;
 border:0;
 width:695px;
 margin:10px 0;
}
.mwshop_mycart_list th {
 border:1px solid #bbbbbb;
 border-bottom:2px solid #bbbbbb;
 font-size:9pt;
 padding:2px;
 text-align:center;
}

.mwshop_mycart_list td {
 border:1px solid #bbbbbb;
 padding:2px;
 font-size:8pt;
}

.mwshop_mycart_wizard {
}

.mwshop_empty_cart, .mwshop_load_cart {
}

.mwshop_empty_cart p {
 
 font-size:10pt;
 text-align:center;
}

.mwshop_mycart_wizard {
 
}

.mwshop_mycart_wizard p {
 font-size:10pt;
 text-align:center;
}

/* ORDERS */
.mwshop_orderdata {
 width:695px;
}

.mwshop_personal_set {
 width:305px;
 float:left;
 border:1px solid #bbbbbb;
 margin:5px 0 0 0;
 height:320px;
}

.mwshop_delivery_set {
 width:383px;
 float:left;
 border:1px solid #bbbbbb;
 margin:5px 0 0 5px;
 height:320px;
}

.mwshop_payment_set {
 width:695px;
 border:1px solid #bbbbbb;
}

.mwshop_payment_set div {
 margin:1px 4px 0 4px;
}

.mwshop_payment_set label:hover {
 background:#ffa;
}

.mwshop_personal_set legend, .mwshop_delivery_set legend, .mwshop_payment_set legend {
 font-size:9pt;
 padding:0 5px;
 margin:0 5px;
}

textarea#description { height:60px; }

.mwshop_personal_table th, .mwshop_delivery_table th {
 font-size:8pt;
 padding:2px;
 text-align:right;
}

.mwshop_personal_table td, .mwshop_delivery_table td {
 font-size:8pt;
 padding:2px;
}

.mwshop_order_input {
 width:160px;
 font-size:9pt;
 border:1px solid #888888;
}

.mwshop_mycart_wizard {
 
}

/* ********************************* */
/* ****** Category list        ***** */
/* ********************************* */
#mwshop_catlist {
 width:260px;
 margin: 0 auto;
 text-align:left;
}

#mwshop_catlist li {
 list-style-type:none;
 font-size:11pt;
 font-weight:bold;
}

#mwshop_catlist a {
 display:block;
 color:#fff; 
 padding: 3px 0 0 40px;
 background:url('../_img/odrazka.png') transparent no-repeat 15px 4px;
}

ul#mwshop_catlist li a#mactual {
 color:#f30;
}

ul#mwshop_catlist li a#catactual {
 color:#f30;
}

#mwshop_catlist a:hover {
 color:#f30;
}

/* 2.level */
#mwshop_catlist ul {
 margin-bottom:0;
 padding:2px 0 8px 0;
}
#mwshop_catlist ul a {
 display:block;
 font-size:10pt;
 padding: 1px 0 0 55px;
 background:transparent;
}
ul#mwshop_catlist li a#scatactual {
 color:#f30;
}

#mwshop_catlist ul a:hover {
 color:#f30; 
}

/* 3.level */
#mwshop_catlist ul ul {
 background:none;
 margin-bottom:0;
 padding:2px 0 8px 0;
}
#mwshop_catlist ul ul a {
 padding: 1px 0 0 70px;
}

/* 4.level */
#mwshop_catlist ul ul ul a:link, #mwshop_catlist ul ul ul a:visited, #mwshop_catlist ul ul ul a:active {
 display:block;
 color:#000; 
 font-size:9pt;
 width:135px;
 padding: 2px 0 4px 30px;
 background:url('../_img/subcat_bt.png') transparent no-repeat 15px 2px;
}

#mwshop_catlist ul ul ul a:hover {
 color:#f30; 
 opacity:0.7;
 background:url('../_img/subcat_bt_h.png') #ddd no-repeat 15px 2px; 
}

/* 5.level */
#mwshop_catlist ul ul ul ul a:link, #mwshop_catlist ul ul ul ul a:visited, #mwshop_catlist ul ul ul ul a:active {
display:block;
 color:#000; 
 font-size:9pt;
 width:130px;
 padding: 2px 0 4px 35px;
 background:url('../_img/subcat_bt.png') transparent no-repeat 20px 2px;
}

#mwshop_catlist ul ul ul ul a:hover {
 color:#000; 
 opacity:0.8;
 background:url('../_img/subcat_bt_h.png') #ddd no-repeat 20px 2px;
}

/* STATS */

.mwstats_item { 
 border-bottom:1px solid #fc0;
 font-size:10pt;
}

.mwstats_item a {
 display:block;
 padding:2px;
}

.mwstats_item a:hover { 
 background-color:#eee;
}

/* DROPS menu */
.mwshop_drops_menu {
 width:95%;
 margin:10px 0;
 min-height:25px;
 _height:auto;
 height:25px;
 font-size:9pt;
}

.mwshop_drops_menu ul {
 list-style:none;
}

.mwshop_drops_menu li {
 float:left;
}

.mwshop_drops_menu li a {
 float:left;
 color:#069;
 display:block;
 font-weight:bold;
 padding:0 5px 0 20px;
 background:url('../_img/drop_arrow.png') transparent no-repeat 5px center;
}
.mwshop_drops_menu li a:hover {
 color:#06c;
}

.mwshop_drops_menu li span {
 float:left;
 color:#000;
 display:block;
 font-weight:bold;
 padding:0 5px 0 20px;
 background:url('../_img/drop_arrow.png') transparent no-repeat 5px center;
}

/* THICKBOX info */
#mwshop_cart_delete_container p,
#mwshop_cart_save_container p {
 font-size:9pt;
}

#mwshop_cart_delete_container span,
#mwshop_cart_save_container span,
#mwshop_cart_delete_container label,
#mwshop_cart_save_container label {
 display:block;
}

#mwshop_cart_save_title {
 width:260px;
 font-size:10pt;
}

/* Related */
#mwshop_itemdetail_relatedlist {
 margin-top:2px;
}

.mwshop_related_item {
 margin:5px 0;
 background:#fff;
}
.mwshop_related_item_content {
 padding:15px;
}
.mwshop_related_item_content h2{
 font-size:13pt;
}
.mwshop_related_item_content div.related_content {
 
}
.mwshop_related_item_content .mwshop_fiximg {
 margin:0px;
}
.mwshop_related_buy_container {
 
}
.mwshop_related_buy_combo {
 width:400px;
}
.mwshop_related_item .mwshop_price {
 display:block;
}
.mwshop_related_item .mwshop_price_vat {
	font-size: 13pt;
	font-weight: bold;
	color: #ff0000;
	text-align: left;
	margin-bottom: 10px;
}

.catalog_action #mwshop_filter_show {
  display:none;
}

/* BONO PDF */

.mwshop_file {
	padding-left:30px;
	line-height:26px;
	height;26px;
	display:block;
	background:url('../_img/pdf.png') #fff no-repeat 2px 2px;
}

