/* Created by John Henry Muller : johnhenrymuller.com */

/*////////// COLORS \\\\\\\\\\*\
Color: HSP Green #409E23 (hovers)
Color: Gray #333333 (title, text)
\*\\\\\\\\\\ COLORS //////////*/

/*********** TABLE OF CONTENTS START ***********\

1. Interface Styles
2. Shared Content Styles
3. Unique Content Styles

\*********** TABLE OF CONTENTS END *************/

/* ////////// 1. Interface Start ////////// */

/* Set to Zero */
* {
	padding: 0px;
	border: 0px;
	margin: 0px;
	}
/* No Dotted Lines */
a {
	outline: none;
	}
:focus {
	-moz-outline-style: none;
	}
/* Background */
body {
	background-color:#FFFFFF;
	background-image: url(../../images/interface/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
/* Global Text */
body, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
/* Global Links */
a, a:link,a:active, a:visited {
		color: #666666;
		text-decoration: underline;
		}
		a:hover, a:visited:hover {
			color: #449F2A;
			text-decoration: none;
			}

#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

/* Logo */
h1 {
	width: 440px;
	height: 90px;
	float: left;
	display: block;
	padding: 0px 34px 0px 0px;
	}
	h1 a, h1 a:link, h1 a:active, h1 a:visited {
	width: 440px;
	height: 90px;
	display: block;
	text-indent: -9999px;
		}

/* Layout */
#wrap {
	background-image: url(../../images/interface/wrap_bg-new.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header { height: 114px; }

#subnav li {
	list-style-type: none;
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	height: 32px;
	}
#subnav {
	width: 426px;
	float: right;
	height: 36px;
	background: url(/images/interface/nav.png) no-repeat top left;
	}

.notbold { font-weight: normal; }

#subnav ul {
	display: block;
	height: 32px;
	padding: 4px 0px 0px 0px;
	}
	#subnav a, #subnav a:link, #subnav a:active, #subnav a:visited {
		text-decoration: none;
		color: #666666;
		}
		#subnav a:hover, #subnav a:visited:hover {
		text-decoration: none;
		color: #000;
			}

#subnav li.snav-home {
	width: 72px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	height: 26px;
	}

#subnav li.snav-press {
	width: 70px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	height: 26px;
	}

#subnav li.snav-help {
	width: 134px;
	text-align: center;
	}

#subnav li.snav-shoppingcart {
	width: 150px;
	text-align: center;
	background: url(/images/interface/navigation/cart.gif) no-repeat 5px -3px
	}

#mainnav {
	width: 600px;
	height: 24px;
	clear: left;
	}
#mainnav ul {
	padding-left: 135px;
	padding-top: 5px;
	display: block;
	height: 19px;
	}
#mainnav li {
	list-style: none;
	height: 19px;
	padding: 0px 10px 0px 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
		#mainnav a, #mainnav a:link, #mainnav a:active, #mainnav a:visited {
			display: block;
			height: 16px;
			padding: 3px 0px 0px 18px;
			text-decoration: none;
			background-repeat: no-repeat;
			background-position: top left;
			}
		#mainnav a:hover, #mainnav a:visited:hover {
			color: #000;
			text-decoration: none;
			background-position: bottom left;
			}


#mainnav li.nav-shop { width: 54px; }
#mainnav li.nav-nhl { width: 45px; }
#mainnav li.nav-vintage { width: 73px; }
#mainnav li.nav-college { width: 78px; }
#mainnav li.nav-specialty { width: 88px; }

#mainnav li.nav-shop a { background-image: url(/images/interface/navigation/shop.gif); }
#mainnav li.nav-nhl a { background-image: url(/images/interface/navigation/nhl.gif); }
#mainnav li.nav-vintage a { background-image: url(/images/interface/navigation/vintage.gif); }
#mainnav li.nav-college a { background-image: url(/images/interface/navigation/college.gif); }
#mainnav li.nav-specialty a { background-image: url(/images/interface/navigation/specialty.gif); }

#footer li {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
	}
a#website {
	margin-top: 10px;
	display: block;
	height: 30px;
	text-indent: -9999px;
	}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 100px;
	}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-image: url(/images/interface/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 30px;
	height: 100px;
	line-height: 13px;
	}
	#footer a, #footer a:link, #footer a:active, #footer a:visited {
			color: #999999;
			text-decoration: none;
			}
			#footer a:hover, #footer a:visited:hover {
				color: #333333;
				text-decoration: none;
				}

