/* colors 

dark blue: #004890;
dark teal: #71bec6;
red: #f03218;

*/

html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background: #004890;
}

body {
	text-align: center;
	font-size: 62.5%;
	}

#content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	
}

#header {
	position: relative;
	width: 960px;
	height: 140px;
	background: #004890 url(http://totalvein.com/media/images/header-960.jpg) no-repeat;
}

#header .access {
	position: absolute;
	bottom: 10px;
	right: 100px;
	font-size: 1.2em;
	text-align: left;
/* TJS MODIFIED ON 083008 */
    color: #fff;
/* TJS 083008 END OF MODIFIED */
}

#header .access a {
	color: #f03218;
	text-decoration: none;
/* TJS MODIFIED ON 083008 */
    font-weight: bold;
/* TJS 083008 END OF MODIFIED */
}

#header .access a:hover,
#header .access a:active {
	text-decoration: underline;
}

/* TJS MODIFIED 083008 */
#header .access span#order {
    font-weight: bold;
}

#header .access span#order a#items {
    text-decoration: underline;
}
/* TJS 083008 END OF MODIFIED */

#nav {
	position: relative;
	width: 960px;
	height: 25px;
	background: #004890;
}

#main {
	width: 960px;
	text-align: left;
	border-top: 1px solid #bbdee4;
	background: #fff url(http://totalvein.com/media/images/bg-main-tall-960.jpg) no-repeat;
}

#mainSidebar {
	display: inline;
	float: left;
	width: 200px;
}

#mainSidebar p { /* AKB 080901 */
	margin-top: 10px;
	text-align: center;
	font-size: 1.2em;
}

#mainSidebar p a { /* AKB 080901 */
	display: block;
	padding: 5px 0;
	color: #fff;
	text-decoration: none;
}

#mainSidebar p a:hover,
#mainSidebar p a:active { /* AKB 080901 */
	color: #000;
	text-decoration: none;
	background: #71bec6; 
}

#mainSidebar p.subnav {
/*	margin-top: 20px; */
	margin-top: 10px;
	text-align: center;
	font-size: 1.2em;
}

#mainSidebar p.subnav a {
	display: block;
	padding: 5px 0;
	color: #fff;
	text-decoration: none;
}

#mainSidebar p.subnav a:hover,
#mainSidebar p.subnav a:active {
	color: #000;
	text-decoration: none;
	background: #71bec6; 
}

#mainSidebar .subnavSmall {
	font-size: .9em;
}

#mainContent {
	display: inline;
	float: left;
	width: 760px;
}

#mainContent a {
	color: #000;
}

#mainContent p.sectionSubTitle {
	width: 490px;
	margin-top: 10px;
	margin-left: 18px;
	font-size: 1.2em/1.7;
	color: #004890;
}

#mainContent p { /* AKB 080901 */
/*	width: 540px; */ /* AKB 00902 */
/*	margin-top: 25px; */
	margin-left: 18px;
	padding-top: 25px; /* AKB 080901 */
	color: #000;
	font-size: 1.3em;
	line-height: 1.5em;
}

.mainContent p.sectionTitle,
.mainContent th.sectionTitle,
.mainContent p.sectionTitle,
#mainContent p.sectionTitle,
#mainContent th.sectionTitle,
#mainContent p.sectionTitle {
	width: 730px;
/*	margin-top: 25px; */ /* AKB 080901 */
	margin-left: 18px;
	padding-top: 25px; /* AKB 080901 */
	font-size: 1.8em;
	color: #004890;
	font-weight: normal; /* AKB 080901 */
	text-align: left; /* AKB 080901 */
}

#mainContent p.section {
	width: 540px;
/*	margin-top: 25px; */ /* AKB 080901 */
	margin-left: 18px;
	padding-top: 25px; /* AKB 080901 */
	color: #000;
	font-size: 1.3em;
	line-height: 1.5em;
	
}

#mainContent ul.section {
	width: 400px;
	margin-top: 10px;
	margin-left: 18px;
	color: #000;
	font-size: 1.3em;
	line-height: 1.5em;
}

#mainContent ul.section li {
	margin-top: 10px;
	margin-left: 16px;
	list-style: disc;
	
}

#mainContent ul.section2 {
	width: 540px;
	margin-top: 10px;
	margin-left: 18px;
	color: #000;
	font-size: 1.3em;
	line-height: 1.5em;
}

#mainContent ul.section2 li {
	margin-top: 2px;
	margin-left: 16px;
	list-style: disc;
	
}

