



.column,
.column-transparent {
	width:32%;
	border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.column-transparent {
	background:none;
}

#one, #one_top-scroll, #one_bottom-scroll,
#one_no-scroll {
left:0;
}

#two, #two_top-scroll, #two_bottom-scroll,
#two_no-scroll {
left:33.1%;
right:0;
}

#three, #three_top-scroll, #three_bottom-scroll,
#three_no-scroll {
left:66.2%;
right:0;
}


#one_top-scroll, #two_top-scroll, #three_top-scroll, #four_top-scroll {
height:92.5%;
max-height:92.5%;
top:5%;
}

#one_bottom-scroll, #two_bottom-scroll, #three_bottom-scroll, #four_bottom-scroll {
height:92.5;
max-height:92.5%;
bottom:5%;
}

#one_top-scroll,#one_bottom-scroll,
#two_top-scroll, #two_bottom-scroll,
#three_bottom-scroll, #three_top-scroll { /* this is making columns fit to content size - may get too long */
height:inherit;
max-height:auto;
bottom:auto;
}


#one_no-scroll, #two_no-scroll, #three_no-scroll, #four_no-scroll {
	height:97.5%;
max-height:97.5%;
bottom:.5%;
}



/* FONT SIZES */

/* STANDARD ****************/
.std-font-wrapper .category-description p,
.std-font-wrapper .item-description p {
	font-size:1.3vw;
}

.std-font-wrapper .item-size {
	font-size:1.6vw;
}
.std-font-wrapper .item-size-title {
font-size:1.7vw;
}

.std-font-wrapper .category-title,
.std-font-wrapper .item-title {
font-size:1vw;
}

.std-font-wrapper .item-pricing h3,
.std-font-wrapper .item-size-price,
.std-font-wrapper .item-pricing-multi-price {
	font-size:1.9vw;
}


/* LARGE ****************/
.lg-font-wrapper .category-description p,
.lg-font-wrapper .item-description p {
	font-size:1.4vw;
}

.lg-font-wrapper .item-size,
.lg-font-wrapper .item-size-title {
font-size:1.8vw;
}

.lg-font-wrapper .category-title,
.lg-font-wrapper .item-title {
font-size:1.1vw;
}

.lg-font-wrapper .item-pricing h3,
.lg-font-wrapper .item-pricing-multi-price,
.lg-font-wrapper .item-size-price {
font-size:1.9vw;
}


/* EXTRA LARGE ****************/
.xl-font-wrapper .category-description p,
.xl-font-wrapper .item-description p {
	font-size:1.3vw;
}

.xl-font-wrapper .item-size {
	font-size:1.7vw;
}
.xl-font-wrapper .item-size-title {
font-size:1.9vw;
}

.xl-font-wrapper .category-title,
.xl-font-wrapper .item-title {
font-size:1.2vw;
}

.xl-font-wrapper .item-pricing h3,
.xl-font-wrapper .item-pricing-multi-price,
.xl-font-wrapper .item-size-price {
font-size:1.95vw;
}


/* SMALL ****************/
.sm-font-wrapper .category-description p,
.sm-font-wrapper .item-description p {
	font-size:1.15vw;
}

.sm-font-wrapper .item-size {
	font-size:1.4vw;
}
.sm-font-wrapper .item-size-title {
font-size:1.6vw;
}

.sm-font-wrapper .category-title,
.sm-font-wrapper .item-title {
font-size:.95vw;
}

.sm-font-wrapper .item-pricing h3,
.sm-font-wrapper .item-pricing-multi-price,
.sm-font-wrapper .item-size-price {
font-size:1.5vw;
}



/* EXTRA SMALL ****************/
.xs-font-wrapper .category-description p,
.xs-font-wrapper .item-description p {
	font-size:1.1vw;
}

.xs-font-wrapper .item-size {
	font-size:1.4vw;
}
.xs-font-wrapper .item-size-title {
font-size:1.5vw;
}

.xs-font-wrapper .category-title,
.xs-font-wrapper .item-title {
font-size:.8vw;
}

.xs-font-wrapper .item-pricing h3,
.xs-font-wrapper .item-pricing-multi-price,
.xs-font-wrapper .item-size-price {
font-size:1.55vw;
}


/* EXTRA EXTRA SMALL ****************/
.xxs-font-wrapper .category-description p,
.xxs-font-wrapper .item-description p {
	font-size:1vw;
}

.xxs-font-wrapper .item-size {
	font-size:1.3vw;
}
.xxs-font-wrapper .item-size-title {
font-size:1.4vw;
}

.xxs-font-wrapper .category-title,
.xxs-font-wrapper .item-title {
font-size:.7vw;
}

.xxs-font-wrapper .item-pricing h3,
.xxs-font-wrapper .item-pricing-multi-price,
.xxs-font-wrapper .item-size-price {
font-size:1.45vw;
}
