/* CSS DOCUMENT */

body {
	background: #FFFFEB;
	}

.testBorder { border: 1px dashed #900; }
	
	
/* BASE RULES */

a:link, a:visited, a:active {
	color: #666; 
	text-decoration: none;
	}

a:hover	{
	color: #930; 
	text-decoration: none; 
	}

div, a, h1, h2, h3, h4, h5, h6, dl, dt, dd, p, form, textarea, body, label, fieldset {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font: 14px/1.4 Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-decoration: none;
	} 

p {
	padding-bottom: 15px;
	}
	
.lessspace5 { padding-bottom: 5px; }

h1 {
	font-size:1.3em;
	font-weight: bold;
	padding-bottom: 10px;
	}

.morespace50 { margin-top: 50px; }

.morespace10 { margin-top: 10px; }
	
.morespace5 { margin-top: 5px; }


/* CONTENT OVERIDES */

.white { color:#fff; }

.black { color:#000; }

.red { color:#930; }

.i { font-style:italic; }

.b { font-weight:bold; }

.ni { font-style:normal; }

.lc { text-transform:lowercase; }

.uc { text-transform:uppercase; }

.sc { font-variant:small-caps; }

.rt { text-align:right; }

.lt { text-align:left; }

.ct { text-align:center; }

.jt { text-align:justify; }


/* DIV STYLING */

#wrapper {
	width: 855px;
	margin: auto;
	}
	
#wrapperShipping {
	width: 575px;
	margin: auto;
	}
	
#logo {
	width: 855px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
	}	

#logoShipping {
	width: 575px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
	}	
	
#navigation {
	width: 855px;
	height: 22px;
	line-height: 22px;
	margin: 0 auto 15px auto;
	}

#shopNav {
	width: 855px;
	margin: 25px 0 0 0;
	padding: 0;
	}
	
#shopMessage {
	width: 855px;
	margin: 0 0 30px 0;
	padding: 0;
	}
	
#shopMessage a {
	font-size:1.15em;
	color: #900;
}

	
#content {
	width: 855px;
	margin: 25px 0 0 0;
	padding: 0;
	}

#contentShipping {
	width: 575px;
	margin: 35px 0 0 0;
	padding: 0;
	}

#imageTable {
	width: 855px;
	}
	
.selected {
	padding-bottom: 3px;
	border-bottom:1px solid #666;
	}

/* POP-UP STYLES */
	
#popWrapper {
	width: 550px;
	margin: auto;
	}

#popLogo {
	width: 550px;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	}	

#popPhoto {
	width: 550px;
	height: 550px;
	}
	
#popPhoto img {
	padding: 2px;
	border: 1px solid #ccc;
	}
	
#popCaption {
	width: 550px;
	margin: 10px auto 0 auto;
	}
	
/* STORE CSS */

.productRow td {
	height: 250px;
	}

.productRow img {
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	}
	
.productLeft {
	width: 470px;
	}
	
.productRight {
	width: 385px;
	}
	
.productLeft img {
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	}

.productTitles, .addBasket, .storeTitle {
	font-size: 120%;
	}
	
.productTitles {
	padding-bottom: 10px;
	}

.addBasket {
	margin-top: 10px;
	}
	
.optionLeft {
	width: 85px;
	height: 30px;
	}

.productColors {
	margin-left: 20px;
	padding-bottom: 15px;
	}
	
/*.underline {
	border-bottom: 1px dotted #990000;
	padding-bottom: 2px;
	} */
	
.formStuff {
	font-size:95%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	border: 1px solid #CCCCCC;
	padding: 2px;
	}
	
.spacer {
	height: 15px;
	}
	
#cc {
	width: 745px;
	margin: 70px auto 15px auto;
	/*border-bottom: 1px solid #CCCCCC;*/
	padding: 0;
	}
