
	body {
		color:       #757476;
		font-family: Arial, sans-serif;
		font-size:   62.5%;
		line-height: 1.5em;
	}


	/*--------------------------------------------------------------------*/

	a {
		color:           #2263b8;
		text-decoration: none;
	}

		a:hover {
			text-decoration: underline;
		}

	abbr {
		cursor: help;
	}

	blockquote {
		line-height: 1.5em;
		margin:      2em 0 .5em;
		padding:     0 2.5em;
	}

		blockquote p:first-child {
			text-indent: -1em;
		}

		blockquote p:last-child {
			margin-bottom: 0;
		}

			blockquote p:first-child:before,
			blockquote p:last-child:after {
				color:          #2263b8;
				font-size:      2em;
				line-height:    0;
				vertical-align: middle;
			}

			blockquote p:first-child:before { content: '\201C'; /* &ldquo; */ }
			blockquote p:last-child:after   { content: '\201D'; /* &rdquo; */ }

	cite {
		color:      #2263b8;
		display:    block;
		font-style: italic;
		font-size:  1.2em;
		text-align: right;
		margin:     0em 2.5em 1.5em;
	}

	del {
		text-decoration: line-through;
	}

	dl {
		font-size:     1.3em;
		line-height:   1.5;
		margin-bottom: 1.5em;
	}

		dt {
			clear:        both;
			float:        left;
			margin-right: 10px;
			font-weight:  bold;
		}

		dd {
			float: left;
		}

			dd a {
				background: none !important;
				padding:    0 !important;
			}

			dd * {
				font-size: 1em;
			}

	em {
		font-style: italic;
	}

	h1, h2, h3, h4, h5, h6 {
		color:       #39383b;
		font-family: "Times New Roman", Times, Georgia, serif;
		font-weight: normal;
		line-height: 1.5;
		margin:      0 0 1em;
	}

	h1 { font-size: 2.2em; }
	h2 { font-size: 1.8em; }
	h3 { font-size: 1.6em; }

	h4, h5, h6 { font-size: 1.4em; }

	hr {
		background: #e3e3e3;
		border:     0;
		color:      #e3e3e3;
		height:     1px;
		margin:     20px 0;
	}

	img {}

	ins {
		border-bottom: 1px dotted;
	}

	ol {
		margin-bottom: 1.5em;
	}

		ol li {
			font-size:   1.3em;
			line-height: 1.5;
			list-style:  decimal;
			margin-left: 1.5em;
		}

			ol li * {
				font-size: 1em;
			}

			ol li ol {
				margin-bottom: 0;
			}

	p {
		font-size:     1.3em;
		line-height:   1.5;
		margin-bottom: 1em;
	}

	small {
		font-size: .75em;
	}

	strong {
		font-weight: bold;
	}

	sub {
		font-size:      .85em;
		vertical-align: sub;
	}

	sup {
		font-size:      .85em;
		vertical-align: super;
	}

	table {}

	ul {
		margin-bottom: 1.5em;
	}

		ul li {
			font-size:   1.3em;
			line-height: 1.5;
			list-style:  disc;
			margin-left: 1.5em;
		}

			ul li * {
				font-size: 1em;
			}

			ul li ul {
				margin-bottom: 0;
			}

	/*	Defauult Form Styles */
	
	form {
		margin-bottom: 20px;
	}

		button {
			font-size: 1em;
			margin: 5px 0 0 140px;
		}

		fieldset {
			padding: 17px 20px 10px 20px;
			border: 1px solid #bbb;
			margin: 0 20px 20px 0;
		}

		label {
			display: 	block;
			float: left;
			color:       #33337b;
			font-weight: normal;
			line-height: 1.8;
			font-size: 1.05em;
			width:       140px;
			padding-top: 2px;
		}
		
		label.cbox { vertical-align: middle; width: auto; float: none; position: relative; padding: 0 0 0 24px; margin-bottom: 6px; margin-left: 140px; line-height: 1.4em; } 
			#checkout_form label.cbox input {
                float: none;
                margin: 0px 0px 0 0;
                position: absolute;
                top: 4px; left: 0px;
                width: auto;
                background: transparent;
                border: none;
                padding: 0;
            }
            * html #checkout_form label.cbox input {
                left: -26px;
                top: -1px;
            }

		legend {
			font-size: 2em;
			display: none;
		}

		input.def {
			padding: 5px 3px;
			background: #eaf7fd;
			border: 1px solid #42819a;
			border-color: #42819a #a9bfc8 #a9bfc8 #42819a;
			width: 320px;
			color: #000;
			font-size: 1em;
		}

			input.error {
				background:   #ffecec;
				border-color: #f77;
			}

			input.def:focus {
				border-color: #7ebe38;
				background:   #fff;
			}

				input.error:focus {
					background:   #fff;
					border-color: #f77;
				}

			input[type=checkbox],
			input[type=radio],
            label.cbox input {
				width: auto !important;
				padding: 0 !important;
				border: none !important;
			}

		textarea {
			border:      1px solid #a7a6aa;
			color:       #666;
			font-family: Arial, sans-serif;
			font-size:   1em;
			height:      148px;
			padding:     3px;
			width:       392px;
		}

			textarea.error {
				background:   #ffecec;
				border-color: #f77;
			}

			textarea:focus {
				border-color: #7ebe38;
			}

				textarea.error:focus {
					background:   #fff;
					border-color: #f77;
				}
				
		select {
			font-size: 1em;
			margin: 3px 0 0px 0;
		}
		
	/* clearfix these by default */

	dl:after,
	ul:after {
		clear:      both;
		content:    ' ';
		display:    block;
		height:     0;
		visibility: hidden;
	}

	dl,
	ul {
		display: inline-block;
	}

		* html dl,
		* html ul {
			height: 1%;
		}

	dl,
	ul {
		display: block;
	}
	
	img.right { float: right; margin: 0 0 20px 20px; }

