/* ^\|::{[0]}ethird{[0]}::|/^ */

html, body, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, a img  {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	text-align: center;  /* ie 6 centerhack */ 
}
body  {
	font-size: 100.01%;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-align: left;   /* /ie 6 centerhack  */	
}
#wrap {
	margin:16px auto;
	width:764px;
}
	a.logo_lr {
		position:relative;
		display:block;
		width:82px;
		height:78px;
		float:left;
		background:url(../images/logo_lr.gif) no-repeat top left;
	}
		a.logo_lr span {
			position:absolute;
			width:1px;
			height:1px;
			top:-900px;
			left:0;
			overflow:hidden;
		}

#container {
	width:670px;
	float:right;
}

	.header {
		margin-bottom:16px;
		padding-bottom:16px;
		background:url(../images/border_h.gif) repeat-x bottom left;
		float:left;
		display:inline; /* ie doublemargin fix */
	}
		.sub_nav {
			margin:0;
			padding:0 0 10px 0;
			width:670px;
			list-style:none;
			background:url(../images/bg_subnav.jpg) no-repeat bottom left;
			text-align:right;
		}
			.sub_nav li {
				display:inline;
			}
				.sub_nav a {
					margin-right:12px;
					padding:3px 0 3px 16px;
					text-decoration:none;
					font-size:0.65em;
					color:#000;
				}
				.a_dl { background:url(../images/btn_dl.gif) no-repeat 0 50%;}
				.a_au { background:url(../images/btn_au.gif) no-repeat 0 50%;}
				.sub_nav a.a_cu {
					margin-right:24px; 
					background:url(../images/btn_cu.gif) no-repeat 0 50%;
				}
				
		.main_nav {
			margin:0 0 8px 0;
			padding:0 0 14px 0;
			width:670px;
			text-align:center;
			list-style:none;
			background:#487bad url(../images/bg_mainnav.jpg) no-repeat bottom left;
		}
			.main_nav li {
				margin:0 0 0 .5em;
				padding:0 0 0 .9em;
				font-size:0.74em;
				background:url(../images/border_li.gif) no-repeat 0 50%;
				display:inline;
			}	
			.main_nav li.li_first {
				margin:0;
				padding:0;
				background:none;
			}
				.main_nav a {
					margin:0;
					padding:0;
					text-decoration:none;
					color:#fff;
				}
		h1 {
			width:484px;
			margin-bottom:4px;
			margin-left:12px;
			font-size:0.9em;
			font-weight:normal;
			float:left;
			display:inline; /* ie doublemargin fix */
		}
		.deem {
			font-size:0.7em;
		}		
			.deem a {
				font-size:1em;
			}
		.header form {
			width:166px;
			float:right;
		}
			.header input {
				width:136px;
				float:left;
			}
			.header form a {
				float:right;
				display:block;
				width:23px;
				height:23px;
				background:url(../images/btn_go.gif) no-repeat top left;
			}
				.header form a span {
					display:none;					
				}
	.main_col {
		margin-bottom:34px;
		width:484px;
		float:left;
		background:url(../images/border_v.gif) repeat-y top right;
	}	
		.main_col_pad {
			padding-right:8px;
		}
		
		.breadcrumb {
			margin:0 8px;
			font-size:0.74em;
			color:#336699;
		}
			.breadcrumb a {
				color:#336699;
			}
		.banner {
			margin-right:1px;
			height:287px; 
			/* height:260px;  height of graphic */
			position:relative;
			background:url(../images/bg_banner.jpg) no-repeat bottom left;
		}	
			.banner span {
				position:absolute;
				top:-900px;
				left:0;
				width:1px;
				height:1px;
				overflow:hidden;
			}
			.banner a {
				display:block;
				position:absolute;
				width:200px;
				height:20px;
				right:0;
			}
			a.a_about {
				bottom:54px;
			}
			a.a_signup {
				bottom:25px;
			}
		
		/* common/pager.tpl */ 
		.NavigationPath {
			margin:8px 12px 8px 0;
			clear:left;
			text-align:right;
		}
			.NavigationPath a:hover {
				color:#336699;
			}	
			
		.featured_l, 
		.featured_r {
			margin:24px 24px 0 14px;
			float:left;
			width:446px;
			display:inline; /* ie doublemargin fix */
			background:#fff;
		}
			.featured_l img, 
			.product_l img {
				margin:0 10px 8px 0;
				float:left;
				display:inline; /* ie doublemargin fix */
			}
			.featured_r img, 
			.product_r img {
				margin:0 0 4px 8px;
				float:right;
				display:inline; /* ie doublemargin fix */
			}
			.product_txt {
				padding-bottom:8px;
				width:334px;
			}
			.featured_l .product_txt { float:left; }	
			.featured_r .product_txt { float:right; }

			.product_l .product_txt { float:left; }	
			.product_r .product_txt { float:right; }
				
		.product_l, 
		.product_r {
			margin:0 0 24px 0;
			padding:4px 0;
			width:460px;
			float:left;
			display:inline; /* ie doublemargin fix */
			background:#fff;
		}
		
			h2 {
				margin:8px 0;
				color:#003366;
			}	
			/* title */			
			h4 {
				margin:2px 0 6px 0;
				color:#003366;
			}
			/* author */
			h5 {
				margin:4px 0;
				font-size:0.74em;
				font-weight:normal;
				color:#000;
			}
			p {
				margin:0 24px 12px 0;
				line-height:1.4em;
				font-size:0.74em;
				color:#333;
			}
			p a {
				text-decoration:none;
				color:#336699;
			}
				p a:hover {
					text-decoration:underline;
				}
			.main_col ul {
				font-size:0.74em;
				color:#333;
			}
			.main_col li {
					padding:2px 0;
				}
			ul.address {
				list-style:none;
			}
			.product_l p,
			.product_r p,
			.product_txt p {
				margin:0 0 12px 0;
			}
				
			.product_l strong, 
			.product_r strong, 
			.product_txt strong {
				margin-right:18px;
				font-size:0.9em;
				color:#cc3333;
			}
				.product_l p strong, 
				.product_r p strong {
					font-size:1em;
				}
				.product_l a, 
				.product_r a, 
				.featured_l a, 
				.featured_r a {
					font-size:0.74em;
					color:#336699;
				}
			blockquote {
				margin:12px 0;
				padding:0 0 16px 30px;
				font-size:0.74em;
				background:url(../images/bg_blockquote.gif) no-repeat top left;
				color:#999;
			}
			cite {
				margin:0 0 12px 0;
				display:block;
				text-align:right;
				font-size:0.74em;
				color:#666;
			}
				.product_l cite strong, 
				.product_r cite strong {
					margin:0;
					display:block;
					color:#666;
				}
				.product_l cite a, 
				.product_l cite a {
					font-size:1em;
				}
				
		/* about the author */
		.d_author {
			margin:0 8px 24px 0;
			width:476px;
			float:left;
		}		
			.d_author img {
				float:left;
				border:1px solid #336699;
				margin:0 8px 4px 0;
				display:inline; /* ie doublemargin fix */
			}
		
		/* contact form */		
		.f_form, 
		.f_cform {
			padding:8px 0;
			float:left;
			width:483px;
		}		
		.f_form {
			background:#fff;
		}
		.p_form {
			margin:24px 0;
			padding:8px;
			background:#fff;
		}
		.f_cform div {
			padding:3px 0;
			border-bottom:2px solid #fff;
			float:left;
		}
		div.c_info {
			margin:8px 0;
			padding:8px;
			background:#f6f7f9;
		}
		h6 {
			margin:-8px -8px 8px -8px;
			padding:4px;
			font-size:0.84em;
			background:#acbece;
			color:#333;
		}
		label {
			font-size:0.74em;
			display:block;
			width:100px;
			float:left;
			color:#333;
		}
		.f_cform input, 
		.f_cform select, 
		.f_cform textarea {
			margin-right:80px;
			display:inline; /* ie doublemargin fix */
			float:right;
			width:auto;
		}
		.t_notes {
			width:96%;
		}
		.p_error {
			clear:both;
			color:#dd0000;
		}
		/* common/button.tpl */
		.ButtonImg {
			margin:8px 0;
		}
			.ButtonImg img {
				padding:6px 0;
			}
		.ButtonLink {
			margin:2px 8px 4px 8px;
			padding:6px;
			line-height:1.8em;
			border:1px solid #fff;
			background:#fff;
			color:#336699;
		}
			.ButtonLink:hover {
				text-decoration:none;
				border:1px solid #336699;
			}
		
		/* cart */
	.d_delivery {
		margin:8px 0 8px 12px;
		clear:both;
	}
		.d_delivery label {
			font-weight:bold;
			font-size:0.84em;
		}
		.d_delivery select {
			margin-top:-4px;
		}
	.d_discount {
		margin:12px 0; 
		padding:4px 0;
		border-bottom:1px solid #336699;
	}
	.d_totals {
		margin:24px 0;
		padding:8px;
		text-align:right;
		background:#fff;
		clear:both;
	}
		.d_totals strong {
			margin-right:8px;
		}
		.p_total {
			margin:4px 0;
			padding:4px 0;
			border-top:1px solid #336699;
		}
		.s_total {
			font-size:1.4em;
			color:#336699;
		}
		
	table {
		margin:8px 0;
		clear:left;
		border-collapse:collapse;
		width:100%;
		background:#f6f7f9;
	}	
		thead {
			border-bottom:1px solid #336699;
			font-size:0.84em;
			background:#acbece;
			color:#333;
		}
		tbody {
			font-size: .9em;
		}         
		table .ButtonLink {
			font-size: 1.1em;
		}
			td {
				padding: 2px 4px;
				vertical-align:top;
				border-bottom: 1px solid #ced9e1;
			}
				td a {
					color:#336699;
				}
	.sub_col {
		margin-right:3px;
		margin-bottom:34px;
		width:166px;
		float:right;
	}
		h3 {
			margin-bottom:6px;
			padding:2px 0 3px 14px;
			font-size:0.8em;
			background:#124171 url(../images/bg_subhead.gif) no-repeat top left;
			color:#fff;
		}
		a.a_cart, 
		a.a_checkout {
			display:block;
			margin-bottom:10px;
			font-size:0.74em;
			padding-left:28px;
			line-height:1.6em;
			color:#336699;
		}
		a.a_cart { background:url(../images/icon_cart.gif) no-repeat 0 4px; }
		a.a_checkout { background:url(../images/icon_checkout.gif) no-repeat 0 4px; }
		
		.sub_col img {
			padding:12px 0;
			background:url(../images/border_h.gif) repeat-x top left;
		}
		.sub_col img.i_first {
			background:none;
		}
	.footer {
		padding:16px 0;
		clear:both;
		font-size:0.6em;
		text-align:center;
		background:url(../images/border_h.gif) repeat-x top left;
		color:#999;
	}
		.footer ul {
			margin-bottom:4px;
			list-style:none;
		}
			.footer li {
				padding:0 4px;
				display:inline;
				border-left:1px solid #999;
			}
			.footer li.li_first {
					border-left:none;
				}
				.footer a {
					font-size:1em;
					text-decoration:none;
					color:#999;
				}
				
				
				
.ProductTitle {
	font-size: 1.5em;
}