
.tabbed_box {
	margin: -1px auto 0px auto;
	min-height: 386px;
	border: 1px solid #C287FC;
	overflow: auto;
}
.tab_widget table.tabs {
	margin: 1em -2px 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
	position: relative;
}
.tab_widget .tabs td {
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}
.tab_widget .tabs a:link, .tab_widget .tabs a:visited {
	background-color: #9665AB;
	background-repeat: repeat-x;
	background-image: url(tab.png);
	background-position: left middle;
	color: white;
	padding: 8px 5px;
	margin: 0 2px;
	text-decoration: none;
	border: 1px solid #C287FC;
	display: block;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	font-size: 11px;
}
.tab_widget .tabs a:hover {
	background-color: white;
	background-image: none;
	color: #814B99;
}
.tab_widget .tabs a:link.active, .tab_widget .tabs a:visited.active {
	background-color: white;
	background-image: none;
	color: #814B99;
	border-bottom:1px solid white;
}
.tabcontent {
	padding: 10px;
	font-size: 10pt;
	font-family: Verdana,sans-serif;
}

#Description h1 {
	color: #9370B2;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 3px;
}

#Description h2 {
	font-weight: normal;
	font-size: 9pt;
	margin: 0;
	color: black;
}

#Description p, #Description ul, #Description ol, #Description .product_desc {
	font-size: 8pt;
	line-height: 12pt;
	color: #425E9A;
	font-weight: normal;
}
#Description .product_desc {
	margin: 1em 0;
}

#Description, #Description b, #Description .product_desc b {
	color: #9370B2;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana,sans-serif;
}

#Description a.vidlink {
	display: block;
	display: inline-block;
	height: 25px;
	padding: 3px 4px 6px;
	margin: 6px 0;
	text-transform: uppercase;
	color: white;
	background-color: #814B99;
	background-repeat: repeat-x;
	background-attachment: top left;
	background-image: url(../images/vidbutton.png);
	font-family: Arial,Helvetica,sans-serif;
	clear: right;
}

#Description a.vidlink img {
	vertical-align: bottom;
}

#Description .lineartholder {
	position: relative;
	overflow: visible;
	width: 240px;
	height: 288px;
	float: right;
	clear: right;
}

#Description #lineartinfo {
	position: absolute;
	padding-top: 9px;
	padding-right: 9px;
	width: 200px;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
}

#Description #lineartinfo div {
	border: 1px solid black;
	padding: 6px;
	background: white;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#Description #lineartinfo #captionpointer {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(info.png);
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
	background-color: transparent;
}

#Description #lineartinfo b, #Description #lineartinfo p {
	color: black;
}

#Color_Choices p, #Detailed_Images p {
	color: #9370B2;
	margin: 3px 0;
}

#Color_Choices img, #Detailed_Images img {
	border: 1px solid #9370B2;
}

#Product_Benefits table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #C287FC;
	border-bottom: none;
}

#Product_Benefits td, #Product_Benefits th {
	border-bottom: 1px solid #C287FC;
	padding: 2px 5px;
	background: #F2E6FB;
	font-weight: bold;
	color: #9370B2;
	font-size: 8pt;
}

#Product_Benefits th {
	font-weight: normal;
	text-align: left;
}

#Product_Benefits img {
	float:right;
}

#Product_Benefits tr.alternate td {
	background: white;
}

#Size_Chart h3 {
	text-align: center;
	color: #9370B2;
}

#Size_Chart table.sizetable {
	width: 100%;
	background: white;
	border: 1px solid #C287FC;
	border-bottom: none;
	font-weight: bold;
	font-size: 10pt;
}

#Size_Chart table.sizetable td, #Size_Chart table.sizetable th, #Size_Chart table.sizetable tr {
	border-bottom: 1px solid #C287FC;
	text-align: left;
}

#Size_Chart table.sizetable td {
	background: white;
	color: #9370B2;
}

#Size_Chart table.sizetable th {
	color: white;
	background: #8EAAE3;
}

#Size_Chart table.sizetable thead td {
	text-align: center;
	color: white;
	background: #C193DE;
	padding: 1ex;
}

#Size_Chart tfoot td {
	font-weight: normal;
	padding-bottom: 2ex;
}

#Size_Chart tr.alternate td {
	background: #F2E6FB;
}

