@charset "utf-8";

#mwshop {

}

#mwshop_itemlist {
 
}

#mwshop_itemlist_content
{
 width:95%;
 padding:5px;
}

#mwshop_filter_show
{
 margin:10px 5px;
}

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

.mwshop_pager, .mwshop_pager_down
{
 margin:10px 5px;
 float:none;
 text-align:center;
 width:590px;
 font-size:9pt;
 line-height:24px;
}

.mwshop_pager span
{
 font-weight:bold;
}

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

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_itemlist_content
{
border-collapse: collapse;
margin:0 auto;
}
#mwshop_itemlist_content th {
 border-bottom:2px solid #9d0;
 font-size:9pt;
 font-weight:normal;
}

.mwshop_item td {
 vertical-align:middle;
 border-bottom:1px solid #9d0;
}

.mwshop_item_content
{
}

.mwshop_item h3
{
 font-size:11pt;

}

.mwshop_buy_container
{
 text-align:right;
}
.mwshop_item_detailinfo {
	text-align:center;
	font-size:9pt
}
.mwshop_price_recomend
{
 width:230px;
 display:block;
}
.mwshop_item .mwshop_price
{
 color:#000;
 display:block;
 font-size:11pt;
 font-weight:bold;
 text-align:left;
 color:#f00;
}

.mwshop_item .mwshop_price_vat
{
 display:block;
 font-size:8pt;
 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;
 background-color:#fff;
}

.mwshop_fiximg
{
 width:100px;
 height:100px;
 float:left;
 overflow:hidden;
 border: 1px solid #BC062C;
 background-color:#fff;
 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
{
 text-align:left;
}

/* MWSHOP detail */
.mwshop_itemdetail
{
 margin:10px 0;
 /*position:relative;*/
}

.mwshop_itemdetail .mwshop_buy_select
{
 margin:0 ;
}


.mwshop_itemdetail_content
{
 padding:5px;
 position:relative;
}

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

.mwshop_itemdetail_buy_container
{
 position:absolute;
 top:55px;
 right:5px;
 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:8pt;
}

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

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

.mwshop_itemdetail_text
{
 width:100%;
 margin: 5px 0 ;
}

.mwshop_itemdetail_fiximg
{
 width:100px;
 height:100px;
 overflow:hidden;
 border: 1px solid #BC062C;
 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
{
display:block;
margin:10px auto;
}

.mwshop_ccount
{
 border:1px #ccc solid;
 width:20px;
}

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
{
 font-size:10pt; 
 padding:10px;
}

.mwhop_mycart_title
{
 font-weight:bold;
}

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

.mwhop_mycart_buttons
{
 display:block;
 padding:10px 0 0 0;
 text-align:center;
}

/* Cart and order table */
.mwshop_mycart_list
{
 border-collapse:collapse;
 border:0;
 width:670px;
 margin:10px auto;
}

.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:323px;
 float:left;
 border:1px solid #bbbbbb;
 margin:5px 0 0 5px;
 height:320px;
}

.mwshop_payment_set {
 width:655px;
 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:280px;
 margin: 0 auto;
 text-align:left;
}

#mwshop_catlist li
{
 list-style-type:none;
 font-size:13pt;
}

#mwshop_catlist a
{
 display:block;
 color:#88A241; 
 padding: 2px 0 2px 25px;
 font-weight:bold;
 text-decoration:none;
}
ul#mwshop_catlist li a#mactual
{
 color:#F40; 
}
ul#mwshop_catlist li a#catactual
{
 color:#F40; 
}

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

/* 2.level */
#mwshop_catlist ul {
 margin-bottom:0;
 padding-bottom:10px;
 padding-top:3px;
}
#mwshop_catlist ul a
{
 display:block;
 font-size:10pt;
 padding: 1px 0 0 82px;
 height:19px;
}
#mwshop_catlist ul.mwsubcat a#mactual
{
 color:#E84A7A; 
}

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

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

#mwshop_catlist ul ul a:hover {
 color:#000; 
 opacity:0.7;
 background:url('../_img/subcat_bt_h.png') #ddd no-repeat 10px 2px; 
}
/* 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:#000; 
 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:100%;
 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;
 font-size:14pt;
 font-weight:bold;
 color:#88A241;
}

.mwshop_drops_menu li a {
 float:left;
 display:block;
 padding:0 5px 0 20px;
 background:url('../_img/drop_arrow.png') transparent no-repeat 5px center;
}

.mwshop_drops_menu li span {
 float:left;
 display:block;
 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;
}

