/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
.product-detail-list dt {
	width:120px;
	float:left;
}
.product-detail-list dd {
	margin-left:120px;
}
.text-va-m {
	vertical-align: middle !important;
}
.table-text-va-m > td {
	vertical-align: middle !important;
}
