@charset "utf-8";
/* CSS Document */

#product_container {
	width: 100%;
	position: relative;
	padding-bottom: 4px;
	height: 515px;
	top: 2px;
}
#product_container #title {
	position: relative;
	font-family: Georgia;
	font-size: 15px;
	color: #FEF3CD;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #190700;
	font-weight: bold;
	background-color: #140700;
}
#product_container #image {
	position: relative;
	height: 406px;
	width: 406px;
	border: 1px solid #190700;
	top: 1px;
}

#product_container #thumbs {
	position: relative;
	height: 80px;
	width: 406px;
	background-color: #FEF3CD;
	border: 1px solid #190700;
}
#product_container #info {
	height: 485px;
	width: 220px;
	top: 31px;
	right: 1px;
	display: block;
	background-color: #FEF3CD;
	position: absolute;
	border: 1px solid #190700;
}
#info   #TabbedPanels1 {
	position: absolute;
	left: 0px;
	top: 2px;
	height: 485px;
}
#TabbedPanels1 #desc {
	position: absolute;
	left: 5px;
	top: 35px;
	width: 215px;
	height: 40px;
	font-family: Georgia;
	font-size: 12px;
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 2px;
	color: #422700;
}
#TabbedPanels1 #text {
	position: absolute;
	left: 5px;
	top: 83px;
	width: 208px;
	height: 275px;
	color: #422700;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: left;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 4px;
	padding-bottom: 2px;
}

#TabbedPanels1 #price {
	position: absolute;
	top: 365px;
	left: 5px;
	text-align: center;
	width: 85px;
	height: 25px;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #422700;
}
#TabbedPanels1  #addThis {
	position: absolute;
	left: 12px;
	top: 370px;
	width: 205px;
	height: 25px;
	text-align: right;
}
#TabbedPanels1 #qty {
	position: absolute;
	left: 5px;
	top: 410px;
	width: 106px;
	height: 25px;
}
#TabbedPanels1 #size {
	position: absolute;
	left: 114px;
	top: 410px;
	width: 106px;
	height: 25px;
}
#TabbedPanels1 #cart {
	position: absolute;
	left: 4px;
	top: 450px;
	width: 215px;
	height: 30px;
}
#TabbedPanels1 #hide {
	position: absolute;
	left: 5px;
	top: 350px;
	width: 214px;
	height: 25px;
	text-align: right;
	background-color: #00CC99;
	display: none;
}

#cart #atb {
	position: absolute;
}
#cart #cs {
	position: absolute;
}

