/*	Site Wide		*/
body {
	font					: 0.75em Arial,Verdana,Sans-serif;
	color					: #333333;
}
table#layout {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
tr {
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	border: 0px;
	color: #333333;
}
img {
	border: 0px;
	margin: 0px;
}
h3 {
	color: #B30075;
}
a#checkoutBtn {
	border: 1px solid #B30075;
	color: #B30075;
	background-color: transparent;
	padding: 2px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
p.brackets {
	font-size: 50px;
	margin: 0px;
	display: inline;
	position: relative;
	top: 10px;
}
span#topRight {
	float: right;
}
img#cartImg {
	display: inline-block;
	vertical-align: middle;
}
tr#accountOptions {
	text-align: right;
}
tr#accountOptions div {
	height: 25px;
	float: right;
	color: white;
	padding: 3px;
}
div.mailingList {
	background-color: black;
}
div.mailingList form {
	position: relative;
	bottom: -1px;
}
div.mailingList a, div.signup a, div.login a {
	color: white;
	margin-top: 5px;
}
div.signup a, a#login {
	position: relative;
	top: 5px;
}
div.signup {
	background-color: #B30075;
}
div.login {
	background-color: #58595B;
}
div.login p {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 5px;
}
td#leftCol {
	width: 35px;
}
td#midCol {
	width: 865px;
}
td#rightCol {
	padding-top: 87px;
	vertical-align: top;
	width: 90px;
}
img.rightImg {
	float: right;
	margin-right: 13px;
}
td#content {
	width: 865px;
	height: 500px;
	border: 2px solid #A7A9AC;
	-moz-box-shadow: 3px 3px 8px #888;
	-webkit-box-shadow: 3px 3px 8px #888;
	box-shadow: 3px 3px 8px #888;
}
div#contentContainer {
	width: 865px;
	overflow: auto;
	z-index: -1;
}
div.textContainer {
	padding: 10px;
}
td#mainNav {
	text-align: center;
	background-image: url('../images/nav-table.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 115px 116px;
}
div#bottomNavContainer {
	width: 100%;
	height: 23px;
	text-align: center;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}
div#mainNavContainer {
	width: 100%;
	text-align: center;
}
a.textNavBtn {
	display: inline;
	float: left;
	border: 1px solid grey;
	padding: 3px 8px;
	color: black;
}
a.textNavBtn:hover {
	color: white;
	background-color: #b30075;
}
td#copyright {
	text-align: center;
	vertical-align: top;
}
td#copyright p {
	margin: 0px;
	height: 8px;
	padding: 0px;
}


ul#categories {
	margin: 0px;
	padding: 0px;
}
ul#categories li {
	list-style				: none;
	font-size				: 12px;
	font-weight				: bold;
	display					: inline;
	position: relative;
}
#categories li ul {	
	padding: 0;
	position: absolute;
	visibility: hidden;
}
#categories li ul li {	
	display: block;
}
#categories li ul li a {	
	width: 90px;
	display: block;
	background-color: #b30075;
	color: white;
}
#categories li ul li a:hover {	
	color: #8EA344;
}
ul#whatsavailSub {
	left: 5px;
	top: -213px;
}
ul#saleSub {
	left: 18px;
	top: -257px;
}

.clear_bottom {
height: 30px;
clear:both;
}








/*	Dialogs			*/
table#regTable td:first-child, td.price, table#contactTable td:first-child {
	text-align				: right;
}
table#regTable input, table#contactTable input, table#contactTable select, table#contactTable textarea, table#loginTable input, table#addressTable input{
	width					: 99%;
}
table#regTable td.error, table#contactTable td.error {
	color					: red;
}
h5 {
	font-size				: 0.8125em;
	font-style				: italic;
}


/*	index.php		*/
span#banner {
	white-space				: nowrap;
}


/*	category.php	*/
select#entries, select#sort {
	margin-left				: 50px;
	float					: left;
}
span#page {
	margin-right			: 50px;
	float					: right;
	font-size				: 1.2em;
	font-weight				: bold;
}
span#page a {
	color					: #F007E0;
}
span.productContainer {
	width					: 212px;
	height					: 400px;
	display					: block;
	float					: top;
	margin-left				: auto;
	margin-right			: auto;
	text-align: center;
	float: left;
}
img.productContainerImg {
	width: 180px;
	border: 1px solid #A7A9AC;
} 

.cat_image {
	position: relative;
	width: 100%; /* for IE 6 */
}

.cat_image h2 {
   position: absolute;
   top: 265px;
   left: 17px;
   width: 180px;
   background: rgb(184 184, 184); /* fallback color */
   background: rgba(184, 184, 184, 0.7);
   padding: 5px 0;
   color: black;
   font: bold 12px/18px Helvetica, Sans-Serif;
}

