/* User Page Styles */

/*
 * Common Styles
 */

.name {
	font-family: "Comic Sans MS";
	color: #cd972a;
}

.medName {
	font-size: 1.8em;
	line-height: 1.0em;
}

.largeName {
	font-size: 2.8em;
	line-height: 1.0em;
}

a.hoverLink,
a.noHoverLink,
#customerDialog h2 {
	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;
}

#customerDialog a.closeLink,
#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/loading.gif);
	background-position: 50% 40%;
	background-repeat: no-repeat;
}


/* 
 * Page Layout Styles specific to User Facing site
 */

.ie .userPage {
	position: relative;
}


/* 
 * Page View Styles 
 */

.index li.index a,
.testimonials li.testimonials a,
.faq li.faq a,
.aboutMe li.aboutMe a,
.links li.links a {
	background-color: #cd9728;
	cursor: default;
	height: 28px;
	line-height: 28px !important;
	position: absolute;
	top: -5px !important;
}

li.index a {
	left: 238px;
}

li.testimonials a {
	left: 353px;
}

li.faq a {
	left: 488px;
}

li.aboutMe a {
	left: 580px;
}

li.links a {
	left: 695px;
}

.index #nav li.index a:hover,
.testimonials #nav li.testimonials a:hover,
.faq #nav li.faq a:hover,
.aboutMe #nav li.aboutMe a:hover,
.links #nav li.links a:hover {
	background-color: #cd9728; 
}


/*
 * Shopping Cart Styles
 */

#shoppingCart {
	position: absolute;
	left: 600px;
	top: 0px;
	width: 400px;
	z-index: 100;
}

.ie #shoppingCart {
	left: 632px;
	top: 30px;
}

#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;
}


/*
 * Customer Dialog styles
 */

#customerDialog {
	display: none;
	position: absolute;
	width: 720px;
	z-index: 400;
}

#customerDialog div.curvedContent {
	padding: 10px 10px 20px 10px;
}

#customerDialog h2 {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	width: 500px;
}
	
#customerDialog div.form {
	background-color: #f6f6f6;
	border-bottom: 1px solid #cccccc;
	padding: 20px 5px 15px 5px;
}

#customerDialog div.formContent {
	margin-bottom: 15px;
}

#customerDialog div.formContent label {
	display: inline-block;
	margin-right: 10px;
}

#customerDialog div.formContent label.col1 {
	width: 105px;
}

#customerDialog div.formContent input.long {
	width: 558px;
}

#first_name, 
#city {
	margin-right: 5px;
	width: 150px;
}

#last_name {
	width: 300px;
}

#state {
	margin-right: 5px;
	width: 50px;
}

#zip {
	width: 222px;
}

#countryAreaCode {
	width: 170px;
}

#phoneNumber {
	width: 230px;
}

#customerDialog a.buttonLink {
	margin-top: 20px;
}


/*
 * 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;
	font-size: 16px;
	margin-bottom: 5px;
	min-height: 35px;
	padding: 0px 9px 0px 9px;
}

#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,
#links .link h3 {
	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 .pageContent2 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;
}


/* 
 * Login Page Styles
 */

p.loginStatus { 
	margin-bottom: 30px !important;
	padding: 5px 0px 5px 0px;
	text-align: center;
	border: 1px solid #B00F0F;
}

form.loginForm { 
	text-align: center;
}

form.loginForm p { 
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 30px;
}

form.loginForm label { 
	display: inline-block;
	width: 100px;
	margin: 0px 20px 10px 0px;
	text-align: left;
}

form.loginForm input[type=text],
form.loginForm input[type=password] { 
	display: inline-block;
	width: 200px;
}

form.loginForm input[type=password] { 
	width: 204px;
}

form.loginForm br.clear {
	display: block;
	margin-bottom: 10px;
}


/*
 * Links Page Styles
 */

#links div.links h3 {
	margin-bottom: 15px;
}

#links div.links p {
	margin-bottom: 10px;
}

#links div.links p a.pdfLink {
	font-size: inherit !important;
}

#links div.links p a.pdfLink:hover {
	text-decoration: underline !important;
}

#links div.links p span {
	display: block;
	margin-top: 5px;
}



