/*        AmberLynn Designs CSS        */
/*   © Lauren Johnson, goodspark.com   */


/* HTML tag redeclaration */
img, div 	{ behavior: url(iepngfix.htc) }
body		{ background: #e8d99f url(images/bg.gif); color: #212a45; padding: 0; margin: 20px 0; text-align: center; font: 13px Georgia, "Times New Roman", Times, serif; }
a:link		{ text-decoration: none; font-weight: bold; color: #1f907c; }
a:visited	{ text-decoration: none; font-weight: bold; color: #1f907c; }
a:hover		{ text-decoration: none; font-weight: bold; color: #44a896; }
h1			{ font-size: 18px; font-weight: bold; text-transform: uppercase; margin-bottom: 0; }
h2			{ font-size: 16px; font-weight: bold; }
h3			{ font-size: 14px; font-weight: bold; }
h4			{ font-size: 12.5px; border-bottom: 2px solid #1caab7; margin-bottom: 0; }
dl 			{ margin: 10px 0 0 0; }
dt 			{ width: 135px; float: left; padding-top: 5px; }
dd 			{ margin-bottom: 0; padding-top: 5px;  }
dd label 	{ font-weight: bold; padding-top: 2px; }
fieldset 	{ border: 0; }
legend 		{ padding-top: 15px; font-size: 14px; font-weight: bold; color: #1caab7; }
table		{ margin: 15px 0; }

/* Frame */
#container	{ width: 950px; margin: 0 auto; background: url(images/paper-bg.png) no-repeat; }
#header		{ background: url(images/corners-top.png) no-repeat; text-align: center; }
#content	{ padding: 0 60px; text-align: left; }
#nav		{ padding-top: 30px; }
#nav img	{ padding: 20px 20px 0 20px; }
#footer		{ clear: left; width: 950px; margin: 0 auto; background: url(images/corners-bottom.png) no-repeat; height: 168px; }

/* Category & Product Pages */
.cat-thumb	{ position: relative; width: 101px; height: 210px; float: left; text-align: center; margin: 5px 32px; }
.cat-thumb span { position: absolute; top: 0px; left: 0px; width: 101px; height: 154px; background-image:url(images/category-frame.png); background-repeat:no-repeat; }
.cat-thumb img	{ position: absolute; top: 2px; left: 2px; padding-bottom: 5px; }
.cat-info		{position: absolute; top: 165px; text-align: center; }
.col1		{ width: 400px; height: 475px;  float: left; }
.col2		{ margin-left: 400px; padding: 35px 30px 0 0; }
.prodimg	{ position: relative; margin-left: 30px; }
.prodimg img	{ position: absolute; top: 6px; left: 6px; }
.prodimg span { position: absolute; top: 0px; left: 0px; width: 312px; height: 475px; background-image:url(images/product-frame.png); background-repeat:no-repeat; }
.deets		{ display: block; padding: 3px 0; }
.label		{ width: 115px; float: left; font-weight: bold; }
.info		{ margin-left: 115px; }
.qtys		{ width: 600px; border: 1px solid #cccccc; border-collapse: collapse; text-align: center; font-weight: bold; }
.qtys td	{ padding: 5px; }
.qtytop		{ background-color: #cccccc; }
.qtyinfo	{ color: #55bfc9; }
.definition	{ }
.pagination	{ text-align: right; }

/* Cart */
.cart-title	{ font-weight: bold; }
.current-step	{ font-weight: bold; }
.button		{ padding: 10px 0; }

/* General Classes */
.fltrt	 	{ float: right; margin-left: 5px; }
.fltlft 	{ float: left; margin-right: 5px; }
.clearfloat { clear: both; height: 0; font-size: 1px; line-height: 0px; }
.halfsies	{ width: 50%; float: left; }
.third		{ width: 33%; text-align: center; float: left; padding-bottom: 25px; }
.small		{ font-size: 10px; line-height: 14px; color: #666666; }
.txtOldPrice	{ text-decoration: line-through; color: #CC0000; }

