@charset "utf-8";
/* CSS Document */

/* Body Styles */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* DIV Structure */

#content-wrapper {
	position:relative;
	top:0px;
	width:100%;
	background-image: url(http://www.worldwidegolfshops.com/golf-accessories-outlet/images/gray-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#breadcrumbs {
	position:relative;
	top:0px;
	width:100%;
	height:23px;
	padding-top:8px;
	background-color: #ffca00;
	background-image: url(http://www.worldwidegolfshops.com/golf-accessories-outlet/images/breadcrumbs-top.gif);
	border-bottom:solid 1px #adadad;
	color:#FFFFFF;
	text-align:left;
}
#logobar {
	position:relative;
	width:811px;
	height:174px;
	margin:0 auto;
}
#product-listing {
	position:relative;
	width:770px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
}
#product-listing p{
	margin-top:0px;
}
#graybar {
	position:relative;
	width:100%;
	height:16px;
	color:#d9d9d9;
	background-color:#d9d9d9;
	border-bottom:solid 1px #adadad;
}
#bottom-yellow {
	position:relative;
	width:100%;
	height:28px;
	background-color: #ffca00;
	background-image:url(http://www.worldwidegolfshops.com/golf-accessories-outlet/images/breadcrumbs-bottom.gif);
	background-repeat:repeat-x;
	background-position:top;
}

/* Link Styles */

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
a {
	font-weight: bold;
}
#breadcrumbs a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

/* Text Styles */

.product-heading {
	font-size: 16px;
	font-weight: bold;
	background-color: #ffca00;
	width: 140px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:6px;
	padding-right:6px;
}
.our-price {
	font-size: 13px;
}

/* Product Floater Tiles */

.product-floater {
	width:115px;
	margin-left:12px;
	margin-bottom:10px;
	float:left;
	text-align:center;
}
.clear {
	clear:both;
}
