/*----------------------------------------------------------------------------------*/
HTML, BODY {
	margin:		0px;
	padding:	0px;
	border:		none;
	
	background-color: #FFFFFF;
	/*background-color: #65a29f;*/
	
	width:	100%;
	height:	100%;
}
/*----------------------------------------------------------------------------------*/
.boundingBox {
	/*width: 750px;
	background-color: #65a29f;*/
	margin-left:auto;
	margin-right:auto;
}
.boundingBoxMain {
	width: 1000px;
	background-color: #6db1ae;
}
/*----------------------------------------------------------------------------------*/
div.copy {float:right;font-size:10px;margin-right:-150px;}
a.HomeLink {display:block;overflow:hidden;float:left; text-indent:-999px;width:300px;height:85px;margin-left:-70px;margin-top:-90px;}
/*----------------------------------------------------------------------------------*/
#content {
	width: 100%;
	background-color:	#FFFFFF;
	
	border-top:		0px;
	border-bottom:	0px;
	border-left:	0px;
	border-right:	0px;
}

#content .ListItemTD1 {
}
#content .ListItemTD2 {
	border-left:	2px solid #65a29f;
}
#content .ListItemTD3 {
	border-top:		2px solid #65a29f;
}
#content .ListItemTD4 {
	border-left:	2px solid #65a29f;
	border-top:		2px solid #65a29f;
}

#content A:link, #content A:visited, #content A:active {
	color: #72b8b4;
	text-decoration: none;
}
#content A:hover {
	color: #72b8b4;
}
/*----------------------------------------------------------------------------------*/
#content_nav {
	width:		100%;
	background-color: #538784;
}
/*----------------------------------------------------------------------------------*/
#detail {
	width:	100%;
	background-color:	#FFFFFF;
}
#detail A:link, #content A:visited, #content A:active {
	color: #72b8b4;
	text-decoration: none;
}
#detail A:hover {
	color: #72b8b4;
}
#detail td {
	text-align:		left;
	vertical-align:	top;
	
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		14px;
}

#detail_nav {
	width:		100%;
	background-color: #000000;
}


.detail_thumb {
	width:	75px;
	height:	75px;
	
	cursor:	pointer;
}

#sub_detail_nav {
	width: 100%;
}
/*
#sub_detail_nav td{
	 padding-top: 7px;
}

#sub_detail_nav A:link, #sub_detail_nav A:visited, #sub_detail_nav A:active {
	color: #7ecbc7;
	text-decoration: none;
	font-weight:	bold;
}
#sub_detail_nav A:hover {
	color: #FFFFFF;
	font-weight:	bold;
}*/

/*----------------------------------------------------------------------------------*/
#stdText, #newsText {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		13px;
	color:			#0b0a0a;
	
	padding-top:	60px;
	
	padding-left:	38px;
	padding-right:	38px;
}

#newsText {
    padding-top:	10px;
}

#OrderByPhone {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	color:		#f0f8f7;
}

.SizeChart {
	font-size: 10px;
}
