/*
 * *******************************************************************************
 * Layout
 * *******************************************************************************
 */

body {
	font-family: Arial;
	font-size:12px;
}

#container, #footer, #product {
	margin:0px auto;
	width:778px;
}
	#container_r {
		padding:0px 6px;
		width:766px;
	}

	#header {
		display:none;
	}

	#content {
		margin:3px 0px 0px 7px;
		float:left;
		width:751px;
	}

	#content_inner {
		padding:6px 8px;
		height:400px;
	}

	html>body #content_inner {
		height:auto;
		min-height:400px;
	}

		html>body #content_cbr {
			height:auto;
			min-height:400px;
		}

#footer {
	text-align:center;
}
	#footer #details {
		border-top:1px solid #000000;
		width:778px;
		height:33px;
		padding-top:20px;
		margin-bottom:21px;
	}

#breadcrumbs {
	display:none;
}

/*
 * *******************************************************************************
 * Navigation
 * *******************************************************************************
 */
#lmenu {
	display:none;
}

/*
 * *******************************************************************************
 * Homepage
 * *******************************************************************************
 */

#batter {
	width:254px;
	height:194px;
	float:left;
	margin:20px 0px 0px 15px;
	background:url(/stores/hopkinssporting/images/batter.jpg) top left no-repeat;
}

#batter_details {
	float:left;
	width:255px;
	margin:17px 0px 0px 0px;
}

#product_links {
	width:264px;
	float:left;
	margin:20px 0px 0px 5px;
}

	#product_links div {
		margin:3px 5px 23px 0px;
		padding:5px 0px 0px 0px;
		border-top:1px solid #000000;
	}
	#product_links div div {
		margin:0px;
		padding-top:0px;
		border-top:0px;
	}

#quicklinks {
	float:left;
	width:265px;
	margin:17px 0px 0px 0px;
}

	#quicklinks img {
		margin-bottom:7px;
	}

/*
 * *******************************************************************************
 * Product Details
 * *******************************************************************************
 */
#product #details {
	float:left;
	width:460px;
	padding-right:4px;
}

#product #images {
	float:left;
	width:252px;
	text-align:center;
}

#product small, #category small, #list small {
	font-size:11px;
}

#product .big {
	margin-bottom:2px;
	border:1px solid #000000;
}

.price, .product_price {
	font-weight:bold;
}

/*
 * *******************************************************************************
 * Categories
 * *******************************************************************************
 */

#category #image {
	float:left;
	width:225px;
	padding-right:10px;
}

#category #details {
	float:left;
	width:481px;
}

#list h2 {
	border-bottom:1px solid #000000;
}

#list .thumbnail {
	float:left;
	text-align:center;
	margin:14px 0px 0px 3px;
}

#list .thumbnail img {
	border:1px solid #000000;
}

#sortby {
	margin-top:-5px;
	text-align:right;
	float:right;
}

#sortby select {
	font-size:11px;
	padding:0px;
}

/*
 * *******************************************************************************
 * EGS Stylizing
 * *******************************************************************************
 */
.formHeader, .cartHeader {
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding-top:5px;
}
.formHeader td, .cartHeader td {
	border-bottom:1px solid #cccccc;
}

.evenRow {
	background:#eeeeee;
}
.oddRow {
	background:#fafafa;
}
.oddRow td, .evenRow td {
	padding:5px 2px;
}
.productimg {
	margin:4px;
	border:1px solid #cccccc;
}
.productTitle {
	font-weight:bold;
}
.product_price_msrp {
	text-decoration:line-through;
}
.heading1 {
	border-bottom:1px solid #cccccc;
	font-weight:bold;
}
.button, .buttonOver {
	background:url(/stores/hopkinssporting/images/button_bg.gif) top left repeat;
	border:1px solid #7189ac;
	color:#fff98b;
	font-family:Impact,Arial;
	font-size:11px;
	padding:1px 3px;
}

.button:hover, .buttonOver {
	background:url(/stores/hopkinssporting/images/button_over.gif) top left repeat;
	border:1px solid #444444;
	color:#ffff33;
}

.fieldLabel {
	text-align:right;
	padding-right:10px;
}
.fieldValue {
}

.sessionMessage {
	border: 1px solid #000000;
	font-size: 11px;
	padding: 7px 0px 7px 3px;
}

input, select {
	/*--------------------------------------------------
	* border:1px solid #7189ac;
	*--------------------------------------------------*/
	margin:3px 0px;
}

