/* User Page Styles */

/*
 * Common Styles
 */

.name {
	font-family: "Comic Sans MS";
	color: #cd972a;
}

.largeName {
	font-size: 2.8em;
	line-height: 1.0em;
}

a.hoverLink,
a.noHoverLink {
	color: #49535e;
	text-decoration: none;
	font-weight: bold;
	font-family: "Comic Sans MS";
}

a.hoverLink:hover { 
	text-decoration: underline;
}

a.noHoverLink:hover { 
	text-decoration: none;
}

a.buttonLink {
	display: block;
	width: 110px;
	height: 25px;
	margin: 0px auto;
	padding-top: 7px;
	background: url(../img/buttons.gif) 0px -32px no-repeat;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a.buttonLink:hover {
	background-position: 0px 0px;
	color: #333333;
}

a.pdfLink {
	background: url(../img/pdf-25x25.png) left top no-repeat;
	color: #49535e;
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 1.2em;
	line-height: 30px;
	padding-left: 30px;
	text-decoration: none;
}

a.pdfLink:hover {
	text-decoration: none;
}

.addToCartStatus {
	display: block;
	width: 150px;
	height: 20px;
	margin: 0px auto;
	margin-bottom: 10px;
	padding-top: 5px;
	visibility: hidden;
	text-align: center;
	font-weight: bold; 
	font-family: "Comic Sans MS";
	color: #fc300f;
}

#smoke {
	background-color: #000000;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 300;
}

#imgCloseUp {
	width: 690px;
	position: absolute;
	z-index: 400;
}

#imgCloseUp div.curvedContent {
	background-color: #ffffff;
	height: 695px;
	overflow: hidden;
	padding: 5px 10px 10px 10px;
}

#imgCloseUp a.closeLink {
	background: url(../img/closeWindow-bg.gif) left top no-repeat;
	cursor: pointer;
	float: right;
	width: 14px;
	height: 14px;
}

#imgCloseUp img {
	display: block;
	margin: 0px auto;
	max-width: 668px;
}

#imgCloseUp .loading {
	background-image: url(../img/loadingPhoto.gif);
	background-position: 50% 40%;
	background-repeat: no-repeat;
}


/* 
 * Page View Styles 
 */

.index li.index a,
.testimonials li.testimonials a,
.faq li.faq a,
.aboutMe li.aboutMe a {
	background-color: #cd9728;
	cursor: default;
}

.index #nav li.index a:hover,
.testimonials #nav li.testimonials a:hover,
.faq #nav li.faq a:hover,
.aboutMe #nav li.aboutMe a:hover {
	background-color: #cd9728; 
}


/*
 * Shopping Cart Styles
 */

#shoppingCart {
	position: absolute;
	left: 600px;
	top: 0px;
	width: 400px;
}

#shoppingCart .cRow1 {
	background-color: #cccccc;
}

#shoppingCart .cRow2, 
#shoppingCart .cRow3,
#shoppingCart .cRow4 {
	border-color: #cccccc;
}

#shoppingCart div.curvedContent {
	padding: 10px 5px 10px 5px;;
	border-color: #cccccc;
}
	
#shoppingCart a.cartLink {
	display: block;
	float: left;
	width: 40%;
}

#shoppingCart.collapse a.hideCartLink,
#shoppingCart.expand a.viewCartLink {
	display: none;
}

#shoppingCart p {
	float: right;
	width: 50%;
	font-weight: bold;
}

#shoppingCartDetails {
	display: none;
	padding: 10px 5px 20px 5px;;
}

#shoppingCartDetails table {
	width: 100%;
	border-collapse: collapse;
}

#shoppingCartDetails table th, 
#shoppingCartDetails table td {
	padding: 6px 4px 6px 4px;
}
	
#shoppingCartDetails table .col1 {
	width: 10%;
	text-align: left;
}

#shoppingCartDetails table .col1 input {
	width: 50%;
}

#shoppingCartDetails table .col2 {
	width: 40%;
	text-align: left;
	font-weight: bold;
}

#shoppingCartDetails table .col3 {
	width: 15%;
	text-align: right;
	font-weight: bold;
}

#shoppingCartDetails table .col4 {
	width: 35%;
	text-align: left;
}

#shoppingCartDetails table .col4 a {
	margin-right: 5px;
}

#shoppingCartDetails tbody tr td { 
	border-bottom: 1px dotted #cccccc;
}

#shoppingCartDetails tbody tr.last td { 
	border-bottom: 1px solid #cccccc;
}

#shoppingCartDetails th,
#shoppingCartDetails td {
	background-color: #f6f6f6;
}

#shoppingCartDetails tfoot tr.totalRow td {
	background-color: #ffffff;
}

#shoppingCartDetails .noItems thead, 
#shoppingCartDetails .noItems tfoot {
	display: none;
}


/*
 * Products styles
 */

#products {
	text-align: center;
}

#products .product {
	display: inline-block;
	width: 20%;
	min-width: 250px;
	margin: 0 2.5% 30px 2.5%;
	overflow: hidden;
	padding-bottom: 10px;
}

#products .product .curvedContent {
	min-height: 400px;
}

#products .product img {
	margin: 10px 0px 5px 0px;
	max-width: 230px;
}

#products .product img.closeUp {
	cursor: pointer;
}

#products .product .details {
	height: 50px;
	overflow: hidden;
	margin-bottom: 5px;
}

#products .product .name {
	display: block;
	margin-bottom: 5px;
	min-height: 35px;
	font-size: 16px;
}

#products .product .price {
	display: block;
	margin-bottom: 5px;
}

#products .product .detailsLink {
	display: inline-block;
	margin-bottom: 10px;
}


/*
 * Testimonials styles
 */

#testimonials {
	text-align: center;
}

#testimonials .testimonial {
	display: inline-block;
	text-align: left;
}

#testimonials .testimonial img {
	float: right;
	margin: 10px 5px 25px 10px;
}

#testimonials .testimonial span.name {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

#testimonials .testimonial span.trails {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.0em;
}


/*
 * About Me styles
 */

.aboutMe img {
	float: left;
	margin: 10px 15px 25px 5px;
}


/*
 * Product Details styles
 */

.productDetails img {
	float: right;
	margin: 0 0 30px 20px;
}

.productDetails .details {
	margin: 0px 0px 30px 0px;
}

.productDetails .details strong {
	display: block;
	margin-bottom: 20px;
}

.productDetails .details span {
	display: block;
	margin-bottom: 10px;
	font-size: 1.6em;
}

.productDetails .text {
	margin-bottom: 30px;
}


/*
 * Shipping Styles
 */

#shipping table {
	width: 80%;
	margin: 0px auto;
	margin-bottom: 50px;
	border-collapse: collapse;
	table-layout: fixed;
}

#shipping table caption span {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

#shipping table th,
#shipping table td {
	padding: 7px 4px 7px 4px;
	text-align: center;
}
