@media (max-width:800px){
body{	
width:1170px;
}
}
body{
font-family: Verdana,Arial,Helvetica,sans-serif;
}
#productName{
	text-transform:uppercase;
}
#productDetailsList,#productDetailsList,#cartAdd{
	text-decoration:underline;
}
#currenciesContent{
	padding:16px 0;
	text-align:center;
}
#currenciesContent select{
	height:24px;
}
.wdzshb select{
	height:23px;
}
#productAttributes {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 8px;
    margin: 12px 0;
    padding: 28px 6px 8px;
    position: relative;
}
#attribsOptionsText {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    left: 18px;
    padding: 2px 6px;
    position: absolute;
    top: -11px;
}

.center {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    padding: 6px;
}

#productleft{ width:49%; float:left;}

#productsInfo{ width:49%; float:right;}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
    width: 120px;}