/* Basic pages */
#pagenav {
	height: 44px;
	background: url('../images/t2_rednav_bg.gif');
	width: 705px;
	color: white;
	font-size: 14px;
}

#pagenav a {
	color: white;
}
#pagenav a:hover {
	color: #ccc;
}

.pagenav_left { 
	float: left;
	height: 44px;
	width: 18px;
	background: url('../images/t2_rednav_left.gif');
}
.pagenav_right {
	float: right;
	height: 44px;
	width: 18px;
	background: url('../images/t2_rednav_right.gif');
}
.pagenav_links {
	float: left;
	position: relative;
	top: 13px;
}

.pagecontent {
	width: 700px;
	line-height: 1.2em;
	margin-top: 1em;
}
.pagecontent a { 
	color: #990000;
	text-decoration: underline;
}
.pagecontent a:visited {
	color: #4f0000;
}

.pagecontent img {
	margin: 10px;
}

.page_title {
	font-weight: bold;
	font-size: 26px;
	font-variant: small-caps;
}

.page_subtitle {
	font-size: 14px;
	padding: 0px 0px 15px 2px;
}

/* Web Store */
#store_r_col {
	width: 150px;
	float: right;
}
#store_r_col_top {
	background: url('../images/t2_store_top_nav.gif');
	height: 23px;
	color: white;
	font-size: 14px;
	padding: 10px 10px 0 5px;
	text-align: right;
}
.storenav { 
	background: #941600;
	color: white;
	border-left: 3px solid white;
	text-align: right;
	padding: 5px 0 5px 0;
}
.storenav li { 
	list-style: none;
	background: #660000;
	margin-bottom: 3px;
	padding: 3px 0 3px 0;
}
.storenav a {
	color: white;
	padding-right: 5px;
	font-size: 12px;
}

#storecontent { float: left; width: 580px; }
.product_thumb {
	width: 130px;
	height: 160px;
	text-align: center;
	float: left;
	margin: 0.2em;
	border: 1px solid #ccc;
}
.product_img {
	width: 110px;
	height: 115px;
}
.product_thumb_title {

}
.cart {
	border-left: 3px solid white;
	background: #333;
	color: white;
	background-image: url('../images/t2_store_bottom_nav.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}
.cart a { color: white; }
.cart_head {
	padding: 5px 10px 5px 5px;
	font-size: 14px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: right;
}
.cart_items {
}
.cart_items li {
	font-size: 12px;
	background: #534542;
	list-style: none;
	padding: 2px 5px 2px 5px;
	margin-top: 3px;
}
.cart_checkout {
	text-align: center;
	font-size: 16px;
	padding: 20px 0 10px 0;
}

.co_head { font-weight: bold; font-size: medium; }
.product_image { margin: 0.5em; }
.product_info {
	float: right;
	width: 270px;
	height: 300px;
}
.product_details {
	clear: both;
	margin: 1em;
}
#submitOrder {
	width: 160px;
	height: 60px;
	background: url('../images/placeorder_icon.png');
	border: none;
	margin-left: 150px;
}

/* Bucking Bulls */
.bull {
	width: 700px;
	height: 230px;
	background: url('../images/bullinfo_bg.jpg');
	margin-bottom: 25px;
}
.bull_left{float:left;width:10px;height:230px;background:url('../images/bullinfo_left.jpg');}
.bull_right{float:right;width:10px;height:230px;background:url('../images/bullinfo_right.jpg');} 
.bull img { border: 1px solid #333; margin: 0px; }
.bull_image {
	float: left;
	position: relative;
	top: 30px;
	left: 20px;
}
.bull_thumbs {
	display: inline;
	float: left;
	position: relative;
	top: 30px;
	left: 30px;
	width: 80px;
}
/* .bull_info { float: right; } */
.bull_info {
	float: right;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	top: 90px;
	right: 90px;
}