.marginBottom {
	margin-bottom: 25px;
}

#univ-pack-msg {
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 25px;
	width: 700px;
}

.mainContent p.callout,
#mainContent p.callout {
/*	margin-top: 25px; */ /* AKB 080901 */
	margin-left: 18px;
	margin-right: 18px;
	padding-top: 25px; /* AKB 080901 */
	font-size: 1.2em;
}

.mainContent p.productCategory,
#mainContent p.productCategory {
	display: block;
	padding: 8px 0;
	background: #004890;
	text-align: center;
	font-style: italic;
	font-size: 1.6em;
	color: #fff;
	margin-left: 0; /* AKB 080901 */
	width: 100%; /* AKB 080901 */
}

#mainContent a {
	color: #000;
/*	text-decoration: none; */
/*	font-weight: bold; */
}

#mainContent a:hover, 
#mainContent a:active {
	text-decoration: underline;
}

#mainContent .inset {
	display: inline;
	float: left;
	margin-top: 15px;
	margin-left: 18px;
}

#mainContent .inset p {
	margin: 0; /* AKB 00902 */
	padding: 0; /* AKB 00902 */
	font-size: 1.1em;
}

#mainContent .inset p.thin {
	margin-bottom: 3px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

#mainContent .inset p.caption,
#mainContent .inset span.caption {
	margin: 0; /* AKB 08092 */
	margin-top: 5px;
	padding: 0; /* AKB 08092 */
	font-size: .9em;
	text-align: center;
}

#mainContent .productListing {
	padding: 5px 0;
	font-weight: bold;
}

.productLtextonly {
	display: inline;
	float: left;
	margin-left: 49px;
}

#mainContent .productLtextonly p,
.productLtextonly p {
	display: inline;
	margin: 0; /* AKB 080901 */
	padding: 0; /* AKB 080901 */
	font-size: 1.2em;
}

.productLicon {
	display: inline;
	float: left;
	width: 26px;
	margin-left: 18px;
}

#mainContent .productLicon p,
.productLicon p {
	display: inline;
	margin: 0; /* AKB 080901 */
	padding: 0; /* AKB 080901 */
	font-size: 1.2em;
}

.productLsku {
	display: inline;
	float: left;
/*	width: 49px; */
/*	width: 459px; */
	width: 699px;
	margin-left: 5px;
}

#mainContent .productLsku p,
.productLsku p {
	display: inline;
	margin: 0; /* AKB 080901 */
	padding: 0; /* AKB 080901 */
	font-size: 1.2em;
}

.productLskuInset {
	float: left;
/*	width: 80px; */
	width: 100px;
	margin-left: 5px;
}

#mainContent .productLskuInset p,
.productLskuInset p {
	display: inline;
	margin: 0; /* AKB 080901 */
	padding: 0; /* AKB 080901 */
	font-size: 1.2em;
}

.productLdescrip {
	display: inline;
/*	float: left; */
/*	width: 410px; */
	margin-left: 3px;
}

#mainContent .productLdescrip p,
.productLdescrip p {
	display: inline;
	margin: 0; /* AKB 080901 */
	padding: 0; /* AKB 080901 */
/*	padding-right: 5px; */
	font-size: 1.2em;
	font-weight: normal;
}

.productLdescripInset {
	float: left;
	width: 257px;
	margin-left: 5px;
}

#mainContent .productLdescripInset p,
.productLdescripInset p {
	margin: 0; /* AKB 080901 */
	padding: 0; /* AKB 080901 */
	font-size: 1.2em;
	font-weight: normal;
}

.productLdescripLong {
	margin-top: 10px;
	margin-left: 49px;
	margin-right: 10px;
	font-weight: normal;
	font-size: 1.2em;
}

#mainContent .productLdescripLong p,
.productLdescripLong p {
	margin: 0; /* AKB 080901 */
	padding: 0; /* AKB 080901 */
	font-size: 1em; /* AKB 080901 */
}

.productLhoseSize {
	float: left;
	width: 55px;
	margin-left: 5px;
}

.productLhoseDescrip {
	float: left;
	width: 130px;
	margin-left: 5px;
}

.productLhoseComp {
	float: left;
	width: 90px;
	margin-left: 5px;
}

.productLhoseColor {
	float: left;
	width: 80px;
	margin-left: 5px;
}

