/*======================================
	general
======================================*/
h1 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
a {
	font-size: 1.2em;
	font-family: "MS PGothic", Osaka, sans-serif, Arai;
}.clearboth {
	clear:both;
	text-align: right;
}
.dot_line {
	background-image:url(http://www.fairwaygolfusa.com/includes/templates/Fairwaygolf/images/common/border_dot2.gif) ;
	background-repeat: repeat-x;
}
.text_rignt {
	text-align: right;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
#bread_crumbs {
	font-size: 0.8em;
}
.ladies {
	color: #F09;
}

/*======================================
	product listing
======================================*/
ul.products {
	clear: both;
	margin: 0px;
	padding: 0PX;
	width: 840px;
}
ul.products li {
	display: block;
	float:left;
	list-style-type: none;
	border:#999 1px solid;
	margin-right:5px;
	margin-bottom: 5px;
	padding: 10px 5px 40px 5px;
	position: relative;
}
.products li img {
	margin: 0px auto;
}
.products li p {
	margin: 2px;
	padding: 0px;
	text-align: right;
}
.products li .details_btn {
	position: absolute;
	right: 11px;
	bottom: 10px;
}
.products_name {
	font-weight: bold;
	text-align: right;
}
.price_msrp {
	font-weight: normal;
	text-decoration: line-through;
	color: #666;
	text-align: right;
}
.price_map {
	font-weight: bold;
	color: #C60000;
	text-align: center;
}

/*======================================
	text holizontal listing
======================================*/
ul.hlist li {
	float: left;
	margin: 0px 10px 5px 0px;
}
ul.hlist li.last {
	float: left;
	margin: 0px 0px 5px 0px;
}

/*======================================
	h2 title with bg
======================================*/
h2.img_title {
	background: url(http://www.fairwaygolfusa.com/includes/templates/Fairwaygolf/images/common/h2_bg.jpg) no-repeat left top;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom:20px;
	color: #E10A17;
	padding-left: 8px;
	padding: 8px 0 7px 8px;
	line-height: 1;
	width: 100%;
	height: 100%;
}
h2.img_title_100w {
	clear: both;
	background: url(http://www.fairwaygolfusa.com/includes/templates/Fairwaygolf/images/common/h2_bg.jpg) repeat-x left top;
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px 0 7px 8px;
	width: 100%;
	margin-top: 60px;
}
h3.img_title {
	border-left: #cc0000 solid 3px;
	font-weight: bold;
	font-size: 14px;
	text-indent: 5px;
	margin-bottom:20px;
	padding: 1px 0;
}

.text_small {
	font-size: .7em;
}