.cat_image h2 span {
	font-size: 8pt;
}
p.pName {
	text-align				: center;
	color					: black;
	font-weight				: bold;
	margin: 0;
	padding: 0 15px;
}
span.pPrice {
	color					: #444444;
}
span.pDPrice {
	color					: red;
}










table#creditsTable {
	background-color		: transparent;
	text-align				: center;
}
table#creditsTable td {
	padding					: 4px;
	background-color		: transparent;
	-moz-border-radius		: 0px 0px 0px 0px;
	vertical-align			: top;
}




/*	Product Components	*/
#pdt_header {
	color					: #B14D99;
	font-size				: 13pt;
	padding: 30px;
}
#details_top {
	border-top: 2px solid black;
	border-bottom: 1px solid black;
	padding: 8px;
}
h3.pName {
	color					: #000;
	font-size				: 13pt;
	margin: 0;
}
table#productImages {
	border-collapse			: collapse;
	float					: left;
	margin-left				: 30px;
}
table#productImages td {
	padding					: 1px;
}
.pdt_image {
	position: relative;
	width: 100%; /* for IE 6 */
}
.pdt_image h2{
	position: absolute;
  	top: 0;
   right: 0;
   margin: 0;
   background: #B14D99; /* fallback color */
   padding: 5px 10px;
   color: white;
   font: bold 12px/18px Helvetica, Sans-Serif;
}
img.thumbnail {
	width					: 59px;
	height					: 104px;
}
img.blank {
	width					: 59px;
	height					: 104px;
}
img.medImage {
	width					: 297px;
	height					: 528px;
}
div#details {
	float					: right;
	width					: 365px;
	text-align				: justify;
	margin-right: 55px;
}
div#cart {
	margin-right			: 25px;
	border					: 2px solid #FAD9CA;
	background-color		: #FFEEDD;
	width					: 230px;
	height					: 100%;
	text-align				: left;
	padding					: 10px;
	margin-left				: 10px;
	float					: left;
	margin-top: 20px;
}
div#cart > div {
	text-align				: center;
	margin-left				: auto;
	margin-right				: auto;
}
table#cartPreview {
	border-collapse				: collapse;
}
td.item, td.qty {
	border-left				: 1px dotted;
}
td.item, td.price {
	border-right				: 1px dotted;
}
td.item {
	border-top				: 1px dotted;
	width					: 225px;
}
td.qty, td.price, td.rem {
	border-bottom				: 1px dotted;
}
span.prodPrice {
	font-size: 18pt;
	color: #B14D99;
}
span.discPrice {
	color					: red;
	font-size: 18pt;
}

.place_order {
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-bottom: -7px;
	display: block;
}

#order {
	margin-top: 50px;
}

a#waitinglist{
	font-size: 9pt;
	color: #B14D99;
}

.prodPrice_b {
	font-size: 9pt;
	font-weight: bold;
}
.discPrice_b {
	color					: red;
	font-size: 9pt;
	font-weight: bold;
}

#order td {
	padding:5px 11px;
}

#order_first {
	color: #B14D99;
	font-weight: bold;
}

.add_btn {
	background: url('../images/add2.png') 0 -33px no-repeat;
}

.add_btn:hover {
	background: url('../images/add2.png') 0 0 no-repeat;
}



/*	Checkout	*/
table#cartListing, table#addressTable {
	text-align				: left;
	border-collapse			: collapse;
	border					: 1px solid #999999;
}
table#cartListing th {
	background				: #FFE9EB;
}
div#addressDiv, div#couponDiv {
	position				: relative;
	-webkit-border-radius	: 5px;
	-moz-border-radius		: 5px;
	border-radius			: 5px;
	border					: 1px solid black;
	background				: #FFE9EB;
	padding-top				: 0px;
	padding-bottom			: 20px;
	padding-left			: 25px;
	padding-right			: 25px;
	width					: 310px;
	height					: 230px;
}
div#addressDiv {
	float					: right;
	margin-right			: 50px;
}
div#couponDiv {
	float					: left;
	margin-left				: 50px;
}
table#cartListing {
	margin-left				: 40px;
	margin-right			: 40px;
}
td.cellCenter {
	text-align				: center;
}
table#cartListing tr, table#cartListing th, table#cartListing td, table#addressTable tr, table#addressTable th, table#addressTable td {
	border					: 1px solid #999999;
}
td.tFoot {
	font-weight				: bold;
}


/* ???	*/
a.rem {
	text-decoration				: none;
}
a.faqAnchor {
	text-decoration				: underline;
}
a.faqAnchor:hover {
	color					: blue;
}
