div.content_box {
    border: 1px solid #d9d9d9;
    border-top:0;
    background: #fcfcfc;
	padding: 30px 10px 10px 10px;
}

.tab_box {
	border: 1px solid #999999;/*EAEAEA*/
	background: #f7f7f7;
}

#tab_nav {
	margin: 0 0 15px 80px;
}

#tab_nav ul{
padding: 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#tab_nav li{
display: inline;
margin: 0;
}

#tab_nav li a{
text-decoration: none;
padding: 12px 90px 15px 20px;
border: 1px solid #999999;/*EAEAEA*/
border-bottom: none;
color: #666666;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
background: url("/images/tab_nav_on.gif") top left repeat-x;
}

#tab_nav li.selected{
position: relative;
top: 1px;
}

#tab_nav li.selected a{ /*selected main tab style */
background-image: url("/images/tab_nav_off.gif");
border-bottom-color: white;
color: #66cc00;
}

#tab_nav li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.sizestylebox {
	padding: 20px 40px 0 40px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.sizestylebox h3 {
	color: #0099CC;
	font-size: 15px;
	margin: 0; 
	padding: 0 0 8px 5px;
	border-bottom: 1px solid #EEEEEF;
}

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

.sizestylebox_right {
	width: 390px;
	padding: 0;
	float: right;
}

.buttonBox {
	margin: 45px 0 0 0;
}

.colorBox {
	margin: 23px 0 0 0;
}