#home #footer { margin: 100px 0px 0px 0px; }

/* NAV */
	#mainnav a, #mainnav a:link, #mainnav a:active, #mainnav a:visited {
		}
		#mainnav a:hover, #mainnav a:visited:hover {
			}

/* \\\\\\\\\\\ 1. Interface End \\\\\\\\\\\ */







/* ////////// 2. Shared Conent Styles Start ////////// */

/* Global Links */

/* Lists */
#content ul, #content ol {
	margin-left: 40px;
	margin-bottom: 20px;
	}
#content li {
	margin-bottom: 5px;
	color: #666666;
	}

h1 {
	font-size:1px;
	color:#FFFFFF;
	}
/* Title */
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
	h2 a:link, h2 a:active, h2 a:visited {
		color: #666666;
		text-decoration: underline;
		}
		h2 a:hover, h2 a:visited:hover {
			color: #333333;
			text-decoration: underline;
			}

/* Header */
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	}
	h3 a:link, h3 a:active, h3 a:visited {
		color: #666666;
		text-decoration: underline;
		}
		h3 a:hover, h3 a:visited:hover {
			color: #449F2B;
			text-decoration: none;
			}

/* Sub-Header */
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #909599;
	}
	h4 a:link, h4 a:active, h4 a:visited {
		color: #817C61;
		text-decoration: underline;
		}
		h4 a:hover, h4 a:visited:hover {
			color: #9F402C;
			text-decoration: underline;
			}

/* Paragraph Text */
p {
	line-height: 150%;
	color: #666666;
	padding-bottom: 20px;
	}
	
	/* Clear Helper */
	.clear { clear: both; }
	br.clear { height: 1px; }

/* Breadcrumbs */

#breadcrumbs {
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 20px;
	color:#666666;
	}
	#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {
		text-decoration:none;
		color:#666666;
		}
		#breadcrumbs a:hover, #breadcrumbs a:visited:hover {
			color:#666666;
			text-decoration:underline;
			}

/* Form Styles */

#frmContact

#form, #frmContact {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	input, select, textarea {
		clear: none;
		background-color: #F3F3F3;
		padding: 2px;
		border: 1px solid #CCCCCC;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		float: left;
		display: block;
		line-height: 20px;
		}
	
	input#__EVENTTARGET, input#__EVENTARGUMENT, input#__VIEWSTATE, input#__EVENTTARGET, input#__EVENTARGUMENT, input#__VIEWSTATE, input#__EVENTVALIDATION, input#__PREVIOUSPAGE, input#__LASTFOCUS {display:none;}
	
	input:focus, textarea:focus, select:focus { background-color:#FFFFFF; }
	
	#form div, #frmContact div {
	clear: both;
	margin-bottom:2px;
	height: 25px;
		}
	#form label, #frmContact label {
		width: 70px;
		display: block;
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;
		}
	
	/* Form - City, State, Zip*/
		div#form-city {
			float: left;
			}
		#form-city input {
			width: 70px;
			}
		
		div#form-state {
			clear: none;
			float: left;
			}
		#form-state label {
			padding-left: 10px;
			padding-right: 5px;
			width: auto;
			}
		div#form-state input {
			width: 70px;
			}
		
		div#form-zip {
			clear: none;
			float: right;
			width: 90px;
			}
		#form-zip label {
			width: 30px;
			}
		#form-zip input {
			width: 50px;
			}
		
		/* Form - message*/
		div#form-message {
			height: auto;
			}
		#form-message textarea {
			height: 78px;
			}
		
		/* Form - submit*/
		div#form-submit {
	margin-right: auto;
	margin-left: auto;
	width: 198px;
	height: 70px;
			}
		#form-submit input {
			float: right;
			}
	/* Form - button */
	input.button, #shoppingcart input.button {
		display: block;
		width: 162px;
		height: 70px;
		background-image: url(../../images/content/button.jpg);
		background-position: 0px 0px;
		text-align:center;
		color:#999999;
		text-transform:uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 15px;
		line-height: 17px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		}
	input.button:focus {
		background-position: 0px 70px;
		}
	input.smallbutton, #shoppingcart input.smallbutton  {
		display: block;
		width: 128px;
		height: 60px;
		background-image: url(../../images/content/smallbutton.jpg);
		background-position: 0px 0px;
		text-align:center;
		color:#999999;
		text-transform:uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 13px;
		line-height: 17px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		}
	input.smallbutton:focus {
		background-position: 0px 60px;
		}

