
.menu-nav li:hover ul {
	top: 30px!important;
}
#langbar {
	width: 1050px!important;
}

.wc-store-categories {
    line-height: 130%;
    padding: 20px 25px;
    background: linear-gradient(to bottom, #FFF 0%, #E8E8E8 100%) repeat scroll 0% 0% transparent;
    border: 1px solid #C5C5C5;
    color: #000;
    width: 980px;
}

.wc-store-category {
    padding-left: 20px;
}
.wc-store-cat-title {
	width: 100%;
}
.wc-store-cat-name {
    font-size: 2em;
    line-height: 2em;
    margin-bottom: 20px;
    font-weight: bold;
    padding-right: 20px;
}
.wc-store-cat-description {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}
.wc-store-product {
    float: left;
    padding: 0px 20px 20px 0px;
    width: 300px;
}

.wc-store-product-img img {
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #DADADA;
    padding: 4px;
    margin: 0px 0px 10px;
    width: 280px;
}
.wc-store-quantity {
    float:left;
    position: relative;
    top: -5px;
}
.wc-store-buy {
    position:relative;
    float:right;
    height:30px;
    text-align:center;
/*    top:-45px; */
    left: -10px;
}
.wc-store-buy a,
.wc-store-buy-button {
    color: #FFF !important;
    background-color: #83BA00 !important;
    line-height: 16px;
    margin: 6px 0px 6px 3px;
    text-decoration: none;
    cursor: pointer;
    height:50px;
    vertical-align: middle;
    border-radius: 20px !important;
    padding: 10px 15px 10px 15px;
    width: 86px;
}
.wc-store-buy form {
	height: 0;
}
.wc-store-buy-button {
	border: none;
	height: 35px;
	position: relative;
	top: -12px;
}
.wc-store-buy a:hover {
    text-decoration: none;
}

.wc-store-product-name {
    color: #000;
    float: left;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
}
.wc-store-product-s-desc {
    float: left;
    height: 210px;
    width: 225px;
}
.wc-store-product-price {
    float: left;
    font-size: 16px;
text-align: right;
    width: 50px;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 60%;
	padding: 16px;
	border: 16px solid #83BA00;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.ws-box-disclaimer {
	background-color: #D4D2D4;
	height: 20px;
	width: 1010px;
	padding: 5px 10px;
	border-radius: 10px;
	text-align: center;
	font-size: 10px;
	margin: 10px 0px;
}