@charset "ISO-8859-1";
/* CSS Document */

.intro {
	font-size: 1.4em;	
}

#videoPerson { margin: 0 auto; width: 425px; }
#threeway h1 {
	margin: 10px 0 0 0;	
}
#threeway h2 {
	color: #93c72c;	
	clear: both;
}
#threewaycol {
	margin-top: -40px;	
}
#threewaycol .quote {
	font-size: 1.0em;	
	line-height: 2em;
	text-align: right;
}

#threewaycol .quote em {
	font-weight: bold;
	color: #A44495;
	font-size: 1.2em;
	display: block;
	text-align: left;
}

#threewaycol .panel {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#threewaycol ol li {
	margin: 0 0 0 50px;
	padding: 3px;
	font-size: 1.2em;
}

#threewaycol .button, #threeway .button {
	height: 36px;	
	margin: 10px 0;
}
#threewaycol .button.buy-small {
	width: 116px;	
	float: left;
}
#threewaycol .button a, #threeway .button a {
	display: block;
	width: 206px;
	height: 36px;
	text-align: center;
	background: url('/threeway/images/button.gif') no-repeat #A44495;
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
	font-size: 1.4em;
	font-weight: bold;
	float: right;
}
#threewaycol .button.buy a, #threeway .button.buy a {
	background: url('/threeway/images/green-button.gif') no-repeat #93c72c;
	width: 176px;
	float: none;
}
#threewaycol .button.buy-small a, #threeway .button.buy-small a {
	background: url('/threeway/images/green-button-small.gif') no-repeat #93c72c;
	width: 116px;
	float: none;
}
#threewaycol .order {
	background: url('/threeway/images/order-panel.gif') no-repeat top right;
	height: 110px;
	padding-top: 50px;
}
#threewaycol .order h2 {
	display: none;	
}
#threewaycol .order p {
	font-size: 1.1em;
}
#threewaycol .order p b {
	font-size: 1.2em;
}

#threewaycol .order .cost {
	font-size: 1.8em;
	float: left;
	padding: 15px 0px 0 10px;
}

#threeway ul.triangle {
	list-style: none;
	margin: 0;
	padding: 0;
}
#threeway ul.triangle li {
	list-style: none;
	background: url('/threeway/images/triangle-bullet.png') no-repeat 0px 0.6em;
	padding: 3px 0px 3px 20px;
	margin: 0 0 0 10px;
}

#threeway ul.clips {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	margin-top: 10px;
}
#threeway ul.clips li {
	margin: 0;
	padding: 3px;
	list-style: none;
	float: left;
}
#threeway ul.clips li a {
	display: block;
	padding: 105px 5px 0px 5px;
	background: url('/threeway/images/video-clips.jpg') no-repeat top;
	color:#000;
	text-decoration: none;
	width: 132px;
	font-weight: normal;
}
#threeway ul.clips li a .time {
	color: #666;
}
#threeway ul.clips li a:hover, #threeway ul.clips li a:active, #threeway ul.clips li a:focus { color: #A44495; }

#threeway ul.clips li a.clip1 {	background-position: 0px 0px; }
#threeway ul.clips li a.clip1:hover { background-position: 0px -159px; }

#threeway ul.clips li a.clip2 {	background-position: 0px -318px; }
#threeway ul.clips li a.clip2:hover { background-position: 0px -477px; }

#threeway ul.clips li a.clip3 {	background-position: 0px -636px; }
#threeway ul.clips li a.clip3:hover { background-position: 0px -795px; }

#threeway ul.clips li a.clip4 {	background-position: 0px -954px; }
#threeway ul.clips li a.clip4:hover { background-position: 0px -1113px; }


#threeway .order-footer {
	height: 170px;
	background: url('/threeway/images/order-footer.png') no-repeat top right;
}
#threeway .order-footer .or-call {
	float: left;
	width: 300px;
	font-weight: bold;
	padding: 10px;
	font-size: 1.2em;
}
#threeway .order-footer .or-call p {
	line-height: 30px;
}
#threeway .order-footer .button {
	float: left;
}
#threeway .order-footer .bulk {
	clear: both;	
}

#content #threeway img { 
	border: none; 
	margin: auto;
	margin-bottom: 10px;
	float: none;
}

.clear { clear: both; }

.bsl { margin: 10px 0; display: block; }
.bsl label {
	width: auto;
	display: inline;
	float: none;
}
.bsl input {
	float: none;
	margin: 0;
	display: inline;
	width: auto;
}

#videoPerson { margin-bottom: 20px; }