/* Content Classes */
.floatleft { float: left; }
.floatright { float: right; }
.gap { padding-bottom: 20px; }
.nogap { padding-bottom: 0px; }
.textsmall {
	font-size: 10px;
	color: #999999;
}
.textwhite { color: #FFFFFF; }
.textgreen { font-weight: bold; color: #439D29; }
.brclear { clear: both; height: 1px;}
.center { text-align: center;}
.hide { display: none;}

.column2 {
	width: 400px;
	float: right;
	}
.column1 {
	width: 380px;
	float: left;
	}

a.button, a.button:link, a.button:active, a.button:visited {
	display: block;
	width: 162px;
	height: 45px;
	background-image: url(../../images/content/button.jpg);
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	color:#999999;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding-top: 25px;
	line-height: 17px;
	text-decoration: none;
	}
	a.button:hover, a.button:visited:hover {
		background-position: 0px 70px;
		color: #439E29;
		}

/* \\\\\\\\\\\ 2. Shared Content Styles End \\\\\\\\\\\ */








/* ////////// 3. Unique Content Styles Start ////////// */

/* About Us */

#howitbegan {
	float: left;
	width: 305px;
	padding-right: 20px;
	padding-left: 20px;
	}
#abouttheinventor {
	float: right;
	width: 305px;
	padding-right: 20px;
	padding-left: 20px;
	clear: none;
	}
#stickdivider {
	width: 110px;
	clear: none;
	float: left;
	}

/* Press ****************************************************************************************/

.press .release-menu {
	width: 780px;
	float: left;
	padding: 0px 0px 0px 20px;
	}

.press .press-release { width: 780px; }
.press h3 { margin: 0px; }
.press h4 { margin: 0px 0px 10px 0px; }
.press #content .press-release ul { margin: 0px; }

.press #content .press-release li {
	display: block;
	list-style: none;
	width: 370px;
	height: 112px;
	padding: 0px 10px 0px 0px;
	margin-bottom: 20px;
	float: left;
}

.press .press-release li a, .press .press-release li a:link, .press .press-release li a:visited, .press .press-release li a:active {
	display: block;
	height: 90px;
	padding: 22px 0px 0px 130px;
	background-repeat: no-repeat;
	text-decoration: none;
	width: 240px;
	}

.press .press-release li a:hover, .press .press-release li a:visited:hover { text-decoration: none; }

.press #content .press-release .photos li {
	display: block;
	list-style: none;
	width: 250px;
	height: 250px;
	padding: 0px 10px 5px 0px;
	margin-bottom: 0px;
	float: left;
	}
	
	.press .press-release .photos li a, .press .press-release .photos li a:link, .press .press-release .photos li a:visited, .press .press-release .photos li a:active {
	display: block;
	width: 250px;
	height: 250px;
	padding: 0px;
	}

.press .headline {
	font-size: 14px;
	font-weight: bold;
	}

.press .press-release li .release-date {
	font-size: 11px;
	font-weight: bold;
	}

.vintage { background: url(/images/content/press/thumbs/vintage.jpg) no-repeat; }
.mike { background: url(/images/content/press/thumbs/mike.jpg) no-repeat; }
.pga-one { background: url(/images/content/press/thumbs/pga.jpg) no-repeat; }
.jancor { background: url(/images/content/press/thumbs/jancor.jpg) no-repeat; }
.all-star { background: url(/images/content/press/thumbs/all-star.jpg) no-repeat; }
.pga-two { background: url(/images/content/press/thumbs/pga.jpg) no-repeat; }
.bush { background: url(/images/content/press/thumbs/bush.jpg) no-repeat; }
.golf-town { background: url(/images/content/press/thumbs/golf-town.jpg) no-repeat; }
.nhl-store { background: url(/images/content/press/thumbs/nhl-store.jpg) no-repeat; }
.golf-galaxy { background: url(/images/content/press/thumbs/golf-galaxy.jpg) no-repeat; }

.spaceleft { padding: 0px 20px 20px 0px; }


/* END Press ****************************************************************************************/

/* Shipping */

table.shipping {
	margin-right: auto;
	margin-left: auto;
	}
.shipping th {
	text-align: left;
	padding: 5px;
	background-color: #E7ECED;
	}
.shipping td {
	padding: 10px;
	}

