
#main {
	padding: 0;
	float: right;
}

#main .text {
	padding: 30px 0px 25px 0px;
}

/* listproducts */

.product {
	width: 265px;
	padding: 0 4px;
	border-right: 1px #d6d6d6 solid;
	border-bottom: 1px #d6d6d6 solid;
	height: 220px;
	margin: 0 0 22px 22px;
	float: left;
	overflow: hidden;
}

.product .pic {
	width: 90px;
	height: 120px;
	float: left;
	overflow: hidden;
	text-align: center;
}

.product .info {
	width: 150px;
	padding-left: 15px;
	float: left;
	overflow: hidden;
}
.product .productTitle {
	margin: 0px 0 10px 0;
}
.product .productTitle a {
	color: #f60;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}

.product .info h1 a:hover {
	text-decoration: underline;
}

.product .productDesc {
	height: 75px;
	overflow: hidden;
}

.priceLeft {
	background: url(bg/priceTagLeft.jpg) no-repeat left top;
	display: inline-block;
	height: 42px;
}
.priceRight {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	padding: 0 10px;
	height: 42px;
	line-height: 42px;
	background: url(bg/priceTagRight.jpg) no-repeat right top;
}

.product .productform {
	padding: 0px 0px 0px 0px;
}

.orderamount {
	width: 40px;
	padding: 4px 0;
	font: normal 16px Arial, sans-serif;
	margin-left: 6px;
	border: 1px #d6d6d6 solid;
}
.orderControls {
	clear: both;
	padding-top: 10px;
}
.orderControlsText {
	color: #818181;
	font: normal 16px/29px arial, sans-serif;
}
.addToShopCart {
	border: 0px;
	background: url(bg/addToShopCart.jpg) no-repeat left center;
	height: 28px;
	line-height: 28px;
	padding: 0px 0px 0px 0px;
	font: 12px Arial, Tahoma, sans-serif;
	color: #000;
	cursor: pointer;
	text-align: center;
	margin: 0px 0px 0px 5px;
	width: 127px;
}

.addToShopCart:hover {
	color: #000;
}

/* productpage */

#productContent {
	
}

#productContent .productInfo h1 {
	color: #ff5900;
	text-decoration: none;
}

#productContent #productText {
	
}

#productContent #shopInfo {
	padding: 30px 10px 10px 10px;
}

#backToProducts {
	padding: 0 0 15px 20px;
}

#groupTabContainer {
	padding-top: 10px;
	height: 200px;
	overflow: visible;
	position: relative;
}
HTML>BODY #groupTabContainer {
	height: auto;
	min-height: 200px;
	overflow: hidden;
}
#group_1, #group_2, #group_3 {
	padding: 50px 0px 0 0px;
	height: 200px;
	overflow: visible;
}
HTML>BODY #group_1, HTML>BODY #group_2, HTML>BODY #group_3 {
	height: auto;
	min-height: 200px;
	overflow: hidden;
}

#group_1 {
	background: url(bg/group1Tab.jpg) no-repeat left top;
}
#group_2 {
	background: url(bg/group2Tab.jpg) no-repeat left top;
}
#group_3 {
	background: url(bg/group3Tab.jpg) no-repeat left top;
}
#groupBtn_2, #groupBtn_3, #groupBtn_4 {
	position: absolute;
	top: 18px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding: 6px 0px;
	text-align: center;
}
#groupBtn_2 {
	left: 20px;
	width: 136px;
}
#groupBtn_3 {
	left: 150px;
	width: 150px;
}
#groupBtn_4 {
	left: 292px;
	width: 172px;
}

