﻿@import url(reset.css);

body
{
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
}

a
{
	color: #5ebf5a;
	text-decoration: none;
	font-weight: bold;
}

p, li
{
	line-height: 1.4em;
	margin: 0 0 25px;
}

h1
{
	font-size: 24px;
	margin: 35px 0;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 14px;
	margin: 2px 0;
}

h4
{
	line-height: 1.4em;
	margin: 0 0 2px;
}

.clear
{
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.smaller
{
	font-size: 10px;
}

#main
{
	width: 850px;
	min-height: 884px;
	background: #fff url(../images/BubbleBackground.png) no-repeat;
}

#header
{
	height: 137px;
	position: relative;
	padding: 0 20px 0 10px;
}

#title
{
	margin: 10px 0 30px 0;
}

#snoburbia-logo
{
	display: block;
	position: absolute;
	top: 35px;
}

#view-cart
{
	float: right;
	clear: right;
	margin-top: 55px;
	margin-right: 58px;
}

#primary-nav
{
	float: right;
	clear: both;
	margin-top: 36px;
	margin-right: 42px;
}

#primary-nav li
{
	margin: 0 17px 0 0;
}

.nav ul
{
	float: left;
}

.nav li
{
	float: left;
}

.nav a
{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#content
{
	padding: 0 25px 20px;
}

/* homepage styles */
.homepage-square
{
	padding: 0 8px 8px 0;
}

.series 
{ 
	width: 187px; 
	height: 172px; 
}

.series img 
{ 
	top: 0; 
	left: 0; 
	width: 187px; 
	height: 172px;
}

.series .banner 
{ 
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0; 
}

#footer
{
	position: relative;
	height: 70px;
}

#paypal-logo
{
	float: right;
	margin-right: 175px;
	margin-top: 10px;
}

#breadcrumb-nav
{
	margin-left: 145px;
}

#breadcrumb-nav ul
{
	margin-top: 25px;
}

#breadcrumb-nav li
{
	margin: 0 40px 0 0;
}
/* end homepage styles */

/* fabric/cut styles */
#cuts li img
{
	display: block;
	float: left;
	width: 250px;
}

#cuts li div.desc
{
	width: 375px;
	margin: 20px 0 0 40px;
	float: left;
}

#disclaimer
{
	text-align: center;
	font-size: 10px;
	margin: 35px 0 25px 0;
}
/* end fabric/cut styles */

/* selector styles */
#tee-container
{
	position: relative;
	width: 314px;
	height: 325px;
	border: solid 1px #ccc;
	float: left;
	clear: left;
}

#tee-container #cut-image
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#tee-container #design-image
{
	display: block;
	position: absolute;
	top: 100px;
	left: 108px;
	z-index: 2;
}

#tee-container #magnifier
{
	top: 150px;
	left: 250px;
	position: absolute;
	display: block;
	z-index: 3;
	padding: 3px;
}

#continue-link
{
	float: left;
	clear: left;
	width: 140px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#product-controls
{
	float: right;
	width: 400px;
	margin-right: 55px;
	position: relative;
}

#selector-box
{
	margin-top: 55px;
	margin-bottom: 15px;
	padding: 20px 10px;
	border: solid 1px #ccc;
}

#selector-box label
{
	float: left;
	width: 100px;
	margin-right: 8px;
}

#selector-box li
{
	float: left;
	clear: left;
	width: 100%;
}

#selector-box select
{
	width: 175px;
}

#selector-box input#quantity
{
	width: 170px;
}

.col1, .col2
{
	width: 50%;
	float: left;
	margin-top: 10px;
}

.col1
{
	padding-top: 5px;
}

.col2
{
	text-align: right;
}
/* end selector styles */