#mainContent .productLhoseSize p,
#mainContent .productLhoseDescrip p, 
#mainContent .productLhoseComp p, 
#mainContent .productLhoseColor p /* AKB 081217 */
{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#mainContent .hose p,
.hose p
{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
}

.hose p.hosehead {
	font-size:1.2em;
	font-weight:bold;
}

.noPhoto {
/*	width: 370px; */
	width: 550px;
}

.noPhotoShort {
	width: 300px;
}

.productLdescripInset .name {
/*	font-size: 1.2em; */
/*	font-size: 1.1em; */
	font-size: 1.2em; /* AKB 080901 */
	line-height: 1.5em; /* AKB 081017 */
}

#mainContent .productLdescripInset p .name {
	font-size: 1em; /* AKB 080901 */
}

#mainContent .productLdescripInset .name p {
	font-size: 1em; /* AKB 080901 */
}

.productLinset {
	float: left;
	margin-left: 15px;
}

#mainContent .productLinset p,
.productLinset p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.2em;
}

.alternate {
	background: #a1bbd2;
}

.blue {
	color: #004890;
}

#footer {
	position: relative;
	height: 99px;
	margin-top: 20px;
	background: url(http://totalvein.com/media/images/footer-960.png) no-repeat;
}

#footerBase {
	position: absolute;
	bottom: 3px;
}

#footer .third {
	display: inline;
	float: left;
	width: 320px;
	text-align: center;
	color: #fff;
}

#footer .thirdLast {
	width: 230px;
	margin-right: 90px;
}

#footer .third p {
	font-size: 1.2em;
}

#footer .third a {
	color: #f03218;
	text-decoration: none;
}

#footer .third a:hover,
#footer .third a:active {
	text-decoration: underline;
}

#footer .copyright p {
	margin-top: 4px;
	color: #fff;
	text-align: center;
	font-size: 1em;
}

.clearIt {
	clear: both;
}

.row1 { 
/*	background:#bbced3; */ /* AKB 080901 */
	background: #a1bbd2;
}

.row2 { 
/*	background:#cedae0; */ /* AKB 080901 */
	background: #c4e3e6;
}

/* form for products */
/* AKB 080901 */
form.product {
	margin-left: 18px;
	padding-top: 25px; /* AKB 080901 */
	color: #000;
	font-size: 1.3em;
	line-height: 1.5em;
}

form.product a.addToCart { margin-left: 21px; }

.mainContent p.productHosiery {
	display: block;
	padding: 4px 0;
	background: transparent;
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 45px;
	color: #004890;
	margin-left: 0; /* AKB 080901 */
	width: 100%; /* AKB 080901 */
}

#terms { margin-right:15px; }

p.productCategory span.subheading {
	font-weight: normal;
	font-size: smaller;
	line-height: 1.5;
}

table.bonus-dollars, table.bonus-dollars tbody, table.bonus-dollars tr { width: 540px; margin: 5px 0; }
table.bonus-dollars tbody, table.bonus-dollars tr, table.bonus-dollars td { vertical-align: middle; }
td.rightme { text-align: center; font:normal 1.2em/2.0 inherit; }

#mainContent p.centerme { text-align: center; }
#mainContent p a.bigblue { font: bold 1.5em/2.0 inherit; color: #004890; font-variant: small-caps; text-decoration: none; }
#mainContent div.extra-wrapper { 
	/* margin-left: 15px; margin-right: 15px; */
	/* padding: 0 15px; */
	width: 700px;
}

html > body #mainContent div.extra-wrapper { 
	padding: 0 15px;
	width: 730px;
}

div#terms { padding-top: 15px; }
/* #mainContent p.terms { padding-top: 10px; font:bold 1.2em/1.5 inherit; text-decoration: underline; } */
#mainContent p.terms { padding-top: 10px; font:bold 1.2em/1.5em; text-decoration: underline; }
/* #mainContent p.terms-body { padding-top: 0px; padding-bottom:5px; font:normal 1.1em/1.7; text-align:justify; } */
#mainContent p.terms-body { padding-top: 0px; padding-bottom:5px; font:normal 1.1em/1.7em; text-align:justify; }
/* #mainContent p.terms-disclaimer { font:bold 1.4em/2.0 inherit; } */
#mainContent p.terms-disclaimer { font:bold 1.4em/2.0em; }
div.order table tbody tr td, div.order-list table tbody tr td { padding:10px; border-left: 1px dotted #b0b0b0; }
div.order table tfoot tr th, div.order table thead tr th, div.order-list table thead tr th { padding:6px 2px 3px; }
h3 a { padding:10px; margin:2px; font-size:1.4em; }
h2.submit-order { font-size: 1.6em; margin-bottom:10px; }
span.indent { margin-left: 15px; }
