﻿#DescBefore {
    font-family:Tahoma;
    font-size:1em;
    border:#ffffff solid 1px;
    padding:10px;
    margin-bottom:15px;
    word-wrap:break-word;
}

#div_paging_bottom {
	margin-top:50px;
	border-bottom: #001e4c solid 3px;	
}

#product_content {
    margin-left:auto;
}

#main_content {
    margin-right: auto;
}

.pdtbox {
    width: 19.2%;
}

@media only screen and (max-width:1335px) {
	
	#product_content {
		margin-left:auto;
	}

	#main_content {
		margin-left:auto;
	}
		
}

@media only screen and (max-width:1026px) {

	#product_content {
		margin-left:auto;
	}
			
}

@media only screen and (max-width:802px) {
	
	#main_content {
		margin-right:auto;
	}
		
}

@media only screen and (max-width:1327px) {
	
	.pdtbox {
		width:24%;
	}
		
}

@media only screen and (max-width:1084px) {
	
	.pdtbox {
		width:31.33%;
	}
		
}

@media only screen and (max-width:620px) {
	
	.pdtbox {
		width:47%;
	}
		
}

@media only screen and (max-width:369px) {
	
	.pdtbox {
		width:45%;
	}
		
}


#mnutop_category {
  cursor:pointer;
}


#mnutop_category:hover > #categorydropdown {
  /* Display the dropdown */
  visibility: visible;
  opacity: 1;
  margin-top:-10px;
}

#categorydropdown {
  padding:20px;
  padding-right:0px;
  left:0;
  width:100%;
  background-color:#ffffff;
  position: absolute;
  z-index: 999;
  border-top:#ffd200 solid 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  visibility:hidden;
  box-sizing:border-box;
  opacity: 0;
	text-align:center;
	padding-bottom:70px;
}

#shopdropdown {
  background-color:#000000;
  border-top:#0983fb solid 5px;
}

.pdtmnubox {

	float:left;
	display:block;
	width:210px;	
	margin-right:30px;
	margin-bottom:15px;
}

.pdtcatimg {	
	clear:both;
	width:100%;
	height:100px;
	margin-bottom:5px;
	overflow:hidden;
}

.pdtcatimg img {	
	max-width:100%;
}

.pdtcat {
	text-align:left;
	width:100%;
	word-wrap:break-word;
	height:30px;
	line-height:30px;
	border-bottom:#eeeeee solid 1px;
}

.noborderbottom {
	border-bottom:none;
}

.pdtcat a {
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    color: #ed5f79;
    text-decoration: none;
}

.pdtcat a:hover {
	color:#000000;
}

.pdtsub {
	text-align:left;
	width:100%;
	word-wrap:break-word;
	height:30px;	
	line-height:30px;
}

.pdtsub a {
    font-family: Tahoma;
    font-size: 0.9em;
    color: #555555;
    text-decoration: none;
}

.pdtsub a:hover {
	color:#000000;
}

.pdtall {
	clear:both;
	width:95%;
	height:40px;
	line-height:40px;
	border-top:#eeeeee solid 1px;
	text-align:left;
}

.pdtall a {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #ed5f79;
    text-decoration: none;
}

.pdtall a:hover {
	color:#000000;
}

    #product_search_part, #divSelectCategory {
        float:left;
        width:50%;
    }

#product_search_part {
    height:auto;
}

    #topicpdt {
        margin-top: 25px;
    }

#SelectCategory {
    height:46px;
    display:inline-block;
    padding-right: 20px;
    line-height:46px;
    font-family:Tahoma;
    font-size:14px;
    font-weight:bold;
    background:#ff0048;
    color:#ffffff;
    cursor:pointer;
}

    #mnud_pdt_content {
        display:none;
        background:#ffffff;
        padding:10px;
    }

@media only screen and (max-width:987px) {
	
    #product_search_part, #divSelectCategory,#SelectCategory {
        float:none;
        width:100%;
    }
		
}