﻿/* HOMEPAGE SUBFRAMES */

.sub-span_3_of_3 {
	width: 100%; 
}

.sub-span_2_of_3 {
	width: 66.13%; 
}

.sub-span_1_of_3 {
	width: 32.66%; 
}

.sub-span_2_of_2 {
	width: 100%; 
}

.sub-span_1_of_2 {
	width: 49.5%; 
}

@media only screen and (max-width: 480px) { /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
	.sub-span_3_of_3 {
		width: 100%; 
	}
	.sub-span_2_of_3 {
		width: 100%; 
	}
	.sub-span_1_of_3 {
		width: 100%;
	}

.sub-span_2_of_2 {
	width: 100%; 
}

.sub-span_1_of_2 {
	width: 100%; 
}

}

/* CONTENT PAGE MAIN COLUMNS */

.content-menu-span_1_of_3 {
	width: 14%;
}

.content-text-span_1_of_3 {
	width: 42.75%;
}

.content-text-span_2_of_3 {
	width: 57.75%;
}

.content-sideactions-span_1_of_3 {
	width: 41.25%;
}

@media only screen and (max-width: 768px) { /*  2ND VER AT LESS THAN 768 PIXELS */
	.content-menu-span_1_of_3 {
		width: 100%; 
		margin: 1% 0% 1% 0%;
	}
	.content-text-span_1_of_3 {
		width: 59%; 
		margin-left: 0;
	}
	.content-text-span_2_of_3 {
		width: 59%; 
		margin-left: 0;
	}
	.content-sideactions-span_1_of_3 {
		width: 40%;
		margin-right: 0;
	}
}

@media only screen and (max-width: 480px) { /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
	.content-menu-span_1_of_3 {
		width: 100%; 
	}
	.content-text-span_1_of_3 {
		width: 100%; 
	}
	.content-text-span_2_of_3 {
		width: 100%; 
	}
	.content-sideactions-span_1_of_3 {
		width: 100%;
	}
}

/* CONTENT PAGE SIDEACTIONS COLUMNS */

.content-sideactions-columns-actions {
	width: 54%;
}

.content-sideactions-columns-image {
	width: 45%;
}


@media only screen and (max-width: 768px) { /*  2ND VER AT LESS THAN 768 PIXELS */
   .content-sideactions-columns-actions {
	   width: 100%;
   }

   .content-sideactions-columns-image {
	   width: 100%;
   }
}

@media only screen and (max-width: 480px) { /*  LESS THAN 480 PIXELS */
   .content-sideactions-columns-actions {
	   width: 52%;
   }

   .content-sideactions-columns-image {
	   width: 47%;
      margin-right: 1%;
   }
}

/* STORE */

.store-span_1_of_2 {
   width: 49.5%;
}

.shirt-design-span_1_of_2 {
   width: 49%;
}

.items-item-span_1_of_6 {
   width: 26%;
   margin: 0;
}

.items-size-span_1_of_6 {
   width: 12%;
   margin: 0;
}

.items-qty-span_1_of_6 {
   width: 12%;
   margin: 0;
}

.items-message-span_1_of_6 {
   width: 26%;
   margin: 0;
}

.items-price-span_1_of_6 {
   width: 12%;
   margin: 0;
}

.items-delete-span_1_of_6 {
   width: 12%;
   margin: 0;
}



/* FOOTER SITEMAP */

.footer-span_4_of_4 {
	width: 100%; 
}

.footer-span_3_of_4 {
	width: 74.6%; 
}

.footer-span_2_of_4 {
	width: 49.2%; 
}

.footer-span_1_of_4 {
	width: 23.8%; 
}

@media only screen and (max-width: 480px) { /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
	.footer-span_4_of_4 {
		width: 100%; 
	}
	.footer-span_3_of_4 {
		width: 100%; 
	}
	.footer-span_2_of_4 {
		width: 100%; 
	}
	.footer-span_1_of_4 {
		width: 100%; 
	}
}
