//all the color variables
@base-font: #666;
@title-font: #444;
@gray-back: #fafafa;
@gray-border: #dfdfdf;
@main-pink: #ff4883;
@deep-pink: #f23b75;
@hover-pink: #c92258;
@header-gray: #8c8c8c;
@panel-gray: #949494;
@mid-gray: #6d6d6d;
@floor-gray: #767676;
@item-gray: #9e9e9e;
@first-title: #000;
@second-title: #333;
@gray-text: #878787;
@grayest-text: #999;
@hover-gray: #f5f5f5;
@hover-blue: #005aa0;
@select-gray:#f0f0f0;

//all the length variables
@full-width: 980px;
@left-width: 964px;
@na-width: 980px;
@na-left-width: 718px;
@menu-width: 230px;
@right-width: 226px;
@one-row-height: 347px - 26px;
@two-row-height: 347px * 2 - 26px;
@eight-row-height: 347px * 8 - 26px;

