/* Set specific dimensions with the following styles.
	Since dimension attributes are not allowed in Strict html, dimensions must be applied via styles. 
	These are mostly used for content boxes and spacers, but may be applied to anything.
	Combine these with other styles to create the desired look. 
	For example: <div class="box_red w350"> 
	
	Certain styles already have defined width and/or height attributes; check your styles before using these to avoid conflicts. */

	/* Full page width */
.w824 {
	width: 824px;
}

.w822 {
	width: 822px;
}

.w786 {
	width: 786px;
}

.w640 {
	width: 640px;
}

.w600 {
	width: 600px;
}

.w598 {
	width: 598px;
}

.w565 {
	width: 565px;
}

.w500 {
	width: 500px;
}

.w485 {
	width: 485px;
}
	/* Featured item box width */
.w461 {
	width: 461px;
}

.w385 {
	width: 385px;
}

.w373 {
	width: 373px;
}

.w352 {
	width: 352px;
}

.w350 {
	width: 350px;
}

	/* One-third page width */
.w268 {
	width: 268px;
}

.w266 {
	width: 266px;
}

.w250 {
	width: 250px;
}

.w248 {
	width: 248px;
}

.w238 {
	width: 238px;
}

.w205 {
	width: 205px;
}

.w203 {
	width: 203px;
}

.w198 {
	width: 198px;
}
.w196 {
	width: 196px;
}

.w195 {
	width: 195px;
}

.w185 {
	width: 185px;
}

.w183 {
	width: 183px;
}

.w175 {
	width: 175px;
}

.w155 {
	width: 155px;
}

.w153 {
	width: 153px;
}

.w150 {
	width: 150px;
}

.w118 {
	width: 118px;
}

.w90 {
	width: 90px;
}






.h244 {
	height: 244px;
}

.h200 {
	height: 200px;
}

.h195 {
	height: 195px;
}

.h166 {
	height: 166px;
}

.h115 {
	height: 115px;
}

.h100 {
	height: 100px;
}

.h40 {
	height: 40px;
}

.h26 {
	height: 26px;
}

.h80 {
	height: 80px;
}

	/* Basic spacer width */
.w10 {
	width: 10px;
}
	/* Basic spacer height */
.h6 {
	height: 6px;
}


