@charset "UTF-8";
/* CSS Document */
/*/////////////////////////////////// LOGIN BOTTOM NAVNAV ///////////////////////////////////*/
.twoColEls #bottom_Nav {
	background:url(../images/nav_btm_sub2.png) no-repeat top left;
	width:752px;
	height: 35px;
}

/*/////////////////////////////////// PAGE PROPERTIES ///////////////////////////////////*/
.twoColEls #sidebarL {
	float: left;
	width: 112px; /* since this element is floated, a width must be given */
	padding: 0px 10px 20px 10px; /* top and bottom padding create visual space within this div */
	text-align: left;/* this overrides the text-align: center on the container_wrapper element. */
	text-indent:0;
}
.twoColEls #sidebarR {
	float: left;
	width: 575px; /* since this element is floated, a width must be given */
/*	background: #EBEBEB; -- the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 20px 10px; /* top and bottom padding create visual space within this div */
	text-align: left;/* this overrides the text-align: center on the container_wrapper element. */
}

/*/////////////////////////////////// FLASH CONTENT ///////////////////////////////////*/
.twoColEls #flash_hero {
	padding:30px 0px 0px 0px;
	height:268px;
	width:752px;
	z-index:0;
}

/*/////////////////////////////////// product content ///////////////////////////////////*/
#product {
	width:575px;
	height:auto;
	padding:10px 0px 0px 0px;
}

.product_top {
	background:url(../images/prod_dtl_top.png) bottom no-repeat;
	width:575px;
	height:10px;
	float:left;
	border:none;
	margin:0px;
	padding:0px;
	
}

.product_content_wrapper {
	background:url(../images/prod_dtl_mid.png) top repeat-y;
	width:575px;
	float:left;
}
.product_img {
	padding:10px;
	float:left;
}

.product_detail {
	width:400px;
	padding: 0px 10px 0px 10px;
	float:left;
}

.product_btm {
	background-image:url(../images/prod_dtl_btm.png);
	background-repeat:no-repeat;
	width:575px;
	height:43px;
	float:left;
	padding:0px 0px 10px 0px;
}

.product_more {
	background-image:url(/images/img_more.jpg);
	width:43px;
	height:43px;
	float:right;
}

/*/////////////////////////////////// figure content ///////////////////////////////////*/
#figure {
	width:575px;
	height:auto;
	padding:10px 0px 0px 0px;
}

.figure_top {
	background:url(../images/prod_dtl_top.png) bottom no-repeat;
	width:575px;
	height:10px;
	float:left;
	border:none;
	margin:0px;
	padding:0px;
	
}

.figure_content_wrapper {
	width:575px;
	background-image:url(../images/prod_dtl_mid.png);
	background-repeat:repeat-y;
/*	background-color:#FFFFFF;*/
	float:left;
}
.figure_img {
	padding:10px;
	float:none;
	border:none;
	width:555px;
	text-align:center;
}

.figure_detail {
	width:555px;
	padding: 0px 10px 0px 10px;
	float:left;
}

.figure_btm {
	background-image:url(../images/prod_dtl_btm.png);
	background-repeat:no-repeat;
	width:575px;
	height:43px;
	float:left;
	padding:0px 0px 10px 0px;
}

.product_more {
	background-image:url(/images/img_more.jpg);
	width:43px;
	height:43px;
	float:right;
}