/* \\\\\\\\\\\ 3. Unique Content Styles End \\\\\\\\\\\ */
.boxwrap {
	background-image: url(../../images/content/shoppingcart/cart_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 800px;
}
.boxcontents {
	background-image: url(../../images/content/shoppingcart/cart_bottom.jpg);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}
.shoppingdetails {
	width: 100px;
	margin-left: 600px;
/*	display: block;
	float: left;*/
	font-weight: bold;
	color: #333333;
	}
hr {
	height: 2px;
	width: 100%;
	background-color: #CAD0D6;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	}

#cmdRecalculate {
	float: right;
	margin-right: 100px;
	}
.canada {
	padding-left: 50px;
	background-image: url(../../images/content/shoppingcart/canada.gif);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	}
#item { width: 300px; }
#unitprice { width: 100px; }
#quantity { width: 100px; }
#remove { width: 100px; }
#price { width: 100px; }

#shoppingcart input.quantity {
	width: 50px;
	}
.boxcontents td {
	padding: 5px;
	}
.boxcontents th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	}
input.quantity {
	width: 50px;
	}
#shoppingcart input, #shoppingcart select, #shoppingcart textarea {
	width: auto;
	}
#shippingtype {
	clear: both;
	float: left;
	width: 300px;
	margin-bottom: 10px;
	background-color: #F8F8F8;
	padding: 10px;
	border: 1px solid #E6E6E6;
	height: 50px;
	}
#shippingtype span {
	font-size: 14px;
	font-weight: bold;
	}
#checkoutbutton {
	width: 344px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	}
#promocode {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	margin-bottom: 10px;
	}
#cmdSubmitPromo {
	margin-left:10px;
	color: #999999;
	}
#error {
	clear: both;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	}
.centerblock {
	margin-right: auto;
	margin-left: auto;
}
#Table3 {
	width: 300px;
}
.right {
	text-align: right;
}
/* About */

#growingup {
	background-image: url(../../images/content/about/davidkid.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 110px;
}
#nationals {
	background-image: url(../../images/content/about/davidnationals.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 110px;
}
#home #container {
	background-image: url(../../images/content/homepage/mainimage-new.jpg);
	background-repeat: no-repeat;
	height: 735px;
}
#home #content {
	width: 900px;
}
#hpcallouts {
	width: 250px;
	clear: none;
	float: right;
}
#hpcallouts #fathersday {
	background-image: url(../../images/content/homepage/callouts/fathersday.jpg);
	height: 163px;
}
#fathersday #countdown {
	padding-top: 55px;
	text-align: center;
	padding-right: 110px;
	font-size: 40px;
	font-weight: bold;
	line-height: normal;
	color: #808080;
}
#secureshopping a {
	display: block;
	height: 163px;
	width: 250px;
	background-image: url(../../images/content/homepage/callouts/secureshopping.jpg);
	text-indent: -9999px;
	}
#abouttheputter a {
	display: block;
	height: 163px;
	width: 250px;
	background-image: url(../../images/content/homepage/callouts/tour.jpg);
	text-indent: -9999px;
}
#usahockey a {
	height: 163px;
	width: 250px;
	display: block;
	background-image: url(../../images/content/homepage/callouts/usahockey.jpg);
	text-indent: -9999px;
}
#realputter {
	width: 600px;
}
#realputter a {
	width: 600px;
	display: block;
	height: 500px;
	text-indent: -9999px;
	}
#putterdetails {
	background-color: #EEEEEE;
}
#putterdetails ul {
	margin: 0px;
	text-align: center;
}
#putterdetails li {
	list-style-type: none;
	margin-right: 20px;
	margin-left: 20px;
	display: inline;
}
#nhllist a {
	width: 160px;
	text-align: center;
	display: block;
	float: left;
	text-decoration: none;
	color: #CCCCCC;
	background-image: url(../../images/content/listhover.gif);
	height: 170px;
}
#nhllist a:hover {
	text-decoration: none;
	color: #666666;
	background-position: left bottom;
}
#content #nhllist li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	float: left;
}
#content #nhllist ul {
	margin: 0px;
	padding: 0px;
}
#details { }

#details-mainimage img, #details-mainaltimage img  {
	padding: 4px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
