@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
h4{ margin:0;}

.row{ margin:0 0 0 0;}
.navbar{ 
	-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);
	box-shadow:inset 0 3px 9px rgba(0,0,0,.075);
	background-image:-webkit-linear-gradient(top,#0F9 0,#0c0 100%);
	background-image:-o-linear-gradient(top,#0F9 0,#0c0 50%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#0F9),to(#0c0));
	background-image:linear-gradient(to bottom,#b5c8a0 0%,#799971 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0F9', endColorstr='#060', GradientType=0);
	background-repeat:repeat-x;
	}
nav.navbar{ height:30px; min-height:30px;}
div.index_navLine{ height:30px;}
div#index_nav{ font-size:0.9em;}
div#index_nav li a{ color:rgb(255,255,255); padding:5 15 5 15; padding-top:5px; padding-bottom:5px;}
.navbar-nav>.active>a{
	color:rgb(0,0,0);
	background-image:-webkit-linear-gradient(top,#060 0,#0C0 100%);
	background-image:-o-linear-gradient(top,#060 0,#0C0 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#060),to(#0C0));
	background-image:linear-gradient(to bottom,#799971 0,#b5c8a0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#060', endColorstr='#0C0', GradientType=0);
	background-repeat:repeat-x;
	-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);
	box-shadow:inset 0 3px 9px rgba(0,0,0,.075);
	 padding:5 15 5 15; padding-top:5px; padding-bottom:5px;
	}
/*index*/
/*body{ background-color:rgb(213,225,212);}
*/
body{ background:url(/images/backgroundPic.jpg); background-size:cover;}

img.index_logo{ width:150px;}
.index_logoLine{margin:15px 0 5px 0; text-align:center;}
.index_logoLine img { width:80%;}
.index_logoLine span{
	font-size: 4em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left:10px;
	font-style:italic;
	font-weight:300;
	color:rgb(0,102,51);
	
}
div.container1 { }

div.navbar{ margin-bottom:0;}
div.index_context{ margin-top:2px; padding:5px 5px 5px 5px;background:url(../images/bgcs1_body_bg_1024.png) repeat-y;/* background:transparent\9; background:rgba(255,255,255,0.7);*/}

div.index_context_news{ margin-top:2px;padding:0;}
div.index_news_title{ height:40px;}
.index_news_content_image{padding:0;}
img.index_news_content_image_img{ width:30%; float:left; margin:0 15px 5px 5px;}
.index_news_content_text1 { font-size:15px; color:rgb(51,102,0);}
.index_news_content_text1 a{ color:black;}
.index_news_content_text2 { font-size:12px; color:rgb(102,102,102)}

.index_promo_image img{ width:100%;}
.index_footer{ margin-top:0px; border-top:thin solid rgb(0,102,0); padding:5px 0 5px 0; background:url(../images/bgcs1_footer_1024.png);}
.banner ul li{ height:512px;}
.banner {
	margin-top:1px;
	position: relative;
	width: 100%;
	overflow: auto;

	font-size: 18px;
	line-height: 24px;
	text-align: center;

	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);

	background: #5b4d3d;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.banner ul {
		list-style: none;
		width: 300%;
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		min-height: 350px;

		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;

		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}

	.banner .inner {
		padding: 80px 0 10px;
	}

	.banner h1, .banner h2 {
		font-size: 40px;
		line-height: 52px;

		color: #fff;
	}

	.banner .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 7px;
		clear: both;

		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;

		border: 2px solid rgba(255,255,255,.4);
		border-radius: 5px;
	}
		.banner .btn:hover {
			background: rgba(255,255,255,.05);
		}
		.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}

	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}

	.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;

			text-indent: -999em;

			border: 2px solid #fff;
			border-radius: 6px;

			cursor: pointer;
			opacity: .4;

			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}

	.banner .arrows {
		position: absolute;
		bottom: 20px;
		right: 20px;
		color: #fff;
	}
		.banner .arrow {
			display: inline;
			padding-left: 10px;
			cursor: pointer;
		}
/*bigclass*/
.bigclass_titleImage{ width:100%;}
.bigclass_titleImage img { width:100%;}
.bigclass_containt { margin-top:0px; background:url(../images/bgcs1_body_bg_1024.png) repeat-y; padding:10px 10px 10px 10px; font-family:"Kaiti";}
.bigclass_containt .list-group .list-group-item{
	font-size: 12px;
	color: rgb(255,255,255);
	font-family: "Kaiti TC Bold";
}
.bigclass_containt .list-group .activePage{color: rgb(0,153,0);}
.bigclass_right{ border:medium rgb(216,238,204) solid; border-radius:5px; background:transparent\9; background:rgba(255,255,255,0.7); padding:10px 50px 10px 30px;}
.bigclass_right a{ color:black;}
.bigclass_right li{border-bottom:thin dashed #999; padding:5px 0 0px 15px; margin:5px 0 0 10px; font-size:1em;}
.bigclass_article_time{ font-size:0.8em; font-style:italic; color:rgb(204,204,204); margin-left:10px;}
.bigclass_footer{ border-top:thin solid rgb(0,102,0); padding:5px 0 5px 0; background:url(../images/bgcs1_footer.png);	}

.bigclass_containt .list-group .list-group-item{-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);
	box-shadow:inset 0 3px 9px rgba(0,0,0,.075);
	background-image:-webkit-linear-gradient(top,#0F9 0,#0c0 100%);
	background-image:-o-linear-gradient(top,#0F9 0,#0c0 50%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#0F9),to(#0c0));
	background-image:linear-gradient(to bottom,#b5c8a0 0%,#799971 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0F9', endColorstr='#060', GradientType=0);
	background-repeat:repeat-x;
	height:30px;
	padding-top:5px;
	padding-bottom:5px;}
/*article*/
.article_left{ border:medium rgb(216,238,204) solid; border-radius:5px; background:transparent\9; background:rgba(255,255,255,0.7); padding:10px 50px 10px 30px;}
.article_left li{border-bottom:thin dashed #999; padding:5px 0 0px 15px; margin:5px 0 0 10px; font-size:1em;}

<!--golfshop-->
.product_image_container{ width:80%; margin:20px 0 20px 0;}
.product_image img{ /*width:100%; height:80px;*/ width:260px; height:195px; padding:5px 5px 5px 5px;}

.product_image_thumbnail{ width:200px; height:150px; margin-bottom:5px;}/*单个商品列表图*/

/*shoppingcart*/
.cart_list_item_image{ width:150px; margin-top:30px;}
.cart_list_item{ border:#390 thin solid; border-radius:5px; height:150px; width:45%; margin-right:10px; font-size:1em;}
.cart_total{ padding:5px 10px 5px 10px; }
div.cart_list_item_remove{ margin-top:10px;}

.paginate_link{ margin-top:20px;}

/*photoGallery*/
.photoGalleryBigframe{ border:#C7C5C5 thin solid; border-radius:5px; padding:5px 10px 10px 10px;}