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

.column-transparent {
	background:none;
}


#one, #two {
height:97.5%;
max-height:97.5%;
}

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

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

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

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


/* FONT SIZES */

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

.std-font-wrapper .item-size,
.std-font-wrapper .item-size-title {
font-size:1.7vh;
}

.std-font-wrapper .category-title,
.std-font-wrapper .item-title {
font-size:1.7vh;
}

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


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

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

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

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


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

.xl-font-wrapper .item-size,
.xl-font-wrapper .item-size-title {
font-size:1.9vh;
}

.xl-font-wrapper .category-title,
.xl-font-wrapper .item-title {
font-size:1.9vh;
}

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


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

.sm-font-wrapper .item-size,
.sm-font-wrapper .item-size-title {
font-size:1.3vh;
}

.sm-font-wrapper .category-title,
.sm-font-wrapper .item-title {
font-size:1.3vh;
}

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


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

.xs-font-wrapper .item-size,
.xs-font-wrapper .item-size-title {
font-size:1.2vh;
}

.xs-font-wrapper .category-title,
.xs-font-wrapper .item-title {
font-size:1.2vh;
}

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
