#details-mainaltimage img { z-index: 10; }
#details-mainimage {
	text-align: center;
	padding-top: 30px;
}
#details-mainaltimage {
	padding: 30px 20px 0px 0px;
	width: 290px;
}
#details-logo {
	text-align: center;
	position: absolute;
	left: 0px;
	top: 110px;
	width: 100%;
}
#content #details-bullets li {
	margin: 0px;
	padding: 0px;
	width: 150px;
	list-style-type: none;
	float: left;
}
#details-bullets {
	width: 310px;
	clear: right;
	float: right;
	height: 40px;
	padding-top: 20px;
}


.putter-info {
	width: 420px;
	height: 166px;
	display: block;
}

#content #details-bullets ul {
	margin: 0px;
}
#details-price {
	clear: right;
	float: right;
	width: 290px;
	padding: 0px 20px 0px 0px;
}
#details-thumbs {
	width: 310px;
	clear: right;
	float: right;
	padding-top: 10px;
	height: 60px;
}

#details-thumbs.alt {
	clear: none;
	float: none;
}
.alt-thumbs { margin: 0px 0px 10px 0px; }

#details-description {
	clear: left;
	float: left;
	width: 420px;
	padding-left: 20px;
	padding-top: 20px;
}
#details-description.alt {
	clear: none;
	float: right;
	width: 470px;
	padding: 20px 0px 0px 0px;
}
#content #details-thumbs ul {
	margin: 0px;
}
#content #details-thumbs li {
	margin: 0px;
	padding: 0px;
	width: 100px;
	list-style-type: none;
	float: left;
}#details h2 {
	text-transform: none;
	margin-bottom: 0px;
	font-size: 16px;
	color: #666666;
}
#details-thumbs img {
	padding: 4px;
	border: 1px solid #CCCCCC;
}
#details-thumbs a {
	display: block;
	width: 90px;
}
#details-thumbs a:hover {
	background-color:#666666;
	
}
#details-addtocart {
	float: right;
	height: 55px;
	width: 155px;
}
#details-addtocart a {
	background-image: url(../../images/content/addtocart.jpg);
	background-position: left top;
	display: block;
	height: 55px;
	width: 155px;
	text-indent: -9999px;
}
#details-addtocart a:hover {
	background-position: left bottom;
}




#details-addbackordertocart {
	float: right;
	height: 55px;
	width: 155px;
}
#details-addbackordertocart a {
	background-image: url(../../images/content/backorder.jpg);
	background-position: left top;
	display: block;
	height: 55px;
	width: 155px;
	text-indent: -9999px;
}
#details-addbackordertocart a:hover {
	background-position: left bottom;
}


#details-outofstock {
	float: right;
	height: 55px;
	width: 155px;
	background-image: url(../../images/content/shoppingcart/outofstock.jpg);
	background-position: left top;
	display: block;
	height: 55px;
	width: 155px;
	text-indent: -9999px;
}


#details-price strong {
	display: block;
	width: 130px;
	float: left;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin-top: 15px;
}
#christmascountdown a {
	background-image: url(../../images/content/homepage/callouts/daysuntilchristmas.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 105px;
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 145px;
	text-align: center;
	font-size: 40px;
	text-decoration: none;
	font-weight: bold;
	background-position: 0px -6px;
}
#nhlavailable a {
	height: 165px;
	display: block;
	background-image: url(../../images/content/homepage/callouts/nhlavailable.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#freeshipping a {
	height: 165px;
	display: block;
	background-image: url(../../images/content/homepage/callouts/free-shipping.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.christmas#home #container {
	background-image: url(../../images/content/homepage/mainimage_christmas.jpg);
}
#nhl a {
	display: block;
	text-indent: -9999px;
	background: url(/images/content/homepage/callouts/nhl.jpg) no-repeat 0px -6px;
	height: 157px;
}

#flash-commercial {
	width: 400px;
	height: 265px;
	margin-left: 198px;
	margin-right: 198px;
}

#flash-white {
	width: 732px;
	height: 90px;
	margin-left: 34px;
	margin-right: 34px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #F7F7F7;
}

#flash-ad {
	width: 728px;
	height: 90px;
	margin-left: 2px;
	margin-right: 2px;
}

.inline-details-logo {
	width: 290px;
	padding: 0px 20px 0px 0px;
	margin: -30px 0px 0px -30px;
	z-index: 10;
	position: absolute;
	text-align: left;
}

.shipdate {
	padding: 20px 80px 25px 0px;
	background: url(/images/content/shoppingcart/shipping-three.jpg) no-repeat 205px 0px;
	disply: block;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	}
