* {
	font-family: arial, verdana, helvetica, sans-serif; 
}

.t6_Error {
	color: red;
	padding: 10px;
	margin: 10px 0;
	background-color: #ffeeee;
	border: 1px dashed #cccccc; 
}
.t6_Error  h2{
	color: red;
	padding: 0;
	margin: 0;
}
.t6_Notice {
	position: relative;
	font-weight: bold;
	padding: 3px;
	margin: 5px 0;
	border: 1px dashed #cccccc;
	background-color: #eedddd;
}
.t6_Debug {
	font-weight: normal;
	color: 669966;
}
.t6_Test_Notice {
	border: 1px dashed #cccccc; 
	color:red; 
	text-align: center; 
	background-color: #ffeeee;
}
.t6_Cart_Checkout {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
.t6_Cart_Wrapper {
	border: 1px solid #cccccc; 
	padding: 5px; 
	margin: 0;
}

/* Generic form styles */
.t6_Form_Section_Wrapper {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #ffffff;
}
.t6_Form_Section_Heading {
	font-size: 1.4em;
	color: #666666;
}
.t6_Form_Section {
	position: relative;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	margin: 10px 0;
	padding: 10px;
}
.t6_Form_Wrapper {
	position: relative; 
	padding: 0; 
	margin: 0; 
}
.t6_FormFields_Row {
	position:relative; 
	clear: both;
}
.t6_FormFields_Row label {
	position:relative; 
	float: left; 
	width: 10em; 
	text-align: right; 
	margin-right: 5px;
}
.t6_FormFields_Row label.t6_FormFields_Label_Wide  {
	position:relative; 
	float: left; 
	width: 15em; 
	text-align: right; 
	margin-right: 5px;
}
.t6_Form_Required {
	font-weight: bold;
}
.t6_Form_NotRequired {
	font-weight: normal;
}
.t6_FormField_Disabled {
	background-color: #dddddd;
}
.t6_FormField_Hidden {
	display: none;
}
.t6_Phone_Country {
	width: 1.8em;
	border: 1px solid #cccccc;
}
.t6_Phone_Area {
	width: 3em;
	border: 1px solid #cccccc;
	background-image: url('/cftemplates/t6/images/phone_area_bg.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.t6_Phone_No {
	width: 7em;
	border: 1px solid #cccccc;
	background-image: url('/cftemplates/t6/images/phone_no_bg.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.t6_Phone_Ext {
	width: 3em;
	border: 1px solid #cccccc;
	background-image: url('/cftemplates/t6/images/phone_ext_bg.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
/* End Generic form styles */


/* Generic popup styles */
#t6_Popup_Wrapper {
	position: absolute;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	z-index: 1100;
	display: none;
}
.t6_Popup {
	position: relative;
	background-color: #eeeeee;
	border: 5px solid #cccccc;
	padding: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0.5em 0.5em 0.5em #aaaaaa;
	-webkit-box-shadow: 0.5em 0.5em 0.5em #aaaaaa;
	box-shadow: 0.5em 0.5em 0.5em #aaaaaa;
	z-index: 1000;
}
.t6_Popup_DragBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	left: expression(-5 + "px"); /* sets position for IE */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #999999;
	background-color:#cccccc;
	z-index: 900;
}
.t6_Popup_Toolbar {
	position: relative;
	width: 100%;
}
.t6_Popup_Toolbar_Foot {
	padding: 10px 0;
	position: relative;
	width: 100%;
}
.t6_Popup_Toolbar a , .t6_Popup_Toolbar_Foot a{
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
.t6_Popup_Toolbar_Item_Left {
	position: relative;
	float: left;
	z-index: 800;
}
.t6_Popup_Toolbar_Item_Right {
	position: relative;
	float: right;
	z-index: 800;
}
.t6_Popup_Heading {
	position: relative;
	color: #999999;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 0 10px 0;
}
.t6_Popup_Content {
	position: relative;
	clear: both;
	padding: 30px 10px 0 10px;
}
.t6_Popup_Spinner {
	position: relative;
	clear: both;
	padding: 20px;
}
/* End Generic popup styles */



.t6_Account_Links {
	position: relative;
	float: right;
	color: #999999;
	font-weight: bold;
	width: 100%;
}
.t6_Account_Link {
	position: relative;
	float: right;
	padding-left: 10px;
}
.t6_Account_Link a {
	color: #999999;
	font-weight: bold;
}



/* Used in login.cfm */
.t6_Login_Seperator {
	clear: both;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	padding: 10px 0px;
}
.t6_LoginForm_Wrapper {
	position: relative; 
	padding: 0; 
	margin: 0; 
}
.t6_LoginFormFields_Wrapper {
	position: relative; 
	float: left; 
	padding: 0; 
	margin: 0 5px 0 0; 
}
.t6_LoginFormFields_Row {
	position:relative; 
	clear: both;
}
.t6_LoginFormFields_Row label {
	position:relative; 
	float: left; 
	width: 13em; 
	text-align: right; 
	margin-right: 5px;
}
.t6_LoginForm_Button {
	float: right;
}
.T6_Login_Clients {
	font-size: .8em;
}
/* End Used in login.cfm */




/* Used in show_order.cfm */

.t6_Order_Container{
	position: relative;
	width: 750px;
	padding: 0;
	margin: 0;
	z-index: 1100;
}
.t6_Order {
	position: relative;
	background-color: #eeeeee;
	border: 1px solid #999999;
	padding: 0;
	margin: 10px 0;
	clear: both;
}
.t6_OrderHeading {
	position: relative;
	font-size: 1.6em;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	background-color: #ffffff;
	clear: both;
}
.t6_OrderHeadingNote {
	position: relative;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 10px;
}
.t6_OrderMaster_Addresses_Container {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}
.t6_OrderMaster_Address_Container {
	position: relative;
	float: left;
	width: 50%;
	padding: 0;
	margin: 10px 0;
}
.t6_OrderMaster_Address {
	position: relative;
	border: 1px solid #999999;
	background-color: #ffffff;
	padding: 10px;
	margin: 0 5px;
}
.t6_OrderMaster_Address dl {
	padding: 0;
	margin: 0;
}
.t6_Order_PF_Header {
	position: relative;
	clear: both;
	padding: 10px 5px;
	color: #999999;
}
.t6_Order_PF_Details_Container {
	position: relative;
	width: 100%;
	padding: 5px 0;
}
.t6_Order_PF_Details {
	position: relative;
	border: 1px solid #999999;
	background-color: #ffffff;
	padding: 10px;
	margin: 0 5px 10px 5px;
}
.t6_Order_PF_Details_Col {
	position: relative;
	width: 45%;
	float: left;
}
.t6_Order_PF_Details_Item {
	position: relative;
	clear: both;
}
.t6_Order_PF_Details_Label {
	position: relative;
	width: 150px;
	min-width: 150px;
	float: left;
}
.t6_Order_PF_Details_Link {
	position: relative;
	padding-top: 10px;
}
.t6_Order_PF_Footer_Container {
	position: relative;
	width: 100%;
	padding: 5px 0;
}
.t6_Order_PF_Footer {
	position: relative;
	padding: 10px 5px;
	border-top: 1px solid #999999;
	margin: 0;
}
.t6_Order_PF_Footer_Col {
	position: relative;
	width: 58%;
	float: left;
}
.t6_Order_PF_Footer_Bank {
	position: relative;
	width: 39%;
	border: 1px solid #999999;
	background-color: #ffffff;
	padding: 10px;
	float: right;
}

.t6_OrderDetail_Container {
	position: relative;
	clear: both;
	padding: 0;
	margin: 0;
}

.t6_OrderDetail {
	position: relative;
	padding: 0;
	margin: 0 5px;
}
.t6_OrderDetail table {
	width: 100%;
	width: 98%\9; /* Sets correct table width for IE - ...ish! */
}
.t6_OrderDetail table, .t6_OrderDetail tr, .t6_OrderDetail td, .t6_OrderDetail th{
	border-collapse: collapse;
	border: 1px solid #999999;
}
.t6_OrderDetail th{
	background-color: #cccccc;
}
.t6_OrderDetail table td, .t6_OrderDetail th, .t6_OrderTotals table td {
	padding: 3px;
}
.t6_OrderDetail > table, .t6_OrderTotals > table {
	width: 100%;
	background-color: #ffffff;
}
.t6_OrderDetail > table > thead {
	font-weight: bold;
	text-align: left;
}

.t6_OrderTotals table, .t6_OrderTotals tr, .t6_OrderTotals td {
	border-collapse: collapse;
	border: 1px solid #999999;
}
.t6_OrderTotals tr:last-child {
	background-color: #cccccc;
}
.t6_OrderTotals tr:last-child td {
	font-weight: bold;
	background-color: #cccccc;
}
.t6_OrderTotals {
	position: relative;
	float: right;
	padding: 5px;
}
.t6_OrderTotals table {
	text-align: right;
}
.t6_Order_Shipping_Details {
	position: relative;
}
.t6_Order_Notice {
	padding: 20px 10px;
}
/* End Used in show_order.cfm */





/* Used in My Account */
.t6_MyAccount_Container {
	position: relative;
	width: 600px;
	max-width: 600px;
	width: expression(600 + "px"); /* sets max width for IE */
    overflow: hidden;
	overflow-x: expression("hidden"); /* so that IE doesn't wreck page if wider content occurs */
	padding: 0;
	margin: 0;
}
.t6_MyAccount_inner {
	position: relative;
	padding: 0;
}
.t6_MyAccount_Section_Container {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}
.t6_MyAccount_Section_Inner {
	position: relative;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #eeeeee;
}
.t6_MyAccount_Section_Heading {
	color: #666666;
	font-weight: bold;
	padding-bottom: 10px;
}
.t6_MyAccount_EditLink {
	position: relative;
	float: right;
	text-align: right;
}

.t6_MyAccount_ContactDetails_Row {
	position: relative;
	clear: both;
}
.t6_MyAccount_ContactDetails_Label {
	position: relative;
	width: 100px;
	text-align: right;
	float: left;
	padding-right: 10px;
}
.t6_MyAccount_ContactDetails_Detail {
	position: relative;
	font-weight: bold;
}

.t6_MyAccount_Addresses_Container {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}
.t6_MyAccount_Address_Container {
	position: relative;
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
}
.t6_MyAccount_INST_Address_Container {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
}
.t6_MyAccount_Address {
	position: relative;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 10px;
	margin: 0 5px 10px 5px;
}
.t6_MyAccount_Address dl {
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.t6_MyAccount_Address_Options {
	position: relative;
	text-align: right;
	padding: 5px 0 0 0;
	float: right;
}

.t6_MyAccount_OrderList {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
.t6_MyAccount_OrderList_Order_Wrapper {
	position: relative;
	width: 100%;
	clear: both;
}
.t6_MyAccount_OrderList_Order {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin: 10px 0;
}
.t6_MyAccount_OrderList_Order_Master {
	position: relative;
	padding: 2px 5px;
	font-weight: bold;
	background-color: #cccccc;
}
.t6_MyAccount_OrderList_Order_Master_OrderNo {
	position: relative;
	float: left;
}
.t6_MyAccount_OrderList_Order_Master_OrderDate {
}
.t6_MyAccount_OrderList_Order_Master_Status {
	position: relative;
	float: right;
}
.t6_MyAccount_OrderList_Order_Detail {
	position: relative;
	width: 100%;
	clear: both;
}
.t6_MyAccount_OrderList_Order_Detail_Line {
	position: relative;
	border-top: 1px solid #cccccc;
}
.t6_MyAccount_OrderList_Order_Detail_Line_inner {
	position: relative;
	padding: 2px 10px 0 50px;
	width: 90%;
	max-width: 90%;
	width: expression(90 + "%"); /* sets max width for IE */
    overflow: hidden;
	overflow-x: expression("hidden"); /* so that IE doesn't wreck page if wider content occurs */
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.t6_MyAccount_Password_Hider {
	position: relative;
	display: none;
}
.t6_MyAccount_Password_Hidden {
	position: relative;
}
#t6_Popup_Order_Paging {
	position: absolute;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	z-index: 1000;
	display: none;
}

.t6_MyOrder_Paging_Wrapper {
	position: relative;
	padding-top: 5px;
	max-height: 700px;
	height: expression(700 + "px"); /* sets max width for IE */
	width: 600px;
	max-width: 600px;
	width: expression(600 + "px"); /* sets max width for IE */
	overflow: auto;
}
.t6_MyAccount_Add_Address {
	position: relative;
	float: right;
}
/* End Used in My Account */

