/* BASIC css start */
.shopbrand h2 {text-align:center; font-size: 1.25em; font-weight:bold; padding-top:10px;}
.shopbrand .MK_product_list {background-color:#f9f9f9; border-bottom:1px solid #4a4a4a; border-top: 1px solid #4a4a4a;}
.shopbrand .MK_product_list .items {padding: 10px 0;}
.shopbrand .MK_product_list .items #MK_best_product li {width:33.33%;}
.shopbrand .MK_product_list .items .paging-num {text-align: center; clear: both; margin:20px 0;}
.shopbrand .MK_product_list .items .paging-num a {background-color:#fff; border:1px solid #393939; padding:5px 10px; margin:0 10px;}
.shopbrand .list_group {padding:12px 1%; text-align:center;}
.shopbrand .list_group select {width:49%; height:28px;}
.shopbrand .more .more-title {color: #3b3b3b;}
.shopbrand .more .more-num {color: #aaaaaa;}
.shopbrand .shopbrandTitle img {max-width: 100%;}
.shopbrand .list_array .list_arrayRight img {width: 23px; height: auto;}




li {list-style:none;}


#nav {
 margin:0;
 padding:0;
 *zoom:1;
}
#nav:after {
 content:'';
 content:none;
 clear:both; 
 display:block;
}
#nav li {
 display:inline-block;
 margin-bottom:3px;
 padding:0 1px; 
 font:bold 14px/23px "돋움", dotum, "굴림",gulim;
 height:45px; 
 width:32%;
 line-height:45px;
 border-width:1px;
 text-align:center;
 text-decoration:none;
 background-color: #999;
 border-radius:5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 -o-border-radius: 5px;
 -ms-border-radius: 5px;
 color:#333;
}
#nav a{
 text-decoration:none;
 color:#fff; 
}
#nav li:link,
#nav li:visited {
 background-color: #ddd3c0;
 border-radius:5px;
 border-width:1px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 -o-border-radius: 5px;
 -ms-border-radius: 5px;
 color:#333; 
}

#nav li:hover,
#nav li:active {
 background-color: #eb94ac;
 border-radius:5px;
 border-width:1px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 -o-border-radius: 5px;
 -ms-border-radius: 5px;
 color:#fff; 
}

/* BASIC css